<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset UTF-8;
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&amp;display=swap);
@font-face {
	font-family: bootstrap-icons;
	src: url(../plugins/bootstrap/fonts/bootstrap-icons.woff?384e23a3718bb6ac643a9118eb53727d) format("woff"), url(../plugins/bootstrap/fonts/bootstrap-icons.woff2?384e23a3718bb6ac643a9118eb53727d) format("woff2");
	font-display: swap
}

[class^=bi-]::before,
[class*=" bi-"]::before {
	display: inline-block;
	font-family: bootstrap-icons!important;
	font-style: normal;
	font-weight: normal!important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: text-bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.bi-alarm-fill::before {
	content: "ï„"
}
@charset UTF-8;
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&amp;display=swap);
@font-face {
	font-family: bootstrap-icons;
	src: url(../plugins/bootstrap/fonts/bootstrap-icons.woff?384e23a3718bb6ac643a9118eb53727d) format("woff"), url(../plugins/bootstrap/fonts/bootstrap-icons.woff2?384e23a3718bb6ac643a9118eb53727d) format("woff2");
	font-display: swap
}

[class^=bi-]::before,
[class*=" bi-"]::before {
	display: inline-block;
	font-family: bootstrap-icons!important;
	font-style: normal;
	font-weight: normal!important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: text-bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.paginator {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
}
.paginator span {
    display: inline-block;
    text-align: center;
    padding: 4px 0;
    width: 26px;
    font-size: 10pt;
    margin: 0 3px;
    background: #cd2c32;
    color: #fff;
    border-radius: 3px;
}
.paginator a {
    display: inline-block;
    text-align: center;
    padding: 4px 0;
    width: 26px;
    margin: 0 3px;
    background: #1e5799;
    background: -webkit-gradient(linear, left top, left bottom, from(#1e5799), color-stop(0%, #fff), to(#e9e9e9));
    background: linear-gradient(to bottom, #1e5799 0%, #fff 0%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#e9e9e9', GradientType=0);
    font-size: 10pt;
    border-radius: 3px;
    color: #000;
}
.paginator a:hover {
    background: #cd2c32;
    color: #fff;
}
.category-filter .for-range .range-fields input {
    height: 30px;
    padding: 0 15px;
    border-radius: 3px;
    width: 100%;
    flex-grow: 1;
    border: 1px solid #ccc;
}
.blockSearchFastResult{
    position: absolute;
    left: 0px;
    right: 0px;
    border: #0297FB solid 1px;
    padding: 10px;
    z-index: 100;
    background: white;
    margin-top: 10px;
    font-size: 9pt;
    border-radius: 6px;
    display: none;

}
.blockSearchFastResult:before{
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -10px;
    top: -12px;
    border-bottom: #0297FB solid 12px;
    border-left: transparent solid 10px;
    border-right: transparent solid 10px;
}
.blockSearchFastResult .item{
    position: relative;
    border-bottom: solid 1px #0297FB;
    padding: 10px 0;
    display: block;
    text-decoration: none;
}
.blockSearchFastResult .item .photo{
    float: left;
    margin-right: 20px;
    width: 70px;
    text-align: center;
}
.blockSearchFastResult .item .photo img{
    height: 50px;
    max-width: 70px;
}
.blockSearchFastResult .item .name{
    font-weight: bold;
    font-size: 13px;
}
.blockSearchFastResult .item .price{
    color: #84bb26;
    font-weight: bold;
    font-size: 17pt;
}
.blockSearchFastResult .allResult{
    display: block;
    text-align: center;
    padding: 15px 0 5px 0;
    text-decoration: none;
}
.blockSearchFastResult .allResult:hover{
    color: #ca0000;
}
.filter-button {
    cursor: pointer;
}
.filter-button .icon {
    width: 30px;
}
.product .tit a{
    font-size:13px;
}
.category-line {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-top: 1px solid #e8edef;
}
.category-line:before {
    left: 1px;
}
.category-line:before, .category-line:after {
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
    width: 2px;
    background: #fff;
    z-index: 2;
}
.category-line .cat-block {
    border-bottom: 1px solid #e8edef;
    border-right: 1px solid #e8edef;
    display: block;
    text-decoration: none;
    padding: 18px 18px 13px;
    flex-grow: 1;
    width: 100%;
    max-width: calc(100% / 8);
    text-align: center;
    position: relative;
    transition: 0.3s;
}
.category-line .cat-block .number {
    transition: 0.3s;
    border-radius: 3px;
    background: #e3ecef;
    right: 11px;
    top: 11px;
    padding: 0 5px;
    font-size: 11px;
    color: #8ea6ab;
    position: absolute;
}
.category-line .cat-block .icon {
    height: 90px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-line .cat-block .name {
    color: #3d4b52;
    transition: 0.3s;
    font-size:13px;
}
.category-line .cat-block:hover {
    box-shadow: 0 0 36px rgb(61 75 82 / 16%);
}
.icon {
    line-height: 0;
}
.category-filter {
    width: 300px;
}
.category-filter .filter-head {
    background: #e3ecef;
}
.category-filter .filter-head .icon {
    width: 25px;
}
.category-filter .collapse-block:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
}
.category-filter .collapse-block {
    padding: 15px 30px;
    position: relative;
}
.category-filter .collapse-block .btn {
    width: 100%;
    box-shadow: none;
    text-align: left;
    padding: 0 30px 0 30px;
    position: relative;
}
.category-filter .collapse-block .btn:before {
    position: absolute;
    content: '';
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    border-width: 2px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    transform: rotate(-45deg);
    transition: 0.3s;
}
.collapse:not(.show) {
    display: none;
}
.category-filter .collapse-block .card {
    border: none;
    border-radius: 0;
    padding: 10px 0 0 0;
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.category-filter .for-range .range-fields {
    display: flex;
    align-items: center;
    color: #ccc;
    margin: 0 0 10px 0;
}
.irs--round.irs-with-grid {
    height: 65px;
}
.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}
.category-filter .filter-control {
    margin-top: 30px;
}
a.cl-btn.blue:hover, button.cl-btn.blue:hover {
    background: #1c6ac9;
}
.category-filter .filter-control .cl-btn {
    border-radius: 3px;
}
.category-filter .filter-control .deleting {
    width: 50px;
    min-height: 100%;
    padding: 13px;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bi-alarm-fill::before {
	content: "ï„"
}

.bi-alarm::before {
	content: "ï„‚"
}

.bi-align-bottom::before {
	content: "ï„ƒ"
}

.bi-align-center::before {
	content: "ï„„"
}

.bi-align-end::before {
	content: "ï„…"
}

.bi-align-middle::before {
	content: "ï„†"
}

.bi-align-start::before {
	content: "ï„‡"
}

.bi-align-top::before {
	content: "ï„ˆ"
}

.bi-alt::before {
	content: "ï„‰"
}

.bi-app-indicator::before {
	content: "ï„Š"
}

.bi-app::before {
	content: "ï„‹"
}

.bi-archive-fill::before {
	content: "ï„Œ"
}

.bi-archive::before {
	content: "ï„"
}

.bi-arrow-90deg-down::before {
	content: "ï„Ž"
}

.bi-arrow-90deg-left::before {
	content: "ï„"
}

.bi-arrow-90deg-right::before {
	content: "ï„"
}

.bi-arrow-90deg-up::before {
	content: "ï„‘"
}

.bi-arrow-bar-down::before {
	content: "ï„’"
}

.bi-arrow-bar-left::before {
	content: "ï„“"
}

.bi-arrow-bar-right::before {
	content: "ï„”"
}

.bi-arrow-bar-up::before {
	content: "ï„•"
}

.bi-arrow-clockwise::before {
	content: "ï„–"
}

.bi-arrow-counterclockwise::before {
	content: "ï„—"
}

.bi-arrow-down-circle-fill::before {
	content: "ï„˜"
}

.bi-arrow-down-circle::before {
	content: "ï„™"
}

.bi-arrow-down-left-circle-fill::before {
	content: "ï„š"
}

.bi-arrow-down-left-circle::before {
	content: "ï„›"
}

.bi-arrow-down-left-square-fill::before {
	content: "ï„œ"
}

.bi-arrow-down-left-square::before {
	content: "ï„"
}

.bi-arrow-down-left::before {
	content: "ï„ž"
}

.bi-arrow-down-right-circle-fill::before {
	content: "ï„Ÿ"
}

.bi-arrow-down-right-circle::before {
	content: "ï„&nbsp;"
}

.bi-arrow-down-right-square-fill::before {
	content: "ï„¡"
}

.bi-arrow-down-right-square::before {
	content: "ï„¢"
}

.bi-arrow-down-right::before {
	content: "ï„£"
}

.bi-arrow-down-short::before {
	content: "ï„¤"
}

.bi-arrow-down-square-fill::before {
	content: "ï„¥"
}

.bi-arrow-down-square::before {
	content: "ï„¦"
}

.bi-arrow-down-up::before {
	content: "ï„§"
}

.bi-arrow-down::before {
	content: "ï„¨"
}

.bi-arrow-left-circle-fill::before {
	content: "ï„©"
}

.bi-arrow-left-circle::before {
	content: "ï„ª"
}

.bi-arrow-left-right::before {
	content: "ï„«"
}

.bi-arrow-left-short::before {
	content: "ï„¬"
}

.bi-arrow-left-square-fill::before {
	content: "ï„­"
}

.bi-arrow-left-square::before {
	content: "ï„®"
}

.bi-arrow-left::before {
	content: "ï„¯"
}

.bi-arrow-repeat::before {
	content: "ï„°"
}

.bi-arrow-return-left::before {
	content: "ï„±"
}

.bi-arrow-return-right::before {
	content: "ï„²"
}

.bi-arrow-right-circle-fill::before {
	content: "ï„³"
}

.bi-arrow-right-circle::before {
	content: "ï„´"
}

.bi-arrow-right-short::before {
	content: "ï„µ"
}

.bi-arrow-right-square-fill::before {
	content: "ï„¶"
}

.bi-arrow-right-square::before {
	content: "ï„·"
}

.bi-arrow-right::before {
	content: "ï„¸"
}

.bi-arrow-up-circle-fill::before {
	content: "ï„¹"
}

.bi-arrow-up-circle::before {
	content: "ï„º"
}

.bi-arrow-up-left-circle-fill::before {
	content: "ï„»"
}

.bi-arrow-up-left-circle::before {
	content: "ï„¼"
}

.bi-arrow-up-left-square-fill::before {
	content: "ï„½"
}

.bi-arrow-up-left-square::before {
	content: "ï„¾"
}

.bi-arrow-up-left::before {
	content: "ï„¿"
}

.bi-arrow-up-right-circle-fill::before {
	content: "ï…€"
}

.bi-arrow-up-right-circle::before {
	content: "ï…"
}

.bi-arrow-up-right-square-fill::before {
	content: "ï…‚"
}

.bi-arrow-up-right-square::before {
	content: "ï…ƒ"
}

.bi-arrow-up-right::before {
	content: "ï…„"
}

.bi-arrow-up-short::before {
	content: "ï……"
}

.bi-arrow-up-square-fill::before {
	content: "ï…†"
}

.bi-arrow-up-square::before {
	content: "ï…‡"
}

.bi-arrow-up::before {
	content: "ï…ˆ"
}

.bi-arrows-angle-contract::before {
	content: "ï…‰"
}

.bi-arrows-angle-expand::before {
	content: "ï…Š"
}

.bi-arrows-collapse::before {
	content: "ï…‹"
}

.bi-arrows-expand::before {
	content: "ï…Œ"
}

.bi-arrows-fullscreen::before {
	content: "ï…"
}

.bi-arrows-move::before {
	content: "ï…Ž"
}

.bi-aspect-ratio-fill::before {
	content: "ï…"
}

.bi-aspect-ratio::before {
	content: "ï…"
}

.bi-asterisk::before {
	content: "ï…‘"
}

.bi-at::before {
	content: "ï…’"
}

.bi-award-fill::before {
	content: "ï…“"
}

.bi-award::before {
	content: "ï…”"
}

.bi-back::before {
	content: "ï…•"
}

.bi-backspace-fill::before {
	content: "ï…–"
}

.bi-backspace-reverse-fill::before {
	content: "ï…—"
}

.bi-backspace-reverse::before {
	content: "ï…˜"
}

.bi-backspace::before {
	content: "ï…™"
}

.bi-badge-4k-fill::before {
	content: "ï…š"
}

.bi-badge-4k::before {
	content: "ï…›"
}

.bi-badge-8k-fill::before {
	content: "ï…œ"
}

.bi-badge-8k::before {
	content: "ï…"
}

.bi-badge-ad-fill::before {
	content: "ï…ž"
}

.bi-badge-ad::before {
	content: "ï…Ÿ"
}

.bi-badge-cc-fill::before {
	content: "ï…&nbsp;"
}

.bi-badge-cc::before {
	content: "ï…¡"
}

.bi-badge-hd-fill::before {
	content: "ï…¢"
}

.bi-badge-hd::before {
	content: "ï…£"
}

.bi-badge-tm-fill::before {
	content: "ï…¤"
}

.bi-badge-tm::before {
	content: "ï…¥"
}

.bi-badge-vo-fill::before {
	content: "ï…¦"
}

.bi-badge-vo::before {
	content: "ï…§"
}

.bi-bag-check-fill::before {
	content: "ï…¨"
}

.bi-bag-check::before {
	content: "ï…©"
}

.bi-bag-dash-fill::before {
	content: "ï…ª"
}

.bi-bag-dash::before {
	content: "ï…«"
}

.bi-bag-fill::before {
	content: "ï…¬"
}

.bi-bag-plus-fill::before {
	content: "ï…­"
}

.bi-bag-plus::before {
	content: "ï…®"
}

.bi-bag-x-fill::before {
	content: "ï…¯"
}

.bi-bag-x::before {
	content: "ï…°"
}

.bi-bag::before {
	content: "ï…±"
}

.bi-bar-chart-fill::before {
	content: "ï…²"
}

.bi-bar-chart-line-fill::before {
	content: "ï…³"
}

.bi-bar-chart-line::before {
	content: "ï…´"
}

.bi-bar-chart-steps::before {
	content: "ï…µ"
}

.bi-bar-chart::before {
	content: "ï…¶"
}

.bi-basket-fill::before {
	content: "ï…·"
}

.bi-basket::before {
	content: "ï…¸"
}

.bi-basket2-fill::before {
	content: "ï…¹"
}

.bi-basket2::before {
	content: "ï…º"
}

.bi-basket3-fill::before {
	content: "ï…»"
}

.bi-basket3::before {
	content: "ï…¼"
}

.bi-battery-charging::before {
	content: "ï…½"
}

.bi-battery-full::before {
	content: "ï…¾"
}

.bi-battery-half::before {
	content: "ï…¿"
}

.bi-battery::before {
	content: "ï†€"
}

.bi-bell-fill::before {
	content: "ï†"
}

.bi-bell::before {
	content: "ï†‚"
}

.bi-bezier::before {
	content: "ï†ƒ"
}

.bi-bezier2::before {
	content: "ï†„"
}

.bi-bicycle::before {
	content: "ï†…"
}

.bi-binoculars-fill::before {
	content: "ï††"
}

.bi-binoculars::before {
	content: "ï†‡"
}

.bi-blockquote-left::before {
	content: "ï†ˆ"
}

.bi-blockquote-right::before {
	content: "ï†‰"
}

.bi-book-fill::before {
	content: "ï†Š"
}

.bi-book-half::before {
	content: "ï†‹"
}

.bi-book::before {
	content: "ï†Œ"
}

.bi-bookmark-check-fill::before {
	content: "ï†"
}

.bi-bookmark-check::before {
	content: "ï†Ž"
}

.bi-bookmark-dash-fill::before {
	content: "ï†"
}

.bi-bookmark-dash::before {
	content: "ï†"
}

.bi-bookmark-fill::before {
	content: "ï†‘"
}

.bi-bookmark-heart-fill::before {
	content: "ï†’"
}

.bi-bookmark-heart::before {
	content: "ï†“"
}

.bi-bookmark-plus-fill::before {
	content: "ï†”"
}

.bi-bookmark-plus::before {
	content: "ï†•"
}

.bi-bookmark-star-fill::before {
	content: "ï†–"
}

.bi-bookmark-star::before {
	content: "ï†—"
}

.bi-bookmark-x-fill::before {
	content: "ï†˜"
}

.bi-bookmark-x::before {
	content: "ï†™"
}

.bi-bookmark::before {
	content: "ï†š"
}

.bi-bookmarks-fill::before {
	content: "ï†›"
}

.bi-bookmarks::before {
	content: "ï†œ"
}

.bi-bookshelf::before {
	content: "ï†"
}

.bi-bootstrap-fill::before {
	content: "ï†ž"
}

.bi-bootstrap-reboot::before {
	content: "ï†Ÿ"
}

.bi-bootstrap::before {
	content: "ï†&nbsp;"
}

.bi-border-style::before {
	content: "ï†¡"
}

.bi-border-width::before {
	content: "ï†¢"
}

.bi-bounding-box-circles::before {
	content: "ï†£"
}

.bi-bounding-box::before {
	content: "ï†¤"
}

.bi-box-arrow-down-left::before {
	content: "ï†¥"
}

.bi-box-arrow-down-right::before {
	content: "ï†¦"
}

.bi-box-arrow-down::before {
	content: "ï†§"
}

.bi-box-arrow-in-down-left::before {
	content: "ï†¨"
}

.bi-box-arrow-in-down-right::before {
	content: "ï†©"
}

.bi-box-arrow-in-down::before {
	content: "ï†ª"
}

.bi-box-arrow-in-left::before {
	content: "ï†«"
}

.bi-box-arrow-in-right::before {
	content: "ï†¬"
}

.bi-box-arrow-in-up-left::before {
	content: "ï†­"
}

.bi-box-arrow-in-up-right::before {
	content: "ï†®"
}

.bi-box-arrow-in-up::before {
	content: "ï†¯"
}

.bi-box-arrow-left::before {
	content: "ï†°"
}

.bi-box-arrow-right::before {
	content: "ï†±"
}

.bi-box-arrow-up-left::before {
	content: "ï†²"
}

.bi-box-arrow-up-right::before {
	content: "ï†³"
}

.bi-box-arrow-up::before {
	content: "ï†´"
}

.bi-box-seam::before {
	content: "ï†µ"
}

.bi-box::before {
	content: "ï†¶"
}

.bi-braces::before {
	content: "ï†·"
}

.bi-bricks::before {
	content: "ï†¸"
}

.bi-briefcase-fill::before {
	content: "ï†¹"
}

.bi-briefcase::before {
	content: "ï†º"
}

.bi-brightness-alt-high-fill::before {
	content: "ï†»"
}

.bi-brightness-alt-high::before {
	content: "ï†¼"
}

.bi-brightness-alt-low-fill::before {
	content: "ï†½"
}

.bi-brightness-alt-low::before {
	content: "ï†¾"
}

.bi-brightness-high-fill::before {
	content: "ï†¿"
}

.bi-brightness-high::before {
	content: "ï‡€"
}

.bi-brightness-low-fill::before {
	content: "ï‡"
}

.bi-brightness-low::before {
	content: "ï‡‚"
}

.bi-broadcast-pin::before {
	content: "ï‡ƒ"
}

.bi-broadcast::before {
	content: "ï‡„"
}

.bi-brush-fill::before {
	content: "ï‡…"
}

.bi-brush::before {
	content: "ï‡†"
}

.bi-bucket-fill::before {
	content: "ï‡‡"
}

.bi-bucket::before {
	content: "ï‡ˆ"
}

.bi-bug-fill::before {
	content: "ï‡‰"
}

.bi-bug::before {
	content: "ï‡Š"
}

.bi-building::before {
	content: "ï‡‹"
}

.bi-bullseye::before {
	content: "ï‡Œ"
}

.bi-calculator-fill::before {
	content: "ï‡"
}

.bi-calculator::before {
	content: "ï‡Ž"
}

.bi-calendar-check-fill::before {
	content: "ï‡"
}

.bi-calendar-check::before {
	content: "ï‡"
}

.bi-calendar-date-fill::before {
	content: "ï‡‘"
}

.bi-calendar-date::before {
	content: "ï‡’"
}

.bi-calendar-day-fill::before {
	content: "ï‡“"
}

.bi-calendar-day::before {
	content: "ï‡”"
}

.bi-calendar-event-fill::before {
	content: "ï‡•"
}

.bi-calendar-event::before {
	content: "ï‡–"
}

.bi-calendar-fill::before {
	content: "ï‡—"
}

.bi-calendar-minus-fill::before {
	content: "ï‡˜"
}

.bi-calendar-minus::before {
	content: "ï‡™"
}

.bi-calendar-month-fill::before {
	content: "ï‡š"
}

.bi-calendar-month::before {
	content: "ï‡›"
}

.bi-calendar-plus-fill::before {
	content: "ï‡œ"
}

.bi-calendar-plus::before {
	content: "ï‡"
}

.bi-calendar-range-fill::before {
	content: "ï‡ž"
}

.bi-calendar-range::before {
	content: "ï‡Ÿ"
}

.bi-calendar-week-fill::before {
	content: "ï‡&nbsp;"
}

.bi-calendar-week::before {
	content: "ï‡¡"
}

.bi-calendar-x-fill::before {
	content: "ï‡¢"
}

.bi-calendar-x::before {
	content: "ï‡£"
}

.bi-calendar::before {
	content: "ï‡¤"
}

.bi-calendar2-check-fill::before {
	content: "ï‡¥"
}

.bi-calendar2-check::before {
	content: "ï‡¦"
}

.bi-calendar2-date-fill::before {
	content: "ï‡§"
}

.bi-calendar2-date::before {
	content: "ï‡¨"
}

.bi-calendar2-day-fill::before {
	content: "ï‡©"
}

.bi-calendar2-day::before {
	content: "ï‡ª"
}

.bi-calendar2-event-fill::before {
	content: "ï‡«"
}

.bi-calendar2-event::before {
	content: "ï‡¬"
}

.bi-calendar2-fill::before {
	content: "ï‡­"
}

.bi-calendar2-minus-fill::before {
	content: "ï‡®"
}

.bi-calendar2-minus::before {
	content: "ï‡¯"
}

.bi-calendar2-month-fill::before {
	content: "ï‡°"
}

.bi-calendar2-month::before {
	content: "ï‡±"
}

.bi-calendar2-plus-fill::before {
	content: "ï‡²"
}

.bi-calendar2-plus::before {
	content: "ï‡³"
}

.bi-calendar2-range-fill::before {
	content: "ï‡´"
}

.bi-calendar2-range::before {
	content: "ï‡µ"
}

.bi-calendar2-week-fill::before {
	content: "ï‡¶"
}

.bi-calendar2-week::before {
	content: "ï‡·"
}

.bi-calendar2-x-fill::before {
	content: "ï‡¸"
}

.bi-calendar2-x::before {
	content: "ï‡¹"
}

.bi-calendar2::before {
	content: "ï‡º"
}

.bi-calendar3-event-fill::before {
	content: "ï‡»"
}

.bi-calendar3-event::before {
	content: "ï‡¼"
}

.bi-calendar3-fill::before {
	content: "ï‡½"
}

.bi-calendar3-range-fill::before {
	content: "ï‡¾"
}

.bi-calendar3-range::before {
	content: "ï‡¿"
}

.bi-calendar3-week-fill::before {
	content: "ïˆ€"
}

.bi-calendar3-week::before {
	content: "ïˆ"
}

.bi-calendar3::before {
	content: "ïˆ‚"
}

.bi-calendar4-event::before {
	content: "ïˆƒ"
}

.bi-calendar4-range::before {
	content: "ïˆ„"
}

.bi-calendar4-week::before {
	content: "ïˆ…"
}

.bi-calendar4::before {
	content: "ïˆ†"
}

.bi-camera-fill::before {
	content: "ïˆ‡"
}

.bi-camera-reels-fill::before {
	content: "ïˆˆ"
}

.bi-camera-reels::before {
	content: "ïˆ‰"
}

.bi-camera-video-fill::before {
	content: "ïˆŠ"
}

.bi-camera-video-off-fill::before {
	content: "ïˆ‹"
}

.bi-camera-video-off::before {
	content: "ïˆŒ"
}

.bi-camera-video::before {
	content: "ïˆ"
}

.bi-camera::before {
	content: "ïˆŽ"
}

.bi-camera2::before {
	content: "ïˆ"
}

.bi-capslock-fill::before {
	content: "ïˆ"
}

.bi-capslock::before {
	content: "ïˆ‘"
}

.bi-card-checklist::before {
	content: "ïˆ’"
}

.bi-card-heading::before {
	content: "ïˆ“"
}

.bi-card-image::before {
	content: "ïˆ”"
}

.bi-card-list::before {
	content: "ïˆ•"
}

.bi-card-text::before {
	content: "ïˆ–"
}

.bi-caret-down-fill::before {
	content: "ïˆ—"
}

.bi-caret-down-square-fill::before {
	content: "ïˆ˜"
}

.bi-caret-down-square::before {
	content: "ïˆ™"
}

.bi-caret-down::before {
	content: "ïˆš"
}

.bi-caret-left-fill::before {
	content: "ïˆ›"
}

.bi-caret-left-square-fill::before {
	content: "ïˆœ"
}

.bi-caret-left-square::before {
	content: "ïˆ"
}

.bi-caret-left::before {
	content: "ïˆž"
}

.bi-caret-right-fill::before {
	content: "ïˆŸ"
}

.bi-caret-right-square-fill::before {
	content: "ïˆ&nbsp;"
}

.bi-caret-right-square::before {
	content: "ïˆ¡"
}

.bi-caret-right::before {
	content: "ïˆ¢"
}

.bi-caret-up-fill::before {
	content: "ïˆ£"
}

.bi-caret-up-square-fill::before {
	content: "ïˆ¤"
}

.bi-caret-up-square::before {
	content: "ïˆ¥"
}

.bi-caret-up::before {
	content: "ïˆ¦"
}

.bi-cart-check-fill::before {
	content: "ïˆ§"
}

.bi-cart-check::before {
	content: "ïˆ¨"
}

.bi-cart-dash-fill::before {
	content: "ïˆ©"
}

.bi-cart-dash::before {
	content: "ïˆª"
}

.bi-cart-fill::before {
	content: "ïˆ«"
}

.bi-cart-plus-fill::before {
	content: "ïˆ¬"
}

.bi-cart-plus::before {
	content: "ïˆ­"
}

.bi-cart-x-fill::before {
	content: "ïˆ®"
}

.bi-cart-x::before {
	content: "ïˆ¯"
}

.bi-cart::before {
	content: "ïˆ°"
}

.bi-cart2::before {
	content: "ïˆ±"
}

.bi-cart3::before {
	content: "ïˆ²"
}

.bi-cart4::before {
	content: "ïˆ³"
}

.bi-cash-stack::before {
	content: "ïˆ´"
}

.bi-cash::before {
	content: "ïˆµ"
}

.bi-cast::before {
	content: "ïˆ¶"
}

.bi-chat-dots-fill::before {
	content: "ïˆ·"
}

.bi-chat-dots::before {
	content: "ïˆ¸"
}

.bi-chat-fill::before {
	content: "ïˆ¹"
}

.bi-chat-left-dots-fill::before {
	content: "ïˆº"
}

.bi-chat-left-dots::before {
	content: "ïˆ»"
}

.bi-chat-left-fill::before {
	content: "ïˆ¼"
}

.bi-chat-left-quote-fill::before {
	content: "ïˆ½"
}

.bi-chat-left-quote::before {
	content: "ïˆ¾"
}

.bi-chat-left-text-fill::before {
	content: "ïˆ¿"
}

.bi-chat-left-text::before {
	content: "ï‰€"
}

.bi-chat-left::before {
	content: "ï‰"
}

.bi-chat-quote-fill::before {
	content: "ï‰‚"
}

.bi-chat-quote::before {
	content: "ï‰ƒ"
}

.bi-chat-right-dots-fill::before {
	content: "ï‰„"
}

.bi-chat-right-dots::before {
	content: "ï‰…"
}

.bi-chat-right-fill::before {
	content: "ï‰†"
}

.bi-chat-right-quote-fill::before {
	content: "ï‰‡"
}

.bi-chat-right-quote::before {
	content: "ï‰ˆ"
}

.bi-chat-right-text-fill::before {
	content: "ï‰‰"
}

.bi-chat-right-text::before {
	content: "ï‰Š"
}

.bi-chat-right::before {
	content: "ï‰‹"
}

.bi-chat-square-dots-fill::before {
	content: "ï‰Œ"
}

.bi-chat-square-dots::before {
	content: "ï‰"
}

.bi-chat-square-fill::before {
	content: "ï‰Ž"
}

.bi-chat-square-quote-fill::before {
	content: "ï‰"
}

.bi-chat-square-quote::before {
	content: "ï‰"
}

.bi-chat-square-text-fill::before {
	content: "ï‰‘"
}

.bi-chat-square-text::before {
	content: "ï‰’"
}

.bi-chat-square::before {
	content: "ï‰“"
}

.bi-chat-text-fill::before {
	content: "ï‰”"
}

.bi-chat-text::before {
	content: "ï‰•"
}

.bi-chat::before {
	content: "ï‰–"
}

.bi-check-all::before {
	content: "ï‰—"
}

.bi-check-circle-fill::before {
	content: "ï‰˜"
}

.bi-check-circle::before {
	content: "ï‰™"
}

.bi-check-square-fill::before {
	content: "ï‰š"
}

.bi-check-square::before {
	content: "ï‰›"
}

.bi-check::before {
	content: "ï‰œ"
}

.bi-check2-all::before {
	content: "ï‰"
}

.bi-check2-circle::before {
	content: "ï‰ž"
}

.bi-check2-square::before {
	content: "ï‰Ÿ"
}

.bi-check2::before {
	content: "ï‰&nbsp;"
}

.bi-chevron-bar-contract::before {
	content: "ï‰¡"
}

.bi-chevron-bar-down::before {
	content: "ï‰¢"
}

.bi-chevron-bar-expand::before {
	content: "ï‰£"
}

.bi-chevron-bar-left::before {
	content: "ï‰¤"
}

.bi-chevron-bar-right::before {
	content: "ï‰¥"
}

.bi-chevron-bar-up::before {
	content: "ï‰¦"
}

.bi-chevron-compact-down::before {
	content: "ï‰§"
}

.bi-chevron-compact-left::before {
	content: "ï‰¨"
}

.bi-chevron-compact-right::before {
	content: "ï‰©"
}

.bi-chevron-compact-up::before {
	content: "ï‰ª"
}

.bi-chevron-contract::before {
	content: "ï‰«"
}

.bi-chevron-double-down::before {
	content: "ï‰¬"
}

.bi-chevron-double-left::before {
	content: "ï‰­"
}

.bi-chevron-double-right::before {
	content: "ï‰®"
}

.bi-chevron-double-up::before {
	content: "ï‰¯"
}

.bi-chevron-down::before {
	content: "ï‰°"
}

.bi-chevron-expand::before {
	content: "ï‰±"
}

.bi-chevron-left::before {
	content: "ï‰²"
}

.bi-chevron-right::before {
	content: "ï‰³"
}

.bi-chevron-up::before {
	content: "ï‰´"
}

.bi-circle-fill::before {
	content: "ï‰µ"
}

.bi-circle-half::before {
	content: "ï‰¶"
}

.bi-circle-square::before {
	content: "ï‰·"
}

.bi-circle::before {
	content: "ï‰¸"
}

.bi-clipboard-check::before {
	content: "ï‰¹"
}

.bi-clipboard-data::before {
	content: "ï‰º"
}

.bi-clipboard-minus::before {
	content: "ï‰»"
}

.bi-clipboard-plus::before {
	content: "ï‰¼"
}

.bi-clipboard-x::before {
	content: "ï‰½"
}

.bi-clipboard::before {
	content: "ï‰¾"
}

.bi-clock-fill::before {
	content: "ï‰¿"
}

.bi-clock-history::before {
	content: "ïŠ€"
}

.bi-clock::before {
	content: "ïŠ"
}

.bi-cloud-arrow-down-fill::before {
	content: "ïŠ‚"
}

.bi-cloud-arrow-down::before {
	content: "ïŠƒ"
}

.bi-cloud-arrow-up-fill::before {
	content: "ïŠ„"
}

.bi-cloud-arrow-up::before {
	content: "ïŠ…"
}

.bi-cloud-check-fill::before {
	content: "ïŠ†"
}

.bi-cloud-check::before {
	content: "ïŠ‡"
}

.bi-cloud-download-fill::before {
	content: "ïŠˆ"
}

.bi-cloud-download::before {
	content: "ïŠ‰"
}

.bi-cloud-fill::before {
	content: "ïŠŠ"
}

.bi-cloud-minus-fill::before {
	content: "ïŠ‹"
}

.bi-cloud-minus::before {
	content: "ïŠŒ"
}

.bi-cloud-plus-fill::before {
	content: "ïŠ"
}

.bi-cloud-plus::before {
	content: "ïŠŽ"
}

.bi-cloud-slash-fill::before {
	content: "ïŠ"
}

.bi-cloud-slash::before {
	content: "ïŠ"
}

.bi-cloud-upload-fill::before {
	content: "ïŠ‘"
}

.bi-cloud-upload::before {
	content: "ïŠ’"
}

.bi-cloud::before {
	content: "ïŠ“"
}

.bi-code-slash::before {
	content: "ïŠ”"
}

.bi-code-square::before {
	content: "ïŠ•"
}

.bi-code::before {
	content: "ïŠ–"
}

.bi-collection-fill::before {
	content: "ïŠ—"
}

.bi-collection-play-fill::before {
	content: "ïŠ˜"
}

.bi-collection-play::before {
	content: "ïŠ™"
}

.bi-collection::before {
	content: "ïŠš"
}

.bi-columns-gap::before {
	content: "ïŠ›"
}

.bi-columns::before {
	content: "ïŠœ"
}

.bi-command::before {
	content: "ïŠ"
}

.bi-compass-fill::before {
	content: "ïŠž"
}

.bi-compass::before {
	content: "ïŠŸ"
}

.bi-cone-striped::before {
	content: "ïŠ&nbsp;"
}

.bi-cone::before {
	content: "ïŠ¡"
}

.bi-controller::before {
	content: "ïŠ¢"
}

.bi-cpu-fill::before {
	content: "ïŠ£"
}

.bi-cpu::before {
	content: "ïŠ¤"
}

.bi-credit-card-2-back-fill::before {
	content: "ïŠ¥"
}

.bi-credit-card-2-back::before {
	content: "ïŠ¦"
}

.bi-credit-card-2-front-fill::before {
	content: "ïŠ§"
}

.bi-credit-card-2-front::before {
	content: "ïŠ¨"
}

.bi-credit-card-fill::before {
	content: "ïŠ©"
}

.bi-credit-card::before {
	content: "ïŠª"
}

.bi-crop::before {
	content: "ïŠ«"
}

.bi-cup-fill::before {
	content: "ïŠ¬"
}

.bi-cup-straw::before {
	content: "ïŠ­"
}

.bi-cup::before {
	content: "ïŠ®"
}

.bi-cursor-fill::before {
	content: "ïŠ¯"
}

.bi-cursor-text::before {
	content: "ïŠ°"
}

.bi-cursor::before {
	content: "ïŠ±"
}

.bi-dash-circle-fill::before {
	content: "ïŠ²"
}

.bi-dash-circle::before {
	content: "ïŠ³"
}

.bi-dash-square-fill::before {
	content: "ïŠ´"
}

.bi-dash-square::before {
	content: "ïŠµ"
}

.bi-dash::before {
	content: "ïŠ¶"
}

.bi-diagram-2-fill::before {
	content: "ïŠ·"
}

.bi-diagram-2::before {
	content: "ïŠ¸"
}

.bi-diagram-3-fill::before {
	content: "ïŠ¹"
}

.bi-diagram-3::before {
	content: "ïŠº"
}

.bi-diamond-fill::before {
	content: "ïŠ»"
}

.bi-diamond-half::before {
	content: "ïŠ¼"
}

.bi-diamond::before {
	content: "ïŠ½"
}

.bi-dice-1-fill::before {
	content: "ïŠ¾"
}

.bi-dice-1::before {
	content: "ïŠ¿"
}

.bi-dice-2-fill::before {
	content: "ï‹€"
}

.bi-dice-2::before {
	content: "ï‹"
}

.bi-dice-3-fill::before {
	content: "ï‹‚"
}

.bi-dice-3::before {
	content: "ï‹ƒ"
}

.bi-dice-4-fill::before {
	content: "ï‹„"
}

.bi-dice-4::before {
	content: "ï‹…"
}

.bi-dice-5-fill::before {
	content: "ï‹†"
}

.bi-dice-5::before {
	content: "ï‹‡"
}

.bi-dice-6-fill::before {
	content: "ï‹ˆ"
}

.bi-dice-6::before {
	content: "ï‹‰"
}

.bi-disc-fill::before {
	content: "ï‹Š"
}

.bi-disc::before {
	content: "ï‹‹"
}

.bi-discord::before {
	content: "ï‹Œ"
}

.bi-display-fill::before {
	content: "ï‹"
}

.bi-display::before {
	content: "ï‹Ž"
}

.bi-distribute-horizontal::before {
	content: "ï‹"
}

.bi-distribute-vertical::before {
	content: "ï‹"
}

.bi-door-closed-fill::before {
	content: "ï‹‘"
}

.bi-door-closed::before {
	content: "ï‹’"
}

.bi-door-open-fill::before {
	content: "ï‹“"
}

.bi-door-open::before {
	content: "ï‹”"
}

.bi-dot::before {
	content: "ï‹•"
}

.bi-download::before {
	content: "ï‹–"
}

.bi-droplet-fill::before {
	content: "ï‹—"
}

.bi-droplet-half::before {
	content: "ï‹˜"
}

.bi-droplet::before {
	content: "ï‹™"
}

.bi-earbuds::before {
	content: "ï‹š"
}

.bi-easel-fill::before {
	content: "ï‹›"
}

.bi-easel::before {
	content: "ï‹œ"
}

.bi-egg-fill::before {
	content: "ï‹"
}

.bi-egg-fried::before {
	content: "ï‹ž"
}

.bi-egg::before {
	content: "ï‹Ÿ"
}

.bi-eject-fill::before {
	content: "ï‹&nbsp;"
}

.bi-eject::before {
	content: "ï‹¡"
}

.bi-emoji-angry-fill::before {
	content: "ï‹¢"
}

.bi-emoji-angry::before {
	content: "ï‹£"
}

.bi-emoji-dizzy-fill::before {
	content: "ï‹¤"
}

.bi-emoji-dizzy::before {
	content: "ï‹¥"
}

.bi-emoji-expressionless-fill::before {
	content: "ï‹¦"
}

.bi-emoji-expressionless::before {
	content: "ï‹§"
}

.bi-emoji-frown-fill::before {
	content: "ï‹¨"
}

.bi-emoji-frown::before {
	content: "ï‹©"
}

.bi-emoji-heart-eyes-fill::before {
	content: "ï‹ª"
}

.bi-emoji-heart-eyes::before {
	content: "ï‹«"
}

.bi-emoji-laughing-fill::before {
	content: "ï‹¬"
}

.bi-emoji-laughing::before {
	content: "ï‹­"
}

.bi-emoji-neutral-fill::before {
	content: "ï‹®"
}

.bi-emoji-neutral::before {
	content: "ï‹¯"
}

.bi-emoji-smile-fill::before {
	content: "ï‹°"
}

.bi-emoji-smile-upside-down-fill::before {
	content: "ï‹±"
}

.bi-emoji-smile-upside-down::before {
	content: "ï‹²"
}

.bi-emoji-smile::before {
	content: "ï‹³"
}

.bi-emoji-sunglasses-fill::before {
	content: "ï‹´"
}

.bi-emoji-sunglasses::before {
	content: "ï‹µ"
}

.bi-emoji-wink-fill::before {
	content: "ï‹¶"
}

.bi-emoji-wink::before {
	content: "ï‹·"
}

.bi-envelope-fill::before {
	content: "ï‹¸"
}

.bi-envelope-open-fill::before {
	content: "ï‹¹"
}

.bi-envelope-open::before {
	content: "ï‹º"
}

.bi-envelope::before {
	content: "ï‹»"
}

.bi-exclamation-circle-fill::before {
	content: "ï‹¼"
}

.bi-exclamation-circle::before {
	content: "ï‹½"
}

.bi-exclamation-diamond-fill::before {
	content: "ï‹¾"
}

.bi-exclamation-diamond::before {
	content: "ï‹¿"
}

.bi-exclamation-octagon-fill::before {
	content: "ïŒ€"
}

.bi-exclamation-octagon::before {
	content: "ïŒ"
}

.bi-exclamation-square-fill::before {
	content: "ïŒ‚"
}

.bi-exclamation-square::before {
	content: "ïŒƒ"
}

.bi-exclamation-triangle-fill::before {
	content: "ïŒ„"
}

.bi-exclamation-triangle::before {
	content: "ïŒ…"
}

.bi-exclamation::before {
	content: "ïŒ†"
}

.bi-exclude::before {
	content: "ïŒ‡"
}

.bi-eye-fill::before {
	content: "ïŒˆ"
}

.bi-eye-slash-fill::before {
	content: "ïŒ‰"
}

.bi-eye-slash::before {
	content: "ïŒŠ"
}

.bi-eye::before {
	content: "ïŒ‹"
}

.bi-eyeglasses::before {
	content: "ïŒŒ"
}

.bi-facebook::before {
	content: "ïŒ"
}

.bi-file-arrow-down-fill::before {
	content: "ïŒŽ"
}

.bi-file-arrow-down::before {
	content: "ïŒ"
}

.bi-file-arrow-up-fill::before {
	content: "ïŒ"
}

.bi-file-arrow-up::before {
	content: "ïŒ‘"
}

.bi-file-bar-graph-fill::before {
	content: "ïŒ’"
}

.bi-file-bar-graph::before {
	content: "ïŒ“"
}

.bi-file-binary-fill::before {
	content: "ïŒ”"
}

.bi-file-binary::before {
	content: "ïŒ•"
}

.bi-file-break-fill::before {
	content: "ïŒ–"
}

.bi-file-break::before {
	content: "ïŒ—"
}

.bi-file-check-fill::before {
	content: "ïŒ˜"
}

.bi-file-check::before {
	content: "ïŒ™"
}

.bi-file-code-fill::before {
	content: "ïŒš"
}

.bi-file-code::before {
	content: "ïŒ›"
}

.bi-file-diff-fill::before {
	content: "ïŒœ"
}

.bi-file-diff::before {
	content: "ïŒ"
}

.bi-file-earmark-arrow-down-fill::before {
	content: "ïŒž"
}

.bi-file-earmark-arrow-down::before {
	content: "ïŒŸ"
}

.bi-file-earmark-arrow-up-fill::before {
	content: "ïŒ&nbsp;"
}

.bi-file-earmark-arrow-up::before {
	content: "ïŒ¡"
}

.bi-file-earmark-bar-graph-fill::before {
	content: "ïŒ¢"
}

.bi-file-earmark-bar-graph::before {
	content: "ïŒ£"
}

.bi-file-earmark-binary-fill::before {
	content: "ïŒ¤"
}

.bi-file-earmark-binary::before {
	content: "ïŒ¥"
}

.bi-file-earmark-break-fill::before {
	content: "ïŒ¦"
}

.bi-file-earmark-break::before {
	content: "ïŒ§"
}

.bi-file-earmark-check-fill::before {
	content: "ïŒ¨"
}

.bi-file-earmark-check::before {
	content: "ïŒ©"
}

.bi-file-earmark-code-fill::before {
	content: "ïŒª"
}

.bi-file-earmark-code::before {
	content: "ïŒ«"
}

.bi-file-earmark-diff-fill::before {
	content: "ïŒ¬"
}

.bi-file-earmark-diff::before {
	content: "ïŒ­"
}

.bi-file-earmark-easel-fill::before {
	content: "ïŒ®"
}

.bi-file-earmark-easel::before {
	content: "ïŒ¯"
}

.bi-file-earmark-excel-fill::before {
	content: "ïŒ°"
}

.bi-file-earmark-excel::before {
	content: "ïŒ±"
}

.bi-file-earmark-fill::before {
	content: "ïŒ²"
}

.bi-file-earmark-font-fill::before {
	content: "ïŒ³"
}

.bi-file-earmark-font::before {
	content: "ïŒ´"
}

.bi-file-earmark-image-fill::before {
	content: "ïŒµ"
}

.bi-file-earmark-image::before {
	content: "ïŒ¶"
}

.bi-file-earmark-lock-fill::before {
	content: "ïŒ·"
}

.bi-file-earmark-lock::before {
	content: "ïŒ¸"
}

.bi-file-earmark-lock2-fill::before {
	content: "ïŒ¹"
}

.bi-file-earmark-lock2::before {
	content: "ïŒº"
}

.bi-file-earmark-medical-fill::before {
	content: "ïŒ»"
}

.bi-file-earmark-medical::before {
	content: "ïŒ¼"
}

.bi-file-earmark-minus-fill::before {
	content: "ïŒ½"
}

.bi-file-earmark-minus::before {
	content: "ïŒ¾"
}

.bi-file-earmark-music-fill::before {
	content: "ïŒ¿"
}

.bi-file-earmark-music::before {
	content: "ï€"
}

.bi-file-earmark-person-fill::before {
	content: "ï"
}

.bi-file-earmark-person::before {
	content: "ï‚"
}

.bi-file-earmark-play-fill::before {
	content: "ïƒ"
}

.bi-file-earmark-play::before {
	content: "ï„"
}

.bi-file-earmark-plus-fill::before {
	content: "ï…"
}

.bi-file-earmark-plus::before {
	content: "ï†"
}

.bi-file-earmark-post-fill::before {
	content: "ï‡"
}

.bi-file-earmark-post::before {
	content: "ïˆ"
}

.bi-file-earmark-ppt-fill::before {
	content: "ï‰"
}

.bi-file-earmark-ppt::before {
	content: "ïŠ"
}

.bi-file-earmark-richtext-fill::before {
	content: "ï‹"
}

.bi-file-earmark-richtext::before {
	content: "ïŒ"
}

.bi-file-earmark-ruled-fill::before {
	content: "ï"
}

.bi-file-earmark-ruled::before {
	content: "ïŽ"
}

.bi-file-earmark-slides-fill::before {
	content: "ï"
}

.bi-file-earmark-slides::before {
	content: "ï"
}

.bi-file-earmark-spreadsheet-fill::before {
	content: "ï‘"
}

.bi-file-earmark-spreadsheet::before {
	content: "ï’"
}

.bi-file-earmark-text-fill::before {
	content: "ï“"
}

.bi-file-earmark-text::before {
	content: "ï”"
}

.bi-file-earmark-word-fill::before {
	content: "ï•"
}

.bi-file-earmark-word::before {
	content: "ï–"
}

.bi-file-earmark-x-fill::before {
	content: "ï—"
}

.bi-file-earmark-x::before {
	content: "ï˜"
}

.bi-file-earmark-zip-fill::before {
	content: "ï™"
}

.bi-file-earmark-zip::before {
	content: "ïš"
}

.bi-file-earmark::before {
	content: "ï›"
}

.bi-file-easel-fill::before {
	content: "ïœ"
}

.bi-file-easel::before {
	content: "ï"
}

.bi-file-excel-fill::before {
	content: "ïž"
}

.bi-file-excel::before {
	content: "ïŸ"
}

.bi-file-fill::before {
	content: "ï&nbsp;"
}

.bi-file-font-fill::before {
	content: "ï¡"
}

.bi-file-font::before {
	content: "ï¢"
}

.bi-file-image-fill::before {
	content: "ï£"
}

.bi-file-image::before {
	content: "ï¤"
}

.bi-file-lock-fill::before {
	content: "ï¥"
}

.bi-file-lock::before {
	content: "ï¦"
}

.bi-file-lock2-fill::before {
	content: "ï§"
}

.bi-file-lock2::before {
	content: "ï¨"
}

.bi-file-medical-fill::before {
	content: "ï©"
}

.bi-file-medical::before {
	content: "ïª"
}

.bi-file-minus-fill::before {
	content: "ï«"
}

.bi-file-minus::before {
	content: "ï¬"
}

.bi-file-music-fill::before {
	content: "ï­"
}

.bi-file-music::before {
	content: "ï®"
}

.bi-file-person-fill::before {
	content: "ï¯"
}

.bi-file-person::before {
	content: "ï°"
}

.bi-file-play-fill::before {
	content: "ï±"
}

.bi-file-play::before {
	content: "ï²"
}

.bi-file-plus-fill::before {
	content: "ï³"
}

.bi-file-plus::before {
	content: "ï´"
}

.bi-file-post-fill::before {
	content: "ïµ"
}

.bi-file-post::before {
	content: "ï¶"
}

.bi-file-ppt-fill::before {
	content: "ï·"
}

.bi-file-ppt::before {
	content: "ï¸"
}

.bi-file-richtext-fill::before {
	content: "ï¹"
}

.bi-file-richtext::before {
	content: "ïº"
}

.bi-file-ruled-fill::before {
	content: "ï»"
}

.bi-file-ruled::before {
	content: "ï¼"
}

.bi-file-slides-fill::before {
	content: "ï½"
}

.bi-file-slides::before {
	content: "ï¾"
}

.bi-file-spreadsheet-fill::before {
	content: "ï¿"
}

.bi-file-spreadsheet::before {
	content: "ïŽ€"
}

.bi-file-text-fill::before {
	content: "ïŽ"
}

.bi-file-text::before {
	content: "ïŽ‚"
}

.bi-file-word-fill::before {
	content: "ïŽƒ"
}

.bi-file-word::before {
	content: "ïŽ„"
}

.bi-file-x-fill::before {
	content: "ïŽ…"
}

.bi-file-x::before {
	content: "ïŽ†"
}

.bi-file-zip-fill::before {
	content: "ïŽ‡"
}

.bi-file-zip::before {
	content: "ïŽˆ"
}

.bi-file::before {
	content: "ïŽ‰"
}

.bi-files-alt::before {
	content: "ïŽŠ"
}

.bi-files::before {
	content: "ïŽ‹"
}

.bi-film::before {
	content: "ïŽŒ"
}

.bi-filter-circle-fill::before {
	content: "ïŽ"
}

.bi-filter-circle::before {
	content: "ïŽŽ"
}

.bi-filter-left::before {
	content: "ïŽ"
}

.bi-filter-right::before {
	content: "ïŽ"
}

.bi-filter-square-fill::before {
	content: "ïŽ‘"
}

.bi-filter-square::before {
	content: "ïŽ’"
}

.bi-filter::before {
	content: "ïŽ“"
}

.bi-flag-fill::before {
	content: "ïŽ”"
}

.bi-flag::before {
	content: "ïŽ•"
}

.bi-flower1::before {
	content: "ïŽ–"
}

.bi-flower2::before {
	content: "ïŽ—"
}

.bi-flower3::before {
	content: "ïŽ˜"
}

.bi-folder-check::before {
	content: "ïŽ™"
}

.bi-folder-fill::before {
	content: "ïŽš"
}

.bi-folder-minus::before {
	content: "ïŽ›"
}

.bi-folder-plus::before {
	content: "ïŽœ"
}

.bi-folder-symlink-fill::before {
	content: "ïŽ"
}

.bi-folder-symlink::before {
	content: "ïŽž"
}

.bi-folder-x::before {
	content: "ïŽŸ"
}

.bi-folder::before {
	content: "ïŽ&nbsp;"
}

.bi-folder2-open::before {
	content: "ïŽ¡"
}

.bi-folder2::before {
	content: "ïŽ¢"
}

.bi-fonts::before {
	content: "ïŽ£"
}

.bi-forward-fill::before {
	content: "ïŽ¤"
}

.bi-forward::before {
	content: "ïŽ¥"
}

.bi-front::before {
	content: "ïŽ¦"
}

.bi-fullscreen-exit::before {
	content: "ïŽ§"
}

.bi-fullscreen::before {
	content: "ïŽ¨"
}

.bi-funnel-fill::before {
	content: "ïŽ©"
}

.bi-funnel::before {
	content: "ïŽª"
}

.bi-gear-fill::before {
	content: "ïŽ«"
}

.bi-gear-wide-connected::before {
	content: "ïŽ¬"
}

.bi-gear-wide::before {
	content: "ïŽ­"
}

.bi-gear::before {
	content: "ïŽ®"
}

.bi-gem::before {
	content: "ïŽ¯"
}

.bi-geo-alt-fill::before {
	content: "ïŽ°"
}

.bi-geo-alt::before {
	content: "ïŽ±"
}

.bi-geo-fill::before {
	content: "ïŽ²"
}

.bi-geo::before {
	content: "ïŽ³"
}

.bi-gift-fill::before {
	content: "ïŽ´"
}

.bi-gift::before {
	content: "ïŽµ"
}

.bi-github::before {
	content: "ïŽ¶"
}

.bi-globe::before {
	content: "ïŽ·"
}

.bi-globe2::before {
	content: "ïŽ¸"
}

.bi-google::before {
	content: "ïŽ¹"
}

.bi-graph-down::before {
	content: "ïŽº"
}

.bi-graph-up::before {
	content: "ïŽ»"
}

.bi-grid-1x2-fill::before {
	content: "ïŽ¼"
}

.bi-grid-1x2::before {
	content: "ïŽ½"
}

.bi-grid-3x2-gap-fill::before {
	content: "ïŽ¾"
}

.bi-grid-3x2-gap::before {
	content: "ïŽ¿"
}

.bi-grid-3x2::before {
	content: "ï€"
}

.bi-grid-3x3-gap-fill::before {
	content: "ï"
}

.bi-grid-3x3-gap::before {
	content: "ï‚"
}

.bi-grid-3x3::before {
	content: "ïƒ"
}

.bi-grid-fill::before {
	content: "ï„"
}

.bi-grid::before {
	content: "ï…"
}

.bi-grip-horizontal::before {
	content: "ï†"
}

.bi-grip-vertical::before {
	content: "ï‡"
}

.bi-hammer::before {
	content: "ïˆ"
}

.bi-hand-index-thumb::before {
	content: "ï‰"
}

.bi-hand-index::before {
	content: "ïŠ"
}

.bi-hand-thumbs-down::before {
	content: "ï‹"
}

.bi-hand-thumbs-up::before {
	content: "ïŒ"
}

.bi-handbag-fill::before {
	content: "ï"
}

.bi-handbag::before {
	content: "ïŽ"
}

.bi-hash::before {
	content: "ï"
}

.bi-hdd-fill::before {
	content: "ï"
}

.bi-hdd-network-fill::before {
	content: "ï‘"
}

.bi-hdd-network::before {
	content: "ï’"
}

.bi-hdd-rack-fill::before {
	content: "ï“"
}

.bi-hdd-rack::before {
	content: "ï”"
}

.bi-hdd-stack-fill::before {
	content: "ï•"
}

.bi-hdd-stack::before {
	content: "ï–"
}

.bi-hdd::before {
	content: "ï—"
}

.bi-headphones::before {
	content: "ï˜"
}

.bi-headset::before {
	content: "ï™"
}

.bi-heart-fill::before {
	content: "ïš"
}

.bi-heart-half::before {
	content: "ï›"
}

.bi-heart::before {
	content: "ïœ"
}

.bi-heptagon-fill::before {
	content: "ï"
}

.bi-heptagon-half::before {
	content: "ïž"
}

.bi-heptagon::before {
	content: "ïŸ"
}

.bi-hexagon-fill::before {
	content: "ï&nbsp;"
}

.bi-hexagon-half::before {
	content: "ï¡"
}

.bi-hexagon::before {
	content: "ï¢"
}

.bi-hourglass-bottom::before {
	content: "ï£"
}

.bi-hourglass-split::before {
	content: "ï¤"
}

.bi-hourglass-top::before {
	content: "ï¥"
}

.bi-hourglass::before {
	content: "ï¦"
}

.bi-house-door-fill::before {
	content: "ï§"
}

.bi-house-door::before {
	content: "ï¨"
}

.bi-house-fill::before {
	content: "ï©"
}

.bi-house::before {
	content: "ïª"
}

.bi-hr::before {
	content: "ï«"
}

.bi-image-alt::before {
	content: "ï¬"
}

.bi-image-fill::before {
	content: "ï­"
}

.bi-image::before {
	content: "ï®"
}

.bi-images::before {
	content: "ï¯"
}

.bi-inbox-fill::before {
	content: "ï°"
}

.bi-inbox::before {
	content: "ï±"
}

.bi-inboxes-fill::before {
	content: "ï²"
}

.bi-inboxes::before {
	content: "ï³"
}

.bi-info-circle-fill::before {
	content: "ï´"
}

.bi-info-circle::before {
	content: "ïµ"
}

.bi-info-square-fill::before {
	content: "ï¶"
}

.bi-info-square::before {
	content: "ï·"
}

.bi-info::before {
	content: "ï¸"
}

.bi-input-cursor-text::before {
	content: "ï¹"
}

.bi-input-cursor::before {
	content: "ïº"
}

.bi-instagram::before {
	content: "ï»"
}

.bi-intersect::before {
	content: "ï¼"
}

.bi-journal-album::before {
	content: "ï½"
}

.bi-journal-arrow-down::before {
	content: "ï¾"
}

.bi-journal-arrow-up::before {
	content: "ï¿"
}

.bi-journal-bookmark-fill::before {
	content: "ï€"
}

.bi-journal-bookmark::before {
	content: "ï"
}

.bi-journal-check::before {
	content: "ï‚"
}

.bi-journal-code::before {
	content: "ïƒ"
}

.bi-journal-medical::before {
	content: "ï„"
}

.bi-journal-minus::before {
	content: "ï…"
}

.bi-journal-plus::before {
	content: "ï†"
}

.bi-journal-richtext::before {
	content: "ï‡"
}

.bi-journal-text::before {
	content: "ïˆ"
}

.bi-journal-x::before {
	content: "ï‰"
}

.bi-journal::before {
	content: "ïŠ"
}

.bi-journals::before {
	content: "ï‹"
}

.bi-joystick::before {
	content: "ïŒ"
}

.bi-justify-left::before {
	content: "ï"
}

.bi-justify-right::before {
	content: "ïŽ"
}

.bi-justify::before {
	content: "ï"
}

.bi-kanban-fill::before {
	content: "ï"
}

.bi-kanban::before {
	content: "ï‘"
}

.bi-key-fill::before {
	content: "ï’"
}

.bi-key::before {
	content: "ï“"
}

.bi-keyboard-fill::before {
	content: "ï”"
}

.bi-keyboard::before {
	content: "ï•"
}

.bi-ladder::before {
	content: "ï–"
}

.bi-lamp-fill::before {
	content: "ï—"
}

.bi-lamp::before {
	content: "ï˜"
}

.bi-laptop-fill::before {
	content: "ï™"
}

.bi-laptop::before {
	content: "ïš"
}

.bi-layers-fill::before {
	content: "ï›"
}

.bi-layers-half::before {
	content: "ïœ"
}

.bi-layers::before {
	content: "ï"
}

.bi-layout-sidebar-inset-reverse::before {
	content: "ïž"
}

.bi-layout-sidebar-inset::before {
	content: "ïŸ"
}

.bi-layout-sidebar-reverse::before {
	content: "ï&nbsp;"
}

.bi-layout-sidebar::before {
	content: "ï¡"
}

.bi-layout-split::before {
	content: "ï¢"
}

.bi-layout-text-sidebar-reverse::before {
	content: "ï£"
}

.bi-layout-text-sidebar::before {
	content: "ï¤"
}

.bi-layout-text-window-reverse::before {
	content: "ï¥"
}

.bi-layout-text-window::before {
	content: "ï¦"
}

.bi-layout-three-columns::before {
	content: "ï§"
}

.bi-layout-wtf::before {
	content: "ï¨"
}

.bi-life-preserver::before {
	content: "ï©"
}

.bi-lightning-fill::before {
	content: "ïª"
}

.bi-lightning::before {
	content: "ï«"
}

.bi-link-45deg::before {
	content: "ï¬"
}

.bi-link::before {
	content: "ï­"
}

.bi-linkedin::before {
	content: "ï®"
}

.bi-list-check::before {
	content: "ï¯"
}

.bi-list-nested::before {
	content: "ï°"
}

.bi-list-ol::before {
	content: "ï±"
}

.bi-list-stars::before {
	content: "ï²"
}

.bi-list-task::before {
	content: "ï³"
}

.bi-list-ul::before {
	content: "ï´"
}

.bi-list::before {
	content: "ïµ"
}

.bi-lock-fill::before {
	content: "ï¶"
}

.bi-lock::before {
	content: "ï·"
}

.bi-mailbox::before {
	content: "ï¸"
}

.bi-mailbox2::before {
	content: "ï¹"
}

.bi-map-fill::before {
	content: "ïº"
}

.bi-map::before {
	content: "ï»"
}

.bi-markdown-fill::before {
	content: "ï¼"
}

.bi-markdown::before {
	content: "ï½"
}

.bi-menu-app-fill::before {
	content: "ï¾"
}

.bi-menu-app::before {
	content: "ï¿"
}

.bi-menu-button-fill::before {
	content: "ï‘€"
}

.bi-menu-button-wide-fill::before {
	content: "ï‘"
}

.bi-menu-button-wide::before {
	content: "ï‘‚"
}

.bi-menu-button::before {
	content: "ï‘ƒ"
}

.bi-menu-down::before {
	content: "ï‘„"
}

.bi-menu-up::before {
	content: "ï‘…"
}

.bi-mic-fill::before {
	content: "ï‘†"
}

.bi-mic-mute-fill::before {
	content: "ï‘‡"
}

.bi-mic-mute::before {
	content: "ï‘ˆ"
}

.bi-mic::before {
	content: "ï‘‰"
}

.bi-minecart-loaded::before {
	content: "ï‘Š"
}

.bi-minecart::before {
	content: "ï‘‹"
}

.bi-moon::before {
	content: "ï‘Œ"
}

.bi-mouse::before {
	content: "ï‘"
}

.bi-mouse2::before {
	content: "ï‘Ž"
}

.bi-mouse3::before {
	content: "ï‘"
}

.bi-music-note-beamed::before {
	content: "ï‘"
}

.bi-music-note-list::before {
	content: "ï‘‘"
}

.bi-music-note::before {
	content: "ï‘’"
}

.bi-music-player-fill::before {
	content: "ï‘“"
}

.bi-music-player::before {
	content: "ï‘”"
}

.bi-newspaper::before {
	content: "ï‘•"
}

.bi-node-minus-fill::before {
	content: "ï‘–"
}

.bi-node-minus::before {
	content: "ï‘—"
}

.bi-node-plus-fill::before {
	content: "ï‘˜"
}

.bi-node-plus::before {
	content: "ï‘™"
}

.bi-nut-fill::before {
	content: "ï‘š"
}

.bi-nut::before {
	content: "ï‘›"
}

.bi-octagon-fill::before {
	content: "ï‘œ"
}

.bi-octagon-half::before {
	content: "ï‘"
}

.bi-octagon::before {
	content: "ï‘ž"
}

.bi-option::before {
	content: "ï‘Ÿ"
}

.bi-outlet::before {
	content: "ï‘&nbsp;"
}

.bi-paperclip::before {
	content: "ï‘¡"
}

.bi-paragraph::before {
	content: "ï‘¢"
}

.bi-patch-check-fill::before {
	content: "ï‘£"
}

.bi-patch-check::before {
	content: "ï‘¤"
}

.bi-patch-exclamation-fill::before {
	content: "ï‘¥"
}

.bi-patch-exclamation::before {
	content: "ï‘¦"
}

.bi-patch-minus-fill::before {
	content: "ï‘§"
}

.bi-patch-minus::before {
	content: "ï‘¨"
}

.bi-patch-plus-fill::before {
	content: "ï‘©"
}

.bi-patch-plus::before {
	content: "ï‘ª"
}

.bi-patch-question-fill::before {
	content: "ï‘«"
}

.bi-patch-question::before {
	content: "ï‘¬"
}

.bi-pause-btn-fill::before {
	content: "ï‘­"
}

.bi-pause-btn::before {
	content: "ï‘®"
}

.bi-pause-circle-fill::before {
	content: "ï‘¯"
}

.bi-pause-circle::before {
	content: "ï‘°"
}

.bi-pause-fill::before {
	content: "ï‘±"
}

.bi-pause::before {
	content: "ï‘²"
}

.bi-peace-fill::before {
	content: "ï‘³"
}

.bi-peace::before {
	content: "ï‘´"
}

.bi-pen-fill::before {
	content: "ï‘µ"
}

.bi-pen::before {
	content: "ï‘¶"
}

.bi-pencil-fill::before {
	content: "ï‘·"
}

.bi-pencil-square::before {
	content: "ï‘¸"
}

.bi-pencil::before {
	content: "ï‘¹"
}

.bi-pentagon-fill::before {
	content: "ï‘º"
}

.bi-pentagon-half::before {
	content: "ï‘»"
}

.bi-pentagon::before {
	content: "ï‘¼"
}

.bi-people-fill::before {
	content: "ï‘½"
}

.bi-people::before {
	content: "ï‘¾"
}

.bi-percent::before {
	content: "ï‘¿"
}

.bi-person-badge-fill::before {
	content: "ï’€"
}

.bi-person-badge::before {
	content: "ï’"
}

.bi-person-bounding-box::before {
	content: "ï’‚"
}

.bi-person-check-fill::before {
	content: "ï’ƒ"
}

.bi-person-check::before {
	content: "ï’„"
}

.bi-person-circle::before {
	content: "ï’…"
}

.bi-person-dash-fill::before {
	content: "ï’†"
}

.bi-person-dash::before {
	content: "ï’‡"
}

.bi-person-fill::before {
	content: "ï’ˆ"
}

.bi-person-lines-fill::before {
	content: "ï’‰"
}

.bi-person-plus-fill::before {
	content: "ï’Š"
}

.bi-person-plus::before {
	content: "ï’‹"
}

.bi-person-square::before {
	content: "ï’Œ"
}

.bi-person-x-fill::before {
	content: "ï’"
}

.bi-person-x::before {
	content: "ï’Ž"
}

.bi-person::before {
	content: "ï’"
}

.bi-phone-fill::before {
	content: "ï’"
}

.bi-phone-landscape-fill::before {
	content: "ï’‘"
}

.bi-phone-landscape::before {
	content: "ï’’"
}

.bi-phone-vibrate::before {
	content: "ï’“"
}

.bi-phone::before {
	content: "ï’”"
}

.bi-pie-chart-fill::before {
	content: "ï’•"
}

.bi-pie-chart::before {
	content: "ï’–"
}

.bi-pip-fill::before {
	content: "ï’—"
}

.bi-pip::before {
	content: "ï’˜"
}

.bi-play-btn-fill::before {
	content: "ï’™"
}

.bi-play-btn::before {
	content: "ï’š"
}

.bi-play-circle-fill::before {
	content: "ï’›"
}

.bi-play-circle::before {
	content: "ï’œ"
}

.bi-play-fill::before {
	content: "ï’"
}

.bi-play::before {
	content: "ï’ž"
}

.bi-plug-fill::before {
	content: "ï’Ÿ"
}

.bi-plug::before {
	content: "ï’&nbsp;"
}

.bi-plus-circle-fill::before {
	content: "ï’¡"
}

.bi-plus-circle::before {
	content: "ï’¢"
}

.bi-plus-square-fill::before {
	content: "ï’£"
}

.bi-plus-square::before {
	content: "ï’¤"
}

.bi-plus::before {
	content: "ï’¥"
}

.bi-power::before {
	content: "ï’¦"
}

.bi-printer-fill::before {
	content: "ï’§"
}

.bi-printer::before {
	content: "ï’¨"
}

.bi-puzzle-fill::before {
	content: "ï’©"
}

.bi-puzzle::before {
	content: "ï’ª"
}

.bi-question-circle-fill::before {
	content: "ï’«"
}

.bi-question-circle::before {
	content: "ï’¬"
}

.bi-question-diamond-fill::before {
	content: "ï’­"
}

.bi-question-diamond::before {
	content: "ï’®"
}

.bi-question-octagon-fill::before {
	content: "ï’¯"
}

.bi-question-octagon::before {
	content: "ï’°"
}

.bi-question-square-fill::before {
	content: "ï’±"
}

.bi-question-square::before {
	content: "ï’²"
}

.bi-question::before {
	content: "ï’³"
}

.bi-receipt-cutoff::before {
	content: "ï’´"
}

.bi-receipt::before {
	content: "ï’µ"
}

.bi-reception-0::before {
	content: "ï’¶"
}

.bi-reception-1::before {
	content: "ï’·"
}

.bi-reception-2::before {
	content: "ï’¸"
}

.bi-reception-3::before {
	content: "ï’¹"
}

.bi-reception-4::before {
	content: "ï’º"
}

.bi-record-btn-fill::before {
	content: "ï’»"
}

.bi-record-btn::before {
	content: "ï’¼"
}

.bi-record-circle-fill::before {
	content: "ï’½"
}

.bi-record-circle::before {
	content: "ï’¾"
}

.bi-record-fill::before {
	content: "ï’¿"
}

.bi-record::before {
	content: "ï“€"
}

.bi-record2-fill::before {
	content: "ï“"
}

.bi-record2::before {
	content: "ï“‚"
}

.bi-reply-all-fill::before {
	content: "ï“ƒ"
}

.bi-reply-all::before {
	content: "ï“„"
}

.bi-reply-fill::before {
	content: "ï“…"
}

.bi-reply::before {
	content: "ï“†"
}

.bi-rss-fill::before {
	content: "ï“‡"
}

.bi-rss::before {
	content: "ï“ˆ"
}

.bi-scissors::before {
	content: "ï“‰"
}

.bi-screwdriver::before {
	content: "ï“Š"
}

.bi-search::before {
	content: "ï“‹"
}

.bi-segmented-nav::before {
	content: "ï“Œ"
}

.bi-server::before {
	content: "ï“"
}

.bi-share-fill::before {
	content: "ï“Ž"
}

.bi-share::before {
	content: "ï“"
}

.bi-shield-check::before {
	content: "ï“"
}

.bi-shield-exclamation::before {
	content: "ï“‘"
}

.bi-shield-fill-check::before {
	content: "ï“’"
}

.bi-shield-fill-exclamation::before {
	content: "ï““"
}

.bi-shield-fill-minus::before {
	content: "ï“”"
}

.bi-shield-fill-plus::before {
	content: "ï“•"
}

.bi-shield-fill-x::before {
	content: "ï“–"
}

.bi-shield-fill::before {
	content: "ï“—"
}

.bi-shield-lock-fill::before {
	content: "ï“˜"
}

.bi-shield-lock::before {
	content: "ï“™"
}

.bi-shield-minus::before {
	content: "ï“š"
}

.bi-shield-plus::before {
	content: "ï“›"
}

.bi-shield-shaded::before {
	content: "ï“œ"
}

.bi-shield-slash-fill::before {
	content: "ï“"
}

.bi-shield-slash::before {
	content: "ï“ž"
}

.bi-shield-x::before {
	content: "ï“Ÿ"
}

.bi-shield::before {
	content: "ï“&nbsp;"
}

.bi-shift-fill::before {
	content: "ï“¡"
}

.bi-shift::before {
	content: "ï“¢"
}

.bi-shop-window::before {
	content: "ï“£"
}

.bi-shop::before {
	content: "ï“¤"
}

.bi-shuffle::before {
	content: "ï“¥"
}

.bi-signpost-2-fill::before {
	content: "ï“¦"
}

.bi-signpost-2::before {
	content: "ï“§"
}

.bi-signpost-fill::before {
	content: "ï“¨"
}

.bi-signpost-split-fill::before {
	content: "ï“©"
}

.bi-signpost-split::before {
	content: "ï“ª"
}

.bi-signpost::before {
	content: "ï“«"
}

.bi-sim-fill::before {
	content: "ï“¬"
}

.bi-sim::before {
	content: "ï“­"
}

.bi-skip-backward-btn-fill::before {
	content: "ï“®"
}

.bi-skip-backward-btn::before {
	content: "ï“¯"
}

.bi-skip-backward-circle-fill::before {
	content: "ï“°"
}

.bi-skip-backward-circle::before {
	content: "ï“±"
}

.bi-skip-backward-fill::before {
	content: "ï“²"
}

.bi-skip-backward::before {
	content: "ï“³"
}

.bi-skip-end-btn-fill::before {
	content: "ï“´"
}

.bi-skip-end-btn::before {
	content: "ï“µ"
}

.bi-skip-end-circle-fill::before {
	content: "ï“¶"
}

.bi-skip-end-circle::before {
	content: "ï“·"
}

.bi-skip-end-fill::before {
	content: "ï“¸"
}

.bi-skip-end::before {
	content: "ï“¹"
}

.bi-skip-forward-btn-fill::before {
	content: "ï“º"
}

.bi-skip-forward-btn::before {
	content: "ï“»"
}

.bi-skip-forward-circle-fill::before {
	content: "ï“¼"
}

.bi-skip-forward-circle::before {
	content: "ï“½"
}

.bi-skip-forward-fill::before {
	content: "ï“¾"
}

.bi-skip-forward::before {
	content: "ï“¿"
}

.bi-skip-start-btn-fill::before {
	content: "ï”€"
}

.bi-skip-start-btn::before {
	content: "ï”"
}

.bi-skip-start-circle-fill::before {
	content: "ï”‚"
}

.bi-skip-start-circle::before {
	content: "ï”ƒ"
}

.bi-skip-start-fill::before {
	content: "ï”„"
}

.bi-skip-start::before {
	content: "ï”…"
}

.bi-slack::before {
	content: "ï”†"
}

.bi-slash-circle-fill::before {
	content: "ï”‡"
}

.bi-slash-circle::before {
	content: "ï”ˆ"
}

.bi-slash-square-fill::before {
	content: "ï”‰"
}

.bi-slash-square::before {
	content: "ï”Š"
}

.bi-slash::before {
	content: "ï”‹"
}

.bi-sliders::before {
	content: "ï”Œ"
}

.bi-smartwatch::before {
	content: "ï”"
}

.bi-sort-alpha-down-alt::before {
	content: "ï”Ž"
}

.bi-sort-alpha-down::before {
	content: "ï”"
}

.bi-sort-alpha-up-alt::before {
	content: "ï”"
}

.bi-sort-alpha-up::before {
	content: "ï”‘"
}

.bi-sort-down-alt::before {
	content: "ï”’"
}

.bi-sort-down::before {
	content: "ï”“"
}

.bi-sort-numeric-down-alt::before {
	content: "ï””"
}

.bi-sort-numeric-down::before {
	content: "ï”•"
}

.bi-sort-numeric-up-alt::before {
	content: "ï”–"
}

.bi-sort-numeric-up::before {
	content: "ï”—"
}

.bi-sort-up-alt::before {
	content: "ï”˜"
}

.bi-sort-up::before {
	content: "ï”™"
}

.bi-soundwave::before {
	content: "ï”š"
}

.bi-speaker-fill::before {
	content: "ï”›"
}

.bi-speaker::before {
	content: "ï”œ"
}

.bi-spellcheck::before {
	content: "ï”"
}

.bi-square-fill::before {
	content: "ï”ž"
}

.bi-square-half::before {
	content: "ï”Ÿ"
}

.bi-square::before {
	content: "ï”&nbsp;"
}

.bi-star-fill::before {
	content: "ï”¡"
}

.bi-star-half::before {
	content: "ï”¢"
}

.bi-star::before {
	content: "ï”£"
}

.bi-stickies-fill::before {
	content: "ï”¤"
}

.bi-stickies::before {
	content: "ï”¥"
}

.bi-sticky-fill::before {
	content: "ï”¦"
}

.bi-sticky::before {
	content: "ï”§"
}

.bi-stop-btn-fill::before {
	content: "ï”¨"
}

.bi-stop-btn::before {
	content: "ï”©"
}

.bi-stop-circle-fill::before {
	content: "ï”ª"
}

.bi-stop-circle::before {
	content: "ï”«"
}

.bi-stop-fill::before {
	content: "ï”¬"
}

.bi-stop::before {
	content: "ï”­"
}

.bi-stoplights-fill::before {
	content: "ï”®"
}

.bi-stoplights::before {
	content: "ï”¯"
}

.bi-stopwatch-fill::before {
	content: "ï”°"
}

.bi-stopwatch::before {
	content: "ï”±"
}

.bi-subtract::before {
	content: "ï”²"
}

.bi-suit-club-fill::before {
	content: "ï”³"
}

.bi-suit-club::before {
	content: "ï”´"
}

.bi-suit-diamond-fill::before {
	content: "ï”µ"
}

.bi-suit-diamond::before {
	content: "ï”¶"
}

.bi-suit-heart-fill::before {
	content: "ï”·"
}

.bi-suit-heart::before {
	content: "ï”¸"
}

.bi-suit-spade-fill::before {
	content: "ï”¹"
}

.bi-suit-spade::before {
	content: "ï”º"
}

.bi-sun::before {
	content: "ï”»"
}

.bi-sunglasses::before {
	content: "ï”¼"
}

.bi-table::before {
	content: "ï”½"
}

.bi-tablet-fill::before {
	content: "ï”¾"
}

.bi-tablet-landscape-fill::before {
	content: "ï”¿"
}

.bi-tablet-landscape::before {
	content: "ï•€"
}

.bi-tablet::before {
	content: "ï•"
}

.bi-tag-fill::before {
	content: "ï•‚"
}

.bi-tag::before {
	content: "ï•ƒ"
}

.bi-tags-fill::before {
	content: "ï•„"
}

.bi-tags::before {
	content: "ï•…"
}

.bi-telephone-fill::before {
	content: "ï•†"
}

.bi-telephone-forward-fill::before {
	content: "ï•‡"
}

.bi-telephone-forward::before {
	content: "ï•ˆ"
}

.bi-telephone-inbound-fill::before {
	content: "ï•‰"
}

.bi-telephone-inbound::before {
	content: "ï•Š"
}

.bi-telephone-minus-fill::before {
	content: "ï•‹"
}

.bi-telephone-minus::before {
	content: "ï•Œ"
}

.bi-telephone-outbound-fill::before {
	content: "ï•"
}

.bi-telephone-outbound::before {
	content: "ï•Ž"
}

.bi-telephone-plus-fill::before {
	content: "ï•"
}

.bi-telephone-plus::before {
	content: "ï•"
}

.bi-telephone-x-fill::before {
	content: "ï•‘"
}

.bi-telephone-x::before {
	content: "ï•’"
}

.bi-telephone::before {
	content: "ï•“"
}

.bi-terminal-fill::before {
	content: "ï•”"
}

.bi-terminal::before {
	content: "ï••"
}

.bi-text-center::before {
	content: "ï•–"
}

.bi-text-indent-left::before {
	content: "ï•—"
}

.bi-text-indent-right::before {
	content: "ï•˜"
}

.bi-text-left::before {
	content: "ï•™"
}

.bi-text-paragraph::before {
	content: "ï•š"
}

.bi-text-right::before {
	content: "ï•›"
}

.bi-textarea-resize::before {
	content: "ï•œ"
}

.bi-textarea-t::before {
	content: "ï•"
}

.bi-textarea::before {
	content: "ï•ž"
}

.bi-thermometer-half::before {
	content: "ï•Ÿ"
}

.bi-thermometer::before {
	content: "ï•&nbsp;"
}

.bi-three-dots-vertical::before {
	content: "ï•¡"
}

.bi-three-dots::before {
	content: "ï•¢"
}

.bi-toggle-off::before {
	content: "ï•£"
}

.bi-toggle-on::before {
	content: "ï•¤"
}

.bi-toggle2-off::before {
	content: "ï•¥"
}

.bi-toggle2-on::before {
	content: "ï•¦"
}

.bi-toggles::before {
	content: "ï•§"
}

.bi-toggles2::before {
	content: "ï•¨"
}

.bi-tools::before {
	content: "ï•©"
}

.bi-trash-fill::before {
	content: "ï•ª"
}

.bi-trash::before {
	content: "ï•«"
}

.bi-trash2-fill::before {
	content: "ï•¬"
}

.bi-trash2::before {
	content: "ï•­"
}

.bi-tree-fill::before {
	content: "ï•®"
}

.bi-tree::before {
	content: "ï•¯"
}

.bi-triangle-fill::before {
	content: "ï•°"
}

.bi-triangle-half::before {
	content: "ï•±"
}

.bi-triangle::before {
	content: "ï•²"
}

.bi-trophy-fill::before {
	content: "ï•³"
}

.bi-trophy::before {
	content: "ï•´"
}

.bi-truck-flatbed::before {
	content: "ï•µ"
}

.bi-truck::before {
	content: "ï•¶"
}

.bi-tv-fill::before {
	content: "ï•·"
}

.bi-tv::before {
	content: "ï•¸"
}

.bi-twitch::before {
	content: "ï•¹"
}

.bi-twitter::before {
	content: "ï•º"
}

.bi-type-bold::before {
	content: "ï•»"
}

.bi-type-h1::before {
	content: "ï•¼"
}

.bi-type-h2::before {
	content: "ï•½"
}

.bi-type-h3::before {
	content: "ï•¾"
}

.bi-type-italic::before {
	content: "ï•¿"
}

.bi-type-strikethrough::before {
	content: "ï–€"
}

.bi-type-underline::before {
	content: "ï–"
}

.bi-type::before {
	content: "ï–‚"
}

.bi-ui-checks-grid::before {
	content: "ï–ƒ"
}

.bi-ui-checks::before {
	content: "ï–„"
}

.bi-ui-radios-grid::before {
	content: "ï–…"
}

.bi-ui-radios::before {
	content: "ï–†"
}

.bi-union::before {
	content: "ï–‡"
}

.bi-unlock-fill::before {
	content: "ï–ˆ"
}

.bi-unlock::before {
	content: "ï–‰"
}

.bi-upc-scan::before {
	content: "ï–Š"
}

.bi-upc::before {
	content: "ï–‹"
}

.bi-upload::before {
	content: "ï–Œ"
}

.bi-vector-pen::before {
	content: "ï–"
}

.bi-view-list::before {
	content: "ï–Ž"
}

.bi-view-stacked::before {
	content: "ï–"
}

.bi-vinyl-fill::before {
	content: "ï–"
}

.bi-vinyl::before {
	content: "ï–‘"
}

.bi-voicemail::before {
	content: "ï–’"
}

.bi-volume-down-fill::before {
	content: "ï–“"
}

.bi-volume-down::before {
	content: "ï–”"
}

.bi-volume-mute-fill::before {
	content: "ï–•"
}

.bi-volume-mute::before {
	content: "ï––"
}

.bi-volume-off-fill::before {
	content: "ï–—"
}

.bi-volume-off::before {
	content: "ï–˜"
}

.bi-volume-up-fill::before {
	content: "ï–™"
}

.bi-volume-up::before {
	content: "ï–š"
}

.bi-vr::before {
	content: "ï–›"
}

.bi-wallet-fill::before {
	content: "ï–œ"
}

.bi-wallet::before {
	content: "ï–"
}

.bi-wallet2::before {
	content: "ï–ž"
}

.bi-watch::before {
	content: "ï–Ÿ"
}

.bi-wifi-1::before {
	content: "ï–&nbsp;"
}

.bi-wifi-2::before {
	content: "ï–¡"
}

.bi-wifi-off::before {
	content: "ï–¢"
}

.bi-wifi::before {
	content: "ï–£"
}

.bi-window::before {
	content: "ï–¤"
}

.bi-wrench::before {
	content: "ï–¥"
}

.bi-x-circle-fill::before {
	content: "ï–¦"
}

.bi-x-circle::before {
	content: "ï–§"
}

.bi-x-diamond-fill::before {
	content: "ï–¨"
}

.bi-x-diamond::before {
	content: "ï–©"
}

.bi-x-octagon-fill::before {
	content: "ï–ª"
}

.bi-x-octagon::before {
	content: "ï–«"
}

.bi-x-square-fill::before {
	content: "ï–¬"
}

.bi-x-square::before {
	content: "ï–­"
}

.bi-x::before {
	content: "ï–®"
}

.bi-youtube::before {
	content: "ï–¯"
}

.bi-zoom-in::before {
	content: "ï–°"
}

.bi-zoom-out::before {
	content: "ï–±"
}

.color-blue {
	color: #0297FB
}

.fs-0 {
	font-size: 0
}

.fs-1 {
	font-size: 1px
}

.fs-2 {
	font-size: 2px
}

.fs-3 {
	font-size: 3px
}

.fs-4 {
	font-size: 4px
}

.fs-5 {
	font-size: 5px
}

.fs-6 {
	font-size: 6px
}

.fs-7 {
	font-size: 7px
}

.fs-8 {
	font-size: 8px
}

.fs-9 {
	font-size: 9px
}

.fs-10 {
	font-size: 10px
}

.fs-11 {
	font-size: 11px
}

.fs-12 {
	font-size: 12px
}

.fs-13 {
	font-size: 13px
}

.fs-14 {
	font-size: 14px
}

.fs-15 {
	font-size: 15px
}

.fs-16 {
	font-size: 16px
}

.fs-17 {
	font-size: 17px
}

.fs-18 {
	font-size: 18px
}

.fs-19 {
	font-size: 19px
}

.fs-20 {
	font-size: 20px
}

.fs-21 {
	font-size: 21px
}

.fs-22 {
	font-size: 22px
}

.fs-23 {
	font-size: 23px
}

.fs-24 {
	font-size: 24px
}

.fs-25 {
	font-size: 25px
}

.fs-26 {
	font-size: 26px
}

.fs-27 {
	font-size: 27px
}

.fs-28 {
	font-size: 28px
}

.fs-29 {
	font-size: 29px
}

.fs-30 {
	font-size: 30px
}

.fs-31 {
	font-size: 31px
}

.fs-32 {
	font-size: 32px
}

.fs-33 {
	font-size: 33px
}

.fs-34 {
	font-size: 34px
}

.fs-35 {
	font-size: 35px
}

.fs-36 {
	font-size: 36px
}

.fs-37 {
	font-size: 37px
}

.fs-38 {
	font-size: 38px
}

.fs-39 {
	font-size: 39px
}

.fs-40 {
	font-size: 40px
}

.fs-41 {
	font-size: 41px
}

.fs-42 {
	font-size: 42px
}

.fs-43 {
	font-size: 43px
}

.fs-44 {
	font-size: 44px
}

.fs-45 {
	font-size: 45px
}

.fs-46 {
	font-size: 46px
}

.fs-47 {
	font-size: 47px
}

.fs-48 {
	font-size: 48px
}

.fs-49 {
	font-size: 49px
}

.fs-50 {
	font-size: 50px
}

.fs-51 {
	font-size: 51px
}

.fs-52 {
	font-size: 52px
}

.fs-53 {
	font-size: 53px
}

.fs-54 {
	font-size: 54px
}

.fs-55 {
	font-size: 55px
}

.fs-56 {
	font-size: 56px
}

.fs-57 {
	font-size: 57px
}

.fs-58 {
	font-size: 58px
}

.fs-59 {
	font-size: 59px
}

.fs-60 {
	font-size: 60px
}

.fs-61 {
	font-size: 61px
}

.fs-62 {
	font-size: 62px
}

.fs-63 {
	font-size: 63px
}

.fs-64 {
	font-size: 64px
}

.fs-65 {
	font-size: 65px
}

.fs-66 {
	font-size: 66px
}

.fs-67 {
	font-size: 67px
}

.fs-68 {
	font-size: 68px
}

.fs-69 {
	font-size: 69px
}

.fs-70 {
	font-size: 70px
}

.fs-71 {
	font-size: 71px
}

.fs-72 {
	font-size: 72px
}

.fs-73 {
	font-size: 73px
}

.fs-74 {
	font-size: 74px
}

.fs-75 {
	font-size: 75px
}

.fs-76 {
	font-size: 76px
}

.fs-77 {
	font-size: 77px
}

.fs-78 {
	font-size: 78px
}

.fs-79 {
	font-size: 79px
}

.fs-80 {
	font-size: 80px
}

.fs-81 {
	font-size: 81px
}

.fs-82 {
	font-size: 82px
}

.fs-83 {
	font-size: 83px
}

.fs-84 {
	font-size: 84px
}

.fs-85 {
	font-size: 85px
}

.fs-86 {
	font-size: 86px
}

.fs-87 {
	font-size: 87px
}

.fs-88 {
	font-size: 88px
}

.fs-89 {
	font-size: 89px
}

.fs-90 {
	font-size: 90px
}

.fs-91 {
	font-size: 91px
}

.fs-92 {
	font-size: 92px
}

.fs-93 {
	font-size: 93px
}

.fs-94 {
	font-size: 94px
}

.fs-95 {
	font-size: 95px
}

.fs-96 {
	font-size: 96px
}

.fs-97 {
	font-size: 97px
}

.fs-98 {
	font-size: 98px
}

.fs-99 {
	font-size: 99px
}

.fs-100 {
	font-size: 100px
}

@media (min-width:576px) {
	.fs-sm-0 {
		font-size: 0
	}
	.fs-sm-1 {
		font-size: 1px
	}
	.fs-sm-2 {
		font-size: 2px
	}
	.fs-sm-3 {
		font-size: 3px
	}
	.fs-sm-4 {
		font-size: 4px
	}
	.fs-sm-5 {
		font-size: 5px
	}
	.fs-sm-6 {
		font-size: 6px
	}
	.fs-sm-7 {
		font-size: 7px
	}
	.fs-sm-8 {
		font-size: 8px
	}
	.fs-sm-9 {
		font-size: 9px
	}
	.fs-sm-10 {
		font-size: 10px
	}
	.fs-sm-11 {
		font-size: 11px
	}
	.fs-sm-12 {
		font-size: 12px
	}
	.fs-sm-13 {
		font-size: 13px
	}
	.fs-sm-14 {
		font-size: 14px
	}
	.fs-sm-15 {
		font-size: 15px
	}
	.fs-sm-16 {
		font-size: 16px
	}
	.fs-sm-17 {
		font-size: 17px
	}
	.fs-sm-18 {
		font-size: 18px
	}
	.fs-sm-19 {
		font-size: 19px
	}
	.fs-sm-20 {
		font-size: 20px
	}
	.fs-sm-21 {
		font-size: 21px
	}
	.fs-sm-22 {
		font-size: 22px
	}
	.fs-sm-23 {
		font-size: 23px
	}
	.fs-sm-24 {
		font-size: 24px
	}
	.fs-sm-25 {
		font-size: 25px
	}
	.fs-sm-26 {
		font-size: 26px
	}
	.fs-sm-27 {
		font-size: 27px
	}
	.fs-sm-28 {
		font-size: 28px
	}
	.fs-sm-29 {
		font-size: 29px
	}
	.fs-sm-30 {
		font-size: 30px
	}
	.fs-sm-31 {
		font-size: 31px
	}
	.fs-sm-32 {
		font-size: 32px
	}
	.fs-sm-33 {
		font-size: 33px
	}
	.fs-sm-34 {
		font-size: 34px
	}
	.fs-sm-35 {
		font-size: 35px
	}
	.fs-sm-36 {
		font-size: 36px
	}
	.fs-sm-37 {
		font-size: 37px
	}
	.fs-sm-38 {
		font-size: 38px
	}
	.fs-sm-39 {
		font-size: 39px
	}
	.fs-sm-40 {
		font-size: 40px
	}
	.fs-sm-41 {
		font-size: 41px
	}
	.fs-sm-42 {
		font-size: 42px
	}
	.fs-sm-43 {
		font-size: 43px
	}
	.fs-sm-44 {
		font-size: 44px
	}
	.fs-sm-45 {
		font-size: 45px
	}
	.fs-sm-46 {
		font-size: 46px
	}
	.fs-sm-47 {
		font-size: 47px
	}
	.fs-sm-48 {
		font-size: 48px
	}
	.fs-sm-49 {
		font-size: 49px
	}
	.fs-sm-50 {
		font-size: 50px
	}
	.fs-sm-51 {
		font-size: 51px
	}
	.fs-sm-52 {
		font-size: 52px
	}
	.fs-sm-53 {
		font-size: 53px
	}
	.fs-sm-54 {
		font-size: 54px
	}
	.fs-sm-55 {
		font-size: 55px
	}
	.fs-sm-56 {
		font-size: 56px
	}
	.fs-sm-57 {
		font-size: 57px
	}
	.fs-sm-58 {
		font-size: 58px
	}
	.fs-sm-59 {
		font-size: 59px
	}
	.fs-sm-60 {
		font-size: 60px
	}
	.fs-sm-61 {
		font-size: 61px
	}
	.fs-sm-62 {
		font-size: 62px
	}
	.fs-sm-63 {
		font-size: 63px
	}
	.fs-sm-64 {
		font-size: 64px
	}
	.fs-sm-65 {
		font-size: 65px
	}
	.fs-sm-66 {
		font-size: 66px
	}
	.fs-sm-67 {
		font-size: 67px
	}
	.fs-sm-68 {
		font-size: 68px
	}
	.fs-sm-69 {
		font-size: 69px
	}
	.fs-sm-70 {
		font-size: 70px
	}
	.fs-sm-71 {
		font-size: 71px
	}
	.fs-sm-72 {
		font-size: 72px
	}
	.fs-sm-73 {
		font-size: 73px
	}
	.fs-sm-74 {
		font-size: 74px
	}
	.fs-sm-75 {
		font-size: 75px
	}
	.fs-sm-76 {
		font-size: 76px
	}
	.fs-sm-77 {
		font-size: 77px
	}
	.fs-sm-78 {
		font-size: 78px
	}
	.fs-sm-79 {
		font-size: 79px
	}
	.fs-sm-80 {
		font-size: 80px
	}
	.fs-sm-81 {
		font-size: 81px
	}
	.fs-sm-82 {
		font-size: 82px
	}
	.fs-sm-83 {
		font-size: 83px
	}
	.fs-sm-84 {
		font-size: 84px
	}
	.fs-sm-85 {
		font-size: 85px
	}
	.fs-sm-86 {
		font-size: 86px
	}
	.fs-sm-87 {
		font-size: 87px
	}
	.fs-sm-88 {
		font-size: 88px
	}
	.fs-sm-89 {
		font-size: 89px
	}
	.fs-sm-90 {
		font-size: 90px
	}
	.fs-sm-91 {
		font-size: 91px
	}
	.fs-sm-92 {
		font-size: 92px
	}
	.fs-sm-93 {
		font-size: 93px
	}
	.fs-sm-94 {
		font-size: 94px
	}
	.fs-sm-95 {
		font-size: 95px
	}
	.fs-sm-96 {
		font-size: 96px
	}
	.fs-sm-97 {
		font-size: 97px
	}
	.fs-sm-98 {
		font-size: 98px
	}
	.fs-sm-99 {
		font-size: 99px
	}
	.fs-sm-100 {
		font-size: 100px
	}
}

@media (min-width:768px) {
	.fs-md-0 {
		font-size: 0
	}
	.fs-md-1 {
		font-size: 1px
	}
	.fs-md-2 {
		font-size: 2px
	}
	.fs-md-3 {
		font-size: 3px
	}
	.fs-md-4 {
		font-size: 4px
	}
	.fs-md-5 {
		font-size: 5px
	}
	.fs-md-6 {
		font-size: 6px
	}
	.fs-md-7 {
		font-size: 7px
	}
	.fs-md-8 {
		font-size: 8px
	}
	.fs-md-9 {
		font-size: 9px
	}
	.fs-md-10 {
		font-size: 10px
	}
	.fs-md-11 {
		font-size: 11px
	}
	.fs-md-12 {
		font-size: 12px
	}
	.fs-md-13 {
		font-size: 13px
	}
	.fs-md-14 {
		font-size: 14px
	}
	.fs-md-15 {
		font-size: 15px
	}
	.fs-md-16 {
		font-size: 16px
	}
	.fs-md-17 {
		font-size: 17px
	}
	.fs-md-18 {
		font-size: 18px
	}
	.fs-md-19 {
		font-size: 19px
	}
	.fs-md-20 {
		font-size: 20px
	}
	.fs-md-21 {
		font-size: 21px
	}
	.fs-md-22 {
		font-size: 22px
	}
	.fs-md-23 {
		font-size: 23px
	}
	.fs-md-24 {
		font-size: 24px
	}
	.fs-md-25 {
		font-size: 25px
	}
	.fs-md-26 {
		font-size: 26px
	}
	.fs-md-27 {
		font-size: 27px
	}
	.fs-md-28 {
		font-size: 28px
	}
	.fs-md-29 {
		font-size: 29px
	}
	.fs-md-30 {
		font-size: 30px
	}
	.fs-md-31 {
		font-size: 31px
	}
	.fs-md-32 {
		font-size: 32px
	}
	.fs-md-33 {
		font-size: 33px
	}
	.fs-md-34 {
		font-size: 34px
	}
	.fs-md-35 {
		font-size: 35px
	}
	.fs-md-36 {
		font-size: 36px
	}
	.fs-md-37 {
		font-size: 37px
	}
	.fs-md-38 {
		font-size: 38px
	}
	.fs-md-39 {
		font-size: 39px
	}
	.fs-md-40 {
		font-size: 40px
	}
	.fs-md-41 {
		font-size: 41px
	}
	.fs-md-42 {
		font-size: 42px
	}
	.fs-md-43 {
		font-size: 43px
	}
	.fs-md-44 {
		font-size: 44px
	}
	.fs-md-45 {
		font-size: 45px
	}
	.fs-md-46 {
		font-size: 46px
	}
	.fs-md-47 {
		font-size: 47px
	}
	.fs-md-48 {
		font-size: 48px
	}
	.fs-md-49 {
		font-size: 49px
	}
	.fs-md-50 {
		font-size: 50px
	}
	.fs-md-51 {
		font-size: 51px
	}
	.fs-md-52 {
		font-size: 52px
	}
	.fs-md-53 {
		font-size: 53px
	}
	.fs-md-54 {
		font-size: 54px
	}
	.fs-md-55 {
		font-size: 55px
	}
	.fs-md-56 {
		font-size: 56px
	}
	.fs-md-57 {
		font-size: 57px
	}
	.fs-md-58 {
		font-size: 58px
	}
	.fs-md-59 {
		font-size: 59px
	}
	.fs-md-60 {
		font-size: 60px
	}
	.fs-md-61 {
		font-size: 61px
	}
	.fs-md-62 {
		font-size: 62px
	}
	.fs-md-63 {
		font-size: 63px
	}
	.fs-md-64 {
		font-size: 64px
	}
	.fs-md-65 {
		font-size: 65px
	}
	.fs-md-66 {
		font-size: 66px
	}
	.fs-md-67 {
		font-size: 67px
	}
	.fs-md-68 {
		font-size: 68px
	}
	.fs-md-69 {
		font-size: 69px
	}
	.fs-md-70 {
		font-size: 70px
	}
	.fs-md-71 {
		font-size: 71px
	}
	.fs-md-72 {
		font-size: 72px
	}
	.fs-md-73 {
		font-size: 73px
	}
	.fs-md-74 {
		font-size: 74px
	}
	.fs-md-75 {
		font-size: 75px
	}
	.fs-md-76 {
		font-size: 76px
	}
	.fs-md-77 {
		font-size: 77px
	}
	.fs-md-78 {
		font-size: 78px
	}
	.fs-md-79 {
		font-size: 79px
	}
	.fs-md-80 {
		font-size: 80px
	}
	.fs-md-81 {
		font-size: 81px
	}
	.fs-md-82 {
		font-size: 82px
	}
	.fs-md-83 {
		font-size: 83px
	}
	.fs-md-84 {
		font-size: 84px
	}
	.fs-md-85 {
		font-size: 85px
	}
	.fs-md-86 {
		font-size: 86px
	}
	.fs-md-87 {
		font-size: 87px
	}
	.fs-md-88 {
		font-size: 88px
	}
	.fs-md-89 {
		font-size: 89px
	}
	.fs-md-90 {
		font-size: 90px
	}
	.fs-md-91 {
		font-size: 91px
	}
	.fs-md-92 {
		font-size: 92px
	}
	.fs-md-93 {
		font-size: 93px
	}
	.fs-md-94 {
		font-size: 94px
	}
	.fs-md-95 {
		font-size: 95px
	}
	.fs-md-96 {
		font-size: 96px
	}
	.fs-md-97 {
		font-size: 97px
	}
	.fs-md-98 {
		font-size: 98px
	}
	.fs-md-99 {
		font-size: 99px
	}
	.fs-md-100 {
		font-size: 100px
	}
}

@media (min-width:992px) {
	.fs-lg-0 {
		font-size: 0
	}
	.fs-lg-1 {
		font-size: 1px
	}
	.fs-lg-2 {
		font-size: 2px
	}
	.fs-lg-3 {
		font-size: 3px
	}
	.fs-lg-4 {
		font-size: 4px
	}
	.fs-lg-5 {
		font-size: 5px
	}
	.fs-lg-6 {
		font-size: 6px
	}
	.fs-lg-7 {
		font-size: 7px
	}
	.fs-lg-8 {
		font-size: 8px
	}
	.fs-lg-9 {
		font-size: 9px
	}
	.fs-lg-10 {
		font-size: 10px
	}
	.fs-lg-11 {
		font-size: 11px
	}
	.fs-lg-12 {
		font-size: 12px
	}
	.fs-lg-13 {
		font-size: 13px
	}
	.fs-lg-14 {
		font-size: 14px
	}
	.fs-lg-15 {
		font-size: 15px
	}
	.fs-lg-16 {
		font-size: 16px
	}
	.fs-lg-17 {
		font-size: 17px
	}
	.fs-lg-18 {
		font-size: 18px
	}
	.fs-lg-19 {
		font-size: 19px
	}
	.fs-lg-20 {
		font-size: 20px
	}
	.fs-lg-21 {
		font-size: 21px
	}
	.fs-lg-22 {
		font-size: 22px
	}
	.fs-lg-23 {
		font-size: 23px
	}
	.fs-lg-24 {
		font-size: 24px
	}
	.fs-lg-25 {
		font-size: 25px
	}
	.fs-lg-26 {
		font-size: 26px
	}
	.fs-lg-27 {
		font-size: 27px
	}
	.fs-lg-28 {
		font-size: 28px
	}
	.fs-lg-29 {
		font-size: 29px
	}
	.fs-lg-30 {
		font-size: 30px
	}
	.fs-lg-31 {
		font-size: 31px
	}
	.fs-lg-32 {
		font-size: 32px
	}
	.fs-lg-33 {
		font-size: 33px
	}
	.fs-lg-34 {
		font-size: 34px
	}
	.fs-lg-35 {
		font-size: 35px
	}
	.fs-lg-36 {
		font-size: 36px
	}
	.fs-lg-37 {
		font-size: 37px
	}
	.fs-lg-38 {
		font-size: 38px
	}
	.fs-lg-39 {
		font-size: 39px
	}
	.fs-lg-40 {
		font-size: 40px
	}
	.fs-lg-41 {
		font-size: 41px
	}
	.fs-lg-42 {
		font-size: 42px
	}
	.fs-lg-43 {
		font-size: 43px
	}
	.fs-lg-44 {
		font-size: 44px
	}
	.fs-lg-45 {
		font-size: 45px
	}
	.fs-lg-46 {
		font-size: 46px
	}
	.fs-lg-47 {
		font-size: 47px
	}
	.fs-lg-48 {
		font-size: 48px
	}
	.fs-lg-49 {
		font-size: 49px
	}
	.fs-lg-50 {
		font-size: 50px
	}
	.fs-lg-51 {
		font-size: 51px
	}
	.fs-lg-52 {
		font-size: 52px
	}
	.fs-lg-53 {
		font-size: 53px
	}
	.fs-lg-54 {
		font-size: 54px
	}
	.fs-lg-55 {
		font-size: 55px
	}
	.fs-lg-56 {
		font-size: 56px
	}
	.fs-lg-57 {
		font-size: 57px
	}
	.fs-lg-58 {
		font-size: 58px
	}
	.fs-lg-59 {
		font-size: 59px
	}
	.fs-lg-60 {
		font-size: 60px
	}
	.fs-lg-61 {
		font-size: 61px
	}
	.fs-lg-62 {
		font-size: 62px
	}
	.fs-lg-63 {
		font-size: 63px
	}
	.fs-lg-64 {
		font-size: 64px
	}
	.fs-lg-65 {
		font-size: 65px
	}
	.fs-lg-66 {
		font-size: 66px
	}
	.fs-lg-67 {
		font-size: 67px
	}
	.fs-lg-68 {
		font-size: 68px
	}
	.fs-lg-69 {
		font-size: 69px
	}
	.fs-lg-70 {
		font-size: 70px
	}
	.fs-lg-71 {
		font-size: 71px
	}
	.fs-lg-72 {
		font-size: 72px
	}
	.fs-lg-73 {
		font-size: 73px
	}
	.fs-lg-74 {
		font-size: 74px
	}
	.fs-lg-75 {
		font-size: 75px
	}
	.fs-lg-76 {
		font-size: 76px
	}
	.fs-lg-77 {
		font-size: 77px
	}
	.fs-lg-78 {
		font-size: 78px
	}
	.fs-lg-79 {
		font-size: 79px
	}
	.fs-lg-80 {
		font-size: 80px
	}
	.fs-lg-81 {
		font-size: 81px
	}
	.fs-lg-82 {
		font-size: 82px
	}
	.fs-lg-83 {
		font-size: 83px
	}
	.fs-lg-84 {
		font-size: 84px
	}
	.fs-lg-85 {
		font-size: 85px
	}
	.fs-lg-86 {
		font-size: 86px
	}
	.fs-lg-87 {
		font-size: 87px
	}
	.fs-lg-88 {
		font-size: 88px
	}
	.fs-lg-89 {
		font-size: 89px
	}
	.fs-lg-90 {
		font-size: 90px
	}
	.fs-lg-91 {
		font-size: 91px
	}
	.fs-lg-92 {
		font-size: 92px
	}
	.fs-lg-93 {
		font-size: 93px
	}
	.fs-lg-94 {
		font-size: 94px
	}
	.fs-lg-95 {
		font-size: 95px
	}
	.fs-lg-96 {
		font-size: 96px
	}
	.fs-lg-97 {
		font-size: 97px
	}
	.fs-lg-98 {
		font-size: 98px
	}
	.fs-lg-99 {
		font-size: 99px
	}
	.fs-lg-100 {
		font-size: 100px
	}
}

@media (min-width:1200px) {
    .category-line .cat-block {
    max-width: calc(100% / 8);
}
	.fs-xl-0 {
		font-size: 0
	}
	.fs-xl-1 {
		font-size: 1px
	}
	.fs-xl-2 {
		font-size: 2px
	}
	.fs-xl-3 {
		font-size: 3px
	}
	.fs-xl-4 {
		font-size: 4px
	}
	.fs-xl-5 {
		font-size: 5px
	}
	.fs-xl-6 {
		font-size: 6px
	}
	.fs-xl-7 {
		font-size: 7px
	}
	.fs-xl-8 {
		font-size: 8px
	}
	.fs-xl-9 {
		font-size: 9px
	}
	.fs-xl-10 {
		font-size: 10px
	}
	.fs-xl-11 {
		font-size: 11px
	}
	.fs-xl-12 {
		font-size: 12px
	}
	.fs-xl-13 {
		font-size: 13px
	}
	.fs-xl-14 {
		font-size: 14px
	}
	.fs-xl-15 {
		font-size: 15px
	}
	.fs-xl-16 {
		font-size: 16px
	}
	.fs-xl-17 {
		font-size: 17px
	}
	.fs-xl-18 {
		font-size: 18px
	}
	.fs-xl-19 {
		font-size: 19px
	}
	.fs-xl-20 {
		font-size: 20px
	}
	.fs-xl-21 {
		font-size: 21px
	}
	.fs-xl-22 {
		font-size: 22px
	}
	.fs-xl-23 {
		font-size: 23px
	}
	.fs-xl-24 {
		font-size: 24px
	}
	.fs-xl-25 {
		font-size: 25px
	}
	.fs-xl-26 {
		font-size: 26px
	}
	.fs-xl-27 {
		font-size: 27px
	}
	.fs-xl-28 {
		font-size: 28px
	}
	.fs-xl-29 {
		font-size: 29px
	}
	.fs-xl-30 {
		font-size: 30px
	}
	.fs-xl-31 {
		font-size: 31px
	}
	.fs-xl-32 {
		font-size: 32px
	}
	.fs-xl-33 {
		font-size: 33px
	}
	.fs-xl-34 {
		font-size: 34px
	}
	.fs-xl-35 {
		font-size: 35px
	}
	.fs-xl-36 {
		font-size: 36px
	}
	.fs-xl-37 {
		font-size: 37px
	}
	.fs-xl-38 {
		font-size: 38px
	}
	.fs-xl-39 {
		font-size: 39px
	}
	.fs-xl-40 {
		font-size: 40px
	}
	.fs-xl-41 {
		font-size: 41px
	}
	.fs-xl-42 {
		font-size: 42px
	}
	.fs-xl-43 {
		font-size: 43px
	}
	.fs-xl-44 {
		font-size: 44px
	}
	.fs-xl-45 {
		font-size: 45px
	}
	.fs-xl-46 {
		font-size: 46px
	}
	.fs-xl-47 {
		font-size: 47px
	}
	.fs-xl-48 {
		font-size: 48px
	}
	.fs-xl-49 {
		font-size: 49px
	}
	.fs-xl-50 {
		font-size: 50px
	}
	.fs-xl-51 {
		font-size: 51px
	}
	.fs-xl-52 {
		font-size: 52px
	}
	.fs-xl-53 {
		font-size: 53px
	}
	.fs-xl-54 {
		font-size: 54px
	}
	.fs-xl-55 {
		font-size: 55px
	}
	.fs-xl-56 {
		font-size: 56px
	}
	.fs-xl-57 {
		font-size: 57px
	}
	.fs-xl-58 {
		font-size: 58px
	}
	.fs-xl-59 {
		font-size: 59px
	}
	.fs-xl-60 {
		font-size: 60px
	}
	.fs-xl-61 {
		font-size: 61px
	}
	.fs-xl-62 {
		font-size: 62px
	}
	.fs-xl-63 {
		font-size: 63px
	}
	.fs-xl-64 {
		font-size: 64px
	}
	.fs-xl-65 {
		font-size: 65px
	}
	.fs-xl-66 {
		font-size: 66px
	}
	.fs-xl-67 {
		font-size: 67px
	}
	.fs-xl-68 {
		font-size: 68px
	}
	.fs-xl-69 {
		font-size: 69px
	}
	.fs-xl-70 {
		font-size: 70px
	}
	.fs-xl-71 {
		font-size: 71px
	}
	.fs-xl-72 {
		font-size: 72px
	}
	.fs-xl-73 {
		font-size: 73px
	}
	.fs-xl-74 {
		font-size: 74px
	}
	.fs-xl-75 {
		font-size: 75px
	}
	.fs-xl-76 {
		font-size: 76px
	}
	.fs-xl-77 {
		font-size: 77px
	}
	.fs-xl-78 {
		font-size: 78px
	}
	.fs-xl-79 {
		font-size: 79px
	}
	.fs-xl-80 {
		font-size: 80px
	}
	.fs-xl-81 {
		font-size: 81px
	}
	.fs-xl-82 {
		font-size: 82px
	}
	.fs-xl-83 {
		font-size: 83px
	}
	.fs-xl-84 {
		font-size: 84px
	}
	.fs-xl-85 {
		font-size: 85px
	}
	.fs-xl-86 {
		font-size: 86px
	}
	.fs-xl-87 {
		font-size: 87px
	}
	.fs-xl-88 {
		font-size: 88px
	}
	.fs-xl-89 {
		font-size: 89px
	}
	.fs-xl-90 {
		font-size: 90px
	}
	.fs-xl-91 {
		font-size: 91px
	}
	.fs-xl-92 {
		font-size: 92px
	}
	.fs-xl-93 {
		font-size: 93px
	}
	.fs-xl-94 {
		font-size: 94px
	}
	.fs-xl-95 {
		font-size: 95px
	}
	.fs-xl-96 {
		font-size: 96px
	}
	.fs-xl-97 {
		font-size: 97px
	}
	.fs-xl-98 {
		font-size: 98px
	}
	.fs-xl-99 {
		font-size: 99px
	}
	.fs-xl-100 {
		font-size: 100px
	}
}

@media (min-width:1400px) {
	.fs-xxl-0 {
		font-size: 0
	}
	.fs-xxl-1 {
		font-size: 1px
	}
	.fs-xxl-2 {
		font-size: 2px
	}
	.fs-xxl-3 {
		font-size: 3px
	}
	.fs-xxl-4 {
		font-size: 4px
	}
	.fs-xxl-5 {
		font-size: 5px
	}
	.fs-xxl-6 {
		font-size: 6px
	}
	.fs-xxl-7 {
		font-size: 7px
	}
	.fs-xxl-8 {
		font-size: 8px
	}
	.fs-xxl-9 {
		font-size: 9px
	}
	.fs-xxl-10 {
		font-size: 10px
	}
	.fs-xxl-11 {
		font-size: 11px
	}
	.fs-xxl-12 {
		font-size: 12px
	}
	.fs-xxl-13 {
		font-size: 13px
	}
	.fs-xxl-14 {
		font-size: 14px
	}
	.fs-xxl-15 {
		font-size: 15px
	}
	.fs-xxl-16 {
		font-size: 16px
	}
	.fs-xxl-17 {
		font-size: 17px
	}
	.fs-xxl-18 {
		font-size: 18px
	}
	.fs-xxl-19 {
		font-size: 19px
	}
	.fs-xxl-20 {
		font-size: 20px
	}
	.fs-xxl-21 {
		font-size: 21px
	}
	.fs-xxl-22 {
		font-size: 22px
	}
	.fs-xxl-23 {
		font-size: 23px
	}
	.fs-xxl-24 {
		font-size: 24px
	}
	.fs-xxl-25 {
		font-size: 25px
	}
	.fs-xxl-26 {
		font-size: 26px
	}
	.fs-xxl-27 {
		font-size: 27px
	}
	.fs-xxl-28 {
		font-size: 28px
	}
	.fs-xxl-29 {
		font-size: 29px
	}
	.fs-xxl-30 {
		font-size: 30px
	}
	.fs-xxl-31 {
		font-size: 31px
	}
	.fs-xxl-32 {
		font-size: 32px
	}
	.fs-xxl-33 {
		font-size: 33px
	}
	.fs-xxl-34 {
		font-size: 34px
	}
	.fs-xxl-35 {
		font-size: 35px
	}
	.fs-xxl-36 {
		font-size: 36px
	}
	.fs-xxl-37 {
		font-size: 37px
	}
	.fs-xxl-38 {
		font-size: 38px
	}
	.fs-xxl-39 {
		font-size: 39px
	}
	.fs-xxl-40 {
		font-size: 40px
	}
	.fs-xxl-41 {
		font-size: 41px
	}
	.fs-xxl-42 {
		font-size: 42px
	}
	.fs-xxl-43 {
		font-size: 43px
	}
	.fs-xxl-44 {
		font-size: 44px
	}
	.fs-xxl-45 {
		font-size: 45px
	}
	.fs-xxl-46 {
		font-size: 46px
	}
	.fs-xxl-47 {
		font-size: 47px
	}
	.fs-xxl-48 {
		font-size: 48px
	}
	.fs-xxl-49 {
		font-size: 49px
	}
	.fs-xxl-50 {
		font-size: 50px
	}
	.fs-xxl-51 {
		font-size: 51px
	}
	.fs-xxl-52 {
		font-size: 52px
	}
	.fs-xxl-53 {
		font-size: 53px
	}
	.fs-xxl-54 {
		font-size: 54px
	}
	.fs-xxl-55 {
		font-size: 55px
	}
	.fs-xxl-56 {
		font-size: 56px
	}
	.fs-xxl-57 {
		font-size: 57px
	}
	.fs-xxl-58 {
		font-size: 58px
	}
	.fs-xxl-59 {
		font-size: 59px
	}
	.fs-xxl-60 {
		font-size: 60px
	}
	.fs-xxl-61 {
		font-size: 61px
	}
	.fs-xxl-62 {
		font-size: 62px
	}
	.fs-xxl-63 {
		font-size: 63px
	}
	.fs-xxl-64 {
		font-size: 64px
	}
	.fs-xxl-65 {
		font-size: 65px
	}
	.fs-xxl-66 {
		font-size: 66px
	}
	.fs-xxl-67 {
		font-size: 67px
	}
	.fs-xxl-68 {
		font-size: 68px
	}
	.fs-xxl-69 {
		font-size: 69px
	}
	.fs-xxl-70 {
		font-size: 70px
	}
	.fs-xxl-71 {
		font-size: 71px
	}
	.fs-xxl-72 {
		font-size: 72px
	}
	.fs-xxl-73 {
		font-size: 73px
	}
	.fs-xxl-74 {
		font-size: 74px
	}
	.fs-xxl-75 {
		font-size: 75px
	}
	.fs-xxl-76 {
		font-size: 76px
	}
	.fs-xxl-77 {
		font-size: 77px
	}
	.fs-xxl-78 {
		font-size: 78px
	}
	.fs-xxl-79 {
		font-size: 79px
	}
	.fs-xxl-80 {
		font-size: 80px
	}
	.fs-xxl-81 {
		font-size: 81px
	}
	.fs-xxl-82 {
		font-size: 82px
	}
	.fs-xxl-83 {
		font-size: 83px
	}
	.fs-xxl-84 {
		font-size: 84px
	}
	.fs-xxl-85 {
		font-size: 85px
	}
	.fs-xxl-86 {
		font-size: 86px
	}
	.fs-xxl-87 {
		font-size: 87px
	}
	.fs-xxl-88 {
		font-size: 88px
	}
	.fs-xxl-89 {
		font-size: 89px
	}
	.fs-xxl-90 {
		font-size: 90px
	}
	.fs-xxl-91 {
		font-size: 91px
	}
	.fs-xxl-92 {
		font-size: 92px
	}
	.fs-xxl-93 {
		font-size: 93px
	}
	.fs-xxl-94 {
		font-size: 94px
	}
	.fs-xxl-95 {
		font-size: 95px
	}
	.fs-xxl-96 {
		font-size: 96px
	}
	.fs-xxl-97 {
		font-size: 97px
	}
	.fs-xxl-98 {
		font-size: 98px
	}
	.fs-xxl-99 {
		font-size: 99px
	}
	.fs-xxl-100 {
		font-size: 100px
	}
}

.fw-thin {
	font-weight: 100
}

.fw-elight {
	font-weight: 200
}

.fw-light {
	font-weight: 300
}

.fw-normal {
	font-weight: 400
}

.fw-medium {
	font-weight: 500
}

.fw-semi {
	font-weight: 600
}

.fw-bold {
	font-weight: 700
}

.fw-heavy {
	font-weight: 800
}

.fw-black {
	font-weight: 900
}

.tt-upper {
	text-transform: uppercase
}

.tt-none {
	text-transform: none
}

.tt-lower {
	text-transform: lowercase
}

.td-under {
	text-decoration: underline
}

.strike {
	text-decoration: line-through
}

body {
	font-family: Roboto;
	font-size: 16px;
	line-height: 1.3;
	color: #000;
	margin: 0;
	background: #fff
}

@media (max-width:1199px) {
	body {
		padding-top: 45px
	}
    .category-filter {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
    height: 100%;
    width: 100%;
    background: #fff;
    padding-bottom: 70px;
    transition: 0.3s ease-in-out;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
}
.cat{
    width: auto !important;
}
.category-filter .filter-head {
    background: #e3ecef;
}
.category-filter.active {
    opacity: 1;
    visibility: visible;
    transform: none;
}
}

.wrapper {
	position: relative;
	overflow: hidden
}

.container {
	max-width: 1200px;
	position: relative
}

.cl-btn,
.title {
	margin: 0;
	position: relative;
	z-index: 2
}

a {
	color: inherit;
	text-decoration: underline
}

a:hover,
a:active,
a:focus {
	color: inherit;
	text-decoration: none
}

a.cl-btn,
button.cl-btn {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 50px;
	padding: 5px 10px;
	min-height: 50px;
	cursor: pointer;
	border: 0;
	background: #0297FB;
	border-radius: 7px;
	position: relative;
	z-index: 2
}

a.cl-btn:hover,
button.cl-btn:hover {
	background: #0169af
}

p {
	margin: 0
}

p,
.title,
.cl-btn {
	position: relative
}

a,
button {
	transition: all .2s ease-in-out
}

a:active,
a:focus,
button:active,
button:focus {
	outline: 0!important
}

.form .form-control {
	border-radius: 11px;
	border: 1px solid transparent;
	color: #000;
	width: 100%;
	outline: 0;
	background-color: #fff
}

.form .form-control::-webkit-input-placeholder {
	color: #999
}

.form .form-control::-moz-placeholder {
	color: #999
}

.form .form-control:-moz-placeholder {
	color: #999
}

.form .form-control:-ms-input-placeholder {
	color: #999
}

.form .form-control:focus {
	border-color: #0297FB;
	animation: .4s ease-in buttons
}

.form input.form-control {
	height: 60px;
	padding: 0 20px
}

.form input.form-control::-webkit-outer-spin-button,
.form input.form-control::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.form input.form-control[type=number] {
	-moz-appearance: textfield
}

.form select.form-control {
	height: 60px;
	padding: 0 20px;
	appearance: auto!important;
	-moz-appearance: auto!important;
	-webkit-appearance: auto!important
}

.form textarea.form-control {
	padding: 10px 15px;
	height: 210px;
	resize: none
}

.manage {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	background: #fff;
	height: 45px;
	padding: 0 65px 0 15px;
	z-index: 1000;
	box-shadow: 0 1px 5px -1px rgba(0, 0, 0, .61);
	display: flex;
	justify-content: space-between;
	align-items: center
}

.manage .logo img {
	width: 37px
}

.manage .cart {
	font-size: 12px
}

.humb {
	width: 40px;
	padding: 8px 7px;
	background: transparent;
	position: fixed;
	top: 5px;
	right: 10px;
	z-index: 10000;
	cursor: pointer;
	background: #0297FB;
	transition: .3s
}

.humb.active {
	background: none;
	top: 10px
}

.humb.active .dv-2 {
	opacity: 0
}

.humb.active .dv-1 {
	transform: rotate(-45deg)
}

.humb.active .dv-3 {
	transform: rotate(45deg) translate(-10px, -10px)
}

.humb div {
	height: 4px;
	background: #fff;
	transition: .3s
}

.humb div:not(:last-of-type) {
	margin-bottom: 3px
}

.mobile-menu {
	position: fixed;
	top: 0;
	right: 0;
	transform: translateX(100%);
	height: 100%;
	width: 290px;
	background: #0297FB;
	z-index: 9999;
	transition: .3s;
	padding: 50px 20px 50px 30px;
	overflow-y: scroll;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.mobile-menu.active {
	transform: none
}

.mobile-menu img {
	max-width: 100%;
	max-height: 100%
}

.mobile-menu .close-menu {
	position: absolute;
	top: 11px;
	right: 11px;
	font-size: 30px;
	line-height: 10px;
	height: 10px;
	color: #fff;
	cursor: pointer;
	transition: .3s
}

.mobile-menu .close-menu:hover {
	color: #d41584
}

.mobile-menu .logo {
	margin: 0 0 40px 0
}

.mobile-menu .logo img {
	width: 60px
}

.mobile-menu .sliding-menu {
	margin: 0 0 35px -30px
}

.mobile-menu .sliding-menu a {
	text-decoration: none
}

.mobile-menu .sliding-menu a.active {
	text-decoration: underline
}

.mobile-menu .sliding-menu .control-panel {
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	color: #fff
}

.mobile-menu .sliding-menu .control-panel .back-btn {
	opacity: 0;
	visibility: hidden
}

.mobile-menu .sliding-menu .control-panel .back-btn.active {
	opacity: 1;
	visibility: visible
}

.mobile-menu .sliding-menu .control-panel .back-btn .arrow {
	width: 10px;
	height: 10px;
	border-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	transform: rotate(45deg);
	border-color: #fff;
	margin: 0 5px
}

.mobile-menu .sliding-menu .sliding-inner {
	position: relative
}

.mobile-menu .sliding-menu .sliding-inner .menu {
	max-height: 400px;
	overflow-y: auto;
	padding: 0 0 0 30px
}

.mobile-menu .sliding-menu .sliding-inner .menu .link:not(:last-of-type) {
	margin-bottom: 15px
}

.mobile-menu .sliding-menu .sliding-inner .menu .link a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	color: #fff;
	text-transform: uppercase
}

.mobile-menu .sliding-menu .sliding-inner .menu .link a .icon {
	width: 30px;
	height: 30px;
	margin: 0 10px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0
}

.mobile-menu .sliding-menu .sliding-inner .main-menu-move {
	margin-top: 60px
}

.mobile-menu .sliding-menu .drop-link {
	position: initial
}

.mobile-menu .sliding-menu .drop-link&gt;a {
	position: relative;
	text-decoration: none;
	padding-right: 20px;
	border: 0
}

.mobile-menu .sliding-menu .drop-link&gt;a:before {
	position: absolute;
	content: '';
	right: 5px;
	top: 50%;
	width: 10px;
	height: 10px;
	transform: translateY(-50%) rotate(-45deg);
	border-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-color: #fff
}

.mobile-menu .sliding-menu .drop-link&gt;a:after {
	display: none
}

.mobile-menu .sliding-menu .drop-menu {
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	min-width: 100%;
	height: 100%;
	display: none;
	padding-left: 30px;
	opacity: 1;
	visibility: visible;
	background: none
}

.mobile-menu .sliding-menu .drop-menu div:not(:last-of-type) {
	margin-bottom: 10px
}

.mobile-menu .sliding-menu .drop-inner {
	height: inherit;
	overflow-y: auto
}

.mobile-menu .for-other {
	margin: 30px 0 0 0;
	color: #fff;
	font-weight: 700
}

.mobile-menu .for-other .link .icon {
	width: 25px
}

.menu-back {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .69);
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: .5s
}

.menu-back.active {
	opacity: 1;
	visibility: visible
}

.cart {
	display: flex;
	flex-shrink: 0;
	text-decoration: none;
	align-items: center
}

.cart:hover .icon {
	background: #0169af
}

.cart:hover .tit {
	color: #0297FB
}

.cart .icon {
	flex-shrink: 0;
	background: #F8F8F8;
	box-shadow: 0 0 4px rgba(0, 0, 0, .15);
	border-radius: 5px;
	width: 55px;
	height: 55px;
	padding: 7px;
	border-radius: 50%;
	margin: 0 10px 0 0;
	background: #0297FB;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s
}

.cart .icon img {
	max-width: 100%;
	max-height: 100%
}

@media (max-width:767px) {
	.cart .icon {
		width: 35px;
		height: 35px
	}
    .category-line .cat-block{
        max-width: calc(100% / 2);
    }
    .title-h h1{
        font-size:18px !important;
        margin:0px !important;
        padding:0px !important;
    }
}

.cart .tit {
	transition: .3s
}

.product {
	border: 1px solid #E7E7E7;
	position: relative;
	padding: 25px;
	max-width: 275px;
	margin: auto;
	text-align: center;
	transition: .3s
}

.product:hover {
	background: #E7E7E7;
	transform: scale(1.05)
}

.product .labe {
	position: absolute;
	font-size: 14px;
	padding: .05em .3em;
	border-radius: 2px;
	color: #fff
}

.product .labe.hit {
	background: #f00;
	left: 10px;
	top: 10px
}

.product .pic {
	margin: 0 0 25px 0
}

.product .pic a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 170px
}

.product .pic a img {
	max-width: 100%;
	max-height: 100%
}

.product .tit {
	font-weight: 500;
	margin: 0 0 10px 0
}

.product .tit a {
	text-decoration: none
}

.product .availability {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #A2A2A2;
	margin: 0 0 10px 0
}

.product .availability .icon {
	margin: 0 5px 0 0
}

.product .availability p {
	text-decoration: underline
}

.product .price {
	font-size: 18px;
	margin: 0 0 10px 0
}

.product .count {
	display: flex;
	border: 1px solid #D6D6D6;
	margin: 0 10px 0 0;
	width: 90px;
	border-radius: 5px;
	overflow: hidden;
	background: #F3F3F5
}

.product .count div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	width: 100%;
	transition: .3s;
	cursor: pointer
}

.product .count div:hover {
	background: #fff
}

.product .count input {
	width: 30px;
	height: 40px;
	text-align: center;
	pointer-events: none;
	border: 0;
	padding: 0;
	background: none
}

.product .cl-btn {
	min-height: 42px;
	padding: 5px 10px
}

@media (min-width:1200px) and (max-width:1399px) {
	.product .cl-btn {
		font-size: 14px
	}
}

.slider {
	position: relative
}

.slider .swiper-pagination {
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	bottom: 0
}

.slider .swiper-pagination .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background: #C4C4C4;
	opacity: 1;
	border-radius: 50%
}

.slider .swiper-pagination .swiper-pagination-bullet:not(:last-of-type) {
	margin-right: 4px
}

.slider .swiper-pagination .swiper-pagination-bullet-active {
	background: #0297FB
}

@media (max-width:767px) {
	.slider .swiper-pagination .swiper-pagination-bullet {
		width: 7px;
		height: 7px
	}
}

.slider .swiper-button div {
	margin: 0;
	top: 50%;
	transform: translateY(-50%);
	outline: 0;
	color: #000;
	transition: .3s;
	font-size: 30px
}

@media (max-width:767px) {
	.slider .swiper-button div {
		font-size: 20px
	}
}

.slider .swiper-button div:hover {
	color: #0297FB!important
}

.slider .swiper-button div:after {
	color: inherit;
	font-size: inherit
}

.slider .swiper-button .swiper-button-next {
	right: 0
}

.slider .swiper-button .swiper-button-prev {
	left: 0
}

.header .h-top {
	padding: 10px 0;
	background: #F2F2F2
}

.header .h-top .link a {
	text-decoration: none
}

.header .h-top .link a:hover {
	color: #0297FB
}

@media (max-width:1199px) {
	.header .h-top {
		display: none
	}
}

.header .h-middle {
	padding: 10px 0
}

.header .h-middle form {
	display: flex;
	background: #FAFAFA;
	border: 1px solid #D3D3D3;
	border-radius: 3px;
	overflow: hidden;
	margin: auto
}

.header .h-middle form input {
	border: 0;
	background: #fff;
	height: 38px;
	padding: 0 15px;
	flex-grow: 1;
	width: 100%;
	outline: 0
}

.header .h-middle form button {
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
	flex-shrink: 0;
	padding: 0 10px;
	background: #fff
}

.header .h-middle form button:hover {
	opacity: .5
}

.header .h-bottom {
	background: #0297FB;
	color: #fff;
	position: relative;
	z-index: 99
}

.header .h-bottom.active {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%
}

@media (max-width:1199px) {
	.header .h-bottom {
		display: none
	}
}

.header .menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	position: relative
}

.header .menu&gt;.link:not(:last-of-type) {
	margin-right: 20px
}

.header .menu&gt;.link&gt;a {
	border-bottom: 2px solid transparent;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	position: relative;
	text-decoration: none;
	line-height: 50px;
	font-size: 14px
}

.header .menu&gt;.link&gt;a .icon {
	flex-shrink: 0;
	margin: 0 5px 0 0
}

.header .menu&gt;.link:hover&gt;a,
.header .menu&gt;.link.active&gt;a {
	border-bottom-color: #ccc
}

.header .menu&gt;.link:hover&gt;a:after,
.header .menu&gt;.link.active&gt;a:after {
	transform: rotate(180deg)
}

.header .menu&gt;.link:hover .drop-menu,
.header .menu&gt;.link.active .drop-menu {
	opacity: 1;
	visibility: visible
}

.header .menu&gt;.link.drop-link&gt;a:after {
	border-top: .2em solid #fff;
	border-right: .2em solid transparent;
	border-bottom: 0;
	border-left: .2em solid transparent;
	transition: .3s;
	content: "";
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em
}

.header .menu&gt;.link&gt;.drop-menu {
	background: #F7F7F7;
	padding: 25px 0;
	min-width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	transition: .3s ease;
	opacity: 0;
	visibility: hidden
}

.header .menu&gt;.link&gt;.drop-menu&gt;.drop-inner {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px
}

.header .menu&gt;.link&gt;.drop-menu:before {
	position: absolute;
	content: '';
	left: 50%;
	top: 0;
	width: 300%;
	height: 100%;
	transform: translateX(-50%);
	background: inherit
}

.header .menu&gt;.link&gt;.drop-menu div {
	position: relative;
	z-index: 2
}

.header .menu&gt;.link&gt;.drop-menu div a {
	line-height: 1;
	text-decoration: none;
	text-transform: none;
	color: #333;
	border-bottom: 1px solid transparent
}

.header .menu&gt;.link&gt;.drop-menu div a:hover {
	border-color: #333
}

.header .menu&gt;.link&gt;.drop-menu .drop-column {
	width: 20%;
	padding: 10px
}

.header .menu&gt;.link&gt;.drop-menu .drop-column&gt;a {
	font-weight: 500;
	margin: 0 0 7px 0
}

.header .menu&gt;.link&gt;.drop-menu .drop-column .drop-menu {
	margin-top: 10px
}

.header .menu&gt;.link&gt;.drop-menu .drop-column .drop-menu div:not(:last-of-type) {
	margin-bottom: 5px
}

.header .cart {
	position: relative;
	z-index: 1001
}

.header .cart.active {
	position: fixed;
	padding: 10px;
	background: #fff;
	border-radius: 5px
}

.main .slider {
	position: relative
}

.main .slider .swiper-button div {
	color: #fff
}

.main .slider .swiper-button .main-next {
	right: 5%
}

.main .slider .swiper-button .main-prev {
	left: 5%
}

.main .slider .swiper-pagination {
	bottom: 5%
}

.main .slider .swiper-main {
	overflow: hidden;
	height: 615px
}

@media (max-width:767px) {
	.main .slider .swiper-main {
		height: 350px
	}
}

.main .slider .swiper-main .swiper-slide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff
}

.main .slider .swiper-main .swiper-slide:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3)
}

.main .slider .swiper-main .swiper-slide.swiper-slide-active .swiper-inner {
	opacity: 1;
	transform: none
}

.products {
	padding: 60px 0 0 0
}

.products .container {
	max-width: 1360px
}

.products .product {
	border-left: 0;
	max-width: 100%
}

.products .swiper-container {
	padding: 0 0 0 1px
}

@media (min-width:1200px) {
	.products .swiper-container {
		overflow: visible
	}
	.products .swiper-wrapper {
		flex-wrap: wrap
	}
	.products .swiper-slide {
		width: 20%;
		margin: 0 0 60px 0
	}
	.products .swiper-slide:first-of-type .product {
		border-left: 1px solid #E7E7E7
	}
}

@media (max-width:1199px) {
	.products .slider {
		padding: 0 0 40px 0
	}
}

.product-info .container {
	max-width: 1840px
}

.product-info .prod-block {
	min-height: 450px;
	padding: 30px;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	border-radius: 5px;
	transition: .3s
}

.product-info .prod-block:hover {
	box-shadow: -1px 1px 6px 2px rgba(0, 0, 0, .25)
}

.product-info .prod-block .text {
	max-width: 350px;
	width: 100%
}

.product-info .prod-block .cl-btn {
	min-width: 165px
}

.product-info .prd-1 {
	background-image: url(../images/prd1.jpg)
}

.product-info .prd-1 .cl-btn {
	background: none;
	border: 1px solid #fff
}

.product-info .prd-1 .cl-btn:hover {
	background: #fff;
	color: #000
}

.product-info .prd-2 {
	background-image: url(../images/prd2.jpg)
}

.product-info .prd-2 .cl-btn {
	background: none;
	border: 1px solid #A4A4A4;
	color: #000
}

.product-info .prd-2 .cl-btn:hover {
	background: #A4A4A4;
	color: #fff
}

@media (min-width:1200px) and (max-width:1600px) {
	.product-info .prod-block {
		background-size: cover
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.product-info .prod-block {
		background-size: cover
	}
}

@media (max-width:991px) {
	.product-info {
		padding: 40px 0
	}
	.product-info .prod-block {
		background-position: right center;
		min-height: 300px
	}
	.product-info .prod-block .text {
		max-width: 220px
	}
}

.about {
	padding: 0 0 120px 0
}

.about .text-block:not(:last-of-type) {
	margin-bottom: 40px
}

@media (max-width:767px) {
	.about .text-block:not(:last-of-type) {
		margin-bottom: 25px
	}
}

@media (min-width:768px) and (max-width:1199px) {
	.about {
		padding: 90px 0
	}
}

@media (max-width:767px) {
	.about {
		padding: 60px 0
	}
}

.footer {
	background: url(../images/footer-bg.jpg) no-repeat center / cover;
	color: #fff;
	padding: 40px 0 60px
}

.footer .link:not(:last-of-type) {
	margin-bottom: 10px
}

.footer .link a {
	text-decoration: none
}

.footer .link a:hover {
	color: #0297FB
}

.phone .icon img {
	width: 20px
}
.bi-alarm::before {
	content: "ï„‚"
}

.bi-align-bottom::before {
	content: "ï„ƒ"
}

.bi-align-center::before {
	content: "ï„„"
}

.bi-align-end::before {
	content: "ï„…"
}

.bi-align-middle::before {
	content: "ï„†"
}

.bi-align-start::before {
	content: "ï„‡"
}

.bi-align-top::before {
	content: "ï„ˆ"
}

.bi-alt::before {
	content: "ï„‰"
}

.bi-app-indicator::before {
	content: "ï„Š"
}

.bi-app::before {
	content: "ï„‹"
}

.bi-archive-fill::before {
	content: "ï„Œ"
}

.bi-archive::before {
	content: "ï„"
}

.bi-arrow-90deg-down::before {
	content: "ï„Ž"
}

.bi-arrow-90deg-left::before {
	content: "ï„"
}

.bi-arrow-90deg-right::before {
	content: "ï„"
}

.bi-arrow-90deg-up::before {
	content: "ï„‘"
}

.bi-arrow-bar-down::before {
	content: "ï„’"
}

.bi-arrow-bar-left::before {
	content: "ï„“"
}

.bi-arrow-bar-right::before {
	content: "ï„”"
}

.bi-arrow-bar-up::before {
	content: "ï„•"
}

.bi-arrow-clockwise::before {
	content: "ï„–"
}

.bi-arrow-counterclockwise::before {
	content: "ï„—"
}

.bi-arrow-down-circle-fill::before {
	content: "ï„˜"
}

.bi-arrow-down-circle::before {
	content: "ï„™"
}

.bi-arrow-down-left-circle-fill::before {
	content: "ï„š"
}

.bi-arrow-down-left-circle::before {
	content: "ï„›"
}

.bi-arrow-down-left-square-fill::before {
	content: "ï„œ"
}

.bi-arrow-down-left-square::before {
	content: "ï„"
}

.bi-arrow-down-left::before {
	content: "ï„ž"
}

.bi-arrow-down-right-circle-fill::before {
	content: "ï„Ÿ"
}

.bi-arrow-down-right-circle::before {
	content: "ï„&nbsp;"
}

.bi-arrow-down-right-square-fill::before {
	content: "ï„¡"
}

.bi-arrow-down-right-square::before {
	content: "ï„¢"
}

.bi-arrow-down-right::before {
	content: "ï„£"
}

.bi-arrow-down-short::before {
	content: "ï„¤"
}

.bi-arrow-down-square-fill::before {
	content: "ï„¥"
}

.bi-arrow-down-square::before {
	content: "ï„¦"
}

.bi-arrow-down-up::before {
	content: "ï„§"
}

.bi-arrow-down::before {
	content: "ï„¨"
}

.bi-arrow-left-circle-fill::before {
	content: "ï„©"
}

.bi-arrow-left-circle::before {
	content: "ï„ª"
}

.bi-arrow-left-right::before {
	content: "ï„«"
}

.bi-arrow-left-short::before {
	content: "ï„¬"
}

.bi-arrow-left-square-fill::before {
	content: "ï„­"
}

.bi-arrow-left-square::before {
	content: "ï„®"
}

.bi-arrow-left::before {
	content: "ï„¯"
}

.bi-arrow-repeat::before {
	content: "ï„°"
}

.bi-arrow-return-left::before {
	content: "ï„±"
}

.bi-arrow-return-right::before {
	content: "ï„²"
}

.bi-arrow-right-circle-fill::before {
	content: "ï„³"
}

.bi-arrow-right-circle::before {
	content: "ï„´"
}

.bi-arrow-right-short::before {
	content: "ï„µ"
}

.bi-arrow-right-square-fill::before {
	content: "ï„¶"
}

.bi-arrow-right-square::before {
	content: "ï„·"
}

.bi-arrow-right::before {
	content: "ï„¸"
}

.bi-arrow-up-circle-fill::before {
	content: "ï„¹"
}

.bi-arrow-up-circle::before {
	content: "ï„º"
}

.bi-arrow-up-left-circle-fill::before {
	content: "ï„»"
}

.bi-arrow-up-left-circle::before {
	content: "ï„¼"
}

.bi-arrow-up-left-square-fill::before {
	content: "ï„½"
}

.bi-arrow-up-left-square::before {
	content: "ï„¾"
}

.bi-arrow-up-left::before {
	content: "ï„¿"
}

.bi-arrow-up-right-circle-fill::before {
	content: "ï…€"
}

.bi-arrow-up-right-circle::before {
	content: "ï…"
}

.bi-arrow-up-right-square-fill::before {
	content: "ï…‚"
}

.bi-arrow-up-right-square::before {
	content: "ï…ƒ"
}

.bi-arrow-up-right::before {
	content: "ï…„"
}

.bi-arrow-up-short::before {
	content: "ï……"
}

.bi-arrow-up-square-fill::before {
	content: "ï…†"
}

.bi-arrow-up-square::before {
	content: "ï…‡"
}

.bi-arrow-up::before {
	content: "ï…ˆ"
}

.bi-arrows-angle-contract::before {
	content: "ï…‰"
}

.bi-arrows-angle-expand::before {
	content: "ï…Š"
}

.bi-arrows-collapse::before {
	content: "ï…‹"
}

.bi-arrows-expand::before {
	content: "ï…Œ"
}

.bi-arrows-fullscreen::before {
	content: "ï…"
}

.bi-arrows-move::before {
	content: "ï…Ž"
}

.bi-aspect-ratio-fill::before {
	content: "ï…"
}

.bi-aspect-ratio::before {
	content: "ï…"
}

.bi-asterisk::before {
	content: "ï…‘"
}

.bi-at::before {
	content: "ï…’"
}

.bi-award-fill::before {
	content: "ï…“"
}

.bi-award::before {
	content: "ï…”"
}

.bi-back::before {
	content: "ï…•"
}

.bi-backspace-fill::before {
	content: "ï…–"
}

.bi-backspace-reverse-fill::before {
	content: "ï…—"
}

.bi-backspace-reverse::before {
	content: "ï…˜"
}

.bi-backspace::before {
	content: "ï…™"
}

.bi-badge-4k-fill::before {
	content: "ï…š"
}

.bi-badge-4k::before {
	content: "ï…›"
}

.bi-badge-8k-fill::before {
	content: "ï…œ"
}

.bi-badge-8k::before {
	content: "ï…"
}

.bi-badge-ad-fill::before {
	content: "ï…ž"
}

.bi-badge-ad::before {
	content: "ï…Ÿ"
}

.bi-badge-cc-fill::before {
	content: "ï…&nbsp;"
}

.bi-badge-cc::before {
	content: "ï…¡"
}

.bi-badge-hd-fill::before {
	content: "ï…¢"
}

.bi-badge-hd::before {
	content: "ï…£"
}

.bi-badge-tm-fill::before {
	content: "ï…¤"
}

.bi-badge-tm::before {
	content: "ï…¥"
}

.bi-badge-vo-fill::before {
	content: "ï…¦"
}

.bi-badge-vo::before {
	content: "ï…§"
}

.bi-bag-check-fill::before {
	content: "ï…¨"
}

.bi-bag-check::before {
	content: "ï…©"
}

.bi-bag-dash-fill::before {
	content: "ï…ª"
}

.bi-bag-dash::before {
	content: "ï…«"
}

.bi-bag-fill::before {
	content: "ï…¬"
}

.bi-bag-plus-fill::before {
	content: "ï…­"
}

.bi-bag-plus::before {
	content: "ï…®"
}

.bi-bag-x-fill::before {
	content: "ï…¯"
}

.bi-bag-x::before {
	content: "ï…°"
}

.bi-bag::before {
	content: "ï…±"
}

.bi-bar-chart-fill::before {
	content: "ï…²"
}

.bi-bar-chart-line-fill::before {
	content: "ï…³"
}

.bi-bar-chart-line::before {
	content: "ï…´"
}

.bi-bar-chart-steps::before {
	content: "ï…µ"
}

.bi-bar-chart::before {
	content: "ï…¶"
}

.bi-basket-fill::before {
	content: "ï…·"
}

.bi-basket::before {
	content: "ï…¸"
}

.bi-basket2-fill::before {
	content: "ï…¹"
}

.bi-basket2::before {
	content: "ï…º"
}

.bi-basket3-fill::before {
	content: "ï…»"
}

.bi-basket3::before {
	content: "ï…¼"
}

.bi-battery-charging::before {
	content: "ï…½"
}

.bi-battery-full::before {
	content: "ï…¾"
}

.bi-battery-half::before {
	content: "ï…¿"
}

.bi-battery::before {
	content: "ï†€"
}

.bi-bell-fill::before {
	content: "ï†"
}

.bi-bell::before {
	content: "ï†‚"
}

.bi-bezier::before {
	content: "ï†ƒ"
}

.bi-bezier2::before {
	content: "ï†„"
}

.bi-bicycle::before {
	content: "ï†…"
}

.bi-binoculars-fill::before {
	content: "ï††"
}

.bi-binoculars::before {
	content: "ï†‡"
}

.bi-blockquote-left::before {
	content: "ï†ˆ"
}

.bi-blockquote-right::before {
	content: "ï†‰"
}

.bi-book-fill::before {
	content: "ï†Š"
}

.bi-book-half::before {
	content: "ï†‹"
}

.bi-book::before {
	content: "ï†Œ"
}

.bi-bookmark-check-fill::before {
	content: "ï†"
}

.bi-bookmark-check::before {
	content: "ï†Ž"
}

.bi-bookmark-dash-fill::before {
	content: "ï†"
}

.bi-bookmark-dash::before {
	content: "ï†"
}

.bi-bookmark-fill::before {
	content: "ï†‘"
}

.bi-bookmark-heart-fill::before {
	content: "ï†’"
}

.bi-bookmark-heart::before {
	content: "ï†“"
}

.bi-bookmark-plus-fill::before {
	content: "ï†”"
}

.bi-bookmark-plus::before {
	content: "ï†•"
}

.bi-bookmark-star-fill::before {
	content: "ï†–"
}

.bi-bookmark-star::before {
	content: "ï†—"
}

.bi-bookmark-x-fill::before {
	content: "ï†˜"
}

.bi-bookmark-x::before {
	content: "ï†™"
}

.bi-bookmark::before {
	content: "ï†š"
}

.bi-bookmarks-fill::before {
	content: "ï†›"
}

.bi-bookmarks::before {
	content: "ï†œ"
}

.bi-bookshelf::before {
	content: "ï†"
}

.bi-bootstrap-fill::before {
	content: "ï†ž"
}

.bi-bootstrap-reboot::before {
	content: "ï†Ÿ"
}

.bi-bootstrap::before {
	content: "ï†&nbsp;"
}

.bi-border-style::before {
	content: "ï†¡"
}

.bi-border-width::before {
	content: "ï†¢"
}

.bi-bounding-box-circles::before {
	content: "ï†£"
}

.bi-bounding-box::before {
	content: "ï†¤"
}

.bi-box-arrow-down-left::before {
	content: "ï†¥"
}

.bi-box-arrow-down-right::before {
	content: "ï†¦"
}

.bi-box-arrow-down::before {
	content: "ï†§"
}

.bi-box-arrow-in-down-left::before {
	content: "ï†¨"
}

.bi-box-arrow-in-down-right::before {
	content: "ï†©"
}

.bi-box-arrow-in-down::before {
	content: "ï†ª"
}

.bi-box-arrow-in-left::before {
	content: "ï†«"
}

.bi-box-arrow-in-right::before {
	content: "ï†¬"
}

.bi-box-arrow-in-up-left::before {
	content: "ï†­"
}

.bi-box-arrow-in-up-right::before {
	content: "ï†®"
}

.bi-box-arrow-in-up::before {
	content: "ï†¯"
}

.bi-box-arrow-left::before {
	content: "ï†°"
}

.bi-box-arrow-right::before {
	content: "ï†±"
}

.bi-box-arrow-up-left::before {
	content: "ï†²"
}

.bi-box-arrow-up-right::before {
	content: "ï†³"
}

.bi-box-arrow-up::before {
	content: "ï†´"
}

.bi-box-seam::before {
	content: "ï†µ"
}

.bi-box::before {
	content: "ï†¶"
}

.bi-braces::before {
	content: "ï†·"
}

.bi-bricks::before {
	content: "ï†¸"
}

.bi-briefcase-fill::before {
	content: "ï†¹"
}

.bi-briefcase::before {
	content: "ï†º"
}

.bi-brightness-alt-high-fill::before {
	content: "ï†»"
}

.bi-brightness-alt-high::before {
	content: "ï†¼"
}

.bi-brightness-alt-low-fill::before {
	content: "ï†½"
}

.bi-brightness-alt-low::before {
	content: "ï†¾"
}

.bi-brightness-high-fill::before {
	content: "ï†¿"
}

.bi-brightness-high::before {
	content: "ï‡€"
}

.bi-brightness-low-fill::before {
	content: "ï‡"
}

.bi-brightness-low::before {
	content: "ï‡‚"
}

.bi-broadcast-pin::before {
	content: "ï‡ƒ"
}

.bi-broadcast::before {
	content: "ï‡„"
}

.bi-brush-fill::before {
	content: "ï‡…"
}

.bi-brush::before {
	content: "ï‡†"
}

.bi-bucket-fill::before {
	content: "ï‡‡"
}

.bi-bucket::before {
	content: "ï‡ˆ"
}

.bi-bug-fill::before {
	content: "ï‡‰"
}

.bi-bug::before {
	content: "ï‡Š"
}

.bi-building::before {
	content: "ï‡‹"
}

.bi-bullseye::before {
	content: "ï‡Œ"
}

.bi-calculator-fill::before {
	content: "ï‡"
}

.bi-calculator::before {
	content: "ï‡Ž"
}

.bi-calendar-check-fill::before {
	content: "ï‡"
}

.bi-calendar-check::before {
	content: "ï‡"
}

.bi-calendar-date-fill::before {
	content: "ï‡‘"
}

.bi-calendar-date::before {
	content: "ï‡’"
}

.bi-calendar-day-fill::before {
	content: "ï‡“"
}

.bi-calendar-day::before {
	content: "ï‡”"
}

.bi-calendar-event-fill::before {
	content: "ï‡•"
}

.bi-calendar-event::before {
	content: "ï‡–"
}

.bi-calendar-fill::before {
	content: "ï‡—"
}

.bi-calendar-minus-fill::before {
	content: "ï‡˜"
}

.bi-calendar-minus::before {
	content: "ï‡™"
}

.bi-calendar-month-fill::before {
	content: "ï‡š"
}

.bi-calendar-month::before {
	content: "ï‡›"
}

.bi-calendar-plus-fill::before {
	content: "ï‡œ"
}

.bi-calendar-plus::before {
	content: "ï‡"
}

.bi-calendar-range-fill::before {
	content: "ï‡ž"
}

.bi-calendar-range::before {
	content: "ï‡Ÿ"
}

.bi-calendar-week-fill::before {
	content: "ï‡&nbsp;"
}

.bi-calendar-week::before {
	content: "ï‡¡"
}

.bi-calendar-x-fill::before {
	content: "ï‡¢"
}

.bi-calendar-x::before {
	content: "ï‡£"
}

.bi-calendar::before {
	content: "ï‡¤"
}

.bi-calendar2-check-fill::before {
	content: "ï‡¥"
}

.bi-calendar2-check::before {
	content: "ï‡¦"
}

.bi-calendar2-date-fill::before {
	content: "ï‡§"
}

.bi-calendar2-date::before {
	content: "ï‡¨"
}

.bi-calendar2-day-fill::before {
	content: "ï‡©"
}

.bi-calendar2-day::before {
	content: "ï‡ª"
}

.bi-calendar2-event-fill::before {
	content: "ï‡«"
}

.bi-calendar2-event::before {
	content: "ï‡¬"
}

.bi-calendar2-fill::before {
	content: "ï‡­"
}

.bi-calendar2-minus-fill::before {
	content: "ï‡®"
}

.bi-calendar2-minus::before {
	content: "ï‡¯"
}

.bi-calendar2-month-fill::before {
	content: "ï‡°"
}

.bi-calendar2-month::before {
	content: "ï‡±"
}

.bi-calendar2-plus-fill::before {
	content: "ï‡²"
}

.bi-calendar2-plus::before {
	content: "ï‡³"
}

.bi-calendar2-range-fill::before {
	content: "ï‡´"
}

.bi-calendar2-range::before {
	content: "ï‡µ"
}

.bi-calendar2-week-fill::before {
	content: "ï‡¶"
}

.bi-calendar2-week::before {
	content: "ï‡·"
}

.bi-calendar2-x-fill::before {
	content: "ï‡¸"
}

.bi-calendar2-x::before {
	content: "ï‡¹"
}

.bi-calendar2::before {
	content: "ï‡º"
}

.bi-calendar3-event-fill::before {
	content: "ï‡»"
}

.bi-calendar3-event::before {
	content: "ï‡¼"
}

.bi-calendar3-fill::before {
	content: "ï‡½"
}

.bi-calendar3-range-fill::before {
	content: "ï‡¾"
}

.bi-calendar3-range::before {
	content: "ï‡¿"
}

.bi-calendar3-week-fill::before {
	content: "ïˆ€"
}

.bi-calendar3-week::before {
	content: "ïˆ"
}

.bi-calendar3::before {
	content: "ïˆ‚"
}

.bi-calendar4-event::before {
	content: "ïˆƒ"
}

.bi-calendar4-range::before {
	content: "ïˆ„"
}

.bi-calendar4-week::before {
	content: "ïˆ…"
}

.bi-calendar4::before {
	content: "ïˆ†"
}

.bi-camera-fill::before {
	content: "ïˆ‡"
}

.bi-camera-reels-fill::before {
	content: "ïˆˆ"
}

.bi-camera-reels::before {
	content: "ïˆ‰"
}

.bi-camera-video-fill::before {
	content: "ïˆŠ"
}

.bi-camera-video-off-fill::before {
	content: "ïˆ‹"
}

.bi-camera-video-off::before {
	content: "ïˆŒ"
}

.bi-camera-video::before {
	content: "ïˆ"
}

.bi-camera::before {
	content: "ïˆŽ"
}

.bi-camera2::before {
	content: "ïˆ"
}

.bi-capslock-fill::before {
	content: "ïˆ"
}

.bi-capslock::before {
	content: "ïˆ‘"
}

.bi-card-checklist::before {
	content: "ïˆ’"
}

.bi-card-heading::before {
	content: "ïˆ“"
}

.bi-card-image::before {
	content: "ïˆ”"
}

.bi-card-list::before {
	content: "ïˆ•"
}

.bi-card-text::before {
	content: "ïˆ–"
}

.bi-caret-down-fill::before {
	content: "ïˆ—"
}

.bi-caret-down-square-fill::before {
	content: "ïˆ˜"
}

.bi-caret-down-square::before {
	content: "ïˆ™"
}

.bi-caret-down::before {
	content: "ïˆš"
}

.bi-caret-left-fill::before {
	content: "ïˆ›"
}

.bi-caret-left-square-fill::before {
	content: "ïˆœ"
}

.bi-caret-left-square::before {
	content: "ïˆ"
}

.bi-caret-left::before {
	content: "ïˆž"
}

.bi-caret-right-fill::before {
	content: "ïˆŸ"
}

.bi-caret-right-square-fill::before {
	content: "ïˆ&nbsp;"
}

.bi-caret-right-square::before {
	content: "ïˆ¡"
}

.bi-caret-right::before {
	content: "ïˆ¢"
}

.bi-caret-up-fill::before {
	content: "ïˆ£"
}

.bi-caret-up-square-fill::before {
	content: "ïˆ¤"
}

.bi-caret-up-square::before {
	content: "ïˆ¥"
}

.bi-caret-up::before {
	content: "ïˆ¦"
}

.bi-cart-check-fill::before {
	content: "ïˆ§"
}

.bi-cart-check::before {
	content: "ïˆ¨"
}

.bi-cart-dash-fill::before {
	content: "ïˆ©"
}

.bi-cart-dash::before {
	content: "ïˆª"
}

.bi-cart-fill::before {
	content: "ïˆ«"
}

.bi-cart-plus-fill::before {
	content: "ïˆ¬"
}

.bi-cart-plus::before {
	content: "ïˆ­"
}

.bi-cart-x-fill::before {
	content: "ïˆ®"
}

.bi-cart-x::before {
	content: "ïˆ¯"
}

.bi-cart::before {
	content: "ïˆ°"
}

.bi-cart2::before {
	content: "ïˆ±"
}

.bi-cart3::before {
	content: "ïˆ²"
}

.bi-cart4::before {
	content: "ïˆ³"
}

.bi-cash-stack::before {
	content: "ïˆ´"
}

.bi-cash::before {
	content: "ïˆµ"
}

.bi-cast::before {
	content: "ïˆ¶"
}

.bi-chat-dots-fill::before {
	content: "ïˆ·"
}

.bi-chat-dots::before {
	content: "ïˆ¸"
}

.bi-chat-fill::before {
	content: "ïˆ¹"
}

.bi-chat-left-dots-fill::before {
	content: "ïˆº"
}

.bi-chat-left-dots::before {
	content: "ïˆ»"
}

.bi-chat-left-fill::before {
	content: "ïˆ¼"
}

.bi-chat-left-quote-fill::before {
	content: "ïˆ½"
}

.bi-chat-left-quote::before {
	content: "ïˆ¾"
}

.bi-chat-left-text-fill::before {
	content: "ïˆ¿"
}

.bi-chat-left-text::before {
	content: "ï‰€"
}

.bi-chat-left::before {
	content: "ï‰"
}

.bi-chat-quote-fill::before {
	content: "ï‰‚"
}

.bi-chat-quote::before {
	content: "ï‰ƒ"
}

.bi-chat-right-dots-fill::before {
	content: "ï‰„"
}

.bi-chat-right-dots::before {
	content: "ï‰…"
}

.bi-chat-right-fill::before {
	content: "ï‰†"
}

.bi-chat-right-quote-fill::before {
	content: "ï‰‡"
}

.bi-chat-right-quote::before {
	content: "ï‰ˆ"
}

.bi-chat-right-text-fill::before {
	content: "ï‰‰"
}

.bi-chat-right-text::before {
	content: "ï‰Š"
}

.bi-chat-right::before {
	content: "ï‰‹"
}

.bi-chat-square-dots-fill::before {
	content: "ï‰Œ"
}

.bi-chat-square-dots::before {
	content: "ï‰"
}

.bi-chat-square-fill::before {
	content: "ï‰Ž"
}

.bi-chat-square-quote-fill::before {
	content: "ï‰"
}

.bi-chat-square-quote::before {
	content: "ï‰"
}

.bi-chat-square-text-fill::before {
	content: "ï‰‘"
}

.bi-chat-square-text::before {
	content: "ï‰’"
}

.bi-chat-square::before {
	content: "ï‰“"
}

.bi-chat-text-fill::before {
	content: "ï‰”"
}

.bi-chat-text::before {
	content: "ï‰•"
}

.bi-chat::before {
	content: "ï‰–"
}

.bi-check-all::before {
	content: "ï‰—"
}

.bi-check-circle-fill::before {
	content: "ï‰˜"
}

.bi-check-circle::before {
	content: "ï‰™"
}

.bi-check-square-fill::before {
	content: "ï‰š"
}

.bi-check-square::before {
	content: "ï‰›"
}

.bi-check::before {
	content: "ï‰œ"
}

.bi-check2-all::before {
	content: "ï‰"
}

.bi-check2-circle::before {
	content: "ï‰ž"
}

.bi-check2-square::before {
	content: "ï‰Ÿ"
}

.bi-check2::before {
	content: "ï‰&nbsp;"
}

.bi-chevron-bar-contract::before {
	content: "ï‰¡"
}

.bi-chevron-bar-down::before {
	content: "ï‰¢"
}

.bi-chevron-bar-expand::before {
	content: "ï‰£"
}

.bi-chevron-bar-left::before {
	content: "ï‰¤"
}

.bi-chevron-bar-right::before {
	content: "ï‰¥"
}

.bi-chevron-bar-up::before {
	content: "ï‰¦"
}

.bi-chevron-compact-down::before {
	content: "ï‰§"
}

.bi-chevron-compact-left::before {
	content: "ï‰¨"
}

.bi-chevron-compact-right::before {
	content: "ï‰©"
}

.bi-chevron-compact-up::before {
	content: "ï‰ª"
}

.bi-chevron-contract::before {
	content: "ï‰«"
}

.bi-chevron-double-down::before {
	content: "ï‰¬"
}

.bi-chevron-double-left::before {
	content: "ï‰­"
}

.bi-chevron-double-right::before {
	content: "ï‰®"
}

.bi-chevron-double-up::before {
	content: "ï‰¯"
}

.bi-chevron-down::before {
	content: "ï‰°"
}

.bi-chevron-expand::before {
	content: "ï‰±"
}

.bi-chevron-left::before {
	content: "ï‰²"
}

.bi-chevron-right::before {
	content: "ï‰³"
}

.bi-chevron-up::before {
	content: "ï‰´"
}

.bi-circle-fill::before {
	content: "ï‰µ"
}

.bi-circle-half::before {
	content: "ï‰¶"
}

.bi-circle-square::before {
	content: "ï‰·"
}

.bi-circle::before {
	content: "ï‰¸"
}

.bi-clipboard-check::before {
	content: "ï‰¹"
}

.bi-clipboard-data::before {
	content: "ï‰º"
}

.bi-clipboard-minus::before {
	content: "ï‰»"
}

.bi-clipboard-plus::before {
	content: "ï‰¼"
}

.bi-clipboard-x::before {
	content: "ï‰½"
}

.bi-clipboard::before {
	content: "ï‰¾"
}

.bi-clock-fill::before {
	content: "ï‰¿"
}

.bi-clock-history::before {
	content: "ïŠ€"
}

.bi-clock::before {
	content: "ïŠ"
}

.bi-cloud-arrow-down-fill::before {
	content: "ïŠ‚"
}

.bi-cloud-arrow-down::before {
	content: "ïŠƒ"
}

.bi-cloud-arrow-up-fill::before {
	content: "ïŠ„"
}

.bi-cloud-arrow-up::before {
	content: "ïŠ…"
}

.bi-cloud-check-fill::before {
	content: "ïŠ†"
}

.bi-cloud-check::before {
	content: "ïŠ‡"
}

.bi-cloud-download-fill::before {
	content: "ïŠˆ"
}

.bi-cloud-download::before {
	content: "ïŠ‰"
}

.bi-cloud-fill::before {
	content: "ïŠŠ"
}

.bi-cloud-minus-fill::before {
	content: "ïŠ‹"
}

.bi-cloud-minus::before {
	content: "ïŠŒ"
}

.bi-cloud-plus-fill::before {
	content: "ïŠ"
}

.bi-cloud-plus::before {
	content: "ïŠŽ"
}

.bi-cloud-slash-fill::before {
	content: "ïŠ"
}

.bi-cloud-slash::before {
	content: "ïŠ"
}

.bi-cloud-upload-fill::before {
	content: "ïŠ‘"
}

.bi-cloud-upload::before {
	content: "ïŠ’"
}

.bi-cloud::before {
	content: "ïŠ“"
}

.bi-code-slash::before {
	content: "ïŠ”"
}

.bi-code-square::before {
	content: "ïŠ•"
}

.bi-code::before {
	content: "ïŠ–"
}

.bi-collection-fill::before {
	content: "ïŠ—"
}

.bi-collection-play-fill::before {
	content: "ïŠ˜"
}

.bi-collection-play::before {
	content: "ïŠ™"
}

.bi-collection::before {
	content: "ïŠš"
}

.bi-columns-gap::before {
	content: "ïŠ›"
}

.bi-columns::before {
	content: "ïŠœ"
}

.bi-command::before {
	content: "ïŠ"
}

.bi-compass-fill::before {
	content: "ïŠž"
}

.bi-compass::before {
	content: "ïŠŸ"
}

.bi-cone-striped::before {
	content: "ïŠ&nbsp;"
}

.bi-cone::before {
	content: "ïŠ¡"
}

.bi-controller::before {
	content: "ïŠ¢"
}

.bi-cpu-fill::before {
	content: "ïŠ£"
}

.bi-cpu::before {
	content: "ïŠ¤"
}

.bi-credit-card-2-back-fill::before {
	content: "ïŠ¥"
}

.bi-credit-card-2-back::before {
	content: "ïŠ¦"
}

.bi-credit-card-2-front-fill::before {
	content: "ïŠ§"
}

.bi-credit-card-2-front::before {
	content: "ïŠ¨"
}

.bi-credit-card-fill::before {
	content: "ïŠ©"
}

.bi-credit-card::before {
	content: "ïŠª"
}

.bi-crop::before {
	content: "ïŠ«"
}

.bi-cup-fill::before {
	content: "ïŠ¬"
}

.bi-cup-straw::before {
	content: "ïŠ­"
}

.bi-cup::before {
	content: "ïŠ®"
}

.bi-cursor-fill::before {
	content: "ïŠ¯"
}

.bi-cursor-text::before {
	content: "ïŠ°"
}

.bi-cursor::before {
	content: "ïŠ±"
}

.bi-dash-circle-fill::before {
	content: "ïŠ²"
}

.bi-dash-circle::before {
	content: "ïŠ³"
}

.bi-dash-square-fill::before {
	content: "ïŠ´"
}

.bi-dash-square::before {
	content: "ïŠµ"
}

.bi-dash::before {
	content: "ïŠ¶"
}

.bi-diagram-2-fill::before {
	content: "ïŠ·"
}

.bi-diagram-2::before {
	content: "ïŠ¸"
}

.bi-diagram-3-fill::before {
	content: "ïŠ¹"
}

.bi-diagram-3::before {
	content: "ïŠº"
}

.bi-diamond-fill::before {
	content: "ïŠ»"
}

.bi-diamond-half::before {
	content: "ïŠ¼"
}

.bi-diamond::before {
	content: "ïŠ½"
}

.bi-dice-1-fill::before {
	content: "ïŠ¾"
}

.bi-dice-1::before {
	content: "ïŠ¿"
}

.bi-dice-2-fill::before {
	content: "ï‹€"
}

.bi-dice-2::before {
	content: "ï‹"
}

.bi-dice-3-fill::before {
	content: "ï‹‚"
}

.bi-dice-3::before {
	content: "ï‹ƒ"
}

.bi-dice-4-fill::before {
	content: "ï‹„"
}

.bi-dice-4::before {
	content: "ï‹…"
}

.bi-dice-5-fill::before {
	content: "ï‹†"
}

.bi-dice-5::before {
	content: "ï‹‡"
}

.bi-dice-6-fill::before {
	content: "ï‹ˆ"
}

.bi-dice-6::before {
	content: "ï‹‰"
}

.bi-disc-fill::before {
	content: "ï‹Š"
}

.bi-disc::before {
	content: "ï‹‹"
}

.bi-discord::before {
	content: "ï‹Œ"
}

.bi-display-fill::before {
	content: "ï‹"
}

.bi-display::before {
	content: "ï‹Ž"
}

.bi-distribute-horizontal::before {
	content: "ï‹"
}

.bi-distribute-vertical::before {
	content: "ï‹"
}

.bi-door-closed-fill::before {
	content: "ï‹‘"
}

.bi-door-closed::before {
	content: "ï‹’"
}

.bi-door-open-fill::before {
	content: "ï‹“"
}

.bi-door-open::before {
	content: "ï‹”"
}

.bi-dot::before {
	content: "ï‹•"
}

.bi-download::before {
	content: "ï‹–"
}

.bi-droplet-fill::before {
	content: "ï‹—"
}

.bi-droplet-half::before {
	content: "ï‹˜"
}

.bi-droplet::before {
	content: "ï‹™"
}

.bi-earbuds::before {
	content: "ï‹š"
}

.bi-easel-fill::before {
	content: "ï‹›"
}

.bi-easel::before {
	content: "ï‹œ"
}

.bi-egg-fill::before {
	content: "ï‹"
}

.bi-egg-fried::before {
	content: "ï‹ž"
}

.bi-egg::before {
	content: "ï‹Ÿ"
}

.bi-eject-fill::before {
	content: "ï‹&nbsp;"
}

.bi-eject::before {
	content: "ï‹¡"
}

.bi-emoji-angry-fill::before {
	content: "ï‹¢"
}

.bi-emoji-angry::before {
	content: "ï‹£"
}

.bi-emoji-dizzy-fill::before {
	content: "ï‹¤"
}

.bi-emoji-dizzy::before {
	content: "ï‹¥"
}

.bi-emoji-expressionless-fill::before {
	content: "ï‹¦"
}

.bi-emoji-expressionless::before {
	content: "ï‹§"
}

.bi-emoji-frown-fill::before {
	content: "ï‹¨"
}

.bi-emoji-frown::before {
	content: "ï‹©"
}

.bi-emoji-heart-eyes-fill::before {
	content: "ï‹ª"
}

.bi-emoji-heart-eyes::before {
	content: "ï‹«"
}

.bi-emoji-laughing-fill::before {
	content: "ï‹¬"
}

.bi-emoji-laughing::before {
	content: "ï‹­"
}

.bi-emoji-neutral-fill::before {
	content: "ï‹®"
}

.bi-emoji-neutral::before {
	content: "ï‹¯"
}

.bi-emoji-smile-fill::before {
	content: "ï‹°"
}

.bi-emoji-smile-upside-down-fill::before {
	content: "ï‹±"
}

.bi-emoji-smile-upside-down::before {
	content: "ï‹²"
}

.bi-emoji-smile::before {
	content: "ï‹³"
}

.bi-emoji-sunglasses-fill::before {
	content: "ï‹´"
}

.bi-emoji-sunglasses::before {
	content: "ï‹µ"
}

.bi-emoji-wink-fill::before {
	content: "ï‹¶"
}

.bi-emoji-wink::before {
	content: "ï‹·"
}

.bi-envelope-fill::before {
	content: "ï‹¸"
}

.bi-envelope-open-fill::before {
	content: "ï‹¹"
}

.bi-envelope-open::before {
	content: "ï‹º"
}

.bi-envelope::before {
	content: "ï‹»"
}

.bi-exclamation-circle-fill::before {
	content: "ï‹¼"
}

.bi-exclamation-circle::before {
	content: "ï‹½"
}

.bi-exclamation-diamond-fill::before {
	content: "ï‹¾"
}

.bi-exclamation-diamond::before {
	content: "ï‹¿"
}

.bi-exclamation-octagon-fill::before {
	content: "ïŒ€"
}

.bi-exclamation-octagon::before {
	content: "ïŒ"
}

.bi-exclamation-square-fill::before {
	content: "ïŒ‚"
}

.bi-exclamation-square::before {
	content: "ïŒƒ"
}

.bi-exclamation-triangle-fill::before {
	content: "ïŒ„"
}

.bi-exclamation-triangle::before {
	content: "ïŒ…"
}

.bi-exclamation::before {
	content: "ïŒ†"
}

.bi-exclude::before {
	content: "ïŒ‡"
}

.bi-eye-fill::before {
	content: "ïŒˆ"
}

.bi-eye-slash-fill::before {
	content: "ïŒ‰"
}

.bi-eye-slash::before {
	content: "ïŒŠ"
}

.bi-eye::before {
	content: "ïŒ‹"
}

.bi-eyeglasses::before {
	content: "ïŒŒ"
}

.bi-facebook::before {
	content: "ïŒ"
}

.bi-file-arrow-down-fill::before {
	content: "ïŒŽ"
}

.bi-file-arrow-down::before {
	content: "ïŒ"
}

.bi-file-arrow-up-fill::before {
	content: "ïŒ"
}

.bi-file-arrow-up::before {
	content: "ïŒ‘"
}

.bi-file-bar-graph-fill::before {
	content: "ïŒ’"
}

.bi-file-bar-graph::before {
	content: "ïŒ“"
}

.bi-file-binary-fill::before {
	content: "ïŒ”"
}

.bi-file-binary::before {
	content: "ïŒ•"
}

.bi-file-break-fill::before {
	content: "ïŒ–"
}

.bi-file-break::before {
	content: "ïŒ—"
}

.bi-file-check-fill::before {
	content: "ïŒ˜"
}

.bi-file-check::before {
	content: "ïŒ™"
}

.bi-file-code-fill::before {
	content: "ïŒš"
}

.bi-file-code::before {
	content: "ïŒ›"
}

.bi-file-diff-fill::before {
	content: "ïŒœ"
}

.bi-file-diff::before {
	content: "ïŒ"
}

.bi-file-earmark-arrow-down-fill::before {
	content: "ïŒž"
}

.bi-file-earmark-arrow-down::before {
	content: "ïŒŸ"
}

.bi-file-earmark-arrow-up-fill::before {
	content: "ïŒ&nbsp;"
}

.bi-file-earmark-arrow-up::before {
	content: "ïŒ¡"
}

.bi-file-earmark-bar-graph-fill::before {
	content: "ïŒ¢"
}

.bi-file-earmark-bar-graph::before {
	content: "ïŒ£"
}

.bi-file-earmark-binary-fill::before {
	content: "ïŒ¤"
}

.bi-file-earmark-binary::before {
	content: "ïŒ¥"
}

.bi-file-earmark-break-fill::before {
	content: "ïŒ¦"
}

.bi-file-earmark-break::before {
	content: "ïŒ§"
}

.bi-file-earmark-check-fill::before {
	content: "ïŒ¨"
}

.bi-file-earmark-check::before {
	content: "ïŒ©"
}

.bi-file-earmark-code-fill::before {
	content: "ïŒª"
}

.bi-file-earmark-code::before {
	content: "ïŒ«"
}

.bi-file-earmark-diff-fill::before {
	content: "ïŒ¬"
}

.bi-file-earmark-diff::before {
	content: "ïŒ­"
}

.bi-file-earmark-easel-fill::before {
	content: "ïŒ®"
}

.bi-file-earmark-easel::before {
	content: "ïŒ¯"
}

.bi-file-earmark-excel-fill::before {
	content: "ïŒ°"
}

.bi-file-earmark-excel::before {
	content: "ïŒ±"
}

.bi-file-earmark-fill::before {
	content: "ïŒ²"
}

.bi-file-earmark-font-fill::before {
	content: "ïŒ³"
}

.bi-file-earmark-font::before {
	content: "ïŒ´"
}

.bi-file-earmark-image-fill::before {
	content: "ïŒµ"
}

.bi-file-earmark-image::before {
	content: "ïŒ¶"
}

.bi-file-earmark-lock-fill::before {
	content: "ïŒ·"
}

.bi-file-earmark-lock::before {
	content: "ïŒ¸"
}

.bi-file-earmark-lock2-fill::before {
	content: "ïŒ¹"
}

.bi-file-earmark-lock2::before {
	content: "ïŒº"
}

.bi-file-earmark-medical-fill::before {
	content: "ïŒ»"
}

.bi-file-earmark-medical::before {
	content: "ïŒ¼"
}

.bi-file-earmark-minus-fill::before {
	content: "ïŒ½"
}

.bi-file-earmark-minus::before {
	content: "ïŒ¾"
}

.bi-file-earmark-music-fill::before {
	content: "ïŒ¿"
}

.bi-file-earmark-music::before {
	content: "ï€"
}

.bi-file-earmark-person-fill::before {
	content: "ï"
}

.bi-file-earmark-person::before {
	content: "ï‚"
}

.bi-file-earmark-play-fill::before {
	content: "ïƒ"
}

.bi-file-earmark-play::before {
	content: "ï„"
}

.bi-file-earmark-plus-fill::before {
	content: "ï…"
}

.bi-file-earmark-plus::before {
	content: "ï†"
}

.bi-file-earmark-post-fill::before {
	content: "ï‡"
}

.bi-file-earmark-post::before {
	content: "ïˆ"
}

.bi-file-earmark-ppt-fill::before {
	content: "ï‰"
}

.bi-file-earmark-ppt::before {
	content: "ïŠ"
}

.bi-file-earmark-richtext-fill::before {
	content: "ï‹"
}

.bi-file-earmark-richtext::before {
	content: "ïŒ"
}

.bi-file-earmark-ruled-fill::before {
	content: "ï"
}

.bi-file-earmark-ruled::before {
	content: "ïŽ"
}

.bi-file-earmark-slides-fill::before {
	content: "ï"
}

.bi-file-earmark-slides::before {
	content: "ï"
}

.bi-file-earmark-spreadsheet-fill::before {
	content: "ï‘"
}

.bi-file-earmark-spreadsheet::before {
	content: "ï’"
}

.bi-file-earmark-text-fill::before {
	content: "ï“"
}

.bi-file-earmark-text::before {
	content: "ï”"
}

.bi-file-earmark-word-fill::before {
	content: "ï•"
}

.bi-file-earmark-word::before {
	content: "ï–"
}

.bi-file-earmark-x-fill::before {
	content: "ï—"
}

.bi-file-earmark-x::before {
	content: "ï˜"
}

.bi-file-earmark-zip-fill::before {
	content: "ï™"
}

.bi-file-earmark-zip::before {
	content: "ïš"
}

.bi-file-earmark::before {
	content: "ï›"
}

.bi-file-easel-fill::before {
	content: "ïœ"
}

.bi-file-easel::before {
	content: "ï"
}

.bi-file-excel-fill::before {
	content: "ïž"
}

.bi-file-excel::before {
	content: "ïŸ"
}

.bi-file-fill::before {
	content: "ï&nbsp;"
}

.bi-file-font-fill::before {
	content: "ï¡"
}

.bi-file-font::before {
	content: "ï¢"
}

.bi-file-image-fill::before {
	content: "ï£"
}

.bi-file-image::before {
	content: "ï¤"
}

.bi-file-lock-fill::before {
	content: "ï¥"
}

.bi-file-lock::before {
	content: "ï¦"
}

.bi-file-lock2-fill::before {
	content: "ï§"
}

.bi-file-lock2::before {
	content: "ï¨"
}

.bi-file-medical-fill::before {
	content: "ï©"
}

.bi-file-medical::before {
	content: "ïª"
}

.bi-file-minus-fill::before {
	content: "ï«"
}

.bi-file-minus::before {
	content: "ï¬"
}

.bi-file-music-fill::before {
	content: "ï­"
}

.bi-file-music::before {
	content: "ï®"
}

.bi-file-person-fill::before {
	content: "ï¯"
}

.bi-file-person::before {
	content: "ï°"
}

.bi-file-play-fill::before {
	content: "ï±"
}

.bi-file-play::before {
	content: "ï²"
}

.bi-file-plus-fill::before {
	content: "ï³"
}

.bi-file-plus::before {
	content: "ï´"
}

.bi-file-post-fill::before {
	content: "ïµ"
}

.bi-file-post::before {
	content: "ï¶"
}

.bi-file-ppt-fill::before {
	content: "ï·"
}

.bi-file-ppt::before {
	content: "ï¸"
}

.bi-file-richtext-fill::before {
	content: "ï¹"
}

.bi-file-richtext::before {
	content: "ïº"
}

.bi-file-ruled-fill::before {
	content: "ï»"
}

.bi-file-ruled::before {
	content: "ï¼"
}

.bi-file-slides-fill::before {
	content: "ï½"
}

.bi-file-slides::before {
	content: "ï¾"
}

.bi-file-spreadsheet-fill::before {
	content: "ï¿"
}

.bi-file-spreadsheet::before {
	content: "ïŽ€"
}

.bi-file-text-fill::before {
	content: "ïŽ"
}

.bi-file-text::before {
	content: "ïŽ‚"
}

.bi-file-word-fill::before {
	content: "ïŽƒ"
}

.bi-file-word::before {
	content: "ïŽ„"
}

.bi-file-x-fill::before {
	content: "ïŽ…"
}

.bi-file-x::before {
	content: "ïŽ†"
}

.bi-file-zip-fill::before {
	content: "ïŽ‡"
}

.bi-file-zip::before {
	content: "ïŽˆ"
}

.bi-file::before {
	content: "ïŽ‰"
}

.bi-files-alt::before {
	content: "ïŽŠ"
}

.bi-files::before {
	content: "ïŽ‹"
}

.bi-film::before {
	content: "ïŽŒ"
}

.bi-filter-circle-fill::before {
	content: "ïŽ"
}

.bi-filter-circle::before {
	content: "ïŽŽ"
}

.bi-filter-left::before {
	content: "ïŽ"
}

.bi-filter-right::before {
	content: "ïŽ"
}

.bi-filter-square-fill::before {
	content: "ïŽ‘"
}

.bi-filter-square::before {
	content: "ïŽ’"
}

.bi-filter::before {
	content: "ïŽ“"
}

.bi-flag-fill::before {
	content: "ïŽ”"
}

.bi-flag::before {
	content: "ïŽ•"
}

.bi-flower1::before {
	content: "ïŽ–"
}

.bi-flower2::before {
	content: "ïŽ—"
}

.bi-flower3::before {
	content: "ïŽ˜"
}

.bi-folder-check::before {
	content: "ïŽ™"
}

.bi-folder-fill::before {
	content: "ïŽš"
}

.bi-folder-minus::before {
	content: "ïŽ›"
}

.bi-folder-plus::before {
	content: "ïŽœ"
}

.bi-folder-symlink-fill::before {
	content: "ïŽ"
}

.bi-folder-symlink::before {
	content: "ïŽž"
}

.bi-folder-x::before {
	content: "ïŽŸ"
}

.bi-folder::before {
	content: "ïŽ&nbsp;"
}

.bi-folder2-open::before {
	content: "ïŽ¡"
}

.bi-folder2::before {
	content: "ïŽ¢"
}

.bi-fonts::before {
	content: "ïŽ£"
}

.bi-forward-fill::before {
	content: "ïŽ¤"
}

.bi-forward::before {
	content: "ïŽ¥"
}

.bi-front::before {
	content: "ïŽ¦"
}

.bi-fullscreen-exit::before {
	content: "ïŽ§"
}

.bi-fullscreen::before {
	content: "ïŽ¨"
}

.bi-funnel-fill::before {
	content: "ïŽ©"
}

.bi-funnel::before {
	content: "ïŽª"
}

.bi-gear-fill::before {
	content: "ïŽ«"
}

.bi-gear-wide-connected::before {
	content: "ïŽ¬"
}

.bi-gear-wide::before {
	content: "ïŽ­"
}

.bi-gear::before {
	content: "ïŽ®"
}

.bi-gem::before {
	content: "ïŽ¯"
}

.bi-geo-alt-fill::before {
	content: "ïŽ°"
}

.bi-geo-alt::before {
	content: "ïŽ±"
}

.bi-geo-fill::before {
	content: "ïŽ²"
}

.bi-geo::before {
	content: "ïŽ³"
}

.bi-gift-fill::before {
	content: "ïŽ´"
}

.bi-gift::before {
	content: "ïŽµ"
}

.bi-github::before {
	content: "ïŽ¶"
}

.bi-globe::before {
	content: "ïŽ·"
}

.bi-globe2::before {
	content: "ïŽ¸"
}

.bi-google::before {
	content: "ïŽ¹"
}

.bi-graph-down::before {
	content: "ïŽº"
}

.bi-graph-up::before {
	content: "ïŽ»"
}

.bi-grid-1x2-fill::before {
	content: "ïŽ¼"
}

.bi-grid-1x2::before {
	content: "ïŽ½"
}

.bi-grid-3x2-gap-fill::before {
	content: "ïŽ¾"
}

.bi-grid-3x2-gap::before {
	content: "ïŽ¿"
}

.bi-grid-3x2::before {
	content: "ï€"
}

.bi-grid-3x3-gap-fill::before {
	content: "ï"
}

.bi-grid-3x3-gap::before {
	content: "ï‚"
}

.bi-grid-3x3::before {
	content: "ïƒ"
}

.bi-grid-fill::before {
	content: "ï„"
}

.bi-grid::before {
	content: "ï…"
}

.bi-grip-horizontal::before {
	content: "ï†"
}

.bi-grip-vertical::before {
	content: "ï‡"
}

.bi-hammer::before {
	content: "ïˆ"
}

.bi-hand-index-thumb::before {
	content: "ï‰"
}

.bi-hand-index::before {
	content: "ïŠ"
}

.bi-hand-thumbs-down::before {
	content: "ï‹"
}

.bi-hand-thumbs-up::before {
	content: "ïŒ"
}

.bi-handbag-fill::before {
	content: "ï"
}

.bi-handbag::before {
	content: "ïŽ"
}

.bi-hash::before {
	content: "ï"
}

.bi-hdd-fill::before {
	content: "ï"
}

.bi-hdd-network-fill::before {
	content: "ï‘"
}

.bi-hdd-network::before {
	content: "ï’"
}

.bi-hdd-rack-fill::before {
	content: "ï“"
}

.bi-hdd-rack::before {
	content: "ï”"
}

.bi-hdd-stack-fill::before {
	content: "ï•"
}

.bi-hdd-stack::before {
	content: "ï–"
}

.bi-hdd::before {
	content: "ï—"
}

.bi-headphones::before {
	content: "ï˜"
}

.bi-headset::before {
	content: "ï™"
}

.bi-heart-fill::before {
	content: "ïš"
}

.bi-heart-half::before {
	content: "ï›"
}

.bi-heart::before {
	content: "ïœ"
}

.bi-heptagon-fill::before {
	content: "ï"
}

.bi-heptagon-half::before {
	content: "ïž"
}

.bi-heptagon::before {
	content: "ïŸ"
}

.bi-hexagon-fill::before {
	content: "ï&nbsp;"
}

.bi-hexagon-half::before {
	content: "ï¡"
}

.bi-hexagon::before {
	content: "ï¢"
}

.bi-hourglass-bottom::before {
	content: "ï£"
}

.bi-hourglass-split::before {
	content: "ï¤"
}

.bi-hourglass-top::before {
	content: "ï¥"
}

.bi-hourglass::before {
	content: "ï¦"
}

.bi-house-door-fill::before {
	content: "ï§"
}

.bi-house-door::before {
	content: "ï¨"
}

.bi-house-fill::before {
	content: "ï©"
}

.bi-house::before {
	content: "ïª"
}

.bi-hr::before {
	content: "ï«"
}

.bi-image-alt::before {
	content: "ï¬"
}

.bi-image-fill::before {
	content: "ï­"
}

.bi-image::before {
	content: "ï®"
}

.bi-images::before {
	content: "ï¯"
}

.bi-inbox-fill::before {
	content: "ï°"
}

.bi-inbox::before {
	content: "ï±"
}

.bi-inboxes-fill::before {
	content: "ï²"
}

.bi-inboxes::before {
	content: "ï³"
}

.bi-info-circle-fill::before {
	content: "ï´"
}

.bi-info-circle::before {
	content: "ïµ"
}

.bi-info-square-fill::before {
	content: "ï¶"
}

.bi-info-square::before {
	content: "ï·"
}

.bi-info::before {
	content: "ï¸"
}

.bi-input-cursor-text::before {
	content: "ï¹"
}

.bi-input-cursor::before {
	content: "ïº"
}

.bi-instagram::before {
	content: "ï»"
}

.bi-intersect::before {
	content: "ï¼"
}

.bi-journal-album::before {
	content: "ï½"
}

.bi-journal-arrow-down::before {
	content: "ï¾"
}

.bi-journal-arrow-up::before {
	content: "ï¿"
}

.bi-journal-bookmark-fill::before {
	content: "ï€"
}

.bi-journal-bookmark::before {
	content: "ï"
}

.bi-journal-check::before {
	content: "ï‚"
}

.bi-journal-code::before {
	content: "ïƒ"
}

.bi-journal-medical::before {
	content: "ï„"
}

.bi-journal-minus::before {
	content: "ï…"
}

.bi-journal-plus::before {
	content: "ï†"
}

.bi-journal-richtext::before {
	content: "ï‡"
}

.bi-journal-text::before {
	content: "ïˆ"
}

.bi-journal-x::before {
	content: "ï‰"
}

.bi-journal::before {
	content: "ïŠ"
}

.bi-journals::before {
	content: "ï‹"
}

.bi-joystick::before {
	content: "ïŒ"
}

.bi-justify-left::before {
	content: "ï"
}

.bi-justify-right::before {
	content: "ïŽ"
}

.bi-justify::before {
	content: "ï"
}

.bi-kanban-fill::before {
	content: "ï"
}

.bi-kanban::before {
	content: "ï‘"
}

.bi-key-fill::before {
	content: "ï’"
}

.bi-key::before {
	content: "ï“"
}

.bi-keyboard-fill::before {
	content: "ï”"
}

.bi-keyboard::before {
	content: "ï•"
}

.bi-ladder::before {
	content: "ï–"
}

.bi-lamp-fill::before {
	content: "ï—"
}

.bi-lamp::before {
	content: "ï˜"
}

.bi-laptop-fill::before {
	content: "ï™"
}

.bi-laptop::before {
	content: "ïš"
}

.bi-layers-fill::before {
	content: "ï›"
}

.bi-layers-half::before {
	content: "ïœ"
}

.bi-layers::before {
	content: "ï"
}

.bi-layout-sidebar-inset-reverse::before {
	content: "ïž"
}

.bi-layout-sidebar-inset::before {
	content: "ïŸ"
}

.bi-layout-sidebar-reverse::before {
	content: "ï&nbsp;"
}

.bi-layout-sidebar::before {
	content: "ï¡"
}

.bi-layout-split::before {
	content: "ï¢"
}

.bi-layout-text-sidebar-reverse::before {
	content: "ï£"
}

.bi-layout-text-sidebar::before {
	content: "ï¤"
}

.bi-layout-text-window-reverse::before {
	content: "ï¥"
}

.bi-layout-text-window::before {
	content: "ï¦"
}

.bi-layout-three-columns::before {
	content: "ï§"
}

.bi-layout-wtf::before {
	content: "ï¨"
}

.bi-life-preserver::before {
	content: "ï©"
}

.bi-lightning-fill::before {
	content: "ïª"
}

.bi-lightning::before {
	content: "ï«"
}

.bi-link-45deg::before {
	content: "ï¬"
}

.bi-link::before {
	content: "ï­"
}

.bi-linkedin::before {
	content: "ï®"
}

.bi-list-check::before {
	content: "ï¯"
}

.bi-list-nested::before {
	content: "ï°"
}

.bi-list-ol::before {
	content: "ï±"
}

.bi-list-stars::before {
	content: "ï²"
}

.bi-list-task::before {
	content: "ï³"
}

.bi-list-ul::before {
	content: "ï´"
}

.bi-list::before {
	content: "ïµ"
}

.bi-lock-fill::before {
	content: "ï¶"
}

.bi-lock::before {
	content: "ï·"
}

.bi-mailbox::before {
	content: "ï¸"
}

.bi-mailbox2::before {
	content: "ï¹"
}

.bi-map-fill::before {
	content: "ïº"
}

.bi-map::before {
	content: "ï»"
}

.bi-markdown-fill::before {
	content: "ï¼"
}

.bi-markdown::before {
	content: "ï½"
}

.bi-menu-app-fill::before {
	content: "ï¾"
}

.bi-menu-app::before {
	content: "ï¿"
}

.bi-menu-button-fill::before {
	content: "ï‘€"
}

.bi-menu-button-wide-fill::before {
	content: "ï‘"
}

.bi-menu-button-wide::before {
	content: "ï‘‚"
}

.bi-menu-button::before {
	content: "ï‘ƒ"
}

.bi-menu-down::before {
	content: "ï‘„"
}

.bi-menu-up::before {
	content: "ï‘…"
}

.bi-mic-fill::before {
	content: "ï‘†"
}

.bi-mic-mute-fill::before {
	content: "ï‘‡"
}

.bi-mic-mute::before {
	content: "ï‘ˆ"
}

.bi-mic::before {
	content: "ï‘‰"
}

.bi-minecart-loaded::before {
	content: "ï‘Š"
}

.bi-minecart::before {
	content: "ï‘‹"
}

.bi-moon::before {
	content: "ï‘Œ"
}

.bi-mouse::before {
	content: "ï‘"
}

.bi-mouse2::before {
	content: "ï‘Ž"
}

.bi-mouse3::before {
	content: "ï‘"
}

.bi-music-note-beamed::before {
	content: "ï‘"
}

.bi-music-note-list::before {
	content: "ï‘‘"
}

.bi-music-note::before {
	content: "ï‘’"
}

.bi-music-player-fill::before {
	content: "ï‘“"
}

.bi-music-player::before {
	content: "ï‘”"
}

.bi-newspaper::before {
	content: "ï‘•"
}

.bi-node-minus-fill::before {
	content: "ï‘–"
}

.bi-node-minus::before {
	content: "ï‘—"
}

.bi-node-plus-fill::before {
	content: "ï‘˜"
}

.bi-node-plus::before {
	content: "ï‘™"
}

.bi-nut-fill::before {
	content: "ï‘š"
}

.bi-nut::before {
	content: "ï‘›"
}

.bi-octagon-fill::before {
	content: "ï‘œ"
}

.bi-octagon-half::before {
	content: "ï‘"
}

.bi-octagon::before {
	content: "ï‘ž"
}

.bi-option::before {
	content: "ï‘Ÿ"
}

.bi-outlet::before {
	content: "ï‘&nbsp;"
}

.bi-paperclip::before {
	content: "ï‘¡"
}

.bi-paragraph::before {
	content: "ï‘¢"
}

.bi-patch-check-fill::before {
	content: "ï‘£"
}

.bi-patch-check::before {
	content: "ï‘¤"
}

.bi-patch-exclamation-fill::before {
	content: "ï‘¥"
}

.bi-patch-exclamation::before {
	content: "ï‘¦"
}

.bi-patch-minus-fill::before {
	content: "ï‘§"
}

.bi-patch-minus::before {
	content: "ï‘¨"
}

.bi-patch-plus-fill::before {
	content: "ï‘©"
}

.bi-patch-plus::before {
	content: "ï‘ª"
}

.bi-patch-question-fill::before {
	content: "ï‘«"
}

.bi-patch-question::before {
	content: "ï‘¬"
}

.bi-pause-btn-fill::before {
	content: "ï‘­"
}

.bi-pause-btn::before {
	content: "ï‘®"
}

.bi-pause-circle-fill::before {
	content: "ï‘¯"
}

.bi-pause-circle::before {
	content: "ï‘°"
}

.bi-pause-fill::before {
	content: "ï‘±"
}

.bi-pause::before {
	content: "ï‘²"
}

.bi-peace-fill::before {
	content: "ï‘³"
}

.bi-peace::before {
	content: "ï‘´"
}

.bi-pen-fill::before {
	content: "ï‘µ"
}

.bi-pen::before {
	content: "ï‘¶"
}

.bi-pencil-fill::before {
	content: "ï‘·"
}

.bi-pencil-square::before {
	content: "ï‘¸"
}

.bi-pencil::before {
	content: "ï‘¹"
}

.bi-pentagon-fill::before {
	content: "ï‘º"
}

.bi-pentagon-half::before {
	content: "ï‘»"
}

.bi-pentagon::before {
	content: "ï‘¼"
}

.bi-people-fill::before {
	content: "ï‘½"
}

.bi-people::before {
	content: "ï‘¾"
}

.bi-percent::before {
	content: "ï‘¿"
}

.bi-person-badge-fill::before {
	content: "ï’€"
}

.bi-person-badge::before {
	content: "ï’"
}

.bi-person-bounding-box::before {
	content: "ï’‚"
}

.bi-person-check-fill::before {
	content: "ï’ƒ"
}

.bi-person-check::before {
	content: "ï’„"
}

.bi-person-circle::before {
	content: "ï’…"
}

.bi-person-dash-fill::before {
	content: "ï’†"
}

.bi-person-dash::before {
	content: "ï’‡"
}

.bi-person-fill::before {
	content: "ï’ˆ"
}

.bi-person-lines-fill::before {
	content: "ï’‰"
}

.bi-person-plus-fill::before {
	content: "ï’Š"
}

.bi-person-plus::before {
	content: "ï’‹"
}

.bi-person-square::before {
	content: "ï’Œ"
}

.bi-person-x-fill::before {
	content: "ï’"
}

.bi-person-x::before {
	content: "ï’Ž"
}

.bi-person::before {
	content: "ï’"
}

.bi-phone-fill::before {
	content: "ï’"
}

.bi-phone-landscape-fill::before {
	content: "ï’‘"
}

.bi-phone-landscape::before {
	content: "ï’’"
}

.bi-phone-vibrate::before {
	content: "ï’“"
}

.bi-phone::before {
	content: "ï’”"
}

.bi-pie-chart-fill::before {
	content: "ï’•"
}

.bi-pie-chart::before {
	content: "ï’–"
}

.bi-pip-fill::before {
	content: "ï’—"
}

.bi-pip::before {
	content: "ï’˜"
}

.bi-play-btn-fill::before {
	content: "ï’™"
}

.bi-play-btn::before {
	content: "ï’š"
}

.bi-play-circle-fill::before {
	content: "ï’›"
}

.bi-play-circle::before {
	content: "ï’œ"
}

.bi-play-fill::before {
	content: "ï’"
}

.bi-play::before {
	content: "ï’ž"
}

.bi-plug-fill::before {
	content: "ï’Ÿ"
}

.bi-plug::before {
	content: "ï’&nbsp;"
}

.bi-plus-circle-fill::before {
	content: "ï’¡"
}

.bi-plus-circle::before {
	content: "ï’¢"
}

.bi-plus-square-fill::before {
	content: "ï’£"
}

.bi-plus-square::before {
	content: "ï’¤"
}

.bi-plus::before {
	content: "ï’¥"
}

.bi-power::before {
	content: "ï’¦"
}

.bi-printer-fill::before {
	content: "ï’§"
}

.bi-printer::before {
	content: "ï’¨"
}

.bi-puzzle-fill::before {
	content: "ï’©"
}

.bi-puzzle::before {
	content: "ï’ª"
}

.bi-question-circle-fill::before {
	content: "ï’«"
}

.bi-question-circle::before {
	content: "ï’¬"
}

.bi-question-diamond-fill::before {
	content: "ï’­"
}

.bi-question-diamond::before {
	content: "ï’®"
}

.bi-question-octagon-fill::before {
	content: "ï’¯"
}

.bi-question-octagon::before {
	content: "ï’°"
}

.bi-question-square-fill::before {
	content: "ï’±"
}

.bi-question-square::before {
	content: "ï’²"
}

.bi-question::before {
	content: "ï’³"
}

.bi-receipt-cutoff::before {
	content: "ï’´"
}

.bi-receipt::before {
	content: "ï’µ"
}

.bi-reception-0::before {
	content: "ï’¶"
}

.bi-reception-1::before {
	content: "ï’·"
}

.bi-reception-2::before {
	content: "ï’¸"
}

.bi-reception-3::before {
	content: "ï’¹"
}

.bi-reception-4::before {
	content: "ï’º"
}

.bi-record-btn-fill::before {
	content: "ï’»"
}

.bi-record-btn::before {
	content: "ï’¼"
}

.bi-record-circle-fill::before {
	content: "ï’½"
}

.bi-record-circle::before {
	content: "ï’¾"
}

.bi-record-fill::before {
	content: "ï’¿"
}

.bi-record::before {
	content: "ï“€"
}

.bi-record2-fill::before {
	content: "ï“"
}

.bi-record2::before {
	content: "ï“‚"
}

.bi-reply-all-fill::before {
	content: "ï“ƒ"
}

.bi-reply-all::before {
	content: "ï“„"
}

.bi-reply-fill::before {
	content: "ï“…"
}

.bi-reply::before {
	content: "ï“†"
}

.bi-rss-fill::before {
	content: "ï“‡"
}

.bi-rss::before {
	content: "ï“ˆ"
}

.bi-scissors::before {
	content: "ï“‰"
}

.bi-screwdriver::before {
	content: "ï“Š"
}

.bi-search::before {
	content: "ï“‹"
}

.bi-segmented-nav::before {
	content: "ï“Œ"
}

.bi-server::before {
	content: "ï“"
}

.bi-share-fill::before {
	content: "ï“Ž"
}

.bi-share::before {
	content: "ï“"
}

.bi-shield-check::before {
	content: "ï“"
}

.bi-shield-exclamation::before {
	content: "ï“‘"
}

.bi-shield-fill-check::before {
	content: "ï“’"
}

.bi-shield-fill-exclamation::before {
	content: "ï““"
}

.bi-shield-fill-minus::before {
	content: "ï“”"
}

.bi-shield-fill-plus::before {
	content: "ï“•"
}

.bi-shield-fill-x::before {
	content: "ï“–"
}

.bi-shield-fill::before {
	content: "ï“—"
}

.bi-shield-lock-fill::before {
	content: "ï“˜"
}

.bi-shield-lock::before {
	content: "ï“™"
}

.bi-shield-minus::before {
	content: "ï“š"
}

.bi-shield-plus::before {
	content: "ï“›"
}

.bi-shield-shaded::before {
	content: "ï“œ"
}

.bi-shield-slash-fill::before {
	content: "ï“"
}

.bi-shield-slash::before {
	content: "ï“ž"
}

.bi-shield-x::before {
	content: "ï“Ÿ"
}

.bi-shield::before {
	content: "ï“&nbsp;"
}

.bi-shift-fill::before {
	content: "ï“¡"
}

.bi-shift::before {
	content: "ï“¢"
}

.bi-shop-window::before {
	content: "ï“£"
}

.bi-shop::before {
	content: "ï“¤"
}

.bi-shuffle::before {
	content: "ï“¥"
}

.bi-signpost-2-fill::before {
	content: "ï“¦"
}

.bi-signpost-2::before {
	content: "ï“§"
}

.bi-signpost-fill::before {
	content: "ï“¨"
}

.bi-signpost-split-fill::before {
	content: "ï“©"
}

.bi-signpost-split::before {
	content: "ï“ª"
}

.bi-signpost::before {
	content: "ï“«"
}

.bi-sim-fill::before {
	content: "ï“¬"
}

.bi-sim::before {
	content: "ï“­"
}

.bi-skip-backward-btn-fill::before {
	content: "ï“®"
}

.bi-skip-backward-btn::before {
	content: "ï“¯"
}

.bi-skip-backward-circle-fill::before {
	content: "ï“°"
}

.bi-skip-backward-circle::before {
	content: "ï“±"
}

.bi-skip-backward-fill::before {
	content: "ï“²"
}

.bi-skip-backward::before {
	content: "ï“³"
}

.bi-skip-end-btn-fill::before {
	content: "ï“´"
}

.bi-skip-end-btn::before {
	content: "ï“µ"
}

.bi-skip-end-circle-fill::before {
	content: "ï“¶"
}

.bi-skip-end-circle::before {
	content: "ï“·"
}

.bi-skip-end-fill::before {
	content: "ï“¸"
}

.bi-skip-end::before {
	content: "ï“¹"
}

.bi-skip-forward-btn-fill::before {
	content: "ï“º"
}

.bi-skip-forward-btn::before {
	content: "ï“»"
}

.bi-skip-forward-circle-fill::before {
	content: "ï“¼"
}

.bi-skip-forward-circle::before {
	content: "ï“½"
}

.bi-skip-forward-fill::before {
	content: "ï“¾"
}

.bi-skip-forward::before {
	content: "ï“¿"
}

.bi-skip-start-btn-fill::before {
	content: "ï”€"
}

.bi-skip-start-btn::before {
	content: "ï”"
}

.bi-skip-start-circle-fill::before {
	content: "ï”‚"
}

.bi-skip-start-circle::before {
	content: "ï”ƒ"
}

.bi-skip-start-fill::before {
	content: "ï”„"
}

.bi-skip-start::before {
	content: "ï”…"
}

.bi-slack::before {
	content: "ï”†"
}

.bi-slash-circle-fill::before {
	content: "ï”‡"
}

.bi-slash-circle::before {
	content: "ï”ˆ"
}

.bi-slash-square-fill::before {
	content: "ï”‰"
}

.bi-slash-square::before {
	content: "ï”Š"
}

.bi-slash::before {
	content: "ï”‹"
}

.bi-sliders::before {
	content: "ï”Œ"
}

.bi-smartwatch::before {
	content: "ï”"
}

.bi-sort-alpha-down-alt::before {
	content: "ï”Ž"
}

.bi-sort-alpha-down::before {
	content: "ï”"
}

.bi-sort-alpha-up-alt::before {
	content: "ï”"
}

.bi-sort-alpha-up::before {
	content: "ï”‘"
}

.bi-sort-down-alt::before {
	content: "ï”’"
}

.bi-sort-down::before {
	content: "ï”“"
}

.bi-sort-numeric-down-alt::before {
	content: "ï””"
}

.bi-sort-numeric-down::before {
	content: "ï”•"
}

.bi-sort-numeric-up-alt::before {
	content: "ï”–"
}

.bi-sort-numeric-up::before {
	content: "ï”—"
}

.bi-sort-up-alt::before {
	content: "ï”˜"
}

.bi-sort-up::before {
	content: "ï”™"
}

.bi-soundwave::before {
	content: "ï”š"
}

.bi-speaker-fill::before {
	content: "ï”›"
}

.bi-speaker::before {
	content: "ï”œ"
}

.bi-spellcheck::before {
	content: "ï”"
}

.bi-square-fill::before {
	content: "ï”ž"
}

.bi-square-half::before {
	content: "ï”Ÿ"
}

.bi-square::before {
	content: "ï”&nbsp;"
}

.bi-star-fill::before {
	content: "ï”¡"
}

.bi-star-half::before {
	content: "ï”¢"
}

.bi-star::before {
	content: "ï”£"
}

.bi-stickies-fill::before {
	content: "ï”¤"
}

.bi-stickies::before {
	content: "ï”¥"
}

.bi-sticky-fill::before {
	content: "ï”¦"
}

.bi-sticky::before {
	content: "ï”§"
}

.bi-stop-btn-fill::before {
	content: "ï”¨"
}

.bi-stop-btn::before {
	content: "ï”©"
}

.bi-stop-circle-fill::before {
	content: "ï”ª"
}

.bi-stop-circle::before {
	content: "ï”«"
}

.bi-stop-fill::before {
	content: "ï”¬"
}

.bi-stop::before {
	content: "ï”­"
}

.bi-stoplights-fill::before {
	content: "ï”®"
}

.bi-stoplights::before {
	content: "ï”¯"
}

.bi-stopwatch-fill::before {
	content: "ï”°"
}

.bi-stopwatch::before {
	content: "ï”±"
}

.bi-subtract::before {
	content: "ï”²"
}

.bi-suit-club-fill::before {
	content: "ï”³"
}

.bi-suit-club::before {
	content: "ï”´"
}

.bi-suit-diamond-fill::before {
	content: "ï”µ"
}

.bi-suit-diamond::before {
	content: "ï”¶"
}

.bi-suit-heart-fill::before {
	content: "ï”·"
}

.bi-suit-heart::before {
	content: "ï”¸"
}

.bi-suit-spade-fill::before {
	content: "ï”¹"
}

.bi-suit-spade::before {
	content: "ï”º"
}

.bi-sun::before {
	content: "ï”»"
}

.bi-sunglasses::before {
	content: "ï”¼"
}

.bi-table::before {
	content: "ï”½"
}

.bi-tablet-fill::before {
	content: "ï”¾"
}

.bi-tablet-landscape-fill::before {
	content: "ï”¿"
}

.bi-tablet-landscape::before {
	content: "ï•€"
}

.bi-tablet::before {
	content: "ï•"
}

.bi-tag-fill::before {
	content: "ï•‚"
}

.bi-tag::before {
	content: "ï•ƒ"
}

.bi-tags-fill::before {
	content: "ï•„"
}

.bi-tags::before {
	content: "ï•…"
}

.bi-telephone-fill::before {
	content: "ï•†"
}

.bi-telephone-forward-fill::before {
	content: "ï•‡"
}

.bi-telephone-forward::before {
	content: "ï•ˆ"
}

.bi-telephone-inbound-fill::before {
	content: "ï•‰"
}

.bi-telephone-inbound::before {
	content: "ï•Š"
}

.bi-telephone-minus-fill::before {
	content: "ï•‹"
}

.bi-telephone-minus::before {
	content: "ï•Œ"
}

.bi-telephone-outbound-fill::before {
	content: "ï•"
}

.bi-telephone-outbound::before {
	content: "ï•Ž"
}

.bi-telephone-plus-fill::before {
	content: "ï•"
}

.bi-telephone-plus::before {
	content: "ï•"
}

.bi-telephone-x-fill::before {
	content: "ï•‘"
}

.bi-telephone-x::before {
	content: "ï•’"
}

.bi-telephone::before {
	content: "ï•“"
}

.bi-terminal-fill::before {
	content: "ï•”"
}

.bi-terminal::before {
	content: "ï••"
}

.bi-text-center::before {
	content: "ï•–"
}

.bi-text-indent-left::before {
	content: "ï•—"
}

.bi-text-indent-right::before {
	content: "ï•˜"
}

.bi-text-left::before {
	content: "ï•™"
}

.bi-text-paragraph::before {
	content: "ï•š"
}

.bi-text-right::before {
	content: "ï•›"
}

.bi-textarea-resize::before {
	content: "ï•œ"
}

.bi-textarea-t::before {
	content: "ï•"
}

.bi-textarea::before {
	content: "ï•ž"
}

.bi-thermometer-half::before {
	content: "ï•Ÿ"
}

.bi-thermometer::before {
	content: "ï•&nbsp;"
}

.bi-three-dots-vertical::before {
	content: "ï•¡"
}

.bi-three-dots::before {
	content: "ï•¢"
}

.bi-toggle-off::before {
	content: "ï•£"
}

.bi-toggle-on::before {
	content: "ï•¤"
}

.bi-toggle2-off::before {
	content: "ï•¥"
}

.bi-toggle2-on::before {
	content: "ï•¦"
}

.bi-toggles::before {
	content: "ï•§"
}

.bi-toggles2::before {
	content: "ï•¨"
}

.bi-tools::before {
	content: "ï•©"
}

.bi-trash-fill::before {
	content: "ï•ª"
}

.bi-trash::before {
	content: "ï•«"
}

.bi-trash2-fill::before {
	content: "ï•¬"
}

.bi-trash2::before {
	content: "ï•­"
}

.bi-tree-fill::before {
	content: "ï•®"
}

.bi-tree::before {
	content: "ï•¯"
}

.bi-triangle-fill::before {
	content: "ï•°"
}

.bi-triangle-half::before {
	content: "ï•±"
}

.bi-triangle::before {
	content: "ï•²"
}

.bi-trophy-fill::before {
	content: "ï•³"
}

.bi-trophy::before {
	content: "ï•´"
}

.bi-truck-flatbed::before {
	content: "ï•µ"
}

.bi-truck::before {
	content: "ï•¶"
}

.bi-tv-fill::before {
	content: "ï•·"
}

.bi-tv::before {
	content: "ï•¸"
}

.bi-twitch::before {
	content: "ï•¹"
}

.bi-twitter::before {
	content: "ï•º"
}

.bi-type-bold::before {
	content: "ï•»"
}

.bi-type-h1::before {
	content: "ï•¼"
}

.bi-type-h2::before {
	content: "ï•½"
}

.bi-type-h3::before {
	content: "ï•¾"
}

.bi-type-italic::before {
	content: "ï•¿"
}

.bi-type-strikethrough::before {
	content: "ï–€"
}

.bi-type-underline::before {
	content: "ï–"
}

.bi-type::before {
	content: "ï–‚"
}

.bi-ui-checks-grid::before {
	content: "ï–ƒ"
}

.bi-ui-checks::before {
	content: "ï–„"
}

.bi-ui-radios-grid::before {
	content: "ï–…"
}

.bi-ui-radios::before {
	content: "ï–†"
}

.bi-union::before {
	content: "ï–‡"
}

.bi-unlock-fill::before {
	content: "ï–ˆ"
}

.bi-unlock::before {
	content: "ï–‰"
}

.bi-upc-scan::before {
	content: "ï–Š"
}

.bi-upc::before {
	content: "ï–‹"
}

.bi-upload::before {
	content: "ï–Œ"
}

.bi-vector-pen::before {
	content: "ï–"
}

.bi-view-list::before {
	content: "ï–Ž"
}

.bi-view-stacked::before {
	content: "ï–"
}

.bi-vinyl-fill::before {
	content: "ï–"
}

.bi-vinyl::before {
	content: "ï–‘"
}

.bi-voicemail::before {
	content: "ï–’"
}

.bi-volume-down-fill::before {
	content: "ï–“"
}

.bi-volume-down::before {
	content: "ï–”"
}

.bi-volume-mute-fill::before {
	content: "ï–•"
}

.bi-volume-mute::before {
	content: "ï––"
}

.bi-volume-off-fill::before {
	content: "ï–—"
}

.bi-volume-off::before {
	content: "ï–˜"
}

.bi-volume-up-fill::before {
	content: "ï–™"
}

.bi-volume-up::before {
	content: "ï–š"
}

.bi-vr::before {
	content: "ï–›"
}

.bi-wallet-fill::before {
	content: "ï–œ"
}

.bi-wallet::before {
	content: "ï–"
}

.bi-wallet2::before {
	content: "ï–ž"
}

.bi-watch::before {
	content: "ï–Ÿ"
}

.bi-wifi-1::before {
	content: "ï–&nbsp;"
}

.bi-wifi-2::before {
	content: "ï–¡"
}

.bi-wifi-off::before {
	content: "ï–¢"
}

.bi-wifi::before {
	content: "ï–£"
}

.bi-window::before {
	content: "ï–¤"
}

.bi-wrench::before {
	content: "ï–¥"
}

.bi-x-circle-fill::before {
	content: "ï–¦"
}

.bi-x-circle::before {
	content: "ï–§"
}

.bi-x-diamond-fill::before {
	content: "ï–¨"
}

.bi-x-diamond::before {
	content: "ï–©"
}

.bi-x-octagon-fill::before {
	content: "ï–ª"
}

.bi-x-octagon::before {
	content: "ï–«"
}

.bi-x-square-fill::before {
	content: "ï–¬"
}

.bi-x-square::before {
	content: "ï–­"
}

.bi-x::before {
	content: "ï–®"
}

.bi-youtube::before {
	content: "ï–¯"
}

.bi-zoom-in::before {
	content: "ï–°"
}

.bi-zoom-out::before {
	content: "ï–±"
}

.color-blue {
	color: #0297FB
}

.fs-0 {
	font-size: 0
}

.fs-1 {
	font-size: 1px
}

.fs-2 {
	font-size: 2px
}

.fs-3 {
	font-size: 3px
}

.fs-4 {
	font-size: 4px
}

.fs-5 {
	font-size: 5px
}

.fs-6 {
	font-size: 6px
}

.fs-7 {
	font-size: 7px
}

.fs-8 {
	font-size: 8px
}

.fs-9 {
	font-size: 9px
}

.fs-10 {
	font-size: 10px
}

.fs-11 {
	font-size: 11px
}

.fs-12 {
	font-size: 12px
}

.fs-13 {
	font-size: 13px
}

.fs-14 {
	font-size: 14px
}

.fs-15 {
	font-size: 15px
}

.fs-16 {
	font-size: 16px
}

.fs-17 {
	font-size: 17px
}

.fs-18 {
	font-size: 18px
}

.fs-19 {
	font-size: 19px
}

.fs-20 {
	font-size: 20px
}

.fs-21 {
	font-size: 21px
}

.fs-22 {
	font-size: 22px
}

.fs-23 {
	font-size: 23px
}

.fs-24 {
	font-size: 24px
}

.fs-25 {
	font-size: 25px
}

.fs-26 {
	font-size: 26px
}

.fs-27 {
	font-size: 27px
}

.fs-28 {
	font-size: 28px
}

.fs-29 {
	font-size: 29px
}

.fs-30 {
	font-size: 30px
}

.fs-31 {
	font-size: 31px
}

.fs-32 {
	font-size: 32px
}

.fs-33 {
	font-size: 33px
}

.fs-34 {
	font-size: 34px
}

.fs-35 {
	font-size: 35px
}

.fs-36 {
	font-size: 36px
}

.fs-37 {
	font-size: 37px
}

.fs-38 {
	font-size: 38px
}

.fs-39 {
	font-size: 39px
}

.fs-40 {
	font-size: 40px
}

.fs-41 {
	font-size: 41px
}

.fs-42 {
	font-size: 42px
}

.fs-43 {
	font-size: 43px
}

.fs-44 {
	font-size: 44px
}

.fs-45 {
	font-size: 45px
}

.fs-46 {
	font-size: 46px
}

.fs-47 {
	font-size: 47px
}

.fs-48 {
	font-size: 48px
}

.fs-49 {
	font-size: 49px
}

.fs-50 {
	font-size: 50px
}

.fs-51 {
	font-size: 51px
}

.fs-52 {
	font-size: 52px
}

.fs-53 {
	font-size: 53px
}

.fs-54 {
	font-size: 54px
}

.fs-55 {
	font-size: 55px
}

.fs-56 {
	font-size: 56px
}

.fs-57 {
	font-size: 57px
}

.fs-58 {
	font-size: 58px
}

.fs-59 {
	font-size: 59px
}

.fs-60 {
	font-size: 60px
}

.fs-61 {
	font-size: 61px
}

.fs-62 {
	font-size: 62px
}

.fs-63 {
	font-size: 63px
}

.fs-64 {
	font-size: 64px
}

.fs-65 {
	font-size: 65px
}

.fs-66 {
	font-size: 66px
}

.fs-67 {
	font-size: 67px
}

.fs-68 {
	font-size: 68px
}

.fs-69 {
	font-size: 69px
}

.fs-70 {
	font-size: 70px
}

.fs-71 {
	font-size: 71px
}

.fs-72 {
	font-size: 72px
}

.fs-73 {
	font-size: 73px
}

.fs-74 {
	font-size: 74px
}

.fs-75 {
	font-size: 75px
}

.fs-76 {
	font-size: 76px
}

.fs-77 {
	font-size: 77px
}

.fs-78 {
	font-size: 78px
}

.fs-79 {
	font-size: 79px
}

.fs-80 {
	font-size: 80px
}

.fs-81 {
	font-size: 81px
}

.fs-82 {
	font-size: 82px
}

.fs-83 {
	font-size: 83px
}

.fs-84 {
	font-size: 84px
}

.fs-85 {
	font-size: 85px
}

.fs-86 {
	font-size: 86px
}

.fs-87 {
	font-size: 87px
}

.fs-88 {
	font-size: 88px
}

.fs-89 {
	font-size: 89px
}

.fs-90 {
	font-size: 90px
}

.fs-91 {
	font-size: 91px
}

.fs-92 {
	font-size: 92px
}

.fs-93 {
	font-size: 93px
}

.fs-94 {
	font-size: 94px
}

.fs-95 {
	font-size: 95px
}

.fs-96 {
	font-size: 96px
}

.fs-97 {
	font-size: 97px
}

.fs-98 {
	font-size: 98px
}

.fs-99 {
	font-size: 99px
}

.fs-100 {
	font-size: 100px
}

@media (min-width:576px) {
	.fs-sm-0 {
		font-size: 0
	}
	.fs-sm-1 {
		font-size: 1px
	}
	.fs-sm-2 {
		font-size: 2px
	}
	.fs-sm-3 {
		font-size: 3px
	}
	.fs-sm-4 {
		font-size: 4px
	}
	.fs-sm-5 {
		font-size: 5px
	}
	.fs-sm-6 {
		font-size: 6px
	}
	.fs-sm-7 {
		font-size: 7px
	}
	.fs-sm-8 {
		font-size: 8px
	}
	.fs-sm-9 {
		font-size: 9px
	}
	.fs-sm-10 {
		font-size: 10px
	}
	.fs-sm-11 {
		font-size: 11px
	}
	.fs-sm-12 {
		font-size: 12px
	}
	.fs-sm-13 {
		font-size: 13px
	}
	.fs-sm-14 {
		font-size: 14px
	}
	.fs-sm-15 {
		font-size: 15px
	}
	.fs-sm-16 {
		font-size: 16px
	}
	.fs-sm-17 {
		font-size: 17px
	}
	.fs-sm-18 {
		font-size: 18px
	}
	.fs-sm-19 {
		font-size: 19px
	}
	.fs-sm-20 {
		font-size: 20px
	}
	.fs-sm-21 {
		font-size: 21px
	}
	.fs-sm-22 {
		font-size: 22px
	}
	.fs-sm-23 {
		font-size: 23px
	}
	.fs-sm-24 {
		font-size: 24px
	}
	.fs-sm-25 {
		font-size: 25px
	}
	.fs-sm-26 {
		font-size: 26px
	}
	.fs-sm-27 {
		font-size: 27px
	}
	.fs-sm-28 {
		font-size: 28px
	}
	.fs-sm-29 {
		font-size: 29px
	}
	.fs-sm-30 {
		font-size: 30px
	}
	.fs-sm-31 {
		font-size: 31px
	}
	.fs-sm-32 {
		font-size: 32px
	}
	.fs-sm-33 {
		font-size: 33px
	}
	.fs-sm-34 {
		font-size: 34px
	}
	.fs-sm-35 {
		font-size: 35px
	}
	.fs-sm-36 {
		font-size: 36px
	}
	.fs-sm-37 {
		font-size: 37px
	}
	.fs-sm-38 {
		font-size: 38px
	}
	.fs-sm-39 {
		font-size: 39px
	}
	.fs-sm-40 {
		font-size: 40px
	}
	.fs-sm-41 {
		font-size: 41px
	}
	.fs-sm-42 {
		font-size: 42px
	}
	.fs-sm-43 {
		font-size: 43px
	}
	.fs-sm-44 {
		font-size: 44px
	}
	.fs-sm-45 {
		font-size: 45px
	}
	.fs-sm-46 {
		font-size: 46px
	}
	.fs-sm-47 {
		font-size: 47px
	}
	.fs-sm-48 {
		font-size: 48px
	}
	.fs-sm-49 {
		font-size: 49px
	}
	.fs-sm-50 {
		font-size: 50px
	}
	.fs-sm-51 {
		font-size: 51px
	}
	.fs-sm-52 {
		font-size: 52px
	}
	.fs-sm-53 {
		font-size: 53px
	}
	.fs-sm-54 {
		font-size: 54px
	}
	.fs-sm-55 {
		font-size: 55px
	}
	.fs-sm-56 {
		font-size: 56px
	}
	.fs-sm-57 {
		font-size: 57px
	}
	.fs-sm-58 {
		font-size: 58px
	}
	.fs-sm-59 {
		font-size: 59px
	}
	.fs-sm-60 {
		font-size: 60px
	}
	.fs-sm-61 {
		font-size: 61px
	}
	.fs-sm-62 {
		font-size: 62px
	}
	.fs-sm-63 {
		font-size: 63px
	}
	.fs-sm-64 {
		font-size: 64px
	}
	.fs-sm-65 {
		font-size: 65px
	}
	.fs-sm-66 {
		font-size: 66px
	}
	.fs-sm-67 {
		font-size: 67px
	}
	.fs-sm-68 {
		font-size: 68px
	}
	.fs-sm-69 {
		font-size: 69px
	}
	.fs-sm-70 {
		font-size: 70px
	}
	.fs-sm-71 {
		font-size: 71px
	}
	.fs-sm-72 {
		font-size: 72px
	}
	.fs-sm-73 {
		font-size: 73px
	}
	.fs-sm-74 {
		font-size: 74px
	}
	.fs-sm-75 {
		font-size: 75px
	}
	.fs-sm-76 {
		font-size: 76px
	}
	.fs-sm-77 {
		font-size: 77px
	}
	.fs-sm-78 {
		font-size: 78px
	}
	.fs-sm-79 {
		font-size: 79px
	}
	.fs-sm-80 {
		font-size: 80px
	}
	.fs-sm-81 {
		font-size: 81px
	}
	.fs-sm-82 {
		font-size: 82px
	}
	.fs-sm-83 {
		font-size: 83px
	}
	.fs-sm-84 {
		font-size: 84px
	}
	.fs-sm-85 {
		font-size: 85px
	}
	.fs-sm-86 {
		font-size: 86px
	}
	.fs-sm-87 {
		font-size: 87px
	}
	.fs-sm-88 {
		font-size: 88px
	}
	.fs-sm-89 {
		font-size: 89px
	}
	.fs-sm-90 {
		font-size: 90px
	}
	.fs-sm-91 {
		font-size: 91px
	}
	.fs-sm-92 {
		font-size: 92px
	}
	.fs-sm-93 {
		font-size: 93px
	}
	.fs-sm-94 {
		font-size: 94px
	}
	.fs-sm-95 {
		font-size: 95px
	}
	.fs-sm-96 {
		font-size: 96px
	}
	.fs-sm-97 {
		font-size: 97px
	}
	.fs-sm-98 {
		font-size: 98px
	}
	.fs-sm-99 {
		font-size: 99px
	}
	.fs-sm-100 {
		font-size: 100px
	}
}

@media (min-width:768px) {
	.fs-md-0 {
		font-size: 0
	}
	.fs-md-1 {
		font-size: 1px
	}
	.fs-md-2 {
		font-size: 2px
	}
	.fs-md-3 {
		font-size: 3px
	}
	.fs-md-4 {
		font-size: 4px
	}
	.fs-md-5 {
		font-size: 5px
	}
	.fs-md-6 {
		font-size: 6px
	}
	.fs-md-7 {
		font-size: 7px
	}
	.fs-md-8 {
		font-size: 8px
	}
	.fs-md-9 {
		font-size: 9px
	}
	.fs-md-10 {
		font-size: 10px
	}
	.fs-md-11 {
		font-size: 11px
	}
	.fs-md-12 {
		font-size: 12px
	}
	.fs-md-13 {
		font-size: 13px
	}
	.fs-md-14 {
		font-size: 14px
	}
	.fs-md-15 {
		font-size: 15px
	}
	.fs-md-16 {
		font-size: 16px
	}
	.fs-md-17 {
		font-size: 17px
	}
	.fs-md-18 {
		font-size: 18px
	}
	.fs-md-19 {
		font-size: 19px
	}
	.fs-md-20 {
		font-size: 20px
	}
	.fs-md-21 {
		font-size: 21px
	}
	.fs-md-22 {
		font-size: 22px
	}
	.fs-md-23 {
		font-size: 23px
	}
	.fs-md-24 {
		font-size: 24px
	}
	.fs-md-25 {
		font-size: 25px
	}
	.fs-md-26 {
		font-size: 26px
	}
	.fs-md-27 {
		font-size: 27px
	}
	.fs-md-28 {
		font-size: 28px
	}
	.fs-md-29 {
		font-size: 29px
	}
	.fs-md-30 {
		font-size: 30px
	}
	.fs-md-31 {
		font-size: 31px
	}
	.fs-md-32 {
		font-size: 32px
	}
	.fs-md-33 {
		font-size: 33px
	}
	.fs-md-34 {
		font-size: 34px
	}
	.fs-md-35 {
		font-size: 35px
	}
	.fs-md-36 {
		font-size: 36px
	}
	.fs-md-37 {
		font-size: 37px
	}
	.fs-md-38 {
		font-size: 38px
	}
	.fs-md-39 {
		font-size: 39px
	}
	.fs-md-40 {
		font-size: 40px
	}
	.fs-md-41 {
		font-size: 41px
	}
	.fs-md-42 {
		font-size: 42px
	}
	.fs-md-43 {
		font-size: 43px
	}
	.fs-md-44 {
		font-size: 44px
	}
	.fs-md-45 {
		font-size: 45px
	}
	.fs-md-46 {
		font-size: 46px
	}
	.fs-md-47 {
		font-size: 47px
	}
	.fs-md-48 {
		font-size: 48px
	}
	.fs-md-49 {
		font-size: 49px
	}
	.fs-md-50 {
		font-size: 50px
	}
	.fs-md-51 {
		font-size: 51px
	}
	.fs-md-52 {
		font-size: 52px
	}
	.fs-md-53 {
		font-size: 53px
	}
	.fs-md-54 {
		font-size: 54px
	}
	.fs-md-55 {
		font-size: 55px
	}
	.fs-md-56 {
		font-size: 56px
	}
	.fs-md-57 {
		font-size: 57px
	}
	.fs-md-58 {
		font-size: 58px
	}
	.fs-md-59 {
		font-size: 59px
	}
	.fs-md-60 {
		font-size: 60px
	}
	.fs-md-61 {
		font-size: 61px
	}
	.fs-md-62 {
		font-size: 62px
	}
	.fs-md-63 {
		font-size: 63px
	}
	.fs-md-64 {
		font-size: 64px
	}
	.fs-md-65 {
		font-size: 65px
	}
	.fs-md-66 {
		font-size: 66px
	}
	.fs-md-67 {
		font-size: 67px
	}
	.fs-md-68 {
		font-size: 68px
	}
	.fs-md-69 {
		font-size: 69px
	}
	.fs-md-70 {
		font-size: 70px
	}
	.fs-md-71 {
		font-size: 71px
	}
	.fs-md-72 {
		font-size: 72px
	}
	.fs-md-73 {
		font-size: 73px
	}
	.fs-md-74 {
		font-size: 74px
	}
	.fs-md-75 {
		font-size: 75px
	}
	.fs-md-76 {
		font-size: 76px
	}
	.fs-md-77 {
		font-size: 77px
	}
	.fs-md-78 {
		font-size: 78px
	}
	.fs-md-79 {
		font-size: 79px
	}
	.fs-md-80 {
		font-size: 80px
	}
	.fs-md-81 {
		font-size: 81px
	}
	.fs-md-82 {
		font-size: 82px
	}
	.fs-md-83 {
		font-size: 83px
	}
	.fs-md-84 {
		font-size: 84px
	}
	.fs-md-85 {
		font-size: 85px
	}
	.fs-md-86 {
		font-size: 86px
	}
	.fs-md-87 {
		font-size: 87px
	}
	.fs-md-88 {
		font-size: 88px
	}
	.fs-md-89 {
		font-size: 89px
	}
	.fs-md-90 {
		font-size: 90px
	}
	.fs-md-91 {
		font-size: 91px
	}
	.fs-md-92 {
		font-size: 92px
	}
	.fs-md-93 {
		font-size: 93px
	}
	.fs-md-94 {
		font-size: 94px
	}
	.fs-md-95 {
		font-size: 95px
	}
	.fs-md-96 {
		font-size: 96px
	}
	.fs-md-97 {
		font-size: 97px
	}
	.fs-md-98 {
		font-size: 98px
	}
	.fs-md-99 {
		font-size: 99px
	}
	.fs-md-100 {
		font-size: 100px
	}
}

@media (min-width:992px) {
	.fs-lg-0 {
		font-size: 0
	}
	.fs-lg-1 {
		font-size: 1px
	}
	.fs-lg-2 {
		font-size: 2px
	}
	.fs-lg-3 {
		font-size: 3px
	}
	.fs-lg-4 {
		font-size: 4px
	}
	.fs-lg-5 {
		font-size: 5px
	}
	.fs-lg-6 {
		font-size: 6px
	}
	.fs-lg-7 {
		font-size: 7px
	}
	.fs-lg-8 {
		font-size: 8px
	}
	.fs-lg-9 {
		font-size: 9px
	}
	.fs-lg-10 {
		font-size: 10px
	}
	.fs-lg-11 {
		font-size: 11px
	}
	.fs-lg-12 {
		font-size: 12px
	}
	.fs-lg-13 {
		font-size: 13px
	}
	.fs-lg-14 {
		font-size: 14px
	}
	.fs-lg-15 {
		font-size: 15px
	}
	.fs-lg-16 {
		font-size: 16px
	}
	.fs-lg-17 {
		font-size: 17px
	}
	.fs-lg-18 {
		font-size: 18px
	}
	.fs-lg-19 {
		font-size: 19px
	}
	.fs-lg-20 {
		font-size: 20px
	}
	.fs-lg-21 {
		font-size: 21px
	}
	.fs-lg-22 {
		font-size: 22px
	}
	.fs-lg-23 {
		font-size: 23px
	}
	.fs-lg-24 {
		font-size: 24px
	}
	.fs-lg-25 {
		font-size: 25px
	}
	.fs-lg-26 {
		font-size: 26px
	}
	.fs-lg-27 {
		font-size: 27px
	}
	.fs-lg-28 {
		font-size: 28px
	}
	.fs-lg-29 {
		font-size: 29px
	}
	.fs-lg-30 {
		font-size: 30px
	}
	.fs-lg-31 {
		font-size: 31px
	}
	.fs-lg-32 {
		font-size: 32px
	}
	.fs-lg-33 {
		font-size: 33px
	}
	.fs-lg-34 {
		font-size: 34px
	}
	.fs-lg-35 {
		font-size: 35px
	}
	.fs-lg-36 {
		font-size: 36px
	}
	.fs-lg-37 {
		font-size: 37px
	}
	.fs-lg-38 {
		font-size: 38px
	}
	.fs-lg-39 {
		font-size: 39px
	}
	.fs-lg-40 {
		font-size: 40px
	}
	.fs-lg-41 {
		font-size: 41px
	}
	.fs-lg-42 {
		font-size: 42px
	}
	.fs-lg-43 {
		font-size: 43px
	}
	.fs-lg-44 {
		font-size: 44px
	}
	.fs-lg-45 {
		font-size: 45px
	}
	.fs-lg-46 {
		font-size: 46px
	}
	.fs-lg-47 {
		font-size: 47px
	}
	.fs-lg-48 {
		font-size: 48px
	}
	.fs-lg-49 {
		font-size: 49px
	}
	.fs-lg-50 {
		font-size: 50px
	}
	.fs-lg-51 {
		font-size: 51px
	}
	.fs-lg-52 {
		font-size: 52px
	}
	.fs-lg-53 {
		font-size: 53px
	}
	.fs-lg-54 {
		font-size: 54px
	}
	.fs-lg-55 {
		font-size: 55px
	}
	.fs-lg-56 {
		font-size: 56px
	}
	.fs-lg-57 {
		font-size: 57px
	}
	.fs-lg-58 {
		font-size: 58px
	}
	.fs-lg-59 {
		font-size: 59px
	}
	.fs-lg-60 {
		font-size: 60px
	}
	.fs-lg-61 {
		font-size: 61px
	}
	.fs-lg-62 {
		font-size: 62px
	}
	.fs-lg-63 {
		font-size: 63px
	}
	.fs-lg-64 {
		font-size: 64px
	}
	.fs-lg-65 {
		font-size: 65px
	}
	.fs-lg-66 {
		font-size: 66px
	}
	.fs-lg-67 {
		font-size: 67px
	}
	.fs-lg-68 {
		font-size: 68px
	}
	.fs-lg-69 {
		font-size: 69px
	}
	.fs-lg-70 {
		font-size: 70px
	}
	.fs-lg-71 {
		font-size: 71px
	}
	.fs-lg-72 {
		font-size: 72px
	}
	.fs-lg-73 {
		font-size: 73px
	}
	.fs-lg-74 {
		font-size: 74px
	}
	.fs-lg-75 {
		font-size: 75px
	}
	.fs-lg-76 {
		font-size: 76px
	}
	.fs-lg-77 {
		font-size: 77px
	}
	.fs-lg-78 {
		font-size: 78px
	}
	.fs-lg-79 {
		font-size: 79px
	}
	.fs-lg-80 {
		font-size: 80px
	}
	.fs-lg-81 {
		font-size: 81px
	}
	.fs-lg-82 {
		font-size: 82px
	}
	.fs-lg-83 {
		font-size: 83px
	}
	.fs-lg-84 {
		font-size: 84px
	}
	.fs-lg-85 {
		font-size: 85px
	}
	.fs-lg-86 {
		font-size: 86px
	}
	.fs-lg-87 {
		font-size: 87px
	}
	.fs-lg-88 {
		font-size: 88px
	}
	.fs-lg-89 {
		font-size: 89px
	}
	.fs-lg-90 {
		font-size: 90px
	}
	.fs-lg-91 {
		font-size: 91px
	}
	.fs-lg-92 {
		font-size: 92px
	}
	.fs-lg-93 {
		font-size: 93px
	}
	.fs-lg-94 {
		font-size: 94px
	}
	.fs-lg-95 {
		font-size: 95px
	}
	.fs-lg-96 {
		font-size: 96px
	}
	.fs-lg-97 {
		font-size: 97px
	}
	.fs-lg-98 {
		font-size: 98px
	}
	.fs-lg-99 {
		font-size: 99px
	}
	.fs-lg-100 {
		font-size: 100px
	}
}

@media (min-width:1200px) {
	.fs-xl-0 {
		font-size: 0
	}
	.fs-xl-1 {
		font-size: 1px
	}
	.fs-xl-2 {
		font-size: 2px
	}
	.fs-xl-3 {
		font-size: 3px
	}
	.fs-xl-4 {
		font-size: 4px
	}
	.fs-xl-5 {
		font-size: 5px
	}
	.fs-xl-6 {
		font-size: 6px
	}
	.fs-xl-7 {
		font-size: 7px
	}
	.fs-xl-8 {
		font-size: 8px
	}
	.fs-xl-9 {
		font-size: 9px
	}
	.fs-xl-10 {
		font-size: 10px
	}
	.fs-xl-11 {
		font-size: 11px
	}
	.fs-xl-12 {
		font-size: 12px
	}
	.fs-xl-13 {
		font-size: 13px
	}
	.fs-xl-14 {
		font-size: 14px
	}
	.fs-xl-15 {
		font-size: 15px
	}
	.fs-xl-16 {
		font-size: 16px
	}
	.fs-xl-17 {
		font-size: 17px
	}
	.fs-xl-18 {
		font-size: 18px
	}
	.fs-xl-19 {
		font-size: 19px
	}
	.fs-xl-20 {
		font-size: 20px
	}
	.fs-xl-21 {
		font-size: 21px
	}
	.fs-xl-22 {
		font-size: 22px
	}
	.fs-xl-23 {
		font-size: 23px
	}
	.fs-xl-24 {
		font-size: 24px
	}
	.fs-xl-25 {
		font-size: 25px
	}
	.fs-xl-26 {
		font-size: 26px
	}
	.fs-xl-27 {
		font-size: 27px
	}
	.fs-xl-28 {
		font-size: 28px
	}
	.fs-xl-29 {
		font-size: 29px
	}
	.fs-xl-30 {
		font-size: 30px
	}
	.fs-xl-31 {
		font-size: 31px
	}
	.fs-xl-32 {
		font-size: 32px
	}
	.fs-xl-33 {
		font-size: 33px
	}
	.fs-xl-34 {
		font-size: 34px
	}
	.fs-xl-35 {
		font-size: 35px
	}
	.fs-xl-36 {
		font-size: 36px
	}
	.fs-xl-37 {
		font-size: 37px
	}
	.fs-xl-38 {
		font-size: 38px
	}
	.fs-xl-39 {
		font-size: 39px
	}
	.fs-xl-40 {
		font-size: 40px
	}
	.fs-xl-41 {
		font-size: 41px
	}
	.fs-xl-42 {
		font-size: 42px
	}
	.fs-xl-43 {
		font-size: 43px
	}
	.fs-xl-44 {
		font-size: 44px
	}
	.fs-xl-45 {
		font-size: 45px
	}
	.fs-xl-46 {
		font-size: 46px
	}
	.fs-xl-47 {
		font-size: 47px
	}
	.fs-xl-48 {
		font-size: 48px
	}
	.fs-xl-49 {
		font-size: 49px
	}
	.fs-xl-50 {
		font-size: 50px
	}
	.fs-xl-51 {
		font-size: 51px
	}
	.fs-xl-52 {
		font-size: 52px
	}
	.fs-xl-53 {
		font-size: 53px
	}
	.fs-xl-54 {
		font-size: 54px
	}
	.fs-xl-55 {
		font-size: 55px
	}
	.fs-xl-56 {
		font-size: 56px
	}
	.fs-xl-57 {
		font-size: 57px
	}
	.fs-xl-58 {
		font-size: 58px
	}
	.fs-xl-59 {
		font-size: 59px
	}
	.fs-xl-60 {
		font-size: 60px
	}
	.fs-xl-61 {
		font-size: 61px
	}
	.fs-xl-62 {
		font-size: 62px
	}
	.fs-xl-63 {
		font-size: 63px
	}
	.fs-xl-64 {
		font-size: 64px
	}
	.fs-xl-65 {
		font-size: 65px
	}
	.fs-xl-66 {
		font-size: 66px
	}
	.fs-xl-67 {
		font-size: 67px
	}
	.fs-xl-68 {
		font-size: 68px
	}
	.fs-xl-69 {
		font-size: 69px
	}
	.fs-xl-70 {
		font-size: 70px
	}
	.fs-xl-71 {
		font-size: 71px
	}
	.fs-xl-72 {
		font-size: 72px
	}
	.fs-xl-73 {
		font-size: 73px
	}
	.fs-xl-74 {
		font-size: 74px
	}
	.fs-xl-75 {
		font-size: 75px
	}
	.fs-xl-76 {
		font-size: 76px
	}
	.fs-xl-77 {
		font-size: 77px
	}
	.fs-xl-78 {
		font-size: 78px
	}
	.fs-xl-79 {
		font-size: 79px
	}
	.fs-xl-80 {
		font-size: 80px
	}
	.fs-xl-81 {
		font-size: 81px
	}
	.fs-xl-82 {
		font-size: 82px
	}
	.fs-xl-83 {
		font-size: 83px
	}
	.fs-xl-84 {
		font-size: 84px
	}
	.fs-xl-85 {
		font-size: 85px
	}
	.fs-xl-86 {
		font-size: 86px
	}
	.fs-xl-87 {
		font-size: 87px
	}
	.fs-xl-88 {
		font-size: 88px
	}
	.fs-xl-89 {
		font-size: 89px
	}
	.fs-xl-90 {
		font-size: 90px
	}
	.fs-xl-91 {
		font-size: 91px
	}
	.fs-xl-92 {
		font-size: 92px
	}
	.fs-xl-93 {
		font-size: 93px
	}
	.fs-xl-94 {
		font-size: 94px
	}
	.fs-xl-95 {
		font-size: 95px
	}
	.fs-xl-96 {
		font-size: 96px
	}
	.fs-xl-97 {
		font-size: 97px
	}
	.fs-xl-98 {
		font-size: 98px
	}
	.fs-xl-99 {
		font-size: 99px
	}
	.fs-xl-100 {
		font-size: 100px
	}
}

@media (min-width:1400px) {
	.fs-xxl-0 {
		font-size: 0
	}
	.fs-xxl-1 {
		font-size: 1px
	}
	.fs-xxl-2 {
		font-size: 2px
	}
	.fs-xxl-3 {
		font-size: 3px
	}
	.fs-xxl-4 {
		font-size: 4px
	}
	.fs-xxl-5 {
		font-size: 5px
	}
	.fs-xxl-6 {
		font-size: 6px
	}
	.fs-xxl-7 {
		font-size: 7px
	}
	.fs-xxl-8 {
		font-size: 8px
	}
	.fs-xxl-9 {
		font-size: 9px
	}
	.fs-xxl-10 {
		font-size: 10px
	}
	.fs-xxl-11 {
		font-size: 11px
	}
	.fs-xxl-12 {
		font-size: 12px
	}
	.fs-xxl-13 {
		font-size: 13px
	}
	.fs-xxl-14 {
		font-size: 14px
	}
	.fs-xxl-15 {
		font-size: 15px
	}
	.fs-xxl-16 {
		font-size: 16px
	}
	.fs-xxl-17 {
		font-size: 17px
	}
	.fs-xxl-18 {
		font-size: 18px
	}
	.fs-xxl-19 {
		font-size: 19px
	}
	.fs-xxl-20 {
		font-size: 20px
	}
	.fs-xxl-21 {
		font-size: 21px
	}
	.fs-xxl-22 {
		font-size: 22px
	}
	.fs-xxl-23 {
		font-size: 23px
	}
	.fs-xxl-24 {
		font-size: 24px
	}
	.fs-xxl-25 {
		font-size: 25px
	}
	.fs-xxl-26 {
		font-size: 26px
	}
	.fs-xxl-27 {
		font-size: 27px
	}
	.fs-xxl-28 {
		font-size: 28px
	}
	.fs-xxl-29 {
		font-size: 29px
	}
	.fs-xxl-30 {
		font-size: 30px
	}
	.fs-xxl-31 {
		font-size: 31px
	}
	.fs-xxl-32 {
		font-size: 32px
	}
	.fs-xxl-33 {
		font-size: 33px
	}
	.fs-xxl-34 {
		font-size: 34px
	}
	.fs-xxl-35 {
		font-size: 35px
	}
	.fs-xxl-36 {
		font-size: 36px
	}
	.fs-xxl-37 {
		font-size: 37px
	}
	.fs-xxl-38 {
		font-size: 38px
	}
	.fs-xxl-39 {
		font-size: 39px
	}
	.fs-xxl-40 {
		font-size: 40px
	}
	.fs-xxl-41 {
		font-size: 41px
	}
	.fs-xxl-42 {
		font-size: 42px
	}
	.fs-xxl-43 {
		font-size: 43px
	}
	.fs-xxl-44 {
		font-size: 44px
	}
	.fs-xxl-45 {
		font-size: 45px
	}
	.fs-xxl-46 {
		font-size: 46px
	}
	.fs-xxl-47 {
		font-size: 47px
	}
	.fs-xxl-48 {
		font-size: 48px
	}
	.fs-xxl-49 {
		font-size: 49px
	}
	.fs-xxl-50 {
		font-size: 50px
	}
	.fs-xxl-51 {
		font-size: 51px
	}
	.fs-xxl-52 {
		font-size: 52px
	}
	.fs-xxl-53 {
		font-size: 53px
	}
	.fs-xxl-54 {
		font-size: 54px
	}
	.fs-xxl-55 {
		font-size: 55px
	}
	.fs-xxl-56 {
		font-size: 56px
	}
	.fs-xxl-57 {
		font-size: 57px
	}
	.fs-xxl-58 {
		font-size: 58px
	}
	.fs-xxl-59 {
		font-size: 59px
	}
	.fs-xxl-60 {
		font-size: 60px
	}
	.fs-xxl-61 {
		font-size: 61px
	}
	.fs-xxl-62 {
		font-size: 62px
	}
	.fs-xxl-63 {
		font-size: 63px
	}
	.fs-xxl-64 {
		font-size: 64px
	}
	.fs-xxl-65 {
		font-size: 65px
	}
	.fs-xxl-66 {
		font-size: 66px
	}
	.fs-xxl-67 {
		font-size: 67px
	}
	.fs-xxl-68 {
		font-size: 68px
	}
	.fs-xxl-69 {
		font-size: 69px
	}
	.fs-xxl-70 {
		font-size: 70px
	}
	.fs-xxl-71 {
		font-size: 71px
	}
	.fs-xxl-72 {
		font-size: 72px
	}
	.fs-xxl-73 {
		font-size: 73px
	}
	.fs-xxl-74 {
		font-size: 74px
	}
	.fs-xxl-75 {
		font-size: 75px
	}
	.fs-xxl-76 {
		font-size: 76px
	}
	.fs-xxl-77 {
		font-size: 77px
	}
	.fs-xxl-78 {
		font-size: 78px
	}
	.fs-xxl-79 {
		font-size: 79px
	}
	.fs-xxl-80 {
		font-size: 80px
	}
	.fs-xxl-81 {
		font-size: 81px
	}
	.fs-xxl-82 {
		font-size: 82px
	}
	.fs-xxl-83 {
		font-size: 83px
	}
	.fs-xxl-84 {
		font-size: 84px
	}
	.fs-xxl-85 {
		font-size: 85px
	}
	.fs-xxl-86 {
		font-size: 86px
	}
	.fs-xxl-87 {
		font-size: 87px
	}
	.fs-xxl-88 {
		font-size: 88px
	}
	.fs-xxl-89 {
		font-size: 89px
	}
	.fs-xxl-90 {
		font-size: 90px
	}
	.fs-xxl-91 {
		font-size: 91px
	}
	.fs-xxl-92 {
		font-size: 92px
	}
	.fs-xxl-93 {
		font-size: 93px
	}
	.fs-xxl-94 {
		font-size: 94px
	}
	.fs-xxl-95 {
		font-size: 95px
	}
	.fs-xxl-96 {
		font-size: 96px
	}
	.fs-xxl-97 {
		font-size: 97px
	}
	.fs-xxl-98 {
		font-size: 98px
	}
	.fs-xxl-99 {
		font-size: 99px
	}
	.fs-xxl-100 {
		font-size: 100px
	}
}

.fw-thin {
	font-weight: 100
}

.fw-elight {
	font-weight: 200
}

.fw-light {
	font-weight: 300
}

.fw-normal {
	font-weight: 400
}

.fw-medium {
	font-weight: 500
}

.fw-semi {
	font-weight: 600
}

.fw-bold {
	font-weight: 700
}

.fw-heavy {
	font-weight: 800
}

.fw-black {
	font-weight: 900
}

.tt-upper {
	text-transform: uppercase
}

.tt-none {
	text-transform: none
}

.tt-lower {
	text-transform: lowercase
}

.td-under {
	text-decoration: underline
}

.strike {
	text-decoration: line-through
}

body {
	font-family: Roboto;
	font-size: 16px;
	line-height: 1.3;
	color: #000;
	margin: 0;
	background: #fff
}

@media (max-width:1199px) {
	body {
		padding-top: 45px
	}
}

.wrapper {
	position: relative;
	overflow: hidden
}

.container {
	max-width: 1200px;
	position: relative
}

.cl-btn,
.title {
	margin: 0;
	position: relative;
	z-index: 2
}

a {
	color: inherit;
	text-decoration: underline
}

a:hover,
a:active,
a:focus {
	color: inherit;
	text-decoration: none
}

a.cl-btn,
button.cl-btn {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 50px;
	padding: 5px 10px;
	min-height: 50px;
	cursor: pointer;
	border: 0;
	background: #0297FB;
	border-radius: 7px;
	position: relative;
	z-index: 2
}

a.cl-btn:hover,
button.cl-btn:hover {
	background: #0169af
}

p {
	margin: 0
}

p,
.title,
.cl-btn {
	position: relative
}

a,
button {
	transition: all .2s ease-in-out
}

a:active,
a:focus,
button:active,
button:focus {
	outline: 0!important
}

.form .form-control {
	border-radius: 11px;
	border: 1px solid transparent;
	color: #000;
	width: 100%;
	outline: 0;
	background-color: #fff
}

.form .form-control::-webkit-input-placeholder {
	color: #999
}

.form .form-control::-moz-placeholder {
	color: #999
}

.form .form-control:-moz-placeholder {
	color: #999
}

.form .form-control:-ms-input-placeholder {
	color: #999
}

.form .form-control:focus {
	border-color: #0297FB;
	animation: .4s ease-in buttons
}

.form input.form-control {
	height: 60px;
	padding: 0 20px
}

.form input.form-control::-webkit-outer-spin-button,
.form input.form-control::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.form input.form-control[type=number] {
	-moz-appearance: textfield
}

.form select.form-control {
	height: 60px;
	padding: 0 20px;
	appearance: auto!important;
	-moz-appearance: auto!important;
	-webkit-appearance: auto!important
}

.form textarea.form-control {
	padding: 10px 15px;
	height: 210px;
	resize: none
}

.manage {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	background: #fff;
	height: 45px;
	padding: 0 65px 0 15px;
	z-index: 1000;
	box-shadow: 0 1px 5px -1px rgba(0, 0, 0, .61);
	display: flex;
	justify-content: space-between;
	align-items: center
}

.manage .logo img {
	width: 37px
}

.manage .cart {
	font-size: 12px
}

.humb {
	width: 40px;
	padding: 8px 7px;
	background: transparent;
	position: fixed;
	top: 5px;
	right: 10px;
	z-index: 10000;
	cursor: pointer;
	background: #0297FB;
	transition: .3s
}

.humb.active {
	background: none;
	top: 10px
}

.humb.active .dv-2 {
	opacity: 0
}

.humb.active .dv-1 {
	transform: rotate(-45deg)
}

.humb.active .dv-3 {
	transform: rotate(45deg) translate(-10px, -10px)
}

.humb div {
	height: 4px;
	background: #fff;
	transition: .3s
}

.humb div:not(:last-of-type) {
	margin-bottom: 3px
}

.mobile-menu {
	position: fixed;
	top: 0;
	right: 0;
	transform: translateX(100%);
	height: 100%;
	width: 290px;
	background: #0297FB;
	z-index: 9999;
	transition: .3s;
	padding: 50px 20px 50px 30px;
	overflow-y: scroll;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.mobile-menu.active {
	transform: none
}

.mobile-menu img {
	max-width: 100%;
	max-height: 100%
}

.mobile-menu .close-menu {
	position: absolute;
	top: 11px;
	right: 11px;
	font-size: 30px;
	line-height: 10px;
	height: 10px;
	color: #fff;
	cursor: pointer;
	transition: .3s
}

.mobile-menu .close-menu:hover {
	color: #d41584
}

.mobile-menu .logo {
	margin: 0 0 40px 0
}

.mobile-menu .logo img {
	width: 60px
}

.mobile-menu .sliding-menu {
	margin: 0 0 35px -30px
}

.mobile-menu .sliding-menu a {
	text-decoration: none
}

.mobile-menu .sliding-menu a.active {
	text-decoration: underline
}

.mobile-menu .sliding-menu .control-panel {
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	color: #fff
}

.mobile-menu .sliding-menu .control-panel .back-btn {
	opacity: 0;
	visibility: hidden
}

.mobile-menu .sliding-menu .control-panel .back-btn.active {
	opacity: 1;
	visibility: visible
}

.mobile-menu .sliding-menu .control-panel .back-btn .arrow {
	width: 10px;
	height: 10px;
	border-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	transform: rotate(45deg);
	border-color: #fff;
	margin: 0 5px
}

.mobile-menu .sliding-menu .sliding-inner {
	position: relative
}

.mobile-menu .sliding-menu .sliding-inner .menu {
	max-height: 400px;
	overflow-y: auto;
	padding: 0 0 0 30px
}

.mobile-menu .sliding-menu .sliding-inner .menu .link:not(:last-of-type) {
	margin-bottom: 15px
}

.mobile-menu .sliding-menu .sliding-inner .menu .link a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	color: #fff;
	text-transform: uppercase
}

.mobile-menu .sliding-menu .sliding-inner .menu .link a .icon {
	width: 30px;
	height: 30px;
	margin: 0 10px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0
}

.mobile-menu .sliding-menu .sliding-inner .main-menu-move {
	margin-top: 60px
}

.mobile-menu .sliding-menu .drop-link {
	position: initial
}

.mobile-menu .sliding-menu .drop-link&gt;a {
	position: relative;
	text-decoration: none;
	padding-right: 20px;
	border: 0
}

.mobile-menu .sliding-menu .drop-link&gt;a:before {
	position: absolute;
	content: '';
	right: 5px;
	top: 50%;
	width: 10px;
	height: 10px;
	transform: translateY(-50%) rotate(-45deg);
	border-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-color: #fff
}

.mobile-menu .sliding-menu .drop-link&gt;a:after {
	display: none
}

.mobile-menu .sliding-menu .drop-menu {
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	min-width: 100%;
	height: 100%;
	display: none;
	padding-left: 30px;
	opacity: 1;
	visibility: visible;
	background: none
}

.mobile-menu .sliding-menu .drop-menu div:not(:last-of-type) {
	margin-bottom: 10px
}

.mobile-menu .sliding-menu .drop-inner {
	height: inherit;
	overflow-y: auto
}

.mobile-menu .for-other {
	margin: 30px 0 0 0;
	color: #fff;
	font-weight: 700
}

.mobile-menu .for-other .link .icon {
	width: 25px
}

.menu-back {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .69);
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: .5s
}

.menu-back.active {
	opacity: 1;
	visibility: visible
}

.cart {
	display: flex;
	flex-shrink: 0;
	text-decoration: none;
	align-items: center
}

.cart:hover .icon {
	background: #0169af
}

.cart:hover .tit {
	color: #0297FB
}

.cart .icon {
	flex-shrink: 0;
	background: #F8F8F8;
	box-shadow: 0 0 4px rgba(0, 0, 0, .15);
	border-radius: 5px;
	width: 55px;
	height: 55px;
	padding: 7px;
	border-radius: 50%;
	margin: 0 10px 0 0;
	background: #0297FB;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s
}

.cart .icon img {
	max-width: 100%;
	max-height: 100%
}

@media (max-width:767px) {
	.cart .icon {
		width: 35px;
		height: 35px
	}
}

.cart .tit {
	transition: .3s
}

.product {
	border: 1px solid #E7E7E7;
	position: relative;
	padding: 25px;
	max-width: 275px;
	margin: auto;
	text-align: center;
	transition: .3s
}

.product:hover {
	background: #E7E7E7;
	transform: scale(1.05)
}

.product .labe {
	position: absolute;
	font-size: 14px;
	padding: .05em .3em;
	border-radius: 2px;
	color: #fff
}

.product .labe.hit {
	background: #f00;
	left: 10px;
	top: 10px
}

.product .pic {
	margin: 0 0 25px 0
}

.product .pic a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 170px
}

.product .pic a img {
	max-width: 100%;
	max-height: 100%
}

.product .tit {
	font-weight: 500;
	margin: 0 0 10px 0
}

.product .tit a {
	text-decoration: none
}

.product .availability {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #A2A2A2;
	margin: 0 0 10px 0
}

.product .availability .icon {
	margin: 0 5px 0 0
}

.product .availability p {
	text-decoration: underline
}

.product .price {
	font-size: 18px;
	margin: 0 0 10px 0
}

.product .count {
	display: flex;
	border: 1px solid #D6D6D6;
	margin: 0 10px 0 0;
	width: 90px;
	border-radius: 5px;
	overflow: hidden;
	background: #F3F3F5
}

.product .count div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	width: 100%;
	transition: .3s;
	cursor: pointer
}

.product .count div:hover {
	background: #fff
}

.product .count input {
	width: 30px;
	height: 40px;
	text-align: center;
	pointer-events: none;
	border: 0;
	padding: 0;
	background: none
}

.product .cl-btn {
	min-height: 42px;
	padding: 5px 10px
}

@media (min-width:1200px) and (max-width:1399px) {
	.product .cl-btn {
		font-size: 14px
	}
}

.slider {
	position: relative
}

.slider .swiper-pagination {
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	bottom: 0
}

.slider .swiper-pagination .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background: #C4C4C4;
	opacity: 1;
	border-radius: 50%
}

.slider .swiper-pagination .swiper-pagination-bullet:not(:last-of-type) {
	margin-right: 4px
}

.slider .swiper-pagination .swiper-pagination-bullet-active {
	background: #0297FB
}

@media (max-width:767px) {
	.slider .swiper-pagination .swiper-pagination-bullet {
		width: 7px;
		height: 7px
	}
}

.slider .swiper-button div {
	margin: 0;
	top: 50%;
	transform: translateY(-50%);
	outline: 0;
	color: #000;
	transition: .3s;
	font-size: 30px
}

@media (max-width:767px) {
	.slider .swiper-button div {
		font-size: 20px
	}
}

.slider .swiper-button div:hover {
	color: #0297FB!important
}

.slider .swiper-button div:after {
	color: inherit;
	font-size: inherit
}

.slider .swiper-button .swiper-button-next {
	right: 0
}

.slider .swiper-button .swiper-button-prev {
	left: 0
}

.header .h-top {
	padding: 10px 0;
	background: #F2F2F2
}

.header .h-top .link a {
	text-decoration: none
}

.header .h-top .link a:hover {
	color: #0297FB
}

@media (max-width:1199px) {
	.header .h-top {
		display: none
	}
}

.header .h-middle {
	padding: 10px 0
}

.header .h-middle form {
	display: flex;
	background: #FAFAFA;
	border: 1px solid #D3D3D3;
	border-radius: 3px;
	overflow: hidden;
	max-width: 390px;
	margin: auto
}

.header .h-middle form input {
	border: 0;
	background: #fff;
	height: 38px;
	padding: 0 15px;
	flex-grow: 1;
	width: 100%;
	outline: 0
}

.header .h-middle form button {
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
	flex-shrink: 0;
	padding: 0 10px;
	background: #fff
}

.header .h-middle form button:hover {
	opacity: .5
}

.header .h-bottom {
	background: #0297FB;
	color: #fff;
	position: relative;
	z-index: 99
}

.header .h-bottom.active {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%
}

@media (max-width:1199px) {
	.header .h-bottom {
		display: none
	}
}

.header .menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	position: relative
}

.header .menu&gt;.link:not(:last-of-type) {
	margin-right: 20px
}

.header .menu&gt;.link&gt;a {
	border-bottom: 2px solid transparent;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	position: relative;
	text-decoration: none;
	line-height: 50px;
	font-size: 14px
}

.header .menu&gt;.link&gt;a .icon {
	flex-shrink: 0;
	margin: 0 5px 0 0
}

.header .menu&gt;.link:hover&gt;a,
.header .menu&gt;.link.active&gt;a {
	border-bottom-color: #ccc
}

.header .menu&gt;.link:hover&gt;a:after,
.header .menu&gt;.link.active&gt;a:after {
	transform: rotate(180deg)
}

.header .menu&gt;.link:hover .drop-menu,
.header .menu&gt;.link.active .drop-menu {
	opacity: 1;
	visibility: visible
}

.header .menu&gt;.link.drop-link&gt;a:after {
	border-top: .2em solid #fff;
	border-right: .2em solid transparent;
	border-bottom: 0;
	border-left: .2em solid transparent;
	transition: .3s;
	content: "";
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em
}

.header .menu&gt;.link&gt;.drop-menu {
	background: #F7F7F7;
	padding: 25px 0;
	min-width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	transition: .3s ease;
	opacity: 0;
	visibility: hidden
}

.header .menu&gt;.link&gt;.drop-menu&gt;.drop-inner {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px
}

.header .menu&gt;.link&gt;.drop-menu:before {
	position: absolute;
	content: '';
	left: 50%;
	top: 0;
	width: 300%;
	height: 100%;
	transform: translateX(-50%);
	background: inherit
}

.header .menu&gt;.link&gt;.drop-menu div {
	position: relative;
	z-index: 2
}

.header .menu&gt;.link&gt;.drop-menu div a {
	line-height: 1;
	text-decoration: none;
	text-transform: none;
	color: #333;
	border-bottom: 1px solid transparent
}

.header .menu&gt;.link&gt;.drop-menu div a:hover {
	border-color: #333
}

.header .menu&gt;.link&gt;.drop-menu .drop-column {
	width: 20%;
	padding: 10px
}

.header .menu&gt;.link&gt;.drop-menu .drop-column&gt;a {
	font-weight: 500;
	margin: 0 0 7px 0
}

.header .menu&gt;.link&gt;.drop-menu .drop-column .drop-menu {
	margin-top: 10px
}

.header .menu&gt;.link&gt;.drop-menu .drop-column .drop-menu div:not(:last-of-type) {
	margin-bottom: 5px
}

.header .cart {
	position: relative;
	z-index: 1001
}

.header .cart.active {
	position: fixed;
	padding: 10px;
	background: #fff;
	border-radius: 5px
}

.main .slider {
	position: relative
}

.main .slider .swiper-button div {
	color: #fff
}

.main .slider .swiper-button .main-next {
	right: 5%
}

.main .slider .swiper-button .main-prev {
	left: 5%
}

.main .slider .swiper-pagination {
	bottom: 5%
}

.main .slider .swiper-main {
	overflow: hidden;
	height: 615px
}

@media (max-width:767px) {
	.main .slider .swiper-main {
		height: 350px
	}
}

.main .slider .swiper-main .swiper-slide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff
}

.main .slider .swiper-main .swiper-slide:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3)
}

.main .slider .swiper-main .swiper-slide.swiper-slide-active .swiper-inner {
	opacity: 1;
	transform: none
}

.products {
	padding: 60px 0 0 0
}

.products .container {
	max-width: 1360px
}

.products .product {
	border-left: 0;
	max-width: 100%
}

.products .swiper-container {
	padding: 0 0 0 1px
}

@media (min-width:1200px) {
	.products .swiper-container {
		overflow: visible
	}
	.products .swiper-wrapper {
		flex-wrap: wrap
	}
	.products .swiper-slide {
		width: 20%;
		margin: 0 0 60px 0
	}
	.products .swiper-slide:first-of-type .product {
		border-left: 1px solid #E7E7E7
	}
}

@media (max-width:1199px) {
	.products .slider {
		padding: 0 0 40px 0
	}
}

.product-info .container {
	max-width: 1840px
}

.product-info .prod-block {
	min-height: 450px;
	padding: 30px;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	border-radius: 5px;
	transition: .3s
}

.product-info .prod-block:hover {
	box-shadow: -1px 1px 6px 2px rgba(0, 0, 0, .25)
}

.product-info .prod-block .text {
	max-width: 350px;
	width: 100%
}

.product-info .prod-block .cl-btn {
	min-width: 165px
}

.product-info .prd-1 {
	background-image: url(../images/prd1.jpg)
}

.product-info .prd-1 .cl-btn {
	background: none;
	border: 1px solid #fff
}

.product-info .prd-1 .cl-btn:hover {
	background: #fff;
	color: #000
}

.product-info .prd-2 {
	background-image: url(../images/prd2.jpg)
}

.product-info .prd-2 .cl-btn {
	background: none;
	border: 1px solid #A4A4A4;
	color: #000
}

.product-info .prd-2 .cl-btn:hover {
	background: #A4A4A4;
	color: #fff
}

@media (min-width:1200px) and (max-width:1600px) {
	.product-info .prod-block {
		background-size: cover
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.product-info .prod-block {
		background-size: cover
	}
}

@media (max-width:991px) {
	.product-info {
		padding: 40px 0
	}
	.product-info .prod-block {
		background-position: right center;
		min-height: 300px
	}
	.product-info .prod-block .text {
		max-width: 220px
	}
}

.about {
	padding: 0 0 120px 0
}

.about .text-block:not(:last-of-type) {
	margin-bottom: 40px
}

@media (max-width:767px) {
	.about .text-block:not(:last-of-type) {
		margin-bottom: 25px
	}
}

@media (min-width:768px) and (max-width:1199px) {
	.about {
		padding: 90px 0
	}
}

@media (max-width:767px) {
	.about {
		padding: 60px 0
	}
}

.footer {
	background: url(../images/footer-bg.jpg) no-repeat center / cover;
	color: #fff;
	padding: 40px 0 60px
}

.footer .link:not(:last-of-type) {
	margin-bottom: 10px
}

.footer .link a {
	text-decoration: none
}

.footer .link a:hover {
	color: #0297FB
}

.phone .icon img {
	width: 20px
}

.product .count input{
	     pointer-events: unset;
}

.quan.inputCount{
		pointer-events: none;
}

.goods .quant{
	align-items: center;
	display: flex;
}

.second_slider .swiper-slide img{
	width: 100%;
}
</pre></body></html>