/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Vollkorn&display=swap";

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: rgba(0,0,0,0)
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,[type=button],[type=reset],[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

body {
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    line-height: 23px
}

@media(min-width: 1024px) {
    body {
        font-size: 14px
    }
}/*!
 * Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */.fa,.fas,.far,.fal,.fad,.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -0.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    transform: scale(-1, -1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: ""
}

.fa-abacus:before {
    content: ""
}

.fa-accessible-icon:before {
    content: ""
}

.fa-accusoft:before {
    content: ""
}

.fa-acorn:before {
    content: ""
}

.fa-acquisitions-incorporated:before {
    content: ""
}

.fa-ad:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-card:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-adobe:before {
    content: ""
}

.fa-adversal:before {
    content: ""
}

.fa-affiliatetheme:before {
    content: ""
}

.fa-air-conditioner:before {
    content: ""
}

.fa-air-freshener:before {
    content: ""
}

.fa-airbnb:before {
    content: ""
}

.fa-alarm-clock:before {
    content: ""
}

.fa-alarm-exclamation:before {
    content: ""
}

.fa-alarm-plus:before {
    content: ""
}

.fa-alarm-snooze:before {
    content: ""
}

.fa-album:before {
    content: ""
}

.fa-album-collection:before {
    content: ""
}

.fa-algolia:before {
    content: ""
}

.fa-alicorn:before {
    content: ""
}

.fa-alien:before {
    content: ""
}

.fa-alien-monster:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-slash:before {
    content: ""
}

.fa-alipay:before {
    content: ""
}

.fa-allergies:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-amazon-pay:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-amilia:before {
    content: ""
}

.fa-amp-guitar:before {
    content: ""
}

.fa-analytics:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-angel:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angry:before {
    content: ""
}

.fa-angrycreative:before {
    content: ""
}

.fa-angular:before {
    content: ""
}

.fa-ankh:before {
    content: ""
}

.fa-app-store:before {
    content: ""
}

.fa-app-store-ios:before {
    content: ""
}

.fa-apper:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-apple-alt:before {
    content: ""
}

.fa-apple-crate:before {
    content: ""
}

.fa-apple-pay:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-archway:before {
    content: ""
}

.fa-arrow-alt-circle-down:before {
    content: ""
}

.fa-arrow-alt-circle-left:before {
    content: ""
}

.fa-arrow-alt-circle-right:before {
    content: ""
}

.fa-arrow-alt-circle-up:before {
    content: ""
}

.fa-arrow-alt-down:before {
    content: ""
}

.fa-arrow-alt-from-bottom:before {
    content: ""
}

.fa-arrow-alt-from-left:before {
    content: ""
}

.fa-arrow-alt-from-right:before {
    content: ""
}

.fa-arrow-alt-from-top:before {
    content: ""
}

.fa-arrow-alt-left:before {
    content: ""
}

.fa-arrow-alt-right:before {
    content: ""
}

.fa-arrow-alt-square-down:before {
    content: ""
}

.fa-arrow-alt-square-left:before {
    content: ""
}

.fa-arrow-alt-square-right:before {
    content: ""
}

.fa-arrow-alt-square-up:before {
    content: ""
}

.fa-arrow-alt-to-bottom:before {
    content: ""
}

.fa-arrow-alt-to-left:before {
    content: ""
}

.fa-arrow-alt-to-right:before {
    content: ""
}

.fa-arrow-alt-to-top:before {
    content: ""
}

.fa-arrow-alt-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-arrow-from-bottom:before {
    content: ""
}

.fa-arrow-from-left:before {
    content: ""
}

.fa-arrow-from-right:before {
    content: ""
}

.fa-arrow-from-top:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-square-down:before {
    content: ""
}

.fa-arrow-square-left:before {
    content: ""
}

.fa-arrow-square-right:before {
    content: ""
}

.fa-arrow-square-up:before {
    content: ""
}

.fa-arrow-to-bottom:before {
    content: ""
}

.fa-arrow-to-left:before {
    content: ""
}

.fa-arrow-to-right:before {
    content: ""
}

.fa-arrow-to-top:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-arrows-alt-h:before {
    content: ""
}

.fa-arrows-alt-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-artstation:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-asymmetrik:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-atlas:before {
    content: ""
}

.fa-atlassian:before {
    content: ""
}

.fa-atom:before {
    content: ""
}

.fa-atom-alt:before {
    content: ""
}

.fa-audible:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-autoprefixer:before {
    content: ""
}

.fa-avianex:before {
    content: ""
}

.fa-aviato:before {
    content: ""
}

.fa-award:before {
    content: ""
}

.fa-aws:before {
    content: ""
}

.fa-axe:before {
    content: ""
}

.fa-axe-battle:before {
    content: ""
}

.fa-baby:before {
    content: ""
}

.fa-baby-carriage:before {
    content: ""
}

.fa-backpack:before {
    content: ""
}

.fa-backspace:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-bacon:before {
    content: ""
}

.fa-bacteria:before {
    content: ""
}

.fa-bacterium:before {
    content: ""
}

.fa-badge:before {
    content: ""
}

.fa-badge-check:before {
    content: ""
}

.fa-badge-dollar:before {
    content: ""
}

.fa-badge-percent:before {
    content: ""
}

.fa-badge-sheriff:before {
    content: ""
}

.fa-badger-honey:before {
    content: ""
}

.fa-bags-shopping:before {
    content: ""
}

.fa-bahai:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-balance-scale-left:before {
    content: ""
}

.fa-balance-scale-right:before {
    content: ""
}

.fa-ball-pile:before {
    content: ""
}

.fa-ballot:before {
    content: ""
}

.fa-ballot-check:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-band-aid:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-banjo:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-barcode-alt:before {
    content: ""
}

.fa-barcode-read:before {
    content: ""
}

.fa-barcode-scan:before {
    content: ""
}

.fa-bars:before {
    content: ""
}

.fa-baseball:before {
    content: ""
}

.fa-baseball-ball:before {
    content: ""
}

.fa-basketball-ball:before {
    content: ""
}

.fa-basketball-hoop:before {
    content: ""
}

.fa-bat:before {
    content: ""
}

.fa-bath:before {
    content: ""
}

.fa-battery-bolt:before {
    content: ""
}

.fa-battery-empty:before {
    content: ""
}

.fa-battery-full:before {
    content: ""
}

.fa-battery-half:before {
    content: ""
}

.fa-battery-quarter:before {
    content: ""
}

.fa-battery-slash:before {
    content: ""
}

.fa-battery-three-quarters:before {
    content: ""
}

.fa-battle-net:before {
    content: ""
}

.fa-bed:before {
    content: ""
}

.fa-bed-alt:before {
    content: ""
}

.fa-bed-bunk:before {
    content: ""
}

.fa-bed-empty:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-bell-exclamation:before {
    content: ""
}

.fa-bell-on:before {
    content: ""
}

.fa-bell-plus:before {
    content: ""
}

.fa-bell-school:before {
    content: ""
}

.fa-bell-school-slash:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bells:before {
    content: ""
}

.fa-betamax:before {
    content: ""
}

.fa-bezier-curve:before {
    content: ""
}

.fa-bible:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-biking:before {
    content: ""
}

.fa-biking-mountain:before {
    content: ""
}

.fa-bimobject:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-biohazard:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitcoin:before {
    content: ""
}

.fa-bity:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-blackberry:before {
    content: ""
}

.fa-blanket:before {
    content: ""
}

.fa-blender:before {
    content: ""
}

.fa-blender-phone:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-blinds:before {
    content: ""
}

.fa-blinds-open:before {
    content: ""
}

.fa-blinds-raised:before {
    content: ""
}

.fa-blog:before {
    content: ""
}

.fa-blogger:before {
    content: ""
}

.fa-blogger-b:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-bolt:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-bone:before {
    content: ""
}

.fa-bone-break:before {
    content: ""
}

.fa-bong:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-book-alt:before {
    content: ""
}

.fa-book-dead:before {
    content: ""
}

.fa-book-heart:before {
    content: ""
}

.fa-book-medical:before {
    content: ""
}

.fa-book-open:before {
    content: ""
}

.fa-book-reader:before {
    content: ""
}

.fa-book-spells:before {
    content: ""
}

.fa-book-user:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-books:before {
    content: ""
}

.fa-books-medical:before {
    content: ""
}

.fa-boombox:before {
    content: ""
}

.fa-boot:before {
    content: ""
}

.fa-booth-curtain:before {
    content: ""
}

.fa-bootstrap:before {
    content: ""
}

.fa-border-all:before {
    content: ""
}

.fa-border-bottom:before {
    content: ""
}

.fa-border-center-h:before {
    content: ""
}

.fa-border-center-v:before {
    content: ""
}

.fa-border-inner:before {
    content: ""
}

.fa-border-left:before {
    content: ""
}

.fa-border-none:before {
    content: ""
}

.fa-border-outer:before {
    content: ""
}

.fa-border-right:before {
    content: ""
}

.fa-border-style:before {
    content: ""
}

.fa-border-style-alt:before {
    content: ""
}

.fa-border-top:before {
    content: ""
}

.fa-bow-arrow:before {
    content: ""
}

.fa-bowling-ball:before {
    content: ""
}

.fa-bowling-pins:before {
    content: ""
}

.fa-box:before {
    content: ""
}

.fa-box-alt:before {
    content: ""
}

.fa-box-ballot:before {
    content: ""
}

.fa-box-check:before {
    content: ""
}

.fa-box-fragile:before {
    content: ""
}

.fa-box-full:before {
    content: ""
}

.fa-box-heart:before {
    content: ""
}

.fa-box-open:before {
    content: ""
}

.fa-box-tissue:before {
    content: ""
}

.fa-box-up:before {
    content: ""
}

.fa-box-usd:before {
    content: ""
}

.fa-boxes:before {
    content: ""
}

.fa-boxes-alt:before {
    content: ""
}

.fa-boxing-glove:before {
    content: ""
}

.fa-brackets:before {
    content: ""
}

.fa-brackets-curly:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-brain:before {
    content: ""
}

.fa-bread-loaf:before {
    content: ""
}

.fa-bread-slice:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-briefcase-medical:before {
    content: ""
}

.fa-bring-forward:before {
    content: ""
}

.fa-bring-front:before {
    content: ""
}

.fa-broadcast-tower:before {
    content: ""
}

.fa-broom:before {
    content: ""
}

.fa-browser:before {
    content: ""
}

.fa-brush:before {
    content: ""
}

.fa-btc:before {
    content: ""
}

.fa-buffer:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-bullseye-arrow:before {
    content: ""
}

.fa-bullseye-pointer:before {
    content: ""
}

.fa-burger-soda:before {
    content: ""
}

.fa-burn:before {
    content: ""
}

.fa-buromobelexperte:before {
    content: ""
}

.fa-burrito:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-bus-alt:before {
    content: ""
}

.fa-bus-school:before {
    content: ""
}

.fa-business-time:before {
    content: ""
}

.fa-buy-n-large:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-cabinet-filing:before {
    content: ""
}

.fa-cactus:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-calculator-alt:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-calendar-alt:before {
    content: ""
}

.fa-calendar-check:before {
    content: ""
}

.fa-calendar-day:before {
    content: ""
}

.fa-calendar-edit:before {
    content: ""
}

.fa-calendar-exclamation:before {
    content: ""
}

.fa-calendar-minus:before {
    content: ""
}

.fa-calendar-plus:before {
    content: ""
}

.fa-calendar-star:before {
    content: ""
}

.fa-calendar-times:before {
    content: ""
}

.fa-calendar-week:before {
    content: ""
}

.fa-camcorder:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-camera-alt:before {
    content: ""
}

.fa-camera-home:before {
    content: ""
}

.fa-camera-movie:before {
    content: ""
}

.fa-camera-polaroid:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-campfire:before {
    content: ""
}

.fa-campground:before {
    content: ""
}

.fa-canadian-maple-leaf:before {
    content: ""
}

.fa-candle-holder:before {
    content: ""
}

.fa-candy-cane:before {
    content: ""
}

.fa-candy-corn:before {
    content: ""
}

.fa-cannabis:before {
    content: ""
}

.fa-capsules:before {
    content: ""
}

.fa-car:before {
    content: ""
}

.fa-car-alt:before {
    content: ""
}

.fa-car-battery:before {
    content: ""
}

.fa-car-building:before {
    content: ""
}

.fa-car-bump:before {
    content: ""
}

.fa-car-bus:before {
    content: ""
}

.fa-car-crash:before {
    content: ""
}

.fa-car-garage:before {
    content: ""
}

.fa-car-mechanic:before {
    content: ""
}

.fa-car-side:before {
    content: ""
}

.fa-car-tilt:before {
    content: ""
}

.fa-car-wash:before {
    content: ""
}

.fa-caravan:before {
    content: ""
}

.fa-caravan-alt:before {
    content: ""
}

.fa-caret-circle-down:before {
    content: ""
}

.fa-caret-circle-left:before {
    content: ""
}

.fa-caret-circle-right:before {
    content: ""
}

.fa-caret-circle-up:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-caret-square-down:before {
    content: ""
}

.fa-caret-square-left:before {
    content: ""
}

.fa-caret-square-right:before {
    content: ""
}

.fa-caret-square-up:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-carrot:before {
    content: ""
}

.fa-cars:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cash-register:before {
    content: ""
}

.fa-cassette-tape:before {
    content: ""
}

.fa-cat:before {
    content: ""
}

.fa-cat-space:before {
    content: ""
}

.fa-cauldron:before {
    content: ""
}

.fa-cc-amazon-pay:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-apple-pay:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cctv:before {
    content: ""
}

.fa-centercode:before {
    content: ""
}

.fa-centos:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-chair:before {
    content: ""
}

.fa-chair-office:before {
    content: ""
}

.fa-chalkboard:before {
    content: ""
}

.fa-chalkboard-teacher:before {
    content: ""
}

.fa-charging-station:before {
    content: ""
}

.fa-chart-area:before {
    content: ""
}

.fa-chart-bar:before {
    content: ""
}

.fa-chart-line:before {
    content: ""
}

.fa-chart-line-down:before {
    content: ""
}

.fa-chart-network:before {
    content: ""
}

.fa-chart-pie:before {
    content: ""
}

.fa-chart-pie-alt:before {
    content: ""
}

.fa-chart-scatter:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-check-double:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-cheese:before {
    content: ""
}

.fa-cheese-swiss:before {
    content: ""
}

.fa-cheeseburger:before {
    content: ""
}

.fa-chess:before {
    content: ""
}

.fa-chess-bishop:before {
    content: ""
}

.fa-chess-bishop-alt:before {
    content: ""
}

.fa-chess-board:before {
    content: ""
}

.fa-chess-clock:before {
    content: ""
}

.fa-chess-clock-alt:before {
    content: ""
}

.fa-chess-king:before {
    content: ""
}

.fa-chess-king-alt:before {
    content: ""
}

.fa-chess-knight:before {
    content: ""
}

.fa-chess-knight-alt:before {
    content: ""
}

.fa-chess-pawn:before {
    content: ""
}

.fa-chess-pawn-alt:before {
    content: ""
}

.fa-chess-queen:before {
    content: ""
}

.fa-chess-queen-alt:before {
    content: ""
}

.fa-chess-rook:before {
    content: ""
}

.fa-chess-rook-alt:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-double-down:before {
    content: ""
}

.fa-chevron-double-left:before {
    content: ""
}

.fa-chevron-double-right:before {
    content: ""
}

.fa-chevron-double-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-chevron-square-down:before {
    content: ""
}

.fa-chevron-square-left:before {
    content: ""
}

.fa-chevron-square-right:before {
    content: ""
}

.fa-chevron-square-up:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-chimney:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-chromecast:before {
    content: ""
}

.fa-church:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-circle-notch:before {
    content: ""
}

.fa-city:before {
    content: ""
}

.fa-clarinet:before {
    content: ""
}

.fa-claw-marks:before {
    content: ""
}

.fa-clinic-medical:before {
    content: ""
}

.fa-clipboard:before {
    content: ""
}

.fa-clipboard-check:before {
    content: ""
}

.fa-clipboard-list:before {
    content: ""
}

.fa-clipboard-list-check:before {
    content: ""
}

.fa-clipboard-prescription:before {
    content: ""
}

.fa-clipboard-user:before {
    content: ""
}

.fa-clock:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-closed-captioning:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-download-alt:before {
    content: ""
}

.fa-cloud-drizzle:before {
    content: ""
}

.fa-cloud-hail:before {
    content: ""
}

.fa-cloud-hail-mixed:before {
    content: ""
}

.fa-cloud-meatball:before {
    content: ""
}

.fa-cloud-moon:before {
    content: ""
}

.fa-cloud-moon-rain:before {
    content: ""
}

.fa-cloud-music:before {
    content: ""
}

.fa-cloud-rain:before {
    content: ""
}

.fa-cloud-rainbow:before {
    content: ""
}

.fa-cloud-showers:before {
    content: ""
}

.fa-cloud-showers-heavy:before {
    content: ""
}

.fa-cloud-sleet:before {
    content: ""
}

.fa-cloud-snow:before {
    content: ""
}

.fa-cloud-sun:before {
    content: ""
}

.fa-cloud-sun-rain:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-cloud-upload-alt:before {
    content: ""
}

.fa-clouds:before {
    content: ""
}

.fa-clouds-moon:before {
    content: ""
}

.fa-clouds-sun:before {
    content: ""
}

.fa-cloudscale:before {
    content: ""
}

.fa-cloudsmith:before {
    content: ""
}

.fa-cloudversify:before {
    content: ""
}

.fa-club:before {
    content: ""
}

.fa-cocktail:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-code-branch:before {
    content: ""
}

.fa-code-commit:before {
    content: ""
}

.fa-code-merge:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-coffee-pot:before {
    content: ""
}

.fa-coffee-togo:before {
    content: ""
}

.fa-coffin:before {
    content: ""
}

.fa-coffin-cross:before {
    content: ""
}

.fa-cog:before {
    content: ""
}

.fa-cogs:before {
    content: ""
}

.fa-coin:before {
    content: ""
}

.fa-coins:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-comet:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-comment-alt:before {
    content: ""
}

.fa-comment-alt-check:before {
    content: ""
}

.fa-comment-alt-dollar:before {
    content: ""
}

.fa-comment-alt-dots:before {
    content: ""
}

.fa-comment-alt-edit:before {
    content: ""
}

.fa-comment-alt-exclamation:before {
    content: ""
}

.fa-comment-alt-lines:before {
    content: ""
}

.fa-comment-alt-medical:before {
    content: ""
}

.fa-comment-alt-minus:before {
    content: ""
}

.fa-comment-alt-music:before {
    content: ""
}

.fa-comment-alt-plus:before {
    content: ""
}

.fa-comment-alt-slash:before {
    content: ""
}

.fa-comment-alt-smile:before {
    content: ""
}

.fa-comment-alt-times:before {
    content: ""
}

.fa-comment-check:before {
    content: ""
}

.fa-comment-dollar:before {
    content: ""
}

.fa-comment-dots:before {
    content: ""
}

.fa-comment-edit:before {
    content: ""
}

.fa-comment-exclamation:before {
    content: ""
}

.fa-comment-lines:before {
    content: ""
}

.fa-comment-medical:before {
    content: ""
}

.fa-comment-minus:before {
    content: ""
}

.fa-comment-music:before {
    content: ""
}

.fa-comment-plus:before {
    content: ""
}

.fa-comment-slash:before {
    content: ""
}

.fa-comment-smile:before {
    content: ""
}

.fa-comment-times:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-comments-alt:before {
    content: ""
}

.fa-comments-alt-dollar:before {
    content: ""
}

.fa-comments-dollar:before {
    content: ""
}

.fa-compact-disc:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-compass-slash:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-compress-alt:before {
    content: ""
}

.fa-compress-arrows-alt:before {
    content: ""
}

.fa-compress-wide:before {
    content: ""
}

.fa-computer-classic:before {
    content: ""
}

.fa-computer-speaker:before {
    content: ""
}

.fa-concierge-bell:before {
    content: ""
}

.fa-confluence:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-construction:before {
    content: ""
}

.fa-container-storage:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-conveyor-belt:before {
    content: ""
}

.fa-conveyor-belt-alt:before {
    content: ""
}

.fa-cookie:before {
    content: ""
}

.fa-cookie-bite:before {
    content: ""
}

.fa-copy:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-corn:before {
    content: ""
}

.fa-cotton-bureau:before {
    content: ""
}

.fa-couch:before {
    content: ""
}

.fa-cow:before {
    content: ""
}

.fa-cowbell:before {
    content: ""
}

.fa-cowbell-more:before {
    content: ""
}

.fa-cpanel:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-creative-commons-by:before {
    content: ""
}

.fa-creative-commons-nc:before {
    content: ""
}

.fa-creative-commons-nc-eu:before {
    content: ""
}

.fa-creative-commons-nc-jp:before {
    content: ""
}

.fa-creative-commons-nd:before {
    content: ""
}

.fa-creative-commons-pd:before {
    content: ""
}

.fa-creative-commons-pd-alt:before {
    content: ""
}

.fa-creative-commons-remix:before {
    content: ""
}

.fa-creative-commons-sa:before {
    content: ""
}

.fa-creative-commons-sampling:before {
    content: ""
}

.fa-creative-commons-sampling-plus:before {
    content: ""
}

.fa-creative-commons-share:before {
    content: ""
}

.fa-creative-commons-zero:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-credit-card-blank:before {
    content: ""
}

.fa-credit-card-front:before {
    content: ""
}

.fa-cricket:before {
    content: ""
}

.fa-critical-role:before {
    content: ""
}

.fa-croissant:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-crop-alt:before {
    content: ""
}

.fa-cross:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-crow:before {
    content: ""
}

.fa-crown:before {
    content: ""
}

.fa-crutch:before {
    content: ""
}

.fa-crutches:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-css3-alt:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-curling:before {
    content: ""
}

.fa-cut:before {
    content: ""
}

.fa-cuttlefish:before {
    content: ""
}

.fa-d-and-d:before {
    content: ""
}

.fa-d-and-d-beyond:before {
    content: ""
}

.fa-dagger:before {
    content: ""
}

.fa-dailymotion:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-deaf:before {
    content: ""
}

.fa-debug:before {
    content: ""
}

.fa-deer:before {
    content: ""
}

.fa-deer-rudolph:before {
    content: ""
}

.fa-deezer:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-democrat:before {
    content: ""
}

.fa-deploydog:before {
    content: ""
}

.fa-deskpro:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-desktop-alt:before {
    content: ""
}

.fa-dev:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-dewpoint:before {
    content: ""
}

.fa-dharmachakra:before {
    content: ""
}

.fa-dhl:before {
    content: ""
}

.fa-diagnoses:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-diaspora:before {
    content: ""
}

.fa-dice:before {
    content: ""
}

.fa-dice-d10:before {
    content: ""
}

.fa-dice-d12:before {
    content: ""
}

.fa-dice-d20:before {
    content: ""
}

.fa-dice-d4:before {
    content: ""
}

.fa-dice-d6:before {
    content: ""
}

.fa-dice-d8:before {
    content: ""
}

.fa-dice-five:before {
    content: ""
}

.fa-dice-four:before {
    content: ""
}

.fa-dice-one:before {
    content: ""
}

.fa-dice-six:before {
    content: ""
}

.fa-dice-three:before {
    content: ""
}

.fa-dice-two:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-digging:before {
    content: ""
}

.fa-digital-ocean:before {
    content: ""
}

.fa-digital-tachograph:before {
    content: ""
}

.fa-diploma:before {
    content: ""
}

.fa-directions:before {
    content: ""
}

.fa-disc-drive:before {
    content: ""
}

.fa-discord:before {
    content: ""
}

.fa-discourse:before {
    content: ""
}

.fa-disease:before {
    content: ""
}

.fa-divide:before {
    content: ""
}

.fa-dizzy:before {
    content: ""
}

.fa-dna:before {
    content: ""
}

.fa-do-not-enter:before {
    content: ""
}

.fa-dochub:before {
    content: ""
}

.fa-docker:before {
    content: ""
}

.fa-dog:before {
    content: ""
}

.fa-dog-leashed:before {
    content: ""
}

.fa-dollar-sign:before {
    content: ""
}

.fa-dolly:before {
    content: ""
}

.fa-dolly-empty:before {
    content: ""
}

.fa-dolly-flatbed:before {
    content: ""
}

.fa-dolly-flatbed-alt:before {
    content: ""
}

.fa-dolly-flatbed-empty:before {
    content: ""
}

.fa-donate:before {
    content: ""
}

.fa-door-closed:before {
    content: ""
}

.fa-door-open:before {
    content: ""
}

.fa-dot-circle:before {
    content: ""
}

.fa-dove:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-draft2digital:before {
    content: ""
}

.fa-drafting-compass:before {
    content: ""
}

.fa-dragon:before {
    content: ""
}

.fa-draw-circle:before {
    content: ""
}

.fa-draw-polygon:before {
    content: ""
}

.fa-draw-square:before {
    content: ""
}

.fa-dreidel:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-dribbble-square:before {
    content: ""
}

.fa-drone:before {
    content: ""
}

.fa-drone-alt:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-drum:before {
    content: ""
}

.fa-drum-steelpan:before {
    content: ""
}

.fa-drumstick:before {
    content: ""
}

.fa-drumstick-bite:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-dryer:before {
    content: ""
}

.fa-dryer-alt:before {
    content: ""
}

.fa-duck:before {
    content: ""
}

.fa-dumbbell:before {
    content: ""
}

.fa-dumpster:before {
    content: ""
}

.fa-dumpster-fire:before {
    content: ""
}

.fa-dungeon:before {
    content: ""
}

.fa-dyalog:before {
    content: ""
}

.fa-ear:before {
    content: ""
}

.fa-ear-muffs:before {
    content: ""
}

.fa-earlybirds:before {
    content: ""
}

.fa-ebay:before {
    content: ""
}

.fa-eclipse:before {
    content: ""
}

.fa-eclipse-alt:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-edge-legacy:before {
    content: ""
}

.fa-edit:before {
    content: ""
}

.fa-egg:before {
    content: ""
}

.fa-egg-fried:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-elementor:before {
    content: ""
}

.fa-elephant:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-h-alt:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-ellipsis-v-alt:before {
    content: ""
}

.fa-ello:before {
    content: ""
}

.fa-ember:before {
    content: ""
}

.fa-empire:before {
    content: ""
}

.fa-empty-set:before {
    content: ""
}

.fa-engine-warning:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-dollar:before {
    content: ""
}

.fa-envelope-open-text:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-equals:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-erlang:before {
    content: ""
}

.fa-ethereum:before {
    content: ""
}

.fa-ethernet:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-euro-sign:before {
    content: ""
}

.fa-evernote:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-exchange-alt:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-exclamation-square:before {
    content: ""
}

.fa-exclamation-triangle:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-expand-alt:before {
    content: ""
}

.fa-expand-arrows:before {
    content: ""
}

.fa-expand-arrows-alt:before {
    content: ""
}

.fa-expand-wide:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-external-link-alt:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-external-link-square-alt:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-dropper:before {
    content: ""
}

.fa-eye-evil:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-facebook:before {
    content: ""
}

.fa-facebook-f:before {
    content: ""
}

.fa-facebook-messenger:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-fan:before {
    content: ""
}

.fa-fan-table:before {
    content: ""
}

.fa-fantasy-flight-games:before {
    content: ""
}

.fa-farm:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-faucet:before {
    content: ""
}

.fa-faucet-drip:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-feather:before {
    content: ""
}

.fa-feather-alt:before {
    content: ""
}

.fa-fedex:before {
    content: ""
}

.fa-fedora:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-field-hockey:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-figma:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-alt:before {
    content: ""
}

.fa-file-archive:before {
    content: ""
}

.fa-file-audio:before {
    content: ""
}

.fa-file-certificate:before {
    content: ""
}

.fa-file-chart-line:before {
    content: ""
}

.fa-file-chart-pie:before {
    content: ""
}

.fa-file-check:before {
    content: ""
}

.fa-file-code:before {
    content: ""
}

.fa-file-contract:before {
    content: ""
}

.fa-file-csv:before {
    content: ""
}

.fa-file-download:before {
    content: ""
}

.fa-file-edit:before {
    content: ""
}

.fa-file-excel:before {
    content: ""
}

.fa-file-exclamation:before {
    content: ""
}

.fa-file-export:before {
    content: ""
}

.fa-file-image:before {
    content: ""
}

.fa-file-import:before {
    content: ""
}

.fa-file-invoice:before {
    content: ""
}

.fa-file-invoice-dollar:before {
    content: ""
}

.fa-file-medical:before {
    content: ""
}

.fa-file-medical-alt:before {
    content: ""
}

.fa-file-minus:before {
    content: ""
}

.fa-file-music:before {
    content: ""
}

.fa-file-pdf:before {
    content: ""
}

.fa-file-plus:before {
    content: ""
}

.fa-file-powerpoint:before {
    content: ""
}

.fa-file-prescription:before {
    content: ""
}

.fa-file-search:before {
    content: ""
}

.fa-file-signature:before {
    content: ""
}

.fa-file-spreadsheet:before {
    content: ""
}

.fa-file-times:before {
    content: ""
}

.fa-file-upload:before {
    content: ""
}

.fa-file-user:before {
    content: ""
}

.fa-file-video:before {
    content: ""
}

.fa-file-word:before {
    content: ""
}

.fa-files-medical:before {
    content: ""
}

.fa-fill:before {
    content: ""
}

.fa-fill-drip:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-film-alt:before {
    content: ""
}

.fa-film-canister:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-fingerprint:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-fire-alt:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-fire-smoke:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-firefox-browser:before {
    content: ""
}

.fa-fireplace:before {
    content: ""
}

.fa-first-aid:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-first-order-alt:before {
    content: ""
}

.fa-firstdraft:before {
    content: ""
}

.fa-fish:before {
    content: ""
}

.fa-fish-cooked:before {
    content: ""
}

.fa-fist-raised:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-flag-alt:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-flag-usa:before {
    content: ""
}

.fa-flame:before {
    content: ""
}

.fa-flashlight:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-flask-poison:before {
    content: ""
}

.fa-flask-potion:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-flipboard:before {
    content: ""
}

.fa-flower:before {
    content: ""
}

.fa-flower-daffodil:before {
    content: ""
}

.fa-flower-tulip:before {
    content: ""
}

.fa-flushed:before {
    content: ""
}

.fa-flute:before {
    content: ""
}

.fa-flux-capacitor:before {
    content: ""
}

.fa-fly:before {
    content: ""
}

.fa-fog:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-download:before {
    content: ""
}

.fa-folder-minus:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-folder-plus:before {
    content: ""
}

.fa-folder-times:before {
    content: ""
}

.fa-folder-tree:before {
    content: ""
}

.fa-folder-upload:before {
    content: ""
}

.fa-folders:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-font-awesome:before {
    content: ""
}

.fa-font-awesome-alt:before {
    content: ""
}

.fa-font-awesome-flag:before {
    content: ""
}

.fa-font-awesome-logo-full:before {
    content: ""
}

.fa-font-case:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-fonticons-fi:before {
    content: ""
}

.fa-football-ball:before {
    content: ""
}

.fa-football-helmet:before {
    content: ""
}

.fa-forklift:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-fort-awesome-alt:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-fragile:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-freebsd:before {
    content: ""
}

.fa-french-fries:before {
    content: ""
}

.fa-frog:before {
    content: ""
}

.fa-frosty-head:before {
    content: ""
}

.fa-frown:before {
    content: ""
}

.fa-frown-open:before {
    content: ""
}

.fa-fulcrum:before {
    content: ""
}

.fa-function:before {
    content: ""
}

.fa-funnel-dollar:before {
    content: ""
}

.fa-futbol:before {
    content: ""
}

.fa-galactic-republic:before {
    content: ""
}

.fa-galactic-senate:before {
    content: ""
}

.fa-galaxy:before {
    content: ""
}

.fa-game-board:before {
    content: ""
}

.fa-game-board-alt:before {
    content: ""
}

.fa-game-console-handheld:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-gamepad-alt:before {
    content: ""
}

.fa-garage:before {
    content: ""
}

.fa-garage-car:before {
    content: ""
}

.fa-garage-open:before {
    content: ""
}

.fa-gas-pump:before {
    content: ""
}

.fa-gas-pump-slash:before {
    content: ""
}

.fa-gavel:before {
    content: ""
}

.fa-gem:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-ghost:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-gift-card:before {
    content: ""
}

.fa-gifts:before {
    content: ""
}

.fa-gingerbread-man:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-git-alt:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-gitkraken:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-gitter:before {
    content: ""
}

.fa-glass:before {
    content: ""
}

.fa-glass-champagne:before {
    content: ""
}

.fa-glass-cheers:before {
    content: ""
}

.fa-glass-citrus:before {
    content: ""
}

.fa-glass-martini:before {
    content: ""
}

.fa-glass-martini-alt:before {
    content: ""
}

.fa-glass-whiskey:before {
    content: ""
}

.fa-glass-whiskey-rocks:before {
    content: ""
}

.fa-glasses:before {
    content: ""
}

.fa-glasses-alt:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-globe-africa:before {
    content: ""
}

.fa-globe-americas:before {
    content: ""
}

.fa-globe-asia:before {
    content: ""
}

.fa-globe-europe:before {
    content: ""
}

.fa-globe-snow:before {
    content: ""
}

.fa-globe-stand:before {
    content: ""
}

.fa-gofore:before {
    content: ""
}

.fa-golf-ball:before {
    content: ""
}

.fa-golf-club:before {
    content: ""
}

.fa-goodreads:before {
    content: ""
}

.fa-goodreads-g:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-google-drive:before {
    content: ""
}

.fa-google-pay:before {
    content: ""
}

.fa-google-play:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-google-plus-g:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-gopuram:before {
    content: ""
}

.fa-graduation-cap:before {
    content: ""
}

.fa-gramophone:before {
    content: ""
}

.fa-gratipay:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-greater-than:before {
    content: ""
}

.fa-greater-than-equal:before {
    content: ""
}

.fa-grimace:before {
    content: ""
}

.fa-grin:before {
    content: ""
}

.fa-grin-alt:before {
    content: ""
}

.fa-grin-beam:before {
    content: ""
}

.fa-grin-beam-sweat:before {
    content: ""
}

.fa-grin-hearts:before {
    content: ""
}

.fa-grin-squint:before {
    content: ""
}

.fa-grin-squint-tears:before {
    content: ""
}

.fa-grin-stars:before {
    content: ""
}

.fa-grin-tears:before {
    content: ""
}

.fa-grin-tongue:before {
    content: ""
}

.fa-grin-tongue-squint:before {
    content: ""
}

.fa-grin-tongue-wink:before {
    content: ""
}

.fa-grin-wink:before {
    content: ""
}

.fa-grip-horizontal:before {
    content: ""
}

.fa-grip-lines:before {
    content: ""
}

.fa-grip-lines-vertical:before {
    content: ""
}

.fa-grip-vertical:before {
    content: ""
}

.fa-gripfire:before {
    content: ""
}

.fa-grunt:before {
    content: ""
}

.fa-guitar:before {
    content: ""
}

.fa-guitar-electric:before {
    content: ""
}

.fa-guitars:before {
    content: ""
}

.fa-gulp:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-h1:before {
    content: ""
}

.fa-h2:before {
    content: ""
}

.fa-h3:before {
    content: ""
}

.fa-h4:before {
    content: ""
}

.fa-hacker-news:before {
    content: ""
}

.fa-hacker-news-square:before {
    content: ""
}

.fa-hackerrank:before {
    content: ""
}

.fa-hamburger:before {
    content: ""
}

.fa-hammer:before {
    content: ""
}

.fa-hammer-war:before {
    content: ""
}

.fa-hamsa:before {
    content: ""
}

.fa-hand-heart:before {
    content: ""
}

.fa-hand-holding:before {
    content: ""
}

.fa-hand-holding-box:before {
    content: ""
}

.fa-hand-holding-heart:before {
    content: ""
}

.fa-hand-holding-magic:before {
    content: ""
}

.fa-hand-holding-medical:before {
    content: ""
}

.fa-hand-holding-seedling:before {
    content: ""
}

.fa-hand-holding-usd:before {
    content: ""
}

.fa-hand-holding-water:before {
    content: ""
}

.fa-hand-lizard:before {
    content: ""
}

.fa-hand-middle-finger:before {
    content: ""
}

.fa-hand-paper:before {
    content: ""
}

.fa-hand-peace:before {
    content: ""
}

.fa-hand-point-down:before {
    content: ""
}

.fa-hand-point-left:before {
    content: ""
}

.fa-hand-point-right:before {
    content: ""
}

.fa-hand-point-up:before {
    content: ""
}

.fa-hand-pointer:before {
    content: ""
}

.fa-hand-receiving:before {
    content: ""
}

.fa-hand-rock:before {
    content: ""
}

.fa-hand-scissors:before {
    content: ""
}

.fa-hand-sparkles:before {
    content: ""
}

.fa-hand-spock:before {
    content: ""
}

.fa-hands:before {
    content: ""
}

.fa-hands-heart:before {
    content: ""
}

.fa-hands-helping:before {
    content: ""
}

.fa-hands-usd:before {
    content: ""
}

.fa-hands-wash:before {
    content: ""
}

.fa-handshake:before {
    content: ""
}

.fa-handshake-alt:before {
    content: ""
}

.fa-handshake-alt-slash:before {
    content: ""
}

.fa-handshake-slash:before {
    content: ""
}

.fa-hanukiah:before {
    content: ""
}

.fa-hard-hat:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-hat-chef:before {
    content: ""
}

.fa-hat-cowboy:before {
    content: ""
}

.fa-hat-cowboy-side:before {
    content: ""
}

.fa-hat-santa:before {
    content: ""
}

.fa-hat-winter:before {
    content: ""
}

.fa-hat-witch:before {
    content: ""
}

.fa-hat-wizard:before {
    content: ""
}

.fa-hdd:before {
    content: ""
}

.fa-head-side:before {
    content: ""
}

.fa-head-side-brain:before {
    content: ""
}

.fa-head-side-cough:before {
    content: ""
}

.fa-head-side-cough-slash:before {
    content: ""
}

.fa-head-side-headphones:before {
    content: ""
}

.fa-head-side-mask:before {
    content: ""
}

.fa-head-side-medical:before {
    content: ""
}

.fa-head-side-virus:before {
    content: ""
}

.fa-head-vr:before {
    content: ""
}

.fa-heading:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-headphones-alt:before {
    content: ""
}

.fa-headset:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-heart-broken:before {
    content: ""
}

.fa-heart-circle:before {
    content: ""
}

.fa-heart-rate:before {
    content: ""
}

.fa-heart-square:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-heat:before {
    content: ""
}

.fa-helicopter:before {
    content: ""
}

.fa-helmet-battle:before {
    content: ""
}

.fa-hexagon:before {
    content: ""
}

.fa-highlighter:before {
    content: ""
}

.fa-hiking:before {
    content: ""
}

.fa-hippo:before {
    content: ""
}

.fa-hips:before {
    content: ""
}

.fa-hire-a-helper:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-hockey-mask:before {
    content: ""
}

.fa-hockey-puck:before {
    content: ""
}

.fa-hockey-sticks:before {
    content: ""
}

.fa-holly-berry:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-home-alt:before {
    content: ""
}

.fa-home-heart:before {
    content: ""
}

.fa-home-lg:before {
    content: ""
}

.fa-home-lg-alt:before {
    content: ""
}

.fa-hood-cloak:before {
    content: ""
}

.fa-hooli:before {
    content: ""
}

.fa-horizontal-rule:before {
    content: ""
}

.fa-hornbill:before {
    content: ""
}

.fa-horse:before {
    content: ""
}

.fa-horse-head:before {
    content: ""
}

.fa-horse-saddle:before {
    content: ""
}

.fa-hospital:before {
    content: ""
}

.fa-hospital-alt:before {
    content: ""
}

.fa-hospital-symbol:before {
    content: ""
}

.fa-hospital-user:before {
    content: ""
}

.fa-hospitals:before {
    content: ""
}

.fa-hot-tub:before {
    content: ""
}

.fa-hotdog:before {
    content: ""
}

.fa-hotel:before {
    content: ""
}

.fa-hotjar:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-start:before {
    content: ""
}

.fa-house:before {
    content: ""
}

.fa-house-damage:before {
    content: ""
}

.fa-house-day:before {
    content: ""
}

.fa-house-flood:before {
    content: ""
}

.fa-house-leave:before {
    content: ""
}

.fa-house-night:before {
    content: ""
}

.fa-house-return:before {
    content: ""
}

.fa-house-signal:before {
    content: ""
}

.fa-house-user:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-hryvnia:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-hubspot:before {
    content: ""
}

.fa-humidity:before {
    content: ""
}

.fa-hurricane:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-ice-cream:before {
    content: ""
}

.fa-ice-skate:before {
    content: ""
}

.fa-icicles:before {
    content: ""
}

.fa-icons:before {
    content: ""
}

.fa-icons-alt:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-id-card:before {
    content: ""
}

.fa-id-card-alt:before {
    content: ""
}

.fa-ideal:before {
    content: ""
}

.fa-igloo:before {
    content: ""
}

.fa-image:before {
    content: ""
}

.fa-image-polaroid:before {
    content: ""
}

.fa-images:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-inbox-in:before {
    content: ""
}

.fa-inbox-out:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-industry-alt:before {
    content: ""
}

.fa-infinity:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-info-square:before {
    content: ""
}

.fa-inhaler:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-instagram-square:before {
    content: ""
}

.fa-integral:before {
    content: ""
}

.fa-intercom:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-intersection:before {
    content: ""
}

.fa-inventory:before {
    content: ""
}

.fa-invision:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-island-tropical:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-itch-io:before {
    content: ""
}

.fa-itunes:before {
    content: ""
}

.fa-itunes-note:before {
    content: ""
}

.fa-jack-o-lantern:before {
    content: ""
}

.fa-java:before {
    content: ""
}

.fa-jedi:before {
    content: ""
}

.fa-jedi-order:before {
    content: ""
}

.fa-jenkins:before {
    content: ""
}

.fa-jira:before {
    content: ""
}

.fa-joget:before {
    content: ""
}

.fa-joint:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-journal-whills:before {
    content: ""
}

.fa-joystick:before {
    content: ""
}

.fa-js:before {
    content: ""
}

.fa-js-square:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-jug:before {
    content: ""
}

.fa-kaaba:before {
    content: ""
}

.fa-kaggle:before {
    content: ""
}

.fa-kazoo:before {
    content: ""
}

.fa-kerning:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-key-skeleton:before {
    content: ""
}

.fa-keybase:before {
    content: ""
}

.fa-keyboard:before {
    content: ""
}

.fa-keycdn:before {
    content: ""
}

.fa-keynote:before {
    content: ""
}

.fa-khanda:before {
    content: ""
}

.fa-kickstarter:before {
    content: ""
}

.fa-kickstarter-k:before {
    content: ""
}

.fa-kidneys:before {
    content: ""
}

.fa-kiss:before {
    content: ""
}

.fa-kiss-beam:before {
    content: ""
}

.fa-kiss-wink-heart:before {
    content: ""
}

.fa-kite:before {
    content: ""
}

.fa-kiwi-bird:before {
    content: ""
}

.fa-knife-kitchen:before {
    content: ""
}

.fa-korvue:before {
    content: ""
}

.fa-lambda:before {
    content: ""
}

.fa-lamp:before {
    content: ""
}

.fa-lamp-desk:before {
    content: ""
}

.fa-lamp-floor:before {
    content: ""
}

.fa-landmark:before {
    content: ""
}

.fa-landmark-alt:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-laptop-code:before {
    content: ""
}

.fa-laptop-house:before {
    content: ""
}

.fa-laptop-medical:before {
    content: ""
}

.fa-laravel:before {
    content: ""
}

.fa-lasso:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-laugh:before {
    content: ""
}

.fa-laugh-beam:before {
    content: ""
}

.fa-laugh-squint:before {
    content: ""
}

.fa-laugh-wink:before {
    content: ""
}

.fa-layer-group:before {
    content: ""
}

.fa-layer-minus:before {
    content: ""
}

.fa-layer-plus:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-leaf-heart:before {
    content: ""
}

.fa-leaf-maple:before {
    content: ""
}

.fa-leaf-oak:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-lemon:before {
    content: ""
}

.fa-less:before {
    content: ""
}

.fa-less-than:before {
    content: ""
}

.fa-less-than-equal:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-level-down-alt:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-up-alt:before {
    content: ""
}

.fa-life-ring:before {
    content: ""
}

.fa-light-ceiling:before {
    content: ""
}

.fa-light-switch:before {
    content: ""
}

.fa-light-switch-off:before {
    content: ""
}

.fa-light-switch-on:before {
    content: ""
}

.fa-lightbulb:before {
    content: ""
}

.fa-lightbulb-dollar:before {
    content: ""
}

.fa-lightbulb-exclamation:before {
    content: ""
}

.fa-lightbulb-on:before {
    content: ""
}

.fa-lightbulb-slash:before {
    content: ""
}

.fa-lights-holiday:before {
    content: ""
}

.fa-line:before {
    content: ""
}

.fa-line-columns:before {
    content: ""
}

.fa-line-height:before {
    content: ""
}

.fa-link:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-linkedin-in:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-lips:before {
    content: ""
}

.fa-lira-sign:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-list-music:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-location:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-location-circle:before {
    content: ""
}

.fa-location-slash:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-lock-alt:before {
    content: ""
}

.fa-lock-open:before {
    content: ""
}

.fa-lock-open-alt:before {
    content: ""
}

.fa-long-arrow-alt-down:before {
    content: ""
}

.fa-long-arrow-alt-left:before {
    content: ""
}

.fa-long-arrow-alt-right:before {
    content: ""
}

.fa-long-arrow-alt-up:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-loveseat:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-luchador:before {
    content: ""
}

.fa-luggage-cart:before {
    content: ""
}

.fa-lungs:before {
    content: ""
}

.fa-lungs-virus:before {
    content: ""
}

.fa-lyft:before {
    content: ""
}

.fa-mace:before {
    content: ""
}

.fa-magento:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-mail-bulk:before {
    content: ""
}

.fa-mailbox:before {
    content: ""
}

.fa-mailchimp:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-mandalorian:before {
    content: ""
}

.fa-mandolin:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-map-marked:before {
    content: ""
}

.fa-map-marked-alt:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-map-marker-alt:before {
    content: ""
}

.fa-map-marker-alt-slash:before {
    content: ""
}

.fa-map-marker-check:before {
    content: ""
}

.fa-map-marker-edit:before {
    content: ""
}

.fa-map-marker-exclamation:before {
    content: ""
}

.fa-map-marker-minus:before {
    content: ""
}

.fa-map-marker-plus:before {
    content: ""
}

.fa-map-marker-question:before {
    content: ""
}

.fa-map-marker-slash:before {
    content: ""
}

.fa-map-marker-smile:before {
    content: ""
}

.fa-map-marker-times:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-markdown:before {
    content: ""
}

.fa-marker:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mask:before {
    content: ""
}

.fa-mastodon:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-mdb:before {
    content: ""
}

.fa-meat:before {
    content: ""
}

.fa-medal:before {
    content: ""
}

.fa-medapps:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-medium-m:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-medrt:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.fa-megaphone:before {
    content: ""
}

.fa-megaport:before {
    content: ""
}

.fa-meh:before {
    content: ""
}

.fa-meh-blank:before {
    content: ""
}

.fa-meh-rolling-eyes:before {
    content: ""
}

.fa-memory:before {
    content: ""
}

.fa-mendeley:before {
    content: ""
}

.fa-menorah:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-meteor:before {
    content: ""
}

.fa-microblog:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-alt:before {
    content: ""
}

.fa-microphone-alt-slash:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-microphone-stand:before {
    content: ""
}

.fa-microscope:before {
    content: ""
}

.fa-microsoft:before {
    content: ""
}

.fa-microwave:before {
    content: ""
}

.fa-mind-share:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-minus-hexagon:before {
    content: ""
}

.fa-minus-octagon:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-mistletoe:before {
    content: ""
}

.fa-mitten:before {
    content: ""
}

.fa-mix:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-mixer:before {
    content: ""
}

.fa-mizuni:before {
    content: ""
}

.fa-mobile:before {
    content: ""
}

.fa-mobile-alt:before {
    content: ""
}

.fa-mobile-android:before {
    content: ""
}

.fa-mobile-android-alt:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-monero:before {
    content: ""
}

.fa-money-bill:before {
    content: ""
}

.fa-money-bill-alt:before {
    content: ""
}

.fa-money-bill-wave:before {
    content: ""
}

.fa-money-bill-wave-alt:before {
    content: ""
}

.fa-money-check:before {
    content: ""
}

.fa-money-check-alt:before {
    content: ""
}

.fa-money-check-edit:before {
    content: ""
}

.fa-money-check-edit-alt:before {
    content: ""
}

.fa-monitor-heart-rate:before {
    content: ""
}

.fa-monkey:before {
    content: ""
}

.fa-monument:before {
    content: ""
}

.fa-moon:before {
    content: ""
}

.fa-moon-cloud:before {
    content: ""
}

.fa-moon-stars:before {
    content: ""
}

.fa-mortar-pestle:before {
    content: ""
}

.fa-mosque:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-mountain:before {
    content: ""
}

.fa-mountains:before {
    content: ""
}

.fa-mouse:before {
    content: ""
}

.fa-mouse-alt:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-mp3-player:before {
    content: ""
}

.fa-mug:before {
    content: ""
}

.fa-mug-hot:before {
    content: ""
}

.fa-mug-marshmallows:before {
    content: ""
}

.fa-mug-tea:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-music-alt:before {
    content: ""
}

.fa-music-alt-slash:before {
    content: ""
}

.fa-music-slash:before {
    content: ""
}

.fa-napster:before {
    content: ""
}

.fa-narwhal:before {
    content: ""
}

.fa-neos:before {
    content: ""
}

.fa-network-wired:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-newspaper:before {
    content: ""
}

.fa-nimblr:before {
    content: ""
}

.fa-node:before {
    content: ""
}

.fa-node-js:before {
    content: ""
}

.fa-not-equal:before {
    content: ""
}

.fa-notes-medical:before {
    content: ""
}

.fa-npm:before {
    content: ""
}

.fa-ns8:before {
    content: ""
}

.fa-nutritionix:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-octagon:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-oil-can:before {
    content: ""
}

.fa-oil-temp:before {
    content: ""
}

.fa-old-republic:before {
    content: ""
}

.fa-om:before {
    content: ""
}

.fa-omega:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-orcid:before {
    content: ""
}

.fa-ornament:before {
    content: ""
}

.fa-osi:before {
    content: ""
}

.fa-otter:before {
    content: ""
}

.fa-outdent:before {
    content: ""
}

.fa-outlet:before {
    content: ""
}

.fa-oven:before {
    content: ""
}

.fa-overline:before {
    content: ""
}

.fa-page-break:before {
    content: ""
}

.fa-page4:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-pager:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-paint-brush-alt:before {
    content: ""
}

.fa-paint-roller:before {
    content: ""
}

.fa-palette:before {
    content: ""
}

.fa-palfed:before {
    content: ""
}

.fa-pallet:before {
    content: ""
}

.fa-pallet-alt:before {
    content: ""
}

.fa-paper-plane:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-parachute-box:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-paragraph-rtl:before {
    content: ""
}

.fa-parking:before {
    content: ""
}

.fa-parking-circle:before {
    content: ""
}

.fa-parking-circle-slash:before {
    content: ""
}

.fa-parking-slash:before {
    content: ""
}

.fa-passport:before {
    content: ""
}

.fa-pastafarianism:before {
    content: ""
}

.fa-paste:before {
    content: ""
}

.fa-patreon:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-paw-alt:before {
    content: ""
}

.fa-paw-claws:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-peace:before {
    content: ""
}

.fa-pegasus:before {
    content: ""
}

.fa-pen:before {
    content: ""
}

.fa-pen-alt:before {
    content: ""
}

.fa-pen-fancy:before {
    content: ""
}

.fa-pen-nib:before {
    content: ""
}

.fa-pen-square:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-pencil-alt:before {
    content: ""
}

.fa-pencil-paintbrush:before {
    content: ""
}

.fa-pencil-ruler:before {
    content: ""
}

.fa-pennant:before {
    content: ""
}

.fa-penny-arcade:before {
    content: ""
}

.fa-people-arrows:before {
    content: ""
}

.fa-people-carry:before {
    content: ""
}

.fa-pepper-hot:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-percentage:before {
    content: ""
}

.fa-periscope:before {
    content: ""
}

.fa-person-booth:before {
    content: ""
}

.fa-person-carry:before {
    content: ""
}

.fa-person-dolly:before {
    content: ""
}

.fa-person-dolly-empty:before {
    content: ""
}

.fa-person-sign:before {
    content: ""
}

.fa-phabricator:before {
    content: ""
}

.fa-phoenix-framework:before {
    content: ""
}

.fa-phoenix-squadron:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-phone-alt:before {
    content: ""
}

.fa-phone-laptop:before {
    content: ""
}

.fa-phone-office:before {
    content: ""
}

.fa-phone-plus:before {
    content: ""
}

.fa-phone-rotary:before {
    content: ""
}

.fa-phone-slash:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-phone-square-alt:before {
    content: ""
}

.fa-phone-volume:before {
    content: ""
}

.fa-photo-video:before {
    content: ""
}

.fa-php:before {
    content: ""
}

.fa-pi:before {
    content: ""
}

.fa-piano:before {
    content: ""
}

.fa-piano-keyboard:before {
    content: ""
}

.fa-pie:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-pied-piper-hat:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-square:before {
    content: ""
}

.fa-pig:before {
    content: ""
}

.fa-piggy-bank:before {
    content: ""
}

.fa-pills:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-pizza:before {
    content: ""
}

.fa-pizza-slice:before {
    content: ""
}

.fa-place-of-worship:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-plane-alt:before {
    content: ""
}

.fa-plane-arrival:before {
    content: ""
}

.fa-plane-departure:before {
    content: ""
}

.fa-plane-slash:before {
    content: ""
}

.fa-planet-moon:before {
    content: ""
}

.fa-planet-ringed:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-playstation:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-plus-hexagon:before {
    content: ""
}

.fa-plus-octagon:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-podium:before {
    content: ""
}

.fa-podium-star:before {
    content: ""
}

.fa-police-box:before {
    content: ""
}

.fa-poll:before {
    content: ""
}

.fa-poll-h:before {
    content: ""
}

.fa-poll-people:before {
    content: ""
}

.fa-poo:before {
    content: ""
}

.fa-poo-storm:before {
    content: ""
}

.fa-poop:before {
    content: ""
}

.fa-popcorn:before {
    content: ""
}

.fa-portal-enter:before {
    content: ""
}

.fa-portal-exit:before {
    content: ""
}

.fa-portrait:before {
    content: ""
}

.fa-pound-sign:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-pray:before {
    content: ""
}

.fa-praying-hands:before {
    content: ""
}

.fa-prescription:before {
    content: ""
}

.fa-prescription-bottle:before {
    content: ""
}

.fa-prescription-bottle-alt:before {
    content: ""
}

.fa-presentation:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-print-search:before {
    content: ""
}

.fa-print-slash:before {
    content: ""
}

.fa-procedures:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-project-diagram:before {
    content: ""
}

.fa-projector:before {
    content: ""
}

.fa-pump-medical:before {
    content: ""
}

.fa-pump-soap:before {
    content: ""
}

.fa-pumpkin:before {
    content: ""
}

.fa-pushed:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-python:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-question-square:before {
    content: ""
}

.fa-quidditch:before {
    content: ""
}

.fa-quinscape:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-quran:before {
    content: ""
}

.fa-r-project:before {
    content: ""
}

.fa-rabbit:before {
    content: ""
}

.fa-rabbit-fast:before {
    content: ""
}

.fa-racquet:before {
    content: ""
}

.fa-radar:before {
    content: ""
}

.fa-radiation:before {
    content: ""
}

.fa-radiation-alt:before {
    content: ""
}

.fa-radio:before {
    content: ""
}

.fa-radio-alt:before {
    content: ""
}

.fa-rainbow:before {
    content: ""
}

.fa-raindrops:before {
    content: ""
}

.fa-ram:before {
    content: ""
}

.fa-ramp-loading:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-raspberry-pi:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-raygun:before {
    content: ""
}

.fa-react:before {
    content: ""
}

.fa-reacteurope:before {
    content: ""
}

.fa-readme:before {
    content: ""
}

.fa-rebel:before {
    content: ""
}

.fa-receipt:before {
    content: ""
}

.fa-record-vinyl:before {
    content: ""
}

.fa-rectangle-landscape:before {
    content: ""
}

.fa-rectangle-portrait:before {
    content: ""
}

.fa-rectangle-wide:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-red-river:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-redhat:before {
    content: ""
}

.fa-redo:before {
    content: ""
}

.fa-redo-alt:before {
    content: ""
}

.fa-refrigerator:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-remove-format:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-repeat:before {
    content: ""
}

.fa-repeat-1:before {
    content: ""
}

.fa-repeat-1-alt:before {
    content: ""
}

.fa-repeat-alt:before {
    content: ""
}

.fa-reply:before {
    content: ""
}

.fa-reply-all:before {
    content: ""
}

.fa-replyd:before {
    content: ""
}

.fa-republican:before {
    content: ""
}

.fa-researchgate:before {
    content: ""
}

.fa-resolving:before {
    content: ""
}

.fa-restroom:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-retweet-alt:before {
    content: ""
}

.fa-rev:before {
    content: ""
}

.fa-ribbon:before {
    content: ""
}

.fa-ring:before {
    content: ""
}

.fa-rings-wedding:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-robot:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-rocket-launch:before {
    content: ""
}

.fa-rocketchat:before {
    content: ""
}

.fa-rockrms:before {
    content: ""
}

.fa-route:before {
    content: ""
}

.fa-route-highway:before {
    content: ""
}

.fa-route-interstate:before {
    content: ""
}

.fa-router:before {
    content: ""
}

.fa-rss:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-ruble-sign:before {
    content: ""
}

.fa-ruler:before {
    content: ""
}

.fa-ruler-combined:before {
    content: ""
}

.fa-ruler-horizontal:before {
    content: ""
}

.fa-ruler-triangle:before {
    content: ""
}

.fa-ruler-vertical:before {
    content: ""
}

.fa-running:before {
    content: ""
}

.fa-rupee-sign:before {
    content: ""
}

.fa-rust:before {
    content: ""
}

.fa-rv:before {
    content: ""
}

.fa-sack:before {
    content: ""
}

.fa-sack-dollar:before {
    content: ""
}

.fa-sad-cry:before {
    content: ""
}

.fa-sad-tear:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-salad:before {
    content: ""
}

.fa-salesforce:before {
    content: ""
}

.fa-sandwich:before {
    content: ""
}

.fa-sass:before {
    content: ""
}

.fa-satellite:before {
    content: ""
}

.fa-satellite-dish:before {
    content: ""
}

.fa-sausage:before {
    content: ""
}

.fa-save:before {
    content: ""
}

.fa-sax-hot:before {
    content: ""
}

.fa-saxophone:before {
    content: ""
}

.fa-scalpel:before {
    content: ""
}

.fa-scalpel-path:before {
    content: ""
}

.fa-scanner:before {
    content: ""
}

.fa-scanner-image:before {
    content: ""
}

.fa-scanner-keyboard:before {
    content: ""
}

.fa-scanner-touchscreen:before {
    content: ""
}

.fa-scarecrow:before {
    content: ""
}

.fa-scarf:before {
    content: ""
}

.fa-schlix:before {
    content: ""
}

.fa-school:before {
    content: ""
}

.fa-screwdriver:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-scroll:before {
    content: ""
}

.fa-scroll-old:before {
    content: ""
}

.fa-scrubber:before {
    content: ""
}

.fa-scythe:before {
    content: ""
}

.fa-sd-card:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-search-dollar:before {
    content: ""
}

.fa-search-location:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-searchengin:before {
    content: ""
}

.fa-seedling:before {
    content: ""
}

.fa-sellcast:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-send-back:before {
    content: ""
}

.fa-send-backward:before {
    content: ""
}

.fa-sensor:before {
    content: ""
}

.fa-sensor-alert:before {
    content: ""
}

.fa-sensor-fire:before {
    content: ""
}

.fa-sensor-on:before {
    content: ""
}

.fa-sensor-smoke:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-servicestack:before {
    content: ""
}

.fa-shapes:before {
    content: ""
}

.fa-share:before {
    content: ""
}

.fa-share-all:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-sheep:before {
    content: ""
}

.fa-shekel-sign:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-shield-alt:before {
    content: ""
}

.fa-shield-check:before {
    content: ""
}

.fa-shield-cross:before {
    content: ""
}

.fa-shield-virus:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-shipping-fast:before {
    content: ""
}

.fa-shipping-timed:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-shish-kebab:before {
    content: ""
}

.fa-shoe-prints:before {
    content: ""
}

.fa-shopify:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-shopware:before {
    content: ""
}

.fa-shovel:before {
    content: ""
}

.fa-shovel-snow:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-shredder:before {
    content: ""
}

.fa-shuttle-van:before {
    content: ""
}

.fa-shuttlecock:before {
    content: ""
}

.fa-sickle:before {
    content: ""
}

.fa-sigma:before {
    content: ""
}

.fa-sign:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-sign-in-alt:before {
    content: ""
}

.fa-sign-language:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-sign-out-alt:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-signal-1:before {
    content: ""
}

.fa-signal-2:before {
    content: ""
}

.fa-signal-3:before {
    content: ""
}

.fa-signal-4:before {
    content: ""
}

.fa-signal-alt:before {
    content: ""
}

.fa-signal-alt-1:before {
    content: ""
}

.fa-signal-alt-2:before {
    content: ""
}

.fa-signal-alt-3:before {
    content: ""
}

.fa-signal-alt-slash:before {
    content: ""
}

.fa-signal-slash:before {
    content: ""
}

.fa-signal-stream:before {
    content: ""
}

.fa-signature:before {
    content: ""
}

.fa-sim-card:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-sink:before {
    content: ""
}

.fa-siren:before {
    content: ""
}

.fa-siren-on:before {
    content: ""
}

.fa-sistrix:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-sith:before {
    content: ""
}

.fa-skating:before {
    content: ""
}

.fa-skeleton:before {
    content: ""
}

.fa-sketch:before {
    content: ""
}

.fa-ski-jump:before {
    content: ""
}

.fa-ski-lift:before {
    content: ""
}

.fa-skiing:before {
    content: ""
}

.fa-skiing-nordic:before {
    content: ""
}

.fa-skull:before {
    content: ""
}

.fa-skull-cow:before {
    content: ""
}

.fa-skull-crossbones:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-slack-hash:before {
    content: ""
}

.fa-slash:before {
    content: ""
}

.fa-sledding:before {
    content: ""
}

.fa-sleigh:before {
    content: ""
}

.fa-sliders-h:before {
    content: ""
}

.fa-sliders-h-square:before {
    content: ""
}

.fa-sliders-v:before {
    content: ""
}

.fa-sliders-v-square:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-smile:before {
    content: ""
}

.fa-smile-beam:before {
    content: ""
}

.fa-smile-plus:before {
    content: ""
}

.fa-smile-wink:before {
    content: ""
}

.fa-smog:before {
    content: ""
}

.fa-smoke:before {
    content: ""
}

.fa-smoking:before {
    content: ""
}

.fa-smoking-ban:before {
    content: ""
}

.fa-sms:before {
    content: ""
}

.fa-snake:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-snooze:before {
    content: ""
}

.fa-snow-blowing:before {
    content: ""
}

.fa-snowboarding:before {
    content: ""
}

.fa-snowflake:before {
    content: ""
}

.fa-snowflakes:before {
    content: ""
}

.fa-snowman:before {
    content: ""
}

.fa-snowmobile:before {
    content: ""
}

.fa-snowplow:before {
    content: ""
}

.fa-soap:before {
    content: ""
}

.fa-socks:before {
    content: ""
}

.fa-solar-panel:before {
    content: ""
}

.fa-solar-system:before {
    content: ""
}

.fa-sort:before {
    content: ""
}

.fa-sort-alpha-down:before {
    content: ""
}

.fa-sort-alpha-down-alt:before {
    content: ""
}

.fa-sort-alpha-up:before {
    content: ""
}

.fa-sort-alpha-up-alt:before {
    content: ""
}

.fa-sort-alt:before {
    content: ""
}

.fa-sort-amount-down:before {
    content: ""
}

.fa-sort-amount-down-alt:before {
    content: ""
}

.fa-sort-amount-up:before {
    content: ""
}

.fa-sort-amount-up-alt:before {
    content: ""
}

.fa-sort-circle:before {
    content: ""
}

.fa-sort-circle-down:before {
    content: ""
}

.fa-sort-circle-up:before {
    content: ""
}

.fa-sort-down:before {
    content: ""
}

.fa-sort-numeric-down:before {
    content: ""
}

.fa-sort-numeric-down-alt:before {
    content: ""
}

.fa-sort-numeric-up:before {
    content: ""
}

.fa-sort-numeric-up-alt:before {
    content: ""
}

.fa-sort-shapes-down:before {
    content: ""
}

.fa-sort-shapes-down-alt:before {
    content: ""
}

.fa-sort-shapes-up:before {
    content: ""
}

.fa-sort-shapes-up-alt:before {
    content: ""
}

.fa-sort-size-down:before {
    content: ""
}

.fa-sort-size-down-alt:before {
    content: ""
}

.fa-sort-size-up:before {
    content: ""
}

.fa-sort-size-up-alt:before {
    content: ""
}

.fa-sort-up:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-soup:before {
    content: ""
}

.fa-sourcetree:before {
    content: ""
}

.fa-spa:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-space-station-moon:before {
    content: ""
}

.fa-space-station-moon-alt:before {
    content: ""
}

.fa-spade:before {
    content: ""
}

.fa-sparkles:before {
    content: ""
}

.fa-speakap:before {
    content: ""
}

.fa-speaker:before {
    content: ""
}

.fa-speaker-deck:before {
    content: ""
}

.fa-speakers:before {
    content: ""
}

.fa-spell-check:before {
    content: ""
}

.fa-spider:before {
    content: ""
}

.fa-spider-black-widow:before {
    content: ""
}

.fa-spider-web:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-spinner-third:before {
    content: ""
}

.fa-splotch:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-spray-can:before {
    content: ""
}

.fa-sprinkler:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-square-full:before {
    content: ""
}

.fa-square-root:before {
    content: ""
}

.fa-square-root-alt:before {
    content: ""
}

.fa-squarespace:before {
    content: ""
}

.fa-squirrel:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-stackpath:before {
    content: ""
}

.fa-staff:before {
    content: ""
}

.fa-stamp:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-and-crescent:before {
    content: ""
}

.fa-star-christmas:before {
    content: ""
}

.fa-star-exclamation:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-star-half-alt:before {
    content: ""
}

.fa-star-of-david:before {
    content: ""
}

.fa-star-of-life:before {
    content: ""
}

.fa-star-shooting:before {
    content: ""
}

.fa-starfighter:before {
    content: ""
}

.fa-starfighter-alt:before {
    content: ""
}

.fa-stars:before {
    content: ""
}

.fa-starship:before {
    content: ""
}

.fa-starship-freighter:before {
    content: ""
}

.fa-staylinked:before {
    content: ""
}

.fa-steak:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-steam-symbol:before {
    content: ""
}

.fa-steering-wheel:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-sticker-mule:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-stocking:before {
    content: ""
}

.fa-stomach:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stopwatch:before {
    content: ""
}

.fa-stopwatch-20:before {
    content: ""
}

.fa-store:before {
    content: ""
}

.fa-store-alt:before {
    content: ""
}

.fa-store-alt-slash:before {
    content: ""
}

.fa-store-slash:before {
    content: ""
}

.fa-strava:before {
    content: ""
}

.fa-stream:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-stretcher:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-stripe:before {
    content: ""
}

.fa-stripe-s:before {
    content: ""
}

.fa-stroopwafel:before {
    content: ""
}

.fa-studiovinari:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-suitcase-rolling:before {
    content: ""
}

.fa-sun:before {
    content: ""
}

.fa-sun-cloud:before {
    content: ""
}

.fa-sun-dust:before {
    content: ""
}

.fa-sun-haze:before {
    content: ""
}

.fa-sunglasses:before {
    content: ""
}

.fa-sunrise:before {
    content: ""
}

.fa-sunset:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-supple:before {
    content: ""
}

.fa-surprise:before {
    content: ""
}

.fa-suse:before {
    content: ""
}

.fa-swatchbook:before {
    content: ""
}

.fa-swift:before {
    content: ""
}

.fa-swimmer:before {
    content: ""
}

.fa-swimming-pool:before {
    content: ""
}

.fa-sword:before {
    content: ""
}

.fa-sword-laser:before {
    content: ""
}

.fa-sword-laser-alt:before {
    content: ""
}

.fa-swords:before {
    content: ""
}

.fa-swords-laser:before {
    content: ""
}

.fa-symfony:before {
    content: ""
}

.fa-synagogue:before {
    content: ""
}

.fa-sync:before {
    content: ""
}

.fa-sync-alt:before {
    content: ""
}

.fa-syringe:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-table-tennis:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-tablet-alt:before {
    content: ""
}

.fa-tablet-android:before {
    content: ""
}

.fa-tablet-android-alt:before {
    content: ""
}

.fa-tablet-rugged:before {
    content: ""
}

.fa-tablets:before {
    content: ""
}

.fa-tachometer:before {
    content: ""
}

.fa-tachometer-alt:before {
    content: ""
}

.fa-tachometer-alt-average:before {
    content: ""
}

.fa-tachometer-alt-fast:before {
    content: ""
}

.fa-tachometer-alt-fastest:before {
    content: ""
}

.fa-tachometer-alt-slow:before {
    content: ""
}

.fa-tachometer-alt-slowest:before {
    content: ""
}

.fa-tachometer-average:before {
    content: ""
}

.fa-tachometer-fast:before {
    content: ""
}

.fa-tachometer-fastest:before {
    content: ""
}

.fa-tachometer-slow:before {
    content: ""
}

.fa-tachometer-slowest:before {
    content: ""
}

.fa-taco:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-tally:before {
    content: ""
}

.fa-tanakh:before {
    content: ""
}

.fa-tape:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-tasks-alt:before {
    content: ""
}

.fa-taxi:before {
    content: ""
}

.fa-teamspeak:before {
    content: ""
}

.fa-teeth:before {
    content: ""
}

.fa-teeth-open:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-telegram-plane:before {
    content: ""
}

.fa-telescope:before {
    content: ""
}

.fa-temperature-down:before {
    content: ""
}

.fa-temperature-frigid:before {
    content: ""
}

.fa-temperature-high:before {
    content: ""
}

.fa-temperature-hot:before {
    content: ""
}

.fa-temperature-low:before {
    content: ""
}

.fa-temperature-up:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-tenge:before {
    content: ""
}

.fa-tennis-ball:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-text:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-size:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-the-red-yeti:before {
    content: ""
}

.fa-theater-masks:before {
    content: ""
}

.fa-themeco:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-thermometer:before {
    content: ""
}

.fa-thermometer-empty:before {
    content: ""
}

.fa-thermometer-full:before {
    content: ""
}

.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-theta:before {
    content: ""
}

.fa-think-peaks:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbtack:before {
    content: ""
}

.fa-thunderstorm:before {
    content: ""
}

.fa-thunderstorm-moon:before {
    content: ""
}

.fa-thunderstorm-sun:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-ticket-alt:before {
    content: ""
}

.fa-tiktok:before {
    content: ""
}

.fa-tilde:before {
    content: ""
}

.fa-times:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-times-hexagon:before {
    content: ""
}

.fa-times-octagon:before {
    content: ""
}

.fa-times-square:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-tint-slash:before {
    content: ""
}

.fa-tire:before {
    content: ""
}

.fa-tire-flat:before {
    content: ""
}

.fa-tire-pressure-warning:before {
    content: ""
}

.fa-tire-rugged:before {
    content: ""
}

.fa-tired:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-toilet:before {
    content: ""
}

.fa-toilet-paper:before {
    content: ""
}

.fa-toilet-paper-alt:before {
    content: ""
}

.fa-toilet-paper-slash:before {
    content: ""
}

.fa-tombstone:before {
    content: ""
}

.fa-tombstone-alt:before {
    content: ""
}

.fa-toolbox:before {
    content: ""
}

.fa-tools:before {
    content: ""
}

.fa-tooth:before {
    content: ""
}

.fa-toothbrush:before {
    content: ""
}

.fa-torah:before {
    content: ""
}

.fa-torii-gate:before {
    content: ""
}

.fa-tornado:before {
    content: ""
}

.fa-tractor:before {
    content: ""
}

.fa-trade-federation:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-traffic-cone:before {
    content: ""
}

.fa-traffic-light:before {
    content: ""
}

.fa-traffic-light-go:before {
    content: ""
}

.fa-traffic-light-slow:before {
    content: ""
}

.fa-traffic-light-stop:before {
    content: ""
}

.fa-trailer:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-tram:before {
    content: ""
}

.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-transporter:before {
    content: ""
}

.fa-transporter-1:before {
    content: ""
}

.fa-transporter-2:before {
    content: ""
}

.fa-transporter-3:before {
    content: ""
}

.fa-transporter-empty:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-trash-alt:before {
    content: ""
}

.fa-trash-restore:before {
    content: ""
}

.fa-trash-restore-alt:before {
    content: ""
}

.fa-trash-undo:before {
    content: ""
}

.fa-trash-undo-alt:before {
    content: ""
}

.fa-treasure-chest:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-tree-alt:before {
    content: ""
}

.fa-tree-christmas:before {
    content: ""
}

.fa-tree-decorated:before {
    content: ""
}

.fa-tree-large:before {
    content: ""
}

.fa-tree-palm:before {
    content: ""
}

.fa-trees:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-triangle:before {
    content: ""
}

.fa-triangle-music:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-trophy-alt:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-truck-container:before {
    content: ""
}

.fa-truck-couch:before {
    content: ""
}

.fa-truck-loading:before {
    content: ""
}

.fa-truck-monster:before {
    content: ""
}

.fa-truck-moving:before {
    content: ""
}

.fa-truck-pickup:before {
    content: ""
}

.fa-truck-plow:before {
    content: ""
}

.fa-truck-ramp:before {
    content: ""
}

.fa-trumpet:before {
    content: ""
}

.fa-tshirt:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-turkey:before {
    content: ""
}

.fa-turntable:before {
    content: ""
}

.fa-turtle:before {
    content: ""
}

.fa-tv:before {
    content: ""
}

.fa-tv-alt:before {
    content: ""
}

.fa-tv-music:before {
    content: ""
}

.fa-tv-retro:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-typewriter:before {
    content: ""
}

.fa-typo3:before {
    content: ""
}

.fa-uber:before {
    content: ""
}

.fa-ubuntu:before {
    content: ""
}

.fa-ufo:before {
    content: ""
}

.fa-ufo-beam:before {
    content: ""
}

.fa-uikit:before {
    content: ""
}

.fa-umbraco:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-umbrella-beach:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-undo:before {
    content: ""
}

.fa-undo-alt:before {
    content: ""
}

.fa-unicorn:before {
    content: ""
}

.fa-union:before {
    content: ""
}

.fa-uniregistry:before {
    content: ""
}

.fa-unity:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-university:before {
    content: ""
}

.fa-unlink:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-unsplash:before {
    content: ""
}

.fa-untappd:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-ups:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-usb-drive:before {
    content: ""
}

.fa-usd-circle:before {
    content: ""
}

.fa-usd-square:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-user-alien:before {
    content: ""
}

.fa-user-alt:before {
    content: ""
}

.fa-user-alt-slash:before {
    content: ""
}

.fa-user-astronaut:before {
    content: ""
}

.fa-user-chart:before {
    content: ""
}

.fa-user-check:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-clock:before {
    content: ""
}

.fa-user-cog:before {
    content: ""
}

.fa-user-cowboy:before {
    content: ""
}

.fa-user-crown:before {
    content: ""
}

.fa-user-edit:before {
    content: ""
}

.fa-user-friends:before {
    content: ""
}

.fa-user-graduate:before {
    content: ""
}

.fa-user-hard-hat:before {
    content: ""
}

.fa-user-headset:before {
    content: ""
}

.fa-user-injured:before {
    content: ""
}

.fa-user-lock:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-user-md-chat:before {
    content: ""
}

.fa-user-minus:before {
    content: ""
}

.fa-user-music:before {
    content: ""
}

.fa-user-ninja:before {
    content: ""
}

.fa-user-nurse:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-robot:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-user-shield:before {
    content: ""
}

.fa-user-slash:before {
    content: ""
}

.fa-user-tag:before {
    content: ""
}

.fa-user-tie:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-user-unlock:before {
    content: ""
}

.fa-user-visor:before {
    content: ""
}

.fa-users:before {
    content: ""
}

.fa-users-class:before {
    content: ""
}

.fa-users-cog:before {
    content: ""
}

.fa-users-crown:before {
    content: ""
}

.fa-users-medical:before {
    content: ""
}

.fa-users-slash:before {
    content: ""
}

.fa-usps:before {
    content: ""
}

.fa-ussunnah:before {
    content: ""
}

.fa-utensil-fork:before {
    content: ""
}

.fa-utensil-knife:before {
    content: ""
}

.fa-utensil-spoon:before {
    content: ""
}

.fa-utensils:before {
    content: ""
}

.fa-utensils-alt:before {
    content: ""
}

.fa-vaadin:before {
    content: ""
}

.fa-vacuum:before {
    content: ""
}

.fa-vacuum-robot:before {
    content: ""
}

.fa-value-absolute:before {
    content: ""
}

.fa-vector-square:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-vhs:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-vial:before {
    content: ""
}

.fa-vials:before {
    content: ""
}

.fa-viber:before {
    content: ""
}

.fa-video:before {
    content: ""
}

.fa-video-plus:before {
    content: ""
}

.fa-video-slash:before {
    content: ""
}

.fa-vihara:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-vimeo-v:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-violin:before {
    content: ""
}

.fa-virus:before {
    content: ""
}

.fa-virus-slash:before {
    content: ""
}

.fa-viruses:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-vnv:before {
    content: ""
}

.fa-voicemail:before {
    content: ""
}

.fa-volcano:before {
    content: ""
}

.fa-volleyball-ball:before {
    content: ""
}

.fa-volume:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-mute:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-slash:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-vote-nay:before {
    content: ""
}

.fa-vote-yea:before {
    content: ""
}

.fa-vr-cardboard:before {
    content: ""
}

.fa-vuejs:before {
    content: ""
}

.fa-wagon-covered:before {
    content: ""
}

.fa-walker:before {
    content: ""
}

.fa-walkie-talkie:before {
    content: ""
}

.fa-walking:before {
    content: ""
}

.fa-wallet:before {
    content: ""
}

.fa-wand:before {
    content: ""
}

.fa-wand-magic:before {
    content: ""
}

.fa-warehouse:before {
    content: ""
}

.fa-warehouse-alt:before {
    content: ""
}

.fa-washer:before {
    content: ""
}

.fa-watch:before {
    content: ""
}

.fa-watch-calculator:before {
    content: ""
}

.fa-watch-fitness:before {
    content: ""
}

.fa-water:before {
    content: ""
}

.fa-water-lower:before {
    content: ""
}

.fa-water-rise:before {
    content: ""
}

.fa-wave-sine:before {
    content: ""
}

.fa-wave-square:before {
    content: ""
}

.fa-wave-triangle:before {
    content: ""
}

.fa-waveform:before {
    content: ""
}

.fa-waveform-path:before {
    content: ""
}

.fa-waze:before {
    content: ""
}

.fa-webcam:before {
    content: ""
}

.fa-webcam-slash:before {
    content: ""
}

.fa-weebly:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-weight:before {
    content: ""
}

.fa-weight-hanging:before {
    content: ""
}

.fa-weixin:before {
    content: ""
}

.fa-whale:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-whatsapp-square:before {
    content: ""
}

.fa-wheat:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-whistle:before {
    content: ""
}

.fa-whmcs:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-wifi-1:before {
    content: ""
}

.fa-wifi-2:before {
    content: ""
}

.fa-wifi-slash:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-wind:before {
    content: ""
}

.fa-wind-turbine:before {
    content: ""
}

.fa-wind-warning:before {
    content: ""
}

.fa-window:before {
    content: ""
}

.fa-window-alt:before {
    content: ""
}

.fa-window-close:before {
    content: ""
}

.fa-window-frame:before {
    content: ""
}

.fa-window-frame-open:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-windsock:before {
    content: ""
}

.fa-wine-bottle:before {
    content: ""
}

.fa-wine-glass:before {
    content: ""
}

.fa-wine-glass-alt:before {
    content: ""
}

.fa-wix:before {
    content: ""
}

.fa-wizards-of-the-coast:before {
    content: ""
}

.fa-wolf-pack-battalion:before {
    content: ""
}

.fa-won-sign:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-wordpress-simple:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-wpressr:before {
    content: ""
}

.fa-wreath:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-x-ray:before {
    content: ""
}

.fa-xbox:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-y-combinator:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-yammer:before {
    content: ""
}

.fa-yandex:before {
    content: ""
}

.fa-yandex-international:before {
    content: ""
}

.fa-yarn:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-yen-sign:before {
    content: ""
}

.fa-yin-yang:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-zhihu:before {
    content: ""
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url("../fonts/webfonts/fa-brands-400.eot");src:url("../fonts/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("../fonts/webfonts/fa-brands-400.woff2") format("woff2"),url("../fonts/webfonts/fa-brands-400.woff") format("woff"),url("../fonts/webfonts/fa-brands-400.ttf") format("truetype"),url("../fonts/webfonts/fa-brands-400.svg#fontawesome") format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

@font-face {
    font-family:"Font Awesome 5 Duotone";font-style:normal;font-weight:900;font-display:block;src:url("../fonts/webfonts/fa-duotone-900.eot");src:url("../fonts/webfonts/fa-duotone-900.eot?#iefix") format("embedded-opentype"),url("../fonts/webfonts/fa-duotone-900.woff2") format("woff2"),url("../fonts/webfonts/fa-duotone-900.woff") format("woff"),url("../fonts/webfonts/fa-duotone-900.ttf") format("truetype"),url("../fonts/webfonts/fa-duotone-900.svg#fontawesome") format("svg")
}

.fad {
    position: relative;
    font-family: "Font Awesome 5 Duotone";
    font-weight: 900
}

.fad:before {
    position: absolute;
    color: var(--fa-primary-color, inherit);
    opacity: 1;
    opacity: var(--fa-primary-opacity, 1)
}

.fad:after {
    color: var(--fa-secondary-color, inherit);
    opacity: .4;
    opacity: var(--fa-secondary-opacity, 0.4)
}

.fa-swap-opacity .fad:before,.fad.fa-swap-opacity:before {
    opacity: .4;
    opacity: var(--fa-secondary-opacity, 0.4)
}

.fa-swap-opacity .fad:after,.fad.fa-swap-opacity:after {
    opacity: 1;
    opacity: var(--fa-primary-opacity, 1)
}

.fad.fa-inverse {
    color: #fff
}

.fad.fa-stack-1x,.fad.fa-stack-2x {
    position: absolute
}

.fad.fa-stack-1x:before,.fad.fa-stack-2x:before,.fad.fa-fw:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.fad.fa-abacus:after {
    content: "􏙀"
}

.fad.fa-acorn:after {
    content: "􏚮"
}

.fad.fa-ad:after {
    content: "􏙁"
}

.fad.fa-address-book:after {
    content: "􏊹"
}

.fad.fa-address-card:after {
    content: "􏊻"
}

.fad.fa-adjust:after {
    content: "􏁂"
}

.fad.fa-air-conditioner:after {
    content: "􏣴"
}

.fad.fa-air-freshener:after {
    content: "􏗐"
}

.fad.fa-alarm-clock:after {
    content: "􏍎"
}

.fad.fa-alarm-exclamation:after {
    content: "􏡃"
}

.fad.fa-alarm-plus:after {
    content: "􏡄"
}

.fad.fa-alarm-snooze:after {
    content: "􏡅"
}

.fad.fa-album:after {
    content: "􏢟"
}

.fad.fa-album-collection:after {
    content: "􏢠"
}

.fad.fa-alicorn:after {
    content: "􏚰"
}

.fad.fa-alien:after {
    content: "􏣵"
}

.fad.fa-alien-monster:after {
    content: "􏣶"
}

.fad.fa-align-center:after {
    content: "􏀷"
}

.fad.fa-align-justify:after {
    content: "􏀹"
}

.fad.fa-align-left:after {
    content: "􏀶"
}

.fad.fa-align-right:after {
    content: "􏀸"
}

.fad.fa-align-slash:after {
    content: "􏡆"
}

.fad.fa-allergies:after {
    content: "􏑡"
}

.fad.fa-ambulance:after {
    content: "􏃹"
}

.fad.fa-american-sign-language-interpreting:after {
    content: "􏊣"
}

.fad.fa-amp-guitar:after {
    content: "􏢡"
}

.fad.fa-analytics:after {
    content: "􏙃"
}

.fad.fa-anchor:after {
    content: "􏄽"
}

.fad.fa-angel:after {
    content: "􏝹"
}

.fad.fa-angle-double-down:after {
    content: "􏄃"
}

.fad.fa-angle-double-left:after {
    content: "􏄀"
}

.fad.fa-angle-double-right:after {
    content: "􏄁"
}

.fad.fa-angle-double-up:after {
    content: "􏄂"
}

.fad.fa-angle-down:after {
    content: "􏄇"
}

.fad.fa-angle-left:after {
    content: "􏄄"
}

.fad.fa-angle-right:after {
    content: "􏄅"
}

.fad.fa-angle-up:after {
    content: "􏄆"
}

.fad.fa-angry:after {
    content: "􏕖"
}

.fad.fa-ankh:after {
    content: "􏙄"
}

.fad.fa-apple-alt:after {
    content: "􏗑"
}

.fad.fa-apple-crate:after {
    content: "􏚱"
}

.fad.fa-archive:after {
    content: "􏆇"
}

.fad.fa-archway:after {
    content: "􏕗"
}

.fad.fa-arrow-alt-circle-down:after {
    content: "􏍘"
}

.fad.fa-arrow-alt-circle-left:after {
    content: "􏍙"
}

.fad.fa-arrow-alt-circle-right:after {
    content: "􏍚"
}

.fad.fa-arrow-alt-circle-up:after {
    content: "􏍛"
}

.fad.fa-arrow-alt-down:after {
    content: "􏍔"
}

.fad.fa-arrow-alt-from-bottom:after {
    content: "􏍆"
}

.fad.fa-arrow-alt-from-left:after {
    content: "􏍇"
}

.fad.fa-arrow-alt-from-right:after {
    content: "􏍈"
}

.fad.fa-arrow-alt-from-top:after {
    content: "􏍉"
}

.fad.fa-arrow-alt-left:after {
    content: "􏍕"
}

.fad.fa-arrow-alt-right:after {
    content: "􏍖"
}

.fad.fa-arrow-alt-square-down:after {
    content: "􏍐"
}

.fad.fa-arrow-alt-square-left:after {
    content: "􏍑"
}

.fad.fa-arrow-alt-square-right:after {
    content: "􏍒"
}

.fad.fa-arrow-alt-square-up:after {
    content: "􏍓"
}

.fad.fa-arrow-alt-to-bottom:after {
    content: "􏍊"
}

.fad.fa-arrow-alt-to-left:after {
    content: "􏍋"
}

.fad.fa-arrow-alt-to-right:after {
    content: "􏍌"
}

.fad.fa-arrow-alt-to-top:after {
    content: "􏍍"
}

.fad.fa-arrow-alt-up:after {
    content: "􏍗"
}

.fad.fa-arrow-circle-down:after {
    content: "􏂫"
}

.fad.fa-arrow-circle-left:after {
    content: "􏂨"
}

.fad.fa-arrow-circle-right:after {
    content: "􏂩"
}

.fad.fa-arrow-circle-up:after {
    content: "􏂪"
}

.fad.fa-arrow-down:after {
    content: "􏁣"
}

.fad.fa-arrow-from-bottom:after {
    content: "􏍂"
}

.fad.fa-arrow-from-left:after {
    content: "􏍃"
}

.fad.fa-arrow-from-right:after {
    content: "􏍄"
}

.fad.fa-arrow-from-top:after {
    content: "􏍅"
}

.fad.fa-arrow-left:after {
    content: "􏁠"
}

.fad.fa-arrow-right:after {
    content: "􏁡"
}

.fad.fa-arrow-square-down:after {
    content: "􏌹"
}

.fad.fa-arrow-square-left:after {
    content: "􏌺"
}

.fad.fa-arrow-square-right:after {
    content: "􏌻"
}

.fad.fa-arrow-square-up:after {
    content: "􏌼"
}

.fad.fa-arrow-to-bottom:after {
    content: "􏌽"
}

.fad.fa-arrow-to-left:after {
    content: "􏌾"
}

.fad.fa-arrow-to-right:after {
    content: "􏍀"
}

.fad.fa-arrow-to-top:after {
    content: "􏍁"
}

.fad.fa-arrow-up:after {
    content: "􏁢"
}

.fad.fa-arrows:after {
    content: "􏁇"
}

.fad.fa-arrows-alt:after {
    content: "􏂲"
}

.fad.fa-arrows-alt-h:after {
    content: "􏌷"
}

.fad.fa-arrows-alt-v:after {
    content: "􏌸"
}

.fad.fa-arrows-h:after {
    content: "􏁾"
}

.fad.fa-arrows-v:after {
    content: "􏁽"
}

.fad.fa-assistive-listening-systems:after {
    content: "􏊢"
}

.fad.fa-asterisk:after {
    content: "􏁩"
}

.fad.fa-at:after {
    content: "􏇺"
}

.fad.fa-atlas:after {
    content: "􏕘"
}

.fad.fa-atom:after {
    content: "􏗒"
}

.fad.fa-atom-alt:after {
    content: "􏗓"
}

.fad.fa-audio-description:after {
    content: "􏊞"
}

.fad.fa-award:after {
    content: "􏕙"
}

.fad.fa-axe:after {
    content: "􏚲"
}

.fad.fa-axe-battle:after {
    content: "􏚳"
}

.fad.fa-baby:after {
    content: "􏝼"
}

.fad.fa-baby-carriage:after {
    content: "􏝽"
}

.fad.fa-backpack:after {
    content: "􏗔"
}

.fad.fa-backspace:after {
    content: "􏕚"
}

.fad.fa-backward:after {
    content: "􏁊"
}

.fad.fa-bacon:after {
    content: "􏟥"
}

.fad.fa-bacteria:after {
    content: "􎁙"
}

.fad.fa-bacterium:after {
    content: "􎁚"
}

.fad.fa-badge:after {
    content: "􏌵"
}

.fad.fa-badge-check:after {
    content: "􏌶"
}

.fad.fa-badge-dollar:after {
    content: "􏙅"
}

.fad.fa-badge-percent:after {
    content: "􏙆"
}

.fad.fa-badge-sheriff:after {
    content: "􏢢"
}

.fad.fa-badger-honey:after {
    content: "􏚴"
}

.fad.fa-bags-shopping:after {
    content: "􏡇"
}

.fad.fa-bahai:after {
    content: "􏙦"
}

.fad.fa-balance-scale:after {
    content: "􏉎"
}

.fad.fa-balance-scale-left:after {
    content: "􏔕"
}

.fad.fa-balance-scale-right:after {
    content: "􏔖"
}

.fad.fa-ball-pile:after {
    content: "􏝾"
}

.fad.fa-ballot:after {
    content: "􏜲"
}

.fad.fa-ballot-check:after {
    content: "􏜳"
}

.fad.fa-ban:after {
    content: "􏁞"
}

.fad.fa-band-aid:after {
    content: "􏑢"
}

.fad.fa-banjo:after {
    content: "􏢣"
}

.fad.fa-barcode:after {
    content: "􏀪"
}

.fad.fa-barcode-alt:after {
    content: "􏑣"
}

.fad.fa-barcode-read:after {
    content: "􏑤"
}

.fad.fa-barcode-scan:after {
    content: "􏑥"
}

.fad.fa-bars:after {
    content: "􏃉"
}

.fad.fa-baseball:after {
    content: "􏐲"
}

.fad.fa-baseball-ball:after {
    content: "􏐳"
}

.fad.fa-basketball-ball:after {
    content: "􏐴"
}

.fad.fa-basketball-hoop:after {
    content: "􏐵"
}

.fad.fa-bat:after {
    content: "􏚵"
}

.fad.fa-bath:after {
    content: "􏋍"
}

.fad.fa-battery-bolt:after {
    content: "􏍶"
}

.fad.fa-battery-empty:after {
    content: "􏉄"
}

.fad.fa-battery-full:after {
    content: "􏉀"
}

.fad.fa-battery-half:after {
    content: "􏉂"
}

.fad.fa-battery-quarter:after {
    content: "􏉃"
}

.fad.fa-battery-slash:after {
    content: "􏍷"
}

.fad.fa-battery-three-quarters:after {
    content: "􏉁"
}

.fad.fa-bed:after {
    content: "􏈶"
}

.fad.fa-bed-alt:after {
    content: "􏣷"
}

.fad.fa-bed-bunk:after {
    content: "􏣸"
}

.fad.fa-bed-empty:after {
    content: "􏣹"
}

.fad.fa-beer:after {
    content: "􏃼"
}

.fad.fa-bell:after {
    content: "􏃳"
}

.fad.fa-bell-exclamation:after {
    content: "􏡈"
}

.fad.fa-bell-on:after {
    content: "􏣺"
}

.fad.fa-bell-plus:after {
    content: "􏡉"
}

.fad.fa-bell-school:after {
    content: "􏗕"
}

.fad.fa-bell-school-slash:after {
    content: "􏗖"
}

.fad.fa-bell-slash:after {
    content: "􏇶"
}

.fad.fa-bells:after {
    content: "􏝿"
}

.fad.fa-betamax:after {
    content: "􏢤"
}

.fad.fa-bezier-curve:after {
    content: "􏕛"
}

.fad.fa-bible:after {
    content: "􏙇"
}

.fad.fa-bicycle:after {
    content: "􏈆"
}

.fad.fa-biking:after {
    content: "􏡊"
}

.fad.fa-biking-mountain:after {
    content: "􏡋"
}

.fad.fa-binoculars:after {
    content: "􏇥"
}

.fad.fa-biohazard:after {
    content: "􏞀"
}

.fad.fa-birthday-cake:after {
    content: "􏇽"
}

.fad.fa-blanket:after {
    content: "􏒘"
}

.fad.fa-blender:after {
    content: "􏔗"
}

.fad.fa-blender-phone:after {
    content: "􏚶"
}

.fad.fa-blind:after {
    content: "􏊝"
}

.fad.fa-blinds:after {
    content: "􏣻"
}

.fad.fa-blinds-open:after {
    content: "􏣼"
}

.fad.fa-blinds-raised:after {
    content: "􏣽"
}

.fad.fa-blog:after {
    content: "􏞁"
}

.fad.fa-bold:after {
    content: "􏀲"
}

.fad.fa-bolt:after {
    content: "􏃧"
}

.fad.fa-bomb:after {
    content: "􏇢"
}

.fad.fa-bone:after {
    content: "􏗗"
}

.fad.fa-bone-break:after {
    content: "􏗘"
}

.fad.fa-bong:after {
    content: "􏕜"
}

.fad.fa-book:after {
    content: "􏀭"
}

.fad.fa-book-alt:after {
    content: "􏗙"
}

.fad.fa-book-dead:after {
    content: "􏚷"
}

.fad.fa-book-heart:after {
    content: "􏒙"
}

.fad.fa-book-medical:after {
    content: "􏟦"
}

.fad.fa-book-open:after {
    content: "􏔘"
}

.fad.fa-book-reader:after {
    content: "􏗚"
}

.fad.fa-book-spells:after {
    content: "􏚸"
}

.fad.fa-book-user:after {
    content: "􏟧"
}

.fad.fa-bookmark:after {
    content: "􏀮"
}

.fad.fa-books:after {
    content: "􏗛"
}

.fad.fa-books-medical:after {
    content: "􏟨"
}

.fad.fa-boombox:after {
    content: "􏢥"
}

.fad.fa-boot:after {
    content: "􏞂"
}

.fad.fa-booth-curtain:after {
    content: "􏜴"
}

.fad.fa-border-all:after {
    content: "􏡌"
}

.fad.fa-border-bottom:after {
    content: "􏡍"
}

.fad.fa-border-center-h:after {
    content: "􏢜"
}

.fad.fa-border-center-v:after {
    content: "􏢝"
}

.fad.fa-border-inner:after {
    content: "􏡎"
}

.fad.fa-border-left:after {
    content: "􏡏"
}

.fad.fa-border-none:after {
    content: "􏡐"
}

.fad.fa-border-outer:after {
    content: "􏡑"
}

.fad.fa-border-right:after {
    content: "􏡒"
}

.fad.fa-border-style:after {
    content: "􏡓"
}

.fad.fa-border-style-alt:after {
    content: "􏡔"
}

.fad.fa-border-top:after {
    content: "􏡕"
}

.fad.fa-bow-arrow:after {
    content: "􏚹"
}

.fad.fa-bowling-ball:after {
    content: "􏐶"
}

.fad.fa-bowling-pins:after {
    content: "􏐷"
}

.fad.fa-box:after {
    content: "􏑦"
}

.fad.fa-box-alt:after {
    content: "􏒚"
}

.fad.fa-box-ballot:after {
    content: "􏜵"
}

.fad.fa-box-check:after {
    content: "􏑧"
}

.fad.fa-box-fragile:after {
    content: "􏒛"
}

.fad.fa-box-full:after {
    content: "􏒜"
}

.fad.fa-box-heart:after {
    content: "􏒝"
}

.fad.fa-box-open:after {
    content: "􏒞"
}

.fad.fa-box-tissue:after {
    content: "􎁛"
}

.fad.fa-box-up:after {
    content: "􏒟"
}

.fad.fa-box-usd:after {
    content: "􏒠"
}

.fad.fa-boxes:after {
    content: "􏑨"
}

.fad.fa-boxes-alt:after {
    content: "􏒡"
}

.fad.fa-boxing-glove:after {
    content: "􏐸"
}

.fad.fa-brackets:after {
    content: "􏟩"
}

.fad.fa-brackets-curly:after {
    content: "􏟪"
}

.fad.fa-braille:after {
    content: "􏊡"
}

.fad.fa-brain:after {
    content: "􏗜"
}

.fad.fa-bread-loaf:after {
    content: "􏟫"
}

.fad.fa-bread-slice:after {
    content: "􏟬"
}

.fad.fa-briefcase:after {
    content: "􏂱"
}

.fad.fa-briefcase-medical:after {
    content: "􏑩"
}

.fad.fa-bring-forward:after {
    content: "􏡖"
}

.fad.fa-bring-front:after {
    content: "􏡗"
}

.fad.fa-broadcast-tower:after {
    content: "􏔙"
}

.fad.fa-broom:after {
    content: "􏔚"
}

.fad.fa-browser:after {
    content: "􏍾"
}

.fad.fa-brush:after {
    content: "􏕝"
}

.fad.fa-bug:after {
    content: "􏆈"
}

.fad.fa-building:after {
    content: "􏆭"
}

.fad.fa-bullhorn:after {
    content: "􏂡"
}

.fad.fa-bullseye:after {
    content: "􏅀"
}

.fad.fa-bullseye-arrow:after {
    content: "􏙈"
}

.fad.fa-bullseye-pointer:after {
    content: "􏙉"
}

.fad.fa-burger-soda:after {
    content: "􏡘"
}

.fad.fa-burn:after {
    content: "􏑪"
}

.fad.fa-burrito:after {
    content: "􏟭"
}

.fad.fa-bus:after {
    content: "􏈇"
}

.fad.fa-bus-alt:after {
    content: "􏕞"
}

.fad.fa-bus-school:after {
    content: "􏗝"
}

.fad.fa-business-time:after {
    content: "􏙊"
}

.fad.fa-cabinet-filing:after {
    content: "􏙋"
}

.fad.fa-cactus:after {
    content: "􏢧"
}

.fad.fa-calculator:after {
    content: "􏇬"
}

.fad.fa-calculator-alt:after {
    content: "􏙌"
}

.fad.fa-calendar:after {
    content: "􏄳"
}

.fad.fa-calendar-alt:after {
    content: "􏁳"
}

.fad.fa-calendar-check:after {
    content: "􏉴"
}

.fad.fa-calendar-day:after {
    content: "􏞃"
}

.fad.fa-calendar-edit:after {
    content: "􏌳"
}

.fad.fa-calendar-exclamation:after {
    content: "􏌴"
}

.fad.fa-calendar-minus:after {
    content: "􏉲"
}

.fad.fa-calendar-plus:after {
    content: "􏉱"
}

.fad.fa-calendar-star:after {
    content: "􏜶"
}

.fad.fa-calendar-times:after {
    content: "􏉳"
}

.fad.fa-calendar-week:after {
    content: "􏞄"
}

.fad.fa-camcorder:after {
    content: "􏢨"
}

.fad.fa-camera:after {
    content: "􏀰"
}

.fad.fa-camera-alt:after {
    content: "􏌲"
}

.fad.fa-camera-home:after {
    content: "􏣾"
}

.fad.fa-camera-movie:after {
    content: "􏢩"
}

.fad.fa-camera-polaroid:after {
    content: "􏢪"
}

.fad.fa-camera-retro:after {
    content: "􏂃"
}

.fad.fa-campfire:after {
    content: "􏚺"
}

.fad.fa-campground:after {
    content: "􏚻"
}

.fad.fa-candle-holder:after {
    content: "􏚼"
}

.fad.fa-candy-cane:after {
    content: "􏞆"
}

.fad.fa-candy-corn:after {
    content: "􏚽"
}

.fad.fa-cannabis:after {
    content: "􏕟"
}

.fad.fa-capsules:after {
    content: "􏑫"
}

.fad.fa-car:after {
    content: "􏆹"
}

.fad.fa-car-alt:after {
    content: "􏗞"
}

.fad.fa-car-battery:after {
    content: "􏗟"
}

.fad.fa-car-building:after {
    content: "􏡙"
}

.fad.fa-car-bump:after {
    content: "􏗠"
}

.fad.fa-car-bus:after {
    content: "􏡚"
}

.fad.fa-car-crash:after {
    content: "􏗡"
}

.fad.fa-car-garage:after {
    content: "􏗢"
}

.fad.fa-car-mechanic:after {
    content: "􏗣"
}

.fad.fa-car-side:after {
    content: "􏗤"
}

.fad.fa-car-tilt:after {
    content: "􏗥"
}

.fad.fa-car-wash:after {
    content: "􏗦"
}

.fad.fa-caravan:after {
    content: "􏣿"
}

.fad.fa-caravan-alt:after {
    content: "􎀀"
}

.fad.fa-caret-circle-down:after {
    content: "􏌭"
}

.fad.fa-caret-circle-left:after {
    content: "􏌮"
}

.fad.fa-caret-circle-right:after {
    content: "􏌰"
}

.fad.fa-caret-circle-up:after {
    content: "􏌱"
}

.fad.fa-caret-down:after {
    content: "􏃗"
}

.fad.fa-caret-left:after {
    content: "􏃙"
}

.fad.fa-caret-right:after {
    content: "􏃚"
}

.fad.fa-caret-square-down:after {
    content: "􏅐"
}

.fad.fa-caret-square-left:after {
    content: "􏆑"
}

.fad.fa-caret-square-right:after {
    content: "􏅒"
}

.fad.fa-caret-square-up:after {
    content: "􏅑"
}

.fad.fa-caret-up:after {
    content: "􏃘"
}

.fad.fa-carrot:after {
    content: "􏞇"
}

.fad.fa-cars:after {
    content: "􏡛"
}

.fad.fa-cart-arrow-down:after {
    content: "􏈘"
}

.fad.fa-cart-plus:after {
    content: "􏈗"
}

.fad.fa-cash-register:after {
    content: "􏞈"
}

.fad.fa-cassette-tape:after {
    content: "􏢫"
}

.fad.fa-cat:after {
    content: "􏚾"
}

.fad.fa-cat-space:after {
    content: "􎀁"
}

.fad.fa-cauldron:after {
    content: "􏚿"
}

.fad.fa-cctv:after {
    content: "􏢬"
}

.fad.fa-certificate:after {
    content: "􏂣"
}

.fad.fa-chair:after {
    content: "􏛀"
}

.fad.fa-chair-office:after {
    content: "􏛁"
}

.fad.fa-chalkboard:after {
    content: "􏔛"
}

.fad.fa-chalkboard-teacher:after {
    content: "􏔜"
}

.fad.fa-charging-station:after {
    content: "􏗧"
}

.fad.fa-chart-area:after {
    content: "􏇾"
}

.fad.fa-chart-bar:after {
    content: "􏂀"
}

.fad.fa-chart-line:after {
    content: "􏈁"
}

.fad.fa-chart-line-down:after {
    content: "􏙍"
}

.fad.fa-chart-network:after {
    content: "􏞊"
}

.fad.fa-chart-pie:after {
    content: "􏈀"
}

.fad.fa-chart-pie-alt:after {
    content: "􏙎"
}

.fad.fa-chart-scatter:after {
    content: "􏟮"
}

.fad.fa-check:after {
    content: "􏀌"
}

.fad.fa-check-circle:after {
    content: "􏁘"
}

.fad.fa-check-double:after {
    content: "􏕠"
}

.fad.fa-check-square:after {
    content: "􏅊"
}

.fad.fa-cheese:after {
    content: "􏟯"
}

.fad.fa-cheese-swiss:after {
    content: "􏟰"
}

.fad.fa-cheeseburger:after {
    content: "􏟱"
}

.fad.fa-chess:after {
    content: "􏐹"
}

.fad.fa-chess-bishop:after {
    content: "􏐺"
}

.fad.fa-chess-bishop-alt:after {
    content: "􏐻"
}

.fad.fa-chess-board:after {
    content: "􏐼"
}

.fad.fa-chess-clock:after {
    content: "􏐽"
}

.fad.fa-chess-clock-alt:after {
    content: "􏐾"
}

.fad.fa-chess-king:after {
    content: "􏐿"
}

.fad.fa-chess-king-alt:after {
    content: "􏑀"
}

.fad.fa-chess-knight:after {
    content: "􏑁"
}

.fad.fa-chess-knight-alt:after {
    content: "􏑂"
}

.fad.fa-chess-pawn:after {
    content: "􏑃"
}

.fad.fa-chess-pawn-alt:after {
    content: "􏑄"
}

.fad.fa-chess-queen:after {
    content: "􏑅"
}

.fad.fa-chess-queen-alt:after {
    content: "􏑆"
}

.fad.fa-chess-rook:after {
    content: "􏑇"
}

.fad.fa-chess-rook-alt:after {
    content: "􏑈"
}

.fad.fa-chevron-circle-down:after {
    content: "􏄺"
}

.fad.fa-chevron-circle-left:after {
    content: "􏄷"
}

.fad.fa-chevron-circle-right:after {
    content: "􏄸"
}

.fad.fa-chevron-circle-up:after {
    content: "􏄹"
}

.fad.fa-chevron-double-down:after {
    content: "􏌢"
}

.fad.fa-chevron-double-left:after {
    content: "􏌣"
}

.fad.fa-chevron-double-right:after {
    content: "􏌤"
}

.fad.fa-chevron-double-up:after {
    content: "􏌥"
}

.fad.fa-chevron-down:after {
    content: "􏁸"
}

.fad.fa-chevron-left:after {
    content: "􏁓"
}

.fad.fa-chevron-right:after {
    content: "􏁔"
}

.fad.fa-chevron-square-down:after {
    content: "􏌩"
}

.fad.fa-chevron-square-left:after {
    content: "􏌪"
}

.fad.fa-chevron-square-right:after {
    content: "􏌫"
}

.fad.fa-chevron-square-up:after {
    content: "􏌬"
}

.fad.fa-chevron-up:after {
    content: "􏁷"
}

.fad.fa-child:after {
    content: "􏆮"
}

.fad.fa-chimney:after {
    content: "􏞋"
}

.fad.fa-church:after {
    content: "􏔝"
}

.fad.fa-circle:after {
    content: "􏄑"
}

.fad.fa-circle-notch:after {
    content: "􏇎"
}

.fad.fa-city:after {
    content: "􏙏"
}

.fad.fa-clarinet:after {
    content: "􏢭"
}

.fad.fa-claw-marks:after {
    content: "􏛂"
}

.fad.fa-clinic-medical:after {
    content: "􏟲"
}

.fad.fa-clipboard:after {
    content: "􏌨"
}

.fad.fa-clipboard-check:after {
    content: "􏑬"
}

.fad.fa-clipboard-list:after {
    content: "􏑭"
}

.fad.fa-clipboard-list-check:after {
    content: "􏜷"
}

.fad.fa-clipboard-prescription:after {
    content: "􏗨"
}

.fad.fa-clipboard-user:after {
    content: "􏟳"
}

.fad.fa-clock:after {
    content: "􏀗"
}

.fad.fa-clone:after {
    content: "􏉍"
}

.fad.fa-closed-captioning:after {
    content: "􏈊"
}

.fad.fa-cloud:after {
    content: "􏃂"
}

.fad.fa-cloud-download:after {
    content: "􏃭"
}

.fad.fa-cloud-download-alt:after {
    content: "􏎁"
}

.fad.fa-cloud-drizzle:after {
    content: "􏜸"
}

.fad.fa-cloud-hail:after {
    content: "􏜹"
}

.fad.fa-cloud-hail-mixed:after {
    content: "􏜺"
}

.fad.fa-cloud-meatball:after {
    content: "􏜻"
}

.fad.fa-cloud-moon:after {
    content: "􏛃"
}

.fad.fa-cloud-moon-rain:after {
    content: "􏜼"
}

.fad.fa-cloud-music:after {
    content: "􏢮"
}

.fad.fa-cloud-rain:after {
    content: "􏜽"
}

.fad.fa-cloud-rainbow:after {
    content: "􏜾"
}

.fad.fa-cloud-showers:after {
    content: "􏜿"
}

.fad.fa-cloud-showers-heavy:after {
    content: "􏝀"
}

.fad.fa-cloud-sleet:after {
    content: "􏝁"
}

.fad.fa-cloud-snow:after {
    content: "􏝂"
}

.fad.fa-cloud-sun:after {
    content: "􏛄"
}

.fad.fa-cloud-sun-rain:after {
    content: "􏝃"
}

.fad.fa-cloud-upload:after {
    content: "􏃮"
}

.fad.fa-cloud-upload-alt:after {
    content: "􏎂"
}

.fad.fa-clouds:after {
    content: "􏝄"
}

.fad.fa-clouds-moon:after {
    content: "􏝅"
}

.fad.fa-clouds-sun:after {
    content: "􏝆"
}

.fad.fa-club:after {
    content: "􏌧"
}

.fad.fa-cocktail:after {
    content: "􏕡"
}

.fad.fa-code:after {
    content: "􏄡"
}

.fad.fa-code-branch:after {
    content: "􏄦"
}

.fad.fa-code-commit:after {
    content: "􏎆"
}

.fad.fa-code-merge:after {
    content: "􏎇"
}

.fad.fa-coffee:after {
    content: "􏃴"
}

.fad.fa-coffee-pot:after {
    content: "􎀂"
}

.fad.fa-coffee-togo:after {
    content: "􏛅"
}

.fad.fa-coffin:after {
    content: "􏛆"
}

.fad.fa-coffin-cross:after {
    content: "􎁑"
}

.fad.fa-cog:after {
    content: "􏀓"
}

.fad.fa-cogs:after {
    content: "􏂅"
}

.fad.fa-coin:after {
    content: "􏡜"
}

.fad.fa-coins:after {
    content: "􏔞"
}

.fad.fa-columns:after {
    content: "􏃛"
}

.fad.fa-comet:after {
    content: "􎀃"
}

.fad.fa-comment:after {
    content: "􏁵"
}

.fad.fa-comment-alt:after {
    content: "􏉺"
}

.fad.fa-comment-alt-check:after {
    content: "􏒢"
}

.fad.fa-comment-alt-dollar:after {
    content: "􏙐"
}

.fad.fa-comment-alt-dots:after {
    content: "􏒣"
}

.fad.fa-comment-alt-edit:after {
    content: "􏒤"
}

.fad.fa-comment-alt-exclamation:after {
    content: "􏒥"
}

.fad.fa-comment-alt-lines:after {
    content: "􏒦"
}

.fad.fa-comment-alt-medical:after {
    content: "􏟴"
}

.fad.fa-comment-alt-minus:after {
    content: "􏒧"
}

.fad.fa-comment-alt-music:after {
    content: "􏢯"
}

.fad.fa-comment-alt-plus:after {
    content: "􏒨"
}

.fad.fa-comment-alt-slash:after {
    content: "􏒩"
}

.fad.fa-comment-alt-smile:after {
    content: "􏒪"
}

.fad.fa-comment-alt-times:after {
    content: "􏒫"
}

.fad.fa-comment-check:after {
    content: "􏒬"
}

.fad.fa-comment-dollar:after {
    content: "􏙑"
}

.fad.fa-comment-dots:after {
    content: "􏒭"
}

.fad.fa-comment-edit:after {
    content: "􏒮"
}

.fad.fa-comment-exclamation:after {
    content: "􏒯"
}

.fad.fa-comment-lines:after {
    content: "􏒰"
}

.fad.fa-comment-medical:after {
    content: "􏟵"
}

.fad.fa-comment-minus:after {
    content: "􏒱"
}

.fad.fa-comment-music:after {
    content: "􏢰"
}

.fad.fa-comment-plus:after {
    content: "􏒲"
}

.fad.fa-comment-slash:after {
    content: "􏒳"
}

.fad.fa-comment-smile:after {
    content: "􏒴"
}

.fad.fa-comment-times:after {
    content: "􏒵"
}

.fad.fa-comments:after {
    content: "􏂆"
}

.fad.fa-comments-alt:after {
    content: "􏒶"
}

.fad.fa-comments-alt-dollar:after {
    content: "􏙒"
}

.fad.fa-comments-dollar:after {
    content: "􏙓"
}

.fad.fa-compact-disc:after {
    content: "􏔟"
}

.fad.fa-compass:after {
    content: "􏅎"
}

.fad.fa-compass-slash:after {
    content: "􏗩"
}

.fad.fa-compress:after {
    content: "􏁦"
}

.fad.fa-compress-alt:after {
    content: "􏐢"
}

.fad.fa-compress-arrows-alt:after {
    content: "􏞌"
}

.fad.fa-compress-wide:after {
    content: "􏌦"
}

.fad.fa-computer-classic:after {
    content: "􏢱"
}

.fad.fa-computer-speaker:after {
    content: "􏢲"
}

.fad.fa-concierge-bell:after {
    content: "􏕢"
}

.fad.fa-construction:after {
    content: "􏡝"
}

.fad.fa-container-storage:after {
    content: "􏒷"
}

.fad.fa-conveyor-belt:after {
    content: "􏑮"
}

.fad.fa-conveyor-belt-alt:after {
    content: "􏑯"
}

.fad.fa-cookie:after {
    content: "􏕣"
}

.fad.fa-cookie-bite:after {
    content: "􏕤"
}

.fad.fa-copy:after {
    content: "􏃅"
}

.fad.fa-copyright:after {
    content: "􏇹"
}

.fad.fa-corn:after {
    content: "􏛇"
}

.fad.fa-couch:after {
    content: "􏒸"
}

.fad.fa-cow:after {
    content: "􏛈"
}

.fad.fa-cowbell:after {
    content: "􏢳"
}

.fad.fa-cowbell-more:after {
    content: "􏢴"
}

.fad.fa-credit-card:after {
    content: "􏂝"
}

.fad.fa-credit-card-blank:after {
    content: "􏎉"
}

.fad.fa-credit-card-front:after {
    content: "􏎊"
}

.fad.fa-cricket:after {
    content: "􏑉"
}

.fad.fa-croissant:after {
    content: "􏟶"
}

.fad.fa-crop:after {
    content: "􏄥"
}

.fad.fa-crop-alt:after {
    content: "􏕥"
}

.fad.fa-cross:after {
    content: "􏙔"
}

.fad.fa-crosshairs:after {
    content: "􏁛"
}

.fad.fa-crow:after {
    content: "􏔠"
}

.fad.fa-crown:after {
    content: "􏔡"
}

.fad.fa-crutch:after {
    content: "􏟷"
}

.fad.fa-crutches:after {
    content: "􏟸"
}

.fad.fa-cube:after {
    content: "􏆲"
}

.fad.fa-cubes:after {
    content: "􏆳"
}

.fad.fa-curling:after {
    content: "􏑊"
}

.fad.fa-cut:after {
    content: "􏃄"
}

.fad.fa-dagger:after {
    content: "􏛋"
}

.fad.fa-database:after {
    content: "􏇀"
}

.fad.fa-deaf:after {
    content: "􏊤"
}

.fad.fa-debug:after {
    content: "􏟹"
}

.fad.fa-deer:after {
    content: "􏞎"
}

.fad.fa-deer-rudolph:after {
    content: "􏞏"
}

.fad.fa-democrat:after {
    content: "􏝇"
}

.fad.fa-desktop:after {
    content: "􏄈"
}

.fad.fa-desktop-alt:after {
    content: "􏎐"
}

.fad.fa-dewpoint:after {
    content: "􏝈"
}

.fad.fa-dharmachakra:after {
    content: "􏙕"
}

.fad.fa-diagnoses:after {
    content: "􏑰"
}

.fad.fa-diamond:after {
    content: "􏈙"
}

.fad.fa-dice:after {
    content: "􏔢"
}

.fad.fa-dice-d10:after {
    content: "􏛍"
}

.fad.fa-dice-d12:after {
    content: "􏛎"
}

.fad.fa-dice-d20:after {
    content: "􏛏"
}

.fad.fa-dice-d4:after {
    content: "􏛐"
}

.fad.fa-dice-d6:after {
    content: "􏛑"
}

.fad.fa-dice-d8:after {
    content: "􏛒"
}

.fad.fa-dice-five:after {
    content: "􏔣"
}

.fad.fa-dice-four:after {
    content: "􏔤"
}

.fad.fa-dice-one:after {
    content: "􏔥"
}

.fad.fa-dice-six:after {
    content: "􏔦"
}

.fad.fa-dice-three:after {
    content: "􏔧"
}

.fad.fa-dice-two:after {
    content: "􏔨"
}

.fad.fa-digging:after {
    content: "􏡞"
}

.fad.fa-digital-tachograph:after {
    content: "􏕦"
}

.fad.fa-diploma:after {
    content: "􏗪"
}

.fad.fa-directions:after {
    content: "􏗫"
}

.fad.fa-disc-drive:after {
    content: "􏢵"
}

.fad.fa-disease:after {
    content: "􏟺"
}

.fad.fa-divide:after {
    content: "􏔩"
}

.fad.fa-dizzy:after {
    content: "􏕧"
}

.fad.fa-dna:after {
    content: "􏑱"
}

.fad.fa-do-not-enter:after {
    content: "􏗬"
}

.fad.fa-dog:after {
    content: "􏛓"
}

.fad.fa-dog-leashed:after {
    content: "􏛔"
}

.fad.fa-dollar-sign:after {
    content: "􏅕"
}

.fad.fa-dolly:after {
    content: "􏑲"
}

.fad.fa-dolly-empty:after {
    content: "􏑳"
}

.fad.fa-dolly-flatbed:after {
    content: "􏑴"
}

.fad.fa-dolly-flatbed-alt:after {
    content: "􏑵"
}

.fad.fa-dolly-flatbed-empty:after {
    content: "􏑶"
}

.fad.fa-donate:after {
    content: "􏒹"
}

.fad.fa-door-closed:after {
    content: "􏔪"
}

.fad.fa-door-open:after {
    content: "􏔫"
}

.fad.fa-dot-circle:after {
    content: "􏆒"
}

.fad.fa-dove:after {
    content: "􏒺"
}

.fad.fa-download:after {
    content: "􏀙"
}

.fad.fa-drafting-compass:after {
    content: "􏕨"
}

.fad.fa-dragon:after {
    content: "􏛕"
}

.fad.fa-draw-circle:after {
    content: "􏗭"
}

.fad.fa-draw-polygon:after {
    content: "􏗮"
}

.fad.fa-draw-square:after {
    content: "􏗯"
}

.fad.fa-dreidel:after {
    content: "􏞒"
}

.fad.fa-drone:after {
    content: "􏡟"
}

.fad.fa-drone-alt:after {
    content: "􏡠"
}

.fad.fa-drum:after {
    content: "􏕩"
}

.fad.fa-drum-steelpan:after {
    content: "􏕪"
}

.fad.fa-drumstick:after {
    content: "􏛖"
}

.fad.fa-drumstick-bite:after {
    content: "􏛗"
}

.fad.fa-dryer:after {
    content: "􏡡"
}

.fad.fa-dryer-alt:after {
    content: "􏡢"
}

.fad.fa-duck:after {
    content: "􏛘"
}

.fad.fa-dumbbell:after {
    content: "􏑋"
}

.fad.fa-dumpster:after {
    content: "􏞓"
}

.fad.fa-dumpster-fire:after {
    content: "􏞔"
}

.fad.fa-dungeon:after {
    content: "􏛙"
}

.fad.fa-ear:after {
    content: "􏗰"
}

.fad.fa-ear-muffs:after {
    content: "􏞕"
}

.fad.fa-eclipse:after {
    content: "􏝉"
}

.fad.fa-eclipse-alt:after {
    content: "􏝊"
}

.fad.fa-edit:after {
    content: "􏁄"
}

.fad.fa-egg:after {
    content: "􏟻"
}

.fad.fa-egg-fried:after {
    content: "􏟼"
}

.fad.fa-eject:after {
    content: "􏁒"
}

.fad.fa-elephant:after {
    content: "􏛚"
}

.fad.fa-ellipsis-h:after {
    content: "􏅁"
}

.fad.fa-ellipsis-h-alt:after {
    content: "􏎛"
}

.fad.fa-ellipsis-v:after {
    content: "􏅂"
}

.fad.fa-ellipsis-v-alt:after {
    content: "􏎜"
}

.fad.fa-empty-set:after {
    content: "􏙖"
}

.fad.fa-engine-warning:after {
    content: "􏗲"
}

.fad.fa-envelope:after {
    content: "􏃠"
}

.fad.fa-envelope-open:after {
    content: "􏊶"
}

.fad.fa-envelope-open-dollar:after {
    content: "􏙗"
}

.fad.fa-envelope-open-text:after {
    content: "􏙘"
}

.fad.fa-envelope-square:after {
    content: "􏆙"
}

.fad.fa-equals:after {
    content: "􏔬"
}

.fad.fa-eraser:after {
    content: "􏄭"
}

.fad.fa-ethernet:after {
    content: "􏞖"
}

.fad.fa-euro-sign:after {
    content: "􏅓"
}

.fad.fa-exchange:after {
    content: "􏃬"
}

.fad.fa-exchange-alt:after {
    content: "􏍢"
}

.fad.fa-exclamation:after {
    content: "􏄪"
}

.fad.fa-exclamation-circle:after {
    content: "􏁪"
}

.fad.fa-exclamation-square:after {
    content: "􏌡"
}

.fad.fa-exclamation-triangle:after {
    content: "􏁱"
}

.fad.fa-expand:after {
    content: "􏁥"
}

.fad.fa-expand-alt:after {
    content: "􏐤"
}

.fad.fa-expand-arrows:after {
    content: "􏌝"
}

.fad.fa-expand-arrows-alt:after {
    content: "􏌞"
}

.fad.fa-expand-wide:after {
    content: "􏌠"
}

.fad.fa-external-link:after {
    content: "􏂎"
}

.fad.fa-external-link-alt:after {
    content: "􏍝"
}

.fad.fa-external-link-square:after {
    content: "􏅌"
}

.fad.fa-external-link-square-alt:after {
    content: "􏍠"
}

.fad.fa-eye:after {
    content: "􏁮"
}

.fad.fa-eye-dropper:after {
    content: "􏇻"
}

.fad.fa-eye-evil:after {
    content: "􏛛"
}

.fad.fa-eye-slash:after {
    content: "􏁰"
}

.fad.fa-fan:after {
    content: "􏡣"
}

.fad.fa-fan-table:after {
    content: "􎀄"
}

.fad.fa-farm:after {
    content: "􏡤"
}

.fad.fa-fast-backward:after {
    content: "􏁉"
}

.fad.fa-fast-forward:after {
    content: "􏁐"
}

.fad.fa-faucet:after {
    content: "􎀅"
}

.fad.fa-faucet-drip:after {
    content: "􎀆"
}

.fad.fa-fax:after {
    content: "􏆬"
}

.fad.fa-feather:after {
    content: "􏔭"
}

.fad.fa-feather-alt:after {
    content: "􏕫"
}

.fad.fa-female:after {
    content: "􏆂"
}

.fad.fa-field-hockey:after {
    content: "􏑌"
}

.fad.fa-fighter-jet:after {
    content: "􏃻"
}

.fad.fa-file:after {
    content: "􏅛"
}

.fad.fa-file-alt:after {
    content: "􏅜"
}

.fad.fa-file-archive:after {
    content: "􏇆"
}

.fad.fa-file-audio:after {
    content: "􏇇"
}

.fad.fa-file-certificate:after {
    content: "􏗳"
}

.fad.fa-file-chart-line:after {
    content: "􏙙"
}

.fad.fa-file-chart-pie:after {
    content: "􏙚"
}

.fad.fa-file-check:after {
    content: "􏌖"
}

.fad.fa-file-code:after {
    content: "􏇉"
}

.fad.fa-file-contract:after {
    content: "􏕬"
}

.fad.fa-file-csv:after {
    content: "􏛝"
}

.fad.fa-file-download:after {
    content: "􏕭"
}

.fad.fa-file-edit:after {
    content: "􏌜"
}

.fad.fa-file-excel:after {
    content: "􏇃"
}

.fad.fa-file-exclamation:after {
    content: "􏌚"
}

.fad.fa-file-export:after {
    content: "􏕮"
}

.fad.fa-file-image:after {
    content: "􏇅"
}

.fad.fa-file-import:after {
    content: "􏕯"
}

.fad.fa-file-invoice:after {
    content: "􏕰"
}

.fad.fa-file-invoice-dollar:after {
    content: "􏕱"
}

.fad.fa-file-medical:after {
    content: "􏑷"
}

.fad.fa-file-medical-alt:after {
    content: "􏑸"
}

.fad.fa-file-minus:after {
    content: "􏌘"
}

.fad.fa-file-music:after {
    content: "􏢶"
}

.fad.fa-file-pdf:after {
    content: "􏇁"
}

.fad.fa-file-plus:after {
    content: "􏌙"
}

.fad.fa-file-powerpoint:after {
    content: "􏇄"
}

.fad.fa-file-prescription:after {
    content: "􏕲"
}

.fad.fa-file-search:after {
    content: "􏡥"
}

.fad.fa-file-signature:after {
    content: "􏕳"
}

.fad.fa-file-spreadsheet:after {
    content: "􏙛"
}

.fad.fa-file-times:after {
    content: "􏌗"
}

.fad.fa-file-upload:after {
    content: "􏕴"
}

.fad.fa-file-user:after {
    content: "􏙜"
}

.fad.fa-file-video:after {
    content: "􏇈"
}

.fad.fa-file-word:after {
    content: "􏇂"
}

.fad.fa-files-medical:after {
    content: "􏟽"
}

.fad.fa-fill:after {
    content: "􏕵"
}

.fad.fa-fill-drip:after {
    content: "􏕶"
}

.fad.fa-film:after {
    content: "􏀈"
}

.fad.fa-film-alt:after {
    content: "􏎠"
}

.fad.fa-film-canister:after {
    content: "􏢷"
}

.fad.fa-filter:after {
    content: "􏂰"
}

.fad.fa-fingerprint:after {
    content: "􏕷"
}

.fad.fa-fire:after {
    content: "􏁭"
}

.fad.fa-fire-alt:after {
    content: "􏟤"
}

.fad.fa-fire-extinguisher:after {
    content: "􏄴"
}

.fad.fa-fire-smoke:after {
    content: "􏝋"
}

.fad.fa-fireplace:after {
    content: "􏞚"
}

.fad.fa-first-aid:after {
    content: "􏑹"
}

.fad.fa-fish:after {
    content: "􏕸"
}

.fad.fa-fish-cooked:after {
    content: "􏟾"
}

.fad.fa-fist-raised:after {
    content: "􏛞"
}

.fad.fa-flag:after {
    content: "􏀤"
}

.fad.fa-flag-alt:after {
    content: "􏝌"
}

.fad.fa-flag-checkered:after {
    content: "􏄞"
}

.fad.fa-flag-usa:after {
    content: "􏝍"
}

.fad.fa-flame:after {
    content: "􏛟"
}

.fad.fa-flashlight:after {
    content: "􏢸"
}

.fad.fa-flask:after {
    content: "􏃃"
}

.fad.fa-flask-poison:after {
    content: "􏛠"
}

.fad.fa-flask-potion:after {
    content: "􏛡"
}

.fad.fa-flower:after {
    content: "􏟿"
}

.fad.fa-flower-daffodil:after {
    content: "􏠀"
}

.fad.fa-flower-tulip:after {
    content: "􏠁"
}

.fad.fa-flushed:after {
    content: "􏕹"
}

.fad.fa-flute:after {
    content: "􏢹"
}

.fad.fa-flux-capacitor:after {
    content: "􏢺"
}

.fad.fa-fog:after {
    content: "􏝎"
}

.fad.fa-folder:after {
    content: "􏁻"
}

.fad.fa-folder-download:after {
    content: "􎁓"
}

.fad.fa-folder-minus:after {
    content: "􏙝"
}

.fad.fa-folder-open:after {
    content: "􏁼"
}

.fad.fa-folder-plus:after {
    content: "􏙞"
}

.fad.fa-folder-times:after {
    content: "􏙟"
}

.fad.fa-folder-tree:after {
    content: "􏠂"
}

.fad.fa-folder-upload:after {
    content: "􎁔"
}

.fad.fa-folders:after {
    content: "􏙠"
}

.fad.fa-font:after {
    content: "􏀱"
}

.fad.fa-font-awesome-logo-full:after {
    content: "􏓦"
}

.fad.fa-font-case:after {
    content: "􏡦"
}

.fad.fa-football-ball:after {
    content: "􏑎"
}

.fad.fa-football-helmet:after {
    content: "􏑏"
}

.fad.fa-forklift:after {
    content: "􏑺"
}

.fad.fa-forward:after {
    content: "􏁎"
}

.fad.fa-fragile:after {
    content: "􏒻"
}

.fad.fa-french-fries:after {
    content: "􏠃"
}

.fad.fa-frog:after {
    content: "􏔮"
}

.fad.fa-frosty-head:after {
    content: "􏞛"
}

.fad.fa-frown:after {
    content: "􏄙"
}

.fad.fa-frown-open:after {
    content: "􏕺"
}

.fad.fa-function:after {
    content: "􏙡"
}

.fad.fa-funnel-dollar:after {
    content: "􏙢"
}

.fad.fa-futbol:after {
    content: "􏇣"
}

.fad.fa-galaxy:after {
    content: "􎀈"
}

.fad.fa-game-board:after {
    content: "􏡧"
}

.fad.fa-game-board-alt:after {
    content: "􏡨"
}

.fad.fa-game-console-handheld:after {
    content: "􏢻"
}

.fad.fa-gamepad:after {
    content: "􏄛"
}

.fad.fa-gamepad-alt:after {
    content: "􏢼"
}

.fad.fa-garage:after {
    content: "􎀉"
}

.fad.fa-garage-car:after {
    content: "􎀊"
}

.fad.fa-garage-open:after {
    content: "􎀋"
}

.fad.fa-gas-pump:after {
    content: "􏔯"
}

.fad.fa-gas-pump-slash:after {
    content: "􏗴"
}

.fad.fa-gavel:after {
    content: "􏃣"
}

.fad.fa-gem:after {
    content: "􏎥"
}

.fad.fa-genderless:after {
    content: "􏈭"
}

.fad.fa-ghost:after {
    content: "􏛢"
}

.fad.fa-gift:after {
    content: "􏁫"
}

.fad.fa-gift-card:after {
    content: "􏙣"
}

.fad.fa-gifts:after {
    content: "􏞜"
}

.fad.fa-gingerbread-man:after {
    content: "􏞝"
}

.fad.fa-glass:after {
    content: "􏠄"
}

.fad.fa-glass-champagne:after {
    content: "􏞞"
}

.fad.fa-glass-cheers:after {
    content: "􏞟"
}

.fad.fa-glass-citrus:after {
    content: "􏡩"
}

.fad.fa-glass-martini:after {
    content: "􏀀"
}

.fad.fa-glass-martini-alt:after {
    content: "􏕻"
}

.fad.fa-glass-whiskey:after {
    content: "􏞠"
}

.fad.fa-glass-whiskey-rocks:after {
    content: "􏞡"
}

.fad.fa-glasses:after {
    content: "􏔰"
}

.fad.fa-glasses-alt:after {
    content: "􏗵"
}

.fad.fa-globe:after {
    content: "􏂬"
}

.fad.fa-globe-africa:after {
    content: "􏕼"
}

.fad.fa-globe-americas:after {
    content: "􏕽"
}

.fad.fa-globe-asia:after {
    content: "􏕾"
}

.fad.fa-globe-europe:after {
    content: "􏞢"
}

.fad.fa-globe-snow:after {
    content: "􏞣"
}

.fad.fa-globe-stand:after {
    content: "􏗶"
}

.fad.fa-golf-ball:after {
    content: "􏑐"
}

.fad.fa-golf-club:after {
    content: "􏑑"
}

.fad.fa-gopuram:after {
    content: "􏙤"
}

.fad.fa-graduation-cap:after {
    content: "􏆝"
}

.fad.fa-gramophone:after {
    content: "􏢽"
}

.fad.fa-greater-than:after {
    content: "􏔱"
}

.fad.fa-greater-than-equal:after {
    content: "􏔲"
}

.fad.fa-grimace:after {
    content: "􏕿"
}

.fad.fa-grin:after {
    content: "􏖀"
}

.fad.fa-grin-alt:after {
    content: "􏖁"
}

.fad.fa-grin-beam:after {
    content: "􏖂"
}

.fad.fa-grin-beam-sweat:after {
    content: "􏖃"
}

.fad.fa-grin-hearts:after {
    content: "􏖄"
}

.fad.fa-grin-squint:after {
    content: "􏖅"
}

.fad.fa-grin-squint-tears:after {
    content: "􏖆"
}

.fad.fa-grin-stars:after {
    content: "􏖇"
}

.fad.fa-grin-tears:after {
    content: "􏖈"
}

.fad.fa-grin-tongue:after {
    content: "􏖉"
}

.fad.fa-grin-tongue-squint:after {
    content: "􏖊"
}

.fad.fa-grin-tongue-wink:after {
    content: "􏖋"
}

.fad.fa-grin-wink:after {
    content: "􏖌"
}

.fad.fa-grip-horizontal:after {
    content: "􏖍"
}

.fad.fa-grip-lines:after {
    content: "􏞤"
}

.fad.fa-grip-lines-vertical:after {
    content: "􏞥"
}

.fad.fa-grip-vertical:after {
    content: "􏖎"
}

.fad.fa-guitar:after {
    content: "􏞦"
}

.fad.fa-guitar-electric:after {
    content: "􏢾"
}

.fad.fa-guitars:after {
    content: "􏢿"
}

.fad.fa-h-square:after {
    content: "􏃽"
}

.fad.fa-h1:after {
    content: "􏌓"
}

.fad.fa-h2:after {
    content: "􏌔"
}

.fad.fa-h3:after {
    content: "􏌕"
}

.fad.fa-h4:after {
    content: "􏡪"
}

.fad.fa-hamburger:after {
    content: "􏠅"
}

.fad.fa-hammer:after {
    content: "􏛣"
}

.fad.fa-hammer-war:after {
    content: "􏛤"
}

.fad.fa-hamsa:after {
    content: "􏙥"
}

.fad.fa-hand-heart:after {
    content: "􏒼"
}

.fad.fa-hand-holding:after {
    content: "􏒽"
}

.fad.fa-hand-holding-box:after {
    content: "􏑻"
}

.fad.fa-hand-holding-heart:after {
    content: "􏒾"
}

.fad.fa-hand-holding-magic:after {
    content: "􏛥"
}

.fad.fa-hand-holding-medical:after {
    content: "􎁜"
}

.fad.fa-hand-holding-seedling:after {
    content: "􏒿"
}

.fad.fa-hand-holding-usd:after {
    content: "􏓀"
}

.fad.fa-hand-holding-water:after {
    content: "􏓁"
}

.fad.fa-hand-lizard:after {
    content: "􏉘"
}

.fad.fa-hand-middle-finger:after {
    content: "􏠆"
}

.fad.fa-hand-paper:after {
    content: "􏉖"
}

.fad.fa-hand-peace:after {
    content: "􏉛"
}

.fad.fa-hand-point-down:after {
    content: "􏂧"
}

.fad.fa-hand-point-left:after {
    content: "􏂥"
}

.fad.fa-hand-point-right:after {
    content: "􏂤"
}

.fad.fa-hand-point-up:after {
    content: "􏂦"
}

.fad.fa-hand-pointer:after {
    content: "􏉚"
}

.fad.fa-hand-receiving:after {
    content: "􏑼"
}

.fad.fa-hand-rock:after {
    content: "􏉕"
}

.fad.fa-hand-scissors:after {
    content: "􏉗"
}

.fad.fa-hand-sparkles:after {
    content: "􎁝"
}

.fad.fa-hand-spock:after {
    content: "􏉙"
}

.fad.fa-hands:after {
    content: "􏓂"
}

.fad.fa-hands-heart:after {
    content: "􏓃"
}

.fad.fa-hands-helping:after {
    content: "􏓄"
}

.fad.fa-hands-usd:after {
    content: "􏓅"
}

.fad.fa-hands-wash:after {
    content: "􎁞"
}

.fad.fa-handshake:after {
    content: "􏊵"
}

.fad.fa-handshake-alt:after {
    content: "􏓆"
}

.fad.fa-handshake-alt-slash:after {
    content: "􎁟"
}

.fad.fa-handshake-slash:after {
    content: "􎁠"
}

.fad.fa-hanukiah:after {
    content: "􏛦"
}

.fad.fa-hard-hat:after {
    content: "􏠇"
}

.fad.fa-hashtag:after {
    content: "􏊒"
}

.fad.fa-hat-chef:after {
    content: "􏡫"
}

.fad.fa-hat-cowboy:after {
    content: "􏣀"
}

.fad.fa-hat-cowboy-side:after {
    content: "􏣁"
}

.fad.fa-hat-santa:after {
    content: "􏞧"
}

.fad.fa-hat-winter:after {
    content: "􏞨"
}

.fad.fa-hat-witch:after {
    content: "􏛧"
}

.fad.fa-hat-wizard:after {
    content: "􏛨"
}

.fad.fa-hdd:after {
    content: "􏂠"
}

.fad.fa-head-side:after {
    content: "􏛩"
}

.fad.fa-head-side-brain:after {
    content: "􏠈"
}

.fad.fa-head-side-cough:after {
    content: "􎁡"
}

.fad.fa-head-side-cough-slash:after {
    content: "􎁢"
}

.fad.fa-head-side-headphones:after {
    content: "􏣂"
}

.fad.fa-head-side-mask:after {
    content: "􎁣"
}

.fad.fa-head-side-medical:after {
    content: "􏠉"
}

.fad.fa-head-side-virus:after {
    content: "􎁤"
}

.fad.fa-head-vr:after {
    content: "􏛪"
}

.fad.fa-heading:after {
    content: "􏇜"
}

.fad.fa-headphones:after {
    content: "􏀥"
}

.fad.fa-headphones-alt:after {
    content: "􏖏"
}

.fad.fa-headset:after {
    content: "􏖐"
}

.fad.fa-heart:after {
    content: "􏀄"
}

.fad.fa-heart-broken:after {
    content: "􏞩"
}

.fad.fa-heart-circle:after {
    content: "􏓇"
}

.fad.fa-heart-rate:after {
    content: "􏗸"
}

.fad.fa-heart-square:after {
    content: "􏓈"
}

.fad.fa-heartbeat:after {
    content: "􏈞"
}

.fad.fa-heat:after {
    content: "􎀌"
}

.fad.fa-helicopter:after {
    content: "􏔳"
}

.fad.fa-helmet-battle:after {
    content: "􏛫"
}

.fad.fa-hexagon:after {
    content: "􏌒"
}

.fad.fa-highlighter:after {
    content: "􏖑"
}

.fad.fa-hiking:after {
    content: "􏛬"
}

.fad.fa-hippo:after {
    content: "􏛭"
}

.fad.fa-history:after {
    content: "􏇚"
}

.fad.fa-hockey-mask:after {
    content: "􏛮"
}

.fad.fa-hockey-puck:after {
    content: "􏑓"
}

.fad.fa-hockey-sticks:after {
    content: "􏑔"
}

.fad.fa-holly-berry:after {
    content: "􏞪"
}

.fad.fa-home:after {
    content: "􏀕"
}

.fad.fa-home-alt:after {
    content: "􏠊"
}

.fad.fa-home-heart:after {
    content: "􏓉"
}

.fad.fa-home-lg:after {
    content: "􏠋"
}

.fad.fa-home-lg-alt:after {
    content: "􏠌"
}

.fad.fa-hood-cloak:after {
    content: "􏛯"
}

.fad.fa-horizontal-rule:after {
    content: "􏡬"
}

.fad.fa-horse:after {
    content: "􏛰"
}

.fad.fa-horse-head:after {
    content: "􏞫"
}

.fad.fa-horse-saddle:after {
    content: "􏣃"
}

.fad.fa-hospital:after {
    content: "􏃸"
}

.fad.fa-hospital-alt:after {
    content: "􏑽"
}

.fad.fa-hospital-symbol:after {
    content: "􏑾"
}

.fad.fa-hospital-user:after {
    content: "􏠍"
}

.fad.fa-hospitals:after {
    content: "􏠎"
}

.fad.fa-hot-tub:after {
    content: "􏖓"
}

.fad.fa-hotdog:after {
    content: "􏠏"
}

.fad.fa-hotel:after {
    content: "􏖔"
}

.fad.fa-hourglass:after {
    content: "􏉔"
}

.fad.fa-hourglass-end:after {
    content: "􏉓"
}

.fad.fa-hourglass-half:after {
    content: "􏉒"
}

.fad.fa-hourglass-start:after {
    content: "􏉑"
}

.fad.fa-house:after {
    content: "􎀍"
}

.fad.fa-house-damage:after {
    content: "􏛱"
}

.fad.fa-house-day:after {
    content: "􎀎"
}

.fad.fa-house-flood:after {
    content: "􏝏"
}

.fad.fa-house-leave:after {
    content: "􎀏"
}

.fad.fa-house-night:after {
    content: "􎀐"
}

.fad.fa-house-return:after {
    content: "􎀑"
}

.fad.fa-house-signal:after {
    content: "􎀒"
}

.fad.fa-house-user:after {
    content: "􎁥"
}

.fad.fa-hryvnia:after {
    content: "􏛲"
}

.fad.fa-humidity:after {
    content: "􏝐"
}

.fad.fa-hurricane:after {
    content: "􏝑"
}

.fad.fa-i-cursor:after {
    content: "􏉆"
}

.fad.fa-ice-cream:after {
    content: "􏠐"
}

.fad.fa-ice-skate:after {
    content: "􏞬"
}

.fad.fa-icicles:after {
    content: "􏞭"
}

.fad.fa-icons:after {
    content: "􏡭"
}

.fad.fa-icons-alt:after {
    content: "􏡮"
}

.fad.fa-id-badge:after {
    content: "􏋁"
}

.fad.fa-id-card:after {
    content: "􏋂"
}

.fad.fa-id-card-alt:after {
    content: "􏑿"
}

.fad.fa-igloo:after {
    content: "􏞮"
}

.fad.fa-image:after {
    content: "􏀾"
}

.fad.fa-image-polaroid:after {
    content: "􏣄"
}

.fad.fa-images:after {
    content: "􏌂"
}

.fad.fa-inbox:after {
    content: "􏀜"
}

.fad.fa-inbox-in:after {
    content: "􏌐"
}

.fad.fa-inbox-out:after {
    content: "􏌑"
}

.fad.fa-indent:after {
    content: "􏀼"
}

.fad.fa-industry:after {
    content: "􏉵"
}

.fad.fa-industry-alt:after {
    content: "􏎳"
}

.fad.fa-infinity:after {
    content: "􏔴"
}

.fad.fa-info:after {
    content: "􏄩"
}

.fad.fa-info-circle:after {
    content: "􏁚"
}

.fad.fa-info-square:after {
    content: "􏌏"
}

.fad.fa-inhaler:after {
    content: "􏗹"
}

.fad.fa-integral:after {
    content: "􏙧"
}

.fad.fa-intersection:after {
    content: "􏙨"
}

.fad.fa-inventory:after {
    content: "􏒀"
}

.fad.fa-island-tropical:after {
    content: "􏠑"
}

.fad.fa-italic:after {
    content: "􏀳"
}

.fad.fa-jack-o-lantern:after {
    content: "􏌎"
}

.fad.fa-jedi:after {
    content: "􏙩"
}

.fad.fa-joint:after {
    content: "􏖕"
}

.fad.fa-journal-whills:after {
    content: "􏙪"
}

.fad.fa-joystick:after {
    content: "􏣅"
}

.fad.fa-jug:after {
    content: "􏣆"
}

.fad.fa-kaaba:after {
    content: "􏙫"
}

.fad.fa-kazoo:after {
    content: "􏣇"
}

.fad.fa-kerning:after {
    content: "􏡯"
}

.fad.fa-key:after {
    content: "􏂄"
}

.fad.fa-key-skeleton:after {
    content: "􏛳"
}

.fad.fa-keyboard:after {
    content: "􏄜"
}

.fad.fa-keynote:after {
    content: "􏙬"
}

.fad.fa-khanda:after {
    content: "􏙭"
}

.fad.fa-kidneys:after {
    content: "􏗻"
}

.fad.fa-kiss:after {
    content: "􏖖"
}

.fad.fa-kiss-beam:after {
    content: "􏖗"
}

.fad.fa-kiss-wink-heart:after {
    content: "􏖘"
}

.fad.fa-kite:after {
    content: "􏛴"
}

.fad.fa-kiwi-bird:after {
    content: "􏔵"
}

.fad.fa-knife-kitchen:after {
    content: "􏛵"
}

.fad.fa-lambda:after {
    content: "􏙮"
}

.fad.fa-lamp:after {
    content: "􏓊"
}

.fad.fa-lamp-desk:after {
    content: "􎀔"
}

.fad.fa-lamp-floor:after {
    content: "􎀕"
}

.fad.fa-landmark:after {
    content: "􏙯"
}

.fad.fa-landmark-alt:after {
    content: "􏝒"
}

.fad.fa-language:after {
    content: "􏆫"
}

.fad.fa-laptop:after {
    content: "􏄉"
}

.fad.fa-laptop-code:after {
    content: "􏗼"
}

.fad.fa-laptop-house:after {
    content: "􎁦"
}

.fad.fa-laptop-medical:after {
    content: "􏠒"
}

.fad.fa-lasso:after {
    content: "􏣈"
}

.fad.fa-laugh:after {
    content: "􏖙"
}

.fad.fa-laugh-beam:after {
    content: "􏖚"
}

.fad.fa-laugh-squint:after {
    content: "􏖛"
}

.fad.fa-laugh-wink:after {
    content: "􏖜"
}

.fad.fa-layer-group:after {
    content: "􏗽"
}

.fad.fa-layer-minus:after {
    content: "􏗾"
}

.fad.fa-layer-plus:after {
    content: "􏗿"
}

.fad.fa-leaf:after {
    content: "􏁬"
}

.fad.fa-leaf-heart:after {
    content: "􏓋"
}

.fad.fa-leaf-maple:after {
    content: "􏛶"
}

.fad.fa-leaf-oak:after {
    content: "􏛷"
}

.fad.fa-lemon:after {
    content: "􏂔"
}

.fad.fa-less-than:after {
    content: "􏔶"
}

.fad.fa-less-than-equal:after {
    content: "􏔷"
}

.fad.fa-level-down:after {
    content: "􏅉"
}

.fad.fa-level-down-alt:after {
    content: "􏎾"
}

.fad.fa-level-up:after {
    content: "􏅈"
}

.fad.fa-level-up-alt:after {
    content: "􏎿"
}

.fad.fa-life-ring:after {
    content: "􏇍"
}

.fad.fa-light-ceiling:after {
    content: "􎀖"
}

.fad.fa-light-switch:after {
    content: "􎀗"
}

.fad.fa-light-switch-off:after {
    content: "􎀘"
}

.fad.fa-light-switch-on:after {
    content: "􎀙"
}

.fad.fa-lightbulb:after {
    content: "􏃫"
}

.fad.fa-lightbulb-dollar:after {
    content: "􏙰"
}

.fad.fa-lightbulb-exclamation:after {
    content: "􏙱"
}

.fad.fa-lightbulb-on:after {
    content: "􏙲"
}

.fad.fa-lightbulb-slash:after {
    content: "􏙳"
}

.fad.fa-lights-holiday:after {
    content: "􏞲"
}

.fad.fa-line-columns:after {
    content: "􏡰"
}

.fad.fa-line-height:after {
    content: "􏡱"
}

.fad.fa-link:after {
    content: "􏃁"
}

.fad.fa-lips:after {
    content: "􏘀"
}

.fad.fa-lira-sign:after {
    content: "􏆕"
}

.fad.fa-list:after {
    content: "􏀺"
}

.fad.fa-list-alt:after {
    content: "􏀢"
}

.fad.fa-list-music:after {
    content: "􏣉"
}

.fad.fa-list-ol:after {
    content: "􏃋"
}

.fad.fa-list-ul:after {
    content: "􏃊"
}

.fad.fa-location:after {
    content: "􏘁"
}

.fad.fa-location-arrow:after {
    content: "􏄤"
}

.fad.fa-location-circle:after {
    content: "􏘂"
}

.fad.fa-location-slash:after {
    content: "􏘃"
}

.fad.fa-lock:after {
    content: "􏀣"
}

.fad.fa-lock-alt:after {
    content: "􏌍"
}

.fad.fa-lock-open:after {
    content: "􏏁"
}

.fad.fa-lock-open-alt:after {
    content: "􏏂"
}

.fad.fa-long-arrow-alt-down:after {
    content: "􏌉"
}

.fad.fa-long-arrow-alt-left:after {
    content: "􏌊"
}

.fad.fa-long-arrow-alt-right:after {
    content: "􏌋"
}

.fad.fa-long-arrow-alt-up:after {
    content: "􏌌"
}

.fad.fa-long-arrow-down:after {
    content: "􏅵"
}

.fad.fa-long-arrow-left:after {
    content: "􏅷"
}

.fad.fa-long-arrow-right:after {
    content: "􏅸"
}

.fad.fa-long-arrow-up:after {
    content: "􏅶"
}

.fad.fa-loveseat:after {
    content: "􏓌"
}

.fad.fa-low-vision:after {
    content: "􏊨"
}

.fad.fa-luchador:after {
    content: "􏑕"
}

.fad.fa-luggage-cart:after {
    content: "􏖝"
}

.fad.fa-lungs:after {
    content: "􏘄"
}

.fad.fa-lungs-virus:after {
    content: "􎁧"
}

.fad.fa-mace:after {
    content: "􏛸"
}

.fad.fa-magic:after {
    content: "􏃐"
}

.fad.fa-magnet:after {
    content: "􏁶"
}

.fad.fa-mail-bulk:after {
    content: "􏙴"
}

.fad.fa-mailbox:after {
    content: "􏠓"
}

.fad.fa-male:after {
    content: "􏆃"
}

.fad.fa-mandolin:after {
    content: "􏛹"
}

.fad.fa-map:after {
    content: "􏉹"
}

.fad.fa-map-marked:after {
    content: "􏖟"
}

.fad.fa-map-marked-alt:after {
    content: "􏖠"
}

.fad.fa-map-marker:after {
    content: "􏁁"
}

.fad.fa-map-marker-alt:after {
    content: "􏏅"
}

.fad.fa-map-marker-alt-slash:after {
    content: "􏘅"
}

.fad.fa-map-marker-check:after {
    content: "􏘆"
}

.fad.fa-map-marker-edit:after {
    content: "􏘇"
}

.fad.fa-map-marker-exclamation:after {
    content: "􏘈"
}

.fad.fa-map-marker-minus:after {
    content: "􏘉"
}

.fad.fa-map-marker-plus:after {
    content: "􏘊"
}

.fad.fa-map-marker-question:after {
    content: "􏘋"
}

.fad.fa-map-marker-slash:after {
    content: "􏘌"
}

.fad.fa-map-marker-smile:after {
    content: "􏘍"
}

.fad.fa-map-marker-times:after {
    content: "􏘎"
}

.fad.fa-map-pin:after {
    content: "􏉶"
}

.fad.fa-map-signs:after {
    content: "􏉷"
}

.fad.fa-marker:after {
    content: "􏖡"
}

.fad.fa-mars:after {
    content: "􏈢"
}

.fad.fa-mars-double:after {
    content: "􏈧"
}

.fad.fa-mars-stroke:after {
    content: "􏈩"
}

.fad.fa-mars-stroke-h:after {
    content: "􏈫"
}

.fad.fa-mars-stroke-v:after {
    content: "􏈪"
}

.fad.fa-mask:after {
    content: "􏛺"
}

.fad.fa-meat:after {
    content: "􏠔"
}

.fad.fa-medal:after {
    content: "􏖢"
}

.fad.fa-medkit:after {
    content: "􏃺"
}

.fad.fa-megaphone:after {
    content: "􏙵"
}

.fad.fa-meh:after {
    content: "􏄚"
}

.fad.fa-meh-blank:after {
    content: "􏖤"
}

.fad.fa-meh-rolling-eyes:after {
    content: "􏖥"
}

.fad.fa-memory:after {
    content: "􏔸"
}

.fad.fa-menorah:after {
    content: "􏙶"
}

.fad.fa-mercury:after {
    content: "􏈣"
}

.fad.fa-meteor:after {
    content: "􏝓"
}

.fad.fa-microchip:after {
    content: "􏋛"
}

.fad.fa-microphone:after {
    content: "􏄰"
}

.fad.fa-microphone-alt:after {
    content: "􏏉"
}

.fad.fa-microphone-alt-slash:after {
    content: "􏔹"
}

.fad.fa-microphone-slash:after {
    content: "􏄱"
}

.fad.fa-microphone-stand:after {
    content: "􏣋"
}

.fad.fa-microscope:after {
    content: "􏘐"
}

.fad.fa-microwave:after {
    content: "􎀛"
}

.fad.fa-mind-share:after {
    content: "􏙷"
}

.fad.fa-minus:after {
    content: "􏁨"
}

.fad.fa-minus-circle:after {
    content: "􏁖"
}

.fad.fa-minus-hexagon:after {
    content: "􏌇"
}

.fad.fa-minus-octagon:after {
    content: "􏌈"
}

.fad.fa-minus-square:after {
    content: "􏅆"
}

.fad.fa-mistletoe:after {
    content: "􏞴"
}

.fad.fa-mitten:after {
    content: "􏞵"
}

.fad.fa-mobile:after {
    content: "􏄋"
}

.fad.fa-mobile-alt:after {
    content: "􏏍"
}

.fad.fa-mobile-android:after {
    content: "􏏎"
}

.fad.fa-mobile-android-alt:after {
    content: "􏏏"
}

.fad.fa-money-bill:after {
    content: "􏃖"
}

.fad.fa-money-bill-alt:after {
    content: "􏏑"
}

.fad.fa-money-bill-wave:after {
    content: "􏔺"
}

.fad.fa-money-bill-wave-alt:after {
    content: "􏔻"
}

.fad.fa-money-check:after {
    content: "􏔼"
}

.fad.fa-money-check-alt:after {
    content: "􏔽"
}

.fad.fa-money-check-edit:after {
    content: "􏡲"
}

.fad.fa-money-check-edit-alt:after {
    content: "􏡳"
}

.fad.fa-monitor-heart-rate:after {
    content: "􏘑"
}

.fad.fa-monkey:after {
    content: "􏛻"
}

.fad.fa-monument:after {
    content: "􏖦"
}

.fad.fa-moon:after {
    content: "􏆆"
}

.fad.fa-moon-cloud:after {
    content: "􏝔"
}

.fad.fa-moon-stars:after {
    content: "􏝕"
}

.fad.fa-mortar-pestle:after {
    content: "􏖧"
}

.fad.fa-mosque:after {
    content: "􏙸"
}

.fad.fa-motorcycle:after {
    content: "􏈜"
}

.fad.fa-mountain:after {
    content: "􏛼"
}

.fad.fa-mountains:after {
    content: "􏛽"
}

.fad.fa-mouse:after {
    content: "􏣌"
}

.fad.fa-mouse-alt:after {
    content: "􏣍"
}

.fad.fa-mouse-pointer:after {
    content: "􏉅"
}

.fad.fa-mp3-player:after {
    content: "􏣎"
}

.fad.fa-mug:after {
    content: "􏡴"
}

.fad.fa-mug-hot:after {
    content: "􏞶"
}

.fad.fa-mug-marshmallows:after {
    content: "􏞷"
}

.fad.fa-mug-tea:after {
    content: "􏡵"
}

.fad.fa-music:after {
    content: "􏀁"
}

.fad.fa-music-alt:after {
    content: "􏣏"
}

.fad.fa-music-alt-slash:after {
    content: "􏣐"
}

.fad.fa-music-slash:after {
    content: "􏣑"
}

.fad.fa-narwhal:after {
    content: "􏛾"
}

.fad.fa-network-wired:after {
    content: "􏛿"
}

.fad.fa-neuter:after {
    content: "􏈬"
}

.fad.fa-newspaper:after {
    content: "􏇪"
}

.fad.fa-not-equal:after {
    content: "􏔾"
}

.fad.fa-notes-medical:after {
    content: "􏒁"
}

.fad.fa-object-group:after {
    content: "􏉇"
}

.fad.fa-object-ungroup:after {
    content: "􏉈"
}

.fad.fa-octagon:after {
    content: "􏌆"
}

.fad.fa-oil-can:after {
    content: "􏘓"
}

.fad.fa-oil-temp:after {
    content: "􏘔"
}

.fad.fa-om:after {
    content: "􏙹"
}

.fad.fa-omega:after {
    content: "􏙺"
}

.fad.fa-ornament:after {
    content: "􏞸"
}

.fad.fa-otter:after {
    content: "􏜀"
}

.fad.fa-outdent:after {
    content: "􏀻"
}

.fad.fa-outlet:after {
    content: "􎀜"
}

.fad.fa-oven:after {
    content: "􎀝"
}

.fad.fa-overline:after {
    content: "􏡶"
}

.fad.fa-page-break:after {
    content: "􏡷"
}

.fad.fa-pager:after {
    content: "􏠕"
}

.fad.fa-paint-brush:after {
    content: "􏇼"
}

.fad.fa-paint-brush-alt:after {
    content: "􏖩"
}

.fad.fa-paint-roller:after {
    content: "􏖪"
}

.fad.fa-palette:after {
    content: "􏔿"
}

.fad.fa-pallet:after {
    content: "􏒂"
}

.fad.fa-pallet-alt:after {
    content: "􏒃"
}

.fad.fa-paper-plane:after {
    content: "􏇘"
}

.fad.fa-paperclip:after {
    content: "􏃆"
}

.fad.fa-parachute-box:after {
    content: "􏓍"
}

.fad.fa-paragraph:after {
    content: "􏇝"
}

.fad.fa-paragraph-rtl:after {
    content: "􏡸"
}

.fad.fa-parking:after {
    content: "􏕀"
}

.fad.fa-parking-circle:after {
    content: "􏘕"
}

.fad.fa-parking-circle-slash:after {
    content: "􏘖"
}

.fad.fa-parking-slash:after {
    content: "􏘗"
}

.fad.fa-passport:after {
    content: "􏖫"
}

.fad.fa-pastafarianism:after {
    content: "􏙻"
}

.fad.fa-paste:after {
    content: "􏃪"
}

.fad.fa-pause:after {
    content: "􏁌"
}

.fad.fa-pause-circle:after {
    content: "􏊋"
}

.fad.fa-paw:after {
    content: "􏆰"
}

.fad.fa-paw-alt:after {
    content: "􏜁"
}

.fad.fa-paw-claws:after {
    content: "􏜂"
}

.fad.fa-peace:after {
    content: "􏙼"
}

.fad.fa-pegasus:after {
    content: "􏜃"
}

.fad.fa-pen:after {
    content: "􏌄"
}

.fad.fa-pen-alt:after {
    content: "􏌅"
}

.fad.fa-pen-fancy:after {
    content: "􏖬"
}

.fad.fa-pen-nib:after {
    content: "􏖭"
}

.fad.fa-pen-square:after {
    content: "􏅋"
}

.fad.fa-pencil:after {
    content: "􏁀"
}

.fad.fa-pencil-alt:after {
    content: "􏌃"
}

.fad.fa-pencil-paintbrush:after {
    content: "􏘘"
}

.fad.fa-pencil-ruler:after {
    content: "􏖮"
}

.fad.fa-pennant:after {
    content: "􏑖"
}

.fad.fa-people-arrows:after {
    content: "􎁨"
}

.fad.fa-people-carry:after {
    content: "􏓎"
}

.fad.fa-pepper-hot:after {
    content: "􏠖"
}

.fad.fa-percent:after {
    content: "􏊕"
}

.fad.fa-percentage:after {
    content: "􏕁"
}

.fad.fa-person-booth:after {
    content: "􏝖"
}

.fad.fa-person-carry:after {
    content: "􏓏"
}

.fad.fa-person-dolly:after {
    content: "􏓐"
}

.fad.fa-person-dolly-empty:after {
    content: "􏓑"
}

.fad.fa-person-sign:after {
    content: "􏝗"
}

.fad.fa-phone:after {
    content: "􏂕"
}

.fad.fa-phone-alt:after {
    content: "􏡹"
}

.fad.fa-phone-laptop:after {
    content: "􏡺"
}

.fad.fa-phone-office:after {
    content: "􏙽"
}

.fad.fa-phone-plus:after {
    content: "􏓒"
}

.fad.fa-phone-rotary:after {
    content: "􏣓"
}

.fad.fa-phone-slash:after {
    content: "􏏝"
}

.fad.fa-phone-square:after {
    content: "􏂘"
}

.fad.fa-phone-square-alt:after {
    content: "􏡻"
}

.fad.fa-phone-volume:after {
    content: "􏊠"
}

.fad.fa-photo-video:after {
    content: "􏡼"
}

.fad.fa-pi:after {
    content: "􏙾"
}

.fad.fa-piano:after {
    content: "􏣔"
}

.fad.fa-piano-keyboard:after {
    content: "􏣕"
}

.fad.fa-pie:after {
    content: "􏜅"
}

.fad.fa-pig:after {
    content: "􏜆"
}

.fad.fa-piggy-bank:after {
    content: "􏓓"
}

.fad.fa-pills:after {
    content: "􏒄"
}

.fad.fa-pizza:after {
    content: "􏠗"
}

.fad.fa-pizza-slice:after {
    content: "􏠘"
}

.fad.fa-place-of-worship:after {
    content: "􏙿"
}

.fad.fa-plane:after {
    content: "􏁲"
}

.fad.fa-plane-alt:after {
    content: "􏏞"
}

.fad.fa-plane-arrival:after {
    content: "􏖯"
}

.fad.fa-plane-departure:after {
    content: "􏖰"
}

.fad.fa-plane-slash:after {
    content: "􎁩"
}

.fad.fa-planet-moon:after {
    content: "􎀟"
}

.fad.fa-planet-ringed:after {
    content: "􎀠"
}

.fad.fa-play:after {
    content: "􏁋"
}

.fad.fa-play-circle:after {
    content: "􏅄"
}

.fad.fa-plug:after {
    content: "􏇦"
}

.fad.fa-plus:after {
    content: "􏁧"
}

.fad.fa-plus-circle:after {
    content: "􏁕"
}

.fad.fa-plus-hexagon:after {
    content: "􏌀"
}

.fad.fa-plus-octagon:after {
    content: "􏌁"
}

.fad.fa-plus-square:after {
    content: "􏃾"
}

.fad.fa-podcast:after {
    content: "􏋎"
}

.fad.fa-podium:after {
    content: "􏚀"
}

.fad.fa-podium-star:after {
    content: "􏝘"
}

.fad.fa-police-box:after {
    content: "􎀡"
}

.fad.fa-poll:after {
    content: "􏚁"
}

.fad.fa-poll-h:after {
    content: "􏚂"
}

.fad.fa-poll-people:after {
    content: "􏝙"
}

.fad.fa-poo:after {
    content: "􏋾"
}

.fad.fa-poo-storm:after {
    content: "􏝚"
}

.fad.fa-poop:after {
    content: "􏘙"
}

.fad.fa-popcorn:after {
    content: "􏠙"
}

.fad.fa-portal-enter:after {
    content: "􎀢"
}

.fad.fa-portal-exit:after {
    content: "􎀣"
}

.fad.fa-portrait:after {
    content: "􏏠"
}

.fad.fa-pound-sign:after {
    content: "􏅔"
}

.fad.fa-power-off:after {
    content: "􏀑"
}

.fad.fa-pray:after {
    content: "􏚃"
}

.fad.fa-praying-hands:after {
    content: "􏚄"
}

.fad.fa-prescription:after {
    content: "􏖱"
}

.fad.fa-prescription-bottle:after {
    content: "􏒅"
}

.fad.fa-prescription-bottle-alt:after {
    content: "􏒆"
}

.fad.fa-presentation:after {
    content: "􏚅"
}

.fad.fa-print:after {
    content: "􏀯"
}

.fad.fa-print-search:after {
    content: "􏠚"
}

.fad.fa-print-slash:after {
    content: "􏚆"
}

.fad.fa-procedures:after {
    content: "􏒇"
}

.fad.fa-project-diagram:after {
    content: "􏕂"
}

.fad.fa-projector:after {
    content: "􏣖"
}

.fad.fa-pump-medical:after {
    content: "􎁪"
}

.fad.fa-pump-soap:after {
    content: "􎁫"
}

.fad.fa-pumpkin:after {
    content: "􏜇"
}

.fad.fa-puzzle-piece:after {
    content: "􏄮"
}

.fad.fa-qrcode:after {
    content: "􏀩"
}

.fad.fa-question:after {
    content: "􏄨"
}

.fad.fa-question-circle:after {
    content: "􏁙"
}

.fad.fa-question-square:after {
    content: "􏋽"
}

.fad.fa-quidditch:after {
    content: "􏑘"
}

.fad.fa-quote-left:after {
    content: "􏄍"
}

.fad.fa-quote-right:after {
    content: "􏄎"
}

.fad.fa-quran:after {
    content: "􏚇"
}

.fad.fa-rabbit:after {
    content: "􏜈"
}

.fad.fa-rabbit-fast:after {
    content: "􏜉"
}

.fad.fa-racquet:after {
    content: "􏑚"
}

.fad.fa-radar:after {
    content: "􎀤"
}

.fad.fa-radiation:after {
    content: "􏞹"
}

.fad.fa-radiation-alt:after {
    content: "􏞺"
}

.fad.fa-radio:after {
    content: "􏣗"
}

.fad.fa-radio-alt:after {
    content: "􏣘"
}

.fad.fa-rainbow:after {
    content: "􏝛"
}

.fad.fa-raindrops:after {
    content: "􏝜"
}

.fad.fa-ram:after {
    content: "􏜊"
}

.fad.fa-ramp-loading:after {
    content: "􏓔"
}

.fad.fa-random:after {
    content: "􏁴"
}

.fad.fa-raygun:after {
    content: "􎀥"
}

.fad.fa-receipt:after {
    content: "􏕃"
}

.fad.fa-record-vinyl:after {
    content: "􏣙"
}

.fad.fa-rectangle-landscape:after {
    content: "􏋺"
}

.fad.fa-rectangle-portrait:after {
    content: "􏋻"
}

.fad.fa-rectangle-wide:after {
    content: "􏋼"
}

.fad.fa-recycle:after {
    content: "􏆸"
}

.fad.fa-redo:after {
    content: "􏀞"
}

.fad.fa-redo-alt:after {
    content: "􏋹"
}

.fad.fa-refrigerator:after {
    content: "􎀦"
}

.fad.fa-registered:after {
    content: "􏉝"
}

.fad.fa-remove-format:after {
    content: "􏡽"
}

.fad.fa-repeat:after {
    content: "􏍣"
}

.fad.fa-repeat-1:after {
    content: "􏍥"
}

.fad.fa-repeat-1-alt:after {
    content: "􏍦"
}

.fad.fa-repeat-alt:after {
    content: "􏍤"
}

.fad.fa-reply:after {
    content: "􏏥"
}

.fad.fa-reply-all:after {
    content: "􏄢"
}

.fad.fa-republican:after {
    content: "􏝞"
}

.fad.fa-restroom:after {
    content: "􏞽"
}

.fad.fa-retweet:after {
    content: "􏁹"
}

.fad.fa-retweet-alt:after {
    content: "􏍡"
}

.fad.fa-ribbon:after {
    content: "􏓖"
}

.fad.fa-ring:after {
    content: "􏜋"
}

.fad.fa-rings-wedding:after {
    content: "􏠛"
}

.fad.fa-road:after {
    content: "􏀘"
}

.fad.fa-robot:after {
    content: "􏕄"
}

.fad.fa-rocket:after {
    content: "􏄵"
}

.fad.fa-rocket-launch:after {
    content: "􎀧"
}

.fad.fa-route:after {
    content: "􏓗"
}

.fad.fa-route-highway:after {
    content: "􏘚"
}

.fad.fa-route-interstate:after {
    content: "􏘛"
}

.fad.fa-router:after {
    content: "􏣚"
}

.fad.fa-rss:after {
    content: "􏂞"
}

.fad.fa-rss-square:after {
    content: "􏅃"
}

.fad.fa-ruble-sign:after {
    content: "􏅘"
}

.fad.fa-ruler:after {
    content: "􏕅"
}

.fad.fa-ruler-combined:after {
    content: "􏕆"
}

.fad.fa-ruler-horizontal:after {
    content: "􏕇"
}

.fad.fa-ruler-triangle:after {
    content: "􏘜"
}

.fad.fa-ruler-vertical:after {
    content: "􏕈"
}

.fad.fa-running:after {
    content: "􏜌"
}

.fad.fa-rupee-sign:after {
    content: "􏅖"
}

.fad.fa-rv:after {
    content: "􏞾"
}

.fad.fa-sack:after {
    content: "􏠜"
}

.fad.fa-sack-dollar:after {
    content: "􏠝"
}

.fad.fa-sad-cry:after {
    content: "􏖳"
}

.fad.fa-sad-tear:after {
    content: "􏖴"
}

.fad.fa-salad:after {
    content: "􏠞"
}

.fad.fa-sandwich:after {
    content: "􏠟"
}

.fad.fa-satellite:after {
    content: "􏞿"
}

.fad.fa-satellite-dish:after {
    content: "􏟀"
}

.fad.fa-sausage:after {
    content: "􏠠"
}

.fad.fa-save:after {
    content: "􏃇"
}

.fad.fa-sax-hot:after {
    content: "􏣛"
}

.fad.fa-saxophone:after {
    content: "􏣜"
}

.fad.fa-scalpel:after {
    content: "􏘝"
}

.fad.fa-scalpel-path:after {
    content: "􏘞"
}

.fad.fa-scanner:after {
    content: "􏒈"
}

.fad.fa-scanner-image:after {
    content: "􏣳"
}

.fad.fa-scanner-keyboard:after {
    content: "􏒉"
}

.fad.fa-scanner-touchscreen:after {
    content: "􏒊"
}

.fad.fa-scarecrow:after {
    content: "􏜍"
}

.fad.fa-scarf:after {
    content: "􏟁"
}

.fad.fa-school:after {
    content: "􏕉"
}

.fad.fa-screwdriver:after {
    content: "􏕊"
}

.fad.fa-scroll:after {
    content: "􏜎"
}

.fad.fa-scroll-old:after {
    content: "􏜏"
}

.fad.fa-scrubber:after {
    content: "􏋸"
}

.fad.fa-scythe:after {
    content: "􏜐"
}

.fad.fa-sd-card:after {
    content: "􏟂"
}

.fad.fa-search:after {
    content: "􏀂"
}

.fad.fa-search-dollar:after {
    content: "􏚈"
}

.fad.fa-search-location:after {
    content: "􏚉"
}

.fad.fa-search-minus:after {
    content: "􏀐"
}

.fad.fa-search-plus:after {
    content: "􏀎"
}

.fad.fa-seedling:after {
    content: "􏓘"
}

.fad.fa-send-back:after {
    content: "􏡾"
}

.fad.fa-send-backward:after {
    content: "􏡿"
}

.fad.fa-sensor:after {
    content: "􎀨"
}

.fad.fa-sensor-alert:after {
    content: "􎀩"
}

.fad.fa-sensor-fire:after {
    content: "􎀪"
}

.fad.fa-sensor-on:after {
    content: "􎀫"
}

.fad.fa-sensor-smoke:after {
    content: "􎀬"
}

.fad.fa-server:after {
    content: "􏈳"
}

.fad.fa-shapes:after {
    content: "􏘟"
}

.fad.fa-share:after {
    content: "􏁤"
}

.fad.fa-share-all:after {
    content: "􏍧"
}

.fad.fa-share-alt:after {
    content: "􏇠"
}

.fad.fa-share-alt-square:after {
    content: "􏇡"
}

.fad.fa-share-square:after {
    content: "􏅍"
}

.fad.fa-sheep:after {
    content: "􏜑"
}

.fad.fa-shekel-sign:after {
    content: "􏈋"
}

.fad.fa-shield:after {
    content: "􏄲"
}

.fad.fa-shield-alt:after {
    content: "􏏭"
}

.fad.fa-shield-check:after {
    content: "􏋷"
}

.fad.fa-shield-cross:after {
    content: "􏜒"
}

.fad.fa-shield-virus:after {
    content: "􎁬"
}

.fad.fa-ship:after {
    content: "􏈚"
}

.fad.fa-shipping-fast:after {
    content: "􏒋"
}

.fad.fa-shipping-timed:after {
    content: "􏒌"
}

.fad.fa-shish-kebab:after {
    content: "􏠡"
}

.fad.fa-shoe-prints:after {
    content: "􏕋"
}

.fad.fa-shopping-bag:after {
    content: "􏊐"
}

.fad.fa-shopping-basket:after {
    content: "􏊑"
}

.fad.fa-shopping-cart:after {
    content: "􏁺"
}

.fad.fa-shovel:after {
    content: "􏜓"
}

.fad.fa-shovel-snow:after {
    content: "􏟃"
}

.fad.fa-shower:after {
    content: "􏋌"
}

.fad.fa-shredder:after {
    content: "􏚊"
}

.fad.fa-shuttle-van:after {
    content: "􏖶"
}

.fad.fa-shuttlecock:after {
    content: "􏑛"
}

.fad.fa-sickle:after {
    content: "􏠢"
}

.fad.fa-sigma:after {
    content: "􏚋"
}

.fad.fa-sign:after {
    content: "􏓙"
}

.fad.fa-sign-in:after {
    content: "􏂐"
}

.fad.fa-sign-in-alt:after {
    content: "􏋶"
}

.fad.fa-sign-language:after {
    content: "􏊧"
}

.fad.fa-sign-out:after {
    content: "􏂋"
}

.fad.fa-sign-out-alt:after {
    content: "􏋵"
}

.fad.fa-signal:after {
    content: "􏀒"
}

.fad.fa-signal-1:after {
    content: "􏚌"
}

.fad.fa-signal-2:after {
    content: "􏚍"
}

.fad.fa-signal-3:after {
    content: "􏚎"
}

.fad.fa-signal-4:after {
    content: "􏚏"
}

.fad.fa-signal-alt:after {
    content: "􏚐"
}

.fad.fa-signal-alt-1:after {
    content: "􏚑"
}

.fad.fa-signal-alt-2:after {
    content: "􏚒"
}

.fad.fa-signal-alt-3:after {
    content: "􏚓"
}

.fad.fa-signal-alt-slash:after {
    content: "􏚔"
}

.fad.fa-signal-slash:after {
    content: "􏚕"
}

.fad.fa-signal-stream:after {
    content: "􏣝"
}

.fad.fa-signature:after {
    content: "􏖷"
}

.fad.fa-sim-card:after {
    content: "􏟄"
}

.fad.fa-sink:after {
    content: "􎁭"
}

.fad.fa-siren:after {
    content: "􎀭"
}

.fad.fa-siren-on:after {
    content: "􎀮"
}

.fad.fa-sitemap:after {
    content: "􏃨"
}

.fad.fa-skating:after {
    content: "􏟅"
}

.fad.fa-skeleton:after {
    content: "􏘠"
}

.fad.fa-ski-jump:after {
    content: "􏟇"
}

.fad.fa-ski-lift:after {
    content: "􏟈"
}

.fad.fa-skiing:after {
    content: "􏟉"
}

.fad.fa-skiing-nordic:after {
    content: "􏟊"
}

.fad.fa-skull:after {
    content: "􏕌"
}

.fad.fa-skull-cow:after {
    content: "􏣞"
}

.fad.fa-skull-crossbones:after {
    content: "􏜔"
}

.fad.fa-slash:after {
    content: "􏜕"
}

.fad.fa-sledding:after {
    content: "􏟋"
}

.fad.fa-sleigh:after {
    content: "􏟌"
}

.fad.fa-sliders-h:after {
    content: "􏇞"
}

.fad.fa-sliders-h-square:after {
    content: "􏏰"
}

.fad.fa-sliders-v:after {
    content: "􏏱"
}

.fad.fa-sliders-v-square:after {
    content: "􏏲"
}

.fad.fa-smile:after {
    content: "􏄘"
}

.fad.fa-smile-beam:after {
    content: "􏖸"
}

.fad.fa-smile-plus:after {
    content: "􏖹"
}

.fad.fa-smile-wink:after {
    content: "􏓚"
}

.fad.fa-smog:after {
    content: "􏝟"
}

.fad.fa-smoke:after {
    content: "􏝠"
}

.fad.fa-smoking:after {
    content: "􏒍"
}

.fad.fa-smoking-ban:after {
    content: "􏕍"
}

.fad.fa-sms:after {
    content: "􏟍"
}

.fad.fa-snake:after {
    content: "􏜖"
}

.fad.fa-snooze:after {
    content: "􏢀"
}

.fad.fa-snow-blowing:after {
    content: "􏝡"
}

.fad.fa-snowboarding:after {
    content: "􏟎"
}

.fad.fa-snowflake:after {
    content: "􏋜"
}

.fad.fa-snowflakes:after {
    content: "􏟏"
}

.fad.fa-snowman:after {
    content: "􏟐"
}

.fad.fa-snowmobile:after {
    content: "􏟑"
}

.fad.fa-snowplow:after {
    content: "􏟒"
}

.fad.fa-soap:after {
    content: "􎁮"
}

.fad.fa-socks:after {
    content: "􏚖"
}

.fad.fa-solar-panel:after {
    content: "􏖺"
}

.fad.fa-solar-system:after {
    content: "􎀯"
}

.fad.fa-sort:after {
    content: "􏃜"
}

.fad.fa-sort-alpha-down:after {
    content: "􏅝"
}

.fad.fa-sort-alpha-down-alt:after {
    content: "􏢁"
}

.fad.fa-sort-alpha-up:after {
    content: "􏅞"
}

.fad.fa-sort-alpha-up-alt:after {
    content: "􏢂"
}

.fad.fa-sort-alt:after {
    content: "􏢃"
}

.fad.fa-sort-amount-down:after {
    content: "􏅠"
}

.fad.fa-sort-amount-down-alt:after {
    content: "􏢄"
}

.fad.fa-sort-amount-up:after {
    content: "􏅡"
}

.fad.fa-sort-amount-up-alt:after {
    content: "􏢅"
}

.fad.fa-sort-circle:after {
    content: "􎀰"
}

.fad.fa-sort-circle-down:after {
    content: "􎀱"
}

.fad.fa-sort-circle-up:after {
    content: "􎀲"
}

.fad.fa-sort-down:after {
    content: "􏃝"
}

.fad.fa-sort-numeric-down:after {
    content: "􏅢"
}

.fad.fa-sort-numeric-down-alt:after {
    content: "􏢆"
}

.fad.fa-sort-numeric-up:after {
    content: "􏅣"
}

.fad.fa-sort-numeric-up-alt:after {
    content: "􏢇"
}

.fad.fa-sort-shapes-down:after {
    content: "􏢈"
}

.fad.fa-sort-shapes-down-alt:after {
    content: "􏢉"
}

.fad.fa-sort-shapes-up:after {
    content: "􏢊"
}

.fad.fa-sort-shapes-up-alt:after {
    content: "􏢋"
}

.fad.fa-sort-size-down:after {
    content: "􏢌"
}

.fad.fa-sort-size-down-alt:after {
    content: "􏢍"
}

.fad.fa-sort-size-up:after {
    content: "􏢎"
}

.fad.fa-sort-size-up-alt:after {
    content: "􏢏"
}

.fad.fa-sort-up:after {
    content: "􏃞"
}

.fad.fa-soup:after {
    content: "􏠣"
}

.fad.fa-spa:after {
    content: "􏖻"
}

.fad.fa-space-shuttle:after {
    content: "􏆗"
}

.fad.fa-space-station-moon:after {
    content: "􎀳"
}

.fad.fa-space-station-moon-alt:after {
    content: "􎀴"
}

.fad.fa-spade:after {
    content: "􏋴"
}

.fad.fa-sparkles:after {
    content: "􏢐"
}

.fad.fa-speaker:after {
    content: "􏣟"
}

.fad.fa-speakers:after {
    content: "􏣠"
}

.fad.fa-spell-check:after {
    content: "􏢑"
}

.fad.fa-spider:after {
    content: "􏜗"
}

.fad.fa-spider-black-widow:after {
    content: "􏜘"
}

.fad.fa-spider-web:after {
    content: "􏜙"
}

.fad.fa-spinner:after {
    content: "􏄐"
}

.fad.fa-spinner-third:after {
    content: "􏏴"
}

.fad.fa-splotch:after {
    content: "􏖼"
}

.fad.fa-spray-can:after {
    content: "􏖽"
}

.fad.fa-sprinkler:after {
    content: "􎀵"
}

.fad.fa-square:after {
    content: "􏃈"
}

.fad.fa-square-full:after {
    content: "􏑜"
}

.fad.fa-square-root:after {
    content: "􏚗"
}

.fad.fa-square-root-alt:after {
    content: "􏚘"
}

.fad.fa-squirrel:after {
    content: "􏜚"
}

.fad.fa-staff:after {
    content: "􏜛"
}

.fad.fa-stamp:after {
    content: "􏖿"
}

.fad.fa-star:after {
    content: "􏀅"
}

.fad.fa-star-and-crescent:after {
    content: "􏚙"
}

.fad.fa-star-christmas:after {
    content: "􏟔"
}

.fad.fa-star-exclamation:after {
    content: "􏋳"
}

.fad.fa-star-half:after {
    content: "􏂉"
}

.fad.fa-star-half-alt:after {
    content: "􏗀"
}

.fad.fa-star-of-david:after {
    content: "􏚚"
}

.fad.fa-star-of-life:after {
    content: "􏘡"
}

.fad.fa-star-shooting:after {
    content: "􎀶"
}

.fad.fa-starfighter:after {
    content: "􎀷"
}

.fad.fa-starfighter-alt:after {
    content: "􎀸"
}

.fad.fa-stars:after {
    content: "􏝢"
}

.fad.fa-starship:after {
    content: "􎀹"
}

.fad.fa-starship-freighter:after {
    content: "􎀺"
}

.fad.fa-steak:after {
    content: "􏠤"
}

.fad.fa-steering-wheel:after {
    content: "􏘢"
}

.fad.fa-step-backward:after {
    content: "􏁈"
}

.fad.fa-step-forward:after {
    content: "􏁑"
}

.fad.fa-stethoscope:after {
    content: "􏃱"
}

.fad.fa-sticky-note:after {
    content: "􏉉"
}

.fad.fa-stocking:after {
    content: "􏟕"
}

.fad.fa-stomach:after {
    content: "􏘣"
}

.fad.fa-stop:after {
    content: "􏁍"
}

.fad.fa-stop-circle:after {
    content: "􏊍"
}

.fad.fa-stopwatch:after {
    content: "􏋲"
}

.fad.fa-stopwatch-20:after {
    content: "􎁯"
}

.fad.fa-store:after {
    content: "􏕎"
}

.fad.fa-store-alt:after {
    content: "􏕏"
}

.fad.fa-store-alt-slash:after {
    content: "􎁰"
}

.fad.fa-store-slash:after {
    content: "􎁱"
}

.fad.fa-stream:after {
    content: "􏕐"
}

.fad.fa-street-view:after {
    content: "􏈝"
}

.fad.fa-stretcher:after {
    content: "􏠥"
}

.fad.fa-strikethrough:after {
    content: "􏃌"
}

.fad.fa-stroopwafel:after {
    content: "􏕑"
}

.fad.fa-subscript:after {
    content: "􏄬"
}

.fad.fa-subway:after {
    content: "􏈹"
}

.fad.fa-suitcase:after {
    content: "􏃲"
}

.fad.fa-suitcase-rolling:after {
    content: "􏗁"
}

.fad.fa-sun:after {
    content: "􏆅"
}

.fad.fa-sun-cloud:after {
    content: "􏝣"
}

.fad.fa-sun-dust:after {
    content: "􏝤"
}

.fad.fa-sun-haze:after {
    content: "􏝥"
}

.fad.fa-sunglasses:after {
    content: "􏢒"
}

.fad.fa-sunrise:after {
    content: "􏝦"
}

.fad.fa-sunset:after {
    content: "􏝧"
}

.fad.fa-superscript:after {
    content: "􏄫"
}

.fad.fa-surprise:after {
    content: "􏗂"
}

.fad.fa-swatchbook:after {
    content: "􏗃"
}

.fad.fa-swimmer:after {
    content: "􏗄"
}

.fad.fa-swimming-pool:after {
    content: "􏗅"
}

.fad.fa-sword:after {
    content: "􏜜"
}

.fad.fa-sword-laser:after {
    content: "􎀻"
}

.fad.fa-sword-laser-alt:after {
    content: "􎀼"
}

.fad.fa-swords:after {
    content: "􏜝"
}

.fad.fa-swords-laser:after {
    content: "􎀽"
}

.fad.fa-synagogue:after {
    content: "􏚛"
}

.fad.fa-sync:after {
    content: "􏀡"
}

.fad.fa-sync-alt:after {
    content: "􏋱"
}

.fad.fa-syringe:after {
    content: "􏒎"
}

.fad.fa-table:after {
    content: "􏃎"
}

.fad.fa-table-tennis:after {
    content: "􏑝"
}

.fad.fa-tablet:after {
    content: "􏄊"
}

.fad.fa-tablet-alt:after {
    content: "􏏺"
}

.fad.fa-tablet-android:after {
    content: "􏏻"
}

.fad.fa-tablet-android-alt:after {
    content: "􏏼"
}

.fad.fa-tablet-rugged:after {
    content: "􏒏"
}

.fad.fa-tablets:after {
    content: "􏒐"
}

.fad.fa-tachometer:after {
    content: "􏃤"
}

.fad.fa-tachometer-alt:after {
    content: "􏏽"
}

.fad.fa-tachometer-alt-average:after {
    content: "􏘤"
}

.fad.fa-tachometer-alt-fast:after {
    content: "􏘥"
}

.fad.fa-tachometer-alt-fastest:after {
    content: "􏘦"
}

.fad.fa-tachometer-alt-slow:after {
    content: "􏘧"
}

.fad.fa-tachometer-alt-slowest:after {
    content: "􏘨"
}

.fad.fa-tachometer-average:after {
    content: "􏘩"
}

.fad.fa-tachometer-fast:after {
    content: "􏘪"
}

.fad.fa-tachometer-fastest:after {
    content: "􏘫"
}

.fad.fa-tachometer-slow:after {
    content: "􏘬"
}

.fad.fa-tachometer-slowest:after {
    content: "􏘭"
}

.fad.fa-taco:after {
    content: "􏠦"
}

.fad.fa-tag:after {
    content: "􏀫"
}

.fad.fa-tags:after {
    content: "􏀬"
}

.fad.fa-tally:after {
    content: "􏚜"
}

.fad.fa-tanakh:after {
    content: "􏠧"
}

.fad.fa-tape:after {
    content: "􏓛"
}

.fad.fa-tasks:after {
    content: "􏂮"
}

.fad.fa-tasks-alt:after {
    content: "􏠨"
}

.fad.fa-taxi:after {
    content: "􏆺"
}

.fad.fa-teeth:after {
    content: "􏘮"
}

.fad.fa-teeth-open:after {
    content: "􏘯"
}

.fad.fa-telescope:after {
    content: "􎀾"
}

.fad.fa-temperature-down:after {
    content: "􎀿"
}

.fad.fa-temperature-frigid:after {
    content: "􏝨"
}

.fad.fa-temperature-high:after {
    content: "􏝩"
}

.fad.fa-temperature-hot:after {
    content: "􏝪"
}

.fad.fa-temperature-low:after {
    content: "􏝫"
}

.fad.fa-temperature-up:after {
    content: "􎁀"
}

.fad.fa-tenge:after {
    content: "􏟗"
}

.fad.fa-tennis-ball:after {
    content: "􏑞"
}

.fad.fa-terminal:after {
    content: "􏄠"
}

.fad.fa-text:after {
    content: "􏢓"
}

.fad.fa-text-height:after {
    content: "􏀴"
}

.fad.fa-text-size:after {
    content: "􏢔"
}

.fad.fa-text-width:after {
    content: "􏀵"
}

.fad.fa-th:after {
    content: "􏀊"
}

.fad.fa-th-large:after {
    content: "􏀉"
}

.fad.fa-th-list:after {
    content: "􏀋"
}

.fad.fa-theater-masks:after {
    content: "􏘰"
}

.fad.fa-thermometer:after {
    content: "􏒑"
}

.fad.fa-thermometer-empty:after {
    content: "􏋋"
}

.fad.fa-thermometer-full:after {
    content: "􏋇"
}

.fad.fa-thermometer-half:after {
    content: "􏋉"
}

.fad.fa-thermometer-quarter:after {
    content: "􏋊"
}

.fad.fa-thermometer-three-quarters:after {
    content: "􏋈"
}

.fad.fa-theta:after {
    content: "􏚞"
}

.fad.fa-thumbs-down:after {
    content: "􏅥"
}

.fad.fa-thumbs-up:after {
    content: "􏅤"
}

.fad.fa-thumbtack:after {
    content: "􏂍"
}

.fad.fa-thunderstorm:after {
    content: "􏝬"
}

.fad.fa-thunderstorm-moon:after {
    content: "􏝭"
}

.fad.fa-thunderstorm-sun:after {
    content: "􏝮"
}

.fad.fa-ticket:after {
    content: "􏅅"
}

.fad.fa-ticket-alt:after {
    content: "􏏿"
}

.fad.fa-tilde:after {
    content: "􏚟"
}

.fad.fa-times:after {
    content: "􏀍"
}

.fad.fa-times-circle:after {
    content: "􏁗"
}

.fad.fa-times-hexagon:after {
    content: "􏋮"
}

.fad.fa-times-octagon:after {
    content: "􏋰"
}

.fad.fa-times-square:after {
    content: "􏋓"
}

.fad.fa-tint:after {
    content: "􏁃"
}

.fad.fa-tint-slash:after {
    content: "􏗇"
}

.fad.fa-tire:after {
    content: "􏘱"
}

.fad.fa-tire-flat:after {
    content: "􏘲"
}

.fad.fa-tire-pressure-warning:after {
    content: "􏘳"
}

.fad.fa-tire-rugged:after {
    content: "􏘴"
}

.fad.fa-tired:after {
    content: "􏗈"
}

.fad.fa-toggle-off:after {
    content: "􏈄"
}

.fad.fa-toggle-on:after {
    content: "􏈅"
}

.fad.fa-toilet:after {
    content: "􏟘"
}

.fad.fa-toilet-paper:after {
    content: "􏜞"
}

.fad.fa-toilet-paper-alt:after {
    content: "􏜟"
}

.fad.fa-toilet-paper-slash:after {
    content: "􎁲"
}

.fad.fa-tombstone:after {
    content: "􏜠"
}

.fad.fa-tombstone-alt:after {
    content: "􏜡"
}

.fad.fa-toolbox:after {
    content: "􏕒"
}

.fad.fa-tools:after {
    content: "􏟙"
}

.fad.fa-tooth:after {
    content: "􏗉"
}

.fad.fa-toothbrush:after {
    content: "􏘵"
}

.fad.fa-torah:after {
    content: "􏚠"
}

.fad.fa-torii-gate:after {
    content: "􏚡"
}

.fad.fa-tornado:after {
    content: "􏝯"
}

.fad.fa-tractor:after {
    content: "􏜢"
}

.fad.fa-trademark:after {
    content: "􏉜"
}

.fad.fa-traffic-cone:after {
    content: "􏘶"
}

.fad.fa-traffic-light:after {
    content: "􏘷"
}

.fad.fa-traffic-light-go:after {
    content: "􏘸"
}

.fad.fa-traffic-light-slow:after {
    content: "􏘹"
}

.fad.fa-traffic-light-stop:after {
    content: "􏘺"
}

.fad.fa-trailer:after {
    content: "􎁁"
}

.fad.fa-train:after {
    content: "􏈸"
}

.fad.fa-tram:after {
    content: "􏟚"
}

.fad.fa-transgender:after {
    content: "􏈤"
}

.fad.fa-transgender-alt:after {
    content: "􏈥"
}

.fad.fa-transporter:after {
    content: "􎁂"
}

.fad.fa-transporter-1:after {
    content: "􎁃"
}

.fad.fa-transporter-2:after {
    content: "􎁄"
}

.fad.fa-transporter-3:after {
    content: "􎁅"
}

.fad.fa-transporter-empty:after {
    content: "􎁆"
}

.fad.fa-trash:after {
    content: "􏇸"
}

.fad.fa-trash-alt:after {
    content: "􏋭"
}

.fad.fa-trash-restore:after {
    content: "􏠩"
}

.fad.fa-trash-restore-alt:after {
    content: "􏠪"
}

.fad.fa-trash-undo:after {
    content: "􏢕"
}

.fad.fa-trash-undo-alt:after {
    content: "􏢖"
}

.fad.fa-treasure-chest:after {
    content: "􏜣"
}

.fad.fa-tree:after {
    content: "􏆻"
}

.fad.fa-tree-alt:after {
    content: "􏐀"
}

.fad.fa-tree-christmas:after {
    content: "􏟛"
}

.fad.fa-tree-decorated:after {
    content: "􏟜"
}

.fad.fa-tree-large:after {
    content: "􏟝"
}

.fad.fa-tree-palm:after {
    content: "􏠫"
}

.fad.fa-trees:after {
    content: "􏜤"
}

.fad.fa-triangle:after {
    content: "􏋬"
}

.fad.fa-triangle-music:after {
    content: "􏣢"
}

.fad.fa-trophy:after {
    content: "􏂑"
}

.fad.fa-trophy-alt:after {
    content: "􏋫"
}

.fad.fa-truck:after {
    content: "􏃑"
}

.fad.fa-truck-container:after {
    content: "􏓜"
}

.fad.fa-truck-couch:after {
    content: "􏓝"
}

.fad.fa-truck-loading:after {
    content: "􏓞"
}

.fad.fa-truck-monster:after {
    content: "􏘻"
}

.fad.fa-truck-moving:after {
    content: "􏓟"
}

.fad.fa-truck-pickup:after {
    content: "􏘼"
}

.fad.fa-truck-plow:after {
    content: "􏟞"
}

.fad.fa-truck-ramp:after {
    content: "􏓠"
}

.fad.fa-trumpet:after {
    content: "􏣣"
}

.fad.fa-tshirt:after {
    content: "􏕓"
}

.fad.fa-tty:after {
    content: "􏇤"
}

.fad.fa-turkey:after {
    content: "􏜥"
}

.fad.fa-turntable:after {
    content: "􏣤"
}

.fad.fa-turtle:after {
    content: "􏜦"
}

.fad.fa-tv:after {
    content: "􏉬"
}

.fad.fa-tv-alt:after {
    content: "􏣥"
}

.fad.fa-tv-music:after {
    content: "􏣦"
}

.fad.fa-tv-retro:after {
    content: "􏐁"
}

.fad.fa-typewriter:after {
    content: "􏣧"
}

.fad.fa-ufo:after {
    content: "􎁇"
}

.fad.fa-ufo-beam:after {
    content: "􎁈"
}

.fad.fa-umbrella:after {
    content: "􏃩"
}

.fad.fa-umbrella-beach:after {
    content: "􏗊"
}

.fad.fa-underline:after {
    content: "􏃍"
}

.fad.fa-undo:after {
    content: "􏃢"
}

.fad.fa-undo-alt:after {
    content: "􏋪"
}

.fad.fa-unicorn:after {
    content: "􏜧"
}

.fad.fa-union:after {
    content: "􏚢"
}

.fad.fa-universal-access:after {
    content: "􏊚"
}

.fad.fa-university:after {
    content: "􏆜"
}

.fad.fa-unlink:after {
    content: "􏄧"
}

.fad.fa-unlock:after {
    content: "􏂜"
}

.fad.fa-unlock-alt:after {
    content: "􏄾"
}

.fad.fa-upload:after {
    content: "􏂓"
}

.fad.fa-usb-drive:after {
    content: "􏣩"
}

.fad.fa-usd-circle:after {
    content: "􏋨"
}

.fad.fa-usd-square:after {
    content: "􏋩"
}

.fad.fa-user:after {
    content: "􏀇"
}

.fad.fa-user-alien:after {
    content: "􎁊"
}

.fad.fa-user-alt:after {
    content: "􏐆"
}

.fad.fa-user-alt-slash:after {
    content: "􏓺"
}

.fad.fa-user-astronaut:after {
    content: "􏓻"
}

.fad.fa-user-chart:after {
    content: "􏚣"
}

.fad.fa-user-check:after {
    content: "􏓼"
}

.fad.fa-user-circle:after {
    content: "􏊽"
}

.fad.fa-user-clock:after {
    content: "􏓽"
}

.fad.fa-user-cog:after {
    content: "􏓾"
}

.fad.fa-user-cowboy:after {
    content: "􏣪"
}

.fad.fa-user-crown:after {
    content: "􏚤"
}

.fad.fa-user-edit:after {
    content: "􏓿"
}

.fad.fa-user-friends:after {
    content: "􏔀"
}

.fad.fa-user-graduate:after {
    content: "􏔁"
}

.fad.fa-user-hard-hat:after {
    content: "􏠬"
}

.fad.fa-user-headset:after {
    content: "􏠭"
}

.fad.fa-user-injured:after {
    content: "􏜨"
}

.fad.fa-user-lock:after {
    content: "􏔂"
}

.fad.fa-user-md:after {
    content: "􏃰"
}

.fad.fa-user-md-chat:after {
    content: "􏠮"
}

.fad.fa-user-minus:after {
    content: "􏔃"
}

.fad.fa-user-music:after {
    content: "􏣫"
}

.fad.fa-user-ninja:after {
    content: "􏔄"
}

.fad.fa-user-nurse:after {
    content: "􏠯"
}

.fad.fa-user-plus:after {
    content: "􏈴"
}

.fad.fa-user-robot:after {
    content: "􎁋"
}

.fad.fa-user-secret:after {
    content: "􏈛"
}

.fad.fa-user-shield:after {
    content: "􏔅"
}

.fad.fa-user-slash:after {
    content: "􏔆"
}

.fad.fa-user-tag:after {
    content: "􏔇"
}

.fad.fa-user-tie:after {
    content: "􏔈"
}

.fad.fa-user-times:after {
    content: "􏈵"
}

.fad.fa-user-unlock:after {
    content: "􎁘"
}

.fad.fa-user-visor:after {
    content: "􎁌"
}

.fad.fa-users:after {
    content: "􏃀"
}

.fad.fa-users-class:after {
    content: "􏘽"
}

.fad.fa-users-cog:after {
    content: "􏔉"
}

.fad.fa-users-crown:after {
    content: "􏚥"
}

.fad.fa-users-medical:after {
    content: "􏠰"
}

.fad.fa-users-slash:after {
    content: "􎁳"
}

.fad.fa-utensil-fork:after {
    content: "􏋣"
}

.fad.fa-utensil-knife:after {
    content: "􏋤"
}

.fad.fa-utensil-spoon:after {
    content: "􏋥"
}

.fad.fa-utensils:after {
    content: "􏋧"
}

.fad.fa-utensils-alt:after {
    content: "􏋦"
}

.fad.fa-vacuum:after {
    content: "􎁍"
}

.fad.fa-vacuum-robot:after {
    content: "􎁎"
}

.fad.fa-value-absolute:after {
    content: "􏚦"
}

.fad.fa-vector-square:after {
    content: "􏗋"
}

.fad.fa-venus:after {
    content: "􏈡"
}

.fad.fa-venus-double:after {
    content: "􏈦"
}

.fad.fa-venus-mars:after {
    content: "􏈨"
}

.fad.fa-vhs:after {
    content: "􏣬"
}

.fad.fa-vial:after {
    content: "􏒒"
}

.fad.fa-vials:after {
    content: "􏒓"
}

.fad.fa-video:after {
    content: "􏀽"
}

.fad.fa-video-plus:after {
    content: "􏓡"
}

.fad.fa-video-slash:after {
    content: "􏓢"
}

.fad.fa-vihara:after {
    content: "􏚧"
}

.fad.fa-violin:after {
    content: "􏣭"
}

.fad.fa-virus:after {
    content: "􎁴"
}

.fad.fa-virus-slash:after {
    content: "􎁵"
}

.fad.fa-viruses:after {
    content: "􎁶"
}

.fad.fa-voicemail:after {
    content: "􏢗"
}

.fad.fa-volcano:after {
    content: "􏝰"
}

.fad.fa-volleyball-ball:after {
    content: "􏑟"
}

.fad.fa-volume:after {
    content: "􏚨"
}

.fad.fa-volume-down:after {
    content: "􏀧"
}

.fad.fa-volume-mute:after {
    content: "􏚩"
}

.fad.fa-volume-off:after {
    content: "􏀦"
}

.fad.fa-volume-slash:after {
    content: "􏋢"
}

.fad.fa-volume-up:after {
    content: "􏀨"
}

.fad.fa-vote-nay:after {
    content: "􏝱"
}

.fad.fa-vote-yea:after {
    content: "􏝲"
}

.fad.fa-vr-cardboard:after {
    content: "􏜩"
}

.fad.fa-wagon-covered:after {
    content: "􏣮"
}

.fad.fa-walker:after {
    content: "􏠱"
}

.fad.fa-walkie-talkie:after {
    content: "􏣯"
}

.fad.fa-walking:after {
    content: "􏕔"
}

.fad.fa-wallet:after {
    content: "􏕕"
}

.fad.fa-wand:after {
    content: "􏜪"
}

.fad.fa-wand-magic:after {
    content: "􏜫"
}

.fad.fa-warehouse:after {
    content: "􏒔"
}

.fad.fa-warehouse-alt:after {
    content: "􏒕"
}

.fad.fa-washer:after {
    content: "􏢘"
}

.fad.fa-watch:after {
    content: "􏋡"
}

.fad.fa-watch-calculator:after {
    content: "􏣰"
}

.fad.fa-watch-fitness:after {
    content: "􏘾"
}

.fad.fa-water:after {
    content: "􏝳"
}

.fad.fa-water-lower:after {
    content: "􏝴"
}

.fad.fa-water-rise:after {
    content: "􏝵"
}

.fad.fa-wave-sine:after {
    content: "􏢙"
}

.fad.fa-wave-square:after {
    content: "􏠾"
}

.fad.fa-wave-triangle:after {
    content: "􏢚"
}

.fad.fa-waveform:after {
    content: "􏣱"
}

.fad.fa-waveform-path:after {
    content: "􏣲"
}

.fad.fa-webcam:after {
    content: "􏠲"
}

.fad.fa-webcam-slash:after {
    content: "􏠳"
}

.fad.fa-weight:after {
    content: "􏒖"
}

.fad.fa-weight-hanging:after {
    content: "􏗍"
}

.fad.fa-whale:after {
    content: "􏜬"
}

.fad.fa-wheat:after {
    content: "􏜭"
}

.fad.fa-wheelchair:after {
    content: "􏆓"
}

.fad.fa-whistle:after {
    content: "􏑠"
}

.fad.fa-wifi:after {
    content: "􏇫"
}

.fad.fa-wifi-1:after {
    content: "􏚪"
}

.fad.fa-wifi-2:after {
    content: "􏚫"
}

.fad.fa-wifi-slash:after {
    content: "􏚬"
}

.fad.fa-wind:after {
    content: "􏜮"
}

.fad.fa-wind-turbine:after {
    content: "􏢛"
}

.fad.fa-wind-warning:after {
    content: "􏝶"
}

.fad.fa-window:after {
    content: "􏐎"
}

.fad.fa-window-alt:after {
    content: "􏐏"
}

.fad.fa-window-close:after {
    content: "􏐐"
}

.fad.fa-window-frame:after {
    content: "􎁏"
}

.fad.fa-window-frame-open:after {
    content: "􎁐"
}

.fad.fa-window-maximize:after {
    content: "􏋐"
}

.fad.fa-window-minimize:after {
    content: "􏋑"
}

.fad.fa-window-restore:after {
    content: "􏋒"
}

.fad.fa-windsock:after {
    content: "􏝷"
}

.fad.fa-wine-bottle:after {
    content: "􏜯"
}

.fad.fa-wine-glass:after {
    content: "􏓣"
}

.fad.fa-wine-glass-alt:after {
    content: "􏗎"
}

.fad.fa-won-sign:after {
    content: "􏅙"
}

.fad.fa-wreath:after {
    content: "􏟢"
}

.fad.fa-wrench:after {
    content: "􏂭"
}

.fad.fa-x-ray:after {
    content: "􏒗"
}

.fad.fa-yen-sign:after {
    content: "􏅗"
}

.fad.fa-yin-yang:after {
    content: "􏚭"
}

@font-face {
    font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:300;font-display:block;src:url("../fonts/webfonts/fa-light-300.eot");src:url("../fonts/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"),url("../fonts/webfonts/fa-light-300.woff2") format("woff2"),url("../fonts/webfonts/fa-light-300.woff") format("woff"),url("../fonts/webfonts/fa-light-300.ttf") format("truetype"),url("../fonts/webfonts/fa-light-300.svg#fontawesome") format("svg")
}

.fal {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300
}

@font-face {
    font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:400;font-display:block;src:url("../fonts/webfonts/fa-regular-400.eot");src:url("../fonts/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("../fonts/webfonts/fa-regular-400.woff2") format("woff2"),url("../fonts/webfonts/fa-regular-400.woff") format("woff"),url("../fonts/webfonts/fa-regular-400.ttf") format("truetype"),url("../fonts/webfonts/fa-regular-400.svg#fontawesome") format("svg")
}

.far {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400
}

@font-face {
    font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:900;font-display:block;src:url("../fonts/webfonts/fa-solid-900.eot");src:url("../fonts/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("../fonts/webfonts/fa-solid-900.woff2") format("woff2"),url("../fonts/webfonts/fa-solid-900.woff") format("woff"),url("../fonts/webfonts/fa-solid-900.ttf") format("truetype"),url("../fonts/webfonts/fa-solid-900.svg#fontawesome") format("svg")
}

.fa,.fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900
}

html {
    font-size: 62.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html,body {
    height: 100%
}

*,*::before,*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

#page {
    position: relative;
    min-width: 320px;
    min-height: 100%;
    max-width: 100%;
    overflow: hidden
}

#page::before {
    content: ""
}

#page.bg-overlay::before {
    background: rgba(0,0,0,.75);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 100;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

h1,h2,h3,h4,h5,h6,p,img,ol,ul,li,figure {
    margin: 0;
    padding: 0
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%
}

img {
    width: 100%;
    vertical-align: middle
}

ul,li {
    list-style: none
}

a {
    display: block;
    color: inherit;
    line-height: 1;
    text-decoration: none;
    cursor: pointer
}

a:active,a:hover {
    outline: 0
}

input:focus {
    outline: none;
    border: none
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    min-width: 0
}

textarea:focus {
    border: none;
    outline: none
}

html {
    scroll-behavior: smooth
}

body {
    background: #fff;
    -webkit-text-size-adjust: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body.overflow-hidden {
    overflow: hidden
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-thumb {
    background: rgba(90,90,90,.2)
}

::-webkit-scrollbar-track {
    background: rgba(0,0,0,.2)
}

a.zoom-on-content span {
    display: block;
    overflow: hidden
}

a.zoom-on-content span img {
    display: block;
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s
}

a.zoom-on-content:hover img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}

.slick-slider .slick-slide {
    margin: 0;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    position: relative
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 29px;
    border-radius: 0;
    border: 1px solid #e6e6e6;
    padding: 0 13px;
    background: #fbfbf7;
    font-family: open sans,sans-serif;
    letter-spacing: .06em;
    margin: 0;
    font-size: 12px;
    width: 100%
}

select:focus {
    outline: none
}

button,.button-style {
    padding: 10px 0;
    background: #000;
    display: block;
    width: 100%;
    height: auto;
    font-family: "open sans",sans-serif;
    font-size: 13px;
    line-height: normal;
    letter-spacing: .06em;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    border: none;
    border-radius: 0;
    outline: none;
    cursor: pointer
}

button:hover,.button-style:hover {
    background: #343434
}

.button-style--default {
    background: none;
    color: #222;
    border: 1px solid #060606
}

.button-style[disabled] {
    background: #6f6f6f !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none
}

input[type=number] {
    -moz-appearance: textfield
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid rgba(0,0,0,0)
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url("./../images/ajax-loader.gif") center center no-repeat
}

.slick-prev,.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: rgba(0,0,0,0);
    color: rgba(0,0,0,0);
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 1
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
    outline: none;
    background: rgba(0,0,0,0);
    color: rgba(0,0,0,0)
}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,.slick-next:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    line-height: 1;
    color: #000;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: ""
}

[dir=rtl] .slick-prev:before {
    content: ""
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: ""
}

[dir=rtl] .slick-next:before {
    content: ""
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: rgba(0,0,0,0);
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: rgba(0,0,0,0);
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "Font Awesome 5 Pro";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.jspContainer {
    overflow: hidden;
    position: relative
}

.jspPane {
    position: absolute
}

.jspVerticalBar {
    background: red;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px
}

.jspHorizontalBar {
    background: red;
    bottom: 0;
    height: 16px;
    left: 0;
    position: absolute;
    width: 100%
}

.jspCap {
    display: none
}

.jspHorizontalBar .jspCap {
    float: left
}

.jspTrack {
    background: #dde;
    position: relative
}

.jspDrag {
    background: #bbd;
    cursor: pointer;
    left: 0;
    position: relative;
    top: 0
}

.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%
}

.jspArrow {
    background: #50506d;
    cursor: pointer;
    direction: ltr;
    display: block;
    margin: 0;
    padding: 0;
    text-indent: -20000px
}

.jspDisabled {
    background: #80808d;
    cursor: default
}

.jspVerticalBar .jspArrow {
    height: 16px
}

.jspHorizontalBar .jspArrow {
    float: left;
    height: 100%;
    width: 16px
}

.jspVerticalBar .jspArrow:focus {
    border: 1px solid red;
    outline: none
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%
}

* html .jspCorner {
    margin: 0 -3px 0 0
}

@font-face {
    font-family:"swiper-icons";src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height,-webkit-transform;
    transition-property: height,-webkit-transform;
    transition-property: transform,height;
    transition-property: transform,height,-webkit-transform
}

.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-wrapper,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-prev,.swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev:after,.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0)
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top,200ms -webkit-transform;
    transition: 200ms top,200ms -webkit-transform;
    transition: 200ms transform,200ms top;
    transition: 200ms transform,200ms top,200ms -webkit-transform
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left,200ms -webkit-transform;
    transition: 200ms left,200ms -webkit-transform;
    transition: 200ms transform,200ms left;
    transition: 200ms transform,200ms left,200ms -webkit-transform
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right,200ms -webkit-transform;
    transition: 200ms right,200ms -webkit-transform;
    transition: 200ms transform,200ms right;
    transition: 200ms transform,200ms right,200ms -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: rgba(0,0,0,0)
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev,.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity,height,-webkit-transform;
    transition-property: opacity,height,-webkit-transform;
    transition-property: transform,opacity,height;
    transition-property: transform,opacity,height,-webkit-transform
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: rgba(0,0,0,0);
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

.mfp-close:hover,.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset rgba(0,0,0,0)
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px)and (orientation: landscape),screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.jpa {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.jpa input {
    margin-right: .5rem;
    margin-left: .5rem;
    text-align: center
}

.jpa input:first-child {
    margin-left: 0
}

.jpa input:last-child {
    margin-right: 0
}

body.filter-opened,body.open-menu,body.show-cart,body.show-login {
    width: 100%;
    overflow: hidden
}

.filter-opened .header__menu-btn .line-1,.open-menu .header__menu-btn .line-1 {
    top: 1px;
    left: 1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.filter-opened .header__menu-btn .line-2,.open-menu .header__menu-btn .line-2 {
    opacity: 0
}

.filter-opened .header__menu-btn .line-3,.open-menu .header__menu-btn .line-3 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 3px
}

.top-mobile-return {
    display: none
}

#header {
    position: fixed;
    width: 100%;
    height: 165px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 99
}

@media(min-width: 768px) {
    #header {
        position: relative;
        width: auto;
        z-index: 90
    }
}

.hide-top-header #header,.menu-layer #header {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset
}

@media(max-width: 767px) {
    .hide-top-header #header,.menu-layer #header {
        height: auto
    }
}

.header__top {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 13px;
    height: 40px;
    color: #fff;
    text-align: center;
    z-index: 11;
    overflow: hidden
}

.header__top p {
    line-height: 40px;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    -webkit-transition: opacity 500ms ease .6ms;
    transition: opacity 500ms ease .6ms
}

.header__top p.slick-active {
    -webkit-animation: headerText 6s linear infinite;
    animation: headerText 6s linear infinite
}

@-webkit-keyframes headerText {
    0% {
        opacity: 0
    }

    10% {
        opacity: 1
    }

    90% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes headerText {
    0% {
        opacity: 0
    }

    10% {
        opacity: 1
    }

    90% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

header {
    padding: 20px 0;
    position: fixed;
    top: 40px;
    background: #fbfbf7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 75px;
    float: none;
    z-index: 99;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.hide-top-header header {
    top: 0 !important
}

@media(min-width: 470px) {
    header {
        padding: 5px 0;
        height: 105px
    }
}

@media(min-width: 1024px) {
    header {
        position: fixed;
        display: block;
        width: 100%;
        height: 125px
    }
}

.header__main {
    padding: 0 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(min-width: 1024px) {
    .header__main {
        margin: 0 0 0 20px;
        padding: 0;
        position: absolute;
        top: calc(100% - 87px);
        left: 0;
        width: auto;
        height: auto;
        max-width: 200px;
        z-index: 101
    }
}

.header__menu-btn {
    padding: 14px 16px;
    position: absolute;
    top: 21px;
    left: 16px;
    height: 18px;
    width: 21px;
    cursor: pointer;
    z-index: 100
}

@media(min-width: 470px) {
    .header__menu-btn {
        top: 43px
    }
}

@media(min-width: 1024px) {
    .header__menu-btn {
        display: none
    }
}

.header__menu-btn .line {
    display: block;
    background: #000;
    width: 100%;
    height: 2px;
    max-width: 21px;
    position: absolute;
    left: 5px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.header__menu-btn .line.line-1 {
    top: 6px;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.header__menu-btn .line.line-2 {
    top: 50%
}

.header__menu-btn .line.line-3 {
    top: calc(100% - 7px);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.header__locale {
    display: none;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(min-width: 1024px) {
    .header__locale {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.header__locale i {
    margin-left: 25px;
    font-size: 20px
}

.select__locale {
    position: relative
}

.select__locale::after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 5px;
    right: 8px;
    font-size: 10px;
    z-index: -1
}

.select__locale select {
    background: rgba(0,0,0,0);
    width: 72px;
    cursor: pointer
}

.header__logo {
    display: none;
    width: 100%;
    text-align: center
}

@media(min-width: 1024px) {
    .header__logo {
        padding: 0;
        display: block;
        width: auto
    }
}

.header__logo--mobile {
    display: block
}

@media(min-width: 1024px) {
    .header__logo--mobile {
        display: none
    }
}

.header__logo--mobile img {
    margin-right: 35px;
    max-width: 180px
}

@media(min-width: 370px) {
    .header__logo--mobile img {
        margin-right: 0
    }
}

@media(min-width: 470px) {
    .header__logo--mobile img {
        max-width: 310px
    }
}

@media(min-width: 768px) {
    .header__logo--mobile img {
        max-width: 355px
    }
}

.header__logo a {
    display: inline-block
}

@media(min-width: 1024px) {
    .header__logo img {
        max-width: 355px
    }
}

.header__right {
    position: absolute;
    right: 10px;
    top: 12px;
    padding: 0
}

@media(min-width: 470px) {
    .header__right {
        top: 26px
    }
}

@media(min-width: 1024px) {
    .header__right {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        position: relative;
        right: 0;
        top: 0;
        text-align: right
    }
}

.header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: auto;
    right: 20px;
    -webkit-transition: top .4s ease;
    transition: top .4s ease;
    z-index: 100
}

@media(min-width: 1024px) {
    .header__info {
        position: fixed;
        top: 63px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: auto
    }

    .hide-top-header .header__info {
        top: 23px !important
    }
}

.header__info li {
    padding-top: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 26px;
    height: 39px;
    font-size: 18px;
    text-align: center
}

@media(min-width: 370px) {
    .header__info li {
        min-width: 30px;
        height: 39px;
        font-size: 22px
    }
}

@media(min-width: 470px) {
    .header__info li {
        font-size: 24px
    }
}

@media(min-width: 768px) {
    .header__info li {
        min-width: 44px;
        height: 39px;
        font-size: 22px
    }
}

@media(min-width: 1024px) {
    .header__info li {
        min-width: 35px;
        font-size: 18px
    }
}

.header__info a {
    color: #000
}

.header__info .header__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(min-width: 768px) {
    .header__info .header__search {
        margin-right: 8px
    }
}

.header__search.active::after {
    content: "";
    background: #fbfbf7;
    position: absolute;
    left: 0;
    width: 35px;
    height: 35px
}

@media(min-width: 1024px) {
    .header__search.active::after {
        content: none
    }
}

#searchBtn {
    font-size: 20px
}

@media(min-width: 1024px) {
    #searchBtn {
        display: none
    }
}

#search-form {
    position: fixed;
    background: #fff;
    top: 116px;
    left: 0;
    width: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
    visibility: hidden
}

@media(min-width: 470px) {
    #search-form {
        top: 146px
    }
}

@media(min-width: 1024px) {
    #search-form {
        position: unset;
        background: unset;
        width: unset;
        opacity: 1;
        visibility: visible
    }
}

.header__search.active #search-form {
    opacity: 1;
    visibility: visible
}

.hide-top-header #search-form {
    top: 76px
}

@media(min-width: 470px) {
    .hide-top-header #search-form {
        top: 106px
    }
}

.header__search .search__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media(min-width: 470px) {
    .header__search .search__wrap {
        padding: 0 17px
    }
}

@media(min-width: 768px) {
    .header__search .search__wrap {
        padding: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media(min-width: 1024px) {
    .header__search .search__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.search__close-icon::after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    top: 12px;
    right: 16px
}

@media(min-width: 1024px) {
    .search__close-icon::after {
        content: none
    }
}

.header__search input {
    padding: 0 10px;
    background: none;
    width: 100%;
    font-size: 13px;
    outline: none;
    border: none
}

@media(min-width: 1024px) {
    .header__search input {
        width: unset;
        max-width: 160px;
        border-bottom: 1px solid #bdbdbd
    }
}

.header__search input::-webkit-input-placeholder {
    font-size: 15px
}

.header__search input::-moz-placeholder {
    font-size: 15px
}

.header__search input:-ms-input-placeholder {
    font-size: 15px
}

.header__search input::-ms-input-placeholder {
    font-size: 15px
}

.header__search input::placeholder {
    font-size: 15px
}

.header__search button {
    margin: 0 20px;
    background: none;
    text-align: right;
    max-width: 20px;
    font-size: 20px;
    color: #000
}

@media(min-width: 470px) {
    .header__search button {
        margin: 0 20px 0 0
    }
}

@media(min-width: 768px) {
    .header__search button {
        margin: 0 20px
    }
}

@media(min-width: 1024px) {
    .header__search button {
        margin: 0;
        font-size: 18px
    }
}

.header__info .header__login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__info .header__cart {
    position: relative;
    bottom: 1px
}

@media(min-width: 768px) {
    .header__info .header__cart {
        font-size: 25px
    }
}

@media(min-width: 1024px) {
    .header__info .header__cart {
        font-size: 18px
    }
}

.header__info .header__cart a span {
    position: absolute;
    font-weight: 500;
    font-size: 10px;
    top: 23px;
    left: 12px
}

@media(min-width: 768px) {
    .header__info .header__cart a span {
        top: 23px;
        left: 19px
    }
}

@media(min-width: 1024px) {
    .header__info .header__cart a span {
        left: 15px
    }
}

.header__info .number-item {
    background: #fbfbf7;
    position: absolute;
    bottom: -3px;
    right: 3px;
    width: 17px;
    height: 17px;
    font-size: 10px;
    line-height: 17px;
    border-radius: 550%;
    z-index: 0
}

#navbar {
    padding-bottom: 15px;
    background-color: #fbfbf7;
    position: fixed;
    top: 115px;
    left: -100%;
    width: 100%;
    height: calc(100% - 51px);
    max-width: 100%;
    opacity: 0;
    -webkit-transition: left 0s ease-out .25s,opacity .25s ease-out;
    transition: left 0s ease-out .25s,opacity .25s ease-out;
    overflow-y: scroll;
    z-index: 99;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.open-menu #navbar {
    left: 0;
    opacity: 1;
    -webkit-transition: left 0s ease-out 0s,opacity .25s ease-out;
    transition: left 0s ease-out 0s,opacity .25s ease-out
}

@media(min-width: 470px) {
    #navbar {
        top: 145px
    }
}

@media(min-width: 1024px) {
    #navbar {
        padding: 0;
        background: none;
        position: relative;
        top: 50%;
        left: 0;
        max-width: unset;
        height: auto;
        opacity: 1;
        -webkit-transition: none;
        transition: none;
        overflow: initial;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 99
    }
}

#navbar::-webkit-scrollbar {
    width: 0;
    height: 0
}

@media(max-width: 1023px) {
    .hide-top-header #navbar {
        top: 105px
    }
}

@media(max-width: 469px) {
    .hide-top-header #navbar {
        top: 75px
    }
}

.navbar__menu {
    margin: auto;
    position: relative;
    display: table;
    width: 100%;
    height: 25px;
    text-align: center
}

@media(min-width: 1024px) {
    .navbar__menu {
        line-height: 8px
    }
}

.navbar__menu .item__menu {
    margin: 0;
    position: relative;
    display: block;
    height: auto;
    line-height: 27px;
    overflow: hidden;
    border-top: 1px solid #ebecec
}

@media(min-width: 1024px) {
    .navbar__menu .item__menu {
        padding: 0 15px;
        position: static;
        display: inline-block;
        border: none;
        overflow: initial
    }
}

@media(min-width: 1024px) {
    .navbar__menu .item__menu.active a::after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@media(min-width: 1024px) {
    .navbar__menu .item__menu:hover::after {
        content: "";
        margin-bottom: -27px;
        position: absolute;
        left: 0;
        display: block;
        background: 0 0;
        width: 100%;
        height: 26px
    }
}

@media(min-width: 1024px) {
    .navbar__menu .item__menu:hover .item__menu-link::after {
        content: "";
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        transform-origin: 0 100%
    }
}

@media(min-width: 1024px) {
    .navbar__menu .item__menu:hover .submenu__wrap {
        height: auto;
        top: 43px
    }
}

@media(min-width: 1024px) {
    .navbar__menu .item__menu:hover .submenu__main {
        height: auto;
        padding: 25px 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s
    }
}

.navbar__menu .item__menu:last-child {
    border-bottom: 1px solid #ebecec
}

@media(min-width: 1024px) {
    .navbar__menu .item__menu:last-child {
        border: none
    }
}

@media(max-width: 1023px) {
    .navbar__menu .item__menu.has-submenu::after {
        content: "";
        position: absolute;
        top: 0;
        right: 17px;
        font-family: "Font Awesome 5 Pro";
        font-weight: 700;
        font-size: 10px;
        line-height: 50px;
        color: #818181
    }
}

@media(max-width: 1023px) {
    .navbar__menu .item__menu.active-link::after {
        right: auto;
        left: 17px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.navbar__menu .item__menu-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 52px;
    vertical-align: middle;
    -webkit-transition: height .35s,opacity .4s;
    transition: height .35s,opacity .4s
}

@media(min-width: 1024px) {
    .navbar__menu .item__menu-link {
        position: static;
        display: initial;
        color: #000
    }
}

@media(min-width: 1024px) {
    .navbar__menu .item__menu-link::after {
        content: "";
        background: #000;
        display: block;
        position: relative;
        top: 0;
        height: .5px;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s
    }
}

.navbar__menu .submenu__wrap {
    left: 0;
    top: 29px;
    width: 100%;
    text-align: left;
    overflow: hidden
}

@media(min-width: 1024px) {
    .navbar__menu .submenu__wrap {
        position: absolute
    }
}

.navbar__menu .submenu__main {
    display: block;
    background: #fbfbf7;
    position: relative;
    top: 0;
    height: 0;
    -webkit-transform: translateY(120px);
    -ms-transform: translateY(120px);
    transform: translateY(120px);
    overflow: auto
}

@media(min-width: 1024px) {
    .navbar__menu .submenu__main {
        background: #fbfbf7;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: -webkit-transform 0s;
        transition: -webkit-transform 0s;
        transition: transform 0s;
        transition: transform 0s, -webkit-transform 0s
    }
}

.navbar__menu .item__menu.active-link .submenu__main {
    height: calc(100% - 195px);
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .4s ease-out .2s,-webkit-transform .4s ease-out .15s;
    transition: opacity .4s ease-out .2s,-webkit-transform .4s ease-out .15s;
    transition: transform .4s ease-out .15s,opacity .4s ease-out .2s;
    transition: transform .4s ease-out .15s,opacity .4s ease-out .2s,-webkit-transform .4s ease-out .15s
}

.navbar__menu .submenu__expand-col {
    margin: 20px auto 0;
    padding-left: 60px;
    max-width: 980px
}

@media(min-width: 1024px) {
    .navbar__menu .submenu__expand-col {
        margin: auto;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.navbar__menu .submenu__col-list {
    padding-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media(min-width: 1024px) {
    .navbar__menu .submenu__col-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.navbar__menu .submenu__item {
    margin: 0 0 20px
}

@media(min-width: 1024px) {
    .navbar__menu .submenu__item {
        margin: 0
    }
}

.navbar__menu .submenu__item-title {
    margin-bottom: 10px;
    font-size: 15px;
    color: #222;
    opacity: .6;
    text-transform: uppercase
}

@media(min-width: 1024px) {
    .navbar__menu .submenu__item-title {
        margin-bottom: 18px;
        font-weight: 700;
        font-size: 12px;
        color: #000;
        opacity: .7
    }
}

.navbar__menu .submenu__col-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 30px
}

@media(min-width: 1024px) {
    .navbar__menu .submenu__col-item {
        display: list-item;
        height: auto;
        line-height: 28px
    }
}

.navbar__menu h3 {
    display: inline-block;
    font-weight: 400;
    text-transform: none
}

.navbar__menu h3 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar__menu.submenu-show .item__menu {
    border: none
}

.navbar__menu.submenu-show .item__menu .item__menu-link {
    height: 0;
    opacity: 0
}

.navbar__menu.submenu-show .item__menu.active-link>a {
    background-color: #eeede7;
    height: 49px;
    opacity: 1;
    border-top: 1px solid #ebecec
}

.navbar__menu.submenu-show+.navbar__extra {
    display: none
}

.navbar__menu .submenu__image {
    display: none
}

@media(min-width: 1024px) {
    .navbar__menu .submenu__image {
        margin-top: 8px;
        display: block;
        max-width: 450px
    }
}

.navbar__menu .submenu__image a {
    padding: 2px 0 6px;
    display: block;
    max-height: 23rem;
    overflow: hidden;
    line-height: normal
}

.navbar__menu .submenu__image span:first-child {
    margin-bottom: 6px
}

.navbar__menu .submenu__image img {
    -o-object-fit: contain;
    object-fit: contain
}

.navbar__extra {
    font-size: 13px;
    text-align: center
}

@media(min-width: 1024px) {
    .navbar__extra {
        display: none
    }
}

.navbar__extra .extra__menu {
    margin-top: 28px
}

.navbar__extra .extra__menu-link--account {
    margin-right: 16px;
    margin: auto;
    width: calc(100% - 36px);
    line-height: 32px
}

.login__content {
    padding: 56px 51px;
    background-color: #fbfbf7;
    position: fixed;
    right: 0;
    top: 0;
    max-width: 360px;
    height: 100%;
    text-align: center;
    overflow: auto;
    border: none;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    z-index: 100
}

.show-login .login__content {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.login__title,.register-sec h3 {
    margin: 0 0 22px;
    display: block;
    max-width: 100%;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #000;
    line-height: initial;
    text-transform: uppercase;
    letter-spacing: normal
}

#login-form input {
    margin: 0;
    padding: 0;
    background-color: #fbfbf7;
    width: 100%;
    height: 41px;
    font-size: 14px;
    line-height: normal;
    letter-spacing: .06em;
    border: none;
    border-bottom: 1px solid #0b273e;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

#login-form a {
    margin: 15px 0;
    padding: 0;
    font-size: 13px;
    text-transform: none
}

.register-sec {
    margin-top: 60px
}

.register-sec a {
    color: #fff
}

.logged__menu {
    margin-top: 30px;
    text-align: left;
    overflow: hidden
}

.logged__menu li {
    padding: 17px 0;
    width: 249px;
    border-top: 1px solid #d6dbde
}

.logged__menu li a {
    position: relative;
    width: 100%;
    font-size: 13px;
    line-height: 39px
}

.logged__menu li a::after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    top: 8px;
    margin-top: -6px;
    font-size: 12px;
    color: #818181
}

.logged__menu li.logout-account {
    background-color: #eeede7;
    text-align: center
}

.logged__menu li.logout-account a::after {
    content: none
}

.cart__wrapper {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 420px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    z-index: 100
}

.show-cart .cart__wrapper {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%)
}

.cart__head {
    margin-bottom: 25px;
    padding-left: 60px;
    padding-top: 23px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.cart__head .cart-icon {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    font-size: 20px
}

.cart__head .cart-icon span {
    position: absolute;
    font-weight: 500;
    font-size: 10px;
    top: 21px;
    left: 27px
}

.cart__head .cart-title {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .8px;
    line-height: 15px
}

.close__content {
    background: inherit;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px
}

.close__content::before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 26px;
    color: #000;
    cursor: pointer
}

.close__content:hover {
    background: initial
}

.cart__content {
    padding: 0 20px 20px;
    height: 70%;
    overflow-x: hidden
}

.cart__content::-webkit-scrollbar {
    width: 5px
}

.cart__content::-webkit-scrollbar-track {
    background: #f1f1f1
}

.cart__item {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.cart-image {
    margin: 5px 15px 0 0
}

.cart-image img {
    max-width: 100px
}

.cart__item-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    position: relative
}

.cart__item-info h6 {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: .8px;
    line-height: 20px;
    text-align: left
}

.cart__item-info h6 a {
    line-height: 21px
}

.cart__item-props {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.props-size {
    margin-right: 10px;
    font-size: 13px;
    text-align: left
}

.cart__item-props .text-gray {
    display: block;
    font-size: 8px;
    letter-spacing: 1px;
    line-height: 18px;
    text-transform: uppercase;
    color: #9a9a9a
}

.cart__item-props .text-small {
    font-size: 14px
}

.cart-props {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.props-count {
    margin-top: -2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.props-count button {
    padding: 0;
    background: none;
    width: 18px;
    height: 18px;
    color: #4d4d4d;
    opacity: .7;
    border: none;
    cursor: pointer
}

.props-count input {
    margin-top: -1px;
    background: none;
    width: 25px;
    height: 18px;
    font-size: 14px;
    text-align: center;
    border: 0
}

.props-price {
    font-size: 12px;
    text-align: right
}

.cart__item-remove {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.cart__item-remove a {
    padding-left: 10px;
    position: relative;
    font-size: 12px;
    text-decoration: underline
}

.cart__item-remove a::before {
    content: "×";
    position: absolute;
    left: 0
}

.cart-total-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 500;
    font-size: 14px
}

.cart__footer-btn {
    padding: 10px 20px 20px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 420px;
    border-top: thin solid #dadada;
    -webkit-transition: .3s;
    transition: .3s
}

.cart__footer-btn button {
    margin-top: 10px;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 30px;
    text-transform: none
}

.right__layer {
    background: rgba(251,251,247,.45);
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 9;
    -webkit-transition: opacity .25s ease,height .25s ease .25s,width .25s ease .25s;
    transition: opacity .25s ease,height .25s ease .25s,width .25s ease .25s
}

.menu-layer .right__layer {
    opacity: 1;
    -webkit-transition: opacity .25s ease,height 0s ease 0s,width 0s ease 0s;
    transition: opacity .25s ease,height 0s ease 0s,width 0s ease 0s;
    width: 100%;
    height: 100%;
    left: 0;
    top: 55px
}

.show-cart .right__layer {
    top: 0
}

@media(min-width: 1024px) {
    .right__layer {
        background: rgba(251,251,247,.45);
        position: fixed;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        opacity: 0;
        cursor: pointer;
        -webkit-transition: opacity .25s ease,height .25s ease .25s,width .25s ease .25s;
        transition: opacity .25s ease,height .25s ease .25s,width .25s ease .25s
    }
}

#footer {
    padding: 40px 0 0;
    letter-spacing: .06em;
    position: relative;
    background-color: #fbfbf7;
    width: 100%
}

.footer__newsletter {
    padding: 60px 20px;
    background: #000;
    color: #fff;
    text-align: center
}

.footer__newsletter h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 56px
}

@media(min-width: 768px) {
    .footer__newsletter h3 {
        margin-bottom: 40px;
        font-size: 45px
    }
}

.footer__newsletter span {
    font-size: 13px;
    line-height: 23px
}

@media(min-width: 768px) {
    .footer__newsletter span {
        font-size: 15px
    }
}

.footer__newsletter input {
    margin: 30px 0 0;
    padding: 15px 0;
    background: none;
    width: 100%;
    max-width: 400px;
    color: #fff;
    border: none;
    outline: none;
    border-bottom: 2px solid #fff
}

@media(min-width: 768px) {
    .footer__newsletter input {
        margin: 50px 0 0
    }
}

.footer__newsletter input::-webkit-input-placeholder {
    font-size: 20px;
    line-height: 32px;
    color: #fff
}

.footer__newsletter input::-moz-placeholder {
    font-size: 20px;
    line-height: 32px;
    color: #fff
}

.footer__newsletter input:-ms-input-placeholder {
    font-size: 20px;
    line-height: 32px;
    color: #fff
}

.footer__newsletter input::-ms-input-placeholder {
    font-size: 20px;
    line-height: 32px;
    color: #fff
}

.footer__newsletter input::placeholder {
    font-size: 20px;
    line-height: 32px;
    color: #fff
}

.form__container {
    margin: 0 auto;
    position: relative;
    max-width: 400px
}

.footer__newsletter button {
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 10px;
    display: inline-block;
    width: 25px
}

.footer__newsletter button:hover {
    background: none
}

.footer__newsletter button i {
    font-size: 25px
}

.footer__reassurance {
    padding: 50px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media(min-width: 768px) {
    .footer__reassurance {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        row-gap: 50px
    }
}

@media(min-width: 1024px) {
    .footer__reassurance {
        padding: 50px 0 60px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.reassurance__block {
    margin-bottom: 50px;
    max-width: 320px;
    text-align: center
}

@media(min-width: 768px) {
    .reassurance__block {
        width: 50%
    }
}

@media(min-width: 1024px) {
    .reassurance__block {
        margin-bottom: 0;
        width: 100%
    }
}

.reassurance__block i {
    font-size: 26px
}

@media(min-width: 768px) {
    .reassurance__block i {
        font-size: 36px
    }
}

.reassurance__block h4 {
    margin: 20px 0 10px;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500
}

@media(min-width: 768px) {
    .reassurance__block h4 {
        font-size: 17px
    }
}

.footer__container {
    padding: 50px 0;
    background: #f4f4f4;
    font-size: 12px
}

.footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(min-width: 1024px) {
    .footer__menu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.footer__menu .menu__list {
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(min-width: 768px) {
    .footer__menu .menu__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media(min-width: 1024px) {
    .footer__menu .menu__list {
        padding: 0 75px;
        -webkit-box-flex: 3;
        -ms-flex-positive: 3;
        flex-grow: 3
    }
}

.footer__menu .menu__item {
    margin-bottom: 30px
}

@media(min-width: 1024px) {
    .footer__menu .menu__item {
        margin-bottom: 0;
        margin-right: auto
    }
}

.footer__menu .menu__item h4 {
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase
}

.footer__submenu>li {
    margin-bottom: 5px
}

.footer__submenu a {
    line-height: 23px
}

.footer__subscribe {
    position: relative;
    max-width: 320px
}

@media(min-width: 1024px) {
    .footer__subscribe {
        max-width: 400px
    }
}

.footer__subscribe input {
    margin: 30px 0 0;
    padding: 15px 0;
    background: none;
    width: 100%;
    max-width: 400px;
    border: none;
    outline: none;
    border-bottom: 1px solid #020201
}

@media(min-width: 768px) {
    .footer__subscribe input {
        margin: 50px 0 0
    }
}

.footer__subscribe input::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 23px;
    color: #888
}

.footer__subscribe input::-moz-placeholder {
    font-size: 12px;
    line-height: 23px;
    color: #888
}

.footer__subscribe input:-ms-input-placeholder {
    font-size: 12px;
    line-height: 23px;
    color: #888
}

.footer__subscribe input::-ms-input-placeholder {
    font-size: 12px;
    line-height: 23px;
    color: #888
}

.footer__subscribe input::placeholder {
    font-size: 12px;
    line-height: 23px;
    color: #888
}

.footer__subscribe button {
    padding: 0;
    background: none;
    position: absolute;
    right: 0;
    bottom: 10px;
    display: inline-block;
    width: 25px
}

.footer__subscribe button:hover {
    background: none
}

.footer__subscribe button i {
    font-size: 25px;
    color: #000
}

.footer__right {
    margin-top: 20px;
    padding: 0 40px;
    text-align: left
}

@media(min-width: 1024px) {
    .footer__right {
        padding-right: 75px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: right
    }
}

.footer__logo {
    margin-bottom: 20px
}

.footer__logo>a {
    margin: 0 auto;
    max-width: 200px
}

.footer__socials {
    text-align: center
}

.footer__socials a {
    margin-right: 25px;
    display: inline-block;
    font-size: 24px
}

.footer__socials a:last-child {
    margin: 0
}

.footer__copyright {
    margin-top: 50px;
    padding-left: 40px
}

@media(min-width: 1024px) {
    .footer__copyright {
        padding: 0 75px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.footer__copyright p {
    text-align: center
}

@media(min-width: 1024px) {
    .footer__copyright p {
        text-align: left
    }
}

.footer__copyright>ul {
    margin-top: 10px
}

@media(min-width: 1024px) {
    .footer__copyright>ul {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.footer__copyright>ul li {
    margin-top: 8px;
    text-align: center
}

@media(min-width: 1024px) {
    .footer__copyright>ul li {
        margin-right: 15px
    }
}

.slider-section {
    padding: 30px 10px;
    position: relative
}

@media(min-width: 768px) {
    .slider-section {
        padding: 50px 70px
    }
}

.section-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #606060
}

@media(min-width: 768px) {
    .section-title {
        font-size: 27px
    }
}

.slider-container {
    position: relative;
    overflow: hidden
}

.slider-container .swiper-wrapper {
    margin: 30px 0 0;
    padding-bottom: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(min-width: 768px) {
    .slider-container .swiper-wrapper {
        margin: 40px 0 0;
        cursor: -webkit-grab;
        cursor: grab
    }
}

.slider-container .slide-block {
    position: relative;
    overflow: hidden
}

.slide-image-first,.slide-image-second {
    -webkit-transition: opacity .6s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform .6s;
    transition: opacity .6s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform .6s;
    transition: opacity .6s cubic-bezier(0.165, 0.84, 0.44, 1),transform .6s;
    transition: opacity .6s cubic-bezier(0.165, 0.84, 0.44, 1),transform .6s,-webkit-transform .6s
}

.slide-image-second {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none
}

.slider-container .swiper-slide:hover .slide-image-first {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    opacity: 0;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.slider-container .swiper-slide:hover .slide-image-second {
    opacity: 1;
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04)
}

.slider-container .slider-scrollbar {
    background: #dfdfdf;
    position: absolute;
    bottom: 0;
    left: 17%;
    width: 66%;
    height: 4px;
    border-radius: 10px;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    overflow: hidden
}

.slider-button-prev,.slider-button-next {
    margin-top: -22px;
    background-color: #fff;
    background-size: 44px 44px;
    background-clip: content-box;
    position: absolute;
    top: 46%;
    width: 44px;
    height: 44px;
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #757575;
    -webkit-transition: all 80ms ease-out;
    transition: all 80ms ease-out;
    border-radius: 50%
}

.slider-button-prev {
    left: 20px
}

.slider-button-next {
    right: 20px
}

.slider-button-prev svg,.slider-button-next svg {
    margin: 0 auto;
    width: 20px;
    height: 20px;
    -webkit-transition: color .3s;
    transition: color .3s
}

.swiper-button-disabled {
    opacity: .35
}

.slide-item__attr {
    background: hsla(0,0%,100%,.8);
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 80px
}

.slide-item__attr>a {
    position: absolute;
    width: 100%;
    height: 100%
}

@media(min-width: 1024px) {
    .swiper-slide:hover .slide-item__attr {
        display: block
    }
}

.swatch-list {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.swatch-size {
    margin: 0 10px;
    font-size: 15px;
    line-height: 16px
}

.swatch__size a.not-available {
    color: #888;
    text-decoration: line-through
}

.swatch-color {
    margin: 0 5px
}

.swatch-color a.selected {
    padding: 1px;
    width: 17px;
    height: 17px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 50%
}

.swatch-color img {
    display: inline;
    width: 15px;
    height: 15px;
    border-radius: 50%
}

.slide-info {
    padding-top: 10px;
    text-align: center
}

.slide-caption {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px
}

.slide-price {
    padding-top: 5px;
    font-size: 13px;
    line-height: 17px
}

.breadcrumbs {
    display: none
}

@media(min-width: 1024px) {
    .breadcrumbs {
        display: block;
        width: 33.333%
    }
}

.breadcrumbs__wrapper {
    padding: 0;
    width: 100%;
    max-width: 1170px;
    font-style: normal;
    font-size: 10px;
    line-height: 13px;
    color: #4c4c4c;
    border-bottom: none;
    text-transform: capitalize;
    clear: both
}

.breadcrumb {
    padding: 0;
    display: inline-block;
    width: auto;
    vertical-align: top;
    border: none
}

.breadcrumb li {
    display: inline-block;
    color: #676767;
    line-height: normal
}

.breadcrumb li a,.breadcrumb li span {
    margin-right: 0;
    position: relative;
    font-size: 12px;
    font-style: normal;
    color: #676767;
    letter-spacing: 1px;
    white-space: nowrap
}

.breadcrumb li span {
    cursor: default
}

.breadcrumb li a::after {
    content: "—";
    padding: 0 5px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    opacity: 1
}

#personal {
    padding: 80px 0 0;
    background: #eee
}

@media(min-width: 1024px) {
    #personal {
        padding: 90px 0 80px
    }
}

@media(min-width: 1260px) {
    #personal {
        padding: 38px 0 80px
    }
}

.personal__wrapper {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 1200px
}

@media(min-width: 1024px) {
    .personal__wrapper {
        padding: 0 15px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media(min-width: 1260px) {
    .personal__wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.personal__aside {
    width: 100%
}

@media(min-width: 1024px) {
    .personal__aside {
        max-width: 320px
    }
}

.nav__aside {
    margin-right: 80px;
    width: 100%
}

@media(min-width: 1024px) {
    .nav__aside {
        width: 320px
    }
}

.nav__aside-name {
    margin: 0;
    padding: 0 0 15px 36px;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 20px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.nav__aside-list li a {
    padding: 15px 15px 15px 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 14px;
    line-height: 20px;
    color: inherit;
    text-decoration: none;
    border-bottom: thin solid #dadada;
    border-top: thin solid #dadada
}

.nav__aside-list li a::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none
}

.nav__aside-list li:last-child a {
    border: none
}

.nav__aside-list li:last-child a::after {
    content: none
}

.nav__aside-list li.active a {
    background: #fff
}

.nav__aside-list li i {
    margin-right: 10px;
    width: 20px;
    text-align: center
}

#personal article {
    padding: 20px;
    background: #fff;
    width: 100%;
    min-width: 320px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: normal;
    overflow: hidden
}

@media(min-width: 1024px) {
    #personal article {
        margin-left: 40px;
        padding: 40px 40px 50px
    }
}

@media(min-width: 1260px) {
    #personal article {
        margin: 0 auto;
        max-width: 750px
    }
}

.hero__container {
    margin: 115px 0 0
}

@media(min-width: 470px) {
    .hero__container {
        margin: 145px 0 0
    }
}

@media(min-width: 1024px) {
    .hero__container {
        margin: 0
    }
}

@media(min-width: 1260px) {
    .hero__container {
        position: relative;
        height: 600px;
        overflow: hidden
    }
}

@media(min-width: 1400px) {
    .hero__container {
        height: auto
    }
}

.hero__container .slick-prev {
    left: 20px
}

.hero__container .slick-next {
    right: 20px
}

.hero__container .slick-prev::before,.hero__container .slick-next::before {
    font-weight: 700;
    font-size: 30px;
    color: #fff
}

.hero__container .slick-dots {
    padding: 0 24px;
    bottom: 20px
}

.hero__container .slick-dots li {
    width: unset;
    height: unset
}

.hero__container .slick-dots li button {
    padding: 0;
    background: #fff;
    background-clip: content-box;
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid rgba(0,0,0,0);
    border-radius: 10px
}

.hero__container .slick-dots li.slick-active button {
    background: 0 0;
    border-color: #fff
}

.hero__container .slick-dots li button::before {
    content: none
}

.hero__banner {
    position: relative
}

.hero__link {
    height: 600px
}

.hero__banner img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.hero__banner video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media(min-width: 768px) {
    .mobile {
        display: none
    }
}

.tablet {
    display: none
}

@media(min-width: 768px) {
    .tablet {
        display: none
    }
}

@media(min-width: 1260px) {
    .tablet {
        display: none
    }
}

.desktop {
    display: none
}

@media(min-width: 768px) {
    .desktop {
        display: block
    }
}

.hero__action {
    padding-bottom: 60px;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    height: 100%
}

@media(min-width: 768px) {
    .hero__action {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.hero__action h2 {
    font-family: "Montserrat",sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 48px;
    color: #fff
}

@media(min-width: 768px) {
    .hero__action h2 {
        font-size: 48px
    }
}

.hero__action .button-style {
    margin: 20px auto 0;
    background: #fff;
    width: 128px;
    font-size: 13px;
    line-height: 16px;
    color: #000;
    text-align: center;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.hero__action .button-style:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.hero__banner-subtitle {
    color: #fff
}

.section-text {
    padding: 30px 15px
}

@media(min-width: 1024px) {
    .section-text {
        padding: 50px 70px
    }
}

.text-container {
    margin: 0 auto;
    max-width: 650px;
    text-align: center
}

.text-container .section-title {
    margin: 0 auto 14px;
    max-width: 590px;
    font-size: 30px;
    font-weight: 600;
    color: #000
}

@media(min-width: 1024px) {
    .text-container .section-title {
        font-size: 40px
    }
}

.text-container a {
    margin-top: 14px;
    padding-bottom: 5px;
    position: relative;
    display: inline-block
}

.link-underline::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: -webkit-transform .25s linear;
    transition: -webkit-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear, -webkit-transform .25s linear;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.link-underline:hover::after {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

.s-images {
    display: grid
}

@media(min-width: 768px) {
    .s-images {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 6px
    }
}

.s-images__item a {
    padding-bottom: 139%;
    position: relative
}

.s-images__item img,.s-images__item video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.s-images .title {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 24px;
    font-weight: 700;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-transform: uppercase
}

@media(min-width: 1024px) {
    .s-images .title {
        font-size: 48px
    }
}

.s-images .link-underline {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 16px;
    color: #fff
}

.section-banner~.section-banner {
    padding-bottom: 30px
}

@media(min-width: 1024px) {
    .section-banner~.section-banner {
        padding-bottom: 50px
    }
}

.section-banner a {
    position: relative
}

.section-banner .title {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    font-weight: 700;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-transform: uppercase
}

@media(min-width: 1024px) {
    .section-banner .title {
        font-size: 140px
    }
}

.section-banner p {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    -webkit-transition: all .25s linear;
    transition: all .25s linear
}

.section-banner .link-underline.right {
	left:inherit;
	right:20px;
}

@media(min-width: 1024px) {
    .section-banner p {
        bottom: 20px;
        font-size: 16px
    }
}

.section-banner p:hover {
    color: #1c1c1c
}

.section-images-two {
    padding-top: 30px
}

@media(min-width: 1024px) {
    .section-images-two {
        padding-top: 50px
    }
}

@media(min-width: 768px) {
    .section-images-two .s-images {
        gap: 0;
        grid-template-columns: 1fr 1fr
    }
}

.styles__cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 670px;
    overflow: hidden
}

@media(min-width: 768px) {
    .styles__cat {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.styles__block {
    margin-bottom: 35px;
    position: relative;
    cursor: pointer;
    overflow: hidden
}

@media(min-width: 768px) {
    .styles__block {
        margin-bottom: 0
    }
}

.image__block {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 300px;
    max-height: 670px;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out
}

@media(min-width: 768px) {
    .image__block {
        display: block;
        width: 50vw;
        height: 670px
    }
}

@media(min-width: 1260px) {
    .image__block:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }
}

.action__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.action__block h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #fff
}

.action__block a.button-style {
    margin: 20px auto 0;
    background: #fff;
    max-width: 128px;
    font-size: 13px;
    line-height: 16px;
    color: #000;
    text-align: center
}

@media(min-width: 1260px) {
    .action__block a.button-style {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .5s ease-in-out;
        transition: opacity .5s ease-in-out
    }

    .styles__block:hover .action__block a.button-style {
        opacity: 1;
        visibility: visible
    }
}

@media(min-width: 768px) {
    .section-split {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.split-block {
    padding: 80px 15px;
    background: #ffe599;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

@media(min-width: 768px) {
    .split-block {
        width: 50%
    }
}

.split-block__title {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase
}

@media(min-width: 1024px) {
    .split-block__title {
        font-size: 48px;
        line-height: normal
    }
}

@media(min-width: 1260px) {
    .split-block__title {
        font-size: 64px
    }
}

.split-block__text {
    margin-top: 20px;
    max-width: 360px
}

@media(min-width: 1024px) {
    .split-block__text {
        margin-top: 30px;
        max-width: 425px
    }
}

.split-block .button-style {
    margin-top: 20px;
    padding: 10px 30px;
    width: auto
}

@media(min-width: 1024px) {
    .split-block .button-style {
        margin-top: 30px
    }
}

.split-block-image {
    padding-bottom: 120%;
    position: relative
}

@media(min-width: 768px) {
    .split-block-image {
        padding-bottom: 70%;
        width: 50%
    }
}

.split-block-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

body.filter-mobile {
    overflow: hidden
}

#catalog {
    padding-top: 120px
}

@media(min-width: 1024px) {
    #catalog {
        padding: 0
    }
}

#catalog .breacrumbs {
    display: none;
    z-index: 1
}

@media(min-width: 768px) {
    #catalog .breacrumbs {
        display: block
    }
}

.catalog__title {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 34px;
    line-height: 41px;
    text-align: center
}

@media(min-width: 470px) {
    .catalog__title {
        margin-top: 40px
    }
}

@media(min-width: 768px) {
    .catalog__title {
        margin-bottom: 60px
    }
}

.catalog__title::after {
    content: " ";
    margin: 0 auto;
    background: #000;
    display: block;
    width: 30px;
    height: 1px
}

.catalog__head {
    padding: 0 3.5% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.filters {
    position: relative
}

@media(min-width: 768px) {
    .filters {
        margin-left: auto
    }
}

@media(min-width: 1024px) {
    .filters {
        margin: 0;
        position: absolute;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }
}

.filter__button--mobile {
    padding: 5px 10px;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    letter-spacing: .08em;
    border: 1px solid #f1f1f1
}

@media(min-width: 1024px) {
    .filter__button--mobile {
        display: none
    }
}

.filter__button--mobile::before {
    content: "";
    margin-right: 10px;
    font-family: "Font Awesome 5 Pro"
}

.selected__filters {
    display: none
}

@media(min-width: 1024px) {
    .selected__filters {
        margin-top: 20px;
        padding: 0 3.5% 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #a3a3a3
    }
}

.filters-title {
    background: rgba(0,0,0,.3);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    z-index: 99
}

@media(min-width: 1024px) {
    .filters-title {
        all: unset
    }
}

.filters-title.opened {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.filters-container {
    background: rgba(0,0,0,.3);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    z-index: 99
}

@media(min-width: 1024px) {
    .filters-container {
        all: unset;
        position: absolute;
        left: 0;
        top: calc(100% + 24px);
        width: calc(100% - 15px);
        min-width: 450px;
        max-height: 0;
        -webkit-transform: translateX(-42%);
        -ms-transform: translateX(-42%);
        transform: translateX(-42%);
        -webkit-box-shadow: none;
        box-shadow: none;
        overflow-y: scroll;
        -webkit-transition: max-height .4s ease-in-out;
        transition: max-height .4s ease-in-out;
        z-index: 20
    }
}

.filters-container.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@media(min-width: 1024px) {
    .filters-container.active {
        max-height: 150px
    }
}

.filters-container::-webkit-scrollbar {
    width: 5px
}

.filters-container::-webkit-scrollbar-thumb {
    background: #d1d1d1;
    border-radius: 5px
}

.filters-container::-webkit-scrollbar-track {
    background: none
}

.filters-container.category {
    -webkit-transform: translate(100%);
    -ms-transform: translate(100%);
    transform: translate(100%)
}

@media(min-width: 1024px) {
    .filters-container.category {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.filters-container.category.active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

@media(min-width: 1024px) {
    .filters-container.category.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.filters-container.color {
    -webkit-transform: translate(100%);
    -ms-transform: translate(100%);
    transform: translate(100%)
}

@media(min-width: 1024px) {
    .filters-container.color {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.filters-container.color.active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

@media(min-width: 1024px) {
    .filters-container.color.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.filters-container.size {
    -webkit-transform: translate(100%);
    -ms-transform: translate(100%);
    transform: translate(100%)
}

@media(min-width: 1024px) {
    .filters-container.size {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.filters-container.size.active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

@media(min-width: 1024px) {
    .filters-container.category .filter-body {
        padding: 9px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        z-index: 9
    }
}

@media(min-width: 1024px) {
    .filters-container.category .filter-attr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 50%;
        line-height: 25px;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

.filters-container.category .filter-attr .cat-checkbox {
    display: none
}

@media(min-width: 1024px) {
    .filters-container.category .filter-attr .cat-checkbox {
        margin-right: 8px;
        background-color: #d9d9d9;
        position: relative;
        display: inline-block;
        width: 14px;
        height: 14px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer
    }
}

.filters-container.category .filter-attr .cat-checkbox span {
    background: #fff;
    display: block;
    padding: 3px;
    position: absolute;
    width: 8px;
    height: 8px;
    line-height: 22px;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.2);
    box-shadow: 0 0 0 1px rgba(0,0,0,.2)
}

@media(min-width: 1024px) {
    .filters-container.color .filter-body {
        padding: 15px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        z-index: 9
    }
}

@media(min-width: 1024px) {
    .filters-container.size .filter-body {
        padding: 9px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        z-index: 9
    }
}

@media(min-width: 1024px) {
    .filters-container.size .filter-attr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 25%;
        line-height: 25px;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

.filters-container.size .filter-attr .size-checkbox {
    display: none
}

@media(min-width: 1024px) {
    .filters-container.size .filter-attr .size-checkbox {
        margin-right: 8px;
        background-color: #d9d9d9;
        position: relative;
        display: inline-block;
        width: 14px;
        height: 14px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer
    }
}

.filters-container.size .filter-attr .size-checkbox span {
    background: #fff;
    display: block;
    padding: 3px;
    position: absolute;
    width: 8px;
    height: 8px;
    line-height: 22px;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.2);
    box-shadow: 0 0 0 1px rgba(0,0,0,.2)
}

.filter-close {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' height='24' width='24'%3E%3Cpath d='M9.97 8.274L2.335.637.637 2.334 8.274 9.97.637 17.607l1.697 1.697 7.637-7.636 7.636 7.636 1.697-1.697-7.636-7.636 7.636-7.637L17.607.637 9.971 8.274z' fill='%23fff'/%3E%3C/svg%3E") 50% 50% no-repeat;
    background-color: #2d2d2d;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    font-size: 40px;
    color: #fff;
    z-index: 99
}

@media(min-width: 1024px) {
    .filter-close {
        display: none
    }
}

.filter-wrapper {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media(min-width: 1024px) {
    .filter-wrapper {
        all: unset
    }
}

.filter-header {
    padding: 15px 15px 15px 65px;
    background: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 51px;
    font-size: 15px;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid #eee
}

@media(min-width: 1024px) {
    .filter-header {
        display: none
    }
}

.inner-header {
    padding-left: 30px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='15' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M3.817 8.06h16.194v-2H3.817l4.646-4.646L7.05 0 0 7.049l.011.011L0 7.071l7.049 7.049 1.414-1.414L3.817 8.06z' id='a'/%3E%3Cmask id='b' x='-1' y='-1' width='22.011' height='16.12'%3E%3Cpath fill='%23fff' d='M-1-1h22.011v16.12H-1z'/%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cuse fill='%232D2D2D' xlink:href='%23a'/%3E%3Cuse stroke='%23FFF' mask='url(%23b)' stroke-width='2' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E") 0 50% no-repeat
}

.filter-clear-btn {
    margin-left: auto;
    display: none;
    font-weight: 400;
    color: #999;
    text-transform: none
}

.has-filter .filter-clear-btn {
    display: block
}

.filter-body {
    padding: 10px 0;
    background-color: #eee;
    height: calc(100% - 131px);
    overflow-y: auto
}

@media(min-width: 1024px) {
    .filter-body {
        margin: 0 auto;
        padding: 0;
        background-color: #fff;
        max-width: 450px;
        overflow-y: unset
    }
}

.filter-body::-webkit-scrollbar {
    width: 5px
}

.filter-body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #aaa
}

.filter-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.16);
    border-radius: 10px
}

.filter-cat {
    padding: 15px 16px;
    background: #fff;
    position: relative;
    font-size: 15px;
    line-height: 1.12;
    border-bottom: 1px solid #eee;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

@media(min-width: 1024px) {
    .filter-cat {
        margin: 0 8px;
        padding: 10px 16px;
        background: none;
        display: inline;
        width: 100%;
        font-weight: 500;
        font-size: 13px;
        line-height: normal;
        text-transform: uppercase;
        color: #000;
        border: 1px solid #000;
        -webkit-transition: border .4s ease;
        transition: border .4s ease;
        cursor: pointer
    }

    .filter-cat.active {
        border: none
    }

    .filter-cat.active::before {
        content: "";
        padding: 4px;
        position: absolute;
        top: 32px;
        left: calc(50% - 5px);
        display: block;
        width: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        border-color: #000;
        -o-border-image: none;
        border-image: none;
        border-style: solid;
        border-width: 0 1px 1px 0
    }
}

.filter-cat .dimmed {
    margin-top: 5px;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

@media(min-width: 1024px) {
    .filter-cat .dimmed {
        display: none
    }
}

.filter-cat .dimmed span::after {
    content: ", "
}

.filter-cat .dimmed span:last-child::after {
    content: ""
}

@media(min-width: 1024px) {
    .filter-cat:hover {
        background: #000;
        color: #fff
    }
}

.filter-cat.active:hover {
    background: unset;
    color: unset
}

.filter-attr {
    padding: 15px 16px;
    background: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.12;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #eee
}

@media(min-width: 1024px) {
    .filter-attr {
        all: unset
    }
}

.filter-attr.selected {
    font-weight: 700
}

@media(min-width: 1024px) {
    .filter-attr.selected {
        font-weight: initial
    }
}

.filter-attr.selected::after {
    content: "";
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.693 13.178L1.414 9.899 0 11.314l3.934 3.934.656.656L15.904 4.59l-1.312-1.312-9.9 9.9z' fill-rule='evenodd'/%3E%3C/svg%3E") 0 16px no-repeat;
    position: absolute;
    top: 0;
    right: 16px;
    width: 16px;
    height: 55px
}

@media(min-width: 1024px) {
    .filter-attr.selected::after {
        content: none
    }
}

@media(min-width: 1024px) {
    .filter-attr.selected .size-checkbox::after {
        content: "";
        background: #000;
        position: absolute;
        top: 3px;
        bottom: 3px;
        left: 3px;
        right: 3px
    }
}

.filter-attr.selected .color-value-mobile::after {
    border: 2px solid rgba(0,0,0,.85)
}

@media(min-width: 1024px) {
    .color-label-mobile {
        display: none
    }
}

.color-value-mobile {
    margin-right: 10px;
    background-size: cover;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%
}

@media(min-width: 1024px) {
    .color-value-mobile {
        all: unset;
        margin: 9px 8px;
        padding: 3px;
        background-size: cover !important;
        position: relative;
        display: block;
        width: 15px;
        height: 15px;
        max-width: 98%;
        border-radius: 50%;
        cursor: pointer
    }

    .color-value-mobile::after {
        content: "";
        position: absolute;
        top: -3px;
        left: -3px;
        width: calc(100% + 6px);
        height: calc(100% + 6px);
        border: 1px solid rgba(0,0,0,.093);
        border-radius: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .color-value-mobile:hover::after {
        border: 1px solid rgba(0,0,0,.3)
    }
}

.filter-footer {
    padding: 16px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    border-top: 1px solid #eee
}

@media(min-width: 1024px) {
    .filter-footer {
        display: none
    }
}

.filter-footer button {
    margin: 0;
    padding: 16px;
    background-color: #222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-width: 320px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase
}

.refineby__item {
    margin-right: 15px;
    margin-bottom: 10px;
    padding: 12px 15px;
    background: #f5f5f5;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer
}

.refineby-remove {
    position: absolute;
    top: 4px;
    right: 4px
}

.refineby-remove::before,.refineby-remove::after {
    content: "";
    background: #a3a3a3;
    position: absolute;
    top: 3px;
    right: 0;
    display: block;
    width: 8px;
    height: 1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.refineby-remove::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.clear-filters {
    margin-bottom: 10px;
    position: relative
}

.clear-filters::after {
    content: " ";
    background: #a3a3a3;
    position: absolute;
    top: auto;
    bottom: -2px;
    left: 0;
    right: auto;
    width: 100%;
    height: .5px
}

.sorting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1
}

.sorting__wrapper {
    position: relative
}

.sorting__wrapper::after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    top: 5px;
    line-height: 1.5;
    z-index: -1
}

.sorting__wrapper select {
    padding: 0 20px;
    background: none;
    border: none
}

.sortby {
    font-family: "Montserrat",sans-serif
}

.sorting__columns {
    display: none
}

@media(min-width: 768px) {
    .sorting__columns {
        margin-left: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

[class*=sorting__col] {
    max-height: 17px
}

[class*=sorting__col] i {
    display: inline;
    cursor: pointer
}

.sorting__col-4 i {
    background: url("../images/4-columns.png");
    display: inline-block;
    width: 35px;
    height: 17px
}

.sorting__col-4.active i {
    background: url("../images/4-columns-active.png")
}

.sorting__col-2 {
    margin-left: 10px
}

.sorting__col-2 i {
    background: url("../images/2-columns.png");
    display: inline-block;
    width: 17px;
    height: 17px
}

.sorting__col-2.active i {
    background: url("../images/2-columns-active.png")
}

.catalog__cards {
    padding: 20px 0
}

@media(min-width: 768px) {
    .catalog__cards {
        padding: 30px 0
    }
}

.catalog__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(min-width: 768px) {
    .catalog__container {
        padding: 0 2.8% 0
    }
}

@media(min-width: 768px) {
    .catalog__container.two-columns {
        margin: 0 auto;
        max-width: 1200px
    }
}

.product__tile {
    margin: 0 0 20px;
    padding: 0 10px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%
}

@media(min-width: 768px) {
    .product__tile {
        margin: 0 0 50px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%;
        max-width: 25%
    }

    .two-columns .product__tile {
        padding: 0 3%;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        max-width: 50%
    }
}

@media(max-width: 767px) {
    .product__tile:nth-child(5n) {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%
    }
}

.card__slides .slick-prev {
    left: 0
}

.card__slides .slick-next {
    right: 0
}

.card__slides .slick-prev::before,.card__slides .slick-next::before {
    font-weight: 300
}

.product__image {
    position: relative;
    cursor: pointer
}

.second-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden
}

@media(min-width: 768px) {
    .product__tile:hover .second-image {
        visibility: visible
    }
}

.product__attr {
    background: hsla(0,0%,100%,.8);
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 80px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.swatch__list {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.swatch__size {
    margin: 0 10px;
    font-size: 15px;
    line-height: 16px
}

.swatch__size.selected a {
    font-weight: 700
}

.swatch__size:hover {
    text-decoration: underline
}

.swatch__size.not-available a {
    color: #888;
    text-decoration: line-through
}

.swatch__color {
    margin-right: 12px;
    position: relative;
    display: inline-block;
    width: 19px;
    height: 19px;
    overflow: hidden;
    border-radius: 50%;
    vertical-align: middle
}

.swatch__color a {
    height: 21px;
    width: 21px
}

.swatch__color.selected {
    width: 21px;
    height: 21px;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.swatch__color.selected a {
    display: block;
    height: 19px;
    width: 19px;
    border-radius: 50px;
    border: 2px solid #fff
}

.swatch__color span {
    display: none
}

.quick__actions {
    position: absolute;
    bottom: 55px;
    right: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

@media(min-width: 841px) {
    .quick__actions {
        bottom: 35px
    }
}

@media(min-width: 1024px) {
    .quick__actions {
        padding: 0 10px;
        bottom: 0
    }
}

@media(min-width: 768px) {
    .two-columns .quick__actions {
        padding: 0 30px;
        bottom: 10px
    }
}

@media(min-width: 1024px) {
    .two-columns .quick__actions {
        padding: 0 32px;
        bottom: 0
    }
}

.quick__actions>span {
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    color: red;
    text-align: center
}

.quick__actions>span.error {
    opacity: 1;
    visibility: visible
}

@media(min-width: 768px) {
    .product__tile:hover .product__attr {
        visibility: visible;
        opacity: 1
    }
}

@media(min-width: 768px) {
    .product__tile:hover .quick__actions {
        visibility: visible;
        opacity: 1
    }
}

@media(min-width: 1024px) {
    .product__tile:hover .card__info {
        visibility: hidden
    }
}

.quick__actions .add-to-cart {
    margin: 0 auto;
    font-size: 12px;
    text-align: center
}

@media(min-width: 1024px) {
    .quick__actions .add-to-cart {
        padding: 20px
    }
}

.card__info {
    margin-top: 15px
}

@media(min-width: 768px) {
    .product__tile:hover .card__info {
        visibility: hidden
    }
}

.card__detail {
    text-align: center
}

.card__detail h2 {
    font-weight: 500;
    font-size: 12px
}

@media(min-width: 1024px) {
    .card__detail h2 {
        font-size: 15px
    }
}

.card__pricing span {
    font-size: 13px
}

.catalog__progressbar {
    margin-top: 30px;
    text-align: center
}

.progress-info {
    font-size: 13px;
    line-height: 23px
}

.line-maxrange {
    margin: 25px auto 0;
    background: #dfdfdf;
    position: relative;
    width: 225px;
    height: 2px
}

.line-maxrange .line-status {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 2px
}

.show-more-btn {
    margin: 40px auto 0;
    max-width: 250px;
    text-align: center
}

.show-more-btn a {
    padding: 15px 0;
    font-size: 16px;
    line-height: 30px
}

#scrollTop {
    background: url(../images/scroll-to-top.svg) no-repeat 50% 50%;
    position: fixed;
    right: 2%;
    bottom: 5%;
    width: 50px;
    height: 45px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 98
}

@media(min-width: 1024px) {
    #scrollTop {
        display: none
    }
}

#scrollTop.show {
    opacity: 1;
    visibility: visible
}

#item {
    padding-top: 115px
}

@media(min-width: 470px) {
    #item {
        padding-top: 145px
    }
}

@media(min-width: 1024px) {
    #item {
        padding-top: 40px
    }
}

#item .breacrumbs {
    display: none
}

@media(min-width: 1024px) {
    #item .breacrumbs {
        display: block
    }
}

#item .breacrumbs a {
    font-size: 11px;
    line-height: 30px
}

#item .breadcrumbs__wrapper {
    margin-left: 30px
}

@media(min-width: 1260px) {
    #item .breadcrumbs__wrapper {
        margin-left: 50px
    }
}

@media(min-width: 1024px) {
    .item__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.item__inner {
    position: relative
}

@media(min-width: 1024px) {
    .item__inner {
        margin-top: 30px;
        margin-left: 30px;
        width: 62.7933%
    }
}

@media(min-width: 1260px) {
    .item__inner {
        margin-left: 50px
    }
}

.item__slider {
    max-height: 480px;
    overflow: hidden
}
@media (max-width: 700px) {
    .item__slider {
        max-height: 70vh;
        overflow: hidden
    }
}
@media(min-width: 1024px) {
    .item__slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-height: unset;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.item__slider .slick-dots {
    bottom: 10px
}

.item__slider .slick-dots li button:before {
    font-size: 40px
}

@media(min-width: 1024px) {
    .item__image {
        margin-bottom: 25px;
        padding-bottom: 71.201%;
        position: relative;
        width: calc(50% - 12px);
        height: 0;
        overflow: hidden
    }
}

.item__video video {
    width: 100%
}

.item__image picture {
    display: inline-block;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.item__zoom-in {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: calc(100% - 20px);
    background: hsla(0,0%,100%,.8);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media(min-width: 1024px) {
    .item__zoom-in.show {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.item__zoom-in_close {
    background: none;
    position: absolute;
    width: 50px;
    font-size: 24px;
    color: #000;
    -webkit-transition: none;
    transition: none
}

.item__zoom-in_close:hover {
    background: none
}

.item__info {
    font-size: 13px
}

@media(min-width: 1024px) {
    .item__info {
        margin-top: 30px;
        margin-right: 30px;
        width: 27.411%;
        z-index: 9
    }
}

@media(min-width: 1260px) {
    .item__info {
        margin-right: 50px
    }
}

.info__wrapper {
    padding: 0 15px;
    position: relative
}

@media(min-width: 1024px) {
    .info__wrapper {
        padding: 0;
        max-width: 421px
    }
}

.item__title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #606060;
    text-transform: uppercase
}

@media(min-width: 1024px) {
    .item__title {
        font-size: 22px
    }
}

@media(min-width: 1260px) {
    .item__title {
        font-size: 25px
    }
}

.item__old-price {
    margin-right: 10px;
    color: #999;
    text-decoration: line-through
}

.item__price {
    font-size: 16px
}

.item__credit {
    margin: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px
}

@media(min-width: 1024px) {
    .item__credit {
        margin: 20px 0 18px
    }
}

.item__credit-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px
}

.item__credit-icon img {
    width: 100%
}

.item__credit-text {
    font-size: 15px
}

.item__credit-info {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.item__credit-info::before {
    content: "";
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImluZm8iPgo8cGF0aCBpZD0iZmlsbCIgZD0iTTEwLjAwMDEgMTguMzMzNEM1LjM5NzcxIDE4LjMzMzQgMS42NjY3NSAxNC42MDI0IDEuNjY2NzUgMTBDMS42NjY3NSA1LjM5NzY1IDUuMzk3NzEgMS42NjY2OSAxMC4wMDAxIDEuNjY2NjlDMTQuNjAyNSAxLjY2NjY5IDE4LjMzMzQgNS4zOTc2NSAxOC4zMzM0IDEwQzE4LjMzMzQgMTQuNjAyNCAxNC42MDI1IDE4LjMzMzQgMTAuMDAwMSAxOC4zMzM0Wk05LjQyMDA4IDE1LjM4ODRDOS45NDUwOCAxNS4zODg0IDEwLjUzMDEgMTUuMTQ4NCAxMS4yNTAxIDE0LjE3MzRMMTIuMDA5NSAxMy4xNTY4QzEyLjAxMDggMTMuMTU1IDEyLjAxMjEgMTMuMTUzMSAxMi4wMTM1IDEzLjE1MTNDMTIuMTAyNCAxMy4wMjYgMTIuMDcyOSAxMi44NTIzIDExLjk0NzYgMTIuNzYzNEMxMS44MTU1IDEyLjY2OTYgMTEuNjMzOSAxMi42OTA4IDExLjUyNjkgMTIuODEyNkwxMC4yOTc2IDE0LjIxMjRDMTAuMjM5NiAxNC4yNzg0IDEwLjE0NTQgMTQuMjk5IDEwLjA2NTEgMTQuMjYzNEM5Ljk4NzAyIDE0LjIyODcgOS45NDUxNiAxNC4xNDI5IDkuOTY1ODQgMTQuMDZMMTEuNTEzNyA3Ljg1NTIzQzExLjUyOCA3Ljc5NzcxIDExLjUzIDcuNzM3NzkgMTEuNTE5MyA3LjY3OTQ3QzExLjQ3NzkgNy40NTMxIDExLjI2MDkgNy4zMDMxMyAxMS4wMzQ1IDcuMzQ0NUw4LjI0MjQ2IDcuODU0NzJDOC4xMzAzMSA3Ljg3NTIyIDguMDQwMzggNy45NTkxOCA4LjAxMjI1IDguMDY5NjZMNy45NDEyMiA4LjM0ODYxQzcuOTM2OTQgOC4zNjU0MSA3LjkzNDc4IDguMzgyNjggNy45MzQ3OCA4LjQwMDAyQzcuOTM0NzggOC41MTUwOCA4LjAyODA1IDguNjA4MzUgOC4xNDMxMSA4LjYwODM1SDkuNTg1MDhMOC4zNTUwOCAxMy41NDM0QzguMzEwMDggMTMuNzM4NCA4LjIzNTA4IDE0LjA2ODQgOC4yMzUwOCAxNC4zMDg0QzguMjM1MDggMTQuODYzNCA4LjU2NTA4IDE1LjM4ODQgOS40MjAwOCAxNS4zODg0Wk0xMC45NDUxIDYuNjA4MzVDMTEuNTMwMSA2LjYwODM1IDExLjk4MDEgNi4yNjMzNSAxMi4xMDAxIDUuNzM4MzVDMTIuMTMwMSA1LjYxODM1IDEyLjE0NTEgNS40ODMzNSAxMi4xNDUxIDUuMzkzMzVDMTIuMTQ1MSA0Ljk3MzM1IDExLjgxNTEgNC41ODMzNSAxMS4yMDAxIDQuNTgzMzVDMTAuNjE1MSA0LjU4MzM1IDEwLjE2NTEgNC45MjgzNSAxMC4wNDUxIDUuNDUzMzVDMTAuMDE1MSA1LjU3MzM1IDEwLjAwMDEgNS43MDgzNSAxMC4wMDAxIDUuNzk4MzVDMTAuMDAwMSA2LjIxODM1IDEwLjMzMDEgNi42MDgzNSAxMC45NDUxIDYuNjA4MzVaIiBmaWxsPSJibGFjayIgZmlsbC1vcGFjaXR5PSIwLjMiLz4KPC9nPgo8L3N2Zz4K") no-repeat;
    display: block;
    width: 100%;
    height: 100%
}

.item__color {
    margin-top: 15px;
    font-size: 16px;
    line-height: 30px
}

.item__color {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px
}

.item__color-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.item__color-list li {
    margin-right: 12px;
    position: relative;
    display: inline-block;
    width: 19px;
    height: 19px;
    overflow: hidden;
    border-radius: 50%;
    vertical-align: middle
}

.item__color-list li a {
    height: 21px;
    width: 21px
}

.item__color-list li a img {
    border-radius: 50px;
    vertical-align: initial
}

.item__color-list li.selected {
    width: 21px;
    height: 21px;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.item__color-list li.selected a {
    display: block;
    height: 19px;
    width: 19px;
    border-radius: 50px;
    border: 1.5px solid #fff
}

.item__color-list span {
    display: none
}

.item__size {
    margin-top: 10px;
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px
}

.item__size-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.item__size-list li {
    margin-right: 20px
}

.item__size-list li.selected {
    font-weight: 700
}

.item__size-list li:hover a {
    text-decoration: underline
}

.item__size-list li a.selected {
    font-weight: 700
}

.item__size-list li.not-available a {
    color: #ddd;
    text-decoration: line-through
}

.size-table {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 13px;
    line-height: 30px
}

@media(min-width: 1400px) {
    .size-table {
        margin-top: 50px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.size-table div {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(min-width: 768px) {
    .size-table div {
        margin-right: 20px
    }
}

@media(min-width: 1024px) {
    .size-table div {
        margin-right: 0
    }
}

@media(min-width: 1260px) {
    .size-table div {
        margin-top: 0
    }
}

.size-table div i {
    margin-right: 10px
}

.size-table div a {
    display: inline;
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted
}

.item__action {
    margin: 0 auto;
    max-width: 290px
}

@media(min-width: 576px) {
    .item__action {
        position: absolute;
        top: 123px;
        right: 45px;
        width: 260px
    }
}

@media(min-width: 768px) {
    .item__action {
        top: 100px
    }
}

@media(min-width: 1024px) {
    .item__action {
        position: initial;
        margin: 0;
        width: initial
    }
}

.item__info button {
    padding: 10px 0;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    max-width: 290px
}

@media(min-width: 1024px) {
    .item__info button {
        max-width: 420px
    }
}

@media(min-width: 1260px) {
    .item__info button {
        font-size: 16px;
        line-height: 30px
    }
}

.addToCart__btn {
    margin-top: 10px;
    border: 1px solid #000
}

.addToCart__btn:disabled {
    background: #888
}

@media(min-width: 1260px) {
    .addToCart__btn {
        margin-top: 20px
    }
}

.addToCart__btn+span {
    margin-top: 10px;
    display: block;
    color: red;
    text-align: center
}

.bookNow__btn {
    margin-top: 15px;
    background: none;
    color: #000;
    border: 1px solid #000
}

.bookNow__btn:hover {
    color: #fff
}

.item__details {
    margin-top: 50px;
    font-size: 14px
}

.item__accordion {
    padding: 25px 0;
    position: relative;
    border-top: 1px solid #dcdfe6;
    cursor: pointer
}

.item__accordion h3 {
    font-weight: 500;
    color: #999
}

.item__accordion h3::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    line-height: 30px;
    color: #4c4c4c;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.item__accordion.opened h3::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.item__accordion.opened h3 {
    color: #000
}

.item__accordion>div {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s ease-in-out;
    transition: max-height .3s ease-in-out
}

.item__accordion.opened>div {
    max-height: 1000px
}

.item__accordion p {
    margin-top: 20px
}

.item__accordion:last-child {
    border-bottom: 1px solid #dcdfe6
}

.item__socials {
    display: none
}

@media(min-width: 1024px) {
    .item__socials {
        display: block;
        margin-top: 30px
    }
}

.item__socials a {
    margin-right: 30px;
    display: inline
}

.item__socials a i {
    font-size: 24px;
    line-height: 32px;
    color: #666
}

#item .slider__content-1 {
    margin-top: 50px
}

#item .slider__content-2 {
    margin-top: 80px
}

.personal__profile form {
    max-width: 565px
}

.personal__profile>p {
    margin: 18px 0;
    max-width: 700px;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 26px
}

.personal__profile span.notetext {
    color: green
}

.personal__profile span.errortext {
    color: red
}

.p-form__row {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media(min-width: 768px) {
    .p-form__row {
        margin-bottom: 24px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.p-form__row>label {
    margin-top: 0;
    margin-bottom: 6px;
    margin-right: 25px;
    position: relative;
    width: auto;
    max-height: 35px;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    letter-spacing: normal;
    cursor: pointer
}

@media(min-width: 768px) {
    .p-form__row>label {
        min-width: 155px
    }
}

.p-form__row>label[data-required]:after {
    content: "*";
    position: absolute;
    right: -8px;
    top: -3px;
    font-size: 12px
}

.p-input {
    position: relative;
    width: 100%;
    border: thin solid #dadada;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out
}

.p-input[data-error] {
    border: thin solid red;
    margin-bottom: 7px
}

.p-input[data-error]:before {
    content: attr(data-error);
    position: absolute;
    bottom: -23px;
    left: 13px;
    color: red;
    white-space: nowrap;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: normal;
    -webkit-animation: fadeIn .15s ease-out;
    animation: fadeIn .15s ease-out
}

.p-input[data-error]:after {
    content: "×";
    position: absolute;
    right: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: red;
    font-weight: 700
}

.p-input input {
    padding: 13px 14px;
    background: #fff;
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: normal;
    border: 0;
    -webkit-appearance: none
}

#datepicker {
    padding: 13px 14px;
    width: 100%;
    height: 50px;
    font-size: 14px;
    border: thin solid #dadada
}

.personal__profile button {
    margin-top: 30px;
    height: 50px;
    max-width: 360px
}

@media(min-width: 768px) {
    .personal__profile button {
        margin-left: 180px;
        max-width: 200px
    }
}

.fav__empty {
    font-size: 14px
}

.favorites__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.fav__item {
    margin-bottom: 40px;
    max-width: 45%
}

@media(min-width: 768px) {
    .fav__item {
        max-width: 30%
    }
}

.fav__item-details h6 {
    margin-top: 10px;
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.fav__item-details p {
    font-size: 13px
}

.fav__item-select {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fav__item-select::after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 12px;
    position: absolute;
    right: 0;
    z-index: 1
}

.fav__item-select span {
    font-size: 12px
}

.fav__item-select select {
    background: none;
    border: none;
    z-index: 2
}

.f-error {
    position: absolute;
    bottom: -18px;
    visibility: hidden;
    color: red
}

.f-error.error {
    visibility: visible
}

.fav__item-details a.button-style {
    margin: 20px 0;
    text-align: center
}

.fav__item-details a.button-style span:first-child {
    display: none
}

@media(min-width: 1024px) {
    .fav__item-details a.button-style span:first-child {
        display: inline
    }
}

.fav__item-remove {
    font-size: 13px;
    text-align: center;
    text-decoration: underline
}

.fav__item-remove span:last-child {
    display: none
}

@media(min-width: 768px) {
    .fav__item-remove span:last-child {
        display: inline
    }
}

.orders__wrapper {
    position: relative
}

.p-order__switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 20px
}

.p-order__switcher a {
    padding: 5px 15px;
    font-size: 13px;
    color: inherit;
    text-decoration: underline
}

.p-order__switcher a[data-active] {
    background: #dadada;
    text-decoration: none;
    -webkit-transition: .07s;
    transition: .07s
}

.p-orders__list[data-active] {
    position: absolute;
    top: 95px;
    visibility: hidden
}

.p-orders__list.active {
    position: initial;
    visibility: visible
}

.p-orders__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-decoration: none;
    font-size: 12px
}

.p-orders__list>li:not(:last-child) {
    margin-bottom: 19px;
    border-bottom: thin solid #dadada
}

.p-orders__image {
    margin-right: 20px;
    position: relative;
    display: block;
    max-width: 75px;
    height: 100%;
    font-size: 0;
    overflow: hidden
}

.p-orders__info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.p-orders__item .p-orders__row {
    margin-bottom: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.p-orders__item .p-orders__row:last-child {
    margin-bottom: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(min-width: 768px) {
    .p-orders__item .p-orders__row:last-child {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.p-orders__item .p-orders__row>a {
    font-size: 14px
}

.p-props__title {
    margin: 0;
    display: block;
    font-size: 8px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #9a9a9a;
    text-transform: uppercase
}

.p-order__status {
    display: none;
    font-weight: 700
}

@media(min-width: 768px) {
    .p-order__status {
        display: initial
    }
}

.p-order__status[data-pending=true] {
    color: #5b97dd
}

.p-order__status[data-canceled=true] {
    color: #ba2e2e
}

.p-order__status[data-success=true] {
    color: #288028
}

.p-props {
    margin: 0;
    margin-bottom: 8px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.p-order__status.p-mobile {
    margin-bottom: 16px;
    display: initial;
    width: 100%
}

@media(min-width: 768px) {
    .p-order__status.p-mobile {
        display: none
    }
}

.p-props__item:first-child {
    margin-right: 20px
}

@media(min-width: 470px) {
    .p-props__item:first-child {
        margin-right: 60px
    }
}

.p-props__item:last-child {
    text-align: right
}

.p-orders__empty {
    font-size: 14px
}

.p-orders__back {
    margin-bottom: 16px;
    padding: 0;
    background: none;
    width: 18px;
    height: 18px;
    font-size: 10px;
    color: #4d4d4d;
    border: thin solid #a0a0a0
}

@media(min-width: 768px) {
    .p-orders__back {
        padding: 5px 10px;
        width: auto;
        height: auto;
        min-width: 92px
    }
}

.p-orders__back:hover {
    color: #fff
}

.p-orders__back::before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700
}

@media(min-width: 768px) {
    .p-orders__back::before {
        margin-right: 10px;
        font-weight: 500
    }
}

.p-orders__back span {
    display: none
}

@media(min-width: 768px) {
    .p-orders__back span {
        display: initial
    }
}

.p-order-detail__row {
    margin-bottom: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    font-size: 12px;
    text-align: center
}

.p-order-detail__row:nth-child(3) {
    padding-bottom: 9px;
    border-bottom: thin solid #dadada
}

@media(min-width: 768px) {
    .p-order-detail__row .p-orders__list {
        width: 100%
    }
}

.p-order-detail__row .p-orders__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1
}

@media(min-width: 768px) {
    .p-order-detail__row .p-orders__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media(min-width: 768px) {
    .p-order-detail__row .p-props:last-child {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.p-order-detail__row .p-props__item {
    text-align: left
}

.p-order-detail__row .p-props__item:first-child {
    margin-right: 20px
}

@media(min-width: 768px) {
    .p-order-detail__row .p-props__item:last-child {
        margin-left: 10px;
        text-align: left
    }
}

.p-order-detail__row .p-orders__row>a {
    font-size: 14px;
    line-height: 21px;
    text-align: left
}

.p-order-detail__title {
    margin: 0;
    font-weight: 500;
    font-size: 21px;
    line-height: 20px;
    letter-spacing: 4px;
    color: #4d4d4d
}

.p-order-status {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px
}

.p-return__title {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase
}

.p-return__text {
    margin-bottom: 40px;
    max-width: 568px;
    font-size: 14px;
    line-height: 26px
}

.p-return__text p:first-child {
    margin-bottom: 20px
}

.p-return__text p:not(:last-child) {
    margin-bottom: 10px
}

.p-return__text ul li {
    position: relative;
    padding-left: 24px
}

.p-return__text ul li:not(:last-child) {
    margin-bottom: 10px
}

.p-return__text ul li:before {
    content: "—";
    position: absolute;
    left: 0;
    top: 0
}

.p-return__form {
    max-width: 500px
}

.p-return__form .p-form__row>label[data-required]:after {
    content: "*";
    position: relative;
    left: 5px;
    font-size: 12px
}

@media(min-width: 768px) {
    .p-return__form .p-form__row>label {
        min-width: 165px;
        text-align: right
    }
}

.p-return__form button {
    margin: 30px 0;
    padding: 14px 0;
    font-size: 16px;
    text-transform: none
}

@media(min-width: 768px) {
    .p-return__form button {
        margin-left: 190px;
        max-width: 200px
    }
}

.p-form-n__success p:first-child {
    margin-bottom: 10px;
    font-size: 18px
}

.p-form-n__success p:last-child {
    font-size: 13px;
    line-height: 18px
}

#account {
    margin-top: 75px
}

#account h2 {
    margin-top: 66px;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: normal;
    border: none;
    display: none
}

@media(min-width: 1024px) {
    #account h2 {
        margin-bottom: 30px;
        display: block;
        font-size: 34px
    }
}

#account h4 {
    margin: 70px 0 30px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: normal
}

@media(min-width: 1024px) {
    #account h4 {
        margin-bottom: 70px;
        padding-left: 70px;
        text-align: left
    }
}

.account__wrapper {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1170px
}

@media(min-width: 1024px) {
    .login__block {
        max-width: 500px;
        width: 100%;
        border: 1px solid #ccc
    }
}

#account form {
    text-align: center
}

#account form div {
    margin: 0 auto 30px;
    position: relative;
    max-width: 280px
}

@media(min-width: 1024px) {
    #account form div {
        margin-left: 70px
    }
}

#account form input {
    padding: .7em .5em;
    background-color: #fbfbf7;
    display: inline-block;
    width: 265px;
    height: 21px;
    font-size: 13px;
    float: none;
    outline: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid #cbcbcb
}

#account form span.error-message {
    margin: -23px 0 0;
    padding: 0;
    position: absolute;
    top: 63px;
    left: 0;
    display: none;
    width: 254px;
    font-size: 11px;
    line-height: 2;
    color: #f93c10;
    text-align: left;
    float: right
}

#account form span.error-message.error {
    display: inline-block !important
}

.login__button {
    margin: 0 auto 20px;
    max-width: 280px
}

@media(min-width: 1024px) {
    .login__button button {
        margin-top: 40px;
        max-width: 240px
    }
}

#account .forgotten-password {
    display: block;
    font-size: 11px;
    line-height: 30px;
    text-align: right;
    text-decoration: underline
}

.register__block {
    display: none
}

@media(min-width: 1024px) {
    .register__block {
        background: url("../images/525x524_Login-Desktop-AH21.jpg") 0px 0px no-repeat rgba(0,0,0,0);
        display: block;
        width: 500px;
        height: 470px
    }
}

@media(max-width: 1023px) {
    .register__block h4,.register__block p {
        display: none
    }
}

@media(min-width: 1024px) {
    .register__block p {
        margin: 0 0 0 56px;
        display: block;
        height: 184px;
        max-width: 300px;
        line-height: 22px;
        text-align: left;
        text-transform: none
    }
}

.register__block a {
    margin: 0 auto;
    max-width: 280px;
    text-align: center
}

@media(min-width: 1024px) {
    .register__block a {
        margin-left: 56px
    }
}

#register {
    margin: 66px 0 0;
    padding: 0 20px
}

@media(min-width: 1260px) {
    #register {
        margin: 35px 0 50px
    }
}

.register__title {
    height: 49px;
    font-size: 18px;
    line-height: 49px;
    font-weight: 700;
    letter-spacing: .07em;
    text-align: left;
    color: #000;
    text-transform: uppercase
}

@media(min-width: 1024px) {
    .register__title {
        margin-bottom: 30px;
        text-align: center
    }
}

.register__mandatory {
    display: none
}

@media(min-width: 768px) {
    .register__mandatory {
        margin-bottom: 30px;
        display: block;
        font-style: italic;
        color: #7b7b7b
    }
}

@media(min-width: 1024px) {
    .register__mandatory {
        text-align: center
    }
}

#registrationForm {
    font-size: 11px;
    text-transform: uppercase
}

#registrationForm .table-row {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    max-width: 300px;
    line-height: normal
}

@media(min-width: 768px) {
    #registrationForm .table-row {
        max-width: 350px
    }
}

@media(min-width: 1024px) {
    #registrationForm .table-row {
        margin: 0 auto 35px
    }
}

#registrationForm .table-row>label {
    margin: 15px 0 5px;
    display: block
}

#registrationForm input[type=radio] {
    vertical-align: middle
}

.customer-gender {
    margin-top: 5px
}

@media(min-width: 768px) {
    .customer-gender {
        margin: 0;
        margin-right: 15px
    }
}

@media(min-width: 768px) {
    .customer-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 230px
    }
}

#registrationForm input:not(input[type=radio],input[type=checkbox]) {
    padding: 10px 10px;
    width: 100%
}

@media(min-width: 768px) {
    #registrationForm input:not(input[type=radio],input[type=checkbox]) {
        padding: 8px 10px
    }
}

#registrationForm input {
    background: none rgba(0,0,0,0);
    color: #4c4c4c;
    border: 1px solid #cbcbcb;
    vertical-align: middle
}

@media(min-width: 768px) {
    #registrationForm input {
        max-width: 230px
    }
}

.table-container {
    margin-bottom: 2px
}

@media(min-width: 768px) {
    .table-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.table-container>span {
    display: none
}

@media(min-width: 768px) {
    .table-container>span {
        margin: 0;
        display: inline-block;
        width: 210px;
        top: 0;
        left: 103%;
        position: absolute;
        font-style: italic;
        font-size: 10px;
        line-height: 1em;
        color: #868686;
        text-transform: none;
        float: right
    }
}

.table-row .required-indicator {
    color: red
}

.table-row .select-birthday {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 5px
}

@media(min-width: 768px) {
    .table-row .select-birthday {
        width: 100%;
        max-width: 230px
    }
}

.select-input {
    position: relative;
    width: 33%
}

.select-input select {
    padding-right: 20px;
    padding-left: 10px
}

.select-input::after {
    content: "";
    padding: 0 6px 0 0;
    position: absolute;
    top: 10px;
    right: 0;
    font-family: "Font Awesome 5 Pro";
    font-size: 10px
}

#registrationForm span.error-message,.error-message-password {
    position: absolute;
    display: none;
    font-size: 10px;
    color: red;
    text-transform: none
}

@media(min-width: 768px) {
    #registrationForm span.error-message,.error-message-password {
        margin-left: 120px
    }
}

#registrationForm span.error-message.error,.error-message-password.error {
    display: block !important
}

.table-agreement {
    margin-top: 20px
}

#registrationForm .table-agreement .table-row {
    margin-bottom: 10px;
    width: 100%;
    max-width: 600px
}

.table-agreement .reg-agreement {
    margin-left: 5px
}

@media(min-width: 768px) {
    .table-agreement .error-message {
        margin-left: 18px !important
    }
}

.accountCreationText {
    margin: 30px auto 0;
    max-width: 700px;
    text-align: center;
    text-transform: none
}

.accountCreationText a {
    display: inline
}

@media(min-width: 768px) {
    .button-row {
        margin: 20px auto 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 500px
    }
}

.button-row a.button-style {
    display: none
}

@media(min-width: 768px) {
    .button-row a.button-style {
        background-color: #4c4c4c;
        display: block;
        max-width: 220px;
        text-align: center
    }
}

.button-row button[value=confirm] {
    margin: 20px auto 0;
    max-width: 250px
}

@media(min-width: 768px) {
    .button-row button[value=confirm] {
        margin: 0
    }
}

.d-r__title {
    margin-top: 40px;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 34px;
    line-height: 41px;
    text-align: center
}

@media(min-width: 768px) {
    .d-r__title {
        margin-bottom: 60px
    }
}

.d-r__title::after {
    content: " ";
    margin: 0 auto;
    background: #000;
    display: block;
    width: 3rem;
    height: 1px
}

.d-r__list {
    margin: 0 auto 75px;
    padding: 0 40px;
    max-width: 720px
}

.d-r__list li {
    list-style-type: circle
}

.d-r__list a {
    display: inline-block
}

#faq {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px
}

.faq__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.faq__title {
    margin-top: 40px;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 24px;
    line-height: 41px;
    text-align: center
}

@media(min-width: 768px) {
    .faq__title {
        margin-bottom: 60px;
        font-size: 34px
    }
}

.faq__title::after {
    content: " ";
    margin: 0 auto;
    background: #000;
    display: block;
    width: 3rem;
    height: 1px
}

.faq__aside {
    display: none
}

@media(min-width: 1024px) {
    .faq__aside {
        margin-top: 15px;
        display: block
    }
}

.faq__aside ul {
    padding-left: 25px
}

.faq__aside ul li {
    list-style-type: disc
}

.faq__aside ul li a {
    font-size: 14px;
    line-height: 24px
}

@media(min-width: 1024px) {
    .faq__content {
        max-width: 60%
    }
}

.s-faq__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.s-faq__title img {
    width: 65px
}

.s-faq__title h4 {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase
}

.s-faq__tab {
    margin: 25px 0;
    position: relative;
    width: 100%;
    overflow: hidden
}

.s-faq__question {
    margin-right: 15px;
    padding: 0 25px 0 0;
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer
}

.s-faq__question::after {
    content: "+";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    -webkit-transition: all .35s;
    transition: all .35s
}

.s-faq__tab.answer-open .s-faq__question::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.s-faq__answer {
    margin-top: 15px;
    height: auto;
    max-height: 0;
    -webkit-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out;
    overflow: hidden
}

.s-faq__tab.answer-open .s-faq__answer {
    max-height: 1000px
}

.faq-scroll-to-top {
    background: url(../images/scroll-to-top.svg) no-repeat 50% 50%;
    position: fixed;
    right: 2%;
    bottom: 5%;
    display: none;
    width: 50px;
    height: 45px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 98
}

@media(min-width: 1024px) {
    .faq-scroll-to-top {
        display: block
    }
}

.faq-scroll-to-top.show {
    opacity: 1;
    visibility: visible
}

#contact-us {
    margin: 0 auto;
    padding: 0 15px 100px;
    max-width: 850px
}

#contact-us form {
    margin: 0 auto;
    max-width: 500px
}

.ctc__title {
    margin-top: 40px;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 34px;
    line-height: 41px;
    text-align: center
}

@media(min-width: 768px) {
    .ctc__title {
        margin-bottom: 60px
    }
}

.ctc__title::after {
    content: " ";
    margin: 0 auto;
    background: #000;
    display: block;
    width: 3rem;
    height: 1px
}

.ctc__text {
    margin-bottom: 50px;
    font-size: 14px;
    text-align: center
}

.ctc__text span {
    display: block
}

.ctc__text a {
    display: inline-block;
    text-decoration: underline
}

.input-row {
    margin: 20px 0
}

.input-row input,.input-row textarea {
    padding: 15px 25px;
    width: 100%;
    min-height: 32px;
    border: 1px solid #bfbfbf
}

.input-row textarea {
    width: 100%;
    height: 120px
}

.input-row.error input,.input-row.error textarea {
    border-color: red
}

.ctc__btn-submit {
    margin: 40px auto 20px;
    padding: 18px 30px
}

#shops {
    padding: 115px 15px 0
}

@media(min-width: 470px) {
    #shops {
        padding: 145px 15px 0
    }
}

@media(min-width: 1024px) {
    #shops {
        padding: 30px 15px 0
    }
}

.s-title {
    margin: 50px auto 20px;
    max-width: 1200px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase
}

@media(min-width: 1024px) {
    .s-title {
        margin: 20px auto
    }
}

.s-labels {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 450px
}

@media(min-width: 768px) {
    .s-labels {
        display: none
    }
}

.s-label {
    margin-bottom: 30px;
    padding: 0;
    background: #fff;
    max-width: 225px;
    max-height: 28px;
    font-size: 14px;
    line-height: 26px;
    color: #000;
    text-transform: none;
    border: thin solid #000
}

.s-label[data-active=true] {
    background: #000;
    color: #fff
}

.s-label i {
    margin-right: 5px
}

.s-list {
    display: none
}

@media(min-width: 768px) {
    .s-list {
        display: block
    }
}

.s-list[data-active=true] {
    display: block
}

.s-item__map {
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 300px;
    max-width: 1410px
}

@media(min-width: 768px) {
    .s-item__map {
        height: 400px
    }
}

.s-item__map-placeholder {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 12px;
    line-height: 24px;
    color: #9a9a9a;
    text-align: center;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.s-item__map>ymaps {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    z-index: 2
}

.s-store_title {
    font-weight: bold
}

.s-item__list {
    margin: 0 auto;
    max-width: 1200px
}

.s-item__list>ul {
    margin: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px
}

.s-item__address {
    margin: 0 10px 25px;
    padding: 0 10px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 225px;
    text-align: center;
    border-bottom: 1px solid #ccc
}

@media(min-width: 1260px) {
    .s-item__address {
        max-width: 275px
    }
}

.s-item__address:last-child {
    border: none
}

@media(min-width: 768px) {
    .s-item__address:last-child {
        border-bottom: 1px solid #ccc
    }
}

.s-store__name {
    font-weight: 600;
    text-transform: uppercase
}

.s-btn__map {
    margin: 20px auto 0;
    max-width: 200px
}

@media(max-width: 1023px) {
    #forgot-password {
        margin-top: 95px
    }
}

#forgot-password h3 {
    margin-top: 66px;
    margin-bottom: 30px;
    display: block;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: normal
}

@media(min-width: 1024px) {
    #forgot-password h3 {
        font-size: 34px
    }
}

#forgot-password form input {
    padding: .7em .5em;
    background-color: #fbfbf7;
    display: inline-block;
    width: 265px;
    height: 21px;
    font-size: 13px;
    float: none;
    outline: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid #cbcbcb
}

#forgot-password form>div {
    margin: 0 auto 10px;
    position: relative;
    max-width: 280px
}

#forgot-password input[type=submit] {
    margin-top: 30px;
    padding: 10px 0;
    background: #000;
    display: block;
    width: 100%;
    height: auto;
    font-family: open sans,sans-serif;
    font-size: 13px;
    line-height: normal;
    letter-spacing: .06em;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    border: none;
    border-radius: 0;
    outline: none;
    cursor: pointer
}

@font-face {
    font-family:"symbolcrpregular";src:url("../fonts/symbolcrp.woff");font-weight:normal;font-style:normal
}

body.booking-popup {
    overflow: hidden
}

.b-error {
    display: none;
    color: red !important;
    margin: 5px 0 0;
    font-size: 13px
}

.booking-bg-layer {
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 1000%;
    opacity: .5;
    z-index: 100
}

.booking-container {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100
}

@media(min-width: 768px) {
    .booking-container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.booking-popup-area {
    margin: 0 auto;
    background: #fff;
    width: 100%;
    max-width: 830px;
    height: 100%;
    overflow: auto
}

@media(min-width: 768px) {
    .booking-popup-area {
        height: auto
    }
}

.booking-popup-area::-webkit-scrollbar {
    width: 0
}

.booking-popup-area *[class~=hide] {
    display: none
}

.booking-title {
    background: #fff;
    position: relative
}

.booking-title h1 {
    display: none;
    font-weight: bold;
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px
}

@media(min-width: 768px) {
    .booking-title h1 {
        display: block;
        position: relative;
        width: 100%;
        height: 60px;
        margin: 0;
        padding-left: 20px;
        line-height: 60px;
        letter-spacing: 1.5px
    }
}

.booking-title h1.mobile {
    display: block;
    height: auto;
    padding: 15px 20px;
    font-size: 13px
}

@media(min-width: 768px) {
    .booking-title h1.mobile {
        display: none
    }
}

a.close-icon {
    position: absolute;
    top: 11px;
    right: 19px;
    width: 22px;
    height: 22px;
    overflow: hidden;
    text-decoration: none;
    text-indent: -9999px;
    cursor: pointer
}

a.close-icon:before {
    content: "p";
    font-size: 26px;
    color: #0c0c0c;
    text-indent: 0;
    display: block;
    float: left;
    font-family: "symbolcrpregular",sans-serif
}

.booking-navigation {
    background: #f5f5f5
}

.navigation-menu {
    display: none
}

@media(min-width: 768px) {
    .navigation-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        list-style: none;
        height: 60px;
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative
    }
}

.navigation-menu li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.navigation-menu li.nav-visited {
    pointer-events: initial;
    cursor: pointer
}

.navigation-menu li.nav-current {
    background: #000;
    color: #fff;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.nav-mobile {
    padding-left: 20px;
    background: #000;
    height: 40px;
    font-weight: 600;
    color: #fff;
    line-height: 40px
}

@media(min-width: 768px) {
    .nav-mobile {
        display: none
    }
}

.nav-mobile span {
    margin: 0 5px
}

.booking-body {
    padding: 20px;
    background: #fff;
    height: 100%
}

@media(min-width: 768px) {
    .booking-body {
        height: 540px
    }
}

.step-product {
    color: #686868;
    text-align: center;
    height: 100%
}

@media(min-width: 768px) {
    .location-search {
        margin-top: 100px
    }
}

.location-shops {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.location-shop {
    width: 50%;
    text-align: left;
    padding-top: 8px
}

.location-shop input {
    display: none !important
}

.location-shop input:not(:checked)+label:after {
    opacity: 0
}

.location-shop label {
    margin-left: 25px;
    padding: 0 5px;
    position: relative
}

.location-shop label::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #686868;
    background: #fff;
    border-radius: 7px
}

.location-shop label::after {
    content: "";
    position: absolute;
    left: -12px;
    top: 3px;
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #686868;
    border-radius: 6px;
    background-color: #686868;
    color: #686868;
    -webkit-transition: all .2s;
    transition: all .2s
}

.location-search button {
    margin: 20px auto 0;
    max-width: 360px
}

@media(min-width: 768px) {
    .location-search button {
        max-width: 220px
    }
}

.product-block {
    padding-bottom: 20px
}

@media(min-width: 768px) {
    .product-block {
        padding: 0
    }
}

.product-header {
    margin-bottom: 15px;
    color: #000
}

@media(min-width: 768px) {
    .product-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.product-header h2 {
    padding: 0
}

.location-reminder {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px
}

@media(min-width: 768px) {
    .location-reminder {
        margin: 0
    }
}

.location-reminder a {
    font-style: italic;
    text-decoration: underline
}

@media(min-width: 768px) {
    .location-reminder a {
        margin-left: 15px
    }
}

.step-title {
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: left
}

.product-column-left {
    float: none;
    width: 100%;
    max-height: inherit;
    margin: 0 0 15px
}

@media(min-width: 768px) {
    .product-column-left {
        margin: 0;
        float: left;
        position: relative;
        width: 35.065%;
        max-height: 415px
    }
}

.product-img {
    margin: 0 0 15px;
    position: relative;
    padding: 22px 7.4% 10px;
    border: 1px solid #ccc;
    line-height: 18px;
    color: #686868
}

@media(min-width: 768px) {
    .product-img {
        margin: 0
    }
}

.product-img img {
    padding-bottom: 10px;
    width: unset;
    max-width: 200px;
    max-height: 200px
}

.product-slider {
    padding-top: 10px;
    text-align: left;
    border-top: 1px solid #d6d6d6
}

.product-slider img {
    max-height: 80px
}

@media(min-width: 768px) {
    .product-column-right {
        float: right;
        position: relative;
        height: auto;
        max-height: 475px;
        width: 61%;
        line-height: 16px;
        overflow: visible
    }
}

.product-column-right form {
    text-align: left
}

.product-column-right form label {
    display: block
}

@media(min-width: 768px) {
    .product-column-right form label {
        margin-top: 30px
    }
}

[class^=select-block] {
    position: relative;
    width: 220px;
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

[class^=select-block]::after {
    content: " ";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 200px;
    margin-top: -3px
}

[class^=select-block] select {
    width: 220px;
    padding: 5px 30px 5px 10px;
    border: 1px solid #d3d3d3;
    background: #fff
}

@media(min-width: 768px) {
    .next-step {
        text-align: left
    }
}

.next-step button {
    margin: 20px auto 0;
    max-width: 360px;
    margin-bottom: 5px
}

@media(min-width: 768px) {
    .next-step button {
        margin: 30px 0 5px;
        max-width: 220px
    }
}

.product-sentence {
    display: none
}

@media(min-width: 768px) {
    .product-sentence {
        display: block;
        clear: both;
        padding-top: 20px;
        font-weight: bold;
        color: #484848;
        text-align: left
    }
}

.map-toggle {
    margin: 5px 0
}

.button-toggle {
    display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.store-list-container {
    height: 100%
}

.product-store-list {
    margin: 0;
    padding: 5px;
    height: auto;
    border: 1px solid #cfcfcf;
    list-style: none
}

@media(min-width: 768px) {
    .product-store-list {
        height: 400px;
        list-style: none;
        overflow-y: scroll;
        border: 1px solid #cfcfcf
    }
}

.product-store {
    margin: 0 10px;
    position: relative;
    padding: 10px 0;
    border-top: 2px solid #d6d6d6;
    text-align: left
}

@media(min-width: 768px) {
    .product-store {
        padding: 10px 0
    }
}

.product-store:first-child {
    border-top: 0
}

@media(min-width: 768px) {
    .product-store::after {
        content: "";
        display: block;
        clear: both
    }
}

@media(min-width: 768px) {
    .store-info {
        float: left;
        width: 60%
    }
}

.store-info h3 {
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase
}

@media(min-width: 768px) {
    .store-info h3 {
        text-align: left
    }
}

.store-info address {
    padding: 5px 0;
    font-style: normal;
    text-transform: uppercase;
    border-top: 1px dotted #484848;
    border-bottom: 1px dotted #484848
}

.store-info address span {
    display: block
}

.store-info address a {
    margin-left: 5px;
    display: inline;
    text-transform: none;
    text-decoration: underline
}

.store-info p {
    padding: 5px 0
}

@media(min-width: 768px) {
    .other-info {
        float: right;
        width: 35.5%
    }
}

.other-info a {
    text-align: center
}

@media(min-width: 768px) {
    .other-info a {
        margin-left: auto;
        max-width: 270px
    }
}

#store-map {
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.b-balloon-shop {
    font-family: inherit;
    color: #000
}

.b-balloon-shop__content p,.b-balloon-shop__title {
    font-size: 11px;
    line-height: 15px;
    margin: 0
}

.b-balloon-shop__title {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700
}

.b-balloon-shop__content a {
    text-align: center
}

.user-content h2 {
    display: none
}

@media(min-width: 768px) {
    .user-content h2 {
        display: block
    }
}

.terms-data {
    padding: 0 20px 20px;
    position: relative;
    border: 1px solid #d3d3d3;
    height: 500px
}

.terms-data .top-panel {
    position: absolute;
    background: #fff;
    width: calc(100% - 20px)
}

.terms-data .top-panel h2 {
    max-width: 230px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px
}

@media(min-width: 768px) {
    .terms-data .top-panel h2 {
        max-width: unset;
        font-size: 16px;
        line-height: 24px
    }
}

.terms-data .top-panel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.terms-data h2,.terms-data h3 {
    color: #000;
    font-size: 15px;
    font-weight: normal;
    margin: 20px 0 10px;
    padding: 0
}

.terms-data h4 {
    margin: 15px 0 5px;
    font-weight: 600;
    color: #484848
}

.terms-data p,.terms-data li,.terms-data a {
    font-size: 13px;
    line-height: 1.5
}

.terms-data p {
    margin-bottom: 8px
}

.terms-data ul {
    padding: 0 0 10px
}

.terms-data li:before {
    content: "-";
    margin-right: 5px
}

.terms-data a {
    color: #ea4042;
    text-decoration: underline
}

.terms-data-content {
    height: calc(100% - 60px);
    overflow-y: scroll;
    margin-top: 80px;
    padding-right: 10px
}

@media(min-width: 768px) {
    .terms-data-content {
        margin-top: 60px
    }
}

.column-left {
    display: none
}

@media(min-width: 768px) {
    .column-left {
        display: block;
        float: left;
        position: relative;
        width: 35.065%;
        max-height: 415px;
        padding: 15px;
        border: 1px solid #ccc
    }
}

.user-store {
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #ccc
}

.user-store>h3 {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase
}

.user-store>a {
    display: block;
    color: #a8a8a8;
    text-decoration: underline
}

.user-products>h3 {
    float: left;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 20px
}

.user-products>a {
    margin-bottom: 10px;
    display: block;
    float: right;
    color: #a8a8a8;
    line-height: 20px;
    text-decoration: underline
}

.user-product-item {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.user-product-item>img {
    margin-right: 10px;
    max-width: 100px
}

.product-details {
    overflow: hidden
}

.product-details span:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.product-details span {
    display: block;
    font-size: 13px
}

.column-right {
    position: relative;
    line-height: 16px;
    overflow: visible
}

@media(min-width: 768px) {
    .column-right {
        float: right;
        width: 61%;
        min-height: 415px
    }
}

@media(min-width: 768px) {
    .column-right form {
        height: 330px
    }
}

.column-right>p {
    font-size: 12px;
    color: #a8a8a8
}

@media(min-width: 768px) {
    .column-right>p {
        text-align: left
    }
}

.col-row * {
    font-size: 13px;
    color: #686868
}

.col-row [class^=col-float] {
    margin-bottom: 15px;
    max-width: 320px
}

@media(min-width: 768px) {
    .col-row [class^=col-float] {
        width: 46.9%
    }
}

@media(min-width: 768px) {
    .col-float-left {
        float: left
    }
}

@media(min-width: 768px) {
    .col-float-right {
        float: right
    }
}

.col-row label {
    display: block;
    vertical-align: top;
    margin: 0 0 5px;
    line-height: 15px
}

.col-row input[type=text],.col-row input[type=email] {
    border: 1px solid #d6d6d6;
    width: 100%;
    max-width: 320px;
    height: 29px;
    padding: 3px 4px;
    font-size: 12px;
    line-height: 23px;
    color: #444;
    outline: 0;
    overflow: hidden
}

@media(min-width: 768px) {
    .col-row input[type=text],.col-row input[type=email] {
        max-width: 180px
    }
}

.col-row span>a,.col-row label>a {
    display: inline;
    text-decoration: underline
}

.col-checkboxes {
    padding-top: 10px
}

.user-legal {
    padding: 0
}

.col-checkboxes>div {
    display: inline-block
}

.col-checkboxes input {
    display: none !important
}

.col-checkboxes label {
    max-width: 80%;
    position: relative;
    margin-left: 16px;
    padding: 2px 5px;
    cursor: pointer
}

.col-checkboxes input~label::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 3px;
    width: 14px;
    height: 14px;
    border: 1px solid #686868;
    background: #fff
}

.col-checkboxes input:checked~label::after {
    content: "o";
    position: absolute;
    left: -15px;
    top: 1px;
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: "symbolcrpregular",sans-serif;
    font-size: 14px
}

.col-checkboxes input:not(:checked)~label::after {
    opacity: 0
}

.step-actions {
    padding-top: 20px
}

@media(min-width: 768px) {
    .step-actions {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.step-actions button {
    margin: 10px 0;
    max-width: 360px
}

@media(min-width: 768px) {
    .step-actions button {
        margin-left: 30px;
        max-width: 100px
    }
}

.confirmation-content {
    border: 1px solid #ccc;
    margin: 0 auto 10px;
    padding: 15px;
    max-width: 420px;
    text-align: left
}

@media(min-width: 768px) {
    .confirmation-content {
        max-width: unset
    }
}

.confirmation-content * {
    font-size: 13px
}

.validation-steps {
    counter-reset: item;
    border-bottom: 1px solid #ccc
}

.validation-steps li {
    counter-increment: item;
    margin-top: 5px;
    margin-bottom: 10px
}

.validation-steps li span::before {
    margin-left: -8px;
    font-family: "symbolcrpregular",sans-serif;
    font-size: 24px;
    text-transform: lowercase
}

.validation-steps li:first-child span::before {
    content: "b"
}

.validation-steps li:last-child span::before {
    content: "c"
}

.validation-steps li span {
    margin: 15px auto 25px;
    display: block;
    width: 1px;
    height: 1px
}

.validation-steps li h4 {
    margin: 0 0 5px;
    font-size: 13px;
    font-weight: 500;
    text-align: center
}

.validation-steps li h4::before {
    content: counter(item) ". "
}

.validation-steps li p {
    margin: 0 0 8px;
    text-align: center
}

.validation-extra {
    padding: 10px 0 0
}

@media(min-width: 768px) {
    .validation-extra {
        padding: 20px 0 0
    }
}

.validation-extra li h4 {
    margin: 0 0 5px;
    font-size: 13px;
    font-weight: 500;
    text-align: center
}

@media(min-width: 768px) {
    .validation-extra li h4 {
        margin: 0;
        text-align: left
    }
}

.validation-extra li p {
    margin: 0 0 8px;
    text-align: center;
    color: #484848
}

@media(min-width: 768px) {
    .validation-extra li p {
        text-align: left
    }
}

.validation-extra li {
    counter-increment: item;
    margin-bottom: 10px
}

.validation-extra li h4::before {
    font-family: "symbolcrpregular",sans-serif;
    font-size: 24px;
    text-transform: lowercase;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    line-height: 26px
}

@media(min-width: 768px) {
    .validation-extra li h4::before {
        margin-right: 5px;
        width: unset;
        text-align: unset;
        float: left
    }
}

.validation-extra li:first-child h4::before {
    content: "d"
}

.validation-extra li:last-child h4::before {
    content: "e"
}

.validation-extra li span {
    margin: 15px auto 2.5rem;
    display: block;
    width: 1px;
    height: 1px
}

.step-confirmation .step-actions {
    clear: both;
    margin: 0 auto;
    padding: 0;
    max-width: 360px
}

@media(min-width: 768px) {
    .step-confirmation .step-actions {
        margin: 0;
        margin-left: auto
    }
}

@media(min-width: 768px) {
    .step-confirmation .step-actions button {
        max-width: 160px
    }
}

.b-popups .b-popup {
    display: none
}

.b-popup {
    -webkit-animation: popupIn .25s ease-out;
    animation: popupIn .25s ease-out;
    background: #fff;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: auto;
    margin: 0 auto;
    min-width: 320px;
    max-width: 628px;
    overflow: auto;
    overflow-x: hidden
}

@media(min-width: 768px) {
    .b-popup {
        -webkit-box-shadow: 0 0 6px hsla(0,0%,92%,.5);
        box-shadow: 0 0 6px hsla(0,0%,92%,.5)
    }
}

@media(max-width: 767px) {
    .b-popup {
        min-height: 100vh;
        padding: 30px 10px
    }
}

.b-popup__title {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left
}

.b-popup__title.mod-center {
    text-align: center
}

.b-popup__title.mod-large {
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 30px
}

@media(max-width: 767px) {
    .b-popup__title.mod-large {
        margin-bottom: 20px
    }
}

.b-popup__content {
    font-size: 10px;
    letter-spacing: .8px;
    line-height: 18px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto
}

.b-popup__content>p:not(:last-child) {
    margin-bottom: 8px
}

.b-popup .btn-close {
    padding: 0;
    right: 14px;
    top: 14px;
    width: auto;
    position: relative;
    position: absolute;
    width: 16px;
    background: rgba(0,0,0,0)
}

.b-popup .btn-close:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    color: #000;
    font-size: 16px
}

.b-popup .btn-close:after {
    content: "";
    position: absolute;
    top: -15px;
    bottom: -15px;
    left: -15px;
    right: -15px;
    font-size: 25px
}

.b-popup.mod-table {
    max-width: 600px
}

@media(max-width: 767px) {
    .b-popup.mod-table .btn-close {
        position: fixed
    }
}

.b-popup.mod-quick-look {
    width: 100%;
    max-width: 876px
}

.b-popup.mod-quick-look .b-item__content {
    margin-bottom: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.b-popup.mod-quick-look .b-item__section.mod-slider {
    margin-right: 30px;
    width: 450px;
    height: 450px
}

.b-popup.mod-quick-look .b-item__section.mod-slider .b-slider-item__arrows {
    display: block
}

.b-popup.mod-quick-look .b-item__section.mod-slider .b-slider-item__content figure {
    height: 450px;
    width: 450px
}

.b-popup.mod-quick-look .b-item__section.mod-info {
    padding: 0;
    width: 335px;
    margin-bottom: 0
}

.b-popup.mod-quick-look .b-item__section.mod-info .b-item-info .b-price {
    margin-bottom: 40px
}

.b-popup.mod-quick-look .b-item__section.mod-info .b-item-info .b-props {
    margin-bottom: 12px
}

.b-popup.mod-quick-look .b-item__section.mod-info .b-item-info .b-select-size {
    margin-bottom: 12px
}

.b-popup.mod-quick-look .b-item__section.mod-info .popup-sizes-block {
    margin-bottom: 40px
}

.b-popup.mod-quick-look .b-item__section.mod-info .b-item-info .b-select-size a {
    display: none
}

.b-popup.mod-quick-look .b-item__section.mod-info .b-item-info .b-item-info__buttons {
    margin-bottom: 30px
}

.b-popup.mod-quick-look .b-item__section.mod-info .b-item-info .b-item-info__text {
    font-size: 10px;
    letter-spacing: .8px;
    line-height: 18px
}

.b-popup.mod-quick-look .b-item__section.mod-info .b-item-info .b-item-info__text .b-props:not(:last-child),.b-popup.mod-quick-look .b-item__section.mod-info .b-item-info .b-item-info__text p:not(:last-child),.b-popup.mod-quick-look .b-item__section.mod-info .b-item-info .b-item-info__text ul:not(:last-child) {
    margin-bottom: 8px
}

.b-popup.mod-quick-look .b-item__section.mod-info .b-item-info .b-item-info__text .b-props__title {
    text-transform: none;
    margin-right: 3px
}

.b-popup.mod-quick-look .b-item__section.mod-info .b-item-info .b-item-info__text .b-props__title:after {
    padding-left: 0
}

.b-popup.mod-quick-look .b-item__section.mod-info .b-item-info__more {
    display: block;
    margin-top: 12px
}

.b-popup.mod-quick-look .b-item__section.mod-info .b-item-info__more:hover {
    text-decoration: none
}

.table {
    text-align: center;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    width: calc(100% - 20px);
    max-width: 540px;
    margin: 0 auto
}

.col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cell {
    min-height: 24px;
    padding: 6px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 10px;
    width: 13%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.cell:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.cell span {
    vertical-align: middle;
    display: inline-block;
    width: 99%
}

.cell:first-of-type {
    width: 35%;
    color: #9a9a9a;
    padding: 5px 5px
}

.table-title {
    width: calc(100% - 20px);
    max-width: 540px;
    margin: 14px auto
}

.table-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    max-width: 320px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin: 20px auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #9a9a9a
}

.table-button {
    width: 50%;
    text-align: center;
    cursor: pointer;
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.table-button.selected {
    background-color: #fff;
    color: #000
}

.table-content {
    display: none
}

.table-content.selected {
    display: block
}

@media screen and (max-width: 320px) {
    .cell {
        font-size: 9px
    }
}

.service-table .table-title {
    width: 100%;
    max-width: none
}

.service-table .table {
    width: 100%;
    max-width: none
}

.popup-credit {
    padding: 32px 24px;
    min-height: auto
}

@media(max-width: 1023px) {
    .popup-credit {
        max-width: 390px
    }
}

@media(max-width: 469px) {
    .popup-credit {
        margin: 0 10px
    }
}

@media(min-width: 1024px) {
    .popup-credit {
        padding: 40px;
        max-width: 480px
    }
}

.popup-credit .btn-close {
    position: absolute;
    top: 12px;
    right: 12px
}

.popup-credit .btn-close::before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    color: #6f6f6f;
    font-size: 24px;
    font-weight: 300
}

.popup-credit .btn-close::after {
    content: none
}

.popup-credit h2 {
    margin-bottom: 24px;
    font-size: 17px;
    font-weight: 600
}

.popup-credit .credit-schedule {
    margin: 24px 0;
    padding: 16px 12px;
    border: 1px solid var(--Gray-light, #B3B3B3)
}

@media(min-width: 1024px) {
    .popup-credit .credit-schedule {
        padding: 16px
    }
}

.popup-credit .credit-schedule h3 {
    margin-bottom: 16px;
    font-size: 17px;
    font-weight: 500
}

.popup-credit .schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px
}

.popup-credit .schedule__item::before {
    content: "";
    margin-bottom: 8px;
    background: #11a75f;
    display: block;
    width: 100%;
    height: 6px;
    border-radius: 100px;
    opacity: .4
}

.popup-credit .schedule__item.active::before {
    opacity: 1
}

.popup-credit .schedule__item span {
    display: inline-block;
    font-size: 10px
}

@media(min-width: 1024px) {
    .popup-credit .schedule__item span {
        font-size: 13px
    }
}

.popup-credit .schedule__item p {
    font-size: 10px;
    font-weight: 500
}

@media(min-width: 1024px) {
    .popup-credit .schedule__item p {
        font-size: 13px
    }
}

.popup-credit .credit-info {
    display: grid;
    row-gap: 12px
}

.popup-credit .credit-info p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.popup-credit .credit-info p::before {
    content: "";
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IjI0L0NoZWNrIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTE2LjY2NjYgNUw3LjQ5OTkyIDE0LjE2NjdMMy4zMzMyNSAxMCIgc3Ryb2tlPSIjNkY2RjZGIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+Cjwvc3ZnPgo=") no-repeat;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px
}

body.password-popup {
    overflow: hidden
}

.p-error {
    display: none;
    color: red !important;
    margin: 5px 0 0;
    font-size: 13px
}

.password-bg-layer {
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 1000%;
    min-width: 320px;
    opacity: .5;
    z-index: 100
}

.password-container {
    position: fixed;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100
}

@media(min-width: 768px) {
    .password-container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.password-container * {
    font-size: 13px
}

.password-popup-area {
    margin: 0 auto;
    padding: 32px 20px;
    background: #fff;
    position: relative;
    width: 100%;
    max-width: 546px;
    max-height: 246px
}

@media(min-width: 768px) {
    .password-popup-area {
        padding: 32px;
        max-height: 234px
    }
}

.password-popup-area h2 {
    margin: 0 0 24px;
    font-weight: 600;
    font-size: 16px
}

.pass-form-row {
    margin-bottom: 15px
}

@media(min-width: 768px) {
    .pass-form-row {
        margin-bottom: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.pass-form-row label {
    margin: 0 0 10px;
    display: inline-block;
    width: 100%;
    max-width: 200px;
    max-height: 35px;
    font-weight: 500;
    text-align: left
}

@media(min-width: 768px) {
    .pass-form-row label {
        margin: 0
    }
}

.pass-form-row input {
    padding: 13px 14px;
    background: #fff;
    width: 100%;
    height: 50px;
    max-width: 360px;
    border: thin solid #dadada
}

#forgot-form button {
    max-width: 360px;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 30px;
    text-transform: none
}

@media(min-width: 768px) {
    #forgot-form button {
        margin-left: auto;
        max-width: 160px
    }
}

.password-popup-success {
    margin: 0 auto;
    padding: 32px 20px;
    background: #fff;
    position: relative;
    display: none;
    width: 100%;
    max-width: 360px;
    max-height: 246px
}

@media(min-width: 768px) {
    .password-popup-success {
        padding: 32px;
        max-height: 234px
    }
}

.password-popup-success p {
    margin-bottom: 10px
}

.password-popup-success button {
    max-width: 360px
}

.auth-popup {
    margin: 0 auto;
    padding: 40px;
    background: #fff;
    position: relative;
    max-width: 480px;
    color: #060606
}

@media(max-width: 767px) {
    .auth-popup {
        margin-top: 150px
    }
}

.auth-popup .error {
    position: absolute;
    line-height: 1;
    color: #bd0505;
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px)
}

.auth-popup .btn-close {
    padding: 0;
    background: rgba(0,0,0,0);
    position: absolute;
    top: 14px;
    right: 12px;
    width: 24px;
    height: 24px;
    cursor: pointer
}

.auth-popup p {
    margin-bottom: 24px;
    font-size: 17px;
    font-weight: 600;
    line-height: 18px;
    color: #060606
}

.auth-popup label {
    display: block;
    font-size: 15px;
    line-height: 16px
}

.auth-popup input {
    margin-top: 16px;
    padding: 12px 16px;
    background: #fff;
    width: 100%;
    height: 48px;
    font-size: 15px;
    color: #000;
    border: 1px solid #b3b3b3;
    border-radius: 8px
}

.auth-popup .button-style {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 44px;
    border-radius: 8px
}

.auth-popup .change-number {
    margin-top: 8px;
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    color: #060606;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

.auth-popup .code-count {
    margin: 24px 0 30px;
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    text-align: center
}

.auth-popup .get-new-code {
    margin: 24px 0 30px;
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

.popup-register span {
    display: block;
    font-size: 15px;
    line-height: 18px
}

.popup-register span~span {
    margin-top: 16px
}

.popup-register form {
    margin-top: 24px
}

.popup-register label {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px
}

.popup-register input {
    margin: 0 0 28px
}

.popup-register input[data-error] {
    border-color: #bd0505
}

.popup-register .button-style {
    margin-top: 24px
}

.popup-register .register-agreement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popup-register .register-agreement p,.popup-register .register-agreement a {
    margin: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #000
}

.popup-register .register-agreement a {
    display: inline-block;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

.popup-register .check-style {
    margin-right: 16px;
    background: hsla(0,0%,80%,.5);
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 4px
}

.popup-register .check-style label {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.popup-register .check-style input:checked+label {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IjI0L0NoZWNrIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTIwIDZMOSAxN0w0IDEyIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+Cjwvc3ZnPgo=)
}

.popup-auth-success {
    text-align: center
}

.popup-auth-success .button-style {
    margin-top: 24px
}

.l-1-banner {
    padding: 0 75px
}

@media(max-width: 1023px) {
    .l-1-banner {
        margin: 115px 0 0;
        padding: 0
    }
}

@media(max-width: 1023px) {
    .l-1-banner img:first-child {
        display: none
    }
}

.l-1-banner img:last-child {
    display: none
}

@media(max-width: 1023px) {
    .l-1-banner img:last-child {
        display: block
    }
}

.limiter {
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1450px
}

@media(max-width: 1023px) {
    .limiter {
        padding: 0;
        max-width: 680px
    }
}

.l-1-text {
    margin: 80px auto 58px;
    padding: 0 20px;
    max-width: 800px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #000
}

@media(max-width: 1023px) {
    .l-1-text {
        margin: 40px auto 38px;
        padding: 0 10px
    }
}

.l-1-button {
    margin: 40px auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    max-width: 120px
}

@media(max-width: 1023px) {
    .l-1-button {
        margin: 20px auto 40px
    }
}

.l-1-image {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

@media(max-width: 1023px) {
    .l-1-image {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 10px
    }
}

.l-1-image--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media(max-width: 1023px) {
    .l-1-image--reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.l-1-image--reverse .l-1-block__multiple {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.l-1-image--reverse .l-1-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px
}

@media(max-width: 1023px) {
    .l-1-image--reverse .l-1-block:last-child {
        display: none
    }
}

.l-1-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

@media(max-width: 1023px) {
    .l-1-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 50%
    }
}

.l-1-block__multiple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px
}

@media(max-width: 1023px) {
    .l-1-block__multiple {
        padding: 0 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px
    }
}

.l-1-info {
    max-width: 300px
}

@media(max-width: 1023px) {
    .l-1-info {
        margin: 10px 0 0
    }
}

.l-1-info p {
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    text-transform: uppercase;
    color: #606060
}

@media(max-width: 1023px) {
    .l-1-info p {
        font-size: 15px;
        line-height: 20px
    }
}

.l-1-info span {
    margin: 20px 0 0;
    display: inline-block;
    font-size: 13px;
    line-height: 185%;
    color: #000
}

@media(max-width: 1023px) {
    .l-1-info span {
        margin: 10px 0 20px
    }
}

.l-1-imageline {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

@media(max-width: 1023px) {
    .l-1-imageline {
        padding: 10px 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: auto;
        grid-auto-flow: row;
        grid-template-areas: "A1 A1" "A2 A2" "A3 A4";
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px
    }
}

@media(max-width: 1023px) {
    .l-1-imageline__block a {
        width: 100%
    }
}

@media(max-width: 1023px) {
    .l-1-imageline__block:nth-child(1) {
        margin-left: 10px;
        grid-area: A3
    }
}

@media(max-width: 1023px) {
    .l-1-imageline__block:nth-child(2) {
        grid-area: A1
    }
}

@media(max-width: 1023px) {
    .l-1-imageline__block:nth-child(2) a {
        width: 100%
    }
}

@media(max-width: 1023px) {
    .l-1-imageline__block:nth-child(3) {
        margin: 0 0 30px;
        grid-area: A2
    }
}

@media(max-width: 1023px) {
    .l-1-imageline__block:nth-child(4) {
        margin-right: 10px;
        grid-area: A4
    }
}

@media(max-width: 1023px) {
    .l-1-imageline--second .l-1-imageline__block:nth-child(1) {
        margin-left: 10px;
        grid-area: A3
    }
}

@media(max-width: 1023px) {
    .l-1-imageline--second .l-1-imageline__block:nth-child(2) {
        margin-right: 10px;
        grid-area: A4
    }
}

@media(max-width: 1023px) {
    .l-1-imageline--second .l-1-imageline__block:nth-child(3) {
        margin: 0;
        grid-area: A1
    }
}

@media(max-width: 1023px) {
    .l-1-imageline--second .l-1-imageline__block:nth-child(4) {
        margin: 0 0 30px;
        grid-area: A2
    }
}

@media(max-width: 1023px) {
    .l-1-imageline--third {
        display: block
    }
}

@media(max-width: 1023px) {
    .l-1-imageline--third .l-1-imageline__block:nth-child(1) {
        margin: 0
    }
}

@media(max-width: 1023px) {
    .l-1-imageline--third .l-1-imageline__block:nth-child(3),.l-1-imageline--third .l-1-imageline__block:nth-child(4) {
        display: none
    }
}

.l-1-imageline:last-child {
    padding: 0 0 100px
}

.l-1-imageline__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
}

.l-1-imageline__block p {
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    text-transform: uppercase;
    color: #606060
}

@media(max-width: 1023px) {
    .l-1-imageline__block p {
        padding: 10px 10px 0;
        font-size: 15px;
        line-height: 20px
    }
}

.l-1-imageline__block span {
    margin: 20px 0 0;
    font-size: 13px;
    line-height: 24px
}

@media(max-width: 1023px) {
    .l-1-imageline__block span {
        margin: 10px 0 0;
        padding: 0 10px
    }
}

.l-1-block a,.l-1-block__single,.l-1-imageline__block {
    overflow: hidden
}

.l-1-block img,.l-1-block__single img,.l-1-imageline__block img {
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.l-1-block a:hover img,.l-1-block__single:hover img,.l-1-imageline__block:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.hide {
    display: none !important
}

.section-features {
    margin-top: 30px
}

@media(min-width: 1024px) {
    .section-features {
        margin-top: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.features-wrapper {
    padding: 30px 20px;
    text-align: center
}

@media(min-width: 1024px) {
    .features-wrapper {
        margin: auto;
        width: 50%
    }
}

.features-title {
    margin-bottom: 16px;
    font-size: 24px
}

@media(min-width: 768px) {
    .features-title {
        margin-bottom: 20px;
        font-size: 40px
    }
}

@media(min-width: 768px) {
    .features p {
        font-size: 14px
    }
}

.section-features a {
    display: inline-block
}

@media(min-width: 1024px) {
    .features-image {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 33%
    }
}