@charset "UTF-8";
:root {--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #0d6efd;--bs-secondary: #6c757d;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 13,110,253;--bs-secondary-rgb: 108,117,125;--bs-success-rgb: 25,135,84;--bs-info-rgb: 13,202,240;--bs-warning-rgb: 255,193,7;--bs-danger-rgb: 220,53,69;--bs-light-rgb: 248,249,250;--bs-dark-rgb: 33,37,41;--bs-white-rgb: 255,255,255;--bs-black-rgb: 0,0,0;--bs-body-color-rgb: 33,37,41;--bs-body-bg-rgb: 255,255,255;--bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient: linear-gradient(180deg,rgba(255,255,255,.15),rgba(255,255,255,0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size: 1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-body-bg: #fff;}
*, ::after, ::before {box-sizing: border-box;}
@media (prefers-reduced-motion:no-preference) {:root {scroll-behavior: smooth;}}
body {margin: 0;font-family: var(--bs-body-font-family);font-size: var(--bs-body-font-size);font-weight: var(--bs-body-font-weight);line-height: var(--bs-body-line-height);color: var(--bs-body-color);text-align: var(--bs-body-text-align);background-color: var(--bs-body-bg);-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: transparent;}
hr {margin: 1rem 0;color: inherit;background-color: currentColor;border: 0;opacity: .25;}
hr:not([size]) {height: 1px;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {margin-top: 0;margin-bottom: .5rem;font-weight: 500;line-height: 1.2;}
.h1, h1 {font-size: calc(1.375rem + 1.5vw);}
@media (min-width: 1200px) {.h1, h1 {font-size: 2.5rem;}}
.h2, h2 {font-size: calc(1.325rem + .9vw);}
@media (min-width: 1200px) {.h2, h2 {font-size: 2rem;}}
.h3, h3 {font-size: calc(1.3rem + .6vw);}
@media (min-width: 1200px) {.h3, h3 {font-size: 1.75rem;}}
.h4, h4 {font-size: calc(1.275rem + .3vw);}
@media (min-width: 1200px) {.h4, h4 {font-size: 1.5rem;}}
.h5, h5 {font-size: 1.25rem;}
.h6, h6 {font-size: 1rem;}
p {margin-top: 0;margin-bottom: 1rem;}
abbr[data-bs-original-title], abbr[title] {-webkit-text-decoration: underline dotted;text-decoration: underline dotted;cursor: help;-webkit-text-decoration-skip-ink: none;text-decoration-skip-ink: none;}
address {margin-bottom: 1rem;font-style: normal;line-height: inherit;}
ol, ul {padding-left: 2rem;}
dl, ol, ul {margin-top: 0;margin-bottom: 1rem;}
ol ol, ol ul, ul ol, ul ul {margin-bottom: 0;}
dt {font-weight: 700;}
dd {margin-bottom: .5rem;margin-left: 0;}
blockquote {margin: 0 0 1rem;}
b, strong {font-weight: bolder;}
.small, small {font-size: .875em;}
.mark, mark {padding: .2em;background-color: #fcf8e3;}
sub, sup {position: relative;font-size: .75em;line-height: 0;vertical-align: baseline;}
sub {bottom: -.25em;}
sup {top: -.5em;}
a {color: #4fb68d;text-decoration: underline;}
a:hover {color: #253237;}
a:not([href]):not([class]), a:not([href]):not([class]):hover {color: inherit;text-decoration: none;}
code, kbd, pre, samp {font-family: var(--bs-font-monospace);font-size: 1em;direction: ltr;unicode-bidi: bidi-override;}
pre {display: block;margin-top: 0;margin-bottom: 1rem;overflow: auto;font-size: .875em;}
pre code {font-size: inherit;color: inherit;word-break: normal;}
code {font-size: .875em;color: #d63384;word-wrap: break-word;}
a>code {color: inherit;}
kbd {padding: .2rem .4rem;font-size: .875em;color: #fff;background-color: #212529;border-radius: .2rem;}
kbd kbd {padding: 0;font-size: 1em;font-weight: 700;}
figure {margin: 0 0 1rem;}
img, svg {vertical-align: middle;}
table {caption-side: bottom;border-collapse: collapse;}
caption {padding-top: .5rem;padding-bottom: .5rem;color: #6c757d;text-align: left;}
th {text-align: inherit;text-align: -webkit-match-parent;}
tbody, td, tfoot, th, thead, tr {border-color: inherit;border-style: solid;border-width: 0;}
label {display: inline-block;}
button {border-radius: 0;}
button:focus:not(:focus-visible) {outline: 0;}
button, input, optgroup, select, textarea {margin: 0;font-family: inherit;font-size: inherit;line-height: inherit;}
button, select {text-transform: none;}
[role=button] {cursor: pointer;}
select {word-wrap: normal;}
select:disabled {opacity: 1;}
[list]::-webkit-calendar-picker-indicator {display: none;}
[type=button], [type=reset], [type=submit], button {-webkit-appearance: button;}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {cursor: pointer;}
::-moz-focus-inner {padding: 0;border-style: none;}
textarea {resize: vertical;}
fieldset {min-width: 0;padding: 0;margin: 0;border: 0;}
legend {float: left;width: 100%;padding: 0;margin-bottom: .5rem;font-size: calc(1.275rem + .3vw);line-height: inherit;}
@media (min-width: 1200px) {legend {font-size: 1.5rem;}}
legend+* {clear: left;}
::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {padding: 0;}
::-webkit-inner-spin-button {height: auto;}
[type=search] {outline-offset: -2px;-webkit-appearance: textfield;}
::-webkit-search-decoration {-webkit-appearance: none;}
::-webkit-color-swatch-wrapper {padding: 0;}
::-webkit-file-upload-button {font: inherit;}
::file-selector-button {font: inherit;}
::-webkit-file-upload-button {font: inherit;-webkit-appearance: button;}
output {display: inline-block;}
iframe {border: 0;}
summary {display: list-item;cursor: pointer;}
progress {vertical-align: baseline;}
[hidden] {display: none !important;}
.lead {font-size: 1.25rem;font-weight: 300;}
.display-1 {font-size: calc(1.625rem + 4.5vw);font-weight: 300;line-height: 1.2;}
@media (min-width: 1200px) {.display-1 {font-size: 5rem;}}
.display-2 {font-size: calc(1.575rem + 3.9vw);font-weight: 300;line-height: 1.2;}
@media (min-width: 1200px) {.display-2 {font-size: 4.5rem;}}
.display-3 {font-size: calc(1.525rem + 3.3vw);font-weight: 300;line-height: 1.2;}
@media (min-width: 1200px) {.display-3 {font-size: 4rem;}}
.display-4 {font-size: calc(1.475rem + 2.7vw);font-weight: 300;line-height: 1.2;}
@media (min-width: 1200px) {.display-4 {font-size: 3.5rem;}}
.display-5 {font-size: calc(1.425rem + 2.1vw);font-weight: 300;line-height: 1.2;}
@media (min-width: 1200px) {.display-5 {font-size: 3rem;}}
.display-6 {font-size: calc(1.375rem + 1.5vw);font-weight: 300;line-height: 1.2;}
@media (min-width: 1200px) {.display-6 {font-size: 2.5rem;}}
.list-unstyled {padding-left: 0;list-style: none;}
.list-inline {padding-left: 0;list-style: none;}
.list-inline-item {display: inline-block;}
.list-inline-item:not(:last-child) {margin-right: .5rem;}
.initialism {font-size: .875em;text-transform: uppercase;}
.blockquote {margin-bottom: 1rem;font-size: 1.25rem;}
.blockquote>:last-child {margin-bottom: 0;}
.blockquote-footer {margin-top: -1rem;margin-bottom: 1rem;font-size: .875em;color: #6c757d;}
.blockquote-footer::before {content: "— ";}
.img-fluid {max-width: 100%;height: auto;}
.img-thumbnail {padding: .25rem;background-color: #fff;border: 1px solid #dee2e6;border-radius: .25rem;max-width: 100%;height: auto;}
.figure {display: inline-block;}
.figure-img {margin-bottom: .5rem;line-height: 1;}
.figure-caption {font-size: .875em;color: #6c757d;}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {width: 100%;padding-right: var(--bs-gutter-x,.75rem);padding-left: var(--bs-gutter-x,.75rem);margin-right: auto;margin-left: auto;}
@media (min-width: 576px) {.container, .container-sm {max-width: 540px;}}
@media (min-width: 768px) {.container, .container-md, .container-sm {max-width: 720px;}}
@media (min-width: 992px) {.container, .container-lg, .container-md, .container-sm {max-width: 960px;}}
@media (min-width: 1200px) {.container, .container-lg, .container-md, .container-sm, .container-xl {max-width: 1140px;}}
@media (min-width: 1400px) {.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {max-width: 1320px;}}
.row {--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display: flex;flex-wrap: wrap;}
.row>* {flex-shrink: 0;width: 100%;max-width: 100%;padding-right: calc(var(--bs-gutter-x) * .5);padding-left: calc(var(--bs-gutter-x) * .5);margin-top: var(--bs-gutter-y);}
.col {flex: 1 0 0%;}
.row-cols-auto>* {flex: 0 0 auto;width: auto;}
.row-cols-1>* {flex: 0 0 auto;width: 100%;}
.row-cols-2>* {flex: 0 0 auto;width: 50%;}
.row-cols-3>* {flex: 0 0 auto;width: 33.3333333333%;}
.row-cols-4>* {flex: 0 0 auto;width: 25%;}
.row-cols-5>* {flex: 0 0 auto;width: 20%;}
.row-cols-6>* {flex: 0 0 auto;width: 16.6666666667%;}
.col-auto {flex: 0 0 auto;width: auto;}
.col-1 {flex: 0 0 auto;width: 8.33333333%;}
.col-2 {flex: 0 0 auto;width: 16.66666667%;}
.col-3 {flex: 0 0 auto;width: 25%;}
.col-4 {flex: 0 0 auto;width: 33.33333333%;}
.col-5 {flex: 0 0 auto;width: 41.66666667%;}
.col-6 {flex: 0 0 auto;width: 50%;}
.col-7 {flex: 0 0 auto;width: 58.33333333%;}
.col-8 {flex: 0 0 auto;width: 66.66666667%;}
.col-9 {flex: 0 0 auto;width: 75%;}
.col-10 {flex: 0 0 auto;width: 83.33333333%;}
.col-11 {flex: 0 0 auto;width: 91.66666667%;}
.col-12 {flex: 0 0 auto;width: 100%;}
.offset-1 {margin-left: 8.33333333%;}
.offset-2 {margin-left: 16.66666667%;}
.offset-3 {margin-left: 25%;}
.offset-4 {margin-left: 33.33333333%;}
.offset-5 {margin-left: 41.66666667%;}
.offset-6 {margin-left: 50%;}
.offset-7 {margin-left: 58.33333333%;}
.offset-8 {margin-left: 66.66666667%;}
.offset-9 {margin-left: 75%;}
.offset-10 {margin-left: 83.33333333%;}
.offset-11 {margin-left: 91.66666667%;}
.g-0, .gx-0 {--bs-gutter-x: 0;}
.g-0, .gy-0 {--bs-gutter-y: 0;}
.g-1, .gx-1 {--bs-gutter-x: .25rem;}
.g-1, .gy-1 {--bs-gutter-y: .25rem;}
.g-2, .gx-2 {--bs-gutter-x: .5rem;}
.g-2, .gy-2 {--bs-gutter-y: .5rem;}
.g-3, .gx-3 {--bs-gutter-x: 1rem;}
.g-3, .gy-3 {--bs-gutter-y: 1rem;}
.g-4, .gx-4 {--bs-gutter-x: 1.5rem;}
.g-4, .gy-4 {--bs-gutter-y: 1.5rem;}
.g-5, .gx-5 {--bs-gutter-x: 3rem;}
.g-5, .gy-5 {--bs-gutter-y: 3rem;}
@media (min-width: 576px) {.col-sm {flex: 1 0 0%;}
	.row-cols-sm-auto>* {flex: 0 0 auto;width: auto;}
	.row-cols-sm-1>* {flex: 0 0 auto;width: 100%;}
	.row-cols-sm-2>* {flex: 0 0 auto;width: 50%;}
	.row-cols-sm-3>* {flex: 0 0 auto;width: 33.3333333333%;}
	.row-cols-sm-4>* {flex: 0 0 auto;width: 25%;}
	.row-cols-sm-5>* {flex: 0 0 auto;width: 20%;}
	.row-cols-sm-6>* {flex: 0 0 auto;width: 16.6666666667%;}
	.col-sm-auto {flex: 0 0 auto;width: auto;}
	.col-sm-1 {flex: 0 0 auto;width: 8.33333333%;}
	.col-sm-2 {flex: 0 0 auto;width: 16.66666667%;}
	.col-sm-3 {flex: 0 0 auto;width: 25%;}
	.col-sm-4 {flex: 0 0 auto;width: 33.33333333%;}
	.col-sm-5 {flex: 0 0 auto;width: 41.66666667%;}
	.col-sm-6 {flex: 0 0 auto;width: 50%;}
	.col-sm-7 {flex: 0 0 auto;width: 58.33333333%;}
	.col-sm-8 {flex: 0 0 auto;width: 66.66666667%;}
	.col-sm-9 {flex: 0 0 auto;width: 75%;}
	.col-sm-10 {flex: 0 0 auto;width: 83.33333333%;}
	.col-sm-11 {flex: 0 0 auto;width: 91.66666667%;}
	.col-sm-12 {flex: 0 0 auto;width: 100%;}
	.offset-sm-0 {margin-left: 0;}
	.offset-sm-1 {margin-left: 8.33333333%;}
	.offset-sm-2 {margin-left: 16.66666667%;}
	.offset-sm-3 {margin-left: 25%;}
	.offset-sm-4 {margin-left: 33.33333333%;}
	.offset-sm-5 {margin-left: 41.66666667%;}
	.offset-sm-6 {margin-left: 50%;}
	.offset-sm-7 {margin-left: 58.33333333%;}
	.offset-sm-8 {margin-left: 66.66666667%;}
	.offset-sm-9 {margin-left: 75%;}
	.offset-sm-10 {margin-left: 83.33333333%;}
	.offset-sm-11 {margin-left: 91.66666667%;}
	.g-sm-0, .gx-sm-0 {--bs-gutter-x: 0;}
	.g-sm-0, .gy-sm-0 {--bs-gutter-y: 0;}
	.g-sm-1, .gx-sm-1 {--bs-gutter-x: .25rem;}
	.g-sm-1, .gy-sm-1 {--bs-gutter-y: .25rem;}
	.g-sm-2, .gx-sm-2 {--bs-gutter-x: .5rem;}
	.g-sm-2, .gy-sm-2 {--bs-gutter-y: .5rem;}
	.g-sm-3, .gx-sm-3 {--bs-gutter-x: 1rem;}
	.g-sm-3, .gy-sm-3 {--bs-gutter-y: 1rem;}
	.g-sm-4, .gx-sm-4 {--bs-gutter-x: 1.5rem;}
	.g-sm-4, .gy-sm-4 {--bs-gutter-y: 1.5rem;}
	.g-sm-5, .gx-sm-5 {--bs-gutter-x: 3rem;}
	.g-sm-5, .gy-sm-5 {--bs-gutter-y: 3rem;}}
@media (min-width: 768px) {.col-md {flex: 1 0 0%;}
	.row-cols-md-auto>* {flex: 0 0 auto;width: auto;}
	.row-cols-md-1>* {flex: 0 0 auto;width: 100%;}
	.row-cols-md-2>* {flex: 0 0 auto;width: 50%;}
	.row-cols-md-3>* {flex: 0 0 auto;width: 33.3333333333%;}
	.row-cols-md-4>* {flex: 0 0 auto;width: 25%;}
	.row-cols-md-5>* {flex: 0 0 auto;width: 20%;}
	.row-cols-md-6>* {flex: 0 0 auto;width: 16.6666666667%;}
	.col-md-auto {flex: 0 0 auto;width: auto;}
	.col-md-1 {flex: 0 0 auto;width: 8.33333333%;}
	.col-md-2 {flex: 0 0 auto;width: 16.66666667%;}
	.col-md-3 {flex: 0 0 auto;width: 25%;}
	.col-md-4 {flex: 0 0 auto;width: 33.33333333%;}
	.col-md-5 {flex: 0 0 auto;width: 41.66666667%;}
	.col-md-6 {flex: 0 0 auto;width: 50%;}
	.col-md-7 {flex: 0 0 auto;width: 58.33333333%;}
	.col-md-8 {flex: 0 0 auto;width: 66.66666667%;}
	.col-md-9 {flex: 0 0 auto;width: 75%;}
	.col-md-10 {flex: 0 0 auto;width: 83.33333333%;}
	.col-md-11 {flex: 0 0 auto;width: 91.66666667%;}
	.col-md-12 {flex: 0 0 auto;width: 100%;}
	.offset-md-0 {margin-left: 0;}
	.offset-md-1 {margin-left: 8.33333333%;}
	.offset-md-2 {margin-left: 16.66666667%;}
	.offset-md-3 {margin-left: 25%;}
	.offset-md-4 {margin-left: 33.33333333%;}
	.offset-md-5 {margin-left: 41.66666667%;}
	.offset-md-6 {margin-left: 50%;}
	.offset-md-7 {margin-left: 58.33333333%;}
	.offset-md-8 {margin-left: 66.66666667%;}
	.offset-md-9 {margin-left: 75%;}
	.offset-md-10 {margin-left: 83.33333333%;}
	.offset-md-11 {margin-left: 91.66666667%;}
	.g-md-0, .gx-md-0 {--bs-gutter-x: 0;}
	.g-md-0, .gy-md-0 {--bs-gutter-y: 0;}
	.g-md-1, .gx-md-1 {--bs-gutter-x: .25rem;}
	.g-md-1, .gy-md-1 {--bs-gutter-y: .25rem;}
	.g-md-2, .gx-md-2 {--bs-gutter-x: .5rem;}
	.g-md-2, .gy-md-2 {--bs-gutter-y: .5rem;}
	.g-md-3, .gx-md-3 {--bs-gutter-x: 1rem;}
	.g-md-3, .gy-md-3 {--bs-gutter-y: 1rem;}
	.g-md-4, .gx-md-4 {--bs-gutter-x: 1.5rem;}
	.g-md-4, .gy-md-4 {--bs-gutter-y: 1.5rem;}
	.g-md-5, .gx-md-5 {--bs-gutter-x: 3rem;}
	.g-md-5, .gy-md-5 {--bs-gutter-y: 3rem;}}
@media (min-width: 992px) {.col-lg {flex: 1 0 0%;}
	.row-cols-lg-auto>* {flex: 0 0 auto;width: auto;}
	.row-cols-lg-1>* {flex: 0 0 auto;width: 100%;}
	.row-cols-lg-2>* {flex: 0 0 auto;width: 50%;}
	.row-cols-lg-3>* {flex: 0 0 auto;width: 33.3333333333%;}
	.row-cols-lg-4>* {flex: 0 0 auto;width: 25%;}
	.row-cols-lg-5>* {flex: 0 0 auto;width: 20%;}
	.row-cols-lg-6>* {flex: 0 0 auto;width: 16.6666666667%;}
	.col-lg-auto {flex: 0 0 auto;width: auto;}
	.col-lg-1 {flex: 0 0 auto;width: 8.33333333%;}
	.col-lg-2 {flex: 0 0 auto;width: 16.66666667%;}
	.col-lg-3 {flex: 0 0 auto;width: 25%;}
	.col-lg-4 {flex: 0 0 auto;width: 33.33333333%;}
	.col-lg-5 {flex: 0 0 auto;width: 41.66666667%;}
	.col-lg-6 {flex: 0 0 auto;width: 50%;}
	.col-lg-7 {flex: 0 0 auto;width: 58.33333333%;}
	.col-lg-8 {flex: 0 0 auto;width: 66.66666667%;}
	.col-lg-9 {flex: 0 0 auto;width: 75%;}
	.col-lg-10 {flex: 0 0 auto;width: 83.33333333%;}
	.col-lg-11 {flex: 0 0 auto;width: 91.66666667%;}
	.col-lg-12 {flex: 0 0 auto;width: 100%;}
	.offset-lg-0 {margin-left: 0;}
	.offset-lg-1 {margin-left: 8.33333333%;}
	.offset-lg-2 {margin-left: 16.66666667%;}
	.offset-lg-3 {margin-left: 25%;}
	.offset-lg-4 {margin-left: 33.33333333%;}
	.offset-lg-5 {margin-left: 41.66666667%;}
	.offset-lg-6 {margin-left: 50%;}
	.offset-lg-7 {margin-left: 58.33333333%;}
	.offset-lg-8 {margin-left: 66.66666667%;}
	.offset-lg-9 {margin-left: 75%;}
	.offset-lg-10 {margin-left: 83.33333333%;}
	.offset-lg-11 {margin-left: 91.66666667%;}
	.g-lg-0, .gx-lg-0 {--bs-gutter-x: 0;}
	.g-lg-0, .gy-lg-0 {--bs-gutter-y: 0;}
	.g-lg-1, .gx-lg-1 {--bs-gutter-x: .25rem;}
	.g-lg-1, .gy-lg-1 {--bs-gutter-y: .25rem;}
	.g-lg-2, .gx-lg-2 {--bs-gutter-x: .5rem;}
	.g-lg-2, .gy-lg-2 {--bs-gutter-y: .5rem;}
	.g-lg-3, .gx-lg-3 {--bs-gutter-x: 1rem;}
	.g-lg-3, .gy-lg-3 {--bs-gutter-y: 1rem;}
	.g-lg-4, .gx-lg-4 {--bs-gutter-x: 1.5rem;}
	.g-lg-4, .gy-lg-4 {--bs-gutter-y: 1.5rem;}
	.g-lg-5, .gx-lg-5 {--bs-gutter-x: 3rem;}
	.g-lg-5, .gy-lg-5 {--bs-gutter-y: 3rem;}}
@media (min-width: 1200px) {.col-xl {flex: 1 0 0%;}
	.row-cols-xl-auto>* {flex: 0 0 auto;width: auto;}
	.row-cols-xl-1>* {flex: 0 0 auto;width: 100%;}
	.row-cols-xl-2>* {flex: 0 0 auto;width: 50%;}
	.row-cols-xl-3>* {flex: 0 0 auto;width: 33.3333333333%;}
	.row-cols-xl-4>* {flex: 0 0 auto;width: 25%;}
	.row-cols-xl-5>* {flex: 0 0 auto;width: 20%;}
	.row-cols-xl-6>* {flex: 0 0 auto;width: 16.6666666667%;}
	.col-xl-auto {flex: 0 0 auto;width: auto;}
	.col-xl-1 {flex: 0 0 auto;width: 8.33333333%;}
	.col-xl-2 {flex: 0 0 auto;width: 16.66666667%;}
	.col-xl-3 {flex: 0 0 auto;width: 25%;}
	.col-xl-4 {flex: 0 0 auto;width: 33.33333333%;}
	.col-xl-5 {flex: 0 0 auto;width: 41.66666667%;}
	.col-xl-6 {flex: 0 0 auto;width: 50%;}
	.col-xl-7 {flex: 0 0 auto;width: 58.33333333%;}
	.col-xl-8 {flex: 0 0 auto;width: 66.66666667%;}
	.col-xl-9 {flex: 0 0 auto;width: 75%;}
	.col-xl-10 {flex: 0 0 auto;width: 83.33333333%;}
	.col-xl-11 {flex: 0 0 auto;width: 91.66666667%;}
	.col-xl-12 {flex: 0 0 auto;width: 100%;}
	.offset-xl-0 {margin-left: 0;}
	.offset-xl-1 {margin-left: 8.33333333%;}
	.offset-xl-2 {margin-left: 16.66666667%;}
	.offset-xl-3 {margin-left: 25%;}
	.offset-xl-4 {margin-left: 33.33333333%;}
	.offset-xl-5 {margin-left: 41.66666667%;}
	.offset-xl-6 {margin-left: 50%;}
	.offset-xl-7 {margin-left: 58.33333333%;}
	.offset-xl-8 {margin-left: 66.66666667%;}
	.offset-xl-9 {margin-left: 75%;}
	.offset-xl-10 {margin-left: 83.33333333%;}
	.offset-xl-11 {margin-left: 91.66666667%;}
	.g-xl-0, .gx-xl-0 {--bs-gutter-x: 0;}
	.g-xl-0, .gy-xl-0 {--bs-gutter-y: 0;}
	.g-xl-1, .gx-xl-1 {--bs-gutter-x: .25rem;}
	.g-xl-1, .gy-xl-1 {--bs-gutter-y: .25rem;}
	.g-xl-2, .gx-xl-2 {--bs-gutter-x: .5rem;}
	.g-xl-2, .gy-xl-2 {--bs-gutter-y: .5rem;}
	.g-xl-3, .gx-xl-3 {--bs-gutter-x: 1rem;}
	.g-xl-3, .gy-xl-3 {--bs-gutter-y: 1rem;}
	.g-xl-4, .gx-xl-4 {--bs-gutter-x: 1.5rem;}
	.g-xl-4, .gy-xl-4 {--bs-gutter-y: 1.5rem;}
	.g-xl-5, .gx-xl-5 {--bs-gutter-x: 3rem;}
	.g-xl-5, .gy-xl-5 {--bs-gutter-y: 3rem;}}
@media (min-width: 1400px) {.col-xxl {flex: 1 0 0%;}
	.row-cols-xxl-auto>* {flex: 0 0 auto;width: auto;}
	.row-cols-xxl-1>* {flex: 0 0 auto;width: 100%;}
	.row-cols-xxl-2>* {flex: 0 0 auto;width: 50%;}
	.row-cols-xxl-3>* {flex: 0 0 auto;width: 33.3333333333%;}
	.row-cols-xxl-4>* {flex: 0 0 auto;width: 25%;}
	.row-cols-xxl-5>* {flex: 0 0 auto;width: 20%;}
	.row-cols-xxl-6>* {flex: 0 0 auto;width: 16.6666666667%;}
	.col-xxl-auto {flex: 0 0 auto;width: auto;}
	.col-xxl-1 {flex: 0 0 auto;width: 8.33333333%;}
	.col-xxl-2 {flex: 0 0 auto;width: 16.66666667%;}
	.col-xxl-3 {flex: 0 0 auto;width: 25%;}
	.col-xxl-4 {flex: 0 0 auto;width: 33.33333333%;}
	.col-xxl-5 {flex: 0 0 auto;width: 41.66666667%;}
	.col-xxl-6 {flex: 0 0 auto;width: 50%;}
	.col-xxl-7 {flex: 0 0 auto;width: 58.33333333%;}
	.col-xxl-8 {flex: 0 0 auto;width: 66.66666667%;}
	.col-xxl-9 {flex: 0 0 auto;width: 75%;}
	.col-xxl-10 {flex: 0 0 auto;width: 83.33333333%;}
	.col-xxl-11 {flex: 0 0 auto;width: 91.66666667%;}
	.col-xxl-12 {flex: 0 0 auto;width: 100%;}
	.offset-xxl-0 {margin-left: 0;}
	.offset-xxl-1 {margin-left: 8.33333333%;}
	.offset-xxl-2 {margin-left: 16.66666667%;}
	.offset-xxl-3 {margin-left: 25%;}
	.offset-xxl-4 {margin-left: 33.33333333%;}
	.offset-xxl-5 {margin-left: 41.66666667%;}
	.offset-xxl-6 {margin-left: 50%;}
	.offset-xxl-7 {margin-left: 58.33333333%;}
	.offset-xxl-8 {margin-left: 66.66666667%;}
	.offset-xxl-9 {margin-left: 75%;}
	.offset-xxl-10 {margin-left: 83.33333333%;}
	.offset-xxl-11 {margin-left: 91.66666667%;}
	.g-xxl-0, .gx-xxl-0 {--bs-gutter-x: 0;}
	.g-xxl-0, .gy-xxl-0 {--bs-gutter-y: 0;}
	.g-xxl-1, .gx-xxl-1 {--bs-gutter-x: .25rem;}
	.g-xxl-1, .gy-xxl-1 {--bs-gutter-y: .25rem;}
	.g-xxl-2, .gx-xxl-2 {--bs-gutter-x: .5rem;}
	.g-xxl-2, .gy-xxl-2 {--bs-gutter-y: .5rem;}
	.g-xxl-3, .gx-xxl-3 {--bs-gutter-x: 1rem;}
	.g-xxl-3, .gy-xxl-3 {--bs-gutter-y: 1rem;}
	.g-xxl-4, .gx-xxl-4 {--bs-gutter-x: 1.5rem;}
	.g-xxl-4, .gy-xxl-4 {--bs-gutter-y: 1.5rem;}
	.g-xxl-5, .gx-xxl-5 {--bs-gutter-x: 3rem;}
	.g-xxl-5, .gy-xxl-5 {--bs-gutter-y: 3rem;}}
.table {--bs-table-bg: transparent;--bs-table-accent-bg: transparent;--bs-table-striped-color: #212529;--bs-table-striped-bg: rgba(0,0,0,.05);--bs-table-active-color: #212529;--bs-table-active-bg: rgba(0,0,0,.1);--bs-table-hover-color: #212529;--bs-table-hover-bg: rgba(0,0,0,.075);width: 100%;margin-bottom: 1rem;color: #212529;vertical-align: top;border-color: #dee2e6;}
.table>:not(caption)>*>* {padding: .5rem .5rem;background-color: var(--bs-table-bg);border-bottom-width: 1px;box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);}
.table>tbody {vertical-align: inherit;}
.table>thead {vertical-align: bottom;}
.table>:not(:first-child) {border-top: 2px solid currentColor;}
.caption-top {caption-side: top;}
.table-sm>:not(caption)>*>* {padding: .25rem .25rem;}
.table-bordered>:not(caption)>* {border-width: 1px 0;}
.table-bordered>:not(caption)>*>* {border-width: 0 1px;}
.table-borderless>:not(caption)>*>* {border-bottom-width: 0;}
.table-borderless>:not(:first-child) {border-top-width: 0;}
.table-striped>tbody>tr:nth-of-type(odd)>* {--bs-table-accent-bg: var(--bs-table-striped-bg);color: var(--bs-table-striped-color);}
.table-active {--bs-table-accent-bg: var(--bs-table-active-bg);color: var(--bs-table-active-color);}
.table-hover>tbody>tr:hover>* {--bs-table-accent-bg: var(--bs-table-hover-bg);color: var(--bs-table-hover-color);}
.table-primary {--bs-table-bg: #cfe2ff;--bs-table-striped-bg: #c5d7f2;--bs-table-striped-color: #000;--bs-table-active-bg: #bacbe6;--bs-table-active-color: #000;--bs-table-hover-bg: #bfd1ec;--bs-table-hover-color: #000;color: #000;border-color: #bacbe6;}
.table-secondary {--bs-table-bg: #e2e3e5;--bs-table-striped-bg: #d7d8da;--bs-table-striped-color: #000;--bs-table-active-bg: #cbccce;--bs-table-active-color: #000;--bs-table-hover-bg: #d1d2d4;--bs-table-hover-color: #000;color: #000;border-color: #cbccce;}
.table-success {--bs-table-bg: #d1e7dd;--bs-table-striped-bg: #c7dbd2;--bs-table-striped-color: #000;--bs-table-active-bg: #bcd0c7;--bs-table-active-color: #000;--bs-table-hover-bg: #c1d6cc;--bs-table-hover-color: #000;color: #000;border-color: #bcd0c7;}
.table-info {--bs-table-bg: #cff4fc;--bs-table-striped-bg: #c5e8ef;--bs-table-striped-color: #000;--bs-table-active-bg: #badce3;--bs-table-active-color: #000;--bs-table-hover-bg: #bfe2e9;--bs-table-hover-color: #000;color: #000;border-color: #badce3;}
.table-warning {--bs-table-bg: #fff3cd;--bs-table-striped-bg: #f2e7c3;--bs-table-striped-color: #000;--bs-table-active-bg: #e6dbb9;--bs-table-active-color: #000;--bs-table-hover-bg: #ece1be;--bs-table-hover-color: #000;color: #000;border-color: #e6dbb9;}
.table-danger {--bs-table-bg: #f8d7da;--bs-table-striped-bg: #eccccf;--bs-table-striped-color: #000;--bs-table-active-bg: #dfc2c4;--bs-table-active-color: #000;--bs-table-hover-bg: #e5c7ca;--bs-table-hover-color: #000;color: #000;border-color: #dfc2c4;}
.table-light {--bs-table-bg: #f8f9fa;--bs-table-striped-bg: #ecedee;--bs-table-striped-color: #000;--bs-table-active-bg: #dfe0e1;--bs-table-active-color: #000;--bs-table-hover-bg: #e5e6e7;--bs-table-hover-color: #000;color: #000;border-color: #dfe0e1;}
.table-dark {--bs-table-bg: #212529;--bs-table-striped-bg: #2c3034;--bs-table-striped-color: #fff;--bs-table-active-bg: #373b3e;--bs-table-active-color: #fff;--bs-table-hover-bg: #323539;--bs-table-hover-color: #fff;color: #fff;border-color: #373b3e;}
.table-responsive {overflow-x: auto;-webkit-overflow-scrolling: touch;}
@media (max-width: 575.98px) {.table-responsive-sm {overflow-x: auto;-webkit-overflow-scrolling: touch;}}
@media (max-width: 767.98px) {.table-responsive-md {overflow-x: auto;-webkit-overflow-scrolling: touch;}}
@media (max-width: 991.98px) {.table-responsive-lg {overflow-x: auto;-webkit-overflow-scrolling: touch;}}
@media (max-width: 1199.98px) {.table-responsive-xl {overflow-x: auto;-webkit-overflow-scrolling: touch;}}
@media (max-width: 1399.98px) {.table-responsive-xxl {overflow-x: auto;-webkit-overflow-scrolling: touch;}}
.form-label {margin-bottom: .5rem;}
.col-form-label {padding-top: calc(.375rem + 1px);padding-bottom: calc(.375rem + 1px);margin-bottom: 0;font-size: inherit;line-height: 1.5;}
.col-form-label-lg {padding-top: calc(.5rem + 1px);padding-bottom: calc(.5rem + 1px);font-size: 1.25rem;}
.col-form-label-sm {padding-top: calc(.25rem + 1px);padding-bottom: calc(.25rem + 1px);font-size: .875rem;}
.form-text {margin-top: .25rem;font-size: .875em;color: #6c757d;}
.form-control {display: block;width: 100%;padding: .375rem .75rem;font-size: 1rem;font-weight: 400;line-height: 1.5;color: #212529;background-color: #fff;background-clip: padding-box;border: 1px solid #ced4da;-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius: .25rem;transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
@media (prefers-reduced-motion:reduce) {.form-control {transition: none;}}
.form-control[type=file] {overflow: hidden;}
.form-control[type=file]:not(:disabled):not([readonly]) {cursor: pointer;}
.form-control:focus {color: #212529;background-color: #fff;border-color: #86b7fe;outline: 0;box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);}
.form-control::-webkit-date-and-time-value {height: 1.5em;}
.form-control::-moz-placeholder {color: #6c757d;opacity: 1;}
.form-control::placeholder {color: #6c757d;opacity: 1;}
.form-control:disabled, .form-control[readonly] {background-color: #e9ecef;opacity: 1;}
.form-control::-webkit-file-upload-button {padding: .375rem .75rem;margin: -.375rem -.75rem;-webkit-margin-end: .75rem;margin-inline-end: .75rem;color: #212529;background-color: #e9ecef;pointer-events: none;border-color: inherit;border-style: solid;border-width: 0;border-inline-end-width: 1px;border-radius: 0;-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.form-control::file-selector-button {padding: .375rem .75rem;margin: -.375rem -.75rem;-webkit-margin-end: .75rem;margin-inline-end: .75rem;color: #212529;background-color: #e9ecef;pointer-events: none;border-color: inherit;border-style: solid;border-width: 0;border-inline-end-width: 1px;border-radius: 0;transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
@media (prefers-reduced-motion:reduce) {.form-control::-webkit-file-upload-button {-webkit-transition: none;transition: none;}
	.form-control::file-selector-button {transition: none;}}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {background-color: #dde0e3;}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {background-color: #dde0e3;}
.form-control::-webkit-file-upload-button {padding: .375rem .75rem;margin: -.375rem -.75rem;-webkit-margin-end: .75rem;margin-inline-end: .75rem;color: #212529;background-color: #e9ecef;pointer-events: none;border-color: inherit;border-style: solid;border-width: 0;border-inline-end-width: 1px;border-radius: 0;-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
@media (prefers-reduced-motion:reduce) {.form-control::-webkit-file-upload-button {-webkit-transition: none;transition: none;}}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {background-color: #dde0e3;}
.form-control-plaintext {display: block;width: 100%;padding: .375rem 0;margin-bottom: 0;line-height: 1.5;color: #212529;background-color: transparent;border: solid transparent;border-width: 1px 0;}
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {padding-right: 0;padding-left: 0;}
.form-control-sm {min-height: calc(1.5em + .5rem + 2px);padding: .25rem .5rem;font-size: .875rem;border-radius: .2rem;}
.form-control-sm::-webkit-file-upload-button {padding: .25rem .5rem;margin: -.25rem -.5rem;-webkit-margin-end: .5rem;margin-inline-end: .5rem;}
.form-control-sm::file-selector-button {padding: .25rem .5rem;margin: -.25rem -.5rem;-webkit-margin-end: .5rem;margin-inline-end: .5rem;}
.form-control-sm::-webkit-file-upload-button {padding: .25rem .5rem;margin: -.25rem -.5rem;-webkit-margin-end: .5rem;margin-inline-end: .5rem;}
.form-control-lg {min-height: calc(1.5em + 1rem + 2px);padding: .5rem 1rem;font-size: 1.25rem;border-radius: .3rem;}
.form-control-lg::-webkit-file-upload-button {padding: .5rem 1rem;margin: -.5rem -1rem;-webkit-margin-end: 1rem;margin-inline-end: 1rem;}
.form-control-lg::file-selector-button {padding: .5rem 1rem;margin: -.5rem -1rem;-webkit-margin-end: 1rem;margin-inline-end: 1rem;}
.form-control-lg::-webkit-file-upload-button {padding: .5rem 1rem;margin: -.5rem -1rem;-webkit-margin-end: 1rem;margin-inline-end: 1rem;}
textarea.form-control {min-height: calc(1.5em + .75rem + 2px);}
textarea.form-control-sm {min-height: calc(1.5em + .5rem + 2px);}
textarea.form-control-lg {min-height: calc(1.5em + 1rem + 2px);}
.form-control-color {width: 3rem;height: auto;padding: .375rem;}
.form-control-color:not(:disabled):not([readonly]) {cursor: pointer;}
.form-control-color::-moz-color-swatch {height: 1.5em;border-radius: .25rem;}
.form-control-color::-webkit-color-swatch {height: 1.5em;border-radius: .25rem;}
.form-select {display: block;width: 100%;padding: .375rem 2.25rem .375rem .75rem;-moz-padding-start: calc(.75rem - 3px);font-size: 1rem;font-weight: 400;line-height: 1.5;color: #212529;background-color: #fff;background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3e%3cpath fill=\'none\' stroke=\'%23343a40\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' d=\'M2 5l6 6 6-6\'/%3e%3c/svg%3e");background-repeat: no-repeat;background-position: right .75rem center;background-size: 16px 12px;border: 1px solid #ced4da;border-radius: .25rem;transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
@media (prefers-reduced-motion:reduce) {.form-select {transition: none;}}
.form-select:focus {border-color: #86b7fe;outline: 0;box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);}
.form-select[multiple], .form-select[size]:not([size="1"]) {padding-right: .75rem;background-image: none;}
.form-select:disabled {background-color: #e9ecef;}
.form-select:-moz-focusring {color: transparent;text-shadow: 0 0 0 #212529;}
.form-select-sm {padding-top: .25rem;padding-bottom: .25rem;padding-left: .5rem;font-size: .875rem;border-radius: .2rem;}
.form-select-lg {padding-top: .5rem;padding-bottom: .5rem;padding-left: 1rem;font-size: 1.25rem;border-radius: .3rem;}
.form-check {display: block;min-height: 1.5rem;padding-left: 1.5em;margin-bottom: .125rem;}
.form-check .form-check-input {float: left;margin-left: -1.5em;}
.form-check-input {width: 1em;height: 1em;margin-top: .25em;vertical-align: top;background-color: #fff;background-repeat: no-repeat;background-position: center;background-size: contain;border: 1px solid rgba(0,0,0,.25);-webkit-appearance: none;-moz-appearance: none;appearance: none;-webkit-print-color-adjust: exact;color-adjust: exact;}
.form-check-input[type=checkbox] {border-radius: .25em;}
.form-check-input[type=radio] {border-radius: 50%;}
.form-check-input:active {filter: brightness(90%);}
.form-check-input:focus {border-color: #86b7fe;outline: 0;box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);}
.form-check-input:checked {background-color: #0d6efd;border-color: #0d6efd;}
.form-check-input:checked[type=checkbox] {background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 20 20\'%3e%3cpath fill=\'none\' stroke=\'%23fff\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'3\' d=\'M6 10l3 3l6-6\'/%3e%3c/svg%3e");}
.form-check-input:checked[type=radio] {background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'2\' fill=\'%23fff\'/%3e%3c/svg%3e");}
.form-check-input[type=checkbox]:indeterminate {background-color: #0d6efd;border-color: #0d6efd;background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 20 20\'%3e%3cpath fill=\'none\' stroke=\'%23fff\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'3\' d=\'M6 10h8\'/%3e%3c/svg%3e");}
.form-check-input:disabled {pointer-events: none;filter: none;opacity: .5;}
.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {opacity: .5;}
.form-switch {padding-left: 2.5em;}
.form-switch .form-check-input {width: 2em;margin-left: -2.5em;background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'rgba%280, 0, 0, 0.25%29\'/%3e%3c/svg%3e");background-position: left center;border-radius: 2em;transition: background-position .15s ease-in-out;}
@media (prefers-reduced-motion:reduce) {.form-switch .form-check-input {transition: none;}}
.form-switch .form-check-input:focus {background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%2386b7fe\'/%3e%3c/svg%3e");}
.form-switch .form-check-input:checked {background-position: right center;background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%23fff\'/%3e%3c/svg%3e");}
.form-check-inline {display: inline-block;margin-right: 1rem;}
.btn-check {position: absolute;clip: rect(0,0,0,0);pointer-events: none;}
.btn-check:disabled+.btn, .btn-check[disabled]+.btn {pointer-events: none;filter: none;opacity: .65;}
.form-range {width: 100%;height: 1.5rem;padding: 0;background-color: transparent;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.form-range:focus {outline: 0;}
.form-range:focus::-webkit-slider-thumb {box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25);}
.form-range:focus::-moz-range-thumb {box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25);}
.form-range::-moz-focus-outer {border: 0;}
.form-range::-webkit-slider-thumb {width: 1rem;height: 1rem;margin-top: -.25rem;background-color: #0d6efd;border: 0;border-radius: 1rem;-webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance: none;appearance: none;}
@media (prefers-reduced-motion:reduce) {.form-range::-webkit-slider-thumb {-webkit-transition: none;transition: none;}}
.form-range::-webkit-slider-thumb:active {background-color: #b6d4fe;}
.form-range::-webkit-slider-runnable-track {width: 100%;height: .5rem;color: transparent;cursor: pointer;background-color: #dee2e6;border-color: transparent;border-radius: 1rem;}
.form-range::-moz-range-thumb {width: 1rem;height: 1rem;background-color: #0d6efd;border: 0;border-radius: 1rem;-moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance: none;appearance: none;}
@media (prefers-reduced-motion:reduce) {.form-range::-moz-range-thumb {-moz-transition: none;transition: none;}}
.form-range::-moz-range-thumb:active {background-color: #b6d4fe;}
.form-range::-moz-range-track {width: 100%;height: .5rem;color: transparent;cursor: pointer;background-color: #dee2e6;border-color: transparent;border-radius: 1rem;}
.form-range:disabled {pointer-events: none;}
.form-range:disabled::-webkit-slider-thumb {background-color: #adb5bd;}
.form-range:disabled::-moz-range-thumb {background-color: #adb5bd;}
.form-floating {position: relative;}
.form-floating>.form-control, .form-floating>.form-select {height: calc(3.5rem + 2px);line-height: 1.25;}
.form-floating>label {position: absolute;top: 0;left: 0;height: 100%;padding: 1rem .75rem;pointer-events: none;border: 1px solid transparent;transform-origin: 0 0;transition: opacity .1s ease-in-out,transform .1s ease-in-out;}
@media (prefers-reduced-motion:reduce) {.form-floating>label {transition: none;}}
.form-floating>.form-control {padding: 1rem .75rem;}
.form-floating>.form-control::-moz-placeholder {color: transparent;}
.form-floating>.form-control::placeholder {color: transparent;}
.form-floating>.form-control:not(:-moz-placeholder-shown) {padding-top: 1.625rem;padding-bottom: .625rem;}
.form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {padding-top: 1.625rem;padding-bottom: .625rem;}
.form-floating>.form-control:-webkit-autofill {padding-top: 1.625rem;padding-bottom: .625rem;}
.form-floating>.form-select {padding-top: 1.625rem;padding-bottom: .625rem;}
.form-floating>.form-control:not(:-moz-placeholder-shown)~label {opacity: .65;transform: scale(.85) translateY(-.5rem) translateX(.15rem);}
.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {opacity: .65;transform: scale(.85) translateY(-.5rem) translateX(.15rem);}
.form-floating>.form-control:-webkit-autofill~label {opacity: .65;transform: scale(.85) translateY(-.5rem) translateX(.15rem);}
.input-group {position: relative;display: flex;flex-wrap: wrap;align-items: stretch;width: 100%;}
.input-group>.form-control, .input-group>.form-select {position: relative;flex: 1 1 auto;width: 1%;min-width: 0;}
.input-group>.form-control:focus, .input-group>.form-select:focus {z-index: 3;}
.input-group .btn {position: relative;z-index: 2;}
.input-group .btn:focus {z-index: 3;}
.input-group-text {display: flex;align-items: center;padding: .375rem .75rem;font-size: 1rem;font-weight: 400;line-height: 1.5;color: #212529;text-align: center;white-space: nowrap;background-color: #e9ecef;border: 1px solid #ced4da;border-radius: .25rem;}
.input-group-lg>.btn, .input-group-lg>.form-control, .input-group-lg>.form-select, .input-group-lg>.input-group-text {padding: .5rem 1rem;font-size: 1.25rem;border-radius: .3rem;}
.input-group-sm>.btn, .input-group-sm>.form-control, .input-group-sm>.form-select, .input-group-sm>.input-group-text {padding: .25rem .5rem;font-size: .875rem;border-radius: .2rem;}
.input-group-lg>.form-select, .input-group-sm>.form-select {padding-right: 3rem;}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {border-top-right-radius: 0;border-bottom-right-radius: 0;}
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4), .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {border-top-right-radius: 0;border-bottom-right-radius: 0;}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {margin-left: -1px;border-top-left-radius: 0;border-bottom-left-radius: 0;}
.valid-feedback {display: none;width: 100%;margin-top: .25rem;font-size: .875em;color: #198754;}
.valid-tooltip {position: absolute;top: 100%;z-index: 5;display: none;max-width: 100%;padding: .25rem .5rem;margin-top: .1rem;font-size: .875rem;color: #fff;background-color: rgba(25,135,84,.9);border-radius: .25rem;}
.is-valid~.valid-feedback, .is-valid~.valid-tooltip, .was-validated :valid~.valid-feedback, .was-validated :valid~.valid-tooltip {display: block;}
.form-control.is-valid, .was-validated .form-control:valid {border-color: #198754;padding-right: calc(1.5em + .75rem);background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23198754\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e");background-repeat: no-repeat;background-position: right calc(.375em + .1875rem) center;background-size: calc(.75em + .375rem) calc(.75em + .375rem);}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {border-color: #198754;box-shadow: 0 0 0 .25rem rgba(25,135,84,.25);}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {padding-right: calc(1.5em + .75rem);background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);}
.form-select.is-valid, .was-validated .form-select:valid {border-color: #198754;}
.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {padding-right: 4.125rem;background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3e%3cpath fill=\'none\' stroke=\'%23343a40\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' d=\'M2 5l6 6 6-6\'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23198754\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e");background-position: right .75rem center,center right 2.25rem;background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);}
.form-select.is-valid:focus, .was-validated .form-select:valid:focus {border-color: #198754;box-shadow: 0 0 0 .25rem rgba(25,135,84,.25);}
.form-check-input.is-valid, .was-validated .form-check-input:valid {border-color: #198754;}
.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {background-color: #198754;}
.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {box-shadow: 0 0 0 .25rem rgba(25,135,84,.25);}
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {color: #198754;}
.form-check-inline .form-check-input~.valid-feedback {margin-left: .5em;}
.input-group .form-control.is-valid, .input-group .form-select.is-valid, .was-validated .input-group .form-control:valid, .was-validated .input-group .form-select:valid {z-index: 1;}
.input-group .form-control.is-valid:focus, .input-group .form-select.is-valid:focus, .was-validated .input-group .form-control:valid:focus, .was-validated .input-group .form-select:valid:focus {z-index: 3;}
.invalid-feedback {display: none;width: 100%;margin-top: .25rem;font-size: .875em;color: #dc3545;}
.invalid-tooltip {position: absolute;top: 100%;z-index: 5;display: none;max-width: 100%;padding: .25rem .5rem;margin-top: .1rem;font-size: .875rem;color: #fff;background-color: rgba(220,53,69,.9);border-radius: .25rem;}
.is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip, .was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip {display: block;}
.form-control.is-invalid, .was-validated .form-control:invalid {border-color: #dc3545;padding-right: calc(1.5em + .75rem);background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 12 12\' width=\'12\' height=\'12\' fill=\'none\' stroke=\'%23dc3545\'%3e%3ccircle cx=\'6\' cy=\'6\' r=\'4.5\'/%3e%3cpath stroke-linejoin=\'round\' d=\'M5.8 3.6h.4L6 6.5z\'/%3e%3ccircle cx=\'6\' cy=\'8.2\' r=\'.6\' fill=\'%23dc3545\' stroke=\'none\'/%3e%3c/svg%3e");background-repeat: no-repeat;background-position: right calc(.375em + .1875rem) center;background-size: calc(.75em + .375rem) calc(.75em + .375rem);}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {border-color: #dc3545;box-shadow: 0 0 0 .25rem rgba(220,53,69,.25);}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {padding-right: calc(1.5em + .75rem);background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);}
.form-select.is-invalid, .was-validated .form-select:invalid {border-color: #dc3545;}
.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {padding-right: 4.125rem;background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3e%3cpath fill=\'none\' stroke=\'%23343a40\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' d=\'M2 5l6 6 6-6\'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 12 12\' width=\'12\' height=\'12\' fill=\'none\' stroke=\'%23dc3545\'%3e%3ccircle cx=\'6\' cy=\'6\' r=\'4.5\'/%3e%3cpath stroke-linejoin=\'round\' d=\'M5.8 3.6h.4L6 6.5z\'/%3e%3ccircle cx=\'6\' cy=\'8.2\' r=\'.6\' fill=\'%23dc3545\' stroke=\'none\'/%3e%3c/svg%3e");background-position: right .75rem center,center right 2.25rem;background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);}
.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {border-color: #dc3545;box-shadow: 0 0 0 .25rem rgba(220,53,69,.25);}
.form-check-input.is-invalid, .was-validated .form-check-input:invalid {border-color: #dc3545;}
.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {background-color: #dc3545;}
.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {box-shadow: 0 0 0 .25rem rgba(220,53,69,.25);}
.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {color: #dc3545;}
.form-check-inline .form-check-input~.invalid-feedback {margin-left: .5em;}
.input-group .form-control.is-invalid, .input-group .form-select.is-invalid, .was-validated .input-group .form-control:invalid, .was-validated .input-group .form-select:invalid {z-index: 2;}
.input-group .form-control.is-invalid:focus, .input-group .form-select.is-invalid:focus, .was-validated .input-group .form-control:invalid:focus, .was-validated .input-group .form-select:invalid:focus {z-index: 3;}
.btn {display: inline-block;font-weight: 400;line-height: 1.5;color: #212529;text-align: center;text-decoration: none;vertical-align: middle;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;user-select: none;background-color: transparent;border: 1px solid transparent;padding: .375rem .75rem;font-size: 1rem;border-radius: .25rem;transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
@media (prefers-reduced-motion:reduce) {.btn {transition: none;}}
.btn:hover {color: #212529;}
.btn-check:focus+.btn, .btn:focus {outline: 0;box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {pointer-events: none;opacity: .65;}
.btn-primary {color: #fff;background-color: #0d6efd;border-color: #0d6efd;}
.btn-primary:hover {color: #fff;background-color: #0b5ed7;border-color: #0a58ca;}
.btn-check:focus+.btn-primary, .btn-primary:focus {color: #fff;background-color: #0b5ed7;border-color: #0a58ca;box-shadow: 0 0 0 .25rem rgba(49,132,253,.5);}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {color: #fff;background-color: #0a58ca;border-color: #0a53be;}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {box-shadow: 0 0 0 .25rem rgba(49,132,253,.5);}
.btn-primary.disabled, .btn-primary:disabled {color: #fff;background-color: #0d6efd;border-color: #0d6efd;}
.btn-secondary {color: #fff;background-color: #6c757d;border-color: #6c757d;}
.btn-secondary:hover {color: #fff;background-color: #5c636a;border-color: #565e64;}
.btn-check:focus+.btn-secondary, .btn-secondary:focus {color: #fff;background-color: #5c636a;border-color: #565e64;box-shadow: 0 0 0 .25rem rgba(130,138,145,.5);}
.btn-check:active+.btn-secondary, .btn-check:checked+.btn-secondary, .btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {color: #fff;background-color: #565e64;border-color: #51585e;}
.btn-check:active+.btn-secondary:focus, .btn-check:checked+.btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show>.btn-secondary.dropdown-toggle:focus {box-shadow: 0 0 0 .25rem rgba(130,138,145,.5);}
.btn-secondary.disabled, .btn-secondary:disabled {color: #fff;background-color: #6c757d;border-color: #6c757d;}
.btn-success {color: #fff;background-color: #198754;border-color: #198754;}
.btn-success:hover {color: #fff;background-color: #157347;border-color: #146c43;}
.btn-check:focus+.btn-success, .btn-success:focus {color: #fff;background-color: #157347;border-color: #146c43;box-shadow: 0 0 0 .25rem rgba(60,153,110,.5);}
.btn-check:active+.btn-success, .btn-check:checked+.btn-success, .btn-success.active, .btn-success:active, .show>.btn-success.dropdown-toggle {color: #fff;background-color: #146c43;border-color: #13653f;}
.btn-check:active+.btn-success:focus, .btn-check:checked+.btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show>.btn-success.dropdown-toggle:focus {box-shadow: 0 0 0 .25rem rgba(60,153,110,.5);}
.btn-success.disabled, .btn-success:disabled {color: #fff;background-color: #198754;border-color: #198754;}
.btn-info {color: #000;background-color: #0dcaf0;border-color: #0dcaf0;}
.btn-info:hover {color: #000;background-color: #31d2f2;border-color: #25cff2;}
.btn-check:focus+.btn-info, .btn-info:focus {color: #000;background-color: #31d2f2;border-color: #25cff2;box-shadow: 0 0 0 .25rem rgba(11,172,204,.5);}
.btn-check:active+.btn-info, .btn-check:checked+.btn-info, .btn-info.active, .btn-info:active, .show>.btn-info.dropdown-toggle {color: #000;background-color: #3dd5f3;border-color: #25cff2;}
.btn-check:active+.btn-info:focus, .btn-check:checked+.btn-info:focus, .btn-info.active:focus, .btn-info:active:focus, .show>.btn-info.dropdown-toggle:focus {box-shadow: 0 0 0 .25rem rgba(11,172,204,.5);}
.btn-info.disabled, .btn-info:disabled {color: #000;background-color: #0dcaf0;border-color: #0dcaf0;}
.btn-warning {color: #000;background-color: #ffc107;border-color: #ffc107;}
.btn-warning:hover {color: #000;background-color: #ffca2c;border-color: #ffc720;}
.btn-check:focus+.btn-warning, .btn-warning:focus {color: #000;background-color: #ffca2c;border-color: #ffc720;box-shadow: 0 0 0 .25rem rgba(217,164,6,.5);}
.btn-check:active+.btn-warning, .btn-check:checked+.btn-warning, .btn-warning.active, .btn-warning:active, .show>.btn-warning.dropdown-toggle {color: #000;background-color: #ffcd39;border-color: #ffc720;}
.btn-check:active+.btn-warning:focus, .btn-check:checked+.btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show>.btn-warning.dropdown-toggle:focus {box-shadow: 0 0 0 .25rem rgba(217,164,6,.5);}
.btn-warning.disabled, .btn-warning:disabled {color: #000;background-color: #ffc107;border-color: #ffc107;}
.btn-danger {color: #fff;background-color: #dc3545;border-color: #dc3545;}
.btn-danger:hover {color: #fff;background-color: #bb2d3b;border-color: #b02a37;}
.btn-check:focus+.btn-danger, .btn-danger:focus {color: #fff;background-color: #bb2d3b;border-color: #b02a37;box-shadow: 0 0 0 .25rem rgba(225,83,97,.5);}
.btn-check:active+.btn-danger, .btn-check:checked+.btn-danger, .btn-danger.active, .btn-danger:active, .show>.btn-danger.dropdown-toggle {color: #fff;background-color: #b02a37;border-color: #a52834;}
.btn-check:active+.btn-danger:focus, .btn-check:checked+.btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show>.btn-danger.dropdown-toggle:focus {box-shadow: 0 0 0 .25rem rgba(225,83,97,.5);}
.btn-danger.disabled, .btn-danger:disabled {color: #fff;background-color: #dc3545;border-color: #dc3545;}
.btn-light {color: #000;background-color: #f8f9fa;border-color: #f8f9fa;}
.btn-light:hover {color: #000;background-color: #f9fafb;border-color: #f9fafb;}
.btn-check:focus+.btn-light, .btn-light:focus {color: #000;background-color: #f9fafb;border-color: #f9fafb;box-shadow: 0 0 0 .25rem rgba(211,212,213,.5);}
.btn-check:active+.btn-light, .btn-check:checked+.btn-light, .btn-light.active, .btn-light:active, .show>.btn-light.dropdown-toggle {color: #000;background-color: #f9fafb;border-color: #f9fafb;}
.btn-check:active+.btn-light:focus, .btn-check:checked+.btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show>.btn-light.dropdown-toggle:focus {box-shadow: 0 0 0 .25rem rgba(211,212,213,.5);}
.btn-light.disabled, .btn-light:disabled {color: #000;background-color: #f8f9fa;border-color: #f8f9fa;}
.btn-dark {color: #fff;background-color: #212529;border-color: #212529;}
.btn-dark:hover {color: #fff;background-color: #1c1f23;border-color: #1a1e21;}
.btn-check:focus+.btn-dark, .btn-dark:focus {color: #fff;background-color: #1c1f23;border-color: #1a1e21;box-shadow: 0 0 0 .25rem rgba(66,70,73,.5);}
.btn-check:active+.btn-dark, .btn-check:checked+.btn-dark, .btn-dark.active, .btn-dark:active, .show>.btn-dark.dropdown-toggle {color: #fff;background-color: #1a1e21;border-color: #191c1f;}
.btn-check:active+.btn-dark:focus, .btn-check:checked+.btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show>.btn-dark.dropdown-toggle:focus {box-shadow: 0 0 0 .25rem rgba(66,70,73,.5);}
.btn-dark.disabled, .btn-dark:disabled {color: #fff;background-color: #212529;border-color: #212529;}
.btn-outline-primary {color: #0d6efd;border-color: #0d6efd;}
.btn-outline-primary:hover {color: #fff;background-color: #0d6efd;border-color: #0d6efd;}
.btn-check:focus+.btn-outline-primary, .btn-outline-primary:focus {box-shadow: 0 0 0 .25rem rgba(13,110,253,.5);}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {color: #fff;background-color: #0d6efd;border-color: #0d6efd;}
.btn-check:active+.btn-outline-primary:focus, .btn-check:checked+.btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {box-shadow: 0 0 0 .25rem rgba(13,110,253,.5);}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {color: #0d6efd;background-color: transparent;}
.btn-outline-secondary {color: #6c757d;border-color: #6c757d;}
.btn-outline-secondary:hover {color: #fff;background-color: #6c757d;border-color: #6c757d;}
.btn-check:focus+.btn-outline-secondary, .btn-outline-secondary:focus {box-shadow: 0 0 0 .25rem rgba(108,117,125,.5);}
.btn-check:active+.btn-outline-secondary, .btn-check:checked+.btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {color: #fff;background-color: #6c757d;border-color: #6c757d;}
.btn-check:active+.btn-outline-secondary:focus, .btn-check:checked+.btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {box-shadow: 0 0 0 .25rem rgba(108,117,125,.5);}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {color: #6c757d;background-color: transparent;}
.btn-outline-success {color: #198754;border-color: #198754;}
.btn-outline-success:hover {color: #fff;background-color: #198754;border-color: #198754;}
.btn-check:focus+.btn-outline-success, .btn-outline-success:focus {box-shadow: 0 0 0 .25rem rgba(25,135,84,.5);}
.btn-check:active+.btn-outline-success, .btn-check:checked+.btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {color: #fff;background-color: #198754;border-color: #198754;}
.btn-check:active+.btn-outline-success:focus, .btn-check:checked+.btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus {box-shadow: 0 0 0 .25rem rgba(25,135,84,.5);}
.btn-outline-success.disabled, .btn-outline-success:disabled {color: #198754;background-color: transparent;}
.btn-outline-info {color: #0dcaf0;border-color: #0dcaf0;}
.btn-outline-info:hover {color: #000;background-color: #0dcaf0;border-color: #0dcaf0;}
.btn-check:focus+.btn-outline-info, .btn-outline-info:focus {box-shadow: 0 0 0 .25rem rgba(13,202,240,.5);}
.btn-check:active+.btn-outline-info, .btn-check:checked+.btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active {color: #000;background-color: #0dcaf0;border-color: #0dcaf0;}
.btn-check:active+.btn-outline-info:focus, .btn-check:checked+.btn-outline-info:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus, .btn-outline-info:active:focus {box-shadow: 0 0 0 .25rem rgba(13,202,240,.5);}
.btn-outline-info.disabled, .btn-outline-info:disabled {color: #0dcaf0;background-color: transparent;}
.btn-outline-warning {color: #ffc107;border-color: #ffc107;}
.btn-outline-warning:hover {color: #000;background-color: #ffc107;border-color: #ffc107;}
.btn-check:focus+.btn-outline-warning, .btn-outline-warning:focus {box-shadow: 0 0 0 .25rem rgba(255,193,7,.5);}
.btn-check:active+.btn-outline-warning, .btn-check:checked+.btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active {color: #000;background-color: #ffc107;border-color: #ffc107;}
.btn-check:active+.btn-outline-warning:focus, .btn-check:checked+.btn-outline-warning:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus {box-shadow: 0 0 0 .25rem rgba(255,193,7,.5);}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {color: #ffc107;background-color: transparent;}
.btn-outline-danger {color: #dc3545;border-color: #dc3545;}
.btn-outline-danger:hover {color: #fff;background-color: #dc3545;border-color: #dc3545;}
.btn-check:focus+.btn-outline-danger, .btn-outline-danger:focus {box-shadow: 0 0 0 .25rem rgba(220,53,69,.5);}
.btn-check:active+.btn-outline-danger, .btn-check:checked+.btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {color: #fff;background-color: #dc3545;border-color: #dc3545;}
.btn-check:active+.btn-outline-danger:focus, .btn-check:checked+.btn-outline-danger:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus {box-shadow: 0 0 0 .25rem rgba(220,53,69,.5);}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {color: #dc3545;background-color: transparent;}
.btn-outline-light {color: #f8f9fa;border-color: #f8f9fa;}
.btn-outline-light:hover {color: #000;background-color: #f8f9fa;border-color: #f8f9fa;}
.btn-check:focus+.btn-outline-light, .btn-outline-light:focus {box-shadow: 0 0 0 .25rem rgba(248,249,250,.5);}
.btn-check:active+.btn-outline-light, .btn-check:checked+.btn-outline-light, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active {color: #000;background-color: #f8f9fa;border-color: #f8f9fa;}
.btn-check:active+.btn-outline-light:focus, .btn-check:checked+.btn-outline-light:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus {box-shadow: 0 0 0 .25rem rgba(248,249,250,.5);}
.btn-outline-light.disabled, .btn-outline-light:disabled {color: #f8f9fa;background-color: transparent;}
.btn-outline-dark {color: #212529;border-color: #212529;}
.btn-outline-dark:hover {color: #fff;background-color: #212529;border-color: #212529;}
.btn-check:focus+.btn-outline-dark, .btn-outline-dark:focus {box-shadow: 0 0 0 .25rem rgba(33,37,41,.5);}
.btn-check:active+.btn-outline-dark, .btn-check:checked+.btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active {color: #fff;background-color: #212529;border-color: #212529;}
.btn-check:active+.btn-outline-dark:focus, .btn-check:checked+.btn-outline-dark:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus {box-shadow: 0 0 0 .25rem rgba(33,37,41,.5);}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {color: #212529;background-color: transparent;}
.btn-link {font-weight: 400;color: #0d6efd;text-decoration: underline;}
.btn-link:hover {color: #0a58ca;}
.btn-link.disabled, .btn-link:disabled {color: #6c757d;}
.btn-group-lg>.btn, .btn-lg {padding: .5rem 1rem;font-size: 1.25rem;border-radius: .3rem;}
.btn-group-sm>.btn, .btn-sm {padding: .25rem .5rem;font-size: .875rem;border-radius: .2rem;}
.fade {transition: opacity .15s linear;}
@media (prefers-reduced-motion:reduce) {.fade {transition: none;}}
.fade:not(.show) {opacity: 0;}
.collapse:not(.show) {display: none;}
.collapsing {height: 0;overflow: hidden;transition: height .35s ease;}
@media (prefers-reduced-motion:reduce) {.collapsing {transition: none;}}
.collapsing.collapse-horizontal {width: 0;height: auto;transition: width .35s ease;}
@media (prefers-reduced-motion:reduce) {.collapsing.collapse-horizontal {transition: none;}}
.dropdown, .dropend, .dropstart, .dropup {position: relative;}
.dropdown-toggle {white-space: nowrap;}
.dropdown-toggle::after {display: inline-block;margin-left: .255em;vertical-align: .255em;content: "";border-top: .3em solid;border-right: .3em solid transparent;border-bottom: 0;border-left: .3em solid transparent;}
.dropdown-toggle:empty::after {margin-left: 0;}
.dropdown-menu {position: absolute;z-index: 1000;display: none;min-width: 10rem;padding: .5rem 0;margin: 0;font-size: 1rem;color: #212529;text-align: left;list-style: none;background-color: #fff;background-clip: padding-box;border: 1px solid rgba(0,0,0,.15);border-radius: .25rem;}
.dropdown-menu[data-bs-popper] {top: 100%;left: 0;margin-top: .125rem;}
.dropdown-menu-start {--bs-position: start;}
.dropdown-menu-start[data-bs-popper] {right: auto;left: 0;}
.dropdown-menu-end {--bs-position: end;}
.dropdown-menu-end[data-bs-popper] {right: 0;left: auto;}
@media (min-width: 576px) {.dropdown-menu-sm-start {--bs-position: start;}
	.dropdown-menu-sm-start[data-bs-popper] {right: auto;left: 0;}
	.dropdown-menu-sm-end {--bs-position: end;}
	.dropdown-menu-sm-end[data-bs-popper] {right: 0;left: auto;}}
@media (min-width: 768px) {.dropdown-menu-md-start {--bs-position: start;}
	.dropdown-menu-md-start[data-bs-popper] {right: auto;left: 0;}
	.dropdown-menu-md-end {--bs-position: end;}
	.dropdown-menu-md-end[data-bs-popper] {right: 0;left: auto;}}
@media (min-width: 992px) {.dropdown-menu-lg-start {--bs-position: start;}
	.dropdown-menu-lg-start[data-bs-popper] {right: auto;left: 0;}
	.dropdown-menu-lg-end {--bs-position: end;}
	.dropdown-menu-lg-end[data-bs-popper] {right: 0;left: auto;}}
@media (min-width: 1200px) {.dropdown-menu-xl-start {--bs-position: start;}
	.dropdown-menu-xl-start[data-bs-popper] {right: auto;left: 0;}
	.dropdown-menu-xl-end {--bs-position: end;}
	.dropdown-menu-xl-end[data-bs-popper] {right: 0;left: auto;}}
@media (min-width: 1400px) {.dropdown-menu-xxl-start {--bs-position: start;}
	.dropdown-menu-xxl-start[data-bs-popper] {right: auto;left: 0;}
	.dropdown-menu-xxl-end {--bs-position: end;}
	.dropdown-menu-xxl-end[data-bs-popper] {right: 0;left: auto;}}
.dropup .dropdown-menu[data-bs-popper] {top: auto;bottom: 100%;margin-top: 0;margin-bottom: .125rem;}
.dropup .dropdown-toggle::after {display: inline-block;margin-left: .255em;vertical-align: .255em;content: "";border-top: 0;border-right: .3em solid transparent;border-bottom: .3em solid;border-left: .3em solid transparent;}
.dropup .dropdown-toggle:empty::after {margin-left: 0;}
.dropend .dropdown-menu[data-bs-popper] {top: 0;right: auto;left: 100%;margin-top: 0;margin-left: .125rem;}
.dropend .dropdown-toggle::after {display: inline-block;margin-left: .255em;vertical-align: .255em;content: "";border-top: .3em solid transparent;border-right: 0;border-bottom: .3em solid transparent;border-left: .3em solid;}
.dropend .dropdown-toggle:empty::after {margin-left: 0;}
.dropend .dropdown-toggle::after {vertical-align: 0;}
.dropstart .dropdown-menu[data-bs-popper] {top: 0;right: 100%;left: auto;margin-top: 0;margin-right: .125rem;}
.dropstart .dropdown-toggle::after {display: inline-block;margin-left: .255em;vertical-align: .255em;content: "";}
.dropstart .dropdown-toggle::after {display: none;}
.dropstart .dropdown-toggle::before {display: inline-block;margin-right: .255em;vertical-align: .255em;content: "";border-top: .3em solid transparent;border-right: .3em solid;border-bottom: .3em solid transparent;}
.dropstart .dropdown-toggle:empty::after {margin-left: 0;}
.dropstart .dropdown-toggle::before {vertical-align: 0;}
.dropdown-divider {height: 0;margin: .5rem 0;overflow: hidden;border-top: 1px solid rgba(0,0,0,.15);}
.dropdown-item {display: block;width: 100%;padding: .25rem 1rem;clear: both;font-weight: 400;color: #212529;text-align: inherit;text-decoration: none;white-space: nowrap;background-color: transparent;border: 0;}
.dropdown-item:focus, .dropdown-item:hover {color: #1e2125;background-color: #e9ecef;}
.dropdown-item.active, .dropdown-item:active {color: #fff;text-decoration: none;background-color: #0d6efd;}
.dropdown-item.disabled, .dropdown-item:disabled {color: #adb5bd;pointer-events: none;background-color: transparent;}
.dropdown-menu.show {display: block;}
.dropdown-header {display: block;padding: .5rem 1rem;margin-bottom: 0;font-size: .875rem;color: #6c757d;white-space: nowrap;}
.dropdown-item-text {display: block;padding: .25rem 1rem;color: #212529;}
.dropdown-menu-dark {color: #dee2e6;background-color: #343a40;border-color: rgba(0,0,0,.15);}
.dropdown-menu-dark .dropdown-item {color: #dee2e6;}
.dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .dropdown-item:hover {color: #fff;background-color: rgba(255,255,255,.15);}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {color: #fff;background-color: #0d6efd;}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {color: #adb5bd;}
.dropdown-menu-dark .dropdown-divider {border-color: rgba(0,0,0,.15);}
.dropdown-menu-dark .dropdown-item-text {color: #dee2e6;}
.dropdown-menu-dark .dropdown-header {color: #adb5bd;}
.btn-group, .btn-group-vertical {position: relative;display: inline-flex;vertical-align: middle;}
.btn-group-vertical>.btn, .btn-group>.btn {position: relative;flex: 1 1 auto;}
.btn-group-vertical>.btn-check:checked+.btn, .btn-group-vertical>.btn-check:focus+.btn, .btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn-check:checked+.btn, .btn-group>.btn-check:focus+.btn, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {z-index: 1;}
.btn-toolbar {display: flex;flex-wrap: wrap;justify-content: flex-start;}
.btn-toolbar .input-group {width: auto;}
.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {margin-left: -1px;}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {border-top-right-radius: 0;border-bottom-right-radius: 0;}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:nth-child(n+3), .btn-group>:not(.btn-check)+.btn {border-top-left-radius: 0;border-bottom-left-radius: 0;}
.dropdown-toggle-split {padding-right: .5625rem;padding-left: .5625rem;}
.dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {margin-left: 0;}
.dropstart .dropdown-toggle-split::before {margin-right: 0;}
.btn-group-sm>.btn+.dropdown-toggle-split, .btn-sm+.dropdown-toggle-split {padding-right: .375rem;padding-left: .375rem;}
.btn-group-lg>.btn+.dropdown-toggle-split, .btn-lg+.dropdown-toggle-split {padding-right: .75rem;padding-left: .75rem;}
.btn-group-vertical {flex-direction: column;align-items: flex-start;justify-content: center;}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group {width: 100%;}
.btn-group-vertical>.btn-group:not(:first-child), .btn-group-vertical>.btn:not(:first-child) {margin-top: -1px;}
.btn-group-vertical>.btn-group:not(:last-child)>.btn, .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {border-bottom-right-radius: 0;border-bottom-left-radius: 0;}
.btn-group-vertical>.btn-group:not(:first-child)>.btn, .btn-group-vertical>.btn~.btn {border-top-left-radius: 0;border-top-right-radius: 0;}
.nav {display: flex;flex-wrap: wrap;padding-left: 0;margin-bottom: 0;list-style: none;}
.nav-link {display: block;padding: .5rem 1rem;color: #0d6efd;text-decoration: none;transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;}
@media (prefers-reduced-motion:reduce) {.nav-link {transition: none;}}
.nav-link:focus, .nav-link:hover {color: #0a58ca;}
.nav-link.disabled {color: #6c757d;pointer-events: none;cursor: default;}
.nav-tabs {border-bottom: 1px solid #dee2e6;}
.nav-tabs .nav-link {margin-bottom: -1px;background: 0 0;border: 1px solid transparent;border-top-left-radius: .25rem;border-top-right-radius: .25rem;}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {border-color: #e9ecef #e9ecef #dee2e6;isolation: isolate;}
.nav-tabs .nav-link.disabled {color: #6c757d;background-color: transparent;border-color: transparent;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {color: #495057;background-color: #fff;border-color: #dee2e6 #dee2e6 #fff;}
.nav-tabs .dropdown-menu {margin-top: -1px;border-top-left-radius: 0;border-top-right-radius: 0;}
.nav-pills .nav-link {background: 0 0;border: 0;border-radius: .25rem;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {color: #fff;background-color: #0d6efd;}
.nav-fill .nav-item, .nav-fill>.nav-link {flex: 1 1 auto;text-align: center;}
.nav-justified .nav-item, .nav-justified>.nav-link {flex-basis: 0;flex-grow: 1;text-align: center;}
.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {width: 100%;}
.tab-content>.tab-pane {display: none;}
.tab-content>.active {display: block;}
.navbar {position: relative;display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;padding-top: .5rem;padding-bottom: .5rem;}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {display: flex;flex-wrap: inherit;align-items: center;justify-content: space-between;}
.navbar-brand {padding-top: .3125rem;padding-bottom: .3125rem;margin-right: 1rem;font-size: 1.25rem;text-decoration: none;white-space: nowrap;}
.navbar-nav {display: flex;flex-direction: column;padding-left: 0;margin-bottom: 0;list-style: none;}
.navbar-nav .nav-link {padding-right: 0;padding-left: 0;}
.navbar-nav .dropdown-menu {position: static;}
.navbar-text {padding-top: .5rem;padding-bottom: .5rem;}
.navbar-collapse {flex-basis: 100%;flex-grow: 1;align-items: center;}
.navbar-toggler {padding: .25rem .75rem;font-size: 1.25rem;line-height: 1;background-color: transparent;border: 1px solid transparent;border-radius: .25rem;transition: box-shadow .15s ease-in-out;}
@media (prefers-reduced-motion:reduce) {.navbar-toggler {transition: none;}}
.navbar-toggler:hover {text-decoration: none;}
.navbar-toggler:focus {text-decoration: none;outline: 0;box-shadow: 0 0 0 .25rem;}
.navbar-toggler-icon {display: inline-block;width: 1.5em;height: 1.5em;vertical-align: middle;background-repeat: no-repeat;background-position: center;background-size: 100%;}
.navbar-nav-scroll {max-height: var(--bs-scroll-height,75vh);overflow-y: auto;}
@media (min-width: 576px) {.navbar-expand-sm {flex-wrap: nowrap;justify-content: flex-start;}
	.navbar-expand-sm .navbar-nav {flex-direction: row;}
	.navbar-expand-sm .navbar-nav .dropdown-menu {position: absolute;}
	.navbar-expand-sm .navbar-nav .nav-link {padding-right: .5rem;padding-left: .5rem;}
	.navbar-expand-sm .navbar-nav-scroll {overflow: visible;}
	.navbar-expand-sm .navbar-collapse {display: flex !important;flex-basis: auto;}
	.navbar-expand-sm .navbar-toggler {display: none;}
	.navbar-expand-sm .offcanvas-header {display: none;}
	.navbar-expand-sm .offcanvas {position: inherit;bottom: 0;z-index: 1000;flex-grow: 1;visibility: visible !important;background-color: transparent;border-right: 0;border-left: 0;transition: none;transform: none;}
	.navbar-expand-sm .offcanvas-bottom, .navbar-expand-sm .offcanvas-top {height: auto;border-top: 0;border-bottom: 0;}
	.navbar-expand-sm .offcanvas-body {display: flex;flex-grow: 0;padding: 0;overflow-y: visible;}}
@media (min-width: 768px) {.navbar-expand-md {flex-wrap: nowrap;justify-content: flex-start;}
	.navbar-expand-md .navbar-nav {flex-direction: row;}
	.navbar-expand-md .navbar-nav .dropdown-menu {position: absolute;}
	.navbar-expand-md .navbar-nav .nav-link {padding-right: .5rem;padding-left: .5rem;}
	.navbar-expand-md .navbar-nav-scroll {overflow: visible;}
	.navbar-expand-md .navbar-collapse {display: flex !important;flex-basis: auto;}
	.navbar-expand-md .navbar-toggler {display: none;}
	.navbar-expand-md .offcanvas-header {display: none;}
	.navbar-expand-md .offcanvas {position: inherit;bottom: 0;z-index: 1000;flex-grow: 1;visibility: visible !important;background-color: transparent;border-right: 0;border-left: 0;transition: none;transform: none;}
	.navbar-expand-md .offcanvas-bottom, .navbar-expand-md .offcanvas-top {height: auto;border-top: 0;border-bottom: 0;}
	.navbar-expand-md .offcanvas-body {display: flex;flex-grow: 0;padding: 0;overflow-y: visible;}}
@media (min-width: 992px) {.navbar-expand-lg {flex-wrap: nowrap;justify-content: flex-start;}
	.navbar-expand-lg .navbar-nav {flex-direction: row;}
	.navbar-expand-lg .navbar-nav .dropdown-menu {position: absolute;}
	.navbar-expand-lg .navbar-nav .nav-link {padding-right: .5rem;padding-left: .5rem;}
	.navbar-expand-lg .navbar-nav-scroll {overflow: visible;}
	.navbar-expand-lg .navbar-collapse {display: flex !important;flex-basis: auto;}
	.navbar-expand-lg .navbar-toggler {display: none;}
	.navbar-expand-lg .offcanvas-header {display: none;}
	.navbar-expand-lg .offcanvas {position: inherit;bottom: 0;z-index: 1000;flex-grow: 1;visibility: visible !important;background-color: transparent;border-right: 0;border-left: 0;transition: none;transform: none;}
	.navbar-expand-lg .offcanvas-bottom, .navbar-expand-lg .offcanvas-top {height: auto;border-top: 0;border-bottom: 0;}
	.navbar-expand-lg .offcanvas-body {display: flex;flex-grow: 0;padding: 0;overflow-y: visible;}}
@media (min-width: 1200px) {.navbar-expand-xl {flex-wrap: nowrap;justify-content: flex-start;}
	.navbar-expand-xl .navbar-nav {flex-direction: row;}
	.navbar-expand-xl .navbar-nav .dropdown-menu {position: absolute;}
	.navbar-expand-xl .navbar-nav .nav-link {padding-right: .5rem;padding-left: .5rem;}
	.navbar-expand-xl .navbar-nav-scroll {overflow: visible;}
	.navbar-expand-xl .navbar-collapse {display: flex !important;flex-basis: auto;}
	.navbar-expand-xl .navbar-toggler {display: none;}
	.navbar-expand-xl .offcanvas-header {display: none;}
	.navbar-expand-xl .offcanvas {position: inherit;bottom: 0;z-index: 1000;flex-grow: 1;visibility: visible !important;background-color: transparent;border-right: 0;border-left: 0;transition: none;transform: none;}
	.navbar-expand-xl .offcanvas-bottom, .navbar-expand-xl .offcanvas-top {height: auto;border-top: 0;border-bottom: 0;}
	.navbar-expand-xl .offcanvas-body {display: flex;flex-grow: 0;padding: 0;overflow-y: visible;}}
@media (min-width: 1400px) {.navbar-expand-xxl {flex-wrap: nowrap;justify-content: flex-start;}
	.navbar-expand-xxl .navbar-nav {flex-direction: row;}
	.navbar-expand-xxl .navbar-nav .dropdown-menu {position: absolute;}
	.navbar-expand-xxl .navbar-nav .nav-link {padding-right: .5rem;padding-left: .5rem;}
	.navbar-expand-xxl .navbar-nav-scroll {overflow: visible;}
	.navbar-expand-xxl .navbar-collapse {display: flex !important;flex-basis: auto;}
	.navbar-expand-xxl .navbar-toggler {display: none;}
	.navbar-expand-xxl .offcanvas-header {display: none;}
	.navbar-expand-xxl .offcanvas {position: inherit;bottom: 0;z-index: 1000;flex-grow: 1;visibility: visible !important;background-color: transparent;border-right: 0;border-left: 0;transition: none;transform: none;}
	.navbar-expand-xxl .offcanvas-bottom, .navbar-expand-xxl .offcanvas-top {height: auto;border-top: 0;border-bottom: 0;}
	.navbar-expand-xxl .offcanvas-body {display: flex;flex-grow: 0;padding: 0;overflow-y: visible;}}
.navbar-expand {flex-wrap: nowrap;justify-content: flex-start;}
.navbar-expand .navbar-nav {flex-direction: row;}
.navbar-expand .navbar-nav .dropdown-menu {position: absolute;}
.navbar-expand .navbar-nav .nav-link {padding-right: .5rem;padding-left: .5rem;}
.navbar-expand .navbar-nav-scroll {overflow: visible;}
.navbar-expand .navbar-collapse {display: flex !important;flex-basis: auto;}
.navbar-expand .navbar-toggler {display: none;}
.navbar-expand .offcanvas-header {display: none;}
.navbar-expand .offcanvas {position: inherit;bottom: 0;z-index: 1000;flex-grow: 1;visibility: visible !important;background-color: transparent;border-right: 0;border-left: 0;transition: none;transform: none;}
.navbar-expand .offcanvas-bottom, .navbar-expand .offcanvas-top {height: auto;border-top: 0;border-bottom: 0;}
.navbar-expand .offcanvas-body {display: flex;flex-grow: 0;padding: 0;overflow-y: visible;}
.navbar-light .navbar-brand {color: rgba(0,0,0,.9);}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {color: rgba(0,0,0,.9);}
.navbar-light .navbar-nav .nav-link {color: rgba(0,0,0,.55);}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {color: rgba(0,0,0,.7);}
.navbar-light .navbar-nav .nav-link.disabled {color: rgba(0,0,0,.3);}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {color: rgba(0,0,0,.9);}
.navbar-light .navbar-toggler {color: rgba(0,0,0,.55);border-color: rgba(0,0,0,.1);}
.navbar-light .navbar-toggler-icon {background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba%280, 0, 0, 0.55%29\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e");}
.navbar-light .navbar-text {color: rgba(0,0,0,.55);}
.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {color: rgba(0,0,0,.9);}
.navbar-dark .navbar-brand {color: #fff;}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {color: #fff;}
.navbar-dark .navbar-nav .nav-link {color: rgba(255,255,255,.55);}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {color: rgba(255,255,255,.75);}
.navbar-dark .navbar-nav .nav-link.disabled {color: rgba(255,255,255,.25);}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {color: #fff;}
.navbar-dark .navbar-toggler {color: rgba(255,255,255,.55);border-color: rgba(255,255,255,.1);}
.navbar-dark .navbar-toggler-icon {background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba%28255, 255, 255, 0.55%29\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e");}
.navbar-dark .navbar-text {color: rgba(255,255,255,.55);}
.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {color: #fff;}
.card {position: relative;display: flex;flex-direction: column;min-width: 0;word-wrap: break-word;background-color: #fff;background-clip: border-box;border: 1px solid rgba(0,0,0,.125);border-radius: .25rem;}
.card>hr {margin-right: 0;margin-left: 0;}
.card>.list-group {border-top: inherit;border-bottom: inherit;}
.card>.list-group:first-child {border-top-width: 0;border-top-left-radius: calc(.25rem - 1px);border-top-right-radius: calc(.25rem - 1px);}
.card>.list-group:last-child {border-bottom-width: 0;border-bottom-right-radius: calc(.25rem - 1px);border-bottom-left-radius: calc(.25rem - 1px);}
.card>.card-header+.list-group, .card>.list-group+.card-footer {border-top: 0;}
.card-body {flex: 1 1 auto;padding: 1rem 1rem;}
.card-title {margin-bottom: .5rem;}
.card-subtitle {margin-top: -.25rem;margin-bottom: 0;}
.card-text:last-child {margin-bottom: 0;}
.card-link+.card-link {margin-left: 1rem;}
.card-header {padding: .5rem 1rem;margin-bottom: 0;background-color: rgba(0,0,0,.03);border-bottom: 1px solid rgba(0,0,0,.125);}
.card-header:first-child {border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;}
.card-footer {padding: .5rem 1rem;background-color: rgba(0,0,0,.03);border-top: 1px solid rgba(0,0,0,.125);}
.card-footer:last-child {border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);}
.card-header-tabs {margin-right: -.5rem;margin-bottom: -.5rem;margin-left: -.5rem;border-bottom: 0;}
.card-header-pills {margin-right: -.5rem;margin-left: -.5rem;}
.card-img-overlay {position: absolute;top: 0;right: 0;bottom: 0;left: 0;padding: 1rem;border-radius: calc(.25rem - 1px);}
.card-img, .card-img-bottom, .card-img-top {width: 100%;}
.card-img, .card-img-top {border-top-left-radius: calc(.25rem - 1px);border-top-right-radius: calc(.25rem - 1px);}
.card-img, .card-img-bottom {border-bottom-right-radius: calc(.25rem - 1px);border-bottom-left-radius: calc(.25rem - 1px);}
.card-group>.card {margin-bottom: .75rem;}
@media (min-width: 576px) {.card-group {display: flex;flex-flow: row wrap;}
	.card-group>.card {flex: 1 0 0%;margin-bottom: 0;}
	.card-group>.card+.card {margin-left: 0;border-left: 0;}
	.card-group>.card:not(:last-child) {border-top-right-radius: 0;border-bottom-right-radius: 0;}
	.card-group>.card:not(:last-child) .card-header, .card-group>.card:not(:last-child) .card-img-top {border-top-right-radius: 0;}
	.card-group>.card:not(:last-child) .card-footer, .card-group>.card:not(:last-child) .card-img-bottom {border-bottom-right-radius: 0;}
	.card-group>.card:not(:first-child) {border-top-left-radius: 0;border-bottom-left-radius: 0;}
	.card-group>.card:not(:first-child) .card-header, .card-group>.card:not(:first-child) .card-img-top {border-top-left-radius: 0;}
	.card-group>.card:not(:first-child) .card-footer, .card-group>.card:not(:first-child) .card-img-bottom {border-bottom-left-radius: 0;}}
.accordion-button {position: relative;display: flex;align-items: center;width: 100%;padding: 1rem 1.25rem;font-size: 1rem;color: #212529;text-align: left;background-color: #fff;border: 0;border-radius: 0;overflow-anchor: none;transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;}
@media (prefers-reduced-motion:reduce) {.accordion-button {transition: none;}}
.accordion-button:not(.collapsed) {color: #0c63e4;background-color: #e7f1ff;box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);}
.accordion-button:not(.collapsed)::after {background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%230c63e4\'%3e%3cpath fill-rule=\'evenodd\' d=\'M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\'/%3e%3c/svg%3e");transform: rotate(-180deg);}
.accordion-button::after {flex-shrink: 0;width: 1.25rem;height: 1.25rem;margin-left: auto;content: "";background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23212529\'%3e%3cpath fill-rule=\'evenodd\' d=\'M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\'/%3e%3c/svg%3e");background-repeat: no-repeat;background-size: 1.25rem;transition: transform .2s ease-in-out;}
@media (prefers-reduced-motion:reduce) {.accordion-button::after {transition: none;}}
.accordion-button:hover {z-index: 2;}
.accordion-button:focus {z-index: 3;border-color: #86b7fe;outline: 0;box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);}
.accordion-header {margin-bottom: 0;}
.accordion-item {background-color: #fff;border: 1px solid rgba(0,0,0,.125);}
.accordion-item:first-of-type {border-top-left-radius: .25rem;border-top-right-radius: .25rem;}
.accordion-item:first-of-type .accordion-button {border-top-left-radius: calc(.25rem - 1px);border-top-right-radius: calc(.25rem - 1px);}
.accordion-item:not(:first-of-type) {border-top: 0;}
.accordion-item:last-of-type {border-bottom-right-radius: .25rem;border-bottom-left-radius: .25rem;}
.accordion-item:last-of-type .accordion-button.collapsed {border-bottom-right-radius: calc(.25rem - 1px);border-bottom-left-radius: calc(.25rem - 1px);}
.accordion-item:last-of-type .accordion-collapse {border-bottom-right-radius: .25rem;border-bottom-left-radius: .25rem;}
.accordion-body {padding: 1rem 1.25rem;}
.accordion-flush .accordion-collapse {border-width: 0;}
.accordion-flush .accordion-item {border-right: 0;border-left: 0;border-radius: 0;}
.accordion-flush .accordion-item:first-child {border-top: 0;}
.accordion-flush .accordion-item:last-child {border-bottom: 0;}
.accordion-flush .accordion-item .accordion-button {border-radius: 0;}
.breadcrumb {display: flex;flex-wrap: wrap;padding: 0 0;margin-bottom: 1rem;list-style: none;}
.breadcrumb-item+.breadcrumb-item {padding-left: .5rem;}
.breadcrumb-item+.breadcrumb-item::before {float: left;padding-right: .5rem;color: #6c757d;content: var(--bs-breadcrumb-divider,"/");}
.breadcrumb-item.active {color: #6c757d;}
.pagination {display: flex;padding-left: 0;list-style: none;}
.page-link {position: relative;display: block;color: #0d6efd;text-decoration: none;background-color: #fff;border: 1px solid #dee2e6;transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
@media (prefers-reduced-motion:reduce) {.page-link {transition: none;}}
.page-link:hover {z-index: 2;color: #0a58ca;background-color: #e9ecef;border-color: #dee2e6;}
.page-link:focus {z-index: 3;color: #0a58ca;background-color: #e9ecef;outline: 0;box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);}
.page-item:not(:first-child) .page-link {margin-left: -1px;}
.page-item.active .page-link {z-index: 3;color: #fff;background-color: #0d6efd;border-color: #0d6efd;}
.page-item.disabled .page-link {color: #6c757d;pointer-events: none;background-color: #fff;border-color: #dee2e6;}
.page-link {padding: .375rem .75rem;}
.page-item:first-child .page-link {border-top-left-radius: .25rem;border-bottom-left-radius: .25rem;}
.page-item:last-child .page-link {border-top-right-radius: .25rem;border-bottom-right-radius: .25rem;}
.pagination-lg .page-link {padding: .75rem 1.5rem;font-size: 1.25rem;}
.pagination-lg .page-item:first-child .page-link {border-top-left-radius: .3rem;border-bottom-left-radius: .3rem;}
.pagination-lg .page-item:last-child .page-link {border-top-right-radius: .3rem;border-bottom-right-radius: .3rem;}
.pagination-sm .page-link {padding: .25rem .5rem;font-size: .875rem;}
.pagination-sm .page-item:first-child .page-link {border-top-left-radius: .2rem;border-bottom-left-radius: .2rem;}
.pagination-sm .page-item:last-child .page-link {border-top-right-radius: .2rem;border-bottom-right-radius: .2rem;}
.badge {display: inline-block;padding: .35em .65em;font-size: .75em;font-weight: 700;line-height: 1;color: #fff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25rem;}
.badge:empty {display: none;}
.btn .badge {position: relative;top: -1px;}
.alert {position: relative;padding: 1rem 1rem;margin-bottom: 1rem;border: 1px solid transparent;border-radius: .25rem;}
.alert-heading {color: inherit;}
.alert-link {font-weight: 700;}
.alert-dismissible {padding-right: 3rem;}
.alert-dismissible .btn-close {position: absolute;top: 0;right: 0;z-index: 2;padding: 1.25rem 1rem;}
.alert-primary {color: #084298;background-color: #cfe2ff;border-color: #b6d4fe;}
.alert-primary .alert-link {color: #06357a;}
.alert-secondary {color: #41464b;background-color: #e2e3e5;border-color: #d3d6d8;}
.alert-secondary .alert-link {color: #34383c;}
.alert-success {color: #0f5132;background-color: #d1e7dd;border-color: #badbcc;}
.alert-success .alert-link {color: #0c4128;}
.alert-info {color: #055160;background-color: #cff4fc;border-color: #b6effb;}
.alert-info .alert-link {color: #04414d;}
.alert-warning {color: #664d03;background-color: #fff3cd;border-color: #ffecb5;}
.alert-warning .alert-link {color: #523e02;}
.alert-danger {color: #842029;background-color: #f8d7da;border-color: #f5c2c7;}
.alert-danger .alert-link {color: #6a1a21;}
.alert-light {color: #636464;background-color: #fefefe;border-color: #fdfdfe;}
.alert-light .alert-link {color: #4f5050;}
.alert-dark {color: #141619;background-color: #d3d3d4;border-color: #bcbebf;}
.alert-dark .alert-link {color: #101214;}
@-webkit-keyframes progress-bar-stripes {0% {background-position-x: 1rem;}}
@keyframes progress-bar-stripes {0% {background-position-x: 1rem;}}
.progress {display: flex;height: 1rem;overflow: hidden;font-size: .75rem;background-color: #e9ecef;border-radius: .25rem;}
.progress-bar {display: flex;flex-direction: column;justify-content: center;overflow: hidden;color: #fff;text-align: center;white-space: nowrap;background-color: #0d6efd;transition: width .6s ease;}
@media (prefers-reduced-motion:reduce) {.progress-bar {transition: none;}}
.progress-bar-striped {background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size: 1rem 1rem;}
.progress-bar-animated {-webkit-animation: 1s linear infinite progress-bar-stripes;animation: 1s linear infinite progress-bar-stripes;}
@media (prefers-reduced-motion:reduce) {.progress-bar-animated {-webkit-animation: none;animation: none;}}
.list-group {display: flex;flex-direction: column;padding-left: 0;margin-bottom: 0;border-radius: .25rem;}
.list-group-numbered {list-style-type: none;counter-reset: section;}
.list-group-numbered>li::before {content: counters(section,".") ". ";counter-increment: section;}
.list-group-item-action {width: 100%;color: #495057;text-align: inherit;}
.list-group-item-action:focus, .list-group-item-action:hover {z-index: 1;color: #495057;text-decoration: none;background-color: #f8f9fa;}
.list-group-item-action:active {color: #212529;background-color: #e9ecef;}
.list-group-item {position: relative;display: block;padding: .5rem 1rem;color: #212529;text-decoration: none;background-color: #fff;border: 1px solid rgba(0,0,0,.125);}
.list-group-item:first-child {border-top-left-radius: inherit;border-top-right-radius: inherit;}
.list-group-item:last-child {border-bottom-right-radius: inherit;border-bottom-left-radius: inherit;}
.list-group-item.disabled, .list-group-item:disabled {color: #6c757d;pointer-events: none;background-color: #fff;}
.list-group-item.active {z-index: 2;color: #fff;background-color: #0d6efd;border-color: #0d6efd;}
.list-group-item+.list-group-item {border-top-width: 0;}
.list-group-item+.list-group-item.active {margin-top: -1px;border-top-width: 1px;}
.list-group-horizontal {flex-direction: row;}
.list-group-horizontal>.list-group-item:first-child {border-bottom-left-radius: .25rem;border-top-right-radius: 0;}
.list-group-horizontal>.list-group-item:last-child {border-top-right-radius: .25rem;border-bottom-left-radius: 0;}
.list-group-horizontal>.list-group-item.active {margin-top: 0;}
.list-group-horizontal>.list-group-item+.list-group-item {border-top-width: 1px;border-left-width: 0;}
.list-group-horizontal>.list-group-item+.list-group-item.active {margin-left: -1px;border-left-width: 1px;}
@media (min-width: 576px) {.list-group-horizontal-sm {flex-direction: row;}
	.list-group-horizontal-sm>.list-group-item:first-child {border-bottom-left-radius: .25rem;border-top-right-radius: 0;}
	.list-group-horizontal-sm>.list-group-item:last-child {border-top-right-radius: .25rem;border-bottom-left-radius: 0;}
	.list-group-horizontal-sm>.list-group-item.active {margin-top: 0;}
	.list-group-horizontal-sm>.list-group-item+.list-group-item {border-top-width: 1px;border-left-width: 0;}
	.list-group-horizontal-sm>.list-group-item+.list-group-item.active {margin-left: -1px;border-left-width: 1px;}}
@media (min-width: 768px) {.list-group-horizontal-md {flex-direction: row;}
	.list-group-horizontal-md>.list-group-item:first-child {border-bottom-left-radius: .25rem;border-top-right-radius: 0;}
	.list-group-horizontal-md>.list-group-item:last-child {border-top-right-radius: .25rem;border-bottom-left-radius: 0;}
	.list-group-horizontal-md>.list-group-item.active {margin-top: 0;}
	.list-group-horizontal-md>.list-group-item+.list-group-item {border-top-width: 1px;border-left-width: 0;}
	.list-group-horizontal-md>.list-group-item+.list-group-item.active {margin-left: -1px;border-left-width: 1px;}}
@media (min-width: 992px) {.list-group-horizontal-lg {flex-direction: row;}
	.list-group-horizontal-lg>.list-group-item:first-child {border-bottom-left-radius: .25rem;border-top-right-radius: 0;}
	.list-group-horizontal-lg>.list-group-item:last-child {border-top-right-radius: .25rem;border-bottom-left-radius: 0;}
	.list-group-horizontal-lg>.list-group-item.active {margin-top: 0;}
	.list-group-horizontal-lg>.list-group-item+.list-group-item {border-top-width: 1px;border-left-width: 0;}
	.list-group-horizontal-lg>.list-group-item+.list-group-item.active {margin-left: -1px;border-left-width: 1px;}}
@media (min-width: 1200px) {.list-group-horizontal-xl {flex-direction: row;}
	.list-group-horizontal-xl>.list-group-item:first-child {border-bottom-left-radius: .25rem;border-top-right-radius: 0;}
	.list-group-horizontal-xl>.list-group-item:last-child {border-top-right-radius: .25rem;border-bottom-left-radius: 0;}
	.list-group-horizontal-xl>.list-group-item.active {margin-top: 0;}
	.list-group-horizontal-xl>.list-group-item+.list-group-item {border-top-width: 1px;border-left-width: 0;}
	.list-group-horizontal-xl>.list-group-item+.list-group-item.active {margin-left: -1px;border-left-width: 1px;}}
@media (min-width: 1400px) {.list-group-horizontal-xxl {flex-direction: row;}
	.list-group-horizontal-xxl>.list-group-item:first-child {border-bottom-left-radius: .25rem;border-top-right-radius: 0;}
	.list-group-horizontal-xxl>.list-group-item:last-child {border-top-right-radius: .25rem;border-bottom-left-radius: 0;}
	.list-group-horizontal-xxl>.list-group-item.active {margin-top: 0;}
	.list-group-horizontal-xxl>.list-group-item+.list-group-item {border-top-width: 1px;border-left-width: 0;}
	.list-group-horizontal-xxl>.list-group-item+.list-group-item.active {margin-left: -1px;border-left-width: 1px;}}
.list-group-flush {border-radius: 0;}
.list-group-flush>.list-group-item {border-width: 0 0 1px;}
.list-group-flush>.list-group-item:last-child {border-bottom-width: 0;}
.list-group-item-primary {color: #084298;background-color: #cfe2ff;}
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {color: #084298;background-color: #bacbe6;}
.list-group-item-primary.list-group-item-action.active {color: #fff;background-color: #084298;border-color: #084298;}
.list-group-item-secondary {color: #41464b;background-color: #e2e3e5;}
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {color: #41464b;background-color: #cbccce;}
.list-group-item-secondary.list-group-item-action.active {color: #fff;background-color: #41464b;border-color: #41464b;}
.list-group-item-success {color: #0f5132;background-color: #d1e7dd;}
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {color: #0f5132;background-color: #bcd0c7;}
.list-group-item-success.list-group-item-action.active {color: #fff;background-color: #0f5132;border-color: #0f5132;}
.list-group-item-info {color: #055160;background-color: #cff4fc;}
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {color: #055160;background-color: #badce3;}
.list-group-item-info.list-group-item-action.active {color: #fff;background-color: #055160;border-color: #055160;}
.list-group-item-warning {color: #664d03;background-color: #fff3cd;}
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {color: #664d03;background-color: #e6dbb9;}
.list-group-item-warning.list-group-item-action.active {color: #fff;background-color: #664d03;border-color: #664d03;}
.list-group-item-danger {color: #842029;background-color: #f8d7da;}
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {color: #842029;background-color: #dfc2c4;}
.list-group-item-danger.list-group-item-action.active {color: #fff;background-color: #842029;border-color: #842029;}
.list-group-item-light {color: #636464;background-color: #fefefe;}
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {color: #636464;background-color: #e5e5e5;}
.list-group-item-light.list-group-item-action.active {color: #fff;background-color: #636464;border-color: #636464;}
.list-group-item-dark {color: #141619;background-color: #d3d3d4;}
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {color: #141619;background-color: #bebebf;}
.list-group-item-dark.list-group-item-action.active {color: #fff;background-color: #141619;border-color: #141619;}
.btn-close {box-sizing: content-box;width: 1em;height: 1em;padding: .25em .25em;color: #000;background: transparent url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23000\'%3e%3cpath d=\'M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z\'/%3e%3c/svg%3e") center/1em auto no-repeat;border: 0;border-radius: .25rem;opacity: .5;}
.btn-close:hover {color: #000;text-decoration: none;opacity: .75;}
.btn-close:focus {outline: 0;box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);opacity: 1;}
.btn-close.disabled, .btn-close:disabled {pointer-events: none;-webkit-user-select: none;-moz-user-select: none;user-select: none;opacity: .25;}
.btn-close-white {filter: invert(1) grayscale(100%) brightness(200%);}
.toast {width: 350px;max-width: 100%;font-size: .875rem;pointer-events: auto;background-color: rgba(255,255,255,.85);background-clip: padding-box;border: 1px solid rgba(0,0,0,.1);box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);border-radius: .25rem;}
.toast.showing {opacity: 0;}
.toast:not(.show) {display: none;}
.toast-container {width: -webkit-max-content;width: -moz-max-content;width: max-content;max-width: 100%;pointer-events: none;}
.toast-container>:not(:last-child) {margin-bottom: .75rem;}
.toast-header {display: flex;align-items: center;padding: .5rem .75rem;color: #6c757d;background-color: rgba(255,255,255,.85);background-clip: padding-box;border-bottom: 1px solid rgba(0,0,0,.05);border-top-left-radius: calc(.25rem - 1px);border-top-right-radius: calc(.25rem - 1px);}
.toast-header .btn-close {margin-right: -.375rem;margin-left: .75rem;}
.toast-body {padding: .75rem;word-wrap: break-word;}
.modal {position: fixed;top: 0;left: 0;z-index: 1055;display: none;width: 100%;height: 100%;overflow-x: hidden;overflow-y: auto;outline: 0;}
.modal-dialog {position: relative;width: auto;margin: .5rem;pointer-events: none;}
.modal.fade .modal-dialog {transition: transform .3s ease-out;transform: translate(0,-50px);}
@media (prefers-reduced-motion:reduce) {.modal.fade .modal-dialog {transition: none;}}
.modal.show .modal-dialog {transform: none;}
.modal.modal-static .modal-dialog {transform: scale(1.02);}
.modal-dialog-scrollable {height: calc(100% - 1rem);}
.modal-dialog-scrollable .modal-content {max-height: 100%;overflow: hidden;}
.modal-dialog-scrollable .modal-body {overflow-y: auto;}
.modal-dialog-centered {display: flex;align-items: center;min-height: calc(100% - 1rem);}
.modal-content {position: relative;display: flex;flex-direction: column;width: 100%;pointer-events: auto;background-color: #fff;background-clip: padding-box;border: 1px solid rgba(0,0,0,.2);border-radius: .3rem;outline: 0;}
.modal-backdrop {position: fixed;top: 0;left: 0;z-index: 1050;width: 100vw;height: 100vh;background-color: #000;}
.modal-backdrop.fade {opacity: 0;}
.modal-backdrop.show {opacity: .5;}
.modal-header {display: flex;flex-shrink: 0;align-items: center;justify-content: space-between;padding: 1rem 1rem;border-bottom: 1px solid #dee2e6;border-top-left-radius: calc(.3rem - 1px);border-top-right-radius: calc(.3rem - 1px);}
.modal-header .btn-close {padding: .5rem .5rem;margin: -.5rem -.5rem -.5rem auto;}
.modal-title {margin-bottom: 0;line-height: 1.5;}
.modal-body {position: relative;flex: 1 1 auto;padding: 1rem;}
.modal-footer {display: flex;flex-wrap: wrap;flex-shrink: 0;align-items: center;justify-content: flex-end;padding: .75rem;border-top: 1px solid #dee2e6;border-bottom-right-radius: calc(.3rem - 1px);border-bottom-left-radius: calc(.3rem - 1px);}
.modal-footer>* {margin: .25rem;}
@media (min-width: 576px) {.modal-dialog {max-width: 500px;margin: 1.75rem auto;}
	.modal-dialog-scrollable {height: calc(100% - 3.5rem);}
	.modal-dialog-centered {min-height: calc(100% - 3.5rem);}
	.modal-sm {max-width: 300px;}}
@media (min-width: 992px) {.modal-lg, .modal-xl {max-width: 800px;}}
@media (min-width: 1200px) {.modal-xl {max-width: 1140px;}}
.modal-fullscreen {width: 100vw;max-width: none;height: 100%;margin: 0;}
.modal-fullscreen .modal-content {height: 100%;border: 0;border-radius: 0;}
.modal-fullscreen .modal-header {border-radius: 0;}
.modal-fullscreen .modal-body {overflow-y: auto;}
.modal-fullscreen .modal-footer {border-radius: 0;}
@media (max-width: 575.98px) {.modal-fullscreen-sm-down {width: 100vw;max-width: none;height: 100%;margin: 0;}
	.modal-fullscreen-sm-down .modal-content {height: 100%;border: 0;border-radius: 0;}
	.modal-fullscreen-sm-down .modal-header {border-radius: 0;}
	.modal-fullscreen-sm-down .modal-body {overflow-y: auto;}
	.modal-fullscreen-sm-down .modal-footer {border-radius: 0;}}
@media (max-width: 767.98px) {.modal-fullscreen-md-down {width: 100vw;max-width: none;height: 100%;margin: 0;}
	.modal-fullscreen-md-down .modal-content {height: 100%;border: 0;border-radius: 0;}
	.modal-fullscreen-md-down .modal-header {border-radius: 0;}
	.modal-fullscreen-md-down .modal-body {overflow-y: auto;}
	.modal-fullscreen-md-down .modal-footer {border-radius: 0;}}
@media (max-width: 991.98px) {.modal-fullscreen-lg-down {width: 100vw;max-width: none;height: 100%;margin: 0;}
	.modal-fullscreen-lg-down .modal-content {height: 100%;border: 0;border-radius: 0;}
	.modal-fullscreen-lg-down .modal-header {border-radius: 0;}
	.modal-fullscreen-lg-down .modal-body {overflow-y: auto;}
	.modal-fullscreen-lg-down .modal-footer {border-radius: 0;}}
@media (max-width: 1199.98px) {.modal-fullscreen-xl-down {width: 100vw;max-width: none;height: 100%;margin: 0;}
	.modal-fullscreen-xl-down .modal-content {height: 100%;border: 0;border-radius: 0;}
	.modal-fullscreen-xl-down .modal-header {border-radius: 0;}
	.modal-fullscreen-xl-down .modal-body {overflow-y: auto;}
	.modal-fullscreen-xl-down .modal-footer {border-radius: 0;}}
@media (max-width: 1399.98px) {.modal-fullscreen-xxl-down {width: 100vw;max-width: none;height: 100%;margin: 0;}
	.modal-fullscreen-xxl-down .modal-content {height: 100%;border: 0;border-radius: 0;}
	.modal-fullscreen-xxl-down .modal-header {border-radius: 0;}
	.modal-fullscreen-xxl-down .modal-body {overflow-y: auto;}
	.modal-fullscreen-xxl-down .modal-footer {border-radius: 0;}}
.tooltip {position: absolute;z-index: 1080;display: block;margin: 0;font-family: var(--bs-font-sans-serif);font-style: normal;font-weight: 400;line-height: 1.5;text-align: left;text-align: start;text-decoration: none;text-shadow: none;text-transform: none;letter-spacing: normal;word-break: normal;word-spacing: normal;white-space: normal;line-break: auto;font-size: .875rem;word-wrap: break-word;opacity: 0;}
.tooltip.show {opacity: .9;}
.tooltip .tooltip-arrow {position: absolute;display: block;width: .8rem;height: .4rem;}
.tooltip .tooltip-arrow::before {position: absolute;content: "";border-color: transparent;border-style: solid;}
.bs-tooltip-auto[data-popper-placement^=top], .bs-tooltip-top {padding: .4rem 0;}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow {bottom: 0;}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {top: -1px;border-width: .4rem .4rem 0;border-top-color: #000;}
.bs-tooltip-auto[data-popper-placement^=right], .bs-tooltip-end {padding: 0 .4rem;}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {left: 0;width: .4rem;height: .8rem;}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {right: -1px;border-width: .4rem .4rem .4rem 0;border-right-color: #000;}
.bs-tooltip-auto[data-popper-placement^=bottom], .bs-tooltip-bottom {padding: .4rem 0;}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow {top: 0;}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {bottom: -1px;border-width: 0 .4rem .4rem;border-bottom-color: #000;}
.bs-tooltip-auto[data-popper-placement^=left], .bs-tooltip-start {padding: 0 .4rem;}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {right: 0;width: .4rem;height: .8rem;}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {left: -1px;border-width: .4rem 0 .4rem .4rem;border-left-color: #000;}
.tooltip-inner {max-width: 200px;padding: .25rem .5rem;color: #fff;text-align: center;background-color: #000;border-radius: .25rem;}
.popover {position: absolute;top: 0;left: 0;z-index: 1070;display: block;max-width: 276px;font-family: var(--bs-font-sans-serif);font-style: normal;font-weight: 400;line-height: 1.5;text-align: left;text-align: start;text-decoration: none;text-shadow: none;text-transform: none;letter-spacing: normal;word-break: normal;word-spacing: normal;white-space: normal;line-break: auto;font-size: .875rem;word-wrap: break-word;background-color: #fff;background-clip: padding-box;border: 1px solid rgba(0,0,0,.2);border-radius: .3rem;}
.popover .popover-arrow {position: absolute;display: block;width: 1rem;height: .5rem;}
.popover .popover-arrow::after, .popover .popover-arrow::before {position: absolute;display: block;content: "";border-color: transparent;border-style: solid;}
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow, .bs-popover-top>.popover-arrow {}
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before, .bs-popover-top>.popover-arrow::before {bottom: 0;border-width: .5rem .5rem 0;border-top-color: rgba(0,0,0,.25);}
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after, .bs-popover-top>.popover-arrow::after {bottom: 1px;border-width: .5rem .5rem 0;border-top-color: #fff;}
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow, .bs-popover-end>.popover-arrow {width: .5rem;height: 1rem;}
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before, .bs-popover-end>.popover-arrow::before {left: 0;border-width: .5rem .5rem .5rem 0;border-right-color: rgba(0,0,0,.25);}
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, .bs-popover-end>.popover-arrow::after {left: 1px;border-width: .5rem .5rem .5rem 0;border-right-color: #fff;}
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow, .bs-popover-bottom>.popover-arrow {}
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before, .bs-popover-bottom>.popover-arrow::before {top: 0;border-width: 0 .5rem .5rem .5rem;border-bottom-color: rgba(0,0,0,.25);}
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after, .bs-popover-bottom>.popover-arrow::after {top: 1px;border-width: 0 .5rem .5rem .5rem;border-bottom-color: #fff;}
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {position: absolute;top: 0;left: 50%;display: block;width: 1rem;margin-left: -.5rem;content: "";border-bottom: 1px solid #f0f0f0;}
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow, .bs-popover-start>.popover-arrow {width: .5rem;height: 1rem;}
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before, .bs-popover-start>.popover-arrow::before {right: 0;border-width: .5rem 0 .5rem .5rem;border-left-color: rgba(0,0,0,.25);}
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after, .bs-popover-start>.popover-arrow::after {right: 1px;border-width: .5rem 0 .5rem .5rem;border-left-color: #fff;}
.popover-header {padding: .5rem 1rem;margin-bottom: 0;font-size: 1rem;background-color: #f0f0f0;border-bottom: 1px solid rgba(0,0,0,.2);border-top-left-radius: calc(.3rem - 1px);border-top-right-radius: calc(.3rem - 1px);}
.popover-header:empty {display: none;}
.popover-body {padding: 1rem 1rem;color: #212529;}
.carousel {position: relative;}
.carousel.pointer-event {touch-action: pan-y;}
.carousel-inner {position: relative;width: 100%;overflow: hidden;}
.carousel-inner::after {display: block;clear: both;content: "";}
.carousel-item {position: relative;display: none;float: left;width: 100%;margin-right: -100%;-webkit-backface-visibility: hidden;backface-visibility: hidden;transition: transform .6s ease-in-out;}
@media (prefers-reduced-motion:reduce) {.carousel-item {transition: none;}}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {display: block;}
.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {transform: translateX(100%);}
.active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {transform: translateX(-100%);}
.carousel-fade .carousel-item {opacity: 0;transition-property: opacity;transform: none;}
.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {z-index: 1;opacity: 1;}
.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {z-index: 0;opacity: 0;transition: opacity 0s .6s;}
@media (prefers-reduced-motion:reduce) {.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {transition: none;}}
.carousel-control-next, .carousel-control-prev {position: absolute;top: 0;bottom: 0;z-index: 1;display: flex;align-items: center;justify-content: center;width: 15%;padding: 0;color: #fff;text-align: center;background: 0 0;border: 0;opacity: .5;transition: opacity .15s ease;}
@media (prefers-reduced-motion:reduce) {.carousel-control-next, .carousel-control-prev {transition: none;}}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {color: #fff;text-decoration: none;outline: 0;opacity: .9;}
.carousel-control-prev {left: 0;}
.carousel-control-next {right: 0;}
.carousel-control-next-icon, .carousel-control-prev-icon {display: inline-block;width: 2rem;height: 2rem;background-repeat: no-repeat;background-position: 50%;background-size: 100% 100%;}
.carousel-control-prev-icon {background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23fff\'%3e%3cpath d=\'M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z\'/%3e%3c/svg%3e");}
.carousel-control-next-icon {background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23fff\'%3e%3cpath d=\'M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z\'/%3e%3c/svg%3e");}
.carousel-indicators {position: absolute;right: 0;bottom: 0;left: 0;z-index: 2;display: flex;justify-content: center;padding: 0;margin-right: 15%;margin-bottom: 1rem;margin-left: 15%;list-style: none;}
.carousel-indicators [data-bs-target] {box-sizing: content-box;flex: 0 1 auto;width: 30px;height: 3px;padding: 0;margin-right: 3px;margin-left: 3px;text-indent: -999px;cursor: pointer;background-color: #fff;background-clip: padding-box;border: 0;border-top: 10px solid transparent;border-bottom: 10px solid transparent;opacity: .5;transition: opacity .6s ease;}
@media (prefers-reduced-motion:reduce) {.carousel-indicators [data-bs-target] {transition: none;}}
.carousel-indicators .active {opacity: 1;}
.carousel-caption {position: absolute;right: 15%;bottom: 1.25rem;left: 15%;padding-top: 1.25rem;padding-bottom: 1.25rem;color: #fff;text-align: center;}
.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {filter: invert(1) grayscale(100);}
.carousel-dark .carousel-indicators [data-bs-target] {background-color: #000;}
.carousel-dark .carousel-caption {color: #000;}
@-webkit-keyframes spinner-border {to {transform: rotate(360deg);}}
@keyframes spinner-border {to {transform: rotate(360deg);}}
.spinner-border {display: inline-block;width: 2rem;height: 2rem;vertical-align: -.125em;border: .25em solid currentColor;border-right-color: transparent;border-radius: 50%;-webkit-animation: .75s linear infinite spinner-border;animation: .75s linear infinite spinner-border;}
.spinner-border-sm {width: 1rem;height: 1rem;border-width: .2em;}
@-webkit-keyframes spinner-grow {0% {transform: scale(0);}
	50% {opacity: 1;transform: none;}}
@keyframes spinner-grow {0% {transform: scale(0);}
	50% {opacity: 1;transform: none;}}
.spinner-grow {display: inline-block;width: 2rem;height: 2rem;vertical-align: -.125em;background-color: currentColor;border-radius: 50%;opacity: 0;-webkit-animation: .75s linear infinite spinner-grow;animation: .75s linear infinite spinner-grow;}
.spinner-grow-sm {width: 1rem;height: 1rem;}
@media (prefers-reduced-motion:reduce) {.spinner-border, .spinner-grow {-webkit-animation-duration: 1.5s;animation-duration: 1.5s;}}
.offcanvas {position: fixed;bottom: 0;z-index: 1045;display: flex;flex-direction: column;max-width: 100%;visibility: hidden;background-color: #fff;background-clip: padding-box;outline: 0;transition: transform .3s ease-in-out;}
@media (prefers-reduced-motion:reduce) {.offcanvas {transition: none;}}
.offcanvas-backdrop {position: fixed;top: 0;left: 0;z-index: 1040;width: 100vw;height: 100vh;background-color: #000;}
.offcanvas-backdrop.fade {opacity: 0;}
.offcanvas-backdrop.show {opacity: .5;}
.offcanvas-header {display: flex;align-items: center;justify-content: space-between;padding: 1rem 1rem;}
.offcanvas-header .btn-close {padding: .5rem .5rem;margin-top: -.5rem;margin-right: -.5rem;margin-bottom: -.5rem;}
.offcanvas-title {margin-bottom: 0;line-height: 1.5;}
.offcanvas-body {flex-grow: 1;padding: 1rem 1rem;overflow-y: auto;}
.offcanvas-start {top: 0;left: 0;width: 400px;border-right: 1px solid rgba(0,0,0,.2);transform: translateX(-100%);}
.offcanvas-end {top: 0;right: 0;width: 400px;border-left: 1px solid rgba(0,0,0,.2);transform: translateX(100%);}
.offcanvas-top {top: 0;right: 0;left: 0;height: 30vh;max-height: 100%;border-bottom: 1px solid rgba(0,0,0,.2);transform: translateY(-100%);}
.offcanvas-bottom {right: 0;left: 0;height: 30vh;max-height: 100%;border-top: 1px solid rgba(0,0,0,.2);transform: translateY(100%);}
.offcanvas.show {transform: none;}
.placeholder {display: inline-block;min-height: 1em;vertical-align: middle;cursor: wait;background-color: currentColor;opacity: .5;}
.placeholder.btn::before {display: inline-block;content: "";}
.placeholder-xs {min-height: .6em;}
.placeholder-sm {min-height: .8em;}
.placeholder-lg {min-height: 1.2em;}
.placeholder-glow .placeholder {-webkit-animation: placeholder-glow 2s ease-in-out infinite;animation: placeholder-glow 2s ease-in-out infinite;}
@-webkit-keyframes placeholder-glow {50% {opacity: .2;}}
@keyframes placeholder-glow {50% {opacity: .2;}}
.placeholder-wave {-webkit-mask-image: linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);mask-image: linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);-webkit-mask-size: 200% 100%;mask-size: 200% 100%;-webkit-animation: placeholder-wave 2s linear infinite;animation: placeholder-wave 2s linear infinite;}
@-webkit-keyframes placeholder-wave {100% {-webkit-mask-position: -200% 0%;mask-position: -200% 0%;}}
@keyframes placeholder-wave {100% {-webkit-mask-position: -200% 0%;mask-position: -200% 0%;}}
.clearfix::after {display: block;clear: both;content: "";}
.link-primary {color: #0d6efd;}
.link-primary:focus, .link-primary:hover {color: #0a58ca;}
.link-secondary {color: #6c757d;}
.link-secondary:focus, .link-secondary:hover {color: #565e64;}
.link-success {color: #198754;}
.link-success:focus, .link-success:hover {color: #146c43;}
.link-info {color: #0dcaf0;}
.link-info:focus, .link-info:hover {color: #3dd5f3;}
.link-warning {color: #ffc107;}
.link-warning:focus, .link-warning:hover {color: #ffcd39;}
.link-danger {color: #dc3545;}
.link-danger:focus, .link-danger:hover {color: #b02a37;}
.link-light {color: #f8f9fa;}
.link-light:focus, .link-light:hover {color: #f9fafb;}
.link-dark {color: #212529;}
.link-dark:focus, .link-dark:hover {color: #1a1e21;}
.ratio {position: relative;width: 100%;}
.ratio::before {display: block;padding-top: var(--bs-aspect-ratio);content: "";}
.ratio>* {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.ratio-1x1 {--bs-aspect-ratio: 100%;}
.ratio-4x3 {--bs-aspect-ratio: 75%;}
.ratio-16x9 {--bs-aspect-ratio: 56.25%;}
.ratio-21x9 {--bs-aspect-ratio: 42.8571428571%;}
.fixed-top {position: fixed;top: 0;right: 0;left: 0;z-index: 1030;}
.fixed-bottom {position: fixed;right: 0;bottom: 0;left: 0;z-index: 1030;}
.sticky-top {position: -webkit-sticky;position: sticky;top: 0;z-index: 1020;}
@media (min-width: 576px) {.sticky-sm-top {position: -webkit-sticky;position: sticky;top: 0;z-index: 1020;}}
@media (min-width: 768px) {.sticky-md-top {position: -webkit-sticky;position: sticky;top: 0;z-index: 1020;}}
@media (min-width: 992px) {.sticky-lg-top {position: -webkit-sticky;position: sticky;top: 0;z-index: 1020;}}
@media (min-width: 1200px) {.sticky-xl-top {position: -webkit-sticky;position: sticky;top: 0;z-index: 1020;}}
@media (min-width: 1400px) {.sticky-xxl-top {position: -webkit-sticky;position: sticky;top: 0;z-index: 1020;}}
.hstack {display: flex;flex-direction: row;align-items: center;align-self: stretch;}
.vstack {display: flex;flex: 1 1 auto;flex-direction: column;align-self: stretch;}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {position: absolute !important;width: 1px !important;height: 1px !important;padding: 0 !important;margin: -1px !important;overflow: hidden !important;clip: rect(0,0,0,0) !important;white-space: nowrap !important;border: 0 !important;}
.stretched-link::after {position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: 1;content: "";}
.text-truncate {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.vr {display: inline-block;align-self: stretch;width: 1px;min-height: 1em;background-color: currentColor;opacity: .25;}
.align-baseline {vertical-align: baseline !important;}
.align-top {vertical-align: top !important;}
.align-middle {vertical-align: middle !important;}
.align-bottom {vertical-align: bottom !important;}
.align-text-bottom {vertical-align: text-bottom !important;}
.align-text-top {vertical-align: text-top !important;}
.float-start {float: left !important;}
.float-end {float: right !important;}
.float-none {float: none !important;}
.opacity-0 {opacity: 0 !important;}
.opacity-25 {opacity: .25 !important;}
.opacity-50 {opacity: .5 !important;}
.opacity-75 {opacity: .75 !important;}
.opacity-100 {opacity: 1 !important;}
.overflow-auto {overflow: auto !important;}
.overflow-hidden {overflow: hidden !important;}
.overflow-visible {overflow: visible !important;}
.overflow-scroll {overflow: scroll !important;}
.d-inline {display: inline !important;}
.d-inline-block {display: inline-block !important;}
.d-block {display: block !important;}
.d-grid {display: grid !important;}
.d-table {display: table !important;}
.d-table-row {display: table-row !important;}
.d-table-cell {display: table-cell !important;}
.d-flex {display: flex !important;}
.d-inline-flex {display: inline-flex !important;}
.d-none {display: none !important;}
.shadow {box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;}
.shadow-sm {box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;}
.shadow-lg {box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;}
.shadow-none {box-shadow: none !important;}
.position-static {position: static !important;}
.position-relative {position: relative !important;}
.position-absolute {position: absolute !important;}
.position-fixed {position: fixed !important;}
.position-sticky {position: -webkit-sticky !important;position: sticky !important;}
.top-0 {top: 0 !important;}
.top-50 {top: 50% !important;}
.top-100 {top: 100% !important;}
.bottom-0 {bottom: 0 !important;}
.bottom-50 {bottom: 50% !important;}
.bottom-100 {bottom: 100% !important;}
.start-0 {left: 0 !important;}
.start-50 {left: 50% !important;}
.start-100 {left: 100% !important;}
.end-0 {right: 0 !important;}
.end-50 {right: 50% !important;}
.end-100 {right: 100% !important;}
.translate-middle {transform: translate(-50%,-50%) !important;}
.translate-middle-x {transform: translateX(-50%) !important;}
.translate-middle-y {transform: translateY(-50%) !important;}
.border {border: 1px solid #dee2e6 !important;}
.border-0 {border: 0 !important;}
.border-top {border-top: 1px solid #dee2e6 !important;}
.border-top-0 {border-top: 0 !important;}
.border-end {border-right: 1px solid #dee2e6 !important;}
.border-end-0 {border-right: 0 !important;}
.border-bottom {border-bottom: 1px solid #dee2e6 !important;}
.border-bottom-0 {border-bottom: 0 !important;}
.border-start {border-left: 1px solid #dee2e6 !important;}
.border-start-0 {border-left: 0 !important;}
.border-primary {border-color: #0d6efd !important;}
.border-secondary {border-color: #6c757d !important;}
.border-success {border-color: #198754 !important;}
.border-info {border-color: #0dcaf0 !important;}
.border-warning {border-color: #ffc107 !important;}
.border-danger {border-color: #dc3545 !important;}
.border-light {border-color: #f8f9fa !important;}
.border-dark {border-color: #212529 !important;}
.border-white {border-color: #fff !important;}
.border-1 {border-width: 1px !important;}
.border-2 {border-width: 2px !important;}
.border-3 {border-width: 3px !important;}
.border-4 {border-width: 4px !important;}
.border-5 {border-width: 5px !important;}
.w-25 {width: 25% !important;}
.w-50 {width: 50% !important;}
.w-75 {width: 75% !important;}
.w-100 {width: 100% !important;}
.w-auto {width: auto !important;}
.mw-100 {max-width: 100% !important;}
.vw-100 {width: 100vw !important;}
.min-vw-100 {min-width: 100vw !important;}
.h-25 {height: 25% !important;}
.h-50 {height: 50% !important;}
.h-75 {height: 75% !important;}
.h-100 {height: 100% !important;}
.h-auto {height: auto !important;}
.mh-100 {max-height: 100% !important;}
.vh-100 {height: 100vh !important;}
.min-vh-100 {min-height: 100vh !important;}
.flex-fill {flex: 1 1 auto !important;}
.flex-row {flex-direction: row !important;}
.flex-column {flex-direction: column !important;}
.flex-row-reverse {flex-direction: row-reverse !important;}
.flex-column-reverse {flex-direction: column-reverse !important;}
.flex-grow-0 {flex-grow: 0 !important;}
.flex-grow-1 {flex-grow: 1 !important;}
.flex-shrink-0 {flex-shrink: 0 !important;}
.flex-shrink-1 {flex-shrink: 1 !important;}
.flex-wrap {flex-wrap: wrap !important;}
.flex-nowrap {flex-wrap: nowrap !important;}
.flex-wrap-reverse {flex-wrap: wrap-reverse !important;}
.gap-0 {gap: 0 !important;}
.gap-1 {gap: .25rem !important;}
.gap-2 {gap: .5rem !important;}
.gap-3 {gap: 1rem !important;}
.gap-4 {gap: 1.5rem !important;}
.gap-5 {gap: 3rem !important;}
.justify-content-start {justify-content: flex-start !important;}
.justify-content-end {justify-content: flex-end !important;}
.justify-content-center {justify-content: center !important;}
.justify-content-between {justify-content: space-between !important;}
.justify-content-around {justify-content: space-around !important;}
.justify-content-evenly {justify-content: space-evenly !important;}
.align-items-start {align-items: flex-start !important;}
.align-items-end {align-items: flex-end !important;}
.align-items-center {align-items: center !important;}
.align-items-baseline {align-items: baseline !important;}
.align-items-stretch {align-items: stretch !important;}
.align-content-start {align-content: flex-start !important;}
.align-content-end {align-content: flex-end !important;}
.align-content-center {align-content: center !important;}
.align-content-between {align-content: space-between !important;}
.align-content-around {align-content: space-around !important;}
.align-content-stretch {align-content: stretch !important;}
.align-self-auto {align-self: auto !important;}
.align-self-start {align-self: flex-start !important;}
.align-self-end {align-self: flex-end !important;}
.align-self-center {align-self: center !important;}
.align-self-baseline {align-self: baseline !important;}
.align-self-stretch {align-self: stretch !important;}
.order-first {order: -1 !important;}
.order-0 {order: 0 !important;}
.order-1 {order: 1 !important;}
.order-2 {order: 2 !important;}
.order-3 {order: 3 !important;}
.order-4 {order: 4 !important;}
.order-5 {order: 5 !important;}
.order-last {order: 6 !important;}
.m-0 {margin: 0 !important;}
.m-1 {margin: .25rem !important;}
.m-2 {margin: .5rem !important;}
.m-3 {margin: 1rem !important;}
.m-4 {margin: 1.5rem !important;}
.m-5 {margin: 3rem !important;}
.m-auto {margin: auto !important;}
.mx-0 {margin-right: 0 !important;margin-left: 0 !important;}
.mx-1 {margin-right: .25rem !important;margin-left: .25rem !important;}
.mx-2 {margin-right: .5rem !important;margin-left: .5rem !important;}
.mx-3 {margin-right: 1rem !important;margin-left: 1rem !important;}
.mx-4 {margin-right: 1.5rem !important;margin-left: 1.5rem !important;}
.mx-5 {margin-right: 3rem !important;margin-left: 3rem !important;}
.mx-auto {margin-right: auto !important;margin-left: auto !important;}
.my-0 {margin-top: 0 !important;margin-bottom: 0 !important;}
.my-1 {margin-top: .25rem !important;margin-bottom: .25rem !important;}
.my-2 {margin-top: .5rem !important;margin-bottom: .5rem !important;}
.my-3 {margin-top: 1rem !important;margin-bottom: 1rem !important;}
.my-4 {margin-top: 1.5rem !important;margin-bottom: 1.5rem !important;}
.my-5 {margin-top: 3rem !important;margin-bottom: 3rem !important;}
.my-auto {margin-top: auto !important;margin-bottom: auto !important;}
.mt-0 {margin-top: 0 !important;}
.mt-1 {margin-top: .25rem !important;}
.mt-2 {margin-top: .5rem !important;}
.mt-3 {margin-top: 1rem !important;}
.mt-4 {margin-top: 1.5rem !important;}
.mt-5 {margin-top: 3rem !important;}
.mt-auto {margin-top: auto !important;}
.me-0 {margin-right: 0 !important;}
.me-1 {margin-right: .25rem !important;}
.me-2 {margin-right: .5rem !important;}
.me-3 {margin-right: 1rem !important;}
.me-4 {margin-right: 1.5rem !important;}
.me-5 {margin-right: 3rem !important;}
.me-auto {margin-right: auto !important;}
.mb-0 {margin-bottom: 0 !important;}
.mb-1 {margin-bottom: .25rem !important;}
.mb-2 {margin-bottom: .5rem !important;}
.mb-3 {margin-bottom: 1rem !important;}
.mb-4 {margin-bottom: 1.5rem !important;}
.mb-5 {margin-bottom: 3rem !important;}
.mb-auto {margin-bottom: auto !important;}
.ms-0 {margin-left: 0 !important;}
.ms-1 {margin-left: .25rem !important;}
.ms-2 {margin-left: .5rem !important;}
.ms-3 {margin-left: 1rem !important;}
.ms-4 {margin-left: 1.5rem !important;}
.ms-5 {margin-left: 3rem !important;}
.ms-auto {margin-left: auto !important;}
.p-0 {padding: 0 !important;}
.p-1 {padding: .25rem !important;}
.p-2 {padding: .5rem !important;}
.p-3 {padding: 1rem !important;}
.p-4 {padding: 1.5rem !important;}
.p-5 {padding: 3rem !important;}
.px-0 {padding-right: 0 !important;padding-left: 0 !important;}
.px-1 {padding-right: .25rem !important;padding-left: .25rem !important;}
.px-2 {padding-right: .5rem !important;padding-left: .5rem !important;}
.px-3 {padding-right: 1rem !important;padding-left: 1rem !important;}
.px-4 {padding-right: 1.5rem !important;padding-left: 1.5rem !important;}
.px-5 {padding-right: 3rem !important;padding-left: 3rem !important;}
.py-0 {padding-top: 0 !important;padding-bottom: 0 !important;}
.py-1 {padding-top: .25rem !important;padding-bottom: .25rem !important;}
.py-2 {padding-top: .5rem !important;padding-bottom: .5rem !important;}
.py-3 {padding-top: 1rem !important;padding-bottom: 1rem !important;}
.py-4 {padding-top: 1.5rem !important;padding-bottom: 1.5rem !important;}
.py-5 {padding-top: 3rem !important;padding-bottom: 3rem !important;}
.pt-0 {padding-top: 0 !important;}
.pt-1 {padding-top: .25rem !important;}
.pt-2 {padding-top: .5rem !important;}
.pt-3 {padding-top: 1rem !important;}
.pt-4 {padding-top: 1.5rem !important;}
.pt-5 {padding-top: 3rem !important;}
.pe-0 {padding-right: 0 !important;}
.pe-1 {padding-right: .25rem !important;}
.pe-2 {padding-right: .5rem !important;}
.pe-3 {padding-right: 1rem !important;}
.pe-4 {padding-right: 1.5rem !important;}
.pe-5 {padding-right: 3rem !important;}
.pb-0 {padding-bottom: 0 !important;}
.pb-1 {padding-bottom: .25rem !important;}
.pb-2 {padding-bottom: .5rem !important;}
.pb-3 {padding-bottom: 1rem !important;}
.pb-4 {padding-bottom: 1.5rem !important;}
.pb-5 {padding-bottom: 3rem !important;}
.ps-0 {padding-left: 0 !important;}
.ps-1 {padding-left: .25rem !important;}
.ps-2 {padding-left: .5rem !important;}
.ps-3 {padding-left: 1rem !important;}
.ps-4 {padding-left: 1.5rem !important;}
.ps-5 {padding-left: 3rem !important;}
.font-monospace {font-family: var(--bs-font-monospace) !important;}
.fs-1 {font-size: calc(1.375rem + 1.5vw) !important;}
.fs-2 {font-size: calc(1.325rem + .9vw) !important;}
.fs-3 {font-size: calc(1.3rem + .6vw) !important;}
.fs-4 {font-size: calc(1.275rem + .3vw) !important;}
.fs-5 {font-size: 1.25rem !important;}
.fs-6 {font-size: 1rem !important;}
.fst-italic {font-style: italic !important;}
.fst-normal {font-style: normal !important;}
.fw-light {font-weight: 300 !important;}
.fw-lighter {font-weight: lighter !important;}
.fw-normal {font-weight: 400 !important;}
.fw-bold {font-weight: 700 !important;}
.fw-bolder {font-weight: bolder !important;}
.lh-1 {line-height: 1 !important;}
.lh-sm {line-height: 1.25 !important;}
.lh-base {line-height: 1.5 !important;}
.lh-lg {line-height: 2 !important;}
.text-start {text-align: left !important;}
.text-end {text-align: right !important;}
.text-center {text-align: center !important;}
.text-decoration-none {text-decoration: none !important;}
.text-decoration-underline {text-decoration: underline !important;}
.text-decoration-line-through {text-decoration: line-through !important;}
.text-lowercase {text-transform: lowercase !important;}
.text-uppercase {text-transform: uppercase !important;}
.text-capitalize {text-transform: capitalize !important;}
.text-wrap {white-space: normal !important;}
.text-nowrap {white-space: nowrap !important;}
.text-break {word-wrap: break-word !important;word-break: break-word !important;}
.text-primary {--bs-text-opacity: 1;}
.text-secondary {--bs-text-opacity: 1;}
.text-success {--bs-text-opacity: 1;}
.text-info {--bs-text-opacity: 1;}
.text-warning {--bs-text-opacity: 1;}
.text-danger {--bs-text-opacity: 1;}
.text-light {--bs-text-opacity: 1;}
.text-dark {--bs-text-opacity: 1;}
.text-black {--bs-text-opacity: 1;}
.text-white {--bs-text-opacity: 1;}
.text-body {--bs-text-opacity: 1;}
.text-muted {--bs-text-opacity: 1;color: #6c757d !important;}
.text-black-50 {--bs-text-opacity: 1;color: rgba(0,0,0,.5) !important;}
.text-white-50 {--bs-text-opacity: 1;color: rgba(255,255,255,.5) !important;}
.text-reset {--bs-text-opacity: 1;color: inherit !important;}
.text-opacity-25 {--bs-text-opacity: .25;}
.text-opacity-50 {--bs-text-opacity: .5;}
.text-opacity-75 {--bs-text-opacity: .75;}
.text-opacity-100 {--bs-text-opacity: 1;}
.bg-primary {--bs-bg-opacity: 1;}
.bg-secondary {--bs-bg-opacity: 1;}
.bg-success {--bs-bg-opacity: 1;}
.bg-info {--bs-bg-opacity: 1;}
.bg-warning {--bs-bg-opacity: 1;}
.bg-danger {--bs-bg-opacity: 1;}
.bg-light {--bs-bg-opacity: 1;}
.bg-dark {--bs-bg-opacity: 1;}
.bg-black {--bs-bg-opacity: 1;}
.bg-white {--bs-bg-opacity: 1;}
.bg-body {--bs-bg-opacity: 1;}
.bg-transparent {--bs-bg-opacity: 1;background-color: transparent !important;}
.bg-opacity-10 {--bs-bg-opacity: .1;}
.bg-opacity-25 {--bs-bg-opacity: .25;}
.bg-opacity-50 {--bs-bg-opacity: .5;}
.bg-opacity-75 {--bs-bg-opacity: .75;}
.bg-opacity-100 {--bs-bg-opacity: 1;}
.bg-gradient {background-image: var(--bs-gradient) !important;}
.user-select-all {-webkit-user-select: all !important;-moz-user-select: all !important;user-select: all !important;}
.user-select-auto {-webkit-user-select: auto !important;-moz-user-select: auto !important;user-select: auto !important;}
.user-select-none {-webkit-user-select: none !important;-moz-user-select: none !important;user-select: none !important;}
.pe-none {pointer-events: none !important;}
.pe-auto {pointer-events: auto !important;}
.rounded {border-radius: .25rem !important;}
.rounded-0 {border-radius: 0 !important;}
.rounded-1 {border-radius: .2rem !important;}
.rounded-2 {border-radius: .25rem !important;}
.rounded-3 {border-radius: .3rem !important;}
.rounded-circle {border-radius: 50% !important;}
.rounded-pill {border-radius: 50rem !important;}
.rounded-top {border-top-left-radius: .25rem !important;border-top-right-radius: .25rem !important;}
.rounded-end {border-top-right-radius: .25rem !important;border-bottom-right-radius: .25rem !important;}
.rounded-bottom {border-bottom-right-radius: .25rem !important;border-bottom-left-radius: .25rem !important;}
.rounded-start {border-bottom-left-radius: .25rem !important;border-top-left-radius: .25rem !important;}
.visible {visibility: visible !important;}
.invisible {visibility: hidden !important;}
@media (min-width: 576px) {.float-sm-start {float: left !important;}
	.float-sm-end {float: right !important;}
	.float-sm-none {float: none !important;}
	.d-sm-inline {display: inline !important;}
	.d-sm-inline-block {display: inline-block !important;}
	.d-sm-block {display: block !important;}
	.d-sm-grid {display: grid !important;}
	.d-sm-table {display: table !important;}
	.d-sm-table-row {display: table-row !important;}
	.d-sm-table-cell {display: table-cell !important;}
	.d-sm-flex {display: flex !important;}
	.d-sm-inline-flex {display: inline-flex !important;}
	.d-sm-none {display: none !important;}
	.flex-sm-fill {flex: 1 1 auto !important;}
	.flex-sm-row {flex-direction: row !important;}
	.flex-sm-column {flex-direction: column !important;}
	.flex-sm-row-reverse {flex-direction: row-reverse !important;}
	.flex-sm-column-reverse {flex-direction: column-reverse !important;}
	.flex-sm-grow-0 {flex-grow: 0 !important;}
	.flex-sm-grow-1 {flex-grow: 1 !important;}
	.flex-sm-shrink-0 {flex-shrink: 0 !important;}
	.flex-sm-shrink-1 {flex-shrink: 1 !important;}
	.flex-sm-wrap {flex-wrap: wrap !important;}
	.flex-sm-nowrap {flex-wrap: nowrap !important;}
	.flex-sm-wrap-reverse {flex-wrap: wrap-reverse !important;}
	.gap-sm-0 {gap: 0 !important;}
	.gap-sm-1 {gap: .25rem !important;}
	.gap-sm-2 {gap: .5rem !important;}
	.gap-sm-3 {gap: 1rem !important;}
	.gap-sm-4 {gap: 1.5rem !important;}
	.gap-sm-5 {gap: 3rem !important;}
	.justify-content-sm-start {justify-content: flex-start !important;}
	.justify-content-sm-end {justify-content: flex-end !important;}
	.justify-content-sm-center {justify-content: center !important;}
	.justify-content-sm-between {justify-content: space-between !important;}
	.justify-content-sm-around {justify-content: space-around !important;}
	.justify-content-sm-evenly {justify-content: space-evenly !important;}
	.align-items-sm-start {align-items: flex-start !important;}
	.align-items-sm-end {align-items: flex-end !important;}
	.align-items-sm-center {align-items: center !important;}
	.align-items-sm-baseline {align-items: baseline !important;}
	.align-items-sm-stretch {align-items: stretch !important;}
	.align-content-sm-start {align-content: flex-start !important;}
	.align-content-sm-end {align-content: flex-end !important;}
	.align-content-sm-center {align-content: center !important;}
	.align-content-sm-between {align-content: space-between !important;}
	.align-content-sm-around {align-content: space-around !important;}
	.align-content-sm-stretch {align-content: stretch !important;}
	.align-self-sm-auto {align-self: auto !important;}
	.align-self-sm-start {align-self: flex-start !important;}
	.align-self-sm-end {align-self: flex-end !important;}
	.align-self-sm-center {align-self: center !important;}
	.align-self-sm-baseline {align-self: baseline !important;}
	.align-self-sm-stretch {align-self: stretch !important;}
	.order-sm-first {order: -1 !important;}
	.order-sm-0 {order: 0 !important;}
	.order-sm-1 {order: 1 !important;}
	.order-sm-2 {order: 2 !important;}
	.order-sm-3 {order: 3 !important;}
	.order-sm-4 {order: 4 !important;}
	.order-sm-5 {order: 5 !important;}
	.order-sm-last {order: 6 !important;}
	.m-sm-0 {margin: 0 !important;}
	.m-sm-1 {margin: .25rem !important;}
	.m-sm-2 {margin: .5rem !important;}
	.m-sm-3 {margin: 1rem !important;}
	.m-sm-4 {margin: 1.5rem !important;}
	.m-sm-5 {margin: 3rem !important;}
	.m-sm-auto {margin: auto !important;}
	.mx-sm-0 {margin-right: 0 !important;margin-left: 0 !important;}
	.mx-sm-1 {margin-right: .25rem !important;margin-left: .25rem !important;}
	.mx-sm-2 {margin-right: .5rem !important;margin-left: .5rem !important;}
	.mx-sm-3 {margin-right: 1rem !important;margin-left: 1rem !important;}
	.mx-sm-4 {margin-right: 1.5rem !important;margin-left: 1.5rem !important;}
	.mx-sm-5 {margin-right: 3rem !important;margin-left: 3rem !important;}
	.mx-sm-auto {margin-right: auto !important;margin-left: auto !important;}
	.my-sm-0 {margin-top: 0 !important;margin-bottom: 0 !important;}
	.my-sm-1 {margin-top: .25rem !important;margin-bottom: .25rem !important;}
	.my-sm-2 {margin-top: .5rem !important;margin-bottom: .5rem !important;}
	.my-sm-3 {margin-top: 1rem !important;margin-bottom: 1rem !important;}
	.my-sm-4 {margin-top: 1.5rem !important;margin-bottom: 1.5rem !important;}
	.my-sm-5 {margin-top: 3rem !important;margin-bottom: 3rem !important;}
	.my-sm-auto {margin-top: auto !important;margin-bottom: auto !important;}
	.mt-sm-0 {margin-top: 0 !important;}
	.mt-sm-1 {margin-top: .25rem !important;}
	.mt-sm-2 {margin-top: .5rem !important;}
	.mt-sm-3 {margin-top: 1rem !important;}
	.mt-sm-4 {margin-top: 1.5rem !important;}
	.mt-sm-5 {margin-top: 3rem !important;}
	.mt-sm-auto {margin-top: auto !important;}
	.me-sm-0 {margin-right: 0 !important;}
	.me-sm-1 {margin-right: .25rem !important;}
	.me-sm-2 {margin-right: .5rem !important;}
	.me-sm-3 {margin-right: 1rem !important;}
	.me-sm-4 {margin-right: 1.5rem !important;}
	.me-sm-5 {margin-right: 3rem !important;}
	.me-sm-auto {margin-right: auto !important;}
	.mb-sm-0 {margin-bottom: 0 !important;}
	.mb-sm-1 {margin-bottom: .25rem !important;}
	.mb-sm-2 {margin-bottom: .5rem !important;}
	.mb-sm-3 {margin-bottom: 1rem !important;}
	.mb-sm-4 {margin-bottom: 1.5rem !important;}
	.mb-sm-5 {margin-bottom: 3rem !important;}
	.mb-sm-auto {margin-bottom: auto !important;}
	.ms-sm-0 {margin-left: 0 !important;}
	.ms-sm-1 {margin-left: .25rem !important;}
	.ms-sm-2 {margin-left: .5rem !important;}
	.ms-sm-3 {margin-left: 1rem !important;}
	.ms-sm-4 {margin-left: 1.5rem !important;}
	.ms-sm-5 {margin-left: 3rem !important;}
	.ms-sm-auto {margin-left: auto !important;}
	.p-sm-0 {padding: 0 !important;}
	.p-sm-1 {padding: .25rem !important;}
	.p-sm-2 {padding: .5rem !important;}
	.p-sm-3 {padding: 1rem !important;}
	.p-sm-4 {padding: 1.5rem !important;}
	.p-sm-5 {padding: 3rem !important;}
	.px-sm-0 {padding-right: 0 !important;padding-left: 0 !important;}
	.px-sm-1 {padding-right: .25rem !important;padding-left: .25rem !important;}
	.px-sm-2 {padding-right: .5rem !important;padding-left: .5rem !important;}
	.px-sm-3 {padding-right: 1rem !important;padding-left: 1rem !important;}
	.px-sm-4 {padding-right: 1.5rem !important;padding-left: 1.5rem !important;}
	.px-sm-5 {padding-right: 3rem !important;padding-left: 3rem !important;}
	.py-sm-0 {padding-top: 0 !important;padding-bottom: 0 !important;}
	.py-sm-1 {padding-top: .25rem !important;padding-bottom: .25rem !important;}
	.py-sm-2 {padding-top: .5rem !important;padding-bottom: .5rem !important;}
	.py-sm-3 {padding-top: 1rem !important;padding-bottom: 1rem !important;}
	.py-sm-4 {padding-top: 1.5rem !important;padding-bottom: 1.5rem !important;}
	.py-sm-5 {padding-top: 3rem !important;padding-bottom: 3rem !important;}
	.pt-sm-0 {padding-top: 0 !important;}
	.pt-sm-1 {padding-top: .25rem !important;}
	.pt-sm-2 {padding-top: .5rem !important;}
	.pt-sm-3 {padding-top: 1rem !important;}
	.pt-sm-4 {padding-top: 1.5rem !important;}
	.pt-sm-5 {padding-top: 3rem !important;}
	.pe-sm-0 {padding-right: 0 !important;}
	.pe-sm-1 {padding-right: .25rem !important;}
	.pe-sm-2 {padding-right: .5rem !important;}
	.pe-sm-3 {padding-right: 1rem !important;}
	.pe-sm-4 {padding-right: 1.5rem !important;}
	.pe-sm-5 {padding-right: 3rem !important;}
	.pb-sm-0 {padding-bottom: 0 !important;}
	.pb-sm-1 {padding-bottom: .25rem !important;}
	.pb-sm-2 {padding-bottom: .5rem !important;}
	.pb-sm-3 {padding-bottom: 1rem !important;}
	.pb-sm-4 {padding-bottom: 1.5rem !important;}
	.pb-sm-5 {padding-bottom: 3rem !important;}
	.ps-sm-0 {padding-left: 0 !important;}
	.ps-sm-1 {padding-left: .25rem !important;}
	.ps-sm-2 {padding-left: .5rem !important;}
	.ps-sm-3 {padding-left: 1rem !important;}
	.ps-sm-4 {padding-left: 1.5rem !important;}
	.ps-sm-5 {padding-left: 3rem !important;}
	.text-sm-start {text-align: left !important;}
	.text-sm-end {text-align: right !important;}
	.text-sm-center {text-align: center !important;}}
@media (min-width: 768px) {.float-md-start {float: left !important;}
	.float-md-end {float: right !important;}
	.float-md-none {float: none !important;}
	.d-md-inline {display: inline !important;}
	.d-md-inline-block {display: inline-block !important;}
	.d-md-block {display: block !important;}
	.d-md-grid {display: grid !important;}
	.d-md-table {display: table !important;}
	.d-md-table-row {display: table-row !important;}
	.d-md-table-cell {display: table-cell !important;}
	.d-md-flex {display: flex !important;}
	.d-md-inline-flex {display: inline-flex !important;}
	.d-md-none {display: none !important;}
	.flex-md-fill {flex: 1 1 auto !important;}
	.flex-md-row {flex-direction: row !important;}
	.flex-md-column {flex-direction: column !important;}
	.flex-md-row-reverse {flex-direction: row-reverse !important;}
	.flex-md-column-reverse {flex-direction: column-reverse !important;}
	.flex-md-grow-0 {flex-grow: 0 !important;}
	.flex-md-grow-1 {flex-grow: 1 !important;}
	.flex-md-shrink-0 {flex-shrink: 0 !important;}
	.flex-md-shrink-1 {flex-shrink: 1 !important;}
	.flex-md-wrap {flex-wrap: wrap !important;}
	.flex-md-nowrap {flex-wrap: nowrap !important;}
	.flex-md-wrap-reverse {flex-wrap: wrap-reverse !important;}
	.gap-md-0 {gap: 0 !important;}
	.gap-md-1 {gap: .25rem !important;}
	.gap-md-2 {gap: .5rem !important;}
	.gap-md-3 {gap: 1rem !important;}
	.gap-md-4 {gap: 1.5rem !important;}
	.gap-md-5 {gap: 3rem !important;}
	.justify-content-md-start {justify-content: flex-start !important;}
	.justify-content-md-end {justify-content: flex-end !important;}
	.justify-content-md-center {justify-content: center !important;}
	.justify-content-md-between {justify-content: space-between !important;}
	.justify-content-md-around {justify-content: space-around !important;}
	.justify-content-md-evenly {justify-content: space-evenly !important;}
	.align-items-md-start {align-items: flex-start !important;}
	.align-items-md-end {align-items: flex-end !important;}
	.align-items-md-center {align-items: center !important;}
	.align-items-md-baseline {align-items: baseline !important;}
	.align-items-md-stretch {align-items: stretch !important;}
	.align-content-md-start {align-content: flex-start !important;}
	.align-content-md-end {align-content: flex-end !important;}
	.align-content-md-center {align-content: center !important;}
	.align-content-md-between {align-content: space-between !important;}
	.align-content-md-around {align-content: space-around !important;}
	.align-content-md-stretch {align-content: stretch !important;}
	.align-self-md-auto {align-self: auto !important;}
	.align-self-md-start {align-self: flex-start !important;}
	.align-self-md-end {align-self: flex-end !important;}
	.align-self-md-center {align-self: center !important;}
	.align-self-md-baseline {align-self: baseline !important;}
	.align-self-md-stretch {align-self: stretch !important;}
	.order-md-first {order: -1 !important;}
	.order-md-0 {order: 0 !important;}
	.order-md-1 {order: 1 !important;}
	.order-md-2 {order: 2 !important;}
	.order-md-3 {order: 3 !important;}
	.order-md-4 {order: 4 !important;}
	.order-md-5 {order: 5 !important;}
	.order-md-last {order: 6 !important;}
	.m-md-0 {margin: 0 !important;}
	.m-md-1 {margin: .25rem !important;}
	.m-md-2 {margin: .5rem !important;}
	.m-md-3 {margin: 1rem !important;}
	.m-md-4 {margin: 1.5rem !important;}
	.m-md-5 {margin: 3rem !important;}
	.m-md-auto {margin: auto !important;}
	.mx-md-0 {margin-right: 0 !important;margin-left: 0 !important;}
	.mx-md-1 {margin-right: .25rem !important;margin-left: .25rem !important;}
	.mx-md-2 {margin-right: .5rem !important;margin-left: .5rem !important;}
	.mx-md-3 {margin-right: 1rem !important;margin-left: 1rem !important;}
	.mx-md-4 {margin-right: 1.5rem !important;margin-left: 1.5rem !important;}
	.mx-md-5 {margin-right: 3rem !important;margin-left: 3rem !important;}
	.mx-md-auto {margin-right: auto !important;margin-left: auto !important;}
	.my-md-0 {margin-top: 0 !important;margin-bottom: 0 !important;}
	.my-md-1 {margin-top: .25rem !important;margin-bottom: .25rem !important;}
	.my-md-2 {margin-top: .5rem !important;margin-bottom: .5rem !important;}
	.my-md-3 {margin-top: 1rem !important;margin-bottom: 1rem !important;}
	.my-md-4 {margin-top: 1.5rem !important;margin-bottom: 1.5rem !important;}
	.my-md-5 {margin-top: 3rem !important;margin-bottom: 3rem !important;}
	.my-md-auto {margin-top: auto !important;margin-bottom: auto !important;}
	.mt-md-0 {margin-top: 0 !important;}
	.mt-md-1 {margin-top: .25rem !important;}
	.mt-md-2 {margin-top: .5rem !important;}
	.mt-md-3 {margin-top: 1rem !important;}
	.mt-md-4 {margin-top: 1.5rem !important;}
	.mt-md-5 {margin-top: 3rem !important;}
	.mt-md-auto {margin-top: auto !important;}
	.me-md-0 {margin-right: 0 !important;}
	.me-md-1 {margin-right: .25rem !important;}
	.me-md-2 {margin-right: .5rem !important;}
	.me-md-3 {margin-right: 1rem !important;}
	.me-md-4 {margin-right: 1.5rem !important;}
	.me-md-5 {margin-right: 3rem !important;}
	.me-md-auto {margin-right: auto !important;}
	.mb-md-0 {margin-bottom: 0 !important;}
	.mb-md-1 {margin-bottom: .25rem !important;}
	.mb-md-2 {margin-bottom: .5rem !important;}
	.mb-md-3 {margin-bottom: 1rem !important;}
	.mb-md-4 {margin-bottom: 1.5rem !important;}
	.mb-md-5 {margin-bottom: 3rem !important;}
	.mb-md-auto {margin-bottom: auto !important;}
	.ms-md-0 {margin-left: 0 !important;}
	.ms-md-1 {margin-left: .25rem !important;}
	.ms-md-2 {margin-left: .5rem !important;}
	.ms-md-3 {margin-left: 1rem !important;}
	.ms-md-4 {margin-left: 1.5rem !important;}
	.ms-md-5 {margin-left: 3rem !important;}
	.ms-md-auto {margin-left: auto !important;}
	.p-md-0 {padding: 0 !important;}
	.p-md-1 {padding: .25rem !important;}
	.p-md-2 {padding: .5rem !important;}
	.p-md-3 {padding: 1rem !important;}
	.p-md-4 {padding: 1.5rem !important;}
	.p-md-5 {padding: 3rem !important;}
	.px-md-0 {padding-right: 0 !important;padding-left: 0 !important;}
	.px-md-1 {padding-right: .25rem !important;padding-left: .25rem !important;}
	.px-md-2 {padding-right: .5rem !important;padding-left: .5rem !important;}
	.px-md-3 {padding-right: 1rem !important;padding-left: 1rem !important;}
	.px-md-4 {padding-right: 1.5rem !important;padding-left: 1.5rem !important;}
	.px-md-5 {padding-right: 3rem !important;padding-left: 3rem !important;}
	.py-md-0 {padding-top: 0 !important;padding-bottom: 0 !important;}
	.py-md-1 {padding-top: .25rem !important;padding-bottom: .25rem !important;}
	.py-md-2 {padding-top: .5rem !important;padding-bottom: .5rem !important;}
	.py-md-3 {padding-top: 1rem !important;padding-bottom: 1rem !important;}
	.py-md-4 {padding-top: 1.5rem !important;padding-bottom: 1.5rem !important;}
	.py-md-5 {padding-top: 3rem !important;padding-bottom: 3rem !important;}
	.pt-md-0 {padding-top: 0 !important;}
	.pt-md-1 {padding-top: .25rem !important;}
	.pt-md-2 {padding-top: .5rem !important;}
	.pt-md-3 {padding-top: 1rem !important;}
	.pt-md-4 {padding-top: 1.5rem !important;}
	.pt-md-5 {padding-top: 3rem !important;}
	.pe-md-0 {padding-right: 0 !important;}
	.pe-md-1 {padding-right: .25rem !important;}
	.pe-md-2 {padding-right: .5rem !important;}
	.pe-md-3 {padding-right: 1rem !important;}
	.pe-md-4 {padding-right: 1.5rem !important;}
	.pe-md-5 {padding-right: 3rem !important;}
	.pb-md-0 {padding-bottom: 0 !important;}
	.pb-md-1 {padding-bottom: .25rem !important;}
	.pb-md-2 {padding-bottom: .5rem !important;}
	.pb-md-3 {padding-bottom: 1rem !important;}
	.pb-md-4 {padding-bottom: 1.5rem !important;}
	.pb-md-5 {padding-bottom: 3rem !important;}
	.ps-md-0 {padding-left: 0 !important;}
	.ps-md-1 {padding-left: .25rem !important;}
	.ps-md-2 {padding-left: .5rem !important;}
	.ps-md-3 {padding-left: 1rem !important;}
	.ps-md-4 {padding-left: 1.5rem !important;}
	.ps-md-5 {padding-left: 3rem !important;}
	.text-md-start {text-align: left !important;}
	.text-md-end {text-align: right !important;}
	.text-md-center {text-align: center !important;}}
@media (min-width: 992px) {.float-lg-start {float: left !important;}
	.float-lg-end {float: right !important;}
	.float-lg-none {float: none !important;}
	.d-lg-inline {display: inline !important;}
	.d-lg-inline-block {display: inline-block !important;}
	.d-lg-block {display: block !important;}
	.d-lg-grid {display: grid !important;}
	.d-lg-table {display: table !important;}
	.d-lg-table-row {display: table-row !important;}
	.d-lg-table-cell {display: table-cell !important;}
	.d-lg-flex {display: flex !important;}
	.d-lg-inline-flex {display: inline-flex !important;}
	.d-lg-none {display: none !important;}
	.flex-lg-fill {flex: 1 1 auto !important;}
	.flex-lg-row {flex-direction: row !important;}
	.flex-lg-column {flex-direction: column !important;}
	.flex-lg-row-reverse {flex-direction: row-reverse !important;}
	.flex-lg-column-reverse {flex-direction: column-reverse !important;}
	.flex-lg-grow-0 {flex-grow: 0 !important;}
	.flex-lg-grow-1 {flex-grow: 1 !important;}
	.flex-lg-shrink-0 {flex-shrink: 0 !important;}
	.flex-lg-shrink-1 {flex-shrink: 1 !important;}
	.flex-lg-wrap {flex-wrap: wrap !important;}
	.flex-lg-nowrap {flex-wrap: nowrap !important;}
	.flex-lg-wrap-reverse {flex-wrap: wrap-reverse !important;}
	.gap-lg-0 {gap: 0 !important;}
	.gap-lg-1 {gap: .25rem !important;}
	.gap-lg-2 {gap: .5rem !important;}
	.gap-lg-3 {gap: 1rem !important;}
	.gap-lg-4 {gap: 1.5rem !important;}
	.gap-lg-5 {gap: 3rem !important;}
	.justify-content-lg-start {justify-content: flex-start !important;}
	.justify-content-lg-end {justify-content: flex-end !important;}
	.justify-content-lg-center {justify-content: center !important;}
	.justify-content-lg-between {justify-content: space-between !important;}
	.justify-content-lg-around {justify-content: space-around !important;}
	.justify-content-lg-evenly {justify-content: space-evenly !important;}
	.align-items-lg-start {align-items: flex-start !important;}
	.align-items-lg-end {align-items: flex-end !important;}
	.align-items-lg-center {align-items: center !important;}
	.align-items-lg-baseline {align-items: baseline !important;}
	.align-items-lg-stretch {align-items: stretch !important;}
	.align-content-lg-start {align-content: flex-start !important;}
	.align-content-lg-end {align-content: flex-end !important;}
	.align-content-lg-center {align-content: center !important;}
	.align-content-lg-between {align-content: space-between !important;}
	.align-content-lg-around {align-content: space-around !important;}
	.align-content-lg-stretch {align-content: stretch !important;}
	.align-self-lg-auto {align-self: auto !important;}
	.align-self-lg-start {align-self: flex-start !important;}
	.align-self-lg-end {align-self: flex-end !important;}
	.align-self-lg-center {align-self: center !important;}
	.align-self-lg-baseline {align-self: baseline !important;}
	.align-self-lg-stretch {align-self: stretch !important;}
	.order-lg-first {order: -1 !important;}
	.order-lg-0 {order: 0 !important;}
	.order-lg-1 {order: 1 !important;}
	.order-lg-2 {order: 2 !important;}
	.order-lg-3 {order: 3 !important;}
	.order-lg-4 {order: 4 !important;}
	.order-lg-5 {order: 5 !important;}
	.order-lg-last {order: 6 !important;}
	.m-lg-0 {margin: 0 !important;}
	.m-lg-1 {margin: .25rem !important;}
	.m-lg-2 {margin: .5rem !important;}
	.m-lg-3 {margin: 1rem !important;}
	.m-lg-4 {margin: 1.5rem !important;}
	.m-lg-5 {margin: 3rem !important;}
	.m-lg-auto {margin: auto !important;}
	.mx-lg-0 {margin-right: 0 !important;margin-left: 0 !important;}
	.mx-lg-1 {margin-right: .25rem !important;margin-left: .25rem !important;}
	.mx-lg-2 {margin-right: .5rem !important;margin-left: .5rem !important;}
	.mx-lg-3 {margin-right: 1rem !important;margin-left: 1rem !important;}
	.mx-lg-4 {margin-right: 1.5rem !important;margin-left: 1.5rem !important;}
	.mx-lg-5 {margin-right: 3rem !important;margin-left: 3rem !important;}
	.mx-lg-auto {margin-right: auto !important;margin-left: auto !important;}
	.my-lg-0 {margin-top: 0 !important;margin-bottom: 0 !important;}
	.my-lg-1 {margin-top: .25rem !important;margin-bottom: .25rem !important;}
	.my-lg-2 {margin-top: .5rem !important;margin-bottom: .5rem !important;}
	.my-lg-3 {margin-top: 1rem !important;margin-bottom: 1rem !important;}
	.my-lg-4 {margin-top: 1.5rem !important;margin-bottom: 1.5rem !important;}
	.my-lg-5 {margin-top: 3rem !important;margin-bottom: 3rem !important;}
	.my-lg-auto {margin-top: auto !important;margin-bottom: auto !important;}
	.mt-lg-0 {margin-top: 0 !important;}
	.mt-lg-1 {margin-top: .25rem !important;}
	.mt-lg-2 {margin-top: .5rem !important;}
	.mt-lg-3 {margin-top: 1rem !important;}
	.mt-lg-4 {margin-top: 1.5rem !important;}
	.mt-lg-5 {margin-top: 3rem !important;}
	.mt-lg-auto {margin-top: auto !important;}
	.me-lg-0 {margin-right: 0 !important;}
	.me-lg-1 {margin-right: .25rem !important;}
	.me-lg-2 {margin-right: .5rem !important;}
	.me-lg-3 {margin-right: 1rem !important;}
	.me-lg-4 {margin-right: 1.5rem !important;}
	.me-lg-5 {margin-right: 3rem !important;}
	.me-lg-auto {margin-right: auto !important;}
	.mb-lg-0 {margin-bottom: 0 !important;}
	.mb-lg-1 {margin-bottom: .25rem !important;}
	.mb-lg-2 {margin-bottom: .5rem !important;}
	.mb-lg-3 {margin-bottom: 1rem !important;}
	.mb-lg-4 {margin-bottom: 1.5rem !important;}
	.mb-lg-5 {margin-bottom: 3rem !important;}
	.mb-lg-auto {margin-bottom: auto !important;}
	.ms-lg-0 {margin-left: 0 !important;}
	.ms-lg-1 {margin-left: .25rem !important;}
	.ms-lg-2 {margin-left: .5rem !important;}
	.ms-lg-3 {margin-left: 1rem !important;}
	.ms-lg-4 {margin-left: 1.5rem !important;}
	.ms-lg-5 {margin-left: 3rem !important;}
	.ms-lg-auto {margin-left: auto !important;}
	.p-lg-0 {padding: 0 !important;}
	.p-lg-1 {padding: .25rem !important;}
	.p-lg-2 {padding: .5rem !important;}
	.p-lg-3 {padding: 1rem !important;}
	.p-lg-4 {padding: 1.5rem !important;}
	.p-lg-5 {padding: 3rem !important;}
	.px-lg-0 {padding-right: 0 !important;padding-left: 0 !important;}
	.px-lg-1 {padding-right: .25rem !important;padding-left: .25rem !important;}
	.px-lg-2 {padding-right: .5rem !important;padding-left: .5rem !important;}
	.px-lg-3 {padding-right: 1rem !important;padding-left: 1rem !important;}
	.px-lg-4 {padding-right: 1.5rem !important;padding-left: 1.5rem !important;}
	.px-lg-5 {padding-right: 3rem !important;padding-left: 3rem !important;}
	.py-lg-0 {padding-top: 0 !important;padding-bottom: 0 !important;}
	.py-lg-1 {padding-top: .25rem !important;padding-bottom: .25rem !important;}
	.py-lg-2 {padding-top: .5rem !important;padding-bottom: .5rem !important;}
	.py-lg-3 {padding-top: 1rem !important;padding-bottom: 1rem !important;}
	.py-lg-4 {padding-top: 1.5rem !important;padding-bottom: 1.5rem !important;}
	.py-lg-5 {padding-top: 3rem !important;padding-bottom: 3rem !important;}
	.pt-lg-0 {padding-top: 0 !important;}
	.pt-lg-1 {padding-top: .25rem !important;}
	.pt-lg-2 {padding-top: .5rem !important;}
	.pt-lg-3 {padding-top: 1rem !important;}
	.pt-lg-4 {padding-top: 1.5rem !important;}
	.pt-lg-5 {padding-top: 3rem !important;}
	.pe-lg-0 {padding-right: 0 !important;}
	.pe-lg-1 {padding-right: .25rem !important;}
	.pe-lg-2 {padding-right: .5rem !important;}
	.pe-lg-3 {padding-right: 1rem !important;}
	.pe-lg-4 {padding-right: 1.5rem !important;}
	.pe-lg-5 {padding-right: 3rem !important;}
	.pb-lg-0 {padding-bottom: 0 !important;}
	.pb-lg-1 {padding-bottom: .25rem !important;}
	.pb-lg-2 {padding-bottom: .5rem !important;}
	.pb-lg-3 {padding-bottom: 1rem !important;}
	.pb-lg-4 {padding-bottom: 1.5rem !important;}
	.pb-lg-5 {padding-bottom: 3rem !important;}
	.ps-lg-0 {padding-left: 0 !important;}
	.ps-lg-1 {padding-left: .25rem !important;}
	.ps-lg-2 {padding-left: .5rem !important;}
	.ps-lg-3 {padding-left: 1rem !important;}
	.ps-lg-4 {padding-left: 1.5rem !important;}
	.ps-lg-5 {padding-left: 3rem !important;}
	.text-lg-start {text-align: left !important;}
	.text-lg-end {text-align: right !important;}
	.text-lg-center {text-align: center !important;}}
@media (min-width: 1200px) {.float-xl-start {float: left !important;}
	.float-xl-end {float: right !important;}
	.float-xl-none {float: none !important;}
	.d-xl-inline {display: inline !important;}
	.d-xl-inline-block {display: inline-block !important;}
	.d-xl-block {display: block !important;}
	.d-xl-grid {display: grid !important;}
	.d-xl-table {display: table !important;}
	.d-xl-table-row {display: table-row !important;}
	.d-xl-table-cell {display: table-cell !important;}
	.d-xl-flex {display: flex !important;}
	.d-xl-inline-flex {display: inline-flex !important;}
	.d-xl-none {display: none !important;}
	.flex-xl-fill {flex: 1 1 auto !important;}
	.flex-xl-row {flex-direction: row !important;}
	.flex-xl-column {flex-direction: column !important;}
	.flex-xl-row-reverse {flex-direction: row-reverse !important;}
	.flex-xl-column-reverse {flex-direction: column-reverse !important;}
	.flex-xl-grow-0 {flex-grow: 0 !important;}
	.flex-xl-grow-1 {flex-grow: 1 !important;}
	.flex-xl-shrink-0 {flex-shrink: 0 !important;}
	.flex-xl-shrink-1 {flex-shrink: 1 !important;}
	.flex-xl-wrap {flex-wrap: wrap !important;}
	.flex-xl-nowrap {flex-wrap: nowrap !important;}
	.flex-xl-wrap-reverse {flex-wrap: wrap-reverse !important;}
	.gap-xl-0 {gap: 0 !important;}
	.gap-xl-1 {gap: .25rem !important;}
	.gap-xl-2 {gap: .5rem !important;}
	.gap-xl-3 {gap: 1rem !important;}
	.gap-xl-4 {gap: 1.5rem !important;}
	.gap-xl-5 {gap: 3rem !important;}
	.justify-content-xl-start {justify-content: flex-start !important;}
	.justify-content-xl-end {justify-content: flex-end !important;}
	.justify-content-xl-center {justify-content: center !important;}
	.justify-content-xl-between {justify-content: space-between !important;}
	.justify-content-xl-around {justify-content: space-around !important;}
	.justify-content-xl-evenly {justify-content: space-evenly !important;}
	.align-items-xl-start {align-items: flex-start !important;}
	.align-items-xl-end {align-items: flex-end !important;}
	.align-items-xl-center {align-items: center !important;}
	.align-items-xl-baseline {align-items: baseline !important;}
	.align-items-xl-stretch {align-items: stretch !important;}
	.align-content-xl-start {align-content: flex-start !important;}
	.align-content-xl-end {align-content: flex-end !important;}
	.align-content-xl-center {align-content: center !important;}
	.align-content-xl-between {align-content: space-between !important;}
	.align-content-xl-around {align-content: space-around !important;}
	.align-content-xl-stretch {align-content: stretch !important;}
	.align-self-xl-auto {align-self: auto !important;}
	.align-self-xl-start {align-self: flex-start !important;}
	.align-self-xl-end {align-self: flex-end !important;}
	.align-self-xl-center {align-self: center !important;}
	.align-self-xl-baseline {align-self: baseline !important;}
	.align-self-xl-stretch {align-self: stretch !important;}
	.order-xl-first {order: -1 !important;}
	.order-xl-0 {order: 0 !important;}
	.order-xl-1 {order: 1 !important;}
	.order-xl-2 {order: 2 !important;}
	.order-xl-3 {order: 3 !important;}
	.order-xl-4 {order: 4 !important;}
	.order-xl-5 {order: 5 !important;}
	.order-xl-last {order: 6 !important;}
	.m-xl-0 {margin: 0 !important;}
	.m-xl-1 {margin: .25rem !important;}
	.m-xl-2 {margin: .5rem !important;}
	.m-xl-3 {margin: 1rem !important;}
	.m-xl-4 {margin: 1.5rem !important;}
	.m-xl-5 {margin: 3rem !important;}
	.m-xl-auto {margin: auto !important;}
	.mx-xl-0 {margin-right: 0 !important;margin-left: 0 !important;}
	.mx-xl-1 {margin-right: .25rem !important;margin-left: .25rem !important;}
	.mx-xl-2 {margin-right: .5rem !important;margin-left: .5rem !important;}
	.mx-xl-3 {margin-right: 1rem !important;margin-left: 1rem !important;}
	.mx-xl-4 {margin-right: 1.5rem !important;margin-left: 1.5rem !important;}
	.mx-xl-5 {margin-right: 3rem !important;margin-left: 3rem !important;}
	.mx-xl-auto {margin-right: auto !important;margin-left: auto !important;}
	.my-xl-0 {margin-top: 0 !important;margin-bottom: 0 !important;}
	.my-xl-1 {margin-top: .25rem !important;margin-bottom: .25rem !important;}
	.my-xl-2 {margin-top: .5rem !important;margin-bottom: .5rem !important;}
	.my-xl-3 {margin-top: 1rem !important;margin-bottom: 1rem !important;}
	.my-xl-4 {margin-top: 1.5rem !important;margin-bottom: 1.5rem !important;}
	.my-xl-5 {margin-top: 3rem !important;margin-bottom: 3rem !important;}
	.my-xl-auto {margin-top: auto !important;margin-bottom: auto !important;}
	.mt-xl-0 {margin-top: 0 !important;}
	.mt-xl-1 {margin-top: .25rem !important;}
	.mt-xl-2 {margin-top: .5rem !important;}
	.mt-xl-3 {margin-top: 1rem !important;}
	.mt-xl-4 {margin-top: 1.5rem !important;}
	.mt-xl-5 {margin-top: 3rem !important;}
	.mt-xl-auto {margin-top: auto !important;}
	.me-xl-0 {margin-right: 0 !important;}
	.me-xl-1 {margin-right: .25rem !important;}
	.me-xl-2 {margin-right: .5rem !important;}
	.me-xl-3 {margin-right: 1rem !important;}
	.me-xl-4 {margin-right: 1.5rem !important;}
	.me-xl-5 {margin-right: 3rem !important;}
	.me-xl-auto {margin-right: auto !important;}
	.mb-xl-0 {margin-bottom: 0 !important;}
	.mb-xl-1 {margin-bottom: .25rem !important;}
	.mb-xl-2 {margin-bottom: .5rem !important;}
	.mb-xl-3 {margin-bottom: 1rem !important;}
	.mb-xl-4 {margin-bottom: 1.5rem !important;}
	.mb-xl-5 {margin-bottom: 3rem !important;}
	.mb-xl-auto {margin-bottom: auto !important;}
	.ms-xl-0 {margin-left: 0 !important;}
	.ms-xl-1 {margin-left: .25rem !important;}
	.ms-xl-2 {margin-left: .5rem !important;}
	.ms-xl-3 {margin-left: 1rem !important;}
	.ms-xl-4 {margin-left: 1.5rem !important;}
	.ms-xl-5 {margin-left: 3rem !important;}
	.ms-xl-auto {margin-left: auto !important;}
	.p-xl-0 {padding: 0 !important;}
	.p-xl-1 {padding: .25rem !important;}
	.p-xl-2 {padding: .5rem !important;}
	.p-xl-3 {padding: 1rem !important;}
	.p-xl-4 {padding: 1.5rem !important;}
	.p-xl-5 {padding: 3rem !important;}
	.px-xl-0 {padding-right: 0 !important;padding-left: 0 !important;}
	.px-xl-1 {padding-right: .25rem !important;padding-left: .25rem !important;}
	.px-xl-2 {padding-right: .5rem !important;padding-left: .5rem !important;}
	.px-xl-3 {padding-right: 1rem !important;padding-left: 1rem !important;}
	.px-xl-4 {padding-right: 1.5rem !important;padding-left: 1.5rem !important;}
	.px-xl-5 {padding-right: 3rem !important;padding-left: 3rem !important;}
	.py-xl-0 {padding-top: 0 !important;padding-bottom: 0 !important;}
	.py-xl-1 {padding-top: .25rem !important;padding-bottom: .25rem !important;}
	.py-xl-2 {padding-top: .5rem !important;padding-bottom: .5rem !important;}
	.py-xl-3 {padding-top: 1rem !important;padding-bottom: 1rem !important;}
	.py-xl-4 {padding-top: 1.5rem !important;padding-bottom: 1.5rem !important;}
	.py-xl-5 {padding-top: 3rem !important;padding-bottom: 3rem !important;}
	.pt-xl-0 {padding-top: 0 !important;}
	.pt-xl-1 {padding-top: .25rem !important;}
	.pt-xl-2 {padding-top: .5rem !important;}
	.pt-xl-3 {padding-top: 1rem !important;}
	.pt-xl-4 {padding-top: 1.5rem !important;}
	.pt-xl-5 {padding-top: 3rem !important;}
	.pe-xl-0 {padding-right: 0 !important;}
	.pe-xl-1 {padding-right: .25rem !important;}
	.pe-xl-2 {padding-right: .5rem !important;}
	.pe-xl-3 {padding-right: 1rem !important;}
	.pe-xl-4 {padding-right: 1.5rem !important;}
	.pe-xl-5 {padding-right: 3rem !important;}
	.pb-xl-0 {padding-bottom: 0 !important;}
	.pb-xl-1 {padding-bottom: .25rem !important;}
	.pb-xl-2 {padding-bottom: .5rem !important;}
	.pb-xl-3 {padding-bottom: 1rem !important;}
	.pb-xl-4 {padding-bottom: 1.5rem !important;}
	.pb-xl-5 {padding-bottom: 3rem !important;}
	.ps-xl-0 {padding-left: 0 !important;}
	.ps-xl-1 {padding-left: .25rem !important;}
	.ps-xl-2 {padding-left: .5rem !important;}
	.ps-xl-3 {padding-left: 1rem !important;}
	.ps-xl-4 {padding-left: 1.5rem !important;}
	.ps-xl-5 {padding-left: 3rem !important;}
	.text-xl-start {text-align: left !important;}
	.text-xl-end {text-align: right !important;}
	.text-xl-center {text-align: center !important;}}
@media (min-width: 1400px) {.float-xxl-start {float: left !important;}
	.float-xxl-end {float: right !important;}
	.float-xxl-none {float: none !important;}
	.d-xxl-inline {display: inline !important;}
	.d-xxl-inline-block {display: inline-block !important;}
	.d-xxl-block {display: block !important;}
	.d-xxl-grid {display: grid !important;}
	.d-xxl-table {display: table !important;}
	.d-xxl-table-row {display: table-row !important;}
	.d-xxl-table-cell {display: table-cell !important;}
	.d-xxl-flex {display: flex !important;}
	.d-xxl-inline-flex {display: inline-flex !important;}
	.d-xxl-none {display: none !important;}
	.flex-xxl-fill {flex: 1 1 auto !important;}
	.flex-xxl-row {flex-direction: row !important;}
	.flex-xxl-column {flex-direction: column !important;}
	.flex-xxl-row-reverse {flex-direction: row-reverse !important;}
	.flex-xxl-column-reverse {flex-direction: column-reverse !important;}
	.flex-xxl-grow-0 {flex-grow: 0 !important;}
	.flex-xxl-grow-1 {flex-grow: 1 !important;}
	.flex-xxl-shrink-0 {flex-shrink: 0 !important;}
	.flex-xxl-shrink-1 {flex-shrink: 1 !important;}
	.flex-xxl-wrap {flex-wrap: wrap !important;}
	.flex-xxl-nowrap {flex-wrap: nowrap !important;}
	.flex-xxl-wrap-reverse {flex-wrap: wrap-reverse !important;}
	.gap-xxl-0 {gap: 0 !important;}
	.gap-xxl-1 {gap: .25rem !important;}
	.gap-xxl-2 {gap: .5rem !important;}
	.gap-xxl-3 {gap: 1rem !important;}
	.gap-xxl-4 {gap: 1.5rem !important;}
	.gap-xxl-5 {gap: 3rem !important;}
	.justify-content-xxl-start {justify-content: flex-start !important;}
	.justify-content-xxl-end {justify-content: flex-end !important;}
	.justify-content-xxl-center {justify-content: center !important;}
	.justify-content-xxl-between {justify-content: space-between !important;}
	.justify-content-xxl-around {justify-content: space-around !important;}
	.justify-content-xxl-evenly {justify-content: space-evenly !important;}
	.align-items-xxl-start {align-items: flex-start !important;}
	.align-items-xxl-end {align-items: flex-end !important;}
	.align-items-xxl-center {align-items: center !important;}
	.align-items-xxl-baseline {align-items: baseline !important;}
	.align-items-xxl-stretch {align-items: stretch !important;}
	.align-content-xxl-start {align-content: flex-start !important;}
	.align-content-xxl-end {align-content: flex-end !important;}
	.align-content-xxl-center {align-content: center !important;}
	.align-content-xxl-between {align-content: space-between !important;}
	.align-content-xxl-around {align-content: space-around !important;}
	.align-content-xxl-stretch {align-content: stretch !important;}
	.align-self-xxl-auto {align-self: auto !important;}
	.align-self-xxl-start {align-self: flex-start !important;}
	.align-self-xxl-end {align-self: flex-end !important;}
	.align-self-xxl-center {align-self: center !important;}
	.align-self-xxl-baseline {align-self: baseline !important;}
	.align-self-xxl-stretch {align-self: stretch !important;}
	.order-xxl-first {order: -1 !important;}
	.order-xxl-0 {order: 0 !important;}
	.order-xxl-1 {order: 1 !important;}
	.order-xxl-2 {order: 2 !important;}
	.order-xxl-3 {order: 3 !important;}
	.order-xxl-4 {order: 4 !important;}
	.order-xxl-5 {order: 5 !important;}
	.order-xxl-last {order: 6 !important;}
	.m-xxl-0 {margin: 0 !important;}
	.m-xxl-1 {margin: .25rem !important;}
	.m-xxl-2 {margin: .5rem !important;}
	.m-xxl-3 {margin: 1rem !important;}
	.m-xxl-4 {margin: 1.5rem !important;}
	.m-xxl-5 {margin: 3rem !important;}
	.m-xxl-auto {margin: auto !important;}
	.mx-xxl-0 {margin-right: 0 !important;margin-left: 0 !important;}
	.mx-xxl-1 {margin-right: .25rem !important;margin-left: .25rem !important;}
	.mx-xxl-2 {margin-right: .5rem !important;margin-left: .5rem !important;}
	.mx-xxl-3 {margin-right: 1rem !important;margin-left: 1rem !important;}
	.mx-xxl-4 {margin-right: 1.5rem !important;margin-left: 1.5rem !important;}
	.mx-xxl-5 {margin-right: 3rem !important;margin-left: 3rem !important;}
	.mx-xxl-auto {margin-right: auto !important;margin-left: auto !important;}
	.my-xxl-0 {margin-top: 0 !important;margin-bottom: 0 !important;}
	.my-xxl-1 {margin-top: .25rem !important;margin-bottom: .25rem !important;}
	.my-xxl-2 {margin-top: .5rem !important;margin-bottom: .5rem !important;}
	.my-xxl-3 {margin-top: 1rem !important;margin-bottom: 1rem !important;}
	.my-xxl-4 {margin-top: 1.5rem !important;margin-bottom: 1.5rem !important;}
	.my-xxl-5 {margin-top: 3rem !important;margin-bottom: 3rem !important;}
	.my-xxl-auto {margin-top: auto !important;margin-bottom: auto !important;}
	.mt-xxl-0 {margin-top: 0 !important;}
	.mt-xxl-1 {margin-top: .25rem !important;}
	.mt-xxl-2 {margin-top: .5rem !important;}
	.mt-xxl-3 {margin-top: 1rem !important;}
	.mt-xxl-4 {margin-top: 1.5rem !important;}
	.mt-xxl-5 {margin-top: 3rem !important;}
	.mt-xxl-auto {margin-top: auto !important;}
	.me-xxl-0 {margin-right: 0 !important;}
	.me-xxl-1 {margin-right: .25rem !important;}
	.me-xxl-2 {margin-right: .5rem !important;}
	.me-xxl-3 {margin-right: 1rem !important;}
	.me-xxl-4 {margin-right: 1.5rem !important;}
	.me-xxl-5 {margin-right: 3rem !important;}
	.me-xxl-auto {margin-right: auto !important;}
	.mb-xxl-0 {margin-bottom: 0 !important;}
	.mb-xxl-1 {margin-bottom: .25rem !important;}
	.mb-xxl-2 {margin-bottom: .5rem !important;}
	.mb-xxl-3 {margin-bottom: 1rem !important;}
	.mb-xxl-4 {margin-bottom: 1.5rem !important;}
	.mb-xxl-5 {margin-bottom: 3rem !important;}
	.mb-xxl-auto {margin-bottom: auto !important;}
	.ms-xxl-0 {margin-left: 0 !important;}
	.ms-xxl-1 {margin-left: .25rem !important;}
	.ms-xxl-2 {margin-left: .5rem !important;}
	.ms-xxl-3 {margin-left: 1rem !important;}
	.ms-xxl-4 {margin-left: 1.5rem !important;}
	.ms-xxl-5 {margin-left: 3rem !important;}
	.ms-xxl-auto {margin-left: auto !important;}
	.p-xxl-0 {padding: 0 !important;}
	.p-xxl-1 {padding: .25rem !important;}
	.p-xxl-2 {padding: .5rem !important;}
	.p-xxl-3 {padding: 1rem !important;}
	.p-xxl-4 {padding: 1.5rem !important;}
	.p-xxl-5 {padding: 3rem !important;}
	.px-xxl-0 {padding-right: 0 !important;padding-left: 0 !important;}
	.px-xxl-1 {padding-right: .25rem !important;padding-left: .25rem !important;}
	.px-xxl-2 {padding-right: .5rem !important;padding-left: .5rem !important;}
	.px-xxl-3 {padding-right: 1rem !important;padding-left: 1rem !important;}
	.px-xxl-4 {padding-right: 1.5rem !important;padding-left: 1.5rem !important;}
	.px-xxl-5 {padding-right: 3rem !important;padding-left: 3rem !important;}
	.py-xxl-0 {padding-top: 0 !important;padding-bottom: 0 !important;}
	.py-xxl-1 {padding-top: .25rem !important;padding-bottom: .25rem !important;}
	.py-xxl-2 {padding-top: .5rem !important;padding-bottom: .5rem !important;}
	.py-xxl-3 {padding-top: 1rem !important;padding-bottom: 1rem !important;}
	.py-xxl-4 {padding-top: 1.5rem !important;padding-bottom: 1.5rem !important;}
	.py-xxl-5 {padding-top: 3rem !important;padding-bottom: 3rem !important;}
	.pt-xxl-0 {padding-top: 0 !important;}
	.pt-xxl-1 {padding-top: .25rem !important;}
	.pt-xxl-2 {padding-top: .5rem !important;}
	.pt-xxl-3 {padding-top: 1rem !important;}
	.pt-xxl-4 {padding-top: 1.5rem !important;}
	.pt-xxl-5 {padding-top: 3rem !important;}
	.pe-xxl-0 {padding-right: 0 !important;}
	.pe-xxl-1 {padding-right: .25rem !important;}
	.pe-xxl-2 {padding-right: .5rem !important;}
	.pe-xxl-3 {padding-right: 1rem !important;}
	.pe-xxl-4 {padding-right: 1.5rem !important;}
	.pe-xxl-5 {padding-right: 3rem !important;}
	.pb-xxl-0 {padding-bottom: 0 !important;}
	.pb-xxl-1 {padding-bottom: .25rem !important;}
	.pb-xxl-2 {padding-bottom: .5rem !important;}
	.pb-xxl-3 {padding-bottom: 1rem !important;}
	.pb-xxl-4 {padding-bottom: 1.5rem !important;}
	.pb-xxl-5 {padding-bottom: 3rem !important;}
	.ps-xxl-0 {padding-left: 0 !important;}
	.ps-xxl-1 {padding-left: .25rem !important;}
	.ps-xxl-2 {padding-left: .5rem !important;}
	.ps-xxl-3 {padding-left: 1rem !important;}
	.ps-xxl-4 {padding-left: 1.5rem !important;}
	.ps-xxl-5 {padding-left: 3rem !important;}
	.text-xxl-start {text-align: left !important;}
	.text-xxl-end {text-align: right !important;}
	.text-xxl-center {text-align: center !important;}}
@media (min-width: 1200px) {.fs-1 {font-size: 2.5rem !important;}
	.fs-2 {font-size: 2rem !important;}
	.fs-3 {font-size: 1.75rem !important;}
	.fs-4 {font-size: 1.5rem !important;}}
@media print {.d-print-inline {display: inline !important;}
	.d-print-inline-block {display: inline-block !important;}
	.d-print-block {display: block !important;}
	.d-print-grid {display: grid !important;}
	.d-print-table {display: table !important;}
	.d-print-table-row {display: table-row !important;}
	.d-print-table-cell {display: table-cell !important;}
	.d-print-flex {display: flex !important;}
	.d-print-inline-flex {display: inline-flex !important;}
	.d-print-none {display: none !important;}}
@font-face {font-family: "Font Awesome 5 Brands";font-style: normal;font-weight: 400;font-display: auto;src: url("/assets/fonts/fa-brands-400.eot");src: url("/assets/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/fa-brands-400.woff2") format("woff2"),url("/assets/fonts/fa-brands-400.woff") format("woff"),url("/assets/fonts/fa-brands-400.ttf") format("truetype"),url("/assets/fonts/fa-brands-400.svg#fontawesome") format("svg");}
.fab {font-family: "Font Awesome 5 Brands";}
@font-face {font-family: "Font Awesome 5 Free";font-style: normal;font-weight: 400;font-display: auto;src: url("/assets/fonts/fa-regular-400.eot");src: url("/assets/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/fa-regular-400.woff2") format("woff2"),url("/assets/fonts/fa-regular-400.woff") format("woff"),url("/assets/fonts/fa-regular-400.ttf") format("truetype"),url("/assets/fonts/fa-regular-400.svg#fontawesome") format("svg");}
.far {font-family: "Font Awesome 5 Free";font-weight: 400;}
@font-face {font-family: "Font Awesome 5 Free";font-style: normal;font-weight: 900;font-display: auto;src: url("/assets/fonts/fa-solid-900.eot");src: url("/assets/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/fa-solid-900.woff2") format("woff2"),url("/assets/fonts/fa-solid-900.woff") format("woff"),url("/assets/fonts/fa-solid-900.ttf") format("truetype"),url("/assets/fonts/fa-solid-900.svg#fontawesome") format("svg");}
.fa, .fas {font-family: "Font Awesome 5 Free";font-weight: 900;}
.fa, .fab, .fal, .far, .fas {-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: -.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: .08em solid #eee;border-radius: .1em;padding: .2em .25em .15em;}
.fa-pull-left {float: left;}
.fa-pull-right {float: right;}
.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {margin-right: .3em;}
.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {margin-left: .3em;}
.fa-spin {animation: fa-spin 2s infinite linear;}
.fa-pulse {animation: fa-spin 1s infinite steps(8);}
@keyframes fa-spin {0% {transform: rotate(0);}
	to {transform: rotate(1 turn);}}
.fa-rotate-90 {transform: rotate(90deg);}
.fa-rotate-180 {transform: rotate(180deg);}
.fa-rotate-270 {transform: rotate(270deg);}
.fa-flip-horizontal {transform: scaleX(-1);}
.fa-flip-vertical {transform: scaleY(-1);}
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {transform: scale(-1);}
:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {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-accessible-icon:before {content: "";}
.fa-accusoft: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-freshener:before {content: "";}
.fa-airbnb:before {content: "";}
.fa-algolia:before {content: "";}
.fa-align-center:before {content: "";}
.fa-align-justify:before {content: "";}
.fa-align-left:before {content: "";}
.fa-align-right: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-anchor:before {content: "";}
.fa-android: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-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-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-left:before {content: "";}
.fa-arrow-right:before {content: "";}
.fa-arrow-up:before {content: "";}
.fa-arrows-alt:before {content: "";}
.fa-arrows-alt-h:before {content: "";}
.fa-arrows-alt-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-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-baby:before {content: "";}
.fa-baby-carriage:before {content: "";}
.fa-backspace:before {content: "";}
.fa-backward:before {content: "";}
.fa-bacon:before {content: "";}
.fa-balance-scale:before {content: "";}
.fa-balance-scale-left:before {content: "";}
.fa-balance-scale-right:before {content: "";}
.fa-ban:before {content: "";}
.fa-band-aid:before {content: "";}
.fa-bandcamp:before {content: "";}
.fa-barcode:before {content: "";}
.fa-bars:before {content: "";}
.fa-baseball-ball:before {content: "";}
.fa-basketball-ball:before {content: "";}
.fa-bath:before {content: "";}
.fa-battery-empty:before {content: "";}
.fa-battery-full:before {content: "";}
.fa-battery-half:before {content: "";}
.fa-battery-quarter:before {content: "";}
.fa-battery-three-quarters:before {content: "";}
.fa-battle-net:before {content: "";}
.fa-bed:before {content: "";}
.fa-beer:before {content: "";}
.fa-behance:before {content: "";}
.fa-behance-square:before {content: "";}
.fa-bell:before {content: "";}
.fa-bell-slash:before {content: "";}
.fa-bezier-curve:before {content: "";}
.fa-bible:before {content: "";}
.fa-bicycle:before {content: "";}
.fa-biking: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-blender:before {content: "";}
.fa-blender-phone:before {content: "";}
.fa-blind: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-bong:before {content: "";}
.fa-book:before {content: "";}
.fa-book-dead:before {content: "";}
.fa-book-medical:before {content: "";}
.fa-book-open:before {content: "";}
.fa-book-reader:before {content: "";}
.fa-bookmark:before {content: "";}
.fa-bootstrap:before {content: "";}
.fa-border-all:before {content: "";}
.fa-border-none:before {content: "";}
.fa-border-style:before {content: "";}
.fa-bowling-ball:before {content: "";}
.fa-box:before {content: "";}
.fa-box-open:before {content: "";}
.fa-boxes:before {content: "";}
.fa-braille:before {content: "";}
.fa-brain:before {content: "";}
.fa-bread-slice:before {content: "";}
.fa-briefcase:before {content: "";}
.fa-briefcase-medical:before {content: "";}
.fa-broadcast-tower:before {content: "";}
.fa-broom: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-burn:before {content: "";}
.fa-buromobelexperte:before {content: "";}
.fa-bus:before {content: "";}
.fa-bus-alt:before {content: "";}
.fa-business-time:before {content: "";}
.fa-buysellads:before {content: "";}
.fa-calculator:before {content: "";}
.fa-calendar:before {content: "";}
.fa-calendar-alt:before {content: "";}
.fa-calendar-check:before {content: "";}
.fa-calendar-day:before {content: "";}
.fa-calendar-minus:before {content: "";}
.fa-calendar-plus:before {content: "";}
.fa-calendar-times:before {content: "";}
.fa-calendar-week:before {content: "";}
.fa-camera:before {content: "";}
.fa-camera-retro:before {content: "";}
.fa-campground:before {content: "";}
.fa-canadian-maple-leaf:before {content: "";}
.fa-candy-cane: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-crash:before {content: "";}
.fa-car-side: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-cart-arrow-down:before {content: "";}
.fa-cart-plus:before {content: "";}
.fa-cash-register:before {content: "";}
.fa-cat: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-centercode:before {content: "";}
.fa-centos:before {content: "";}
.fa-certificate:before {content: "";}
.fa-chair: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-pie: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-chess:before {content: "";}
.fa-chess-bishop:before {content: "";}
.fa-chess-board:before {content: "";}
.fa-chess-king:before {content: "";}
.fa-chess-knight:before {content: "";}
.fa-chess-pawn:before {content: "";}
.fa-chess-queen:before {content: "";}
.fa-chess-rook: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-down:before {content: "";}
.fa-chevron-left:before {content: "";}
.fa-chevron-right:before {content: "";}
.fa-chevron-up:before {content: "";}
.fa-child: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-clinic-medical:before {content: "";}
.fa-clipboard:before {content: "";}
.fa-clipboard-check:before {content: "";}
.fa-clipboard-list:before {content: "";}
.fa-clock:before {content: "";}
.fa-clone:before {content: "";}
.fa-closed-captioning:before {content: "";}
.fa-cloud:before {content: "";}
.fa-cloud-download-alt:before {content: "";}
.fa-cloud-meatball:before {content: "";}
.fa-cloud-moon:before {content: "";}
.fa-cloud-moon-rain:before {content: "";}
.fa-cloud-rain:before {content: "";}
.fa-cloud-showers-heavy:before {content: "";}
.fa-cloud-sun:before {content: "";}
.fa-cloud-sun-rain:before {content: "";}
.fa-cloud-upload-alt:before {content: "";}
.fa-cloudscale:before {content: "";}
.fa-cloudsmith:before {content: "";}
.fa-cloudversify:before {content: "";}
.fa-cocktail:before {content: "";}
.fa-code:before {content: "";}
.fa-code-branch:before {content: "";}
.fa-codepen:before {content: "";}
.fa-codiepie:before {content: "";}
.fa-coffee:before {content: "";}
.fa-cog:before {content: "";}
.fa-cogs:before {content: "";}
.fa-coins:before {content: "";}
.fa-columns:before {content: "";}
.fa-comment:before {content: "";}
.fa-comment-alt:before {content: "";}
.fa-comment-dollar:before {content: "";}
.fa-comment-dots:before {content: "";}
.fa-comment-medical:before {content: "";}
.fa-comment-slash:before {content: "";}
.fa-comments:before {content: "";}
.fa-comments-dollar:before {content: "";}
.fa-compact-disc:before {content: "";}
.fa-compass:before {content: "";}
.fa-compress:before {content: "";}
.fa-compress-arrows-alt:before {content: "";}
.fa-concierge-bell:before {content: "";}
.fa-confluence:before {content: "";}
.fa-connectdevelop:before {content: "";}
.fa-contao:before {content: "";}
.fa-cookie:before {content: "";}
.fa-cookie-bite:before {content: "";}
.fa-copy:before {content: "";}
.fa-copyright:before {content: "";}
.fa-couch: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-critical-role: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-css3:before {content: "";}
.fa-css3-alt:before {content: "";}
.fa-cube:before {content: "";}
.fa-cubes:before {content: "";}
.fa-cut:before {content: "";}
.fa-cuttlefish:before {content: "";}
.fa-d-and-d:before {content: "";}
.fa-d-and-d-beyond:before {content: "";}
.fa-dashcube:before {content: "";}
.fa-database:before {content: "";}
.fa-deaf:before {content: "";}
.fa-delicious:before {content: "";}
.fa-democrat:before {content: "";}
.fa-deploydog:before {content: "";}
.fa-deskpro:before {content: "";}
.fa-desktop:before {content: "";}
.fa-dev:before {content: "";}
.fa-deviantart:before {content: "";}
.fa-dharmachakra:before {content: "";}
.fa-dhl:before {content: "";}
.fa-diagnoses:before {content: "";}
.fa-diaspora:before {content: "";}
.fa-dice:before {content: "";}
.fa-dice-d20:before {content: "";}
.fa-dice-d6: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-digital-ocean:before {content: "";}
.fa-digital-tachograph:before {content: "";}
.fa-directions:before {content: "";}
.fa-discord:before {content: "";}
.fa-discourse:before {content: "";}
.fa-divide:before {content: "";}
.fa-dizzy:before {content: "";}
.fa-dna:before {content: "";}
.fa-dochub:before {content: "";}
.fa-docker:before {content: "";}
.fa-dog:before {content: "";}
.fa-dollar-sign:before {content: "";}
.fa-dolly:before {content: "";}
.fa-dolly-flatbed: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-polygon:before {content: "";}
.fa-dribbble:before {content: "";}
.fa-dribbble-square:before {content: "";}
.fa-dropbox:before {content: "";}
.fa-drum:before {content: "";}
.fa-drum-steelpan:before {content: "";}
.fa-drumstick-bite:before {content: "";}
.fa-drupal:before {content: "";}
.fa-dumbbell:before {content: "";}
.fa-dumpster:before {content: "";}
.fa-dumpster-fire:before {content: "";}
.fa-dungeon:before {content: "";}
.fa-dyalog:before {content: "";}
.fa-earlybirds:before {content: "";}
.fa-ebay:before {content: "";}
.fa-edge:before {content: "";}
.fa-edit:before {content: "";}
.fa-egg:before {content: "";}
.fa-eject:before {content: "";}
.fa-elementor:before {content: "";}
.fa-ellipsis-h:before {content: "";}
.fa-ellipsis-v:before {content: "";}
.fa-ello:before {content: "";}
.fa-ember:before {content: "";}
.fa-empire:before {content: "";}
.fa-envelope:before {content: "";}
.fa-envelope-open: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-alt:before {content: "";}
.fa-exclamation:before {content: "";}
.fa-exclamation-circle:before {content: "";}
.fa-exclamation-triangle:before {content: "";}
.fa-expand:before {content: "";}
.fa-expand-arrows-alt:before {content: "";}
.fa-expeditedssl:before {content: "";}
.fa-external-link-alt:before {content: "";}
.fa-external-link-square-alt:before {content: "";}
.fa-eye:before {content: "";}
.fa-eye-dropper: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-fantasy-flight-games:before {content: "";}
.fa-fast-backward:before {content: "";}
.fa-fast-forward: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-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-code:before {content: "";}
.fa-file-contract:before {content: "";}
.fa-file-csv:before {content: "";}
.fa-file-download:before {content: "";}
.fa-file-excel: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-pdf:before {content: "";}
.fa-file-powerpoint:before {content: "";}
.fa-file-prescription:before {content: "";}
.fa-file-signature:before {content: "";}
.fa-file-upload:before {content: "";}
.fa-file-video:before {content: "";}
.fa-file-word:before {content: "";}
.fa-fill:before {content: "";}
.fa-fill-drip:before {content: "";}
.fa-film: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-firefox: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-fist-raised:before {content: "";}
.fa-flag:before {content: "";}
.fa-flag-checkered:before {content: "";}
.fa-flag-usa:before {content: "";}
.fa-flask:before {content: "";}
.fa-flickr:before {content: "";}
.fa-flipboard:before {content: "";}
.fa-flushed:before {content: "";}
.fa-fly:before {content: "";}
.fa-folder:before {content: "";}
.fa-folder-minus:before {content: "";}
.fa-folder-open:before {content: "";}
.fa-folder-plus: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-fonticons:before {content: "";}
.fa-fonticons-fi:before {content: "";}
.fa-football-ball: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-free-code-camp:before {content: "";}
.fa-freebsd:before {content: "";}
.fa-frog:before {content: "";}
.fa-frown:before {content: "";}
.fa-frown-open:before {content: "";}
.fa-fulcrum:before {content: "";}
.fa-funnel-dollar:before {content: "";}
.fa-futbol:before {content: "";}
.fa-galactic-republic:before {content: "";}
.fa-galactic-senate:before {content: "";}
.fa-gamepad:before {content: "";}
.fa-gas-pump: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-gifts: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-cheers:before {content: "";}
.fa-glass-martini:before {content: "";}
.fa-glass-martini-alt:before {content: "";}
.fa-glass-whiskey:before {content: "";}
.fa-glasses: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-gofore:before {content: "";}
.fa-golf-ball:before {content: "";}
.fa-goodreads:before {content: "";}
.fa-goodreads-g:before {content: "";}
.fa-google:before {content: "";}
.fa-google-drive: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-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-gulp:before {content: "";}
.fa-h-square: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-hamsa:before {content: "";}
.fa-hand-holding:before {content: "";}
.fa-hand-holding-heart:before {content: "";}
.fa-hand-holding-usd: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-rock:before {content: "";}
.fa-hand-scissors:before {content: "";}
.fa-hand-spock:before {content: "";}
.fa-hands:before {content: "";}
.fa-hands-helping:before {content: "";}
.fa-handshake:before {content: "";}
.fa-hanukiah:before {content: "";}
.fa-hard-hat:before {content: "";}
.fa-hashtag:before {content: "";}
.fa-hat-wizard:before {content: "";}
.fa-haykal:before {content: "";}
.fa-hdd: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-heartbeat:before {content: "";}
.fa-helicopter: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-puck:before {content: "";}
.fa-holly-berry:before {content: "";}
.fa-home:before {content: "";}
.fa-hooli:before {content: "";}
.fa-hornbill:before {content: "";}
.fa-horse:before {content: "";}
.fa-horse-head:before {content: "";}
.fa-hospital:before {content: "";}
.fa-hospital-alt:before {content: "";}
.fa-hospital-symbol: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-damage:before {content: "";}
.fa-houzz:before {content: "";}
.fa-hryvnia:before {content: "";}
.fa-html5:before {content: "";}
.fa-hubspot:before {content: "";}
.fa-i-cursor:before {content: "";}
.fa-ice-cream:before {content: "";}
.fa-icicles:before {content: "";}
.fa-icons:before {content: "";}
.fa-id-badge:before {content: "";}
.fa-id-card:before {content: "";}
.fa-id-card-alt:before {content: "";}
.fa-igloo:before {content: "";}
.fa-image:before {content: "";}
.fa-images:before {content: "";}
.fa-imdb:before {content: "";}
.fa-inbox:before {content: "";}
.fa-indent:before {content: "";}
.fa-industry:before {content: "";}
.fa-infinity:before {content: "";}
.fa-info:before {content: "";}
.fa-info-circle:before {content: "";}
.fa-instagram:before {content: "";}
.fa-intercom:before {content: "";}
.fa-internet-explorer:before {content: "";}
.fa-invision:before {content: "";}
.fa-ioxhost:before {content: "";}
.fa-italic:before {content: "";}
.fa-itch-io:before {content: "";}
.fa-itunes:before {content: "";}
.fa-itunes-note: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-js:before {content: "";}
.fa-js-square:before {content: "";}
.fa-jsfiddle:before {content: "";}
.fa-kaaba:before {content: "";}
.fa-kaggle:before {content: "";}
.fa-key:before {content: "";}
.fa-keybase:before {content: "";}
.fa-keyboard:before {content: "";}
.fa-keycdn:before {content: "";}
.fa-khanda:before {content: "";}
.fa-kickstarter:before {content: "";}
.fa-kickstarter-k:before {content: "";}
.fa-kiss:before {content: "";}
.fa-kiss-beam:before {content: "";}
.fa-kiss-wink-heart:before {content: "";}
.fa-kiwi-bird:before {content: "";}
.fa-korvue:before {content: "";}
.fa-landmark:before {content: "";}
.fa-language:before {content: "";}
.fa-laptop:before {content: "";}
.fa-laptop-code:before {content: "";}
.fa-laptop-medical:before {content: "";}
.fa-laravel: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-leaf: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-alt:before {content: "";}
.fa-level-up-alt:before {content: "";}
.fa-life-ring:before {content: "";}
.fa-lightbulb:before {content: "";}
.fa-line:before {content: "";}
.fa-link:before {content: "";}
.fa-linkedin:before {content: "";}
.fa-linkedin-in:before {content: "";}
.fa-linode:before {content: "";}
.fa-linux:before {content: "";}
.fa-lira-sign:before {content: "";}
.fa-list:before {content: "";}
.fa-list-alt:before {content: "";}
.fa-list-ol:before {content: "";}
.fa-list-ul:before {content: "";}
.fa-location-arrow:before {content: "";}
.fa-lock:before {content: "";}
.fa-lock-open: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-low-vision:before {content: "";}
.fa-luggage-cart:before {content: "";}
.fa-lyft:before {content: "";}
.fa-magento:before {content: "";}
.fa-magic:before {content: "";}
.fa-magnet:before {content: "";}
.fa-mail-bulk:before {content: "";}
.fa-mailchimp:before {content: "";}
.fa-male:before {content: "";}
.fa-mandalorian: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-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-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-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-microchip:before {content: "";}
.fa-microphone:before {content: "";}
.fa-microphone-alt:before {content: "";}
.fa-microphone-alt-slash:before {content: "";}
.fa-microphone-slash:before {content: "";}
.fa-microscope:before {content: "";}
.fa-microsoft:before {content: "";}
.fa-minus:before {content: "";}
.fa-minus-circle:before {content: "";}
.fa-minus-square:before {content: "";}
.fa-mitten:before {content: "";}
.fa-mix:before {content: "";}
.fa-mixcloud:before {content: "";}
.fa-mizuni:before {content: "";}
.fa-mobile:before {content: "";}
.fa-mobile-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-monument:before {content: "";}
.fa-moon:before {content: "";}
.fa-mortar-pestle:before {content: "";}
.fa-mosque:before {content: "";}
.fa-motorcycle:before {content: "";}
.fa-mountain:before {content: "";}
.fa-mouse-pointer:before {content: "";}
.fa-mug-hot:before {content: "";}
.fa-music:before {content: "";}
.fa-napster: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-odnoklassniki:before {content: "";}
.fa-odnoklassniki-square:before {content: "";}
.fa-oil-can:before {content: "";}
.fa-old-republic:before {content: "";}
.fa-om:before {content: "";}
.fa-opencart:before {content: "";}
.fa-openid:before {content: "";}
.fa-opera:before {content: "";}
.fa-optin-monster:before {content: "";}
.fa-osi:before {content: "";}
.fa-otter:before {content: "";}
.fa-outdent:before {content: "";}
.fa-page4:before {content: "";}
.fa-pagelines:before {content: "";}
.fa-pager:before {content: "";}
.fa-paint-brush:before {content: "";}
.fa-paint-roller:before {content: "";}
.fa-palette:before {content: "";}
.fa-palfed:before {content: "";}
.fa-pallet:before {content: "";}
.fa-paper-plane:before {content: "";}
.fa-paperclip:before {content: "";}
.fa-parachute-box:before {content: "";}
.fa-paragraph:before {content: "";}
.fa-parking: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-paypal:before {content: "";}
.fa-peace: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-alt:before {content: "";}
.fa-pencil-ruler:before {content: "";}
.fa-penny-arcade: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-phabricator:before {content: "";}
.fa-phoenix-framework:before {content: "";}
.fa-phoenix-squadron:before {content: "";}
.fa-phone:before {content: "";}
.fa-phone-alt: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-pied-piper:before {content: "";}
.fa-pied-piper-alt:before {content: "";}
.fa-pied-piper-hat:before {content: "";}
.fa-pied-piper-pp: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-slice:before {content: "";}
.fa-place-of-worship:before {content: "";}
.fa-plane:before {content: "";}
.fa-plane-arrival:before {content: "";}
.fa-plane-departure: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-square:before {content: "";}
.fa-podcast:before {content: "";}
.fa-poll:before {content: "";}
.fa-poll-h:before {content: "";}
.fa-poo:before {content: "";}
.fa-poo-storm:before {content: "";}
.fa-poop: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-print:before {content: "";}
.fa-procedures:before {content: "";}
.fa-product-hunt:before {content: "";}
.fa-project-diagram: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-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-radiation:before {content: "";}
.fa-radiation-alt:before {content: "";}
.fa-rainbow:before {content: "";}
.fa-random:before {content: "";}
.fa-raspberry-pi:before {content: "";}
.fa-ravelry:before {content: "";}
.fa-react:before {content: "";}
.fa-reacteurope:before {content: "";}
.fa-readme:before {content: "";}
.fa-rebel:before {content: "";}
.fa-receipt: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-registered:before {content: "";}
.fa-remove-format:before {content: "";}
.fa-renren: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-rev:before {content: "";}
.fa-ribbon:before {content: "";}
.fa-ring:before {content: "";}
.fa-road:before {content: "";}
.fa-robot:before {content: "";}
.fa-rocket:before {content: "";}
.fa-rocketchat:before {content: "";}
.fa-rockrms:before {content: "";}
.fa-route: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-vertical:before {content: "";}
.fa-running:before {content: "";}
.fa-rupee-sign:before {content: "";}
.fa-sad-cry:before {content: "";}
.fa-sad-tear:before {content: "";}
.fa-safari:before {content: "";}
.fa-salesforce:before {content: "";}
.fa-sass:before {content: "";}
.fa-satellite:before {content: "";}
.fa-satellite-dish:before {content: "";}
.fa-save:before {content: "";}
.fa-schlix:before {content: "";}
.fa-school:before {content: "";}
.fa-screwdriver:before {content: "";}
.fa-scribd:before {content: "";}
.fa-scroll: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-server:before {content: "";}
.fa-servicestack:before {content: "";}
.fa-shapes:before {content: "";}
.fa-share:before {content: "";}
.fa-share-alt:before {content: "";}
.fa-share-alt-square:before {content: "";}
.fa-share-square:before {content: "";}
.fa-shekel-sign:before {content: "";}
.fa-shield-alt:before {content: "";}
.fa-ship:before {content: "";}
.fa-shipping-fast:before {content: "";}
.fa-shirtsinbulk:before {content: "";}
.fa-shoe-prints:before {content: "";}
.fa-shopping-bag:before {content: "";}
.fa-shopping-basket:before {content: "";}
.fa-shopping-cart:before {content: "";}
.fa-shopware:before {content: "";}
.fa-shower:before {content: "";}
.fa-shuttle-van:before {content: "";}
.fa-sign:before {content: "";}
.fa-sign-in-alt:before {content: "";}
.fa-sign-language:before {content: "";}
.fa-sign-out-alt:before {content: "";}
.fa-signal:before {content: "";}
.fa-signature:before {content: "";}
.fa-sim-card:before {content: "";}
.fa-simplybuilt:before {content: "";}
.fa-sistrix:before {content: "";}
.fa-sitemap:before {content: "";}
.fa-sith:before {content: "";}
.fa-skating:before {content: "";}
.fa-sketch:before {content: "";}
.fa-skiing:before {content: "";}
.fa-skiing-nordic:before {content: "";}
.fa-skull: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-sleigh:before {content: "";}
.fa-sliders-h:before {content: "";}
.fa-slideshare:before {content: "";}
.fa-smile:before {content: "";}
.fa-smile-beam:before {content: "";}
.fa-smile-wink:before {content: "";}
.fa-smog:before {content: "";}
.fa-smoking:before {content: "";}
.fa-smoking-ban:before {content: "";}
.fa-sms:before {content: "";}
.fa-snapchat:before {content: "";}
.fa-snapchat-ghost:before {content: "";}
.fa-snapchat-square:before {content: "";}
.fa-snowboarding:before {content: "";}
.fa-snowflake:before {content: "";}
.fa-snowman:before {content: "";}
.fa-snowplow:before {content: "";}
.fa-socks:before {content: "";}
.fa-solar-panel: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-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-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-up:before {content: "";}
.fa-soundcloud:before {content: "";}
.fa-sourcetree:before {content: "";}
.fa-spa:before {content: "";}
.fa-space-shuttle:before {content: "";}
.fa-speakap:before {content: "";}
.fa-speaker-deck:before {content: "";}
.fa-spell-check:before {content: "";}
.fa-spider:before {content: "";}
.fa-spinner:before {content: "";}
.fa-splotch:before {content: "";}
.fa-spotify:before {content: "";}
.fa-spray-can:before {content: "";}
.fa-square:before {content: "";}
.fa-square-full:before {content: "";}
.fa-square-root-alt:before {content: "";}
.fa-squarespace:before {content: "";}
.fa-stack-exchange:before {content: "";}
.fa-stack-overflow:before {content: "";}
.fa-stackpath:before {content: "";}
.fa-stamp:before {content: "";}
.fa-star:before {content: "";}
.fa-star-and-crescent: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-staylinked:before {content: "";}
.fa-steam:before {content: "";}
.fa-steam-square:before {content: "";}
.fa-steam-symbol: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-stop:before {content: "";}
.fa-stop-circle:before {content: "";}
.fa-stopwatch:before {content: "";}
.fa-store:before {content: "";}
.fa-store-alt:before {content: "";}
.fa-strava:before {content: "";}
.fa-stream:before {content: "";}
.fa-street-view: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-superpowers:before {content: "";}
.fa-superscript:before {content: "";}
.fa-supple:before {content: "";}
.fa-surprise:before {content: "";}
.fa-suse:before {content: "";}
.fa-swatchbook:before {content: "";}
.fa-swimmer:before {content: "";}
.fa-swimming-pool: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-tablets:before {content: "";}
.fa-tachometer-alt:before {content: "";}
.fa-tag:before {content: "";}
.fa-tags:before {content: "";}
.fa-tape:before {content: "";}
.fa-tasks: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-temperature-high:before {content: "";}
.fa-temperature-low:before {content: "";}
.fa-tencent-weibo:before {content: "";}
.fa-tenge:before {content: "";}
.fa-terminal:before {content: "";}
.fa-text-height: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-think-peaks:before {content: "";}
.fa-thumbs-down:before {content: "";}
.fa-thumbs-up:before {content: "";}
.fa-thumbtack:before {content: "";}
.fa-ticket-alt:before {content: "";}
.fa-times:before {content: "";}
.fa-times-circle:before {content: "";}
.fa-tint:before {content: "";}
.fa-tint-slash: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-toolbox:before {content: "";}
.fa-tools:before {content: "";}
.fa-tooth:before {content: "";}
.fa-torah:before {content: "";}
.fa-torii-gate:before {content: "";}
.fa-tractor:before {content: "";}
.fa-trade-federation:before {content: "";}
.fa-trademark:before {content: "";}
.fa-traffic-light:before {content: "";}
.fa-train:before {content: "";}
.fa-tram:before {content: "";}
.fa-transgender:before {content: "";}
.fa-transgender-alt:before {content: "";}
.fa-trash:before {content: "";}
.fa-trash-alt:before {content: "";}
.fa-trash-restore:before {content: "";}
.fa-trash-restore-alt:before {content: "";}
.fa-tree:before {content: "";}
.fa-trello:before {content: "";}
.fa-tripadvisor:before {content: "";}
.fa-trophy:before {content: "";}
.fa-truck:before {content: "";}
.fa-truck-loading:before {content: "";}
.fa-truck-monster:before {content: "";}
.fa-truck-moving:before {content: "";}
.fa-truck-pickup:before {content: "";}
.fa-tshirt:before {content: "";}
.fa-tty:before {content: "";}
.fa-tumblr:before {content: "";}
.fa-tumblr-square:before {content: "";}
.fa-tv:before {content: "";}
.fa-twitch:before {content: "";}
.fa-twitter:before {content: "";}
.fa-twitter-square:before {content: "";}
.fa-typo3:before {content: "";}
.fa-uber:before {content: "";}
.fa-ubuntu:before {content: "";}
.fa-uikit: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-uniregistry: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-untappd:before {content: "";}
.fa-upload:before {content: "";}
.fa-ups:before {content: "";}
.fa-usb:before {content: "";}
.fa-user:before {content: "";}
.fa-user-alt:before {content: "";}
.fa-user-alt-slash:before {content: "";}
.fa-user-astronaut:before {content: "";}
.fa-user-check:before {content: "";}
.fa-user-circle:before {content: "";}
.fa-user-clock:before {content: "";}
.fa-user-cog:before {content: "";}
.fa-user-edit:before {content: "";}
.fa-user-friends:before {content: "";}
.fa-user-graduate:before {content: "";}
.fa-user-injured:before {content: "";}
.fa-user-lock:before {content: "";}
.fa-user-md:before {content: "";}
.fa-user-minus:before {content: "";}
.fa-user-ninja:before {content: "";}
.fa-user-nurse:before {content: "";}
.fa-user-plus: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-users:before {content: "";}
.fa-users-cog:before {content: "";}
.fa-usps:before {content: "";}
.fa-ussunnah:before {content: "";}
.fa-utensil-spoon:before {content: "";}
.fa-utensils:before {content: "";}
.fa-vaadin:before {content: "";}
.fa-vector-square:before {content: "";}
.fa-venus:before {content: "";}
.fa-venus-double:before {content: "";}
.fa-venus-mars: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-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-vk:before {content: "";}
.fa-vnv:before {content: "";}
.fa-voicemail:before {content: "";}
.fa-volleyball-ball:before {content: "";}
.fa-volume-down:before {content: "";}
.fa-volume-mute:before {content: "";}
.fa-volume-off:before {content: "";}
.fa-volume-up:before {content: "";}
.fa-vote-yea:before {content: "";}
.fa-vr-cardboard:before {content: "";}
.fa-vuejs:before {content: "";}
.fa-walking:before {content: "";}
.fa-wallet:before {content: "";}
.fa-warehouse:before {content: "";}
.fa-water:before {content: "";}
.fa-wave-square:before {content: "";}
.fa-waze:before {content: "";}
.fa-weebly:before {content: "";}
.fa-weibo:before {content: "";}
.fa-weight:before {content: "";}
.fa-weight-hanging:before {content: "";}
.fa-weixin:before {content: "";}
.fa-whatsapp:before {content: "";}
.fa-whatsapp-square:before {content: "";}
.fa-wheelchair:before {content: "";}
.fa-whmcs:before {content: "";}
.fa-wifi:before {content: "";}
.fa-wikipedia-w:before {content: "";}
.fa-wind:before {content: "";}
.fa-window-close:before {content: "";}
.fa-window-maximize:before {content: "";}
.fa-window-minimize:before {content: "";}
.fa-window-restore:before {content: "";}
.fa-windows: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-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: Ionicons;src: url("/assets/fonts/ionicons.eot?v=2.0.0");src: url("/assets/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"),url("/assets/fonts/ionicons.ttf?v=2.0.0") format("truetype"),url("/assets/fonts/ionicons.woff?v=2.0.0") format("woff"),url("/assets/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");font-weight: 400;font-style: normal;}
.ion, .ion-Settingss:before, .ion-alert-circled:before, .ion-alert:before, .ion-android-Settingss:before, .ion-android-add-circle:before, .ion-android-add:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-cloud:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done-all:before, .ion-android-done:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite-outline:before, .ion-android-favorite:before, .ion-android-film:before, .ion-android-folder-open:before, .ion-android-folder:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone-off:before, .ion-android-microphone:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-notifications:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person-add:before, .ion-android-person:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove-circle:before, .ion-android-remove:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-share-alt:before, .ion-android-share:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-star:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace-outline:before, .ion-backspace:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox-working:before, .ion-chatbox:before, .ion-chatboxes:before, .ion-chatbubble-working:before, .ion-chatbubble:before, .ion-chatbubbles:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-checkmark:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close-circled:before, .ion-close-round:before, .ion-close:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code-download:before, .ion-code-working:before, .ion-code:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document-text:before, .ion-document:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email-unread:before, .ion-email:before, .ion-erlenmeyer-flask-bubbles:before, .ion-erlenmeyer-flask:before, .ion-eye-disabled:before, .ion-eye:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash-off:before, .ion-flash:before, .ion-folder:before, .ion-fork-repo:before, .ion-fork:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy-outline:before, .ion-happy:before, .ion-headphone:before, .ion-heart-broken:before, .ion-heart:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-help:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information-circled:before, .ion-information:before, .ion-ionic:before, .ion-ios-Settingss-strong:before, .ion-ios-Settingss:before, .ion-ios-alarm-outline:before, .ion-ios-alarm:before, .ion-ios-albums-outline:before, .ion-ios-albums:before, .ion-ios-americanfootball-outline:before, .ion-ios-americanfootball:before, .ion-ios-analytics-outline:before, .ion-ios-analytics:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at-outline:before, .ion-ios-at:before, .ion-ios-barcode-outline:before, .ion-ios-barcode:before, .ion-ios-baseball-outline:before, .ion-ios-baseball:before, .ion-ios-basketball-outline:before, .ion-ios-basketball:before, .ion-ios-bell-outline:before, .ion-ios-bell:before, .ion-ios-body-outline:before, .ion-ios-body:before, .ion-ios-bolt-outline:before, .ion-ios-bolt:before, .ion-ios-book-outline:before, .ion-ios-book:before, .ion-ios-bookmarks-outline:before, .ion-ios-bookmarks:before, .ion-ios-box-outline:before, .ion-ios-box:before, .ion-ios-briefcase-outline:before, .ion-ios-briefcase:before, .ion-ios-browsers-outline:before, .ion-ios-browsers:before, .ion-ios-calculator-outline:before, .ion-ios-calculator:before, .ion-ios-calendar-outline:before, .ion-ios-calendar:before, .ion-ios-camera-outline:before, .ion-ios-camera:before, .ion-ios-cart-outline:before, .ion-ios-cart:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatbubble-outline:before, .ion-ios-chatbubble:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-checkmark:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock-outline:before, .ion-ios-clock:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-close:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-download:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-outline:before, .ion-ios-cloudy:before, .ion-ios-cog-outline:before, .ion-ios-cog:before, .ion-ios-color-filter-outline:before, .ion-ios-color-filter:before, .ion-ios-color-wand-outline:before, .ion-ios-color-wand:before, .ion-ios-compose-outline:before, .ion-ios-compose:before, .ion-ios-contact-outline:before, .ion-ios-contact:before, .ion-ios-copy-outline:before, .ion-ios-copy:before, .ion-ios-crop-strong:before, .ion-ios-crop:before, .ion-ios-download-outline:before, .ion-ios-download:before, .ion-ios-drag:before, .ion-ios-email-outline:before, .ion-ios-email:before, .ion-ios-eye-outline:before, .ion-ios-eye:before, .ion-ios-fastforward-outline:before, .ion-ios-fastforward:before, .ion-ios-filing-outline:before, .ion-ios-filing:before, .ion-ios-film-outline:before, .ion-ios-film:before, .ion-ios-flag-outline:before, .ion-ios-flag:before, .ion-ios-flame-outline:before, .ion-ios-flame:before, .ion-ios-flask-outline:before, .ion-ios-flask:before, .ion-ios-flower-outline:before, .ion-ios-flower:before, .ion-ios-folder-outline:before, .ion-ios-folder:before, .ion-ios-football-outline:before, .ion-ios-football:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-b-outline:before, .ion-ios-game-controller-b:before, .ion-ios-gear-outline:before, .ion-ios-gear:before, .ion-ios-glasses-outline:before, .ion-ios-glasses:before, .ion-ios-grid-view-outline:before, .ion-ios-grid-view:before, .ion-ios-heart-outline:before, .ion-ios-heart:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-help:before, .ion-ios-home-outline:before, .ion-ios-home:before, .ion-ios-infinite-outline:before, .ion-ios-infinite:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-information:before, .ion-ios-ionic-outline:before, .ion-ios-keypad-outline:before, .ion-ios-keypad:before, .ion-ios-lightbulb-outline:before, .ion-ios-lightbulb:before, .ion-ios-list-outline:before, .ion-ios-list:before, .ion-ios-location-outline:before, .ion-ios-location:before, .ion-ios-locked-outline:before, .ion-ios-locked:before, .ion-ios-loop-strong:before, .ion-ios-loop:before, .ion-ios-medical-outline:before, .ion-ios-medical:before, .ion-ios-medkit-outline:before, .ion-ios-medkit:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-mic:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-minus:before, .ion-ios-monitor-outline:before, .ion-ios-monitor:before, .ion-ios-moon-outline:before, .ion-ios-moon:before, .ion-ios-more-outline:before, .ion-ios-more:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate-outline:before, .ion-ios-navigate:before, .ion-ios-nutrition-outline:before, .ion-ios-nutrition:before, .ion-ios-paper-outline:before, .ion-ios-paper:before, .ion-ios-paperplane-outline:before, .ion-ios-paperplane:before, .ion-ios-partlysunny-outline:before, .ion-ios-partlysunny:before, .ion-ios-pause-outline:before, .ion-ios-pause:before, .ion-ios-paw-outline:before, .ion-ios-paw:before, .ion-ios-people-outline:before, .ion-ios-people:before, .ion-ios-person-outline:before, .ion-ios-person:before, .ion-ios-personadd-outline:before, .ion-ios-personadd:before, .ion-ios-photos-outline:before, .ion-ios-photos:before, .ion-ios-pie-outline:before, .ion-ios-pie:before, .ion-ios-pint-outline:before, .ion-ios-pint:before, .ion-ios-play-outline:before, .ion-ios-play:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-plus:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetags-outline:before, .ion-ios-pricetags:before, .ion-ios-printer-outline:before, .ion-ios-printer:before, .ion-ios-pulse-strong:before, .ion-ios-pulse:before, .ion-ios-rainy-outline:before, .ion-ios-rainy:before, .ion-ios-recording-outline:before, .ion-ios-recording:before, .ion-ios-redo-outline:before, .ion-ios-redo:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-refresh:before, .ion-ios-reload:before, .ion-ios-reverse-camera-outline:before, .ion-ios-reverse-camera:before, .ion-ios-rewind-outline:before, .ion-ios-rewind:before, .ion-ios-rose-outline:before, .ion-ios-rose:before, .ion-ios-search-strong:before, .ion-ios-search:before, .ion-ios-shuffle-strong:before, .ion-ios-shuffle:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipbackward:before, .ion-ios-skipforward-outline:before, .ion-ios-skipforward:before, .ion-ios-snowy:before, .ion-ios-speedometer-outline:before, .ion-ios-speedometer:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-star:before, .ion-ios-stopwatch-outline:before, .ion-ios-stopwatch:before, .ion-ios-sunny-outline:before, .ion-ios-sunny:before, .ion-ios-telephone-outline:before, .ion-ios-telephone:before, .ion-ios-tennisball-outline:before, .ion-ios-tennisball:before, .ion-ios-thunderstorm-outline:before, .ion-ios-thunderstorm:before, .ion-ios-time-outline:before, .ion-ios-time:before, .ion-ios-timer-outline:before, .ion-ios-timer:before, .ion-ios-toggle-outline:before, .ion-ios-toggle:before, .ion-ios-trash-outline:before, .ion-ios-trash:before, .ion-ios-undo-outline:before, .ion-ios-undo:before, .ion-ios-unlocked-outline:before, .ion-ios-unlocked:before, .ion-ios-upload-outline:before, .ion-ios-upload:before, .ion-ios-videocam-outline:before, .ion-ios-videocam:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass-outline:before, .ion-ios-wineglass:before, .ion-ios-world-outline:before, .ion-ios-world:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-minus:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon-round:before, .ion-navicon:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person-add:before, .ion-person-stalker:before, .ion-person:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-plus:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply-all:before, .ion-reply:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad-outline:before, .ion-sad:before, .ion-scissors:before, .ion-search:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android-outline:before, .ion-social-android:before, .ion-social-angular-outline:before, .ion-social-angular:before, .ion-social-apple-outline:before, .ion-social-apple:before, .ion-social-bitcoin-outline:before, .ion-social-bitcoin:before, .ion-social-buffer-outline:before, .ion-social-buffer:before, .ion-social-chrome-outline:before, .ion-social-chrome:before, .ion-social-codepen-outline:before, .ion-social-codepen:before, .ion-social-css3-outline:before, .ion-social-css3:before, .ion-social-designernews-outline:before, .ion-social-designernews:before, .ion-social-dribbble-outline:before, .ion-social-dribbble:before, .ion-social-dropbox-outline:before, .ion-social-dropbox:before, .ion-social-euro-outline:before, .ion-social-euro:before, .ion-social-facebook-outline:before, .ion-social-facebook:before, .ion-social-foursquare-outline:before, .ion-social-foursquare:before, .ion-social-freebsd-devil:before, .ion-social-github-outline:before, .ion-social-github:before, .ion-social-google-outline:before, .ion-social-google:before, .ion-social-googleplus-outline:before, .ion-social-googleplus:before, .ion-social-hackernews-outline:before, .ion-social-hackernews:before, .ion-social-html5-outline:before, .ion-social-html5:before, .ion-social-instagram-outline:before, .ion-social-instagram:before, .ion-social-javascript-outline:before, .ion-social-javascript:before, .ion-social-linkedin-outline:before, .ion-social-linkedin:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest-outline:before, .ion-social-pinterest:before, .ion-social-python:before, .ion-social-reddit-outline:before, .ion-social-reddit:before, .ion-social-rss-outline:before, .ion-social-rss:before, .ion-social-sass:before, .ion-social-skype-outline:before, .ion-social-skype:before, .ion-social-snapchat-outline:before, .ion-social-snapchat:before, .ion-social-tumblr-outline:before, .ion-social-tumblr:before, .ion-social-tux:before, .ion-social-twitch-outline:before, .ion-social-twitch:before, .ion-social-twitter-outline:before, .ion-social-twitter:before, .ion-social-usd-outline:before, .ion-social-usd:before, .ion-social-vimeo-outline:before, .ion-social-vimeo:before, .ion-social-whatsapp-outline:before, .ion-social-whatsapp:before, .ion-social-windows-outline:before, .ion-social-windows:before, .ion-social-wordpress-outline:before, .ion-social-wordpress:before, .ion-social-yahoo-outline:before, .ion-social-yahoo:before, .ion-social-yen-outline:before, .ion-social-yen:before, .ion-social-youtube-outline:before, .ion-social-youtube:before, .ion-soup-can-outline:before, .ion-soup-can:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle-filled:before, .ion-toggle:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt-outline:before, .ion-tshirt:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before, .ionicons {display: inline-block;font-family: Ionicons;speak: none;font-style: normal;font-weight: 400;font-variant: normal;text-transform: none;text-rendering: auto;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.ion-alert:before {content: "";}
.ion-alert-circled:before {content: "";}
.ion-android-add:before {content: "";}
.ion-android-add-circle:before {content: "";}
.ion-android-alarm-clock:before {content: "";}
.ion-android-alert:before {content: "";}
.ion-android-apps:before {content: "";}
.ion-android-archive:before {content: "";}
.ion-android-arrow-back:before {content: "";}
.ion-android-arrow-down:before {content: "";}
.ion-android-arrow-dropdown:before {content: "";}
.ion-android-arrow-dropdown-circle:before {content: "";}
.ion-android-arrow-dropleft:before {content: "";}
.ion-android-arrow-dropleft-circle:before {content: "";}
.ion-android-arrow-dropright:before {content: "";}
.ion-android-arrow-dropright-circle:before {content: "";}
.ion-android-arrow-dropup:before {content: "";}
.ion-android-arrow-dropup-circle:before {content: "";}
.ion-android-arrow-forward:before {content: "";}
.ion-android-arrow-up:before {content: "";}
.ion-android-attach:before {content: "";}
.ion-android-bar:before {content: "";}
.ion-android-bicycle:before {content: "";}
.ion-android-boat:before {content: "";}
.ion-android-bookmark:before {content: "";}
.ion-android-bulb:before {content: "";}
.ion-android-bus:before {content: "";}
.ion-android-calendar:before {content: "";}
.ion-android-call:before {content: "";}
.ion-android-camera:before {content: "";}
.ion-android-cancel:before {content: "";}
.ion-android-car:before {content: "";}
.ion-android-cart:before {content: "";}
.ion-android-chat:before {content: "";}
.ion-android-checkbox:before {content: "";}
.ion-android-checkbox-blank:before {content: "";}
.ion-android-checkbox-outline:before {content: "";}
.ion-android-checkbox-outline-blank:before {content: "";}
.ion-android-checkmark-circle:before {content: "";}
.ion-android-clipboard:before {content: "";}
.ion-android-close:before {content: "";}
.ion-android-cloud:before {content: "";}
.ion-android-cloud-circle:before {content: "";}
.ion-android-cloud-done:before {content: "";}
.ion-android-cloud-outline:before {content: "";}
.ion-android-color-palette:before {content: "";}
.ion-android-compass:before {content: "";}
.ion-android-contact:before {content: "";}
.ion-android-contacts:before {content: "";}
.ion-android-contract:before {content: "";}
.ion-android-create:before {content: "";}
.ion-android-delete:before {content: "";}
.ion-android-desktop:before {content: "";}
.ion-android-document:before {content: "";}
.ion-android-done:before {content: "";}
.ion-android-done-all:before {content: "";}
.ion-android-download:before {content: "";}
.ion-android-drafts:before {content: "";}
.ion-android-exit:before {content: "";}
.ion-android-expand:before {content: "";}
.ion-android-favorite:before {content: "";}
.ion-android-favorite-outline:before {content: "";}
.ion-android-film:before {content: "";}
.ion-android-folder:before {content: "";}
.ion-android-folder-open:before {content: "";}
.ion-android-funnel:before {content: "";}
.ion-android-globe:before {content: "";}
.ion-android-hand:before {content: "";}
.ion-android-hangout:before {content: "";}
.ion-android-happy:before {content: "";}
.ion-android-home:before {content: "";}
.ion-android-image:before {content: "";}
.ion-android-laptop:before {content: "";}
.ion-android-list:before {content: "";}
.ion-android-locate:before {content: "";}
.ion-android-lock:before {content: "";}
.ion-android-mail:before {content: "";}
.ion-android-map:before {content: "";}
.ion-android-menu:before {content: "";}
.ion-android-microphone:before {content: "";}
.ion-android-microphone-off:before {content: "";}
.ion-android-more-horizontal:before {content: "";}
.ion-android-more-vertical:before {content: "";}
.ion-android-navigate:before {content: "";}
.ion-android-notifications:before {content: "";}
.ion-android-notifications-none:before {content: "";}
.ion-android-notifications-off:before {content: "";}
.ion-android-open:before {content: "";}
.ion-android-options:before {content: "";}
.ion-android-people:before {content: "";}
.ion-android-person:before {content: "";}
.ion-android-person-add:before {content: "";}
.ion-android-phone-landscape:before {content: "";}
.ion-android-phone-portrait:before {content: "";}
.ion-android-pin:before {content: "";}
.ion-android-plane:before {content: "";}
.ion-android-playstore:before {content: "";}
.ion-android-print:before {content: "";}
.ion-android-radio-button-off:before {content: "";}
.ion-android-radio-button-on:before {content: "";}
.ion-android-refresh:before {content: "";}
.ion-android-remove:before {content: "";}
.ion-android-remove-circle:before {content: "";}
.ion-android-restaurant:before {content: "";}
.ion-android-sad:before {content: "";}
.ion-android-search:before {content: "";}
.ion-android-send:before {content: "";}
.ion-android-Settingss:before {content: "";}
.ion-android-share:before {content: "";}
.ion-android-share-alt:before {content: "";}
.ion-android-star:before {content: "";}
.ion-android-star-half:before {content: "";}
.ion-android-star-outline:before {content: "";}
.ion-android-stopwatch:before {content: "";}
.ion-android-subway:before {content: "";}
.ion-android-sunny:before {content: "";}
.ion-android-sync:before {content: "";}
.ion-android-textsms:before {content: "";}
.ion-android-time:before {content: "";}
.ion-android-train:before {content: "";}
.ion-android-unlock:before {content: "";}
.ion-android-upload:before {content: "";}
.ion-android-volume-down:before {content: "";}
.ion-android-volume-mute:before {content: "";}
.ion-android-volume-off:before {content: "";}
.ion-android-volume-up:before {content: "";}
.ion-android-walk:before {content: "";}
.ion-android-warning:before {content: "";}
.ion-android-watch:before {content: "";}
.ion-android-wifi:before {content: "";}
.ion-aperture:before {content: "";}
.ion-archive:before {content: "";}
.ion-arrow-down-a:before {content: "";}
.ion-arrow-down-b:before {content: "";}
.ion-arrow-down-c:before {content: "";}
.ion-arrow-expand:before {content: "";}
.ion-arrow-graph-down-left:before {content: "";}
.ion-arrow-graph-down-right:before {content: "";}
.ion-arrow-graph-up-left:before {content: "";}
.ion-arrow-graph-up-right:before {content: "";}
.ion-arrow-left-a:before {content: "";}
.ion-arrow-left-b:before {content: "";}
.ion-arrow-left-c:before {content: "";}
.ion-arrow-move:before {content: "";}
.ion-arrow-resize:before {content: "";}
.ion-arrow-return-left:before {content: "";}
.ion-arrow-return-right:before {content: "";}
.ion-arrow-right-a:before {content: "";}
.ion-arrow-right-b:before {content: "";}
.ion-arrow-right-c:before {content: "";}
.ion-arrow-shrink:before {content: "";}
.ion-arrow-swap:before {content: "";}
.ion-arrow-up-a:before {content: "";}
.ion-arrow-up-b:before {content: "";}
.ion-arrow-up-c:before {content: "";}
.ion-asterisk:before {content: "";}
.ion-at:before {content: "";}
.ion-backspace:before {content: "";}
.ion-backspace-outline:before {content: "";}
.ion-bag:before {content: "";}
.ion-battery-charging:before {content: "";}
.ion-battery-empty:before {content: "";}
.ion-battery-full:before {content: "";}
.ion-battery-half:before {content: "";}
.ion-battery-low:before {content: "";}
.ion-beaker:before {content: "";}
.ion-beer:before {content: "";}
.ion-bluetooth:before {content: "";}
.ion-bonfire:before {content: "";}
.ion-bookmark:before {content: "";}
.ion-bowtie:before {content: "";}
.ion-briefcase:before {content: "";}
.ion-bug:before {content: "";}
.ion-calculator:before {content: "";}
.ion-calendar:before {content: "";}
.ion-camera:before {content: "";}
.ion-card:before {content: "";}
.ion-cash:before {content: "";}
.ion-chatbox:before {content: "";}
.ion-chatbox-working:before {content: "";}
.ion-chatboxes:before {content: "";}
.ion-chatbubble:before {content: "";}
.ion-chatbubble-working:before {content: "";}
.ion-chatbubbles:before {content: "";}
.ion-checkmark:before {content: "";}
.ion-checkmark-circled:before {content: "";}
.ion-checkmark-round:before {content: "";}
.ion-chevron-down:before {content: "";}
.ion-chevron-left:before {content: "";}
.ion-chevron-right:before {content: "";}
.ion-chevron-up:before {content: "";}
.ion-clipboard:before {content: "";}
.ion-clock:before {content: "";}
.ion-close:before {content: "";}
.ion-close-circled:before {content: "";}
.ion-close-round:before {content: "";}
.ion-closed-captioning:before {content: "";}
.ion-cloud:before {content: "";}
.ion-code:before {content: "";}
.ion-code-download:before {content: "";}
.ion-code-working:before {content: "";}
.ion-coffee:before {content: "";}
.ion-compass:before {content: "";}
.ion-compose:before {content: "";}
.ion-connection-bars:before {content: "";}
.ion-contrast:before {content: "";}
.ion-crop:before {content: "";}
.ion-cube:before {content: "";}
.ion-disc:before {content: "";}
.ion-document:before {content: "";}
.ion-document-text:before {content: "";}
.ion-drag:before {content: "";}
.ion-earth:before {content: "";}
.ion-easel:before {content: "";}
.ion-edit:before {content: "";}
.ion-egg:before {content: "";}
.ion-eject:before {content: "";}
.ion-email:before {content: "";}
.ion-email-unread:before {content: "";}
.ion-erlenmeyer-flask:before {content: "";}
.ion-erlenmeyer-flask-bubbles:before {content: "";}
.ion-eye:before {content: "";}
.ion-eye-disabled:before {content: "";}
.ion-female:before {content: "";}
.ion-filing:before {content: "";}
.ion-film-marker:before {content: "";}
.ion-fireball:before {content: "";}
.ion-flag:before {content: "";}
.ion-flame:before {content: "";}
.ion-flash:before {content: "";}
.ion-flash-off:before {content: "";}
.ion-folder:before {content: "";}
.ion-fork:before {content: "";}
.ion-fork-repo:before {content: "";}
.ion-forward:before {content: "";}
.ion-funnel:before {content: "";}
.ion-gear-a:before {content: "";}
.ion-gear-b:before {content: "";}
.ion-grid:before {content: "";}
.ion-hammer:before {content: "";}
.ion-happy:before {content: "";}
.ion-happy-outline:before {content: "";}
.ion-headphone:before {content: "";}
.ion-heart:before {content: "";}
.ion-heart-broken:before {content: "";}
.ion-help:before {content: "";}
.ion-help-buoy:before {content: "";}
.ion-help-circled:before {content: "";}
.ion-home:before {content: "";}
.ion-icecream:before {content: "";}
.ion-image:before {content: "";}
.ion-images:before {content: "";}
.ion-information:before {content: "";}
.ion-information-circled:before {content: "";}
.ion-ionic:before {content: "";}
.ion-ios-alarm:before {content: "";}
.ion-ios-alarm-outline:before {content: "";}
.ion-ios-albums:before {content: "";}
.ion-ios-albums-outline:before {content: "";}
.ion-ios-americanfootball:before {content: "";}
.ion-ios-americanfootball-outline:before {content: "";}
.ion-ios-analytics:before {content: "";}
.ion-ios-analytics-outline:before {content: "";}
.ion-ios-arrow-back:before {content: "";}
.ion-ios-arrow-down:before {content: "";}
.ion-ios-arrow-forward:before {content: "";}
.ion-ios-arrow-left:before {content: "";}
.ion-ios-arrow-right:before {content: "";}
.ion-ios-arrow-thin-down:before {content: "";}
.ion-ios-arrow-thin-left:before {content: "";}
.ion-ios-arrow-thin-right:before {content: "";}
.ion-ios-arrow-thin-up:before {content: "";}
.ion-ios-arrow-up:before {content: "";}
.ion-ios-at:before {content: "";}
.ion-ios-at-outline:before {content: "";}
.ion-ios-barcode:before {content: "";}
.ion-ios-barcode-outline:before {content: "";}
.ion-ios-baseball:before {content: "";}
.ion-ios-baseball-outline:before {content: "";}
.ion-ios-basketball:before {content: "";}
.ion-ios-basketball-outline:before {content: "";}
.ion-ios-bell:before {content: "";}
.ion-ios-bell-outline:before {content: "";}
.ion-ios-body:before {content: "";}
.ion-ios-body-outline:before {content: "";}
.ion-ios-bolt:before {content: "";}
.ion-ios-bolt-outline:before {content: "";}
.ion-ios-book:before {content: "";}
.ion-ios-book-outline:before {content: "";}
.ion-ios-bookmarks:before {content: "";}
.ion-ios-bookmarks-outline:before {content: "";}
.ion-ios-box:before {content: "";}
.ion-ios-box-outline:before {content: "";}
.ion-ios-briefcase:before {content: "";}
.ion-ios-briefcase-outline:before {content: "";}
.ion-ios-browsers:before {content: "";}
.ion-ios-browsers-outline:before {content: "";}
.ion-ios-calculator:before {content: "";}
.ion-ios-calculator-outline:before {content: "";}
.ion-ios-calendar:before {content: "";}
.ion-ios-calendar-outline:before {content: "";}
.ion-ios-camera:before {content: "";}
.ion-ios-camera-outline:before {content: "";}
.ion-ios-cart:before {content: "";}
.ion-ios-cart-outline:before {content: "";}
.ion-ios-chatboxes:before {content: "";}
.ion-ios-chatboxes-outline:before {content: "";}
.ion-ios-chatbubble:before {content: "";}
.ion-ios-chatbubble-outline:before {content: "";}
.ion-ios-checkmark:before {content: "";}
.ion-ios-checkmark-empty:before {content: "";}
.ion-ios-checkmark-outline:before {content: "";}
.ion-ios-circle-filled:before {content: "";}
.ion-ios-circle-outline:before {content: "";}
.ion-ios-clock:before {content: "";}
.ion-ios-clock-outline:before {content: "";}
.ion-ios-close:before {content: "";}
.ion-ios-close-empty:before {content: "";}
.ion-ios-close-outline:before {content: "";}
.ion-ios-cloud:before {content: "";}
.ion-ios-cloud-download:before {content: "";}
.ion-ios-cloud-download-outline:before {content: "";}
.ion-ios-cloud-outline:before {content: "";}
.ion-ios-cloud-upload:before {content: "";}
.ion-ios-cloud-upload-outline:before {content: "";}
.ion-ios-cloudy:before {content: "";}
.ion-ios-cloudy-night:before {content: "";}
.ion-ios-cloudy-night-outline:before {content: "";}
.ion-ios-cloudy-outline:before {content: "";}
.ion-ios-cog:before {content: "";}
.ion-ios-cog-outline:before {content: "";}
.ion-ios-color-filter:before {content: "";}
.ion-ios-color-filter-outline:before {content: "";}
.ion-ios-color-wand:before {content: "";}
.ion-ios-color-wand-outline:before {content: "";}
.ion-ios-compose:before {content: "";}
.ion-ios-compose-outline:before {content: "";}
.ion-ios-contact:before {content: "";}
.ion-ios-contact-outline:before {content: "";}
.ion-ios-copy:before {content: "";}
.ion-ios-copy-outline:before {content: "";}
.ion-ios-crop:before {content: "";}
.ion-ios-crop-strong:before {content: "";}
.ion-ios-download:before {content: "";}
.ion-ios-download-outline:before {content: "";}
.ion-ios-drag:before {content: "";}
.ion-ios-email:before {content: "";}
.ion-ios-email-outline:before {content: "";}
.ion-ios-eye:before {content: "";}
.ion-ios-eye-outline:before {content: "";}
.ion-ios-fastforward:before {content: "";}
.ion-ios-fastforward-outline:before {content: "";}
.ion-ios-filing:before {content: "";}
.ion-ios-filing-outline:before {content: "";}
.ion-ios-film:before {content: "";}
.ion-ios-film-outline:before {content: "";}
.ion-ios-flag:before {content: "";}
.ion-ios-flag-outline:before {content: "";}
.ion-ios-flame:before {content: "";}
.ion-ios-flame-outline:before {content: "";}
.ion-ios-flask:before {content: "";}
.ion-ios-flask-outline:before {content: "";}
.ion-ios-flower:before {content: "";}
.ion-ios-flower-outline:before {content: "";}
.ion-ios-folder:before {content: "";}
.ion-ios-folder-outline:before {content: "";}
.ion-ios-football:before {content: "";}
.ion-ios-football-outline:before {content: "";}
.ion-ios-game-controller-a:before {content: "";}
.ion-ios-game-controller-a-outline:before {content: "";}
.ion-ios-game-controller-b:before {content: "";}
.ion-ios-game-controller-b-outline:before {content: "";}
.ion-ios-gear:before {content: "";}
.ion-ios-gear-outline:before {content: "";}
.ion-ios-glasses:before {content: "";}
.ion-ios-glasses-outline:before {content: "";}
.ion-ios-grid-view:before {content: "";}
.ion-ios-grid-view-outline:before {content: "";}
.ion-ios-heart:before {content: "";}
.ion-ios-heart-outline:before {content: "";}
.ion-ios-help:before {content: "";}
.ion-ios-help-empty:before {content: "";}
.ion-ios-help-outline:before {content: "";}
.ion-ios-home:before {content: "";}
.ion-ios-home-outline:before {content: "";}
.ion-ios-infinite:before {content: "";}
.ion-ios-infinite-outline:before {content: "";}
.ion-ios-information:before {content: "";}
.ion-ios-information-empty:before {content: "";}
.ion-ios-information-outline:before {content: "";}
.ion-ios-ionic-outline:before {content: "";}
.ion-ios-keypad:before {content: "";}
.ion-ios-keypad-outline:before {content: "";}
.ion-ios-lightbulb:before {content: "";}
.ion-ios-lightbulb-outline:before {content: "";}
.ion-ios-list:before {content: "";}
.ion-ios-list-outline:before {content: "";}
.ion-ios-location:before {content: "";}
.ion-ios-location-outline:before {content: "";}
.ion-ios-locked:before {content: "";}
.ion-ios-locked-outline:before {content: "";}
.ion-ios-loop:before {content: "";}
.ion-ios-loop-strong:before {content: "";}
.ion-ios-medical:before {content: "";}
.ion-ios-medical-outline:before {content: "";}
.ion-ios-medkit:before {content: "";}
.ion-ios-medkit-outline:before {content: "";}
.ion-ios-mic:before {content: "";}
.ion-ios-mic-off:before {content: "";}
.ion-ios-mic-outline:before {content: "";}
.ion-ios-minus:before {content: "";}
.ion-ios-minus-empty:before {content: "";}
.ion-ios-minus-outline:before {content: "";}
.ion-ios-monitor:before {content: "";}
.ion-ios-monitor-outline:before {content: "";}
.ion-ios-moon:before {content: "";}
.ion-ios-moon-outline:before {content: "";}
.ion-ios-more:before {content: "";}
.ion-ios-more-outline:before {content: "";}
.ion-ios-musical-note:before {content: "";}
.ion-ios-musical-notes:before {content: "";}
.ion-ios-navigate:before {content: "";}
.ion-ios-navigate-outline:before {content: "";}
.ion-ios-nutrition:before {content: "";}
.ion-ios-nutrition-outline:before {content: "";}
.ion-ios-paper:before {content: "";}
.ion-ios-paper-outline:before {content: "";}
.ion-ios-paperplane:before {content: "";}
.ion-ios-paperplane-outline:before {content: "";}
.ion-ios-partlysunny:before {content: "";}
.ion-ios-partlysunny-outline:before {content: "";}
.ion-ios-pause:before {content: "";}
.ion-ios-pause-outline:before {content: "";}
.ion-ios-paw:before {content: "";}
.ion-ios-paw-outline:before {content: "";}
.ion-ios-people:before {content: "";}
.ion-ios-people-outline:before {content: "";}
.ion-ios-person:before {content: "";}
.ion-ios-person-outline:before {content: "";}
.ion-ios-personadd:before {content: "";}
.ion-ios-personadd-outline:before {content: "";}
.ion-ios-photos:before {content: "";}
.ion-ios-photos-outline:before {content: "";}
.ion-ios-pie:before {content: "";}
.ion-ios-pie-outline:before {content: "";}
.ion-ios-pint:before {content: "";}
.ion-ios-pint-outline:before {content: "";}
.ion-ios-play:before {content: "";}
.ion-ios-play-outline:before {content: "";}
.ion-ios-plus:before {content: "";}
.ion-ios-plus-empty:before {content: "";}
.ion-ios-plus-outline:before {content: "";}
.ion-ios-pricetag:before {content: "";}
.ion-ios-pricetag-outline:before {content: "";}
.ion-ios-pricetags:before {content: "";}
.ion-ios-pricetags-outline:before {content: "";}
.ion-ios-printer:before {content: "";}
.ion-ios-printer-outline:before {content: "";}
.ion-ios-pulse:before {content: "";}
.ion-ios-pulse-strong:before {content: "";}
.ion-ios-rainy:before {content: "";}
.ion-ios-rainy-outline:before {content: "";}
.ion-ios-recording:before {content: "";}
.ion-ios-recording-outline:before {content: "";}
.ion-ios-redo:before {content: "";}
.ion-ios-redo-outline:before {content: "";}
.ion-ios-refresh:before {content: "";}
.ion-ios-refresh-empty:before {content: "";}
.ion-ios-refresh-outline:before {content: "";}
.ion-ios-reload:before {content: "";}
.ion-ios-reverse-camera:before {content: "";}
.ion-ios-reverse-camera-outline:before {content: "";}
.ion-ios-rewind:before {content: "";}
.ion-ios-rewind-outline:before {content: "";}
.ion-ios-rose:before {content: "";}
.ion-ios-rose-outline:before {content: "";}
.ion-ios-search:before {content: "";}
.ion-ios-search-strong:before {content: "";}
.ion-ios-Settingss:before {content: "";}
.ion-ios-Settingss-strong:before {content: "";}
.ion-ios-shuffle:before {content: "";}
.ion-ios-shuffle-strong:before {content: "";}
.ion-ios-skipbackward:before {content: "";}
.ion-ios-skipbackward-outline:before {content: "";}
.ion-ios-skipforward:before {content: "";}
.ion-ios-skipforward-outline:before {content: "";}
.ion-ios-snowy:before {content: "";}
.ion-ios-speedometer:before {content: "";}
.ion-ios-speedometer-outline:before {content: "";}
.ion-ios-star:before {content: "";}
.ion-ios-star-half:before {content: "";}
.ion-ios-star-outline:before {content: "";}
.ion-ios-stopwatch:before {content: "";}
.ion-ios-stopwatch-outline:before {content: "";}
.ion-ios-sunny:before {content: "";}
.ion-ios-sunny-outline:before {content: "";}
.ion-ios-telephone:before {content: "";}
.ion-ios-telephone-outline:before {content: "";}
.ion-ios-tennisball:before {content: "";}
.ion-ios-tennisball-outline:before {content: "";}
.ion-ios-thunderstorm:before {content: "";}
.ion-ios-thunderstorm-outline:before {content: "";}
.ion-ios-time:before {content: "";}
.ion-ios-time-outline:before {content: "";}
.ion-ios-timer:before {content: "";}
.ion-ios-timer-outline:before {content: "";}
.ion-ios-toggle:before {content: "";}
.ion-ios-toggle-outline:before {content: "";}
.ion-ios-trash:before {content: "";}
.ion-ios-trash-outline:before {content: "";}
.ion-ios-undo:before {content: "";}
.ion-ios-undo-outline:before {content: "";}
.ion-ios-unlocked:before {content: "";}
.ion-ios-unlocked-outline:before {content: "";}
.ion-ios-upload:before {content: "";}
.ion-ios-upload-outline:before {content: "";}
.ion-ios-videocam:before {content: "";}
.ion-ios-videocam-outline:before {content: "";}
.ion-ios-volume-high:before {content: "";}
.ion-ios-volume-low:before {content: "";}
.ion-ios-wineglass:before {content: "";}
.ion-ios-wineglass-outline:before {content: "";}
.ion-ios-world:before {content: "";}
.ion-ios-world-outline:before {content: "";}
.ion-ipad:before {content: "";}
.ion-iphone:before {content: "";}
.ion-ipod:before {content: "";}
.ion-jet:before {content: "";}
.ion-key:before {content: "";}
.ion-knife:before {content: "";}
.ion-laptop:before {content: "";}
.ion-leaf:before {content: "";}
.ion-levels:before {content: "";}
.ion-lightbulb:before {content: "";}
.ion-link:before {content: "";}
.ion-load-a:before {content: "";}
.ion-load-b:before {content: "";}
.ion-load-c:before {content: "";}
.ion-load-d:before {content: "";}
.ion-location:before {content: "";}
.ion-lock-combination:before {content: "";}
.ion-locked:before {content: "";}
.ion-log-in:before {content: "";}
.ion-log-out:before {content: "";}
.ion-loop:before {content: "";}
.ion-magnet:before {content: "";}
.ion-male:before {content: "";}
.ion-man:before {content: "";}
.ion-map:before {content: "";}
.ion-medkit:before {content: "";}
.ion-merge:before {content: "";}
.ion-mic-a:before {content: "";}
.ion-mic-b:before {content: "";}
.ion-mic-c:before {content: "";}
.ion-minus:before {content: "";}
.ion-minus-circled:before {content: "";}
.ion-minus-round:before {content: "";}
.ion-model-s:before {content: "";}
.ion-monitor:before {content: "";}
.ion-more:before {content: "";}
.ion-mouse:before {content: "";}
.ion-music-note:before {content: "";}
.ion-navicon:before {content: "";}
.ion-navicon-round:before {content: "";}
.ion-navigate:before {content: "";}
.ion-network:before {content: "";}
.ion-no-smoking:before {content: "";}
.ion-nuclear:before {content: "";}
.ion-outlet:before {content: "";}
.ion-paintbrush:before {content: "";}
.ion-paintbucket:before {content: "";}
.ion-paper-airplane:before {content: "";}
.ion-paperclip:before {content: "";}
.ion-pause:before {content: "";}
.ion-person:before {content: "";}
.ion-person-add:before {content: "";}
.ion-person-stalker:before {content: "";}
.ion-pie-graph:before {content: "";}
.ion-pin:before {content: "";}
.ion-pinpoint:before {content: "";}
.ion-pizza:before {content: "";}
.ion-plane:before {content: "";}
.ion-planet:before {content: "";}
.ion-play:before {content: "";}
.ion-playstation:before {content: "";}
.ion-plus:before {content: "";}
.ion-plus-circled:before {content: "";}
.ion-plus-round:before {content: "";}
.ion-podium:before {content: "";}
.ion-pound:before {content: "";}
.ion-power:before {content: "";}
.ion-pricetag:before {content: "";}
.ion-pricetags:before {content: "";}
.ion-printer:before {content: "";}
.ion-pull-request:before {content: "";}
.ion-qr-scanner:before {content: "";}
.ion-quote:before {content: "";}
.ion-radio-waves:before {content: "";}
.ion-record:before {content: "";}
.ion-refresh:before {content: "";}
.ion-reply:before {content: "";}
.ion-reply-all:before {content: "";}
.ion-ribbon-a:before {content: "";}
.ion-ribbon-b:before {content: "";}
.ion-sad:before {content: "";}
.ion-sad-outline:before {content: "";}
.ion-scissors:before {content: "";}
.ion-search:before {content: "";}
.ion-Settingss:before {content: "";}
.ion-share:before {content: "";}
.ion-shuffle:before {content: "";}
.ion-skip-backward:before {content: "";}
.ion-skip-forward:before {content: "";}
.ion-social-android:before {content: "";}
.ion-social-android-outline:before {content: "";}
.ion-social-angular:before {content: "";}
.ion-social-angular-outline:before {content: "";}
.ion-social-apple:before {content: "";}
.ion-social-apple-outline:before {content: "";}
.ion-social-bitcoin:before {content: "";}
.ion-social-bitcoin-outline:before {content: "";}
.ion-social-buffer:before {content: "";}
.ion-social-buffer-outline:before {content: "";}
.ion-social-chrome:before {content: "";}
.ion-social-chrome-outline:before {content: "";}
.ion-social-codepen:before {content: "";}
.ion-social-codepen-outline:before {content: "";}
.ion-social-css3:before {content: "";}
.ion-social-css3-outline:before {content: "";}
.ion-social-designernews:before {content: "";}
.ion-social-designernews-outline:before {content: "";}
.ion-social-dribbble:before {content: "";}
.ion-social-dribbble-outline:before {content: "";}
.ion-social-dropbox:before {content: "";}
.ion-social-dropbox-outline:before {content: "";}
.ion-social-euro:before {content: "";}
.ion-social-euro-outline:before {content: "";}
.ion-social-facebook:before {content: "";}
.ion-social-facebook-outline:before {content: "";}
.ion-social-foursquare:before {content: "";}
.ion-social-foursquare-outline:before {content: "";}
.ion-social-freebsd-devil:before {content: "";}
.ion-social-github:before {content: "";}
.ion-social-github-outline:before {content: "";}
.ion-social-google:before {content: "";}
.ion-social-google-outline:before {content: "";}
.ion-social-googleplus:before {content: "";}
.ion-social-googleplus-outline:before {content: "";}
.ion-social-hackernews:before {content: "";}
.ion-social-hackernews-outline:before {content: "";}
.ion-social-html5:before {content: "";}
.ion-social-html5-outline:before {content: "";}
.ion-social-instagram:before {content: "";}
.ion-social-instagram-outline:before {content: "";}
.ion-social-javascript:before {content: "";}
.ion-social-javascript-outline:before {content: "";}
.ion-social-linkedin:before {content: "";}
.ion-social-linkedin-outline:before {content: "";}
.ion-social-markdown:before {content: "";}
.ion-social-nodejs:before {content: "";}
.ion-social-octocat:before {content: "";}
.ion-social-pinterest:before {content: "";}
.ion-social-pinterest-outline:before {content: "";}
.ion-social-python:before {content: "";}
.ion-social-reddit:before {content: "";}
.ion-social-reddit-outline:before {content: "";}
.ion-social-rss:before {content: "";}
.ion-social-rss-outline:before {content: "";}
.ion-social-sass:before {content: "";}
.ion-social-skype:before {content: "";}
.ion-social-skype-outline:before {content: "";}
.ion-social-snapchat:before {content: "";}
.ion-social-snapchat-outline:before {content: "";}
.ion-social-tumblr:before {content: "";}
.ion-social-tumblr-outline:before {content: "";}
.ion-social-tux:before {content: "";}
.ion-social-twitch:before {content: "";}
.ion-social-twitch-outline:before {content: "";}
.ion-social-twitter:before {content: "";}
.ion-social-twitter-outline:before {content: "";}
.ion-social-usd:before {content: "";}
.ion-social-usd-outline:before {content: "";}
.ion-social-vimeo:before {content: "";}
.ion-social-vimeo-outline:before {content: "";}
.ion-social-whatsapp:before {content: "";}
.ion-social-whatsapp-outline:before {content: "";}
.ion-social-windows:before {content: "";}
.ion-social-windows-outline:before {content: "";}
.ion-social-wordpress:before {content: "";}
.ion-social-wordpress-outline:before {content: "";}
.ion-social-yahoo:before {content: "";}
.ion-social-yahoo-outline:before {content: "";}
.ion-social-yen:before {content: "";}
.ion-social-yen-outline:before {content: "";}
.ion-social-youtube:before {content: "";}
.ion-social-youtube-outline:before {content: "";}
.ion-soup-can:before {content: "";}
.ion-soup-can-outline:before {content: "";}
.ion-speakerphone:before {content: "";}
.ion-speedometer:before {content: "";}
.ion-spoon:before {content: "";}
.ion-star:before {content: "";}
.ion-stats-bars:before {content: "";}
.ion-steam:before {content: "";}
.ion-stop:before {content: "";}
.ion-thermometer:before {content: "";}
.ion-thumbsdown:before {content: "";}
.ion-thumbsup:before {content: "";}
.ion-toggle:before {content: "";}
.ion-toggle-filled:before {content: "";}
.ion-transgender:before {content: "";}
.ion-trash-a:before {content: "";}
.ion-trash-b:before {content: "";}
.ion-trophy:before {content: "";}
.ion-tshirt:before {content: "";}
.ion-tshirt-outline:before {content: "";}
.ion-umbrella:before {content: "";}
.ion-university:before {content: "";}
.ion-unlocked:before {content: "";}
.ion-upload:before {content: "";}
.ion-usb:before {content: "";}
.ion-videocamera:before {content: "";}
.ion-volume-high:before {content: "";}
.ion-volume-low:before {content: "";}
.ion-volume-medium:before {content: "";}
.ion-volume-mute:before {content: "";}
.ion-wand:before {content: "";}
.ion-waterdrop:before {content: "";}
.ion-wifi:before {content: "";}
.ion-wineglass:before {content: "";}
.ion-woman:before {content: "";}
.ion-wrench:before {content: "";}
.ion-xbox:before {content: "";}
@font-face {font-family: Stroke-Gap-Icons;src: url("/assets/fonts/Stroke-Gap-Icons.eot");}
@font-face {font-family: Stroke-Gap-Icons;src: url("/assets/css/data:application/x-font-ttf;charset=utf-8;base64,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") format("truetype"),url("/assets/css/data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAIP4AAoAAAAAg7AAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAfQ4AAH0O2y4JFk9TLzIAAH4EAAAAYAAAAGAIIv19Y21hcAAAfmQAAABMAAAATBpVzR5nYXNwAAB+sAAAAAgAAAAIAAAAEGhlYWQAAH64AAAANgAAADYAUlk+aGhlYQAAfvAAAAAkAAAAJAPkAqlobXR4AAB/FAAAAzAAAAMwkQcUJ21heHAAAIJEAAAABgAAAAYAzFAAbmFtZQAAgkwAAAGKAAABipxmbApwb3N0AACD2AAAACAAAAAgAAMAAAEABAQAAQEBEVN0cm9rZS1HYXAtSWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHiGf4mPh9BR0AAAYJDx0AAAYOER0AAAAJHQAAfQUSAM0CAAEAEQAhACMAJQAoAC0AMgA3ADwAQQBGAEsAUABVAFoAXwBkAGkAbgBzAHgAfQCCAIcAjACRAJYAmwCgAKUAqgCvALQAuQC+AMMAyADNANIA1wDcAOEA5gDrAPAA9QD6AP8BBAEJAQ4BEwEYAR0BIgEnASwBMQE2ATsBQAFFAUoBTwFUAVkBXgFjAWgBbQFyAXcBfAGBAYYBiwGQAZUBmgGfAaQBqQGuAbMBuAG9AcIBxwHMAdEB1gHbAeAB5QHqAe8B9AH5Af4CAwIIAg0CEgIXAhwCIQImAisCMAI1AjoCPwJEAkkCTgJTAlgCXQJiAmcCbAJxAnYCewKAAoUCigKPApQCmQKeAqMCqAKtArICtwK8AsECxgLLAtAC1QLaAt8C5ALpAu4C8wL4Av0DAgMHAwwDEQMWAxsDIAMlAyoDLwM0AzkDPgNDA0gDTQNSA1cDXANhA2YDawNwA3UDegN/A4QDiQOOA5MDmAOdA6IDpwOsA7EDtgO7A8ADxQPKA88D1APZA94D4wPoA+0D8gP3A/wEAQQGBAsEEFN0cm9rZS1HYXAtSWNvbnNTdHJva2UtR2FwLUljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzdUU2MDR1RTYwNXVFNjA2dUU2MDd1RTYwOHVFNjA5dUU2MEF1RTYwQnVFNjBDdUU2MER1RTYwRXVFNjBGdUU2MTB1RTYxMXVFNjEydUU2MTN1RTYxNHVFNjE1dUU2MTZ1RTYxN3VFNjE4dUU2MTl1RTYxQXVFNjFCdUU2MUN1RTYxRHVFNjFFdUU2MUZ1RTYyMHVFNjIxdUU2MjJ1RTYyM3VFNjI0dUU2MjV1RTYyNnVFNjI3dUU2Mjh1RTYyOXVFNjJBdUU2MkJ1RTYyQ3VFNjJEdUU2MkV1RTYyRnVFNjMwdUU2MzF1RTYzMnVFNjMzdUU2MzR1RTYzNXVFNjM2dUU2Mzd1RTYzOHVFNjM5dUU2M0F1RTYzQnVFNjNDdUU2M0R1RTYzRXVFNjNGdUU2NDB1RTY0MXVFNjQydUU2NDN1RTY0NHVFNjQ1dUU2NDZ1RTY0N3VFNjQ4dUU2NDl1RTY0QXVFNjRCdUU2NEN1RTY0RHVFNjRFdUU2NEZ1RTY1MHVFNjUxdUU2NTJ1RTY1M3VFNjU0dUU2NTV1RTY1NnVFNjU3dUU2NTh1RTY1OXVFNjVBdUU2NUJ1RTY1Q3VFNjVEdUU2NUV1RTY1RnVFNjYwdUU2NjF1RTY2MnVFNjYzdUU2NjR1RTY2NXVFNjY2dUU2Njd1RTY2OHVFNjY5dUU2NkF1RTY2QnVFNjZDdUU2NkR1RTY2RXVFNjZGdUU2NzB1RTY3MXVFNjcydUU2NzN1RTY3NHVFNjc1dUU2NzZ1RTY3N3VFNjc4dUU2Nzl1RTY3QXVFNjdCdUU2N0N1RTY3RHVFNjdFdUU2N0Z1RTY4MHVFNjgxdUU2ODJ1RTY4M3VFNjg0dUU2ODV1RTY4NnVFNjg3dUU2ODh1RTY4OXVFNjhBdUU2OEJ1RTY4Q3VFNjhEdUU2OEV1RTY4RnVFNjkwdUU2OTF1RTY5MnVFNjkzdUU2OTR1RTY5NXVFNjk2dUU2OTd1RTY5OHVFNjk5dUU2OUF1RTY5QnVFNjlDdUU2OUR1RTY5RXVFNjlGdUU2QTB1RTZBMXVFNkEydUU2QTN1RTZBNHVFNkE1dUU2QTZ1RTZBN3VFNkE4dUU2QTl1RTZBQXVFNkFCdUU2QUN1RTZBRHVFNkFFdUU2QUZ1RTZCMHVFNkIxdUU2QjJ1RTZCM3VFNkI0dUU2QjV1RTZCNnVFNkI3dUU2Qjh1RTZCOXVFNkJBdUU2QkJ1RTZCQ3VFNkJEdUU2QkV1RTZCRnVFNkMwdUU2QzF1RTZDMnVFNkMzdUU2QzR1RTZDNXVFNkM2dUU2QzcAAAIBiQDKAMwCAAEA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tovAi8C2tsCLwIu2YItWi1ZgYFaLCIv3NBVoi25ui2iLaKhurouui6ioi66Lrm6oaIsI+1SrFcuLi2tLi4urBffUixXLi4trS4uLqwWL+zQVy4uLa0uLi6sF+9SLFcuLi2tLi4urBQ74lNsV+2SLi6v3RIuL97T8VIuL+7T3RYuLa/tli4v39PiUiwVL+7QV/BSLi/d0+BSLi/t0Bfv0qxX31IuL9zT71IuL+zQF9yRMFauLi2pri4usBTpKFfdWi4tr+1aLi6sFDvg09/QV+9SLBWiLbqiLrouuqKiuiwj31IsFrouobotoi2hubmiLCPvU6xV5i319i3mLeZl9nYsI99SLBZ2LmZmLnYudfZl5iwj71IsF90T8dBVri4vUZLLMy0vKsbOL1KuLizRycsxLSkukcgUO+CNrFfuyi3r4A6uNmvvl93aLmvflq4kF+/TMFfgUi4tr/BSLi6sF99hrFfuci6L3BPdui6L7BAX7dKsV90yLgrv7OouCWwXn+8QVaItuqIuui66oqK6Lrouobotoi2hubmiLCIvrFXmLfX2LeYt5mX2di52LmZmLnYudfZl5iwgr6xX3VIuLa/tUi4urBYv7dBX3VIuLa/tUi4urBQ6LixX4lIuLa/yUi4urBYv4dBWri4v8lGuLi/iUBfcE/FQVq4uLa2uLi6sFy4sVq4uLa2uLi6sFy4sVq4uLa2uLi6sFy4sVq4uLa2uLi6sFy4sVq4uLa2uLi6sFy4sVq4uLa2uLi6sF/CTLFauLi2tri4urBYvLFauLi2tri4urBYvLFauLi2tri4urBYvLFauLi2tri4urBYvLFauLi2tri4urBYvLFauLi2tri4urBfdE+/QVK4uL93Tri4v7dAVLqxWri4v3NGuLi/s0BfdUaxUri4v39OuLi/v0BUurFauLi/e0a4uL+7QF91RrFSuLi/e064uL+7QFS6sVq4uL93Rri4v7dAUOi4sV+JSLi2v8lIuLqwWL+HQVq4uL/JRri4v4lAX3BPxUFauLi2tri4urBcuLFauLi2tri4urBcuLFauLi2tri4urBcuLFauLi2tri4urBcuLFauLi2tri4urBcuLFauLi2tri4urBfwkyxWri4tra4uLqwWLyxWri4tra4uLqwWLyxWri4tra4uLqwWLyxWri4tra4uLqwWLyxWri4tra4uLqwWLyxWri4tra4uLqwX3Afu+FXGf9fch3Un3GvcaoXX7LvsuPckF94FyFWuLi/cE+wSLi6v3JIsFDouLFfiUi4tr/JSLi6sFi/h0FauLi/yUa4uL+JQF9wT8VBWri4tra4uLqwXLixWri4tra4uLqwXLixWri4tra4uLqwXLixWri4tra4uLqwXLixWri4tra4uLqwXLixWri4tra4uLqwX8JMsVq4uLa2uLi6sFi8sVq4uLa2uLi6sFi8sVq4uLa2uLi6sFi8sVq4uLa2uLi6sFi8sVq4uLa2uLi6sFi8sVq4uLa2uLi6sF+Cj7rxX7GvcpO0sh9xCjn+En28v3Lvs/BY9wFfski4ur9wSLi/cEq4sFDviUaxX8lIuL+JT4lIuL/JQF/HSrFfhUi4v4VPxUi4v8VAX3BPgUFauLi/sUa4uL9xQFW1sV9xSLi2v7FIuLqwX3VIsV9xSLi2v7FIuLqwWL+zQVq4uLa2uLi6sF20sVq4uLa2uLi6sF+z/WFaF1Kyt1oevrBfdUixWhdSsrdaHr6wX7nosV6yt1dSvroaEFDvgU94QVS4uLq6uLi5sFi+ND0zOLM4tDQ4szCIt7q4uLa0uLi7sFi/Xh4fWL9YvhNYshCItbBWv7pBX71IuL94Sri4v7ZPeUi4v3ZKuLBfc0qxVLi4urq4uLmwWL40PTM4sIi6sF9YvhNYshCItbBWv7pBUri4ury4uL92SriwUO98T31BUri4vrq4uLS6uLi8uriwX7FMsV9zSLi2v7NIuLqwX3dPyUFfu0i4v3hKuLi/tk93SLi/dkq4sFi4sVa4sFi8lZvU2LTYtZWYtNCGuLBYvazMzai9qLzEqLPAj7VPtEFWuLi/dEBYu3r663iwiLawVxi3V2i3EIi/tEBQ73xPfUFSuLi+uri4tLq4uLy6uLBSvLFeuLi2sri4urBfck/JQV+1SLi/e0BYvAtrbAi8CLtmCLVgiL+7QF+zSrFfcUi4v3lAWLrm6oaItoi25ui2gIi/uUBcu7FWuLi/dkBYucmZidiwiL+4IFDtv3ZBWri4v7JGuLi/ckBauLFWuLBYvXvM3RowhH9fchi4trOIvILXSGBUh9W1CLRwj3dPuEFfs0iwVWi2C2i8AIq4sFi2iobq6LCPc0iwWui6ioi64Iq4sFi1ZgYFaLCMv3hBWri4v7JGuLi/ckBauLFWuLBYvPW8ZImQh0kNj3C6V5VzoF0XO8SYs/CPtE+wQVcYt1oYulCKuLBYuCkoSUi5SLkpKLlIuUhJKCi3GLdaGLpYumoaCli6WLoXaLcAhriwWLlISSgouCi4SEi4KLgpKElIuli6F2i3CLcXV1cYsIe/dkFauLi2tri4urBYv7dBWri4tra4uLqwUO9773wBXbS3dzO8ufowVR+zAV+4SLi/c094SLi2v7ZIuLK/dkiwVr+1YVi/cWq4uLTfdr90L7a/dCi01ri4v3Fve9+4YFDveU93YVaItuqIuui66oqK6Lrouobotoi2hubmiLCIvrFXmLfX2LeYt5mX2di52LmZmLnYudfZl5iwj7APs5FUbPi/cE0M8IoXUFU1OLL8NTCHV1BUJaFSfvi/c27+4IoXUFNDSL+yLiNAh1dAX3tcMVdaIFw8OL51PDCKGhBdBHi/sERkYI1EwVdaEF4uKL9yI04gihoQXvKIv7NicoCPsJjBVri4urBYudfZl5i3mLfX2LeQiLa2uLi6sFi66oqK6LrouobotoCItrBYv7FBX7FIuL6/cUi4srBSurFcuLi6tLi4trBQ73RGsVXItfnWqtRs+L9wTQzwjDxPeN+41SUwVqaV95XIsIR/fMFWlpBVNTiy/DU6ZwsHyxi7GLsJqmpgitrftg92AFgPtrFV+2i9O3tgihdQVsa4tZqmsIdXUF91D3BhV1oQWRkY6Ti5SLlIiThZF/l3WLf38IdaEFo6O1i6Nzl3+Se4t6i3qEe39/CO2yFYvbS8s7iwiLqwXsi9o8iyoIa4sF7JIVi/cPJ+/7D4sIi6sF9yCL9wf7B4v7IAhriwUO95S7FfsQiyfhi/UIi5vLi4trbIsFlTrdTO6L7ovdypXcCGyLi6vLi4t7BYshJzX7EIsIi/ekFV+LZ6+Lt4u3r6+3i7eLr2eLX4tfZ2dfiwiL9xQVcYt1dYtxi3GhdaWLpYuhoYuli6V1oXGLCHv7BBWri4v7dGuLi/d0BZv8BBVxi3Whi6UIq4sFi4KShJSLlIuSkouUCKuLBYtxdXVxiwgO68sVe4t8j32SXKR5xqS5pbrFnblyCHxuBWycZH97bHpsl2Sqe5qDnImbkJyQmJaTmgiofAV+dHd6c4SCiIGKgosI+B/3gxWVbPwk+xOBqfgk9xQF+7tBFfsb9y/354uLK2uLi8v7gYvkJgXbOhXLO3N3S9ujnwUO95TrFSGLNeGL9Yv14eH1i/WL4TWLIYshNTUhiwiL9/QVM4tDQ4szizPTQ+OL44vT04vji+ND0zOLCIv7lBVWi2C2i8CLwLa2wIvAi7Zgi1aLVmBgVosIi/c0FWiLbm6LaItoqG6ui66LqKiLrouubqhoiwiLSxVriwWLnZmZnYsIi2sF90z71BX8BIu08al/dFH3pIt0xamXBQ74LfdBFXSiyMgFt7aL01+2YLdDi2BfCE5OdKLIyAXDw+eLw1PDU4svU1MITk4F+537YRVmi2aZb6dTw4vnw8MIyMiidE5OBV9gi0O3YLZf04u2twjIyKJ0Tk4Fb29mfWaLCFb4TxX3FPsUdXX7FPcUoaEF93T7dBX3FPsUdXX7FPcUoaEFDvfU9wQV+9SLi/fU99SLi/vUBfu0qxX3lIuL95T7lIuL+5QF+HRrFfs0i4ur9xSLi/cAYd9Vi4sry4uLayuLi/c09YvB+wAF/FR3FfdUi4tr+1SLi6sF+AT7dBVoi26oi64Iq4sFi3mZfZ2LnYuZmYudCKuLBYtobm5oiwj7xIsVaItuqIuuCKuLBYt5mX2di52LmZmLnQiriwWLaG5uaIsIDveUaxX7B4su6Iv3B4vfvdfZqwiXbgVJb2FLi0SLKto87Ivmi9jSkuUIq4kFgiAwNyCLCPdD93MVhsxixE6lCJeoBdNtvEiRPQhriQX7E/clFWuLi9u7i4ur+xSLi2u7i4s7a4uLu1uLi+v3VIuLK1uLBfcpphWhdVtbdaG7uwWLohW4XnR0XriiogVG+6YV+ySLi/ckq4uL+wT3BIsFDvf69BX7CvcHi/c6q4uL+y33ACIF+w/7MRVJi0mkWrwIoaIF10D3Cn/jxQidcQVgblp+WosI92n3BhVxnQXF43/3C0DWCKKhBeE2mPscSCYItvchFWuLBYv1P+gioAiRqgX3DHPiIYv7DQj7lvuUFfshi/sH9weL9yGL9w7h9PcLowiRbAUkdj8viyCL+w/wJvcPiwiLawUO+JT3lBX8lIuL91T4lIuL+1QF/HSrFfhUi4v3FPxUi4v7FAX4RPu0Ffw0i4v3hKuLi/tk9/SLi/dkq4sFO/sEFfuUi4vrq4uLS/dUi4vLq4sFDvda95QV+1qLi6v3RIvM90mpgQX3RPx0FftT9wX7U/sF0PdNLrmZp/cMUVv7E/cV1/cVP1v3E/cMxZlvLl0F9xrnFftwi2j3EqmUqCT3WIsFDvhh9xQV+82LO/e0V4uLq9eL2/u095uLpfck+5GLi6v3t4sF+8f75BVxi3Whi6WLpaGhpYuli6F1i3GLcXV1cYsIi8sVgouEhIuCi4KShJSLlIuSkouUi5SEkoKLCPdkSxVxi3Whi6WLpaGhpYuli6F1i3GLcXV1cYsIi8sVgouEhIuCi4KShJSLlIuSkouUi5SEkoKLCPs092QVq4uLO2uLi9sF64sVq4uLO2uLi9sFDrv35BWri4v7ZGuLi/dkBfgUixWri4v7ZGuLi/dkBfsw/AQVY4v7KtsFaKCIo4uuCKuLBYtrjYKhfwiLi/cgQKOL9yDWBaGXjZSLqwiriwWLaIhzaHYIiYr7KDwF+xj3lBX3dIuLa/t0i4urBYtLFfd0i4tr+3SLi6sFi/cUFfcEi4tr+wSLi6sF99TbFfsEiwVii2ihd6t3a2h1YosI+wSLi6v3BIsFt4uvr4u3CKuLBYtfr2e3iwj3BIuLawUOt64VonRjZHWhsrMF+Br4GhWidD0+daHY2QWEvRXbO3V1O9uhoQX7a/xDFXSi90X3RTHl+0X7RXSi91z3XPcc+xwF+6tXFaZwdHRwpqKiBbu7FaZwdHRwpqKiBbu7FaZwdHRwpqKiBTb7pBVyi3OUeJ5msYvHsLEIonQFcnKLY6RypHKzi6SkCKJ0BXh4c4JyiwgO+HD3eRVzoAWdoZWni6eLzVXBSYtni2p8dHAIf3x/mgV0pmqaZ4tJi1VVi0mLb5VvnXUIc3YFdKd+rouvi9/Pz9+LsouwfKdxp6WwmrKL34vPR4s3i2d+aHRvCPt9+xIVVfcHeGH7PouLq/cqi7LhvSDL90nH+zT3KYuLa/tAi2ftBXL7xhVdi/sZ9zGjoPcP+yadi/cP9yajdgUO93/NFfsb9xz3RvdG9xz7G/tH+0cFMfccFeUw9xr3GjDl+xn7GQVa+34VcYtzlXmdZrGLx7CxCLe3onRfXwV/f4R7i3qLepJ7l3+Xf5uEnIuci5uSl5cIt7eidF9fBXl5c4Fxiwj37PfEFXSit7cFl5eSm4uci5yEm3+Xc6Nhi3NzCF9fdKK3twWdnaOVpYuli6OBnXmdeZVzi3GLcYFzeXkIX18F+4xiFaJ0dHR0oqKiBcubFaJ0dHR0oqKiBZvLFaJ0dHR0oqKiBWv7FBWidHR0dKKiogXb2xWidHR0dKKiogUO9+xvFfsc9w6LY5CQoXRQUYv3UPcs+x73E/ge/B37IN849zf3EJ5x+037IPsh9x34i/dIBQ74LfdBFXSiyMgFt7aL01+2YLdDi2BfCE5OdKLIyAXDw+eLw1PDU4svU1MITk4F+537YRVli2aacKZTw4vnw8MI9xD3EPdh+1/7EfsRBXBwZnxliwii99kVJSUFX2CLQ7dgoHanf6mLqYunl6CgCPHx+zL3MgUO+HKLFfxQi2n3gquPqftm+BiLqfdmq4cF/JTNFfiUi4tr/JSLi6sF92T7ARWbK2uFe+urkQXrixWrhXsra5Gb6wW+95oVpXn7BPs0cZ33BPc0BQ7342cVP4s3r0bP+wH3AW33LNHnCKV4BVA9qPsd6yvrK/cbcNfICJ9yBWlwYX5eiwj3KtkV+w33DXV1BXR0bX9qi2uLbJd1olu7i9i7ugigofsN9w2iovck+yReXwVoaItSrmiceqGCo4uji6GUnJwIuLf3I/skdXUFDvht98UV+xz3HJaWBZ2do5Wli6WLo4GdebBli09mZQiAgAUx9xoV4zMFmqSHq3agd6BqjnJ9CFp8Fev7NHB7K/c0ppsF+9n8UhW790aqg2r7EvcRrZRsBaWiFWXsKrD3W/ddonT7Ofs6zHKkS/cZ9xmidAUO9zn3KBWhc/sk+xx1o/ck9xwFtl8VaItuqIuui66oqK6Lrouobotoi2hubmiLCIvrFXmLfX2LeYt5mX2di52LmZmLnYudfZl5iwj3NJsVaYtrmHOjcqR+q4uti62Yq6SkCLa390r7SV9eBXJza35piwhc920VdnYFeXmBc4txi3GVc515nXmjgaWLpYujlZ2dCKCh+xz3GwX7x/xZFa73yvcr35tv+x0/bvuO96a9uPcMqX9Y+xwFDvc0exVgi2OcbaltqXqzi7aLtpyzqakI9033WqJ2+037WwVycn5ri2mLaZhro3Okcqt+rYuti6uYo6QI9173agWdnZWji6WLpYGjeZ15nXOVcYtxi3OBeXkI+137agVycYtjpHKXf5uEnIuLi4uLi4uci5uSl5cI91X3XaJ1+1X7XgV5eXOBcYuLi4uLi4txi3OVeZ1lsIzIsLEI9133agWkpKuYrYuti6t+o3Kkc5hri2mLaX5rcnII+137agVtbWN6YIsIDvc0yxWLiwUzi0PTi+OL49PT4osI91WLBeOL00OLM4szQ0M0iwj7VYsF91T3tBX7VYsFRYtSUotEi0TEUtKLCPdViwXRi8TEi9KL0lLERIsI+1T7dBVWi2C2i8CLwLa2wIvAi7Zgi1aLVmBgVosIi/c0FWiLbm6LaItoqG6ui66LqKiLrouubqhoiwgO+ET3xBVriwWL2krMPIs8i0pKizwIa4sFi+za2uyL7IvaPIsqCPtE++QVKos82ovsCIv3FKuLi/sUBYs8zErai9qLzMyL2giL9xSri4v7FAWLKjw8KosIe/g0FauLi/sUa4uL9xQFDveE9zQVO4uLq7uLi/cUO4uLq/cEiwX3pPu7Ffu585Wp948zi/fG+48zgan3ufMFNSkVl237JFWAqfcjwQX73vtZFSuLi/dU64uL+1QFS6sVq4uL9xRri4v7FAXr+1QVaItuqIuuCIvLq4uLSwWLeZl9nYudi5mZi50Ii8vLi4tra4uLawWLaG5uaIsIDvdh90EVU8OL5sPECKJ0BV9fi0S3YAh0dAX3YIsVdKLIyAW3tovTX7Zgt0OLYF8ITk50osjIBcPD54vDU8NTiy9TUwhOTgUlJRV0ogW3t4vSX7YIoqIFw1OLMFNSCPs3JBVmi2aZb6dTw4vnw8MIyMiidE5OBV9gi0O3YLZf04u2twjIyKJ0Tk4Fb29mfWaLCA7r95QVq4uLa2uLi6sF64sVq4uLa2uLi6sF64sVq4uLa2uLi6sF64sVq4uLa2uLi6sF+7TLFauLi2tri4urBeuLFauLi2tri4urBeuLFauLi2tri4urBeuLFauLi2tri4urBfuU+zQV95SLi2v7lIuLqwX4FPsEFfyUi4v3xKuLi/uk+FSLi/e0/HSLi6v4lIsFDvhUaxX8FIuL92Sri4v7RPfUi4v3RKuLBa+QFft494j7ePuIc6H3kPeg95D7oAX7UPs/FWuLi/cES4uL+wRri4v3JPcUiwVLqxVoi26oi66Lrqiorouui6hui2iLaG5uaIsIi+sVeYt9fYt5i3mZfZ2LnYuZmYudi519mXmLCA73mX8V+3X3ZQV0p36ui6+L38/P34uyi7B8p3GnpbCasovfi89HizeLZ35odG8Iior7RPs0daP3Q/czBZ2glaeLp4vNVcFJi2eLanx0cAh/fH+aBXSmappni0mLVVWLSYtvlW+ddgj3c/tjdXMFefMV+zX3KgV/moWfi56LvLKyvIsIi2sFbItycotsi3+Pf5KBCPcy+yZ1cwXP93gVb5oFlqCemqKRoZKjiKCACHtvBX6SfI19h3yGf4KEfggO9wTbFXuLBVSLYrSLwovCtLTCiwibi4v7VAVr9zIVboV4c4tri2yecqiFCIv3EAX35PsyFXuLi/dUm4sFwou0YotUi1RiYlSLCJv3MhWL+xAFqJGepIuqi6t4o26RCIv7ghWLqwWTi5OQi5YIq4sFi3B2dnCLCEurFcuLi2tLi4urBWNLFXGLdaCLpouloaGli6aLoHWLcYtwdnZwiwiLyxWDi4OEi4KLgpOEk4uUi5KSi5SLlISSgosI8/ekFWuLBYvaSsw8izyLSkqLPAhriwWL7Nra7Ivsi9o8iyoIDvhh9xQV+82LO/e0V4uLq9eL2/u095uLpfck+5CLi6v3tosF+8f75BVxi3Whi6WLpaGhpYuli6F1i3GLcXV1cYsIi8sVgouEhIuCi4KShJSLlIuSkouUi5SEkoKLCPdkSxVxi3Whi6WLpaGhpYuli6F1i3GLcXV1cYsIi8sVgouEhIuCi4KShJSLlIuSkouUi5SEkoKLCPs092QVq4uLO2uLi9sF64sVq4uLO2uLi9sFK+sVa4uLt/aulW02bgX3dHcVa4uLryuji09ri4vv9zRjBQ74lPfkFWuLi/cE+wSLi6v3JIsFcIYVoXX7ZftldaH3ZfdlBfvp/I8V+ySLi/ckq4uL+wT3BIsF0fdgFaF1+2X7ZXWh92X3ZQX7Cu8Va4uL9wT3BIuLazuLBWv7BBWri4sra4uL6wX3JPckFeuLi2sri4urBfeE/BQV+wSLi6vbi4vbq4sFa/cUFauLiytri4vrBftk+2QV64uLayuLi6sFDviUmxX8lIuL99T4lIuL+9QF/HSrFfhUi4v3lPxUi4v7lAX4dPfUFfvUi4ur+zSLi2tri4vL93SLi2v3tIsFDvg095QV+9SLi/cUq4uLK/eUi4vrq4sFS0sVK4uLy6uLi2uri4urq4sF9zT8NBX8lIuL+JT4NIuLa/wUi4v8VPhUi4v4FKuLBfw0+1QV99SLi2v71IuLqwWLSxX31IuLa/vUi4urBYtLFffUi4tr+9SLi6sFDvgUqxX79IuL+FT39IuL/FQF+9SrFfe0i4v4FPu0i4v8FAW793QV91SLi2v7VIuLqwWLSxX3VIuLa/tUi4urBYtLFfdUi4tr+1SLi6sFi/dUFeuLi2sri4urBfgE/BQV++SLi6v3xIuL+BRsi4uryosFDvck95QV92SLi2v7ZIuLqwWLSxX3ZIuLa/tki4urBYtLFfdki4tr+2SLi6sFi/d0FeuLi2sri4urBffU/BQV/ESLi/hUq4uL/DT4BIuL+FT8JIuLq/hEiwUO95TbFVyLY66DuAj7N4ut95arh237cvcyi4t7BYtoqG6ui66LqKiLrgiLm/cyi233cquPrfuW+zeLBYNeY2hciwj3lCsV/JSLi/ckq4uL+wT4VIuL9wSriwUr6xVri4v3ZPuUi4v7ZGuLi/eE99SLBfuUSxXbi4trO4uLqwWLSxX3VIuLa/tUi4urBYtLFfdUi4tr+1SLi6sFDvg094QV+ySLi/ckq4uL+wT3BIsF0PdfFaF1+1X7VXWh91X3VQX7ifwvFWuLi/cE+wSLi6v3JIsFYXcVoXX7VftVdaH3VfdVBfs690cVa4uL9wT3BIuLazuLBWv7BBWri4sra4uL6wX3JPckFeuLi2sri4urBfgE/JMV+wSLi6vbi4vbq4sFa/cUFauLiytri4vrBftk+2QV64uLayuLi6sFDveU6xVci2Oug7gI+zeLr/ek+FCLr/uk+zeLBYNeY2hciwj7cvcEFfcyi4t7BYtoqG6ui66LqKiLrgiLm/cyi2/3ZPwYi2/7ZAX4cvtkFfyUi4v3JKuLi/sE+FSLi/cEq4sFDvg0axX71IuL+ASri4v75PeUi4v35KuLBfv0yxX4FIuLa/wUi4urBfekaxX7NIuL9wT3NIuL+wQF+xSrFeuLi7sri4tbBXv7BBWri4v7dGuLi/d0BeuLFauLi/t0a4uL93QFDvgEqxX7dIsFO4tLzIvai9rLzNuLCPeEiwXOi8hGi0CLPEtKO4sI+3T3lBVNi1lZi02LTb1ZyYsI93SLBcmLvb2LyYvKWLxeiwj7hIsFe1sVq4uL+xRri4v3FAVbWxX3FIuLa/sUi4urBfdU9zQVa4uLqwWLpaGhpYsIi2sFgouEhIuCCItrBcL7QRWEkoGLhYQIdKIFnp6pi554CHV0BV1eFYKUhpeLmIuYkJeUlAiidAWIiImHi4eLh42HjogIdHQF9yK4FYSSgYuF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") format("woff");font-weight: 400;font-style: normal;}
.icon {font-family: Stroke-Gap-Icons;speak: none;font-style: normal;font-weight: 400;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.icon-WorldWide:before {content: "";}
.icon-WorldGlobe:before {content: "";}
.icon-Underpants:before {content: "";}
.icon-Tshirt:before {content: "";}
.icon-Trousers:before {content: "";}
.icon-Tie:before {content: "";}
.icon-TennisBall:before {content: "";}
.icon-Telesocpe:before {content: "";}
.icon-Stop:before {content: "";}
.icon-Starship:before {content: "";}
.icon-Starship2:before {content: "";}
.icon-Speaker:before {content: "";}
.icon-Speaker2:before {content: "";}
.icon-Soccer:before {content: "";}
.icon-Snikers:before {content: "";}
.icon-Scisors:before {content: "";}
.icon-Puzzle:before {content: "";}
.icon-Printer:before {content: "";}
.icon-Pool:before {content: "";}
.icon-Podium:before {content: "";}
.icon-Play:before {content: "";}
.icon-Planet:before {content: "";}
.icon-Pause:before {content: "";}
.icon-Next:before {content: "";}
.icon-MusicNote2:before {content: "";}
.icon-MusicNote:before {content: "";}
.icon-MusicMixer:before {content: "";}
.icon-Microphone:before {content: "";}
.icon-Medal:before {content: "";}
.icon-ManFigure:before {content: "";}
.icon-Magnet:before {content: "";}
.icon-Like:before {content: "";}
.icon-Hanger:before {content: "";}
.icon-Handicap:before {content: "";}
.icon-Forward:before {content: "";}
.icon-Footbal:before {content: "";}
.icon-Flag:before {content: "";}
.icon-FemaleFigure:before {content: "";}
.icon-Dislike:before {content: "";}
.icon-DiamondRing:before {content: "";}
.icon-Cup:before {content: "";}
.icon-Crown:before {content: "";}
.icon-Column:before {content: "";}
.icon-Click:before {content: "";}
.icon-Cassette:before {content: "";}
.icon-Bomb:before {content: "";}
.icon-BatteryLow:before {content: "";}
.icon-BatteryFull:before {content: "";}
.icon-Bascketball:before {content: "";}
.icon-Astronaut:before {content: "";}
.icon-WineGlass:before {content: "";}
.icon-Water:before {content: "";}
.icon-Wallet:before {content: "";}
.icon-Umbrella:before {content: "";}
.icon-TV:before {content: "";}
.icon-TeaMug:before {content: "";}
.icon-Tablet:before {content: "";}
.icon-Soda:before {content: "";}
.icon-SodaCan:before {content: "";}
.icon-SimCard:before {content: "";}
.icon-Signal:before {content: "";}
.icon-Shaker:before {content: "";}
.icon-Radio:before {content: "";}
.icon-Pizza:before {content: "";}
.icon-Phone:before {content: "";}
.icon-Notebook:before {content: "";}
.icon-Mug:before {content: "";}
.icon-Mastercard:before {content: "";}
.icon-Ipod:before {content: "";}
.icon-Info:before {content: "";}
.icon-Icecream2:before {content: "";}
.icon-Icecream1:before {content: "";}
.icon-Hourglass:before {content: "";}
.icon-Help:before {content: "";}
.icon-Goto:before {content: "";}
.icon-Glasses:before {content: "";}
.icon-Gameboy:before {content: "";}
.icon-ForkandKnife:before {content: "";}
.icon-Export:before {content: "";}
.icon-Exit:before {content: "";}
.icon-Espresso:before {content: "";}
.icon-Drop:before {content: "";}
.icon-Download:before {content: "";}
.icon-Dollars:before {content: "";}
.icon-Dollar:before {content: "";}
.icon-DesktopMonitor:before {content: "";}
.icon-Corkscrew:before {content: "";}
.icon-CoffeeToGo:before {content: "";}
.icon-Chart:before {content: "";}
.icon-ChartUp:before {content: "";}
.icon-ChartDown:before {content: "";}
.icon-Calculator:before {content: "";}
.icon-Bread:before {content: "";}
.icon-Bourbon:before {content: "";}
.icon-BottleofWIne:before {content: "";}
.icon-Bag:before {content: "";}
.icon-Arrow:before {content: "";}
.icon-Antenna2:before {content: "";}
.icon-Antenna1:before {content: "";}
.icon-Anchor:before {content: "";}
.icon-Wheelbarrow:before {content: "";}
.icon-Webcam:before {content: "";}
.icon-Unlinked:before {content: "";}
.icon-Truck:before {content: "";}
.icon-Timer:before {content: "";}
.icon-Time:before {content: "";}
.icon-StorageBox:before {content: "";}
.icon-Star:before {content: "";}
.icon-ShoppingCart:before {content: "";}
.icon-Shield:before {content: "";}
.icon-Seringe:before {content: "";}
.icon-Pulse:before {content: "";}
.icon-Plaster:before {content: "";}
.icon-Plaine:before {content: "";}
.icon-Pill:before {content: "";}
.icon-PicnicBasket:before {content: "";}
.icon-Phone2:before {content: "";}
.icon-Pencil:before {content: "";}
.icon-Pen:before {content: "";}
.icon-PaperClip:before {content: "";}
.icon-On-Off:before {content: "";}
.icon-Mouse:before {content: "";}
.icon-Megaphone:before {content: "";}
.icon-Linked:before {content: "";}
.icon-Keyboard:before {content: "";}
.icon-House:before {content: "";}
.icon-Heart:before {content: "";}
.icon-Headset:before {content: "";}
.icon-FullShoppingCart:before {content: "";}
.icon-FullScreen:before {content: "";}
.icon-Folder:before {content: "";}
.icon-Floppy:before {content: "";}
.icon-Files:before {content: "";}
.icon-File:before {content: "";}
.icon-FileBox:before {content: "";}
.icon-ExitFullScreen:before {content: "";}
.icon-EmptyBox:before {content: "";}
.icon-Delete:before {content: "";}
.icon-Controller:before {content: "";}
.icon-Compass:before {content: "";}
.icon-CompassTool:before {content: "";}
.icon-ClipboardText:before {content: "";}
.icon-ClipboardChart:before {content: "";}
.icon-ChemicalGlass:before {content: "";}
.icon-CD:before {content: "";}
.icon-Carioca:before {content: "";}
.icon-Car:before {content: "";}
.icon-Book:before {content: "";}
.icon-BigTruck:before {content: "";}
.icon-Bicycle:before {content: "";}
.icon-Wrench:before {content: "";}
.icon-Web:before {content: "";}
.icon-Watch:before {content: "";}
.icon-Volume:before {content: "";}
.icon-Video:before {content: "";}
.icon-Users:before {content: "";}
.icon-User:before {content: "";}
.icon-UploadCLoud:before {content: "";}
.icon-Typing:before {content: "";}
.icon-Tools:before {content: "";}
.icon-Tag:before {content: "";}
.icon-Speedometter:before {content: "";}
.icon-Share:before {content: "";}
.icon-Settings:before {content: "";}
.icon-Search:before {content: "";}
.icon-Screwdriver:before {content: "";}
.icon-Rolodex:before {content: "";}
.icon-Ringer:before {content: "";}
.icon-Resume:before {content: "";}
.icon-Restart:before {content: "";}
.icon-PowerOff:before {content: "";}
.icon-Pointer:before {content: "";}
.icon-Picture:before {content: "";}
.icon-OpenedLock:before {content: "";}
.icon-Notes:before {content: "";}
.icon-Mute:before {content: "";}
.icon-Movie:before {content: "";}
.icon-Microphone2:before {content: "";}
.icon-Message:before {content: "";}
.icon-MessageRight:before {content: "";}
.icon-MessageLeft:before {content: "";}
.icon-Menu:before {content: "";}
.icon-Media:before {content: "";}
.icon-Mail:before {content: "";}
.icon-List:before {content: "";}
.icon-Layers:before {content: "";}
.icon-Key:before {content: "";}
.icon-Imbox:before {content: "";}
.icon-Eye:before {content: "";}
.icon-Edit:before {content: "";}
.icon-DSLRCamera:before {content: "";}
.icon-DownloadCloud:before {content: "";}
.icon-CompactCamera:before {content: "";}
.icon-Cloud:before {content: "";}
.icon-ClosedLock:before {content: "";}
.icon-Chart2:before {content: "";}
.icon-Bulb:before {content: "";}
.icon-Briefcase:before {content: "";}
.icon-Blog:before {content: "";}
.icon-Agenda:before {content: "";}
@charset "UTF-8";
:root {--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1;}
.animate__animated {-webkit-animation-duration: 1s;-webkit-animation-duration: var(--animate-duration);animation-duration: 1s;animation-duration: var(--animate-duration);-webkit-animation-fill-mode: both;animation-fill-mode: both;}
.animate__animated.animate__infinite {-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;}
.animate__animated.animate__repeat-1 {-webkit-animation-iteration-count: 1;-webkit-animation-iteration-count: var(--animate-repeat);animation-iteration-count: 1;animation-iteration-count: var(--animate-repeat);}
.animate__animated.animate__repeat-2 {-webkit-animation-iteration-count: 2;-webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);animation-iteration-count: 2;animation-iteration-count: calc(var(--animate-repeat) * 2);}
.animate__animated.animate__repeat-3 {-webkit-animation-iteration-count: 3;-webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);animation-iteration-count: 3;animation-iteration-count: calc(var(--animate-repeat) * 3);}
.animate__animated.animate__delay-1s {-webkit-animation-delay: 1s;-webkit-animation-delay: var(--animate-delay);animation-delay: 1s;animation-delay: var(--animate-delay);}
.animate__animated.animate__delay-2s {-webkit-animation-delay: 2s;-webkit-animation-delay: calc(var(--animate-delay) * 2);animation-delay: 2s;animation-delay: calc(var(--animate-delay) * 2);}
.animate__animated.animate__delay-3s {-webkit-animation-delay: 3s;-webkit-animation-delay: calc(var(--animate-delay) * 3);animation-delay: 3s;animation-delay: calc(var(--animate-delay) * 3);}
.animate__animated.animate__delay-4s {-webkit-animation-delay: 4s;-webkit-animation-delay: calc(var(--animate-delay) * 4);animation-delay: 4s;animation-delay: calc(var(--animate-delay) * 4);}
.animate__animated.animate__delay-5s {-webkit-animation-delay: 5s;-webkit-animation-delay: calc(var(--animate-delay) * 5);animation-delay: 5s;animation-delay: calc(var(--animate-delay) * 5);}
.animate__animated.animate__faster {-webkit-animation-duration: .5s;-webkit-animation-duration: calc(var(--animate-duration) / 2);animation-duration: .5s;animation-duration: calc(var(--animate-duration) / 2);}
.animate__animated.animate__fast {-webkit-animation-duration: .8s;-webkit-animation-duration: calc(var(--animate-duration) * .8);animation-duration: .8s;animation-duration: calc(var(--animate-duration) * .8);}
.animate__animated.animate__slow {-webkit-animation-duration: 2s;-webkit-animation-duration: calc(var(--animate-duration) * 2);animation-duration: 2s;animation-duration: calc(var(--animate-duration) * 2);}
.animate__animated.animate__slower {-webkit-animation-duration: 3s;-webkit-animation-duration: calc(var(--animate-duration) * 3);animation-duration: 3s;animation-duration: calc(var(--animate-duration) * 3);}
@media (prefers-reduced-motion:reduce),print {.animate__animated {-webkit-animation-duration: 1ms !important;animation-duration: 1ms !important;-webkit-transition-duration: 1ms !important;transition-duration: 1ms !important;-webkit-animation-iteration-count: 1 !important;animation-iteration-count: 1 !important;}
	.animate__animated[class*=Out] {opacity: 0;}}
@-webkit-keyframes bounce {0%, 20%, 53%, to {-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);animation-timing-function: cubic-bezier(.215,.61,.355,1);-webkit-transform: translateZ(0);transform: translateZ(0);}
	40%, 43% {-webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);animation-timing-function: cubic-bezier(.755,.05,.855,.06);-webkit-transform: translate3d(0,-30px,0) scaleY(1.1);transform: translate3d(0,-30px,0) scaleY(1.1);}
	70% {-webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);animation-timing-function: cubic-bezier(.755,.05,.855,.06);-webkit-transform: translate3d(0,-15px,0) scaleY(1.05);transform: translate3d(0,-15px,0) scaleY(1.05);}
	80% {-webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);transition-timing-function: cubic-bezier(.215,.61,.355,1);-webkit-transform: translateZ(0) scaleY(.95);transform: translateZ(0) scaleY(.95);}
	90% {-webkit-transform: translate3d(0,-4px,0) scaleY(1.02);transform: translate3d(0,-4px,0) scaleY(1.02);}}
@keyframes bounce {0%, 20%, 53%, to {-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);animation-timing-function: cubic-bezier(.215,.61,.355,1);-webkit-transform: translateZ(0);transform: translateZ(0);}
	40%, 43% {-webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);animation-timing-function: cubic-bezier(.755,.05,.855,.06);-webkit-transform: translate3d(0,-30px,0) scaleY(1.1);transform: translate3d(0,-30px,0) scaleY(1.1);}
	70% {-webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);animation-timing-function: cubic-bezier(.755,.05,.855,.06);-webkit-transform: translate3d(0,-15px,0) scaleY(1.05);transform: translate3d(0,-15px,0) scaleY(1.05);}
	80% {-webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);transition-timing-function: cubic-bezier(.215,.61,.355,1);-webkit-transform: translateZ(0) scaleY(.95);transform: translateZ(0) scaleY(.95);}
	90% {-webkit-transform: translate3d(0,-4px,0) scaleY(1.02);transform: translate3d(0,-4px,0) scaleY(1.02);}}
.animate__bounce {-webkit-animation-name: bounce;animation-name: bounce;-webkit-transform-origin: center bottom;transform-origin: center bottom;}
@-webkit-keyframes flash {0%, 50%, to {opacity: 1;}
	25%, 75% {opacity: 0;}}
@keyframes flash {0%, 50%, to {opacity: 1;}
	25%, 75% {opacity: 0;}}
.animate__flash {-webkit-animation-name: flash;animation-name: flash;}
@-webkit-keyframes pulse {0% {-webkit-transform: scaleX(1);transform: scaleX(1);}
	50% {-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05);}
	to {-webkit-transform: scaleX(1);transform: scaleX(1);}}
@keyframes pulse {0% {-webkit-transform: scaleX(1);transform: scaleX(1);}
	50% {-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05);}
	to {-webkit-transform: scaleX(1);transform: scaleX(1);}}
.animate__pulse {-webkit-animation-name: pulse;animation-name: pulse;-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;}
@-webkit-keyframes rubberBand {0% {-webkit-transform: scaleX(1);transform: scaleX(1);}
	30% {-webkit-transform: scale3d(1.25,.75,1);transform: scale3d(1.25,.75,1);}
	40% {-webkit-transform: scale3d(.75,1.25,1);transform: scale3d(.75,1.25,1);}
	50% {-webkit-transform: scale3d(1.15,.85,1);transform: scale3d(1.15,.85,1);}
	65% {-webkit-transform: scale3d(.95,1.05,1);transform: scale3d(.95,1.05,1);}
	75% {-webkit-transform: scale3d(1.05,.95,1);transform: scale3d(1.05,.95,1);}
	to {-webkit-transform: scaleX(1);transform: scaleX(1);}}
@keyframes rubberBand {0% {-webkit-transform: scaleX(1);transform: scaleX(1);}
	30% {-webkit-transform: scale3d(1.25,.75,1);transform: scale3d(1.25,.75,1);}
	40% {-webkit-transform: scale3d(.75,1.25,1);transform: scale3d(.75,1.25,1);}
	50% {-webkit-transform: scale3d(1.15,.85,1);transform: scale3d(1.15,.85,1);}
	65% {-webkit-transform: scale3d(.95,1.05,1);transform: scale3d(.95,1.05,1);}
	75% {-webkit-transform: scale3d(1.05,.95,1);transform: scale3d(1.05,.95,1);}
	to {-webkit-transform: scaleX(1);transform: scaleX(1);}}
.animate__rubberBand {-webkit-animation-name: rubberBand;animation-name: rubberBand;}
@-webkit-keyframes shakeX {0%, to {-webkit-transform: translateZ(0);transform: translateZ(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translate3d(-10px,0,0);transform: translate3d(-10px,0,0);}
	20%, 40%, 60%, 80% {-webkit-transform: translate3d(10px,0,0);transform: translate3d(10px,0,0);}}
@keyframes shakeX {0%, to {-webkit-transform: translateZ(0);transform: translateZ(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translate3d(-10px,0,0);transform: translate3d(-10px,0,0);}
	20%, 40%, 60%, 80% {-webkit-transform: translate3d(10px,0,0);transform: translate3d(10px,0,0);}}
.animate__shakeX {-webkit-animation-name: shakeX;animation-name: shakeX;}
@-webkit-keyframes shakeY {0%, to {-webkit-transform: translateZ(0);transform: translateZ(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translate3d(0,-10px,0);transform: translate3d(0,-10px,0);}
	20%, 40%, 60%, 80% {-webkit-transform: translate3d(0,10px,0);transform: translate3d(0,10px,0);}}
@keyframes shakeY {0%, to {-webkit-transform: translateZ(0);transform: translateZ(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translate3d(0,-10px,0);transform: translate3d(0,-10px,0);}
	20%, 40%, 60%, 80% {-webkit-transform: translate3d(0,10px,0);transform: translate3d(0,10px,0);}}
.animate__shakeY {-webkit-animation-name: shakeY;animation-name: shakeY;}
@-webkit-keyframes headShake {0% {-webkit-transform: translateX(0);transform: translateX(0);}
	6.5% {-webkit-transform: translateX(-6px) rotateY(-9deg);transform: translateX(-6px) rotateY(-9deg);}
	18.5% {-webkit-transform: translateX(5px) rotateY(7deg);transform: translateX(5px) rotateY(7deg);}
	31.5% {-webkit-transform: translateX(-3px) rotateY(-5deg);transform: translateX(-3px) rotateY(-5deg);}
	43.5% {-webkit-transform: translateX(2px) rotateY(3deg);transform: translateX(2px) rotateY(3deg);}
	50% {-webkit-transform: translateX(0);transform: translateX(0);}}
@keyframes headShake {0% {-webkit-transform: translateX(0);transform: translateX(0);}
	6.5% {-webkit-transform: translateX(-6px) rotateY(-9deg);transform: translateX(-6px) rotateY(-9deg);}
	18.5% {-webkit-transform: translateX(5px) rotateY(7deg);transform: translateX(5px) rotateY(7deg);}
	31.5% {-webkit-transform: translateX(-3px) rotateY(-5deg);transform: translateX(-3px) rotateY(-5deg);}
	43.5% {-webkit-transform: translateX(2px) rotateY(3deg);transform: translateX(2px) rotateY(3deg);}
	50% {-webkit-transform: translateX(0);transform: translateX(0);}}
.animate__headShake {-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;-webkit-animation-name: headShake;animation-name: headShake;}
@-webkit-keyframes swing {20% {-webkit-transform: rotate(15deg);transform: rotate(15deg);}
	40% {-webkit-transform: rotate(-10deg);transform: rotate(-10deg);}
	60% {-webkit-transform: rotate(5deg);transform: rotate(5deg);}
	80% {-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
	to {-webkit-transform: rotate(0);transform: rotate(0);}}
@keyframes swing {20% {-webkit-transform: rotate(15deg);transform: rotate(15deg);}
	40% {-webkit-transform: rotate(-10deg);transform: rotate(-10deg);}
	60% {-webkit-transform: rotate(5deg);transform: rotate(5deg);}
	80% {-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
	to {-webkit-transform: rotate(0);transform: rotate(0);}}
.animate__swing {-webkit-transform-origin: top center;transform-origin: top center;-webkit-animation-name: swing;animation-name: swing;}
@-webkit-keyframes tada {0% {-webkit-transform: scaleX(1);transform: scaleX(1);}
	10%, 20% {-webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);transform: scale3d(.9,.9,.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);transform: scale3d(1.1,1.1,1.1) rotate(3deg);}
	40%, 60%, 80% {-webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);transform: scale3d(1.1,1.1,1.1) rotate(-3deg);}
	to {-webkit-transform: scaleX(1);transform: scaleX(1);}}
@keyframes tada {0% {-webkit-transform: scaleX(1);transform: scaleX(1);}
	10%, 20% {-webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);transform: scale3d(.9,.9,.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);transform: scale3d(1.1,1.1,1.1) rotate(3deg);}
	40%, 60%, 80% {-webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);transform: scale3d(1.1,1.1,1.1) rotate(-3deg);}
	to {-webkit-transform: scaleX(1);transform: scaleX(1);}}
.animate__tada {-webkit-animation-name: tada;animation-name: tada;}
@-webkit-keyframes wobble {0% {-webkit-transform: translateZ(0);transform: translateZ(0);}
	15% {-webkit-transform: translate3d(-25%,0,0) rotate(-5deg);transform: translate3d(-25%,0,0) rotate(-5deg);}
	30% {-webkit-transform: translate3d(20%,0,0) rotate(3deg);transform: translate3d(20%,0,0) rotate(3deg);}
	45% {-webkit-transform: translate3d(-15%,0,0) rotate(-3deg);transform: translate3d(-15%,0,0) rotate(-3deg);}
	60% {-webkit-transform: translate3d(10%,0,0) rotate(2deg);transform: translate3d(10%,0,0) rotate(2deg);}
	75% {-webkit-transform: translate3d(-5%,0,0) rotate(-1deg);transform: translate3d(-5%,0,0) rotate(-1deg);}
	to {-webkit-transform: translateZ(0);transform: translateZ(0);}}
@keyframes wobble {0% {-webkit-transform: translateZ(0);transform: translateZ(0);}
	15% {-webkit-transform: translate3d(-25%,0,0) rotate(-5deg);transform: translate3d(-25%,0,0) rotate(-5deg);}
	30% {-webkit-transform: translate3d(20%,0,0) rotate(3deg);transform: translate3d(20%,0,0) rotate(3deg);}
	45% {-webkit-transform: translate3d(-15%,0,0) rotate(-3deg);transform: translate3d(-15%,0,0) rotate(-3deg);}
	60% {-webkit-transform: translate3d(10%,0,0) rotate(2deg);transform: translate3d(10%,0,0) rotate(2deg);}
	75% {-webkit-transform: translate3d(-5%,0,0) rotate(-1deg);transform: translate3d(-5%,0,0) rotate(-1deg);}
	to {-webkit-transform: translateZ(0);transform: translateZ(0);}}
.animate__wobble {-webkit-animation-name: wobble;animation-name: wobble;}
@-webkit-keyframes jello {0%, 11.1%, to {-webkit-transform: translateZ(0);transform: translateZ(0);}
	22.2% {-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);transform: skewX(-12.5deg) skewY(-12.5deg);}
	33.3% {-webkit-transform: skewX(6.25deg) skewY(6.25deg);transform: skewX(6.25deg) skewY(6.25deg);}
	44.4% {-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);transform: skewX(-3.125deg) skewY(-3.125deg);}
	55.5% {-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);transform: skewX(1.5625deg) skewY(1.5625deg);}
	66.6% {-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);transform: skewX(-.78125deg) skewY(-.78125deg);}
	77.7% {-webkit-transform: skewX(.390625deg) skewY(.390625deg);transform: skewX(.390625deg) skewY(.390625deg);}
	88.8% {-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);transform: skewX(-.1953125deg) skewY(-.1953125deg);}}
@keyframes jello {0%, 11.1%, to {-webkit-transform: translateZ(0);transform: translateZ(0);}
	22.2% {-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);transform: skewX(-12.5deg) skewY(-12.5deg);}
	33.3% {-webkit-transform: skewX(6.25deg) skewY(6.25deg);transform: skewX(6.25deg) skewY(6.25deg);}
	44.4% {-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);transform: skewX(-3.125deg) skewY(-3.125deg);}
	55.5% {-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);transform: skewX(1.5625deg) skewY(1.5625deg);}
	66.6% {-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);transform: skewX(-.78125deg) skewY(-.78125deg);}
	77.7% {-webkit-transform: skewX(.390625deg) skewY(.390625deg);transform: skewX(.390625deg) skewY(.390625deg);}
	88.8% {-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);transform: skewX(-.1953125deg) skewY(-.1953125deg);}}
.animate__jello {-webkit-animation-name: jello;animation-name: jello;-webkit-transform-origin: center;transform-origin: center;}
@-webkit-keyframes heartBeat {0% {-webkit-transform: scale(1);transform: scale(1);}
	14% {-webkit-transform: scale(1.3);transform: scale(1.3);}
	28% {-webkit-transform: scale(1);transform: scale(1);}
	42% {-webkit-transform: scale(1.3);transform: scale(1.3);}
	70% {-webkit-transform: scale(1);transform: scale(1);}}
@keyframes heartBeat {0% {-webkit-transform: scale(1);transform: scale(1);}
	14% {-webkit-transform: scale(1.3);transform: scale(1.3);}
	28% {-webkit-transform: scale(1);transform: scale(1);}
	42% {-webkit-transform: scale(1.3);transform: scale(1.3);}
	70% {-webkit-transform: scale(1);transform: scale(1);}}
.animate__heartBeat {-webkit-animation-name: heartBeat;animation-name: heartBeat;-webkit-animation-duration: 1.3s;-webkit-animation-duration: calc(var(--animate-duration) * 1.3);animation-duration: 1.3s;animation-duration: calc(var(--animate-duration) * 1.3);-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;}
@-webkit-keyframes backInDown {0% {-webkit-transform: translateY(-1200px) scale(.7);transform: translateY(-1200px) scale(.7);opacity: .7;}
	80% {-webkit-transform: translateY(0) scale(.7);transform: translateY(0) scale(.7);opacity: .7;}
	to {-webkit-transform: scale(1);transform: scale(1);opacity: 1;}}
@keyframes backInDown {0% {-webkit-transform: translateY(-1200px) scale(.7);transform: translateY(-1200px) scale(.7);opacity: .7;}
	80% {-webkit-transform: translateY(0) scale(.7);transform: translateY(0) scale(.7);opacity: .7;}
	to {-webkit-transform: scale(1);transform: scale(1);opacity: 1;}}
.animate__backInDown {-webkit-animation-name: backInDown;animation-name: backInDown;}
@-webkit-keyframes backInLeft {0% {-webkit-transform: translateX(-2000px) scale(.7);transform: translateX(-2000px) scale(.7);opacity: .7;}
	80% {-webkit-transform: translateX(0) scale(.7);transform: translateX(0) scale(.7);opacity: .7;}
	to {-webkit-transform: scale(1);transform: scale(1);opacity: 1;}}
@keyframes backInLeft {0% {-webkit-transform: translateX(-2000px) scale(.7);transform: translateX(-2000px) scale(.7);opacity: .7;}
	80% {-webkit-transform: translateX(0) scale(.7);transform: translateX(0) scale(.7);opacity: .7;}
	to {-webkit-transform: scale(1);transform: scale(1);opacity: 1;}}
.animate__backInLeft {-webkit-animation-name: backInLeft;animation-name: backInLeft;}
@-webkit-keyframes backInRight {0% {-webkit-transform: translateX(2000px) scale(.7);transform: translateX(2000px) scale(.7);opacity: .7;}
	80% {-webkit-transform: translateX(0) scale(.7);transform: translateX(0) scale(.7);opacity: .7;}
	to {-webkit-transform: scale(1);transform: scale(1);opacity: 1;}}
@keyframes backInRight {0% {-webkit-transform: translateX(2000px) scale(.7);transform: translateX(2000px) scale(.7);opacity: .7;}
	80% {-webkit-transform: translateX(0) scale(.7);transform: translateX(0) scale(.7);opacity: .7;}
	to {-webkit-transform: scale(1);transform: scale(1);opacity: 1;}}
.animate__backInRight {-webkit-animation-name: backInRight;animation-name: backInRight;}
@-webkit-keyframes backInUp {0% {-webkit-transform: translateY(1200px) scale(.7);transform: translateY(1200px) scale(.7);opacity: .7;}
	80% {-webkit-transform: translateY(0) scale(.7);transform: translateY(0) scale(.7);opacity: .7;}
	to {-webkit-transform: scale(1);transform: scale(1);opacity: 1;}}
@keyframes backInUp {0% {-webkit-transform: translateY(1200px) scale(.7);transform: translateY(1200px) scale(.7);opacity: .7;}
	80% {-webkit-transform: translateY(0) scale(.7);transform: translateY(0) scale(.7);opacity: .7;}
	to {-webkit-transform: scale(1);transform: scale(1);opacity: 1;}}
.animate__backInUp {-webkit-animation-name: backInUp;animation-name: backInUp;}
@-webkit-keyframes backOutDown {0% {-webkit-transform: scale(1);transform: scale(1);opacity: 1;}
	20% {-webkit-transform: translateY(0) scale(.7);transform: translateY(0) scale(.7);opacity: .7;}
	to {-webkit-transform: translateY(700px) scale(.7);transform: translateY(700px) scale(.7);opacity: .7;}}
@keyframes backOutDown {0% {-webkit-transform: scale(1);transform: scale(1);opacity: 1;}
	20% {-webkit-transform: translateY(0) scale(.7);transform: translateY(0) scale(.7);opacity: .7;}
	to {-webkit-transform: translateY(700px) scale(.7);transform: translateY(700px) scale(.7);opacity: .7;}}
.animate__backOutDown {-webkit-animation-name: backOutDown;animation-name: backOutDown;}
@-webkit-keyframes backOutLeft {0% {-webkit-transform: scale(1);transform: scale(1);opacity: 1;}
	20% {-webkit-transform: translateX(0) scale(.7);transform: translateX(0) scale(.7);opacity: .7;}
	to {-webkit-transform: translateX(-2000px) scale(.7);transform: translateX(-2000px) scale(.7);opacity: .7;}}
@keyframes backOutLeft {0% {-webkit-transform: scale(1);transform: scale(1);opacity: 1;}
	20% {-webkit-transform: translateX(0) scale(.7);transform: translateX(0) scale(.7);opacity: .7;}
	to {-webkit-transform: translateX(-2000px) scale(.7);transform: translateX(-2000px) scale(.7);opacity: .7;}}
.animate__backOutLeft {-webkit-animation-name: backOutLeft;animation-name: backOutLeft;}
@-webkit-keyframes backOutRight {0% {-webkit-transform: scale(1);transform: scale(1);opacity: 1;}
	20% {-webkit-transform: translateX(0) scale(.7);transform: translateX(0) scale(.7);opacity: .7;}
	to {-webkit-transform: translateX(2000px) scale(.7);transform: translateX(2000px) scale(.7);opacity: .7;}}
@keyframes backOutRight {0% {-webkit-transform: scale(1);transform: scale(1);opacity: 1;}
	20% {-webkit-transform: translateX(0) scale(.7);transform: translateX(0) scale(.7);opacity: .7;}
	to {-webkit-transform: translateX(2000px) scale(.7);transform: translateX(2000px) scale(.7);opacity: .7;}}
.animate__backOutRight {-webkit-animation-name: backOutRight;animation-name: backOutRight;}
@-webkit-keyframes backOutUp {0% {-webkit-transform: scale(1);transform: scale(1);opacity: 1;}
	20% {-webkit-transform: translateY(0) scale(.7);transform: translateY(0) scale(.7);opacity: .7;}
	to {-webkit-transform: translateY(-700px) scale(.7);transform: translateY(-700px) scale(.7);opacity: .7;}}
@keyframes backOutUp {0% {-webkit-transform: scale(1);transform: scale(1);opacity: 1;}
	20% {-webkit-transform: translateY(0) scale(.7);transform: translateY(0) scale(.7);opacity: .7;}
	to {-webkit-transform: translateY(-700px) scale(.7);transform: translateY(-700px) scale(.7);opacity: .7;}}
.animate__backOutUp {-webkit-animation-name: backOutUp;animation-name: backOutUp;}
@-webkit-keyframes bounceIn {0%, 20%, 40%, 60%, 80%, to {-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);animation-timing-function: cubic-bezier(.215,.61,.355,1);}
	0% {opacity: 0;-webkit-transform: scale3d(.3,.3,.3);transform: scale3d(.3,.3,.3);}
	20% {-webkit-transform: scale3d(1.1,1.1,1.1);transform: scale3d(1.1,1.1,1.1);}
	40% {-webkit-transform: scale3d(.9,.9,.9);transform: scale3d(.9,.9,.9);}
	60% {opacity: 1;-webkit-transform: scale3d(1.03,1.03,1.03);transform: scale3d(1.03,1.03,1.03);}
	80% {-webkit-transform: scale3d(.97,.97,.97);transform: scale3d(.97,.97,.97);}
	to {opacity: 1;-webkit-transform: scaleX(1);transform: scaleX(1);}}
@keyframes bounceIn {0%, 20%, 40%, 60%, 80%, to {-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);animation-timing-function: cubic-bezier(.215,.61,.355,1);}
	0% {opacity: 0;-webkit-transform: scale3d(.3,.3,.3);transform: scale3d(.3,.3,.3);}
	20% {-webkit-transform: scale3d(1.1,1.1,1.1);transform: scale3d(1.1,1.1,1.1);}
	40% {-webkit-transform: scale3d(.9,.9,.9);transform: scale3d(.9,.9,.9);}
	60% {opacity: 1;-webkit-transform: scale3d(1.03,1.03,1.03);transform: scale3d(1.03,1.03,1.03);}
	80% {-webkit-transform: scale3d(.97,.97,.97);transform: scale3d(.97,.97,.97);}
	to {opacity: 1;-webkit-transform: scaleX(1);transform: scaleX(1);}}
.animate__bounceIn {-webkit-animation-duration: .75s;-webkit-animation-duration: calc(var(--animate-duration) * .75);animation-duration: .75s;animation-duration: calc(var(--animate-duration) * .75);-webkit-animation-name: bounceIn;animation-name: bounceIn;}
@-webkit-keyframes bounceInDown {0%, 60%, 75%, 90%, to {-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);animation-timing-function: cubic-bezier(.215,.61,.355,1);}
	0% {opacity: 0;-webkit-transform: translate3d(0,-3000px,0) scaleY(3);transform: translate3d(0,-3000px,0) scaleY(3);}
	60% {opacity: 1;-webkit-transform: translate3d(0,25px,0) scaleY(.9);transform: translate3d(0,25px,0) scaleY(.9);}
	75% {-webkit-transform: translate3d(0,-10px,0) scaleY(.95);transform: translate3d(0,-10px,0) scaleY(.95);}
	90% {-webkit-transform: translate3d(0,5px,0) scaleY(.985);transform: translate3d(0,5px,0) scaleY(.985);}
	to {-webkit-transform: translateZ(0);transform: translateZ(0);}}
@keyframes bounceInDown {0%, 60%, 75%, 90%, to {-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);animation-timing-function: cubic-bezier(.215,.61,.355,1);}
	0% {opacity: 0;-webkit-transform: translate3d(0,-3000px,0) scaleY(3);transform: translate3d(0,-3000px,0) scaleY(3);}
	60% {opacity: 1;-webkit-transform: translate3d(0,25px,0) scaleY(.9);transform: translate3d(0,25px,0) scaleY(.9);}
	75% {-webkit-transform: translate3d(0,-10px,0) scaleY(.95);transform: translate3d(0,-10px,0) scaleY(.95);}
	90% {-webkit-transform: translate3d(0,5px,0) scaleY(.985);transform: translate3d(0,5px,0) scaleY(.985);}
	to {-webkit-transform: translateZ(0);transform: translateZ(0);}}
.animate__bounceInDown {-webkit-animation-name: bounceInDown;animation-name: bounceInDown;}
@-webkit-keyframes bounceInLeft {0%, 60%, 75%, 90%, to {-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);animation-timing-function: cubic-bezier(.215,.61,.355,1);}
	0% {opacity: 0;-webkit-transform: translate3d(-3000px,0,0) scaleX(3);transform: translate3d(-3000px,0,0) scaleX(3);}
	60% {opacity: 1;-webkit-transform: translate3d(25px,0,0) scaleX(1);transform: translate3d(25px,0,0) scaleX(1);}
	75% {-webkit-transform: translate3d(-10px,0,0) scaleX(.98);transform: translate3d(-10px,0,0) scaleX(.98);}
	90% {-webkit-transform: translate3d(5px,0,0) scaleX(.995);transform: translate3d(5px,0,0) scaleX(.995);}
	to {-webkit-transform: translateZ(0);transform: translateZ(0);}}
@keyframes bounceInLeft {0%, 60%, 75%, 90%, to {-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);animation-timing-function: cubic-bezier(.215,.61,.355,1);}
	0% {opacity: 0;-webkit-transform: translate3d(-3000px,0,0) scaleX(3);transform: translate3d(-3000px,0,0) scaleX(3);}
	60% {opacity: 1;-webkit-transform: translate3d(25px,0,0) scaleX(1);transform: translate3d(25px,0,0) scaleX(1);}
	75% {-webkit-transform: translate3d(-10px,0,0) scaleX(.98);transform: translate3d(-10px,0,0) scaleX(.98);}
	90% {-webkit-transform: translate3d(5px,0,0) scaleX(.995);transform: translate3d(5px,0,0) scaleX(.995);}
	to {-webkit-transform: translateZ(0);transform: translateZ(0);}}
.animate__bounceInLeft {-webkit-animation-name: bounceInLeft;animation-name: bounceInLeft;}
@-webkit-keyframes bounceInRight {0%, 60%, 75%, 90%, to {-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);animation-timing-function: cubic-bezier(.215,.61,.355,1);}
	0% {opacity: 0;-webkit-transform: translate3d(3000px,0,0) scaleX(3);transform: translate3d(3000px,0,0) scaleX(3);}
	60% {opacity: 1;-webkit-transform: translate3d(-25px,0,0) scaleX(1);transform: translate3d(-25px,0,0) scaleX(1);}
	75% {-webkit-transform: translate3d(10px,0,0) scaleX(.98);transform: translate3d(10px,0,0) scaleX(.98);}
	90% {-webkit-transform: translate3d(-5px,0,0) scaleX(.995);transform: translate3d(-5px,0,0) scaleX(.995);}
	to {-webkit-transform: translateZ(0);transform: translateZ(0);}}
@keyframes bounceInRight {0%, 60%, 75%, 90%, to {-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);animation-timing-function: cubic-bezier(.215,.61,.355,1);}
	0% {opacity: 0;-webkit-transform: translate3d(3000px,0,0) scaleX(3);transform: translate3d(3000px,0,0) scaleX(3);}
	60% {opacity: 1;-webkit-transform: translate3d(-25px,0,0) scaleX(1);transform: translate3d(-25px,0,0) scaleX(1);}
	75% {-webkit-transform: translate3d(10px,0,0) scaleX(.98);transform: translate3d(10px,0,0) scaleX(.98);}
	90% {-webkit-transform: translate3d(-5px,0,0) scaleX(.995);transform: translate3d(-5px,0,0) scaleX(.995);}
	to {-webkit-transform: translateZ(0);transform: translateZ(0);}}
.animate__bounceInRight {-webkit-animation-name: bounceInRight;animation-name: bounceInRight;}
@-webkit-keyframes bounceInUp {0%, 60%, 75%, 90%, to {-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);animation-timing-function: cubic-bezier(.215,.61,.355,1);}
	0% {opacity: 0;-webkit-transform: translate3d(0,3000px,0) scaleY(5);transform: translate3d(0,3000px,0) scaleY(5);}
	60% {opacity: 1;-webkit-transform: translate3d(0,-20px,0) scaleY(.9);transform: translate3d(0,-20px,0) scaleY(.9);}
	75% {-webkit-transform: translate3d(0,10px,0) scaleY(.95);transform: translate3d(0,10px,0) scaleY(.95);}
	90% {-webkit-transform: translate3d(0,-5px,0) scaleY(.985);transform: translate3d(0,-5px,0) scaleY(.985);}
	to {-webkit-transform: translateZ(0);transform: translateZ(0);}}
@keyframes bounceInUp {0%, 60%, 75%, 90%, to {-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);animation-timing-function: cubic-bezier(.215,.61,.355,1);}
	0% {opacity: 0;-webkit-transform: translate3d(0,3000px,0) scaleY(5);transform: translate3d(0,3000px,0) scaleY(5);}
	60% {opacity: 1;-webkit-transform: translate3d(0,-20px,0) scaleY(.9);transform: translate3d(0,-20px,0) scaleY(.9);}
	75% {-webkit-transform: translate3d(0,10px,0) scaleY(.95);transform: translate3d(0,10px,0) scaleY(.95);}
	90% {-webkit-transform: translate3d(0,-5px,0) scaleY(.985);transform: translate3d(0,-5px,0) scaleY(.985);}
	to {-webkit-transform: translateZ(0);transform: translateZ(0);}}
.animate__bounceInUp {-webkit-animation-name: bounceInUp;animation-name: bounceInUp;}
@-webkit-keyframes bounceOut {20% {-webkit-transform: scale3d(.9,.9,.9);transform: scale3d(.9,.9,.9);}
	50%, 55% {opacity: 1;-webkit-transform: scale3d(1.1,1.1,1.1);transform: scale3d(1.1,1.1,1.1);}
	to {opacity: 0;-webkit-transform: scale3d(.3,.3,.3);transform: scale3d(.3,.3,.3);}}
@keyframes bounceOut {20% {-webkit-transform: scale3d(.9,.9,.9);transform: scale3d(.9,.9,.9);}
	50%, 55% {opacity: 1;-webkit-transform: scale3d(1.1,1.1,1.1);transform: scale3d(1.1,1.1,1.1);}
	to {opacity: 0;-webkit-transform: scale3d(.3,.3,.3);transform: scale3d(.3,.3,.3);}}
.animate__bounceOut {-webkit-animation-duration: .75s;-webkit-animation-duration: calc(var(--animate-duration) * .75);animation-duration: .75s;animation-duration: calc(var(--animate-duration) * .75);-webkit-animation-name: bounceOut;animation-name: bounceOut;}
@-webkit-keyframes bounceOutDown {20% {-webkit-transform: translate3d(0,10px,0) scaleY(.985);transform: translate3d(0,10px,0) scaleY(.985);}
	40%, 45% {opacity: 1;-webkit-transform: translate3d(0,-20px,0) scaleY(.9);transform: translate3d(0,-20px,0) scaleY(.9);}
	to {opacity: 0;-webkit-transform: translate3d(0,2000px,0) scaleY(3);transform: translate3d(0,2000px,0) scaleY(3);}}
@keyframes bounceOutDown {20% {-webkit-transform: translate3d(0,10px,0) scaleY(.985);transform: translate3d(0,10px,0) scaleY(.985);}
	40%, 45% {opacity: 1;-webkit-transform: translate3d(0,-20px,0) scaleY(.9);transform: translate3d(0,-20px,0) scaleY(.9);}
	to {opacity: 0;-webkit-transform: translate3d(0,2000px,0) scaleY(3);transform: translate3d(0,2000px,0) scaleY(3);}}
.animate__bounceOutDown {-webkit-animation-name: bounceOutDown;animation-name: bounceOutDown;}
@-webkit-keyframes bounceOutLeft {20% {opacity: 1;-webkit-transform: translate3d(20px,0,0) scaleX(.9);transform: translate3d(20px,0,0) scaleX(.9);}
	to {opacity: 0;-webkit-transform: translate3d(-2000px,0,0) scaleX(2);transform: translate3d(-2000px,0,0) scaleX(2);}}
@keyframes bounceOutLeft {20% {opacity: 1;-webkit-transform: translate3d(20px,0,0) scaleX(.9);transform: translate3d(20px,0,0) scaleX(.9);}
	to {opacity: 0;-webkit-transform: translate3d(-2000px,0,0) scaleX(2);transform: translate3d(-2000px,0,0) scaleX(2);}}
.animate__bounceOutLeft {-webkit-animation-name: bounceOutLeft;animation-name: bounceOutLeft;}
@-webkit-keyframes bounceOutRight {20% {opacity: 1;-webkit-transform: translate3d(-20px,0,0) scaleX(.9);transform: translate3d(-20px,0,0) scaleX(.9);}
	to {opacity: 0;-webkit-transform: translate3d(2000px,0,0) scaleX(2);transform: translate3d(2000px,0,0) scaleX(2);}}
@keyframes bounceOutRight {20% {opacity: 1;-webkit-transform: translate3d(-20px,0,0) scaleX(.9);transform: translate3d(-20px,0,0) scaleX(.9);}
	to {opacity: 0;-webkit-transform: translate3d(2000px,0,0) scaleX(2);transform: translate3d(2000px,0,0) scaleX(2);}}
.animate__bounceOutRight {-webkit-animation-name: bounceOutRight;animation-name: bounceOutRight;}
@-webkit-keyframes bounceOutUp {20% {-webkit-transform: translate3d(0,-10px,0) scaleY(.985);transform: translate3d(0,-10px,0) scaleY(.985);}
	40%, 45% {opacity: 1;-webkit-transform: translate3d(0,20px,0) scaleY(.9);transform: translate3d(0,20px,0) scaleY(.9);}
	to {opacity: 0;-webkit-transform: translate3d(0,-2000px,0) scaleY(3);transform: translate3d(0,-2000px,0) scaleY(3);}}
@keyframes bounceOutUp {20% {-webkit-transform: translate3d(0,-10px,0) scaleY(.985);transform: translate3d(0,-10px,0) scaleY(.985);}
	40%, 45% {opacity: 1;-webkit-transform: translate3d(0,20px,0) scaleY(.9);transform: translate3d(0,20px,0) scaleY(.9);}
	to {opacity: 0;-webkit-transform: translate3d(0,-2000px,0) scaleY(3);transform: translate3d(0,-2000px,0) scaleY(3);}}
.animate__bounceOutUp {-webkit-animation-name: bounceOutUp;animation-name: bounceOutUp;}
@-webkit-keyframes fadeIn {0% {opacity: 0;}
	to {opacity: 1;}}
@keyframes fadeIn {0% {opacity: 0;}
	to {opacity: 1;}}
.animate__fadeIn {-webkit-animation-name: fadeIn;animation-name: fadeIn;}
@-webkit-keyframes fadeInDown {0% {opacity: 0;-webkit-transform: translate3d(0,-100%,0);transform: translate3d(0,-100%,0);}
	to {opacity: 1;-webkit-transform: translateZ(0);transform: translateZ(0);}}
@keyframes fadeInDown {0% {opacity: 0;-webkit-transform: translate3d(0,-100%,0);transform: translate3d(0,-100%,0);}
	to {opacity: 1;-webkit-transform: translateZ(0);transform: translateZ(0);}}
.animate__fadeInDown {-webkit-animation-name: fadeInDown;animation-name: fadeInDown;}
@-webkit-keyframes fadeInDownBig {0% {opacity: 0;-webkit-transform: translate3d(0,-2000px,0);transform: translate3d(0,-2000px,0);}
	to {opacity: 1;-webkit-transform: translateZ(0);transform: translateZ(0);}}
@keyframes fadeInDownBig {0% {opacity: 0;-webkit-transform: translate3d(0,-2000px,0);transform: translate3d(0,-2000px,0);}
	to {opacity: 1;-webkit-transform: translateZ(0);transform: translateZ(0);}}
.animate__fadeInDownBig {-webkit-animation-name: fadeInDownBig;animation-name: fadeInDownBig;}
@-webkit-keyframes fadeInLeft {0% {opacity: 0;-webkit-transform: translate3d(-100%,0,0);transform: translate3d(-100%,0,0);}
	to {opacity: 1;-webkit-transform: translateZ(0);transform: translateZ(0);}}
@keyframes fadeInLeft {0% {opacity: 0;-webkit-transform: translate3d(-100%,0,0);transform: translate3d(-100%,0,0);}
	to {opacity: 1;-webkit-transform: translateZ(0);transform: translateZ(0);}}
.animate__fadeInLeft {-webkit-animation-name: fadeInLeft;animation-name: fadeInLeft;}
@-webkit-keyframes fadeInLeftBig {0% {opacity: 0;-webkit-transform: translate3d(-2000px,0,0);transform: translate3d(-2000px,0,0);}
	to {opacity: 1;-webkit-transform: translateZ(0);transform: translateZ(0);}}
@keyframes fadeInLeftBig {0% {opacity: 0;-webkit-transform: translate3d(-2000px,0,0);transform: translate3d(-2000px,0,0);}
	to {opacity: 1;-webkit-transform: translateZ(0);transform: translateZ(0);}}
.animate__fadeInLeftBig {-webkit-animation-name: fadeInLeftBig;animation-name: fadeInLeftBig;}
@-webkit-keyframes fadeInRight {0% {opacity: 0;-webkit-transform: translate3d(100%,0,0);transform: translate3d(100%,0,0);}
	to {opacity: 1;-webkit-transform: translateZ(0);transform: translateZ(0);}}
@keyframes fadeInRight {0% {opacity: 0;-webkit-transform: translate3d(100%,0,0);transform: translate3d(100%,0,0);}
	to {opacity: 1;-webkit-transform: translateZ(0);transform: translateZ(0);}}
.animate__fadeInRight {-webkit-animation-name: fadeInRight;animation-name: fadeInRight;}
@-webkit-keyframes fadeInRightBig {0% {opacity: 0;-webkit-transform: translate3d(2000px,0,0);transform: translate3d(2000px,0,0);}
	to {opacity: 1;-webkit-transform: translateZ(0);transform: translateZ(0);}}
@keyframes fadeInRightBig {0% {opacity: 0;-webkit-transform: translate3d(2000px,0,0);transform: translate3d(2000px,0,0);}
	to {opacity: 1;-webkit-transform: translateZ(0);transform: translateZ(0);}}
.animate__fadeInRightBig {-webkit-animation-name: fadeInRightBig;animation-name: fadeInRightBig;}
@-webkit-keyframes fadeInUp {0% {opacity: 0;-webkit-transform: translate3d(0,100%,0);transform: translate3d(0,100%,0);}
	to {opacity: 1;-webkit-transform: translateZ(0);transform: translateZ(0);}}
@keyframes fadeInUp {0% {opacity: 0;-webkit-transform: translate3d(0,100%,0);transform: translate3d(0,100%,0);}
	to {opacity: 1;-webkit-transform: translateZ(0);transform: translateZ(0);}}
.animate__fadeInUp {-webkit-animation-name: fadeInUp;animation-name: fadeInUp;}
@-webkit-keyframes fadeInUpBig {0% {opacity: 0;-webkit-transform: translate3d(0,2000px,0);transform: translate3d(0,2000px,0);}
	to {opacity: 1;-webkit-transform: translateZ(0);transform: translateZ(0);}}
@keyframes fadeInUpBig {0% {opacity: 0;-webkit-transform: translate3d(0,2000px,0);transform: translate3d(0,2000px,0);}
	to {opacity: 1;-webkit-transform: translateZ(0);transform: translateZ(0);}}
.animate__fadeInUpBig {-webkit-animation-name: fadeInUpBig;animation-name: fadeInUpBig;}
@-webkit-keyframes fadeInTopLeft {0% {opacity: 0;-webkit-transform: translate3d(-100%,-100%,0);transform: translate3d(-100%,-100%,0);}
	to {opacity: 1;-webkit-transform: translateZ(0);transform: translateZ(0);}}
@keyframes fadeInTopLeft {0% {opacity: 0;-webkit-transform: translate3d(-100%,-100%,0);transform: translate3d(-100%,-100%,0);}
	to {opacity: 1;-webkit-transform: translateZ(0);transform: translateZ(0);}}
.animate__fadeInTopLeft {-webkit-animation-name: fadeInTopLeft;animation-name: fadeInTopLeft;}
@-webkit-keyframes fadeInTopRight {0% {opacity: 0;-webkit-transform: translate3d(100%,-100%,0);transform: translate3d(100%,-100%,0);}
	to {opacity: 1;-webkit-transform: translateZ(0);transform: translateZ(0);}}
@keyframes fadeInTopRight {0% {opacity: 0;-webkit-transform: translate3d(100%,-100%,0);transform: translate3d(100%,-100%,0);}
	to {opacity: 1;-webkit-transform: translateZ(0);transform: translateZ(0);}}
.animate__fadeInTopRight {-webkit-animation-name: fadeInTopRight;animation-name: fadeInTopRight;}
@-webkit-keyframes fadeInBottomLeft {0% {opacity: 0;-webkit-transform: translate3d(-100%,100%,0);transform: translate3d(-100%,100%,0);}
	to {opacity: 1;-webkit-transform: translateZ(0);transform: translateZ(0);}}
@keyframes fadeInBottomLeft {0% {opacity: 0;-webkit-transform: translate3d(-100%,100%,0);transform: translate3d(-100%,100%,0);}
	to {opacity: 1;-webkit-transform: translateZ(0);transform: translateZ(0);}}
.animate__fadeInBottomLeft {-webkit-animation-name: fadeInBottomLeft;animation-name: fadeInBottomLeft;}
@-webkit-keyframes fadeInBottomRight {0% {opacity: 0;-webkit-transform: translate3d(100%,100%,0);transform: translate3d(100%,100%,0);}
	to {opacity: 1;-webkit-transform: translateZ(0);transform: translateZ(0);}}
@keyframes fadeInBottomRight {0% {opacity: 0;-webkit-transform: translate3d(100%,100%,0);transform: translate3d(100%,100%,0);}
	to {opacity: 1;-webkit-transform: translateZ(0);transform: translateZ(0);}}
.animate__fadeInBottomRight {-webkit-animation-name: fadeInBottomRight;animation-name: fadeInBottomRight;}
@-webkit-keyframes fadeOut {0% {opacity: 1;}
	to {opacity: 0;}}
@keyframes fadeOut {0% {opacity: 1;}
	to {opacity: 0;}}
.animate__fadeOut {-webkit-animation-name: fadeOut;animation-name: fadeOut;}
@-webkit-keyframes fadeOutDown {0% {opacity: 1;}
	to {opacity: 0;-webkit-transform: translate3d(0,100%,0);transform: translate3d(0,100%,0);}}
@keyframes fadeOutDown {0% {opacity: 1;}
	to {opacity: 0;-webkit-transform: translate3d(0,100%,0);transform: translate3d(0,100%,0);}}
.animate__fadeOutDown {-webkit-animation-name: fadeOutDown;animation-name: fadeOutDown;}
@-webkit-keyframes fadeOutDownBig {0% {opacity: 1;}
	to {opacity: 0;-webkit-transform: translate3d(0,2000px,0);transform: translate3d(0,2000px,0);}}
@keyframes fadeOutDownBig {0% {opacity: 1;}
	to {opacity: 0;-webkit-transform: translate3d(0,2000px,0);transform: translate3d(0,2000px,0);}}
.animate__fadeOutDownBig {-webkit-animation-name: fadeOutDownBig;animation-name: fadeOutDownBig;}
@-webkit-keyframes fadeOutLeft {0% {opacity: 1;}
	to {opacity: 0;-webkit-transform: translate3d(-100%,0,0);transform: translate3d(-100%,0,0);}}
@keyframes fadeOutLeft {0% {opacity: 1;}
	to {opacity: 0;-webkit-transform: translate3d(-100%,0,0);transform: translate3d(-100%,0,0);}}
.animate__fadeOutLeft {-webkit-animation-name: fadeOutLeft;animation-name: fadeOutLeft;}
@-webkit-keyframes fadeOutLeftBig {0% {opacity: 1;}
	to {opacity: 0;-webkit-transform: translate3d(-2000px,0,0);transform: translate3d(-2000px,0,0);}}
@keyframes fadeOutLeftBig {0% {opacity: 1;}
	to {opacity: 0;-webkit-transform: translate3d(-2000px,0,0);transform: translate3d(-2000px,0,0);}}
.animate__fadeOutLeftBig {-webkit-animation-name: fadeOutLeftBig;animation-name: fadeOutLeftBig;}
@-webkit-keyframes fadeOutRight {0% {opacity: 1;}
	to {opacity: 0;-webkit-transform: translate3d(100%,0,0);transform: translate3d(100%,0,0);}}
@keyframes fadeOutRight {0% {opacity: 1;}
	to {opacity: 0;-webkit-transform: translate3d(100%,0,0);transform: translate3d(100%,0,0);}}
.animate__fadeOutRight {-webkit-animation-name: fadeOutRight;animation-name: fadeOutRight;}
@-webkit-keyframes fadeOutRightBig {0% {opacity: 1;}
	to {opacity: 0;-webkit-transform: translate3d(2000px,0,0);transform: translate3d(2000px,0,0);}}
@keyframes fadeOutRightBig {0% {opacity: 1;}
	to {opacity: 0;-webkit-transform: translate3d(2000px,0,0);transform: translate3d(2000px,0,0);}}
.animate__fadeOutRightBig {-webkit-animation-name: fadeOutRightBig;animation-name: fadeOutRightBig;}
@-webkit-keyframes fadeOutUp {0% {opacity: 1;}
	to {opacity: 0;-webkit-transform: translate3d(0,-100%,0);transform: translate3d(0,-100%,0);}}
@keyframes fadeOutUp {0% {opacity: 1;}
	to {opacity: 0;-webkit-transform: translate3d(0,-100%,0);transform: translate3d(0,-100%,0);}}
.animate__fadeOutUp {-webkit-animation-name: fadeOutUp;animation-name: fadeOutUp;}
@-webkit-keyframes fadeOutUpBig {0% {opacity: 1;}
	to {opacity: 0;-webkit-transform: translate3d(0,-2000px,0);transform: translate3d(0,-2000px,0);}}
@keyframes fadeOutUpBig {0% {opacity: 1;}
	to {opacity: 0;-webkit-transform: translate3d(0,-2000px,0);transform: translate3d(0,-2000px,0);}}
.animate__fadeOutUpBig {-webkit-animation-name: fadeOutUpBig;animation-name: fadeOutUpBig;}
@-webkit-keyframes fadeOutTopLeft {0% {opacity: 1;-webkit-transform: translateZ(0);transform: translateZ(0);}
	to {opacity: 0;-webkit-transform: translate3d(-100%,-100%,0);transform: translate3d(-100%,-100%,0);}}
@keyframes fadeOutTopLeft {0% {opacity: 1;-webkit-transform: translateZ(0);transform: translateZ(0);}
	to {opacity: 0;-webkit-transform: translate3d(-100%,-100%,0);transform: translate3d(-100%,-100%,0);}}
.animate__fadeOutTopLeft {-webkit-animation-name: fadeOutTopLeft;animation-name: fadeOutTopLeft;}
@-webkit-keyframes fadeOutTopRight {0% {opacity: 1;-webkit-transform: translateZ(0);transform: translateZ(0);}
	to {opacity: 0;-webkit-transform: translate3d(100%,-100%,0);transform: translate3d(100%,-100%,0);}}
@keyframes fadeOutTopRight {0% {opacity: 1;-webkit-transform: translateZ(0);transform: translateZ(0);}
	to {opacity: 0;-webkit-transform: translate3d(100%,-100%,0);transform: translate3d(100%,-100%,0);}}
.animate__fadeOutTopRight {-webkit-animation-name: fadeOutTopRight;animation-name: fadeOutTopRight;}
@-webkit-keyframes fadeOutBottomRight {0% {opacity: 1;-webkit-transform: translateZ(0);transform: translateZ(0);}
	to {opacity: 0;-webkit-transform: translate3d(100%,100%,0);transform: translate3d(100%,100%,0);}}
@keyframes fadeOutBottomRight {0% {opacity: 1;-webkit-transform: translateZ(0);transform: translateZ(0);}
	to {opacity: 0;-webkit-transform: translate3d(100%,100%,0);transform: translate3d(100%,100%,0);}}
.animate__fadeOutBottomRight {-webkit-animation-name: fadeOutBottomRight;animation-name: fadeOutBottomRight;}
@-webkit-keyframes fadeOutBottomLeft {0% {opacity: 1;-webkit-transform: translateZ(0);transform: translateZ(0);}
	to {opacity: 0;-webkit-transform: translate3d(-100%,100%,0);transform: translate3d(-100%,100%,0);}}
@keyframes fadeOutBottomLeft {0% {opacity: 1;-webkit-transform: translateZ(0);transform: translateZ(0);}
	to {opacity: 0;-webkit-transform: translate3d(-100%,100%,0);transform: translate3d(-100%,100%,0);}}
.animate__fadeOutBottomLeft {-webkit-animation-name: fadeOutBottomLeft;animation-name: fadeOutBottomLeft;}
@-webkit-keyframes flip {0% {-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1 turn);transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1 turn);-webkit-animation-timing-function: ease-out;animation-timing-function: ease-out;}
	40% {-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function: ease-out;animation-timing-function: ease-out;}
	50% {-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}
	80% {-webkit-transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}
	to {-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}}
@keyframes flip {0% {-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1 turn);transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1 turn);-webkit-animation-timing-function: ease-out;animation-timing-function: ease-out;}
	40% {-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function: ease-out;animation-timing-function: ease-out;}
	50% {-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}
	80% {-webkit-transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}
	to {-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}}
.animate__animated.animate__flip {-webkit-backface-visibility: visible;backface-visibility: visible;-webkit-animation-name: flip;animation-name: flip;}
@-webkit-keyframes flipInX {0% {-webkit-transform: perspective(400px) rotateX(90deg);transform: perspective(400px) rotateX(90deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;opacity: 0;}
	40% {-webkit-transform: perspective(400px) rotateX(-20deg);transform: perspective(400px) rotateX(-20deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}
	60% {-webkit-transform: perspective(400px) rotateX(10deg);transform: perspective(400px) rotateX(10deg);opacity: 1;}
	80% {-webkit-transform: perspective(400px) rotateX(-5deg);transform: perspective(400px) rotateX(-5deg);}
	to {-webkit-transform: perspective(400px);transform: perspective(400px);}}
@keyframes flipInX {0% {-webkit-transform: perspective(400px) rotateX(90deg);transform: perspective(400px) rotateX(90deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;opacity: 0;}
	40% {-webkit-transform: perspective(400px) rotateX(-20deg);transform: perspective(400px) rotateX(-20deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}
	60% {-webkit-transform: perspective(400px) rotateX(10deg);transform: perspective(400px) rotateX(10deg);opacity: 1;}
	80% {-webkit-transform: perspective(400px) rotateX(-5deg);transform: perspective(400px) rotateX(-5deg);}
	to {-webkit-transform: perspective(400px);transform: perspective(400px);}}
.animate__flipInX {-webkit-backface-visibility: visible !important;backface-visibility: visible !important;-webkit-animation-name: flipInX;animation-name: flipInX;}
@-webkit-keyframes flipInY {0% {-webkit-transform: perspective(400px) rotateY(90deg);transform: perspective(400px) rotateY(90deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;opacity: 0;}
	40% {-webkit-transform: perspective(400px) rotateY(-20deg);transform: perspective(400px) rotateY(-20deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}
	60% {-webkit-transform: perspective(400px) rotateY(10deg);transform: perspective(400px) rotateY(10deg);opacity: 1;}
	80% {-webkit-transform: perspective(400px) rotateY(-5deg);transform: perspective(400px) rotateY(-5deg);}
	to {-webkit-transform: perspective(400px);transform: perspective(400px);}}
@keyframes flipInY {0% {-webkit-transform: perspective(400px) rotateY(90deg);transform: perspective(400px) rotateY(90deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;opacity: 0;}
	40% {-webkit-transform: perspective(400px) rotateY(-20deg);transform: perspective(400px) rotateY(-20deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}
	60% {-webkit-transform: perspective(400px) rotateY(10deg);transform: perspective(400px) rotateY(10deg);opacity: 1;}
	80% {-webkit-transform: perspective(400px) rotateY(-5deg);transform: perspective(400px) rotateY(-5deg);}
	to {-webkit-transform: perspective(400px);transform: perspective(400px);}}
.animate__flipInY {-webkit-backface-visibility: visible !important;backface-visibility: visible !important;-webkit-animation-name: flipInY;animation-name: flipInY;}
@-webkit-keyframes flipOutX {0% {-webkit-transform: perspective(400px);transform: perspective(400px);}
	30% {-webkit-transform: perspective(400px) rotateX(-20deg);transform: perspective(400px) rotateX(-20deg);opacity: 1;}
	to {-webkit-transform: perspective(400px) rotateX(90deg);transform: perspective(400px) rotateX(90deg);opacity: 0;}}
@keyframes flipOutX {0% {-webkit-transform: perspective(400px);transform: perspective(400px);}
	30% {-webkit-transform: perspective(400px) rotateX(-20deg);transform: perspective(400px) rotateX(-20deg);opacity: 1;}
	to {-webkit-transform: perspective(400px) rotateX(90deg);transform: perspective(400px) rotateX(90deg);opacity: 0;}}
.animate__flipOutX {-webkit-animation-duration: .75s;-webkit-animation-duration: calc(var(--animate-duration) * .75);animation-duration: .75s;animation-duration: calc(var(--animate-duration) * .75);-webkit-animation-name: flipOutX;animation-name: flipOutX;-webkit-backface-visibility: visible !important;backface-visibility: visible !important;}
@-webkit-keyframes flipOutY {0% {-webkit-transform: perspective(400px);transform: perspective(400px);}
	30% {-webkit-transform: perspective(400px) rotateY(-15deg);transform: perspective(400px) rotateY(-15deg);opacity: 1;}
	to {-webkit-transform: perspective(400px) rotateY(90deg);transform: perspective(400px) rotateY(90deg);opacity: 0;}}
@keyframes flipOutY {0% {-webkit-transform: perspective(400px);transform: perspective(400px);}
	30% {-webkit-transform: perspective(400px) rotateY(-15deg);transform: perspective(400px) rotateY(-15deg);opacity: 1;}
	to {-webkit-transform: perspective(400px) rotateY(90deg);transform: perspective(400px) rotateY(90deg);opacity: 0;}}
.animate__flipOutY {-webkit-animation-duration: .75s;-webkit-animation-duration: calc(var(--animate-duration) * .75);animation-duration: .75s;animation-duration: calc(var(--animate-duration) * .75);-webkit-backface-visibility: visible !important;backface-visibility: visible !important;-webkit-animation-name: flipOutY;animation-name: flipOutY;}
@-webkit-keyframes lightSpeedInRight {0% {-webkit-transform: translate3d(100%,0,0) skewX(-30deg);transform: translate3d(100%,0,0) skewX(-30deg);opacity: 0;}
	60% {-webkit-transform: skewX(20deg);transform: skewX(20deg);opacity: 1;}
	80% {-webkit-transform: skewX(-5deg);transform: skewX(-5deg);}
	to {-webkit-transform: translateZ(0);transform: translateZ(0);}}
@keyframes lightSpeedInRight {0% {-webkit-transform: translate3d(100%,0,0) skewX(-30deg);transform: translate3d(100%,0,0) skewX(-30deg);opacity: 0;}
	60% {-webkit-transform: skewX(20deg);transform: skewX(20deg);opacity: 1;}
	80% {-webkit-transform: skewX(-5deg);transform: skewX(-5deg);}
	to {-webkit-transform: translateZ(0);transform: translateZ(0);}}
.animate__lightSpeedInRight {-webkit-animation-name: lightSpeedInRight;animation-name: lightSpeedInRight;-webkit-animation-timing-function: ease-out;animation-timing-function: ease-out;}
@-webkit-keyframes lightSpeedInLeft {0% {-webkit-transform: translate3d(-100%,0,0) skewX(30deg);transform: translate3d(-100%,0,0) skewX(30deg);opacity: 0;}
	60% {-webkit-transform: skewX(-20deg);transform: skewX(-20deg);opacity: 1;}
	80% {-webkit-transform: skewX(5deg);transform: skewX(5deg);}
	to {-webkit-transform: translateZ(0);transform: translateZ(0);}}
@keyframes lightSpeedInLeft {0% {-webkit-transform: translate3d(-100%,0,0) skewX(30deg);transform: translate3d(-100%,0,0) skewX(30deg);opacity: 0;}
	60% {-webkit-transform: skewX(-20deg);transform: skewX(-20deg);opacity: 1;}
	80% {-webkit-transform: skewX(5deg);transform: skewX(5deg);}
	to {-webkit-transform: translateZ(0);transform: translateZ(0);}}
.animate__lightSpeedInLeft {-webkit-animation-name: lightSpeedInLeft;animation-name: lightSpeedInLeft;-webkit-animation-timing-function: ease-out;animation-timing-function: ease-out;}
@-webkit-keyframes lightSpeedOutRight {0% {opacity: 1;}
	to {-webkit-transform: translate3d(100%,0,0) skewX(30deg);transform: translate3d(100%,0,0) skewX(30deg);opacity: 0;}}
@keyframes lightSpeedOutRight {0% {opacity: 1;}
	to {-webkit-transform: translate3d(100%,0,0) skewX(30deg);transform: translate3d(100%,0,0) skewX(30deg);opacity: 0;}}
.animate__lightSpeedOutRight {-webkit-animation-name: lightSpeedOutRight;animation-name: lightSpeedOutRight;-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}
@-webkit-keyframes lightSpeedOutLeft {0% {opacity: 1;}
	to {-webkit-transform: translate3d(-100%,0,0) skewX(-30deg);transform: translate3d(-100%,0,0) skewX(-30deg);opacity: 0;}}
@keyframes lightSpeedOutLeft {0% {opacity: 1;}
	to {-webkit-transform: translate3d(-100%,0,0) skewX(-30deg);transform: translate3d(-100%,0,0) skewX(-30deg);opacity: 0;}}
.animate__lightSpeedOutLeft {-webkit-animation-name: lightSpeedOutLeft;animation-name: lightSpeedOutLeft;-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}
@-webkit-keyframes rotateIn {0% {-webkit-transform: rotate(-200deg);transform: rotate(-200deg);opacity: 0;}
	to {-webkit-transform: translateZ(0);transform: translateZ(0);opacity: 1;}}
@keyframes rotateIn {0% {-webkit-transform: rotate(-200deg);transform: rotate(-200deg);opacity: 0;}
	to {-webkit-transform: translateZ(0);transform: translateZ(0);opacity: 1;}}
.animate__rotateIn {-webkit-animation-name: rotateIn;animation-name: rotateIn;-webkit-transform-origin: center;transform-origin: center;}
@-webkit-keyframes rotateInDownLeft {0% {-webkit-transform: rotate(-45deg);transform: rotate(-45deg);opacity: 0;}
	to {-webkit-transform: translateZ(0);transform: translateZ(0);opacity: 1;}}
@keyframes rotateInDownLeft {0% {-webkit-transform: rotate(-45deg);transform: rotate(-45deg);opacity: 0;}
	to {-webkit-transform: translateZ(0);transform: translateZ(0);opacity: 1;}}
.animate__rotateInDownLeft {-webkit-animation-name: rotateInDownLeft;animation-name: rotateInDownLeft;-webkit-transform-origin: left bottom;transform-origin: left bottom;}
@-webkit-keyframes rotateInDownRight {0% {-webkit-transform: rotate(45deg);transform: rotate(45deg);opacity: 0;}
	to {-webkit-transform: translateZ(0);transform: translateZ(0);opacity: 1;}}
@keyframes rotateInDownRight {0% {-webkit-transform: rotate(45deg);transform: rotate(45deg);opacity: 0;}
	to {-webkit-transform: translateZ(0);transform: translateZ(0);opacity: 1;}}
.animate__rotateInDownRight {-webkit-animation-name: rotateInDownRight;animation-name: rotateInDownRight;-webkit-transform-origin: right bottom;transform-origin: right bottom;}
@-webkit-keyframes rotateInUpLeft {0% {-webkit-transform: rotate(45deg);transform: rotate(45deg);opacity: 0;}
	to {-webkit-transform: translateZ(0);transform: translateZ(0);opacity: 1;}}
@keyframes rotateInUpLeft {0% {-webkit-transform: rotate(45deg);transform: rotate(45deg);opacity: 0;}
	to {-webkit-transform: translateZ(0);transform: translateZ(0);opacity: 1;}}
.animate__rotateInUpLeft {-webkit-animation-name: rotateInUpLeft;animation-name: rotateInUpLeft;-webkit-transform-origin: left bottom;transform-origin: left bottom;}
@-webkit-keyframes rotateInUpRight {0% {-webkit-transform: rotate(-90deg);transform: rotate(-90deg);opacity: 0;}
	to {-webkit-transform: translateZ(0);transform: translateZ(0);opacity: 1;}}
@keyframes rotateInUpRight {0% {-webkit-transform: rotate(-90deg);transform: rotate(-90deg);opacity: 0;}
	to {-webkit-transform: translateZ(0);transform: translateZ(0);opacity: 1;}}
.animate__rotateInUpRight {-webkit-animation-name: rotateInUpRight;animation-name: rotateInUpRight;-webkit-transform-origin: right bottom;transform-origin: right bottom;}
@-webkit-keyframes rotateOut {0% {opacity: 1;}
	to {-webkit-transform: rotate(200deg);transform: rotate(200deg);opacity: 0;}}
@keyframes rotateOut {0% {opacity: 1;}
	to {-webkit-transform: rotate(200deg);transform: rotate(200deg);opacity: 0;}}
.animate__rotateOut {-webkit-animation-name: rotateOut;animation-name: rotateOut;-webkit-transform-origin: center;transform-origin: center;}
@-webkit-keyframes rotateOutDownLeft {0% {opacity: 1;}
	to {-webkit-transform: rotate(45deg);transform: rotate(45deg);opacity: 0;}}
@keyframes rotateOutDownLeft {0% {opacity: 1;}
	to {-webkit-transform: rotate(45deg);transform: rotate(45deg);opacity: 0;}}
.animate__rotateOutDownLeft {-webkit-animation-name: rotateOutDownLeft;animation-name: rotateOutDownLeft;-webkit-transform-origin: left bottom;transform-origin: left bottom;}
@-webkit-keyframes rotateOutDownRight {0% {opacity: 1;}
	to {-webkit-transform: rotate(-45deg);transform: rotate(-45deg);opacity: 0;}}
@keyframes rotateOutDownRight {0% {opacity: 1;}
	to {-webkit-transform: rotate(-45deg);transform: rotate(-45deg);opacity: 0;}}
.animate__rotateOutDownRight {-webkit-animation-name: rotateOutDownRight;animation-name: rotateOutDownRight;-webkit-transform-origin: right bottom;transform-origin: right bottom;}
@-webkit-keyframes rotateOutUpLeft {0% {opacity: 1;}
	to {-webkit-transform: rotate(-45deg);transform: rotate(-45deg);opacity: 0;}}
@keyframes rotateOutUpLeft {0% {opacity: 1;}
	to {-webkit-transform: rotate(-45deg);transform: rotate(-45deg);opacity: 0;}}
.animate__rotateOutUpLeft {-webkit-animation-name: rotateOutUpLeft;animation-name: rotateOutUpLeft;-webkit-transform-origin: left bottom;transform-origin: left bottom;}
@-webkit-keyframes rotateOutUpRight {0% {opacity: 1;}
	to {-webkit-transform: rotate(90deg);transform: rotate(90deg);opacity: 0;}}
@keyframes rotateOutUpRight {0% {opacity: 1;}
	to {-webkit-transform: rotate(90deg);transform: rotate(90deg);opacity: 0;}}
.animate__rotateOutUpRight {-webkit-animation-name: rotateOutUpRight;animation-name: rotateOutUpRight;-webkit-transform-origin: right bottom;transform-origin: right bottom;}
@-webkit-keyframes hinge {0% {-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;}
	20%, 60% {-webkit-transform: rotate(80deg);transform: rotate(80deg);-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;}
	40%, 80% {-webkit-transform: rotate(60deg);transform: rotate(60deg);-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;opacity: 1;}
	to {-webkit-transform: translate3d(0,700px,0);transform: translate3d(0,700px,0);opacity: 0;}}
@keyframes hinge {0% {-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;}
	20%, 60% {-webkit-transform: rotate(80deg);transform: rotate(80deg);-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;}
	40%, 80% {-webkit-transform: rotate(60deg);transform: rotate(60deg);-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;opacity: 1;}
	to {-webkit-transform: translate3d(0,700px,0);transform: translate3d(0,700px,0);opacity: 0;}}
.animate__hinge {-webkit-animation-duration: 2s;-webkit-animation-duration: calc(var(--animate-duration) * 2);animation-duration: 2s;animation-duration: calc(var(--animate-duration) * 2);-webkit-animation-name: hinge;animation-name: hinge;-webkit-transform-origin: top left;transform-origin: top left;}
@-webkit-keyframes jackInTheBox {0% {opacity: 0;-webkit-transform: scale(.1) rotate(30deg);transform: scale(.1) rotate(30deg);-webkit-transform-origin: center bottom;transform-origin: center bottom;}
	50% {-webkit-transform: rotate(-10deg);transform: rotate(-10deg);}
	70% {-webkit-transform: rotate(3deg);transform: rotate(3deg);}
	to {opacity: 1;-webkit-transform: scale(1);transform: scale(1);}}
@keyframes jackInTheBox {0% {opacity: 0;-webkit-transform: scale(.1) rotate(30deg);transform: scale(.1) rotate(30deg);-webkit-transform-origin: center bottom;transform-origin: center bottom;}
	50% {-webkit-transform: rotate(-10deg);transform: rotate(-10deg);}
	70% {-webkit-transform: rotate(3deg);transform: rotate(3deg);}
	to {opacity: 1;-webkit-transform: scale(1);transform: scale(1);}}
.animate__jackInTheBox {-webkit-animation-name: jackInTheBox;animation-name: jackInTheBox;}
@-webkit-keyframes rollIn {0% {opacity: 0;-webkit-transform: translate3d(-100%,0,0) rotate(-120deg);transform: translate3d(-100%,0,0) rotate(-120deg);}
	to {opacity: 1;-webkit-transform: translateZ(0);transform: translateZ(0);}}
@keyframes rollIn {0% {opacity: 0;-webkit-transform: translate3d(-100%,0,0) rotate(-120deg);transform: translate3d(-100%,0,0) rotate(-120deg);}
	to {opacity: 1;-webkit-transform: translateZ(0);transform: translateZ(0);}}
.animate__rollIn {-webkit-animation-name: rollIn;animation-name: rollIn;}
@-webkit-keyframes rollOut {0% {opacity: 1;}
	to {opacity: 0;-webkit-transform: translate3d(100%,0,0) rotate(120deg);transform: translate3d(100%,0,0) rotate(120deg);}}
@keyframes rollOut {0% {opacity: 1;}
	to {opacity: 0;-webkit-transform: translate3d(100%,0,0) rotate(120deg);transform: translate3d(100%,0,0) rotate(120deg);}}
.animate__rollOut {-webkit-animation-name: rollOut;animation-name: rollOut;}
@-webkit-keyframes zoomIn {0% {opacity: 0;-webkit-transform: scale3d(.3,.3,.3);transform: scale3d(.3,.3,.3);}
	50% {opacity: 1;}}
@keyframes zoomIn {0% {opacity: 0;-webkit-transform: scale3d(.3,.3,.3);transform: scale3d(.3,.3,.3);}
	50% {opacity: 1;}}
.animate__zoomIn {-webkit-animation-name: zoomIn;animation-name: zoomIn;}
@-webkit-keyframes zoomInDown {0% {opacity: 0;-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);animation-timing-function: cubic-bezier(.55,.055,.675,.19);}
	60% {opacity: 1;-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);transform: scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);animation-timing-function: cubic-bezier(.175,.885,.32,1);}}
@keyframes zoomInDown {0% {opacity: 0;-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);animation-timing-function: cubic-bezier(.55,.055,.675,.19);}
	60% {opacity: 1;-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);transform: scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);animation-timing-function: cubic-bezier(.175,.885,.32,1);}}
.animate__zoomInDown {-webkit-animation-name: zoomInDown;animation-name: zoomInDown;}
@-webkit-keyframes zoomInLeft {0% {opacity: 0;-webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);animation-timing-function: cubic-bezier(.55,.055,.675,.19);}
	60% {opacity: 1;-webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);transform: scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);animation-timing-function: cubic-bezier(.175,.885,.32,1);}}
@keyframes zoomInLeft {0% {opacity: 0;-webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);animation-timing-function: cubic-bezier(.55,.055,.675,.19);}
	60% {opacity: 1;-webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);transform: scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);animation-timing-function: cubic-bezier(.175,.885,.32,1);}}
.animate__zoomInLeft {-webkit-animation-name: zoomInLeft;animation-name: zoomInLeft;}
@-webkit-keyframes zoomInRight {0% {opacity: 0;-webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);animation-timing-function: cubic-bezier(.55,.055,.675,.19);}
	60% {opacity: 1;-webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);animation-timing-function: cubic-bezier(.175,.885,.32,1);}}
@keyframes zoomInRight {0% {opacity: 0;-webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);animation-timing-function: cubic-bezier(.55,.055,.675,.19);}
	60% {opacity: 1;-webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);animation-timing-function: cubic-bezier(.175,.885,.32,1);}}
.animate__zoomInRight {-webkit-animation-name: zoomInRight;animation-name: zoomInRight;}
@-webkit-keyframes zoomInUp {0% {opacity: 0;-webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);animation-timing-function: cubic-bezier(.55,.055,.675,.19);}
	60% {opacity: 1;-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);animation-timing-function: cubic-bezier(.175,.885,.32,1);}}
@keyframes zoomInUp {0% {opacity: 0;-webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);animation-timing-function: cubic-bezier(.55,.055,.675,.19);}
	60% {opacity: 1;-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);animation-timing-function: cubic-bezier(.175,.885,.32,1);}}
.animate__zoomInUp {-webkit-animation-name: zoomInUp;animation-name: zoomInUp;}
@-webkit-keyframes zoomOut {0% {opacity: 1;}
	50% {opacity: 0;-webkit-transform: scale3d(.3,.3,.3);transform: scale3d(.3,.3,.3);}
	to {opacity: 0;}}
@keyframes zoomOut {0% {opacity: 1;}
	50% {opacity: 0;-webkit-transform: scale3d(.3,.3,.3);transform: scale3d(.3,.3,.3);}
	to {opacity: 0;}}
.animate__zoomOut {-webkit-animation-name: zoomOut;animation-name: zoomOut;}
@-webkit-keyframes zoomOutDown {40% {opacity: 1;-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);animation-timing-function: cubic-bezier(.55,.055,.675,.19);}
	to {opacity: 0;-webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);animation-timing-function: cubic-bezier(.175,.885,.32,1);}}
@keyframes zoomOutDown {40% {opacity: 1;-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);animation-timing-function: cubic-bezier(.55,.055,.675,.19);}
	to {opacity: 0;-webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);animation-timing-function: cubic-bezier(.175,.885,.32,1);}}
.animate__zoomOutDown {-webkit-animation-name: zoomOutDown;animation-name: zoomOutDown;-webkit-transform-origin: center bottom;transform-origin: center bottom;}
@-webkit-keyframes zoomOutLeft {40% {opacity: 1;-webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);transform: scale3d(.475,.475,.475) translate3d(42px,0,0);}
	to {opacity: 0;-webkit-transform: scale(.1) translate3d(-2000px,0,0);transform: scale(.1) translate3d(-2000px,0,0);}}
@keyframes zoomOutLeft {40% {opacity: 1;-webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);transform: scale3d(.475,.475,.475) translate3d(42px,0,0);}
	to {opacity: 0;-webkit-transform: scale(.1) translate3d(-2000px,0,0);transform: scale(.1) translate3d(-2000px,0,0);}}
.animate__zoomOutLeft {-webkit-animation-name: zoomOutLeft;animation-name: zoomOutLeft;-webkit-transform-origin: left center;transform-origin: left center;}
@-webkit-keyframes zoomOutRight {40% {opacity: 1;-webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);}
	to {opacity: 0;-webkit-transform: scale(.1) translate3d(2000px,0,0);transform: scale(.1) translate3d(2000px,0,0);}}
@keyframes zoomOutRight {40% {opacity: 1;-webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);}
	to {opacity: 0;-webkit-transform: scale(.1) translate3d(2000px,0,0);transform: scale(.1) translate3d(2000px,0,0);}}
.animate__zoomOutRight {-webkit-animation-name: zoomOutRight;animation-name: zoomOutRight;-webkit-transform-origin: right center;transform-origin: right center;}
@-webkit-keyframes zoomOutUp {40% {opacity: 1;-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);transform: scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);animation-timing-function: cubic-bezier(.55,.055,.675,.19);}
	to {opacity: 0;-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);animation-timing-function: cubic-bezier(.175,.885,.32,1);}}
@keyframes zoomOutUp {40% {opacity: 1;-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);transform: scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);animation-timing-function: cubic-bezier(.55,.055,.675,.19);}
	to {opacity: 0;-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);animation-timing-function: cubic-bezier(.175,.885,.32,1);}}
.animate__zoomOutUp {-webkit-animation-name: zoomOutUp;animation-name: zoomOutUp;-webkit-transform-origin: center bottom;transform-origin: center bottom;}
@-webkit-keyframes slideInDown {0% {-webkit-transform: translate3d(0,-100%,0);transform: translate3d(0,-100%,0);visibility: visible;}
	to {-webkit-transform: translateZ(0);transform: translateZ(0);}}
@keyframes slideInDown {0% {-webkit-transform: translate3d(0,-100%,0);transform: translate3d(0,-100%,0);visibility: visible;}
	to {-webkit-transform: translateZ(0);transform: translateZ(0);}}
.animate__slideInDown {-webkit-animation-name: slideInDown;animation-name: slideInDown;}
@-webkit-keyframes slideInLeft {0% {-webkit-transform: translate3d(-100%,0,0);transform: translate3d(-100%,0,0);visibility: visible;}
	to {-webkit-transform: translateZ(0);transform: translateZ(0);}}
@keyframes slideInLeft {0% {-webkit-transform: translate3d(-100%,0,0);transform: translate3d(-100%,0,0);visibility: visible;}
	to {-webkit-transform: translateZ(0);transform: translateZ(0);}}
.animate__slideInLeft {-webkit-animation-name: slideInLeft;animation-name: slideInLeft;}
@-webkit-keyframes slideInRight {0% {-webkit-transform: translate3d(100%,0,0);transform: translate3d(100%,0,0);visibility: visible;}
	to {-webkit-transform: translateZ(0);transform: translateZ(0);}}
@keyframes slideInRight {0% {-webkit-transform: translate3d(100%,0,0);transform: translate3d(100%,0,0);visibility: visible;}
	to {-webkit-transform: translateZ(0);transform: translateZ(0);}}
.animate__slideInRight {-webkit-animation-name: slideInRight;animation-name: slideInRight;}
@-webkit-keyframes slideInUp {0% {-webkit-transform: translate3d(0,100%,0);transform: translate3d(0,100%,0);visibility: visible;}
	to {-webkit-transform: translateZ(0);transform: translateZ(0);}}
@keyframes slideInUp {0% {-webkit-transform: translate3d(0,100%,0);transform: translate3d(0,100%,0);visibility: visible;}
	to {-webkit-transform: translateZ(0);transform: translateZ(0);}}
.animate__slideInUp {-webkit-animation-name: slideInUp;animation-name: slideInUp;}
@-webkit-keyframes slideOutDown {0% {-webkit-transform: translateZ(0);transform: translateZ(0);}
	to {visibility: hidden;-webkit-transform: translate3d(0,100%,0);transform: translate3d(0,100%,0);}}
@keyframes slideOutDown {0% {-webkit-transform: translateZ(0);transform: translateZ(0);}
	to {visibility: hidden;-webkit-transform: translate3d(0,100%,0);transform: translate3d(0,100%,0);}}
.animate__slideOutDown {-webkit-animation-name: slideOutDown;animation-name: slideOutDown;}
@-webkit-keyframes slideOutLeft {0% {-webkit-transform: translateZ(0);transform: translateZ(0);}
	to {visibility: hidden;-webkit-transform: translate3d(-100%,0,0);transform: translate3d(-100%,0,0);}}
@keyframes slideOutLeft {0% {-webkit-transform: translateZ(0);transform: translateZ(0);}
	to {visibility: hidden;-webkit-transform: translate3d(-100%,0,0);transform: translate3d(-100%,0,0);}}
.animate__slideOutLeft {-webkit-animation-name: slideOutLeft;animation-name: slideOutLeft;}
@-webkit-keyframes slideOutRight {0% {-webkit-transform: translateZ(0);transform: translateZ(0);}
	to {visibility: hidden;-webkit-transform: translate3d(100%,0,0);transform: translate3d(100%,0,0);}}
@keyframes slideOutRight {0% {-webkit-transform: translateZ(0);transform: translateZ(0);}
	to {visibility: hidden;-webkit-transform: translate3d(100%,0,0);transform: translate3d(100%,0,0);}}
.animate__slideOutRight {-webkit-animation-name: slideOutRight;animation-name: slideOutRight;}
@-webkit-keyframes slideOutUp {0% {-webkit-transform: translateZ(0);transform: translateZ(0);}
	to {visibility: hidden;-webkit-transform: translate3d(0,-100%,0);transform: translate3d(0,-100%,0);}}
@keyframes slideOutUp {0% {-webkit-transform: translateZ(0);transform: translateZ(0);}
	to {visibility: hidden;-webkit-transform: translate3d(0,-100%,0);transform: translate3d(0,-100%,0);}}
.animate__slideOutUp {-webkit-animation-name: slideOutUp;animation-name: slideOutUp;}
.ui-helper-hidden {display: none;}
.ui-helper-hidden-accessible {border: 0;clip: rect(0 0 0 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.ui-helper-reset {margin: 0;padding: 0;border: 0;outline: 0;line-height: 1.3;text-decoration: none;font-size: 100%;list-style: none;}
.ui-helper-clearfix:after, .ui-helper-clearfix:before {content: "";display: table;border-collapse: collapse;}
.ui-helper-clearfix:after {clear: both;}
.ui-helper-zfix {width: 100%;height: 100%;top: 0;left: 0;position: absolute;opacity: 0;filter: Alpha(Opacity=0);}
.ui-front {z-index: 100;}
.ui-state-disabled {cursor: default !important;pointer-events: none;}
.ui-icon {display: inline-block;vertical-align: middle;margin-top: -.25em;position: relative;text-indent: -99999px;overflow: hidden;background-repeat: no-repeat;}
.ui-widget-icon-block {left: 50%;margin-left: -8px;display: block;}
.ui-widget-overlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;}
.ui-accordion .ui-accordion-header {display: block;cursor: pointer;position: relative;margin: 2px 0 0 0;padding: .5em .5em .5em .7em;font-size: 100%;}
.ui-accordion .ui-accordion-content {padding: 1em 2.2em;border-top: 0;overflow: auto;}
.ui-autocomplete {position: absolute;top: 0;left: 0;cursor: default;}
.ui-menu {list-style: none;padding: 0;margin: 0;display: block;outline: 0;}
.ui-menu .ui-menu {position: absolute;}
.ui-menu .ui-menu-item {margin: 0;cursor: pointer;list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");}
.ui-menu .ui-menu-item-wrapper {position: relative;padding: 3px 1em 3px .4em;}
.ui-menu .ui-menu-divider {margin: 5px 0;height: 0;font-size: 0;line-height: 0;border-width: 1px 0 0 0;}
.ui-menu .ui-state-active, .ui-menu .ui-state-focus {margin: -1px;}
.ui-menu-icons {position: relative;}
.ui-menu-icons .ui-menu-item-wrapper {padding-left: 2em;}
.ui-menu .ui-icon {position: absolute;top: 0;bottom: 0;left: .2em;margin: auto 0;}
.ui-menu .ui-menu-icon {left: auto;right: 0;}
.ui-button {padding: .4em 1em;display: inline-block;position: relative;line-height: normal;margin-right: .1em;cursor: pointer;vertical-align: middle;text-align: center;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;overflow: visible;}
.ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {text-decoration: none;}
.ui-button-icon-only {width: 2em;box-sizing: border-box;text-indent: -9999px;white-space: nowrap;}
input.ui-button.ui-button-icon-only {text-indent: 0;}
.ui-button-icon-only .ui-icon {position: absolute;top: 50%;left: 50%;margin-top: -8px;margin-left: -8px;}
.ui-button.ui-icon-notext .ui-icon {padding: 0;width: 2.1em;height: 2.1em;text-indent: -9999px;white-space: nowrap;}
input.ui-button.ui-icon-notext .ui-icon {width: auto;height: auto;text-indent: 0;white-space: normal;padding: .4em 1em;}
button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {border: 0;padding: 0;}
.ui-controlgroup {vertical-align: middle;display: inline-block;}
.ui-controlgroup>.ui-controlgroup-item {float: left;margin-left: 0;margin-right: 0;}
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus, .ui-controlgroup>.ui-controlgroup-item:focus {z-index: 9999;}
.ui-controlgroup-vertical>.ui-controlgroup-item {display: block;float: none;width: 100%;margin-top: 0;margin-bottom: 0;text-align: left;}
.ui-controlgroup-vertical .ui-controlgroup-item {box-sizing: border-box;}
.ui-controlgroup .ui-controlgroup-label {padding: .4em 1em;}
.ui-controlgroup .ui-controlgroup-label span {font-size: 80%;}
.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {border-left: none;}
.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {border-top: none;}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {border-right: none;}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {border-bottom: none;}
.ui-controlgroup-vertical .ui-spinner-input {width: 75%;width: calc(100% - 2.4em);}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {border-top-style: solid;}
.ui-checkboxradio-label .ui-icon-background {box-shadow: inset 1px 1px 1px #ccc;border-radius: .12em;border: none;}
.ui-checkboxradio-radio-label .ui-icon-background {width: 16px;height: 16px;border-radius: 1em;overflow: visible;border: none;}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {background-image: none;width: 8px;height: 8px;border-width: 4px;border-style: solid;}
.ui-checkboxradio-disabled {pointer-events: none;}
.ui-datepicker {width: 17em;padding: .2em .2em 0;display: none;}
.ui-datepicker .ui-datepicker-header {position: relative;padding: .2em 0;}
.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {position: absolute;top: 2px;width: 1.8em;height: 1.8em;}
.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {top: 1px;}
.ui-datepicker .ui-datepicker-prev {left: 2px;}
.ui-datepicker .ui-datepicker-next {right: 2px;}
.ui-datepicker .ui-datepicker-prev-hover {left: 1px;}
.ui-datepicker .ui-datepicker-next-hover {right: 1px;}
.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {display: block;position: absolute;left: 50%;margin-left: -8px;top: 50%;margin-top: -8px;}
.ui-datepicker .ui-datepicker-title {margin: 0 2.3em;line-height: 1.8em;text-align: center;}
.ui-datepicker .ui-datepicker-title select {font-size: 1em;margin: 1px 0;}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {width: 45%;}
.ui-datepicker table {width: 100%;font-size: .9em;border-collapse: collapse;margin: 0 0 .4em;}
.ui-datepicker th {padding: .7em .3em;text-align: center;font-weight: 700;border: 0;}
.ui-datepicker td {border: 0;padding: 1px;}
.ui-datepicker td a, .ui-datepicker td span {display: block;padding: .2em;text-align: right;text-decoration: none;}
.ui-datepicker .ui-datepicker-buttonpane {background-image: none;margin: .7em 0 0 0;padding: 0 .2em;border-left: 0;border-right: 0;border-bottom: 0;}
.ui-datepicker .ui-datepicker-buttonpane button {float: right;margin: .5em .2em .4em;cursor: pointer;padding: .2em .6em .3em .6em;width: auto;overflow: visible;}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {float: left;}
.ui-datepicker.ui-datepicker-multi {width: auto;}
.ui-datepicker-multi .ui-datepicker-group {float: left;}
.ui-datepicker-multi .ui-datepicker-group table {width: 95%;margin: 0 auto .4em;}
.ui-datepicker-multi-2 .ui-datepicker-group {width: 50%;}
.ui-datepicker-multi-3 .ui-datepicker-group {width: 33.3%;}
.ui-datepicker-multi-4 .ui-datepicker-group {width: 25%;}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {border-left-width: 0;}
.ui-datepicker-multi .ui-datepicker-buttonpane {clear: left;}
.ui-datepicker-row-break {clear: both;width: 100%;font-size: 0;}
.ui-datepicker-rtl {direction: rtl;}
.ui-datepicker-rtl .ui-datepicker-prev {right: 2px;left: auto;}
.ui-datepicker-rtl .ui-datepicker-next {left: 2px;right: auto;}
.ui-datepicker-rtl .ui-datepicker-prev:hover {right: 1px;left: auto;}
.ui-datepicker-rtl .ui-datepicker-next:hover {left: 1px;right: auto;}
.ui-datepicker-rtl .ui-datepicker-buttonpane {clear: right;}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {float: left;}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {float: right;}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {border-right-width: 0;border-left-width: 1px;}
.ui-datepicker .ui-icon {display: block;text-indent: -99999px;overflow: hidden;background-repeat: no-repeat;left: .5em;top: .3em;}
.ui-dialog {position: absolute;top: 0;left: 0;padding: .2em;outline: 0;}
.ui-dialog .ui-dialog-titlebar {padding: .4em 1em;position: relative;}
.ui-dialog .ui-dialog-title {float: left;margin: .1em 0;white-space: nowrap;width: 90%;overflow: hidden;text-overflow: ellipsis;}
.ui-dialog .ui-dialog-titlebar-close {position: absolute;right: .3em;top: 50%;width: 20px;margin: -10px 0 0 0;padding: 1px;height: 20px;}
.ui-dialog .ui-dialog-content {position: relative;border: 0;padding: .5em 1em;background: 0 0;overflow: auto;}
.ui-dialog .ui-dialog-buttonpane {text-align: left;border-width: 1px 0 0 0;background-image: none;margin-top: .5em;padding: .3em 1em .5em .4em;}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {float: right;}
.ui-dialog .ui-dialog-buttonpane button {margin: .5em .4em .5em 0;cursor: pointer;}
.ui-dialog .ui-resizable-n {height: 2px;top: 0;}
.ui-dialog .ui-resizable-e {width: 2px;right: 0;}
.ui-dialog .ui-resizable-s {height: 2px;bottom: 0;}
.ui-dialog .ui-resizable-w {width: 2px;left: 0;}
.ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw, .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw {width: 7px;height: 7px;}
.ui-dialog .ui-resizable-se {right: 0;bottom: 0;}
.ui-dialog .ui-resizable-sw {left: 0;bottom: 0;}
.ui-dialog .ui-resizable-ne {right: 0;top: 0;}
.ui-dialog .ui-resizable-nw {left: 0;top: 0;}
.ui-draggable .ui-dialog-titlebar {cursor: move;}
.ui-draggable-handle {-ms-touch-action: none;touch-action: none;}
.ui-resizable {position: relative;}
.ui-resizable-handle {position: absolute;font-size: .1px;display: block;-ms-touch-action: none;touch-action: none;}
.ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {display: none;}
.ui-resizable-n {cursor: n-resize;height: 7px;width: 100%;top: -5px;left: 0;}
.ui-resizable-s {cursor: s-resize;height: 7px;width: 100%;bottom: -5px;left: 0;}
.ui-resizable-e {cursor: e-resize;width: 7px;right: -5px;top: 0;height: 100%;}
.ui-resizable-w {cursor: w-resize;width: 7px;left: -5px;top: 0;height: 100%;}
.ui-resizable-se {cursor: se-resize;width: 12px;height: 12px;right: 1px;bottom: 1px;}
.ui-resizable-sw {cursor: sw-resize;width: 9px;height: 9px;left: -5px;bottom: -5px;}
.ui-resizable-nw {cursor: nw-resize;width: 9px;height: 9px;left: -5px;top: -5px;}
.ui-resizable-ne {cursor: ne-resize;width: 9px;height: 9px;right: -5px;top: -5px;}
.ui-progressbar {height: 2em;text-align: left;overflow: hidden;}
.ui-progressbar .ui-progressbar-value {margin: -1px;height: 100%;}
.ui-progressbar .ui-progressbar-overlay {background: url("data:image/gif;base64,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");height: 100%;opacity: .25;}
.ui-progressbar-indeterminate .ui-progressbar-value {background-image: none;}
.ui-selectable {-ms-touch-action: none;touch-action: none;}
.ui-selectable-helper {position: absolute;z-index: 100;border: 1px dotted #000;}
.ui-selectmenu-menu {padding: 0;margin: 0;position: absolute;top: 0;left: 0;display: none;}
.ui-selectmenu-menu .ui-menu {overflow: auto;overflow-x: hidden;padding-bottom: 1px;}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {font-size: 1em;font-weight: 700;line-height: 1.5;padding: 2px .4em;margin: .5em 0 0 0;height: auto;border: 0;}
.ui-selectmenu-open {display: block;}
.ui-selectmenu-text {display: block;margin-right: 20px;overflow: hidden;text-overflow: ellipsis;}
.ui-selectmenu-button.ui-button {text-align: left;white-space: nowrap;width: 14em;}
.ui-selectmenu-icon.ui-icon {float: right;margin-top: 0;}
.ui-slider {position: relative;text-align: left;}
.ui-slider .ui-slider-handle {position: absolute;z-index: 2;width: 1.2em;height: 1.2em;cursor: default;-ms-touch-action: none;touch-action: none;}
.ui-slider .ui-slider-range {position: absolute;z-index: 1;font-size: .7em;display: block;border: 0;background-position: 0 0;}
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {filter: inherit;}
.ui-slider-horizontal {height: .8em;}
.ui-slider-horizontal .ui-slider-handle {top: -.3em;margin-left: -.6em;}
.ui-slider-horizontal .ui-slider-range {top: 0;height: 100%;}
.ui-slider-horizontal .ui-slider-range-min {left: 0;}
.ui-slider-horizontal .ui-slider-range-max {right: 0;}
.ui-slider-vertical {width: .8em;height: 100px;}
.ui-slider-vertical .ui-slider-handle {left: -.3em;margin-left: 0;margin-bottom: -.6em;}
.ui-slider-vertical .ui-slider-range {left: 0;width: 100%;}
.ui-slider-vertical .ui-slider-range-min {bottom: 0;}
.ui-slider-vertical .ui-slider-range-max {top: 0;}
.ui-sortable-handle {-ms-touch-action: none;touch-action: none;}
.ui-spinner {position: relative;display: inline-block;overflow: hidden;padding: 0;vertical-align: middle;}
.ui-spinner-input {border: none;background: 0 0;color: inherit;padding: .222em 0;margin: .2em 0;vertical-align: middle;margin-left: .4em;margin-right: 2em;}
.ui-spinner-button {width: 1.6em;height: 50%;font-size: .5em;padding: 0;margin: 0;text-align: center;position: absolute;cursor: default;display: block;overflow: hidden;right: 0;}
.ui-spinner a.ui-spinner-button {border-top-style: none;border-bottom-style: none;border-right-style: none;}
.ui-spinner-up {top: 0;}
.ui-spinner-down {bottom: 0;}
.ui-tabs {position: relative;padding: .2em;}
.ui-tabs .ui-tabs-nav {margin: 0;padding: .2em .2em 0;}
.ui-tabs .ui-tabs-nav li {list-style: none;float: left;position: relative;top: 0;margin: 1px .2em 0 0;border-bottom-width: 0;padding: 0;white-space: nowrap;}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {float: left;padding: .5em 1em;text-decoration: none;}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {margin-bottom: -1px;padding-bottom: 1px;}
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {cursor: text;}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {cursor: pointer;}
.ui-tabs .ui-tabs-panel {display: block;border-width: 0;padding: 1em 1.4em;background: 0 0;}
.ui-tooltip {padding: 8px;position: absolute;z-index: 9999;max-width: 300px;}
body .ui-tooltip {border-width: 2px;}
.ui-widget {font-family: Arial,Helvetica,sans-serif;font-size: 1em;}
.ui-widget .ui-widget {font-size: 1em;}
.ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {font-family: Arial,Helvetica,sans-serif;font-size: 1em;}
.ui-widget.ui-widget-content {border: 1px solid #c5c5c5;}
.ui-widget-content {border: 1px solid #ddd;background: #fff;color: #333;}
.ui-widget-content a {color: #333;}
.ui-widget-header {border: 1px solid #ddd;background: #e9e9e9;color: #333;font-weight: 700;}
.ui-widget-header a {color: #333;}
.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {border: 1px solid #c5c5c5;background: #f6f6f6;font-weight: 400;color: #454545;}
.ui-button, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button {color: #454545;text-decoration: none;}
.ui-button:focus, .ui-button:hover, .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {border: 1px solid #ccc;background: #ededed;font-weight: 400;color: #2b2b2b;}
.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, a.ui-button:focus, a.ui-button:hover {color: #2b2b2b;text-decoration: none;}
.ui-visual-focus {box-shadow: 0 0 3px 1px #5e9ed6;}
.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {border: 1px solid #003eff;background: #007fff;font-weight: 400;color: #fff;}
.ui-icon-background, .ui-state-active .ui-icon-background {border: #003eff;background-color: #fff;}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {color: #fff;text-decoration: none;}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #dad55e;background: #fffa90;color: #777620;}
.ui-state-checked {border: 1px solid #dad55e;background: #fffa90;}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {color: #777620;}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #f1a899;background: #fddfdf;color: #5f3f3f;}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {color: #5f3f3f;}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {color: #5f3f3f;}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {font-weight: 700;}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {opacity: .7;filter: Alpha(Opacity=70);font-weight: 400;}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {opacity: .35;filter: Alpha(Opacity=35);background-image: none;}
.ui-state-disabled .ui-icon {filter: Alpha(Opacity=35);}
.ui-icon {width: 16px;height: 16px;}
.ui-icon, .ui-widget-content .ui-icon {background-image: url("/assets/images/ui-icons_444444_256x240.png");}
.ui-widget-header .ui-icon {background-image: url("/assets/images/ui-icons_444444_256x240.png");}
.ui-button:focus .ui-icon, .ui-button:hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-hover .ui-icon {background-image: url("/assets/images/ui-icons_555555_256x240.png");}
.ui-button:active .ui-icon, .ui-state-active .ui-icon {background-image: url("/assets/images/ui-icons_ffffff_256x240.png");}
.ui-button .ui-state-highlight.ui-icon, .ui-state-highlight .ui-icon {background-image: url("/assets/images/ui-icons_777620_256x240.png");}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url("/assets/images/ui-icons_cc0000_256x240.png");}
.ui-button .ui-icon {background-image: url("/assets/images/ui-icons_777777_256x240.png");}
.ui-icon-blank {background-position: 16px 16px;}
.ui-icon-caret-1-n {background-position: 0 0;}
.ui-icon-caret-1-ne {background-position: -16px 0;}
.ui-icon-caret-1-e {background-position: -32px 0;}
.ui-icon-caret-1-se {background-position: -48px 0;}
.ui-icon-caret-1-s {background-position: -65px 0;}
.ui-icon-caret-1-sw {background-position: -80px 0;}
.ui-icon-caret-1-w {background-position: -96px 0;}
.ui-icon-caret-1-nw {background-position: -112px 0;}
.ui-icon-caret-2-n-s {background-position: -128px 0;}
.ui-icon-caret-2-e-w {background-position: -144px 0;}
.ui-icon-triangle-1-n {background-position: 0 -16px;}
.ui-icon-triangle-1-ne {background-position: -16px -16px;}
.ui-icon-triangle-1-e {background-position: -32px -16px;}
.ui-icon-triangle-1-se {background-position: -48px -16px;}
.ui-icon-triangle-1-s {background-position: -65px -16px;}
.ui-icon-triangle-1-sw {background-position: -80px -16px;}
.ui-icon-triangle-1-w {background-position: -96px -16px;}
.ui-icon-triangle-1-nw {background-position: -112px -16px;}
.ui-icon-triangle-2-n-s {background-position: -128px -16px;}
.ui-icon-triangle-2-e-w {background-position: -144px -16px;}
.ui-icon-arrow-1-n {background-position: 0 -32px;}
.ui-icon-arrow-1-ne {background-position: -16px -32px;}
.ui-icon-arrow-1-e {background-position: -32px -32px;}
.ui-icon-arrow-1-se {background-position: -48px -32px;}
.ui-icon-arrow-1-s {background-position: -65px -32px;}
.ui-icon-arrow-1-sw {background-position: -80px -32px;}
.ui-icon-arrow-1-w {background-position: -96px -32px;}
.ui-icon-arrow-1-nw {background-position: -112px -32px;}
.ui-icon-arrow-2-n-s {background-position: -128px -32px;}
.ui-icon-arrow-2-ne-sw {background-position: -144px -32px;}
.ui-icon-arrow-2-e-w {background-position: -160px -32px;}
.ui-icon-arrow-2-se-nw {background-position: -176px -32px;}
.ui-icon-arrowstop-1-n {background-position: -192px -32px;}
.ui-icon-arrowstop-1-e {background-position: -208px -32px;}
.ui-icon-arrowstop-1-s {background-position: -224px -32px;}
.ui-icon-arrowstop-1-w {background-position: -240px -32px;}
.ui-icon-arrowthick-1-n {background-position: 1px -48px;}
.ui-icon-arrowthick-1-ne {background-position: -16px -48px;}
.ui-icon-arrowthick-1-e {background-position: -32px -48px;}
.ui-icon-arrowthick-1-se {background-position: -48px -48px;}
.ui-icon-arrowthick-1-s {background-position: -64px -48px;}
.ui-icon-arrowthick-1-sw {background-position: -80px -48px;}
.ui-icon-arrowthick-1-w {background-position: -96px -48px;}
.ui-icon-arrowthick-1-nw {background-position: -112px -48px;}
.ui-icon-arrowthick-2-n-s {background-position: -128px -48px;}
.ui-icon-arrowthick-2-ne-sw {background-position: -144px -48px;}
.ui-icon-arrowthick-2-e-w {background-position: -160px -48px;}
.ui-icon-arrowthick-2-se-nw {background-position: -176px -48px;}
.ui-icon-arrowthickstop-1-n {background-position: -192px -48px;}
.ui-icon-arrowthickstop-1-e {background-position: -208px -48px;}
.ui-icon-arrowthickstop-1-s {background-position: -224px -48px;}
.ui-icon-arrowthickstop-1-w {background-position: -240px -48px;}
.ui-icon-arrowreturnthick-1-w {background-position: 0 -64px;}
.ui-icon-arrowreturnthick-1-n {background-position: -16px -64px;}
.ui-icon-arrowreturnthick-1-e {background-position: -32px -64px;}
.ui-icon-arrowreturnthick-1-s {background-position: -48px -64px;}
.ui-icon-arrowreturn-1-w {background-position: -64px -64px;}
.ui-icon-arrowreturn-1-n {background-position: -80px -64px;}
.ui-icon-arrowreturn-1-e {background-position: -96px -64px;}
.ui-icon-arrowreturn-1-s {background-position: -112px -64px;}
.ui-icon-arrowrefresh-1-w {background-position: -128px -64px;}
.ui-icon-arrowrefresh-1-n {background-position: -144px -64px;}
.ui-icon-arrowrefresh-1-e {background-position: -160px -64px;}
.ui-icon-arrowrefresh-1-s {background-position: -176px -64px;}
.ui-icon-arrow-4 {background-position: 0 -80px;}
.ui-icon-arrow-4-diag {background-position: -16px -80px;}
.ui-icon-extlink {background-position: -32px -80px;}
.ui-icon-newwin {background-position: -48px -80px;}
.ui-icon-refresh {background-position: -64px -80px;}
.ui-icon-shuffle {background-position: -80px -80px;}
.ui-icon-transfer-e-w {background-position: -96px -80px;}
.ui-icon-transferthick-e-w {background-position: -112px -80px;}
.ui-icon-folder-collapsed {background-position: 0 -96px;}
.ui-icon-folder-open {background-position: -16px -96px;}
.ui-icon-document {background-position: -32px -96px;}
.ui-icon-document-b {background-position: -48px -96px;}
.ui-icon-note {background-position: -64px -96px;}
.ui-icon-mail-closed {background-position: -80px -96px;}
.ui-icon-mail-open {background-position: -96px -96px;}
.ui-icon-suitcase {background-position: -112px -96px;}
.ui-icon-comment {background-position: -128px -96px;}
.ui-icon-person {background-position: -144px -96px;}
.ui-icon-print {background-position: -160px -96px;}
.ui-icon-trash {background-position: -176px -96px;}
.ui-icon-locked {background-position: -192px -96px;}
.ui-icon-unlocked {background-position: -208px -96px;}
.ui-icon-bookmark {background-position: -224px -96px;}
.ui-icon-tag {background-position: -240px -96px;}
.ui-icon-home {background-position: 0 -112px;}
.ui-icon-flag {background-position: -16px -112px;}
.ui-icon-calendar {background-position: -32px -112px;}
.ui-icon-cart {background-position: -48px -112px;}
.ui-icon-pencil {background-position: -64px -112px;}
.ui-icon-clock {background-position: -80px -112px;}
.ui-icon-disk {background-position: -96px -112px;}
.ui-icon-calculator {background-position: -112px -112px;}
.ui-icon-zoomin {background-position: -128px -112px;}
.ui-icon-zoomout {background-position: -144px -112px;}
.ui-icon-search {background-position: -160px -112px;}
.ui-icon-wrench {background-position: -176px -112px;}
.ui-icon-gear {background-position: -192px -112px;}
.ui-icon-heart {background-position: -208px -112px;}
.ui-icon-star {background-position: -224px -112px;}
.ui-icon-link {background-position: -240px -112px;}
.ui-icon-cancel {background-position: 0 -128px;}
.ui-icon-plus {background-position: -16px -128px;}
.ui-icon-plusthick {background-position: -32px -128px;}
.ui-icon-minus {background-position: -48px -128px;}
.ui-icon-minusthick {background-position: -64px -128px;}
.ui-icon-close {background-position: -80px -128px;}
.ui-icon-closethick {background-position: -96px -128px;}
.ui-icon-key {background-position: -112px -128px;}
.ui-icon-lightbulb {background-position: -128px -128px;}
.ui-icon-scissors {background-position: -144px -128px;}
.ui-icon-clipboard {background-position: -160px -128px;}
.ui-icon-copy {background-position: -176px -128px;}
.ui-icon-contact {background-position: -192px -128px;}
.ui-icon-image {background-position: -208px -128px;}
.ui-icon-video {background-position: -224px -128px;}
.ui-icon-script {background-position: -240px -128px;}
.ui-icon-alert {background-position: 0 -144px;}
.ui-icon-info {background-position: -16px -144px;}
.ui-icon-notice {background-position: -32px -144px;}
.ui-icon-help {background-position: -48px -144px;}
.ui-icon-check {background-position: -64px -144px;}
.ui-icon-bullet {background-position: -80px -144px;}
.ui-icon-radio-on {background-position: -96px -144px;}
.ui-icon-radio-off {background-position: -112px -144px;}
.ui-icon-pin-w {background-position: -128px -144px;}
.ui-icon-pin-s {background-position: -144px -144px;}
.ui-icon-play {background-position: 0 -160px;}
.ui-icon-pause {background-position: -16px -160px;}
.ui-icon-seek-next {background-position: -32px -160px;}
.ui-icon-seek-prev {background-position: -48px -160px;}
.ui-icon-seek-end {background-position: -64px -160px;}
.ui-icon-seek-start {background-position: -80px -160px;}
.ui-icon-seek-first {background-position: -80px -160px;}
.ui-icon-stop {background-position: -96px -160px;}
.ui-icon-eject {background-position: -112px -160px;}
.ui-icon-volume-off {background-position: -128px -160px;}
.ui-icon-volume-on {background-position: -144px -160px;}
.ui-icon-power {background-position: 0 -176px;}
.ui-icon-signal-diag {background-position: -16px -176px;}
.ui-icon-signal {background-position: -32px -176px;}
.ui-icon-battery-0 {background-position: -48px -176px;}
.ui-icon-battery-1 {background-position: -64px -176px;}
.ui-icon-battery-2 {background-position: -80px -176px;}
.ui-icon-battery-3 {background-position: -96px -176px;}
.ui-icon-circle-plus {background-position: 0 -192px;}
.ui-icon-circle-minus {background-position: -16px -192px;}
.ui-icon-circle-close {background-position: -32px -192px;}
.ui-icon-circle-triangle-e {background-position: -48px -192px;}
.ui-icon-circle-triangle-s {background-position: -64px -192px;}
.ui-icon-circle-triangle-w {background-position: -80px -192px;}
.ui-icon-circle-triangle-n {background-position: -96px -192px;}
.ui-icon-circle-arrow-e {background-position: -112px -192px;}
.ui-icon-circle-arrow-s {background-position: -128px -192px;}
.ui-icon-circle-arrow-w {background-position: -144px -192px;}
.ui-icon-circle-arrow-n {background-position: -160px -192px;}
.ui-icon-circle-zoomin {background-position: -176px -192px;}
.ui-icon-circle-zoomout {background-position: -192px -192px;}
.ui-icon-circle-check {background-position: -208px -192px;}
.ui-icon-circlesmall-plus {background-position: 0 -208px;}
.ui-icon-circlesmall-minus {background-position: -16px -208px;}
.ui-icon-circlesmall-close {background-position: -32px -208px;}
.ui-icon-squaresmall-plus {background-position: -48px -208px;}
.ui-icon-squaresmall-minus {background-position: -64px -208px;}
.ui-icon-squaresmall-close {background-position: -80px -208px;}
.ui-icon-grip-dotted-vertical {background-position: 0 -224px;}
.ui-icon-grip-dotted-horizontal {background-position: -16px -224px;}
.ui-icon-grip-solid-vertical {background-position: -32px -224px;}
.ui-icon-grip-solid-horizontal {background-position: -48px -224px;}
.ui-icon-gripsmall-diagonal-se {background-position: -64px -224px;}
.ui-icon-grip-diagonal-se {background-position: -80px -224px;}
.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {border-top-left-radius: 3px;}
.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {border-top-right-radius: 3px;}
.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {border-bottom-left-radius: 3px;}
.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {border-bottom-right-radius: 3px;}
.ui-widget-overlay {background: #aaa;opacity: .003;filter: Alpha(Opacity=.3);}
.ui-widget-shadow {-webkit-box-shadow: 0 0 5px #666;box-shadow: 0 0 5px #666;}
.nice-select {-webkit-tap-highlight-color: transparent;background-color: #fff;border-radius: 5px;border: solid 1px #e8e8e8;box-sizing: border-box;clear: both;cursor: pointer;display: block;float: left;font-family: inherit;font-size: 14px;font-weight: 400;height: 42px;line-height: 40px;outline: 0;padding-left: 18px;padding-right: 30px;position: relative;text-align: left !important;-webkit-transition: all .2s ease-in-out;transition: all .2s ease-in-out;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;white-space: nowrap;width: auto;}
.nice-select:hover {border-color: #dbdbdb;}
.nice-select.open, .nice-select:active, .nice-select:focus {border-color: #999;}
.nice-select:after {border-bottom: 2px solid #999;border-right: 2px solid #999;content: "";display: block;height: 5px;margin-top: -4px;pointer-events: none;position: absolute;right: 12px;top: 50%;-webkit-transform-origin: 66% 66%;-ms-transform-origin: 66% 66%;transform-origin: 66% 66%;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition: all .15s ease-in-out;transition: all .15s ease-in-out;width: 5px;}
.nice-select.open:after {-webkit-transform: rotate(-135deg);-ms-transform: rotate(-135deg);transform: rotate(-135deg);}
.nice-select.open .list {opacity: 1;pointer-events: auto;-webkit-transform: scale(1) translateY(0);-ms-transform: scale(1) translateY(0);transform: scale(1) translateY(0);}
.nice-select.disabled {border-color: #ededed;color: #999;pointer-events: none;}
.nice-select.disabled:after {border-color: #ccc;}
.nice-select.wide {width: 100%;}
.nice-select.wide .list {left: 0 !important;right: 0 !important;}
.nice-select.right {float: right;}
.nice-select.right .list {left: auto;right: 0;}
.nice-select.small {font-size: 12px;height: 36px;line-height: 34px;}
.nice-select.small:after {height: 4px;width: 4px;}
.nice-select.small .option {line-height: 34px;min-height: 34px;}
.nice-select .list {background-color: #fff;border-radius: 5px;box-shadow: 0 0 0 1px rgba(68,68,68,.11);box-sizing: border-box;margin-top: 4px;opacity: 0;overflow: hidden;padding: 0;pointer-events: none;position: absolute;top: 100%;left: 0;-webkit-transform-origin: 50% 0;-ms-transform-origin: 50% 0;transform-origin: 50% 0;-webkit-transform: scale(.75) translateY(-21px);-ms-transform: scale(.75) translateY(-21px);transform: scale(.75) translateY(-21px);-webkit-transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index: 9;}
.nice-select .list:hover .option:not(:hover) {background-color: transparent !important;}
.nice-select .option {cursor: pointer;font-weight: 400;line-height: 40px;list-style: none;min-height: 40px;outline: 0;padding-left: 18px;padding-right: 29px;text-align: left;-webkit-transition: all .2s;transition: all .2s;}
.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {background-color: #f6f6f6;}
.nice-select .option.selected {font-weight: 700;}
.nice-select .option.disabled {background-color: transparent;color: #999;cursor: default;}
.no-csspointerevents .nice-select .list {display: none;}
.no-csspointerevents .nice-select.open .list {display: block;}
.owl-carousel, .owl-carousel .owl-item {-webkit-tap-highlight-color: transparent;position: relative;}
.owl-carousel {display: none;width: 100%;z-index: 1;}
.owl-carousel .owl-stage {position: relative;-ms-touch-action: pan-Y;touch-action: manipulation;-moz-backface-visibility: hidden;}
.owl-carousel .owl-stage:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.owl-carousel .owl-stage-outer {position: relative;overflow: hidden;-webkit-transform: translate3d(0,0,0);}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);}
.owl-carousel .owl-item {min-height: 1px;float: left;-webkit-backface-visibility: hidden;-webkit-touch-callout: none;}
.owl-carousel .owl-item img {display: block;width: 100%;}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {display: none;}
.no-js .owl-carousel, .owl-carousel.owl-loaded {display: block;}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {cursor: pointer;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {background: 0 0;color: inherit;border: none;padding: 0 !important;font: inherit;}
.owl-carousel.owl-loading {opacity: 0;display: block;}
.owl-carousel.owl-hidden {opacity: 0;}
.owl-carousel.owl-refresh .owl-item {visibility: hidden;}
.owl-carousel.owl-drag .owl-item {-ms-touch-action: pan-y;touch-action: pan-y;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.owl-carousel.owl-grab {cursor: move;cursor: grab;}
.owl-carousel.owl-rtl {direction: rtl;}
.owl-carousel.owl-rtl .owl-item {float: right;}
.owl-carousel .animated {animation-duration: 1s;animation-fill-mode: both;}
.owl-carousel .owl-animated-in {z-index: 0;}
.owl-carousel .owl-animated-out {z-index: 1;}
.owl-carousel .fadeOut {animation-name: fadeOut;}
@keyframes fadeOut {0% {opacity: 1;}
	100% {opacity: 0;}}
.owl-height {transition: height .5s ease-in-out;}
.owl-carousel .owl-item .owl-lazy {opacity: 0;transition: opacity .4s ease;}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {max-height: 0;}
.owl-carousel .owl-item img.owl-lazy {transform-style: preserve-3d;}
.owl-carousel .owl-video-wrapper {position: relative;height: 100%;background: #000;}
.owl-carousel .owl-video-play-icon {position: absolute;height: 80px;width: 80px;left: 50%;top: 50%;margin-left: -40px;margin-top: -40px;background: url("/assets/images/owl.video.play.png") no-repeat;cursor: pointer;z-index: 1;-webkit-backface-visibility: hidden;transition: transform .1s ease;}
.owl-carousel .owl-video-play-icon:hover {-ms-transform: scale(1.3,1.3);transform: scale(1.3,1.3);}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {display: none;}
.owl-carousel .owl-video-tn {opacity: 0;height: 100%;background-position: center center;background-repeat: no-repeat;background-size: contain;transition: opacity .4s ease;}
.owl-carousel .owl-video-frame {position: relative;z-index: 1;height: 100%;width: 100%;}
.slick-slider {position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus {outline: 0;}
.slick-list.dragging {cursor: pointer;cursor: hand;}
.slick-slider .slick-list, .slick-slider .slick-track {-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);-o-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
.slick-track {position: relative;top: 0;left: 0;display: block;margin-left: auto;margin-right: auto;}
.slick-track:after, .slick-track:before {display: table;content: "";}
.slick-track:after {clear: both;}
.slick-loading .slick-track {visibility: hidden;}
.slick-slide {display: none;float: left;height: 100%;min-height: 1px;}
[dir=rtl] .slick-slide {float: right;}
.slick-slide img {display: block;}
.slick-slide.slick-loading img {display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide {display: block;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}
.vbox-overlay *, .vbox-overlay :after, .vbox-overlay :before {-webkit-backface-visibility: hidden;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.vbox-overlay * {-webkit-backface-visibility: visible;backface-visibility: visible;}
.vbox-overlay {display: -webkit-flex;display: flex;-webkit-flex-direction: column;flex-direction: column;-webkit-justify-content: center;justify-content: center;-webkit-align-items: center;align-items: center;position: fixed;left: 0;top: 0;bottom: 0;right: 0;z-index: 999999;}
.vbox-title {width: 100%;height: 40px;float: left;text-align: center;line-height: 28px;font-size: 12px;padding: 6px 50px;overflow: hidden;position: fixed;display: none;left: 0;z-index: 89;}
.vbox-close {cursor: pointer;position: fixed;top: -1px;right: 0;width: 50px;height: 40px;padding: 6px;display: block;background-position: 10px center;overflow: hidden;font-size: 24px;line-height: 1;text-align: center;z-index: 99;}
.vbox-left {cursor: pointer;position: fixed;left: 0;height: 40px;overflow: hidden;line-height: 28px;font-size: 12px;z-index: 99;display: flex;align-items: center;}
.vbox-num {display: inline-block;margin: 6px 0 6px 15px;}
.vbox-share {line-height: 28px;font-size: 12px;overflow: hidden;position: fixed;left: 0;z-index: 98;display: flex;align-items: center;justify-content: center;width: 100%;text-align: center;}
.vbox-share svg {max-height: 28px;width: 28px;z-index: 10;margin-left: 12px;margin-top: 6px;margin-bottom: 6px;vertical-align: middle;}
.vbox-next, .vbox-prev {position: fixed;top: 50%;margin-top: -15px;overflow: hidden;cursor: pointer;display: block;width: 45px;height: 45px;z-index: 99;}
.vbox-next span, .vbox-prev span {position: relative;position: absolute;width: 20px;height: 20px;border: 2px solid transparent;border-top-color: #b6b6b6;border-right-color: #b6b6b6;text-indent: -100px;top: 8px;display: block;}
.vbox-prev {left: 15px;}
.vbox-next {right: 15px;}
.vbox-prev span {left: 10px;-ms-transform: rotate(-135deg);-webkit-transform: rotate(-135deg);transform: rotate(-135deg);}
.vbox-next span {-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);transform: rotate(45deg);right: 10px;}
.vbox-inline {width: 420px;height: 315px;height: 70vh;padding: 10px;background: #fff;margin: 0 auto;overflow: auto;text-align: left;}
.venoframe {max-width: 100%;width: 100%;width: 100%;border: none;height: 260px;height: 70vh;}
.venoframe.vbvid {height: 260px;}
@media (min-width: 768px) {.vbox-inline, .venoframe {width: 90%;height: 360px;height: 70vh;}
	.venoframe.vbvid {width: 640px;height: 360px;}}
@media (min-width: 992px) {.vbox-inline, .venoframe {max-width: 1200px;width: 80%;height: 540px;height: 70vh;}
	.venoframe.vbvid {width: 960px;height: 540px;}}
.vbox-open {overflow: hidden;}
.vbox-container {position: absolute;left: 0;right: 0;top: 0;bottom: 0;overflow-x: hidden;overflow-y: scroll;overflow-scrolling: touch;-webkit-overflow-scrolling: touch;z-index: 20;max-height: 100%;}
.vbox-content {text-align: center;float: left;width: 100%;position: relative;overflow: hidden;padding: 20px 4%;}
.vbox-container img {max-width: 100%;height: auto;}
.vbox-figlio {box-shadow: 0 0 12px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);max-width: 100%;text-align: initial;}
img.vbox-figlio {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-o-user-select: none;user-select: none;}
.vbox-content.swipe-left {margin-left: -200px !important;}
.vbox-content.swipe-right {margin-left: 200px !important;}
.vbox-animated {webkit-transition: margin .3s ease-out;transition: margin .3s ease-out;}
.sk-double-bounce, .sk-rotating-plane {width: 40px;height: 40px;margin: 40px auto;}
.sk-rotating-plane {background-color: #333;-webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;animation: sk-rotatePlane 1.2s infinite ease-in-out;}
@-webkit-keyframes sk-rotatePlane {0% {-webkit-transform: perspective(120px) rotateX(0) rotateY(0);transform: perspective(120px) rotateX(0) rotateY(0);}
	50% {-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);transform: perspective(120px) rotateX(-180.1deg) rotateY(0);}
	100% {-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}}
@keyframes sk-rotatePlane {0% {-webkit-transform: perspective(120px) rotateX(0) rotateY(0);transform: perspective(120px) rotateX(0) rotateY(0);}
	50% {-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);transform: perspective(120px) rotateX(-180.1deg) rotateY(0);}
	100% {-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}}
.sk-double-bounce {position: relative;}
.sk-double-bounce .sk-child {width: 100%;height: 100%;border-radius: 50%;background-color: #333;opacity: .6;position: absolute;top: 0;left: 0;-webkit-animation: sk-doubleBounce 2s infinite ease-in-out;animation: sk-doubleBounce 2s infinite ease-in-out;}
.sk-chasing-dots .sk-child, .sk-spinner-pulse, .sk-three-bounce .sk-child {background-color: #333;border-radius: 100%;}
.sk-double-bounce .sk-double-bounce2 {-webkit-animation-delay: -1s;animation-delay: -1s;}
@-webkit-keyframes sk-doubleBounce {0%, 100% {-webkit-transform: scale(0);transform: scale(0);}
	50% {-webkit-transform: scale(1);transform: scale(1);}}
@keyframes sk-doubleBounce {0%, 100% {-webkit-transform: scale(0);transform: scale(0);}
	50% {-webkit-transform: scale(1);transform: scale(1);}}
.sk-wave {margin: 40px auto;width: 50px;height: 40px;text-align: center;font-size: 10px;}
.sk-wave .sk-rect {background-color: #333;height: 100%;width: 6px;display: inline-block;-webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;animation: sk-waveStretchDelay 1.2s infinite ease-in-out;}
.sk-wave .sk-rect1 {-webkit-animation-delay: -1.2s;animation-delay: -1.2s;}
.sk-wave .sk-rect2 {-webkit-animation-delay: -1.1s;animation-delay: -1.1s;}
.sk-wave .sk-rect3 {-webkit-animation-delay: -1s;animation-delay: -1s;}
.sk-wave .sk-rect4 {-webkit-animation-delay: -.9s;animation-delay: -.9s;}
.sk-wave .sk-rect5 {-webkit-animation-delay: -.8s;animation-delay: -.8s;}
@-webkit-keyframes sk-waveStretchDelay {0%, 100%, 40% {-webkit-transform: scaleY(.4);transform: scaleY(.4);}
	20% {-webkit-transform: scaleY(1);transform: scaleY(1);}}
@keyframes sk-waveStretchDelay {0%, 100%, 40% {-webkit-transform: scaleY(.4);transform: scaleY(.4);}
	20% {-webkit-transform: scaleY(1);transform: scaleY(1);}}
.sk-wandering-cubes {margin: 40px auto;width: 40px;height: 40px;position: relative;}
.sk-wandering-cubes .sk-cube {background-color: #333;width: 10px;height: 10px;position: absolute;top: 0;left: 0;-webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;}
.sk-chasing-dots, .sk-spinner-pulse {width: 40px;height: 40px;margin: 40px auto;}
.sk-wandering-cubes .sk-cube2 {-webkit-animation-delay: -.9s;animation-delay: -.9s;}
@-webkit-keyframes sk-wanderingCube {0% {-webkit-transform: rotate(0);transform: rotate(0);}
	25% {-webkit-transform: translateX(30px) rotate(-90deg) scale(.5);transform: translateX(30px) rotate(-90deg) scale(.5);}
	50% {-webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);transform: translateX(30px) translateY(30px) rotate(-179deg);}
	50.1% {-webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);transform: translateX(30px) translateY(30px) rotate(-180deg);}
	75% {-webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);}
	100% {-webkit-transform: rotate(-360deg);transform: rotate(-360deg);}}
@keyframes sk-wanderingCube {0% {-webkit-transform: rotate(0);transform: rotate(0);}
	25% {-webkit-transform: translateX(30px) rotate(-90deg) scale(.5);transform: translateX(30px) rotate(-90deg) scale(.5);}
	50% {-webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);transform: translateX(30px) translateY(30px) rotate(-179deg);}
	50.1% {-webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);transform: translateX(30px) translateY(30px) rotate(-180deg);}
	75% {-webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);}
	100% {-webkit-transform: rotate(-360deg);transform: rotate(-360deg);}}
.sk-spinner-pulse {-webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;animation: sk-pulseScaleOut 1s infinite ease-in-out;}
@-webkit-keyframes sk-pulseScaleOut {0% {-webkit-transform: scale(0);transform: scale(0);}
	100% {-webkit-transform: scale(1);transform: scale(1);opacity: 0;}}
@keyframes sk-pulseScaleOut {0% {-webkit-transform: scale(0);transform: scale(0);}
	100% {-webkit-transform: scale(1);transform: scale(1);opacity: 0;}}
.sk-chasing-dots {position: relative;text-align: center;-webkit-animation: sk-chasingDotsRotate 2s infinite linear;animation: sk-chasingDotsRotate 2s infinite linear;}
.sk-chasing-dots .sk-child {width: 60%;height: 60%;display: inline-block;position: absolute;top: 0;-webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;animation: sk-chasingDotsBounce 2s infinite ease-in-out;}
.sk-chasing-dots .sk-dot2 {top: auto;bottom: 0;-webkit-animation-delay: -1s;animation-delay: -1s;}
@-webkit-keyframes sk-chasingDotsRotate {100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}}
@keyframes sk-chasingDotsRotate {100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}}
@-webkit-keyframes sk-chasingDotsBounce {0%, 100% {-webkit-transform: scale(0);transform: scale(0);}
	50% {-webkit-transform: scale(1);transform: scale(1);}}
@keyframes sk-chasingDotsBounce {0%, 100% {-webkit-transform: scale(0);transform: scale(0);}
	50% {-webkit-transform: scale(1);transform: scale(1);}}
.sk-three-bounce {margin: 40px auto;width: 80px;text-align: center;}
.sk-three-bounce .sk-child {width: 20px;height: 20px;display: inline-block;-webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;}
.sk-circle .sk-child:before, .sk-fading-circle .sk-circle:before {display: block;border-radius: 100%;content: "";background-color: #333;}
.sk-three-bounce .sk-bounce1 {-webkit-animation-delay: -.32s;animation-delay: -.32s;}
.sk-three-bounce .sk-bounce2 {-webkit-animation-delay: -.16s;animation-delay: -.16s;}
@-webkit-keyframes sk-three-bounce {0%, 100%, 80% {-webkit-transform: scale(0);transform: scale(0);}
	40% {-webkit-transform: scale(1);transform: scale(1);}}
@keyframes sk-three-bounce {0%, 100%, 80% {-webkit-transform: scale(0);transform: scale(0);}
	40% {-webkit-transform: scale(1);transform: scale(1);}}
.sk-circle {margin: 40px auto;width: 40px;height: 40px;position: relative;}
.sk-circle .sk-child {width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.sk-circle .sk-child:before {margin: 0 auto;width: 15%;height: 15%;-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;}
.sk-circle .sk-circle2 {-webkit-transform: rotate(30deg);-ms-transform: rotate(30deg);transform: rotate(30deg);}
.sk-circle .sk-circle3 {-webkit-transform: rotate(60deg);-ms-transform: rotate(60deg);transform: rotate(60deg);}
.sk-circle .sk-circle4 {-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg);}
.sk-circle .sk-circle5 {-webkit-transform: rotate(120deg);-ms-transform: rotate(120deg);transform: rotate(120deg);}
.sk-circle .sk-circle6 {-webkit-transform: rotate(150deg);-ms-transform: rotate(150deg);transform: rotate(150deg);}
.sk-circle .sk-circle7 {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);}
.sk-circle .sk-circle8 {-webkit-transform: rotate(210deg);-ms-transform: rotate(210deg);transform: rotate(210deg);}
.sk-circle .sk-circle9 {-webkit-transform: rotate(240deg);-ms-transform: rotate(240deg);transform: rotate(240deg);}
.sk-circle .sk-circle10 {-webkit-transform: rotate(270deg);-ms-transform: rotate(270deg);transform: rotate(270deg);}
.sk-circle .sk-circle11 {-webkit-transform: rotate(300deg);-ms-transform: rotate(300deg);transform: rotate(300deg);}
.sk-circle .sk-circle12 {-webkit-transform: rotate(330deg);-ms-transform: rotate(330deg);transform: rotate(330deg);}
.sk-circle .sk-circle2:before {-webkit-animation-delay: -1.1s;animation-delay: -1.1s;}
.sk-circle .sk-circle3:before {-webkit-animation-delay: -1s;animation-delay: -1s;}
.sk-circle .sk-circle4:before {-webkit-animation-delay: -.9s;animation-delay: -.9s;}
.sk-circle .sk-circle5:before {-webkit-animation-delay: -.8s;animation-delay: -.8s;}
.sk-circle .sk-circle6:before {-webkit-animation-delay: -.7s;animation-delay: -.7s;}
.sk-circle .sk-circle7:before {-webkit-animation-delay: -.6s;animation-delay: -.6s;}
.sk-circle .sk-circle8:before {-webkit-animation-delay: -.5s;animation-delay: -.5s;}
.sk-circle .sk-circle9:before {-webkit-animation-delay: -.4s;animation-delay: -.4s;}
.sk-circle .sk-circle10:before {-webkit-animation-delay: -.3s;animation-delay: -.3s;}
.sk-circle .sk-circle11:before {-webkit-animation-delay: -.2s;animation-delay: -.2s;}
.sk-circle .sk-circle12:before {-webkit-animation-delay: -.1s;animation-delay: -.1s;}
@-webkit-keyframes sk-circleBounceDelay {0%, 100%, 80% {-webkit-transform: scale(0);transform: scale(0);}
	40% {-webkit-transform: scale(1);transform: scale(1);}}
@keyframes sk-circleBounceDelay {0%, 100%, 80% {-webkit-transform: scale(0);transform: scale(0);}
	40% {-webkit-transform: scale(1);transform: scale(1);}}
.sk-cube-grid {width: 40px;height: 40px;margin: 40px auto;}
.sk-cube-grid .sk-cube {width: 33.33%;height: 33.33%;background-color: #333;float: left;-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;}
.sk-cube-grid .sk-cube1 {-webkit-animation-delay: .2s;animation-delay: .2s;}
.sk-cube-grid .sk-cube2 {-webkit-animation-delay: .3s;animation-delay: .3s;}
.sk-cube-grid .sk-cube3 {-webkit-animation-delay: .4s;animation-delay: .4s;}
.sk-cube-grid .sk-cube4 {-webkit-animation-delay: .1s;animation-delay: .1s;}
.sk-cube-grid .sk-cube5 {-webkit-animation-delay: .2s;animation-delay: .2s;}
.sk-cube-grid .sk-cube6 {-webkit-animation-delay: .3s;animation-delay: .3s;}
.sk-cube-grid .sk-cube7 {-webkit-animation-delay: 0s;animation-delay: 0s;}
.sk-cube-grid .sk-cube8 {-webkit-animation-delay: .1s;animation-delay: .1s;}
.sk-cube-grid .sk-cube9 {-webkit-animation-delay: .2s;animation-delay: .2s;}
@-webkit-keyframes sk-cubeGridScaleDelay {0%, 100%, 70% {-webkit-transform: scale3D(1,1,1);transform: scale3D(1,1,1);}
	35% {-webkit-transform: scale3D(0,0,1);transform: scale3D(0,0,1);}}
@keyframes sk-cubeGridScaleDelay {0%, 100%, 70% {-webkit-transform: scale3D(1,1,1);transform: scale3D(1,1,1);}
	35% {-webkit-transform: scale3D(0,0,1);transform: scale3D(0,0,1);}}
.sk-fading-circle {margin: 40px auto;width: 40px;height: 40px;position: relative;}
.sk-fading-circle .sk-circle {width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.sk-fading-circle .sk-circle:before {margin: 0 auto;width: 15%;height: 15%;-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;}
.sk-fading-circle .sk-circle2 {-webkit-transform: rotate(30deg);-ms-transform: rotate(30deg);transform: rotate(30deg);}
.sk-fading-circle .sk-circle3 {-webkit-transform: rotate(60deg);-ms-transform: rotate(60deg);transform: rotate(60deg);}
.sk-fading-circle .sk-circle4 {-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg);}
.sk-fading-circle .sk-circle5 {-webkit-transform: rotate(120deg);-ms-transform: rotate(120deg);transform: rotate(120deg);}
.sk-fading-circle .sk-circle6 {-webkit-transform: rotate(150deg);-ms-transform: rotate(150deg);transform: rotate(150deg);}
.sk-fading-circle .sk-circle7 {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);}
.sk-fading-circle .sk-circle8 {-webkit-transform: rotate(210deg);-ms-transform: rotate(210deg);transform: rotate(210deg);}
.sk-fading-circle .sk-circle9 {-webkit-transform: rotate(240deg);-ms-transform: rotate(240deg);transform: rotate(240deg);}
.sk-fading-circle .sk-circle10 {-webkit-transform: rotate(270deg);-ms-transform: rotate(270deg);transform: rotate(270deg);}
.sk-fading-circle .sk-circle11 {-webkit-transform: rotate(300deg);-ms-transform: rotate(300deg);transform: rotate(300deg);}
.sk-fading-circle .sk-circle12 {-webkit-transform: rotate(330deg);-ms-transform: rotate(330deg);transform: rotate(330deg);}
.sk-fading-circle .sk-circle2:before {-webkit-animation-delay: -1.1s;animation-delay: -1.1s;}
.sk-fading-circle .sk-circle3:before {-webkit-animation-delay: -1s;animation-delay: -1s;}
.sk-fading-circle .sk-circle4:before {-webkit-animation-delay: -.9s;animation-delay: -.9s;}
.sk-fading-circle .sk-circle5:before {-webkit-animation-delay: -.8s;animation-delay: -.8s;}
.sk-fading-circle .sk-circle6:before {-webkit-animation-delay: -.7s;animation-delay: -.7s;}
.sk-fading-circle .sk-circle7:before {-webkit-animation-delay: -.6s;animation-delay: -.6s;}
.sk-fading-circle .sk-circle8:before {-webkit-animation-delay: -.5s;animation-delay: -.5s;}
.sk-fading-circle .sk-circle9:before {-webkit-animation-delay: -.4s;animation-delay: -.4s;}
.sk-fading-circle .sk-circle10:before {-webkit-animation-delay: -.3s;animation-delay: -.3s;}
.sk-fading-circle .sk-circle11:before {-webkit-animation-delay: -.2s;animation-delay: -.2s;}
.sk-fading-circle .sk-circle12:before {-webkit-animation-delay: -.1s;animation-delay: -.1s;}
@-webkit-keyframes sk-circleFadeDelay {0%, 100%, 39% {opacity: 0;}
	40% {opacity: 1;}}
@keyframes sk-circleFadeDelay {0%, 100%, 39% {opacity: 0;}
	40% {opacity: 1;}}
.sk-folding-cube {margin: 40px auto;width: 40px;height: 40px;position: relative;-webkit-transform: rotateZ(45deg);transform: rotateZ(45deg);}
.sk-folding-cube .sk-cube {float: left;width: 50%;height: 50%;position: relative;-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.sk-folding-cube .sk-cube:before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #333;-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;animation: sk-foldCubeAngle 2.4s infinite linear both;-webkit-transform-origin: 100% 100%;-ms-transform-origin: 100% 100%;transform-origin: 100% 100%;}
.sk-folding-cube .sk-cube2 {-webkit-transform: scale(1.1) rotateZ(90deg);transform: scale(1.1) rotateZ(90deg);}
.sk-folding-cube .sk-cube3 {-webkit-transform: scale(1.1) rotateZ(180deg);transform: scale(1.1) rotateZ(180deg);}
.sk-folding-cube .sk-cube4 {-webkit-transform: scale(1.1) rotateZ(270deg);transform: scale(1.1) rotateZ(270deg);}
.sk-folding-cube .sk-cube2:before {-webkit-animation-delay: .3s;animation-delay: .3s;}
.sk-folding-cube .sk-cube3:before {-webkit-animation-delay: .6s;animation-delay: .6s;}
.sk-folding-cube .sk-cube4:before {-webkit-animation-delay: .9s;animation-delay: .9s;}
@-webkit-keyframes sk-foldCubeAngle {0%, 10% {-webkit-transform: perspective(140px) rotateX(-180deg);transform: perspective(140px) rotateX(-180deg);opacity: 0;}
	25%, 75% {-webkit-transform: perspective(140px) rotateX(0);transform: perspective(140px) rotateX(0);opacity: 1;}
	100%, 90% {-webkit-transform: perspective(140px) rotateY(180deg);transform: perspective(140px) rotateY(180deg);opacity: 0;}}
@keyframes sk-foldCubeAngle {0%, 10% {-webkit-transform: perspective(140px) rotateX(-180deg);transform: perspective(140px) rotateX(-180deg);opacity: 0;}
	25%, 75% {-webkit-transform: perspective(140px) rotateX(0);transform: perspective(140px) rotateX(0);opacity: 1;}
	100%, 90% {-webkit-transform: perspective(140px) rotateY(180deg);transform: perspective(140px) rotateY(180deg);opacity: 0;}}
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {transition-duration: 50ms;}
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {transition-delay: 50ms;}
[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {transition-duration: .1s;}
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {transition-delay: .1s;}
[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {transition-duration: .15s;}
[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {transition-delay: .15s;}
[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {transition-duration: .2s;}
[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {transition-delay: .2s;}
[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {transition-duration: .25s;}
[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {transition-delay: .25s;}
[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {transition-duration: .3s;}
[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {transition-delay: .3s;}
[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {transition-duration: .35s;}
[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {transition-delay: .35s;}
[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {transition-duration: .4s;}
[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {transition-delay: .4s;}
[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {transition-duration: .45s;}
[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {transition-delay: .45s;}
[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {transition-duration: .5s;}
[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {transition-delay: .5s;}
[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {transition-duration: .55s;}
[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {transition-delay: .55s;}
[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {transition-duration: .6s;}
[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {transition-delay: .6s;}
[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {transition-duration: .65s;}
[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {transition-delay: .65s;}
[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {transition-duration: .7s;}
[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {transition-delay: .7s;}
[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {transition-duration: .75s;}
[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {transition-delay: .75s;}
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {transition-duration: .8s;}
[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {transition-delay: .8s;}
[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {transition-duration: .85s;}
[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {transition-delay: .85s;}
[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {transition-duration: .9s;}
[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {transition-delay: .9s;}
[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {transition-duration: .95s;}
[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {transition-delay: .95s;}
[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {transition-duration: 1s;}
[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {transition-delay: 1s;}
[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {transition-duration: 1.05s;}
[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {transition-delay: 1.05s;}
[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {transition-duration: 1.1s;}
[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {transition-delay: 1.1s;}
[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {transition-duration: 1.15s;}
[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {transition-delay: 1.15s;}
[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {transition-duration: 1.2s;}
[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {transition-delay: 1.2s;}
[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {transition-duration: 1.25s;}
[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {transition-delay: 1.25s;}
[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {transition-duration: 1.3s;}
[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {transition-delay: 1.3s;}
[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {transition-duration: 1.35s;}
[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {transition-delay: 1.35s;}
[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {transition-duration: 1.4s;}
[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {transition-delay: 1.4s;}
[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {transition-duration: 1.45s;}
[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {transition-delay: 1.45s;}
[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {transition-duration: 1.5s;}
[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {transition-delay: 1.5s;}
[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {transition-duration: 1.55s;}
[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {transition-delay: 1.55s;}
[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {transition-duration: 1.6s;}
[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {transition-delay: 1.6s;}
[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {transition-duration: 1.65s;}
[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {transition-delay: 1.65s;}
[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {transition-duration: 1.7s;}
[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {transition-delay: 1.7s;}
[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {transition-duration: 1.75s;}
[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {transition-delay: 1.75s;}
[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {transition-duration: 1.8s;}
[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {transition-delay: 1.8s;}
[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {transition-duration: 1.85s;}
[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {transition-delay: 1.85s;}
[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {transition-duration: 1.9s;}
[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {transition-delay: 1.9s;}
[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {transition-duration: 1.95s;}
[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {transition-delay: 1.95s;}
[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {transition-duration: 2s;}
[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {transition-delay: 2s;}
[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {transition-duration: 2.05s;}
[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {transition-delay: 2.05s;}
[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {transition-duration: 2.1s;}
[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {transition-delay: 2.1s;}
[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {transition-duration: 2.15s;}
[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {transition-delay: 2.15s;}
[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {transition-duration: 2.2s;}
[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {transition-delay: 2.2s;}
[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {transition-duration: 2.25s;}
[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {transition-delay: 2.25s;}
[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {transition-duration: 2.3s;}
[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {transition-delay: 2.3s;}
[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {transition-duration: 2.35s;}
[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {transition-delay: 2.35s;}
[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {transition-duration: 2.4s;}
[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {transition-delay: 2.4s;}
[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {transition-duration: 2.45s;}
[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {transition-delay: 2.45s;}
[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {transition-duration: 2.5s;}
[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {transition-delay: 2.5s;}
[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {transition-duration: 2.55s;}
[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {transition-delay: 2.55s;}
[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {transition-duration: 2.6s;}
[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {transition-delay: 2.6s;}
[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {transition-duration: 2.65s;}
[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {transition-delay: 2.65s;}
[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {transition-duration: 2.7s;}
[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {transition-delay: 2.7s;}
[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {transition-duration: 2.75s;}
[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {transition-delay: 2.75s;}
[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {transition-duration: 2.8s;}
[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {transition-delay: 2.8s;}
[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {transition-duration: 2.85s;}
[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {transition-delay: 2.85s;}
[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {transition-duration: 2.9s;}
[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {transition-delay: 2.9s;}
[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {transition-duration: 2.95s;}
[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {transition-delay: 2.95s;}
[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {transition-duration: 3s;}
[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {transition-delay: 0;}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {transition-delay: 3s;}
[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {transition-timing-function: cubic-bezier(.25,.25,.75,.75);}
[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {transition-timing-function: ease;}
[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {transition-timing-function: ease-in;}
[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {transition-timing-function: ease-out;}
[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {transition-timing-function: ease-in-out;}
[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {transition-timing-function: cubic-bezier(.6,-.28,.735,.045);}
[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {transition-timing-function: cubic-bezier(.175,.885,.32,1.275);}
[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);}
[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {transition-timing-function: cubic-bezier(.47,0,.745,.715);}
[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {transition-timing-function: cubic-bezier(.39,.575,.565,1);}
[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {transition-timing-function: cubic-bezier(.445,.05,.55,.95);}
[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {transition-timing-function: cubic-bezier(.55,.085,.68,.53);}
[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {transition-timing-function: cubic-bezier(.25,.46,.45,.94);}
[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {transition-timing-function: cubic-bezier(.455,.03,.515,.955);}
[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {transition-timing-function: cubic-bezier(.55,.085,.68,.53);}
[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {transition-timing-function: cubic-bezier(.25,.46,.45,.94);}
[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {transition-timing-function: cubic-bezier(.455,.03,.515,.955);}
[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {transition-timing-function: cubic-bezier(.55,.085,.68,.53);}
[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {transition-timing-function: cubic-bezier(.25,.46,.45,.94);}
[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {transition-timing-function: cubic-bezier(.455,.03,.515,.955);}
[data-aos^=fade][data-aos^=fade] {opacity: 0;transition-property: opacity,transform;}
[data-aos^=fade][data-aos^=fade].aos-animate {opacity: 1;transform: translateZ(0);}
[data-aos=fade-up] {transform: translate3d(0,100px,0);}
[data-aos=fade-down] {transform: translate3d(0,-100px,0);}
[data-aos=fade-right] {transform: translate3d(-100px,0,0);}
[data-aos=fade-left] {transform: translate3d(100px,0,0);}
[data-aos=fade-up-right] {transform: translate3d(-100px,100px,0);}
[data-aos=fade-up-left] {transform: translate3d(100px,100px,0);}
[data-aos=fade-down-right] {transform: translate3d(-100px,-100px,0);}
[data-aos=fade-down-left] {transform: translate3d(100px,-100px,0);}
[data-aos^=zoom][data-aos^=zoom] {opacity: 0;transition-property: opacity,transform;}
[data-aos^=zoom][data-aos^=zoom].aos-animate {opacity: 1;transform: translateZ(0) scale(1);}
[data-aos=zoom-in] {transform: scale(.6);}
[data-aos=zoom-in-up] {transform: translate3d(0,100px,0) scale(.6);}
[data-aos=zoom-in-down] {transform: translate3d(0,-100px,0) scale(.6);}
[data-aos=zoom-in-right] {transform: translate3d(-100px,0,0) scale(.6);}
[data-aos=zoom-in-left] {transform: translate3d(100px,0,0) scale(.6);}
[data-aos=zoom-out] {transform: scale(1.2);}
[data-aos=zoom-out-up] {transform: translate3d(0,100px,0) scale(1.2);}
[data-aos=zoom-out-down] {transform: translate3d(0,-100px,0) scale(1.2);}
[data-aos=zoom-out-right] {transform: translate3d(-100px,0,0) scale(1.2);}
[data-aos=zoom-out-left] {transform: translate3d(100px,0,0) scale(1.2);}
[data-aos^=slide][data-aos^=slide] {transition-property: transform;}
[data-aos^=slide][data-aos^=slide].aos-animate {transform: translateZ(0);}
[data-aos=slide-up] {transform: translate3d(0,100%,0);}
[data-aos=slide-down] {transform: translate3d(0,-100%,0);}
[data-aos=slide-right] {transform: translate3d(-100%,0,0);}
[data-aos=slide-left] {transform: translate3d(100%,0,0);}
[data-aos^=flip][data-aos^=flip] {backface-visibility: hidden;transition-property: transform;}
[data-aos=flip-left] {transform: perspective(2500px) rotateY(-100deg);}
[data-aos=flip-left].aos-animate {transform: perspective(2500px) rotateY(0);}
[data-aos=flip-right] {transform: perspective(2500px) rotateY(100deg);}
[data-aos=flip-right].aos-animate {transform: perspective(2500px) rotateY(0);}
[data-aos=flip-up] {transform: perspective(2500px) rotateX(-100deg);}
[data-aos=flip-up].aos-animate {transform: perspective(2500px) rotateX(0);}
[data-aos=flip-down] {transform: perspective(2500px) rotateX(100deg);}
[data-aos=flip-down].aos-animate {transform: perspective(2500px) rotateX(0);}
body {font-family: "Open Sans",sans-serif;font-size: 14px;color: #666;line-height: 24px;}
.home-20 {background: #f5f5f5;}
#main-20 {overflow: hidden;max-width: 1530px;margin: 0 auto;background: #fff;position: relative;}
ul {margin: 0;padding: 0;list-style: none;}
h1, h2, h3, h4, h5, h6 {margin: 0;}
a {text-decoration: none;transition: .3s;}
a:hover {text-decoration: none;}
p {margin: 0;margin-bottom: 0;}
button {outline: 0;}
@media (min-width:1200px) {.container {max-width: 1440px;}}
@media (min-width:1920px) {.container-fluid {padding: 0 90px;max-width: 1920px;}}
.border-1px {border: 1px solid #ebebeb;border-radius: 5px;}
.border-t-1px {border-top: 1px solid #ebebeb;}
.list-product.border-b-0 {border-bottom-color: transparent;}
#backgroung-content {background: #f5f5f5;padding-top: 60px;padding-bottom: 1px;}
.hidden {display: none;}
.img-responsive {display: block;max-width: 100%;height: auto;}
.mtb-60px {margin: 60px 0;}
.ptb-100px {padding: 100px 0;}
.mb-60px {margin-bottom: 60px;}
.mr-30px {margin-right: 30px;}
.mlr-10px {margin: 0 10px;}
.plr-15px {padding: 0 15px;}
.mb-40px {margin-bottom: 40px;}
.mt-50px {margin-top: 50px;}
.mt-53px {margin-top: 53px;}
.mt-60px {margin-top: 60px;}
.mb-30px {margin-bottom: 30px;}
.mt-20 {margin-top: 20px;}
.mb-20px {margin-bottom: 20px;}
.mt-30 {margin-top: 30px;}
.mt-50 {margin-top: 50px;}
.mb-50px {margin-bottom: 50px;}
.m-0px {margin: 0;}
.row.mr-0px {margin-right: 0;}
.row.ml-0px {margin-left: 0;}
.row.mlr-30px {margin-left: -30px;margin-right: -30px;}
.position-relative {position: relative;}
.plr-0px {padding: 0;}
.mb-0 .list-product {margin-bottom: 0;}
.mt-40 {margin-top: 40px;}
.color-black {color: #253237;}
.mb-n-30px {margin-bottom: -30px;}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {padding-right: var(--bs-gutter-x,.938rem);padding-left: var(--bs-gutter-x,.938rem);}
.row {--bs-gutter-x: 1.875rem;}
@font-face {font-family: "Georgia Regular";font-style: normal;font-weight: 400;src: local("Georgia Regular"),url("/assets/fonts/georgia.woff") format("woff");}
@font-face {font-family: "Georgia Italic";font-style: normal;font-weight: 400;src: local("Georgia Italic"),url("/assets/fonts/georgiai.woff") format("woff");}
@font-face {font-family: "Georgia Bold";font-style: normal;font-weight: 400;src: local("Georgia Bold"),url("/assets/fonts/georgiab.woff") format("woff");}
@font-face {font-family: "Georgia Bold Italic";font-style: normal;font-weight: 400;src: local("Georgia Bold Italic"),url("/assets/fonts/georgiaz.woff") format("woff");}
@media (min-width:1200px) {.single-product-page .container {max-width: 1200px;}}
.row-custom {display: flex;align-items: center;margin: 0;background: #454545;padding: 26px 30px;}
.single-product-page .header-navigation {z-index: 99;position: absolute;padding: 0;width: 100%;top: 30px;}
.single-product-page .sticky-nav.menu_fixed {padding: 0;background: #454545;}
.single-product-page .sticky-nav.menu_fixed .row-custom {padding: 10px 30px;}
.col-center {flex: 1;padding: 0 60px;}
.single-product-page .main-navigation ul li a {color: #fff;}
.single-product-page .count-cart:before {content: "";display: inline-block;font-size: 19px;font-family: Stroke-Gap-Icons;vertical-align: middle;margin-right: 0;font-weight: 400;}
.single-product-page .count-cart.heart:before {content: "";}
.single-product-page .count-cart.restart:before {content: "";}
.single-product-page .header_account_list>a {font-size: 19px;color: #fff;}
.transparent-bg {background-color: transparent;}
.after-none::after {display: none;}
.content-setting {min-width: 270px;padding: 30px;border: none;background: #fff;position: absolute;right: 0;left: auto;top: 100%;border-radius: 0;inset: 20px 0 auto auto !important;transform: translate(0,20px) !important;}
.content-setting .info_setting {padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px solid #ebebeb;}
.content-setting .title_setting {font-size: 14px;color: #454545;line-height: 1;font-weight: 600;margin-bottom: 10px;}
.content-setting .info_setting ul li a {color: #454545;font-size: 14px;line-height: 30px;padding: 0;}
.content-setting .info_setting:last-child {border: none;padding: 0;margin: 0;}
.content-setting .info_setting ul li a img {vertical-align: -1px;display: inline-block;margin-right: 7px;}
.content-setting .info_setting ul li a:focus, .content-setting .info_setting ul li a:hover {color: #128aed;background-color: transparent;}
.dropdown-item:focus, .dropdown-item:hover {background-color: transparent;}
.header_account_area>div+div {margin-left: 30px !important;}
.single-product-page .item-quantity-tag {top: -5px;left: 15px;width: 18px;height: 18px;background: #128aed;color: #fff;line-height: 18px;font-size: 10px;font-weight: 500;display: flex;align-items: center;justify-content: center;}
.single-product-page .count-cart {position: static;}
.hover-style-electronic.header_account_list>a:hover {color: #128aed;}
.hover-style-electronic {transition: all .3s ease-in-out;}
.single-product-page .home-electronic .dropdown_search {display: none;position: absolute;top: 50px;right: 0;}
.single-product-page .header_account_list>a {display: block;}
.single-product-page .main-navigation ul li ul.mega-menu-wrap {left: 0;}
.slider-height-21 {height: 892px;}
.slider-content {margin-top: 70px;}
.slider-area .slider-content-21 h1 {font-size: 70px;color: #454545;font-weight: 600;line-height: 1;font-family: Poppins,sans-serif;margin-bottom: 0;}
.slider-area .slider-content-21 h2 {font-size: 70px;color: #454545;font-weight: 400;line-height: 1;}
.slider-area .slider-content-21 span {font-size: 17px;color: #fff;background: #128aed;display: inline-block;font-weight: 400;font-family: "Georgia Italic";line-height: 2;padding: 0 20px;margin-bottom: 30px;text-transform: uppercase;}
.slider-area .slider-content-21 p {font-size: 16px;color: #777;font-weight: 400;margin-top: 40px;font-family: Poppins,sans-serif;}
.slider-area .slider-content-21 .shop-btn {display: inline-block;margin-top: 0;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;position: relative;font-size: 16px;font-weight: 400;color: #454545;background: 0 0;line-height: 41px;height: 45px;border-width: 2px;border-style: solid;padding: 0 30px;border-radius: 30px;text-transform: uppercase;width: auto;}
.slider-area .slider-content-21 .shop-btn:hover {border-color: #128aed;color: #128aed;background-color: transparent;}
.service-area {padding: 75px 0;background-color: transparent;}
.service-box {position: relative;text-align: center;padding: 15px 0;}
.service-icon {display: block;max-width: 100%;height: auto;}
.service-content {margin-top: 30px;}
.service-content h4 {color: #454545;font-size: 16px;font-weight: 600;line-height: 1;margin-bottom: 15px;font-family: Poppins,sans-serif;}
.service-content p {line-height: 24px;color: #7e7e7e;font-size: 13px;margin: 0;font-family: Poppins,sans-serif;}
.img-bottom {margin-top: 35px;text-align: center;}
.product-feature-area {padding: 90px 0;background: #f8f8f8;margin-bottom: 90px;overflow: hidden;}
.feature-title {position: relative;margin-bottom: 40px;text-align: center;display: flex;flex-direction: column-reverse;padding-bottom: 30px;}
.feature-title::before {content: "";height: 1px;width: 40px;position: absolute;bottom: 5px;left: 50%;margin-left: -10px;background: #128aed;-moz-transform: translateX(-50%);-webkit-transform: translateX(-50%);-o-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}
.feature-title::after {content: "";height: 1px;width: 40px;position: absolute;bottom: 0;left: 50%;margin-left: 10px;background: #128aed;-moz-transform: translateX(-50%);-webkit-transform: translateX(-50%);-o-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}
.feature-title h2 {font-family: Poppins,sans-serif;font-size: 36px;color: #128aed;text-transform: uppercase;margin: 0;position: relative;font-weight: 600;line-height: 1.3;display: block;}
.feature-title h2 span {color: #454545;}
.desc-title {color: #ababab;font-size: 15px;font-weight: 500;line-height: 24px;position: relative;font-family: Oswald,sans-serif;letter-spacing: .25em;text-transform: uppercase;}
.inner-content h3 {font-size: 34px;font-weight: 500;margin-top: 0;line-height: 40px;margin-bottom: 30px;color: #454545;font-family: Poppins,sans-serif;}
.inner-content h3 span {color: #128aed;}
.inner-content p {font-size: 13px;color: #7e7e7e;font-family: Poppins,sans-serif;}
.product-feature-area-two {position: relative;margin-bottom: 90px;overflow: hidden;}
.product-feature-area-two .row+.row {margin-top: 90px;}
.left-content h3, .right-content h3 {font-size: 34px;font-weight: 500;margin-top: 0;line-height: 1.177;margin-bottom: 30px;font-family: Poppins,sans-serif;color: #454545;}
.left-content h3 span, .right-content h3 span {color: #128aed;}
.left-content p, .right-content p {font-size: 13px;color: #7e7e7e;font-family: Poppins,sans-serif;}
.left-content a {font-size: 16px;color: #fff;text-transform: uppercase;line-height: 45px;display: inline-block;vertical-align: top;padding: 0 36px;border-radius: 25px;-webkit-border-radius: 25px;margin-top: 50px;margin-bottom: 1px;background-color: #128aed;}
.left-content a:hover {box-shadow: 0 0 0 1px #9f9f9f;background: #fff;color: #454545;}
.box-option {margin-top: 40px;}
.box-option .box {display: flex;flex-wrap: wrap;margin-bottom: 30px;align-items: center;}
.box-option .box:last-child {margin: 0;}
.box-option .box .text {flex: 1;padding: 0 20px;}
.box-option .box .text h4 {font-size: 16px;font-weight: 600;line-height: 1.8;color: #454545;font-family: Poppins,sans-serif;}
.box-option .box .text p {font-size: 13px;color: #7e7e7e;font-family: Poppins,sans-serif;}
.mx-n-15px {margin-left: -15px;margin-right: -15px;}
.testimonialsSlide .owl-item {padding: 10px 15px;}
.item-testimonials {position: relative;text-align: center;border: 1px solid #ebebeb;border-radius: 30px;padding: 30px 25px;overflow: hidden;box-shadow: 1px 1px 0 0 #fff;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;transition-duration: .5s !important;}
.item-testimonials:hover {border-color: #fff;background: #fff;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
.item-testimonials .item .img {width: 100px;border-radius: 100%;overflow: hidden;margin-bottom: 20px;display: inline-block;}
.item-testimonials .item .img img {width: 100%;}
.item-testimonials .item {display: inline-block;width: 100%;}
.item-testimonials .item .content_test .des_namepost {position: relative;font-size: 18px;font-weight: 500;line-height: 1;color: #282828;display: block;display: inline-block;margin-bottom: 25px;font-family: Poppins,sans-serif;}
.item-testimonials .item .content_test .des_testimonial {font-weight: 400;font-size: 13px;line-height: 20px;color: #7e7e7e;margin-bottom: 25px;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;font-family: Poppins,sans-serif;}
.item-testimonials .item .content_test .des_email {font-weight: 400;font-size: 13px;line-height: 1;color: #282828;display: inline-block;}
.item-testimonials .item .content_test p {margin: 0;}
.item-testimonials .item .content_test .des_email::before {content: "-";display: inline-block;margin-right: 7px;}
.testimonials_container {padding: 90px 0 80px 0;background: #f8f8f8;margin-bottom: 90px;}
.testimonials_container .owl-dots {text-align: center;line-height: 1;margin-top: 50px;}
.testimonials_container .owl-dots .owl-dot {display: inline-block;margin: 0 10px;}
.testimonials_container .owl-dots .owl-dot span {display: inline-block;width: 12px;height: 12px;border-radius: 100%;background: #d6d6d6;position: relative;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
.testimonials_container .owl-dots .owl-dot span:before {content: "";position: absolute;left: -3px;right: -3px;top: -3px;bottom: -3px;border-style: solid;border-width: 1px;border-color: transparent;border-radius: 100%;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
.testimonials_container .owl-dots .owl-dot.active span, .testimonials_container .owl-dots .owl-dot:hover span {background: 0 0;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
.testimonials_container .owl-dots .owl-dot.active span::before, .testimonials_container .owl-dots .owl-dot:hover span::before {background: 0 0;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;border-color: #128aed;}
.testimonials_container .owl-dots .owl-dot:last-child {margin-right: 0;}
.testimonials_container .owl-dots .owl-dot.active span::before {border-color: #128aed;}
@media (min-width:1200px) {.product-feature-area-two .col-right {padding-left: 80px;}
	.product-feature-area-two .col-left {padding-right: 80px;}}
.item-product {padding: 10px 15px;}
.product-miniature .img_block {position: relative;overflow: hidden;}
.img_block img {width: 100%;margin: 0;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
.product-miniature .second-image {position: absolute;top: 0;left: 0;right: 0;bottom: 0;visibility: hidden;opacity: 0;display: inline-block;-webkit-transform: translateZ(-1000px) rotateY(-90deg);-moz-transform: translateZ(-1000px) rotateY(-90deg);-ms-transform: translateZ(-1000px) rotateY(-90deg);-o-transform: translateZ(-1000px) rotateY(-90deg);transform: translateZ(-1000px) rotateY(-90deg);}
.product-miniature .add-to-links {position: absolute;right: 20px;bottom: 20px;background: rgba(255,255,255,.9);padding: 6px 9px;border-radius: 10px;border: 1px solid #e8e8e8;line-height: 1;font-size: 0;visibility: hidden;opacity: 0;display: flex;flex-direction: column;transform: translateX(25px) translateZ(0);-webkit-transform: translateX(25px) translateZ(0);perspective: 800px;-webkit-perspective: 800px;backface-visibility: hidden;-webkit-backface-visibility: hidden;-webkit-transition: opacity .3s ease,visibility .3s ease,transform .3s ease;-webkit-transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;transition: opacity .3s ease,visibility .3s ease,transform .3s ease;transition: opacity .3s ease,visibility .3s ease,transform .3s ease,-webkit-transform .3s ease;}
.product-miniature .add-to-links li {display: block;vertical-align: top;border-bottom: 1px solid #ebebeb;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
.product-miniature .add-to-links li a {display: block;color: #454545;padding: 0;padding: 0;border: none;line-height: 33px;height: 33px;width: 30px;font-size: 0;text-align: center;text-transform: capitalize;}
.product-miniature .add-to-links li a:before {font-size: 16px;font-family: Stroke-Gap-Icons;display: block;}
.product-miniature .add-to-links li a.add-to-wishlist:before {content: "";}
.product-miniature .add-to-links li a.add-to-compare:before {font-size: 15px;content: "";}
.product-miniature .add-to-links li a.add-to-quick-view:before {content: "";}
.product-miniature .product-flag .new {position: absolute;top: 15px !important;left: 15px;display: inline-block;color: #fff;background: #454545;background: #46ce91;padding: 0 12px;text-align: center;text-align: center;line-height: 25px;min-height: 25px;font-size: 12px;font-weight: 600;border-radius: 30px;text-transform: uppercase;z-index: 1;font-family: Poppins,sans-serif;}
.product-miniature .product-flag .discount {position: absolute;top: 15px;right: 15px;display: inline-block;color: #fff;padding: 0 12px;text-align: center;text-align: center;line-height: 25px;min-height: 25px;font-size: 12px;font-weight: 600;border-radius: 30px;text-transform: uppercase;z-index: 4;background: #128aed;font-family: Poppins,sans-serif;}
.product-miniature .product_desc {padding: 20px 20px 30px 20px;background: #fff;position: relative;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
.product-miniature .product_desc .hook-reviews {display: block;line-height: 1;position: relative;margin-bottom: 10px;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
.product-miniature .product_desc .hook-reviews .comments_note {direction: ltr !important;position: relative;}
.product-miniature .product_desc .hook-reviews .star_content {display: inline-block;}
.product-miniature .product_desc .hook-reviews .nb-comments {font-size: 13px;color: #adadad;display: none;}
.product-miniature div.star.star_on {display: block;}
.product-miniature .star {overflow: hidden;float: left;margin: 0 3px 0 0;width: 13px;height: 13px;}
.product-miniature div.star.star_on:after {content: "";font-family: "Font Awesome 5 Free";display: inline-block;font-weight: 400;line-height: 1;vertical-align: top;color: #128aed;}
.product-miniature div.star:after {content: "";font-family: "Font Awesome 5 Free";display: inline-block;color: #aeaeae;font-weight: 400;line-height: 1;vertical-align: top;}
.product-miniature .star {position: relative;top: -1px;float: left;width: 13px;overflow: hidden;font-size: 11px;font-weight: 400;}
.product-miniature .product_desc h3 {font-weight: 600;margin: 0;line-height: 1;font-family: Poppins,sans-serif;}
.product-miniature .product_desc .product_name.one_line {min-height: auto;}
.product-miniature .product_desc .product_name {line-height: 18px;display: block;margin-bottom: 20px;}
.product-miniature .product_desc .product_name {color: #454545;font-size: 14px;text-transform: none;}
.product-miniature .one_line {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.product-miniature .cart {position: absolute;left: 0;right: 0;bottom: 15px;visibility: hidden;opacity: 0;transform: translateY(25px) translateZ(0);-webkit-transform: translateY(25px) translateZ(0);perspective: 800px;-webkit-perspective: 800px;backface-visibility: hidden;-webkit-backface-visibility: hidden;-webkit-transition: opacity .3s ease,visibility .3s ease,transform .3s ease;-webkit-transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;transition: opacity .3s ease,visibility .3s ease,transform .3s ease;transition: opacity .3s ease,visibility .3s ease,transform .3s ease,-webkit-transform .3s ease;}
.product-miniature .add-to-cart {font-family: Oswald,sans-serif;display: inline-block;color: #fff;font-size: 13px;font-weight: 500;padding: 0 30px;border: none;line-height: 38px;height: 38px;width: auto;box-shadow: none;box-shadow: none;cursor: pointer;border-radius: 30px;text-transform: uppercase;position: relative;z-index: 1;background: #128aed;}
.product-miniature .product-price-and-shipping {visibility: visible;opacity: 1;-webkit-transition: opacity .3s ease,visibility .3s ease,transform .3s ease;-webkit-transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;transition: opacity .3s ease,visibility .3s ease,transform .3s ease;transition: opacity .3s ease,visibility .3s ease,transform .3s ease,-webkit-transform .3s ease;}
.product-miniature .product-price-and-shipping {line-height: 20px;font-family: Oswald,sans-serif;}
.product-miniature .product-price-and-shipping .sr-only {display: none;}
.product-miniature .product-price-and-shipping .price {font-weight: 600;}
.product-miniature .product-price-and-shipping .price {color: #128aed;font-size: 16px;}
.product-miniature {position: relative;background: #fff;z-index: 1;border: 1px solid #ebebeb;border-radius: 30px;overflow: hidden;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;transition-duration: .5s !important;}
.product-miniature:hover .second-image {-webkit-transform: translateZ(0) rotateY(0);-moz-transform: translateZ(0) rotateY(0);-ms-transform: translateZ(0) rotateY(0);-o-transform: translateZ(0) rotateY(0);transform: translateZ(0) rotateY(0);opacity: 1;visibility: visible;}
.product-miniature:hover .add-to-links {opacity: 1;visibility: visible;-webkit-transform: translateX(0) translateZ(0);transform: translateX(0) translateZ(0);}
.product-miniature:hover .product-price-and-shipping {opacity: 0;visibility: hidden;-webkit-transform: translateY(15px) translateZ(0);transform: translateY(15px) translateZ(0);white-space: nowrap;}
.product-miniature:hover .cart {opacity: 1;visibility: visible;-webkit-transform: translateY(0) translateZ(0);transform: translateY(0) translateZ(0);}
.product-miniature button:hover {-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;color: #454545;background: #fff;box-shadow: 0 0 0 1px #ebebeb !important;}
.product-miniature .add-to-links li:last-child {margin: 0;border-bottom: none;}
.product-miniature .add-to-links li a:hover {color: #128aed;}
.product-miniature:hover {z-index: 3;transition: all .3s linear;}
.product-price-and-shipping .regular-price {color: #b2b2b2;font-weight: 400;text-decoration: line-through;margin-right: 2px;font-size: 14px;}
.product-miniature .product_desc .product_name:hover {color: #128aed;}
.single-product-page .owl-nav-style-3 .owl-nav>div:hover {color: #fff;border-color: #128aed;background-color: #128aed;}
.featured-products-area {padding-bottom: 80px;overflow: hidden;}
.newletter-area {padding: 90px 0;background-color: #f8f8f8;}
.newletter-area .subscribe-form form {position: relative;overflow: hidden;max-width: 770px;margin: auto;}
.newletter-area .subscribe-form form input.email {height: 55px;background: #fff;border: 0;border: 1px solid #ebebeb;color: #7e7e7e;padding: 10px 140px 10px 25px;display: inline-block;width: 100%;font-size: 13px;box-shadow: inset 1px 1px 0 0 #fff;-webkit-border-radius: 30px;-moz-border-radius: 30px;-ms-border-radius: 30px;-o-border-radius: 30px;border-radius: 30px;}
.newletter-area .subscribe-form form input.email::placeholder {font-family: Poppins,sans-serif;}
.newletter-area .clear input.button {position: absolute;top: 0;right: 0;font-size: 0;font-size: 13px;font-weight: 600;color: #fff;border: 0;box-shadow: none;padding: 0 35px;line-height: 55px;height: 55px;border-radius: 30px;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;width: auto;background-color: #128aed;font-family: Poppins,sans-serif;}
.newletter-area .clear input.button:hover {background-color: #1d1d1d;}
.footer-area-2 h4 {font-size: 18px;text-transform: uppercase;margin-bottom: 20px;position: relative;color: #454545;font-weight: 600;font-family: Poppins,sans-serif;}
.footer-area-2 .txt_info {margin-bottom: 20px;font-family: Poppins,sans-serif;}
.footer-area-2 .add {color: #7e7e7e;margin-bottom: 12px;font-size: 14px;font-family: Poppins,sans-serif;}
.footer-area-2 .add a {color: #7e7e7e;}
.footer-area-2 .add:before {font-family: Stroke-Gap-Icons;font-size: 16px;display: inline-block;margin-right: 10px;vertical-align: -2px;color: #7e7e7e;}
.footer-area-2 .add.address:before {content: "";}
.footer-area-2 .email.add:before {content: "";}
.footer-area-2 .phon.add:before {content: "";}
.footer-area-2 .footer-links>ul>li a {color: #777;line-height: 27px;font-family: Poppins,sans-serif;}
.footer-area-2 .footer-links>ul>li a:hover {color: #128aed;}
.footer-area-2 .social-info li a {position: relative;display: inline-block;display: flex;vertical-align: middle;font-size: 14px;padding: 0;line-height: 36px;border-radius: 100%;border-radius: 50%;text-align: center;border: none;z-index: 1;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;margin-right: 15px;height: 36px;width: 36px;align-items: center;justify-content: center;color: #454545;background: #f2f2f2;}
.footer-area-2 .social-info li a:hover {background: #fff;color: #454545 !important;color: #128aed;}
.footer-bottom-2 {background-color: #128aed;padding: 15px 0;}
.footer-bottom-2 .copy-text {font-size: 13px;color: #fff;padding: 8px 0;line-height: 20px;font-family: Poppins,sans-serif;}
.footer-bottom-2 .copy-text a {color: #fff;}
.footer-bottom-2 .copy-text a:hover {color: #fff;text-decoration: underline;}
.footer-bottom-2 .footer-top {padding: 90px 0 80px 0;}
.single-product-page #scrollUp {background-color: #128aed;}
.single-product-page .modal-dialog .modal-header span:hover {color: #128aed;}
.stekar {position: absolute;top: 0;margin-top: 21px;left: auto;right: 35px;display: inline-block;color: #fff;padding: 0 8px;text-align: center;text-align: center;line-height: 20px;min-height: 20px;font-size: 10px;font-weight: 600;border-radius: 5px;text-transform: uppercase;z-index: 1;background: #46ce91;transform: translateY(-50%);}
.stekar::after {position: absolute;top: 50%;left: -3px;width: 7px;height: 7px;background-color: #46ce91;transform: translateY(-50%) rotate(45deg);content: "";}
@media only screen and (max-width:767px) {.slider-height-21 {height: 350px;}
	.slider-area .slider-content-21 h1 {font-size: 30px;}
	.slider-area .slider-content-21 h2 {font-size: 30px;}
	.slider-content {margin: 0;}
	.slider-area .slider-content-21 p {margin-top: 15px;margin-bottom: 15px;}
	.slider-area .slider-content-21 .shop-btn {padding: 0 10px;font-size: 14px;}
	.single-product-page .sticky-nav.menu_fixed {background-color: #fff;}
	.desc-title {font-size: 12px;}
	.feature-title h2 {font-size: 24px;}
	.feature-title {padding-bottom: 20px;}
	.inner-content h3, .left-content h3, .right-content h3 {font-size: 24px;margin-bottom: 20px;line-height: 28px;}}
@media only screen and (max-width:575px) {.slider-height-21 {height: 300px;}}
@media only screen and (max-width:991px) and (min-width:768px) {.single-product-page .main-navigation ul li ul.mega-menu-wrap {width: 100%;}
	.slider-height-21 {height: 400px;}
	.slider-area .slider-content-21 h1 {font-size: 40px;}
	.slider-area .slider-content-21 h2 {font-size: 40px;}
	.slider-content {margin: 0;}
	.slider-area .slider-content-21 p {margin-top: 20px;margin-bottom: 20px;}
	.slider-area .slider-content-21 .shop-btn {padding: 0 15px;font-size: 14px;}
	.single-product-page .sticky-nav.menu_fixed {background-color: #fff;}
	.inner-content h3, .left-content h3, .right-content h3 {font-size: 24px;margin-bottom: 20px;line-height: 30px;}}
@media only screen and (min-width:992px) and (max-width:1169px) {.col-center {padding: 0 40px;}
	.single-product-page .main-navigation ul li ul.mega-menu-wrap {width: 100%;}
	.slider-height-21 {height: 550px;}
	.slider-area .slider-content-21 h1 {font-size: 45px;}
	.slider-area .slider-content-21 h2 {font-size: 45px;}
	.slider-area .slider-content-21 p {margin-top: 15px;margin-bottom: 15px;}
	.slider-area .slider-content-21 span {margin-bottom: 20px;}
	.slider-area .slider-content-21 .shop-btn {padding: 0 20px;font-size: 14px;}
	.left-content h3, .right-content h3 {font-size: 33px;}}
@media (min-width:1200px) and (max-width:1499px) {.slider-height-21 {height: 600px;}
	.slider-area .slider-content-21 h1 {font-size: 55px;}
	.slider-area .slider-content-21 h2 {font-size: 55px;}
	.slider-area .slider-content-21 p {margin-top: 20px;margin-bottom: 20px;}}
.bg-color-gary {background-color: #f8f8f8;}
.owl-dot-style .owl-dots {bottom: 26px;left: 0;position: absolute;right: 0;text-align: center;}
.owl-dot-style .owl-dots .owl-dot {background: #fff none repeat scroll 0 0;border-radius: 100%;display: inline-block;height: 14px;margin: 0 5px;width: 14px;transition: .3s;}
.owl-dot-style .owl-dots .owl-dot:hover {background: #4fb68d none repeat scroll 0 0;}
.owl-dot-style .owl-dots .owl-dot.active {background: #4fb68d none repeat scroll 0 0;}
.home-cosmatics .owl-dot-style .owl-dots .owl-dot:hover {background: #c0b07d none repeat scroll 0 0;}
.home-cosmatics .owl-dot-style .owl-dots .owl-dot.active {background: #c0b07d none repeat scroll 0 0;}
.home-electronic .owl-dot-style .owl-dots .owl-dot:hover {background: #0090f0 none repeat scroll 0 0;}
.home-electronic .owl-dot-style .owl-dots .owl-dot.active {background: #0090f0 none repeat scroll 0 0;}
.home-cosmatics .slider-7.owl-dot-style .owl-dots .owl-dot:hover {background: #253237 none repeat scroll 0 0;}
.home-cosmatics .slider-7.owl-dot-style .owl-dots .owl-dot.active {background: #253237 none repeat scroll 0 0;}
.home-electronic .slider-hm11.owl-dot-style .owl-dots .owl-dot.active {background: #253237 none repeat scroll 0 0;}
.home-electronic .owl-dot-style .owl-dots .owl-dot:hover {background: #253237 none repeat scroll 0 0;}
.home-furniture .owl-dot-style .owl-dots .owl-dot.active {background: #ef1e1e none repeat scroll 0 0;}
.home-furniture .owl-dot-style .owl-dots .owl-dot:hover {background: #ef1e1e none repeat scroll 0 0;}
.home-medical .owl-dot-style .owl-dots .owl-dot.active {background: #0bbfbd none repeat scroll 0 0;}
.home-medical .owl-dot-style .owl-dots .owl-dot:hover {background: #0bbfbd none repeat scroll 0 0;}
.owl-nav-style .owl-nav>div.owl-prev {right: 43px;}
.owl-nav-style.owl-nav-style-5 .owl-nav>div {top: -52px;}
.responsive-owl-nav-style.owl-nav-style.owl-nav-style-5 .owl-nav>div {top: -52px;}
.owl-nav-style .owl-nav>div {position: absolute;top: -71px;display: inline-block;font-size: 0;line-height: 1;cursor: pointer;text-align: center;color: #888;width: 34px;height: 34px;border: 1px solid #ebebeb;background: #fff;z-index: 1;opacity: 1;border-radius: 100%;-webkit-transition: all .3s linear;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;transition: all .3s linear;}
.owl-nav-style .owl-nav>div.owl-prev:before {content: "";}
.owl-nav-style .owl-nav>div:before {font-size: 14px;line-height: 32px;display: block;font-family: Ionicons;font-weight: 600;}
.owl-nav-style .owl-nav>div.owl-next:before {content: "";}
.owl-nav-style .owl-nav>div.owl-next {right: 0;}
.brand-slider.owl-nav-style .owl-nav>div.owl-next {right: 15px;}
.slider-home-16.owl-nav-style .owl-nav>div.owl-next {right: 15px;}
.owl-nav-style .owl-nav>div:hover {color: #fff;border-color: #4fb68d;background-color: #4fb68d;}
.home-cosmatics .owl-nav-style .owl-nav>div:hover {color: #fff;border-color: #c0b07d;background-color: #c0b07d;}
.home-medical .owl-nav-style .owl-nav>div:hover {color: #fff;border-color: #0bbfbd;background-color: #0bbfbd;}
.home-electronic .owl-nav-style .owl-nav>div:hover {color: #fff;border-color: #0090f0;background-color: #0090f0;}
.custom-nav-style.responsive-owl-nav-style.owl-nav-style .owl-nav>div:hover {box-shadow: 0 0 13.95px 1.05px rgba(0,0,0,.17);}
.custom-nav-style.owl-nav-style .owl-nav>div.owl-prev {right: 63px;}
.custom-nav-style.owl-nav-style .owl-nav>div.owl-next {right: 20px;}
.responsive-owl-nav-style.owl-nav-style .owl-nav>div {top: -55px;}
.custom-nav-style.responsive-owl-nav-style.owl-nav-style .owl-nav>div {top: -44px;}
.responsive-owl-nav-style.owl-nav-style.owl-nav-style-4 .owl-nav>div {top: -92px;}
.owl-nav-style-4 .owl-nav>div:hover {color: #fff;border-color: #ef1e1e;background-color: #ef1e1e;}
.home-furniture .owl-nav-style .owl-nav>div:hover {color: #fff;border-color: #ef1e1e;background-color: #ef1e1e;}
.owl-nav-style-3 .owl-nav>div {position: absolute;top: 50%;-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);display: inline-block;font-size: 0;line-height: 1;cursor: pointer;text-align: center;color: #888;width: 54px;height: 54px;border: 1px solid #ebebeb;background: #fff;z-index: 5;opacity: 0;border-radius: 100%;-webkit-transition: all .3s linear;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;transition: all .3s linear;margin-top: -15px;}
.owl-nav-style-3 .owl-nav>div.owl-prev {left: -55px;}
.owl-nav-style-3 .owl-nav>div.owl-prev:before {content: "";}
.owl-nav-style-3 .owl-nav>div.owl-next:before {content: "";}
.owl-nav-style-3 .owl-nav>div:before {font-size: 18px;line-height: 52px;display: block;font-family: Ionicons;}
.owl-nav-style-3 .owl-nav>div.owl-next {right: -55px;}
.owl-nav-style-3:hover .owl-nav>div {opacity: 1;}
.owl-nav-style-3 .owl-nav>div:hover {color: #fff;border-color: #ef1e1e;background-color: #ef1e1e;}
.home-furniture .owl-nav-style-2 .owl-nav>div {width: 54px;height: 54px;margin-top: -27px;}
.home-furniture .owl-nav-style-2 .owl-nav>div:before {font-size: 18px;line-height: 54px;}
.single-product-slider-active.owl-nav-style-2 .owl-nav>div.owl-next {right: 15px;}
.single-product-slider-active.owl-nav-style-2 .owl-nav>div {background: #4fb68d;}
.single-product-slider-active.owl-nav-style-2 .owl-nav>div:before {color: #fff;}
.owl-nav-style-2 .owl-nav>div {position: absolute;top: 50%;display: inline-block;font-size: 0;line-height: 1;cursor: pointer;text-align: center;color: #888;width: 34px;height: 34px;border: 1px solid #ebebeb;background: #fff;z-index: 1;opacity: 1;opacity: 0;border-radius: 100%;-webkit-transition: all .3s linear;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;transition: all .3s linear;margin-top: -17px;visibility: hidden;}
.owl-nav-style-2 .owl-nav>div.owl-prev {left: 15px;}
.owl-nav-style-2:hover .owl-nav>div {opacity: 1;visibility: visible;}
.modal-dialog {margin: 0 auto;max-width: 960px;width: 960px;padding: 35px;}
.modal-dialog .modal-body {padding: 35px 15px;}
.modal-dialog .quickview-big-img img {width: 100%;}
.modal-header .close {outline: 0;border: none;background-color: transparent;}
.modal-dialog .modal-header {-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;padding: 10px 10px;border-bottom: 1px solid #dee2e6;}
.modal-dialog .modal-header span {font-size: 24px;color: #1d1d1d;-webkit-transition: .3s;transition: .3s;}
.modal-dialog .modal-header span:hover {color: #4fb68d;}
.modal-dialog .owl-nav-style-2 .owl-nav>div {width: 20px;height: 20px;margin-top: -10px;}
.modal-dialog .owl-nav-style-2 .owl-nav>div.owl-prev {left: 0;}
.modal-dialog .owl-nav-style .owl-nav>div:before {font-size: 12px;line-height: 20px;}
.modal {z-index: 9999;}
.modal {top: 50px;}
.modal .pro-details-size-color {margin: 15px 0 0;}
#scrollUp {width: 50px;height: 50px;background-color: #4fb68d;color: #fff;right: 20px;bottom: 60px;text-align: center;overflow: hidden;border-radius: 50px;z-index: 9811 !important;}
.home-furniture #scrollUp {background-color: #ef1e1e;}
.home-cosmatics #scrollUp {background-color: #c0b07d;}
.home-electronic #scrollUp {background-color: #0090f0;}
.home-medical #scrollUp {background-color: #0bbfbd;}
#scrollUp i {display: block;line-height: 50px;font-size: 22px;}
#scrollUp:hover i {-webkit-animation-name: fadeInUp;animation-name: fadeInUp;-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;}
@keyframes fadeInUp {0% {opacity: 0;transform: translate3d(0,100px,0);}
	100% {opacity: 1;transform: none;}}
.owl-item .slider-content>* {animation-duration: 1s;animation-fill-mode: both;animation-name: fadeOutUp;}
.owl-item.active .slider-animated-1>* {animation-name: fadeInUp;}
.owl-item.active .slider-animated-1>:nth-child(1) {animation-delay: .5s;}
.owl-item.active .slider-animated-1>:nth-child(2) {animation-delay: 1s;}
.owl-item.active .slider-animated-1>:nth-child(3) {animation-delay: 1.5s;}
.owl-item.active .slider-animated-1>:nth-child(4) {animation-delay: 2s;}
.owl-item.active .slider-animated-1>:nth-child(5) {animation-delay: 2.5s;}
.owl-item.active .slider-animated-1>:nth-child(6) {animation-delay: 3s;}
.home-18 .main-navigation ul li ul.mega-menu-wrap {left: -200px;}
.main-navigation ul li ul.mega-menu-wrap {background-color: #fff;display: block;left: 0;padding: 30px 30px 30px 30px;position: absolute;text-align: left;top: 100%;width: 1110px;z-index: 9999;-webkit-box-shadow: 0 0 3.76px .24px rgba(0,0,0,.15);box-shadow: 0 0 3.76px .24px rgba(0,0,0,.15);opacity: 0;visibility: hidden;-o-transform-origin: 0 0;-ms-transform-origin: 0 0;-moz-transform-origin: 0 0;-webkit-transform-origin: 0 0;transform-style: preserve-3d;-o-transform-style: preserve-3d;-moz-transform-style: preserve-3d;-webkit-transform-style: preserve-3d;transform: rotateX(-75deg);-o-transform: rotateX(-75deg);-moz-transform: rotateX(-75deg);-webkit-transform: rotateX(-75deg);}
.vertical-menu ul li ul.mega-menu-wrap {position: absolute;z-index: 9;visibility: hidden;opacity: 0;text-align: left;top: 0;left: 100%;-webkit-transform-origin: center center;-moz-transform-origin: center center;-ms-transform-origin: center center;-o-transform-origin: center center;transform-origin: center center;-webkit-transform: translateY(20px);-moz-transform: translateY(20px);-ms-transform: translateY(20px);-o-transform: translateY(20px);transform: translateY(20px);width: 900px;padding: 30px 30px 30px 30px;background-color: #fff;-webkit-box-shadow: 0 0 3.76px .24px rgba(0,0,0,.15);box-shadow: 0 0 3.76px .24px rgba(0,0,0,.15);}
.vertical-menu-wrap .menu-dropdown:hover>.mega-menu-wrap {opacity: 1;visibility: visible;-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);-o-transition: -o-transform .3s,opacity .3s;-ms-transition: -ms-transform .3s,opacity .3s;-moz-transition: -moz-transform .3s,opacity .3s;-webkit-transition: -webkit-transform .3s,opacity .3s;}
.menu-dropdown:hover>.mega-menu-wrap {opacity: 1;visibility: visible;transform: rotateX(0);-o-transform: rotateX(0);-moz-transform: rotateX(0);-webkit-transform: rotateX(0);-o-transition: -o-transform .3s,opacity .3s;-ms-transition: -ms-transform .3s,opacity .3s;-moz-transition: -moz-transform .3s,opacity .3s;-webkit-transition: -webkit-transform .3s,opacity .3s;}
.mega-menu-title {display: block;width: 100%;float: inherit;}
.main-navigation ul li ul.mega-menu-wrap>li ul li {display: block;float: inherit;padding: 0;}
.vertical-menu ul li ul.mega-menu-wrap>li ul li {display: block;float: inherit;padding: 0;}
.main-navigation ul li ul.mega-menu-wrap>li ul li a {color: #888;font-weight: 400;font-size: 14px;display: block;padding: 0;line-height: 27px;}
.vertical-menu ul li ul.mega-menu-wrap>li ul li a {color: #888;font-weight: 400;font-size: 14px;display: block;padding: 0;line-height: 32px;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;border: 0;}
.main-navigation ul li ul.mega-menu-wrap>li ul li a:hover {color: #4fb68d;-moz-transform: translateX(10px);-webkit-transform: translateX(10px);-o-transform: translateX(10px);-ms-transform: translateX(10px);transform: translateX(10px);}
.vertical-menu ul li ul.mega-menu-wrap>li ul li a:hover {-moz-transform: translateX(10px);-webkit-transform: translateX(10px);-o-transform: translateX(10px);-ms-transform: translateX(10px);transform: translateX(10px);}
.home-cosmatics .main-navigation ul li ul.mega-menu-wrap>li ul li a:hover {color: #c0b07d;}
.home-cosmatics .main-navigation ul li ul.mega-menu-wrap>li ul li.mega-menu-title a:hover {color: #c0b07d;}
.home-cosmatics .vertical-menu ul li ul.mega-menu-wrap>li ul li a:hover {color: #c0b07d;}
.home-cosmatics .vertical-menu ul li ul.mega-menu-wrap>li ul li.mega-menu-title a:hover {color: #c0b07d;}
.home-electronic .main-navigation ul li ul.mega-menu-wrap>li ul li a:hover {color: #0090f0;}
.home-electronic .main-navigation ul li ul.mega-menu-wrap>li ul li.mega-menu-title a:hover {color: #0090f0;}
.main-navigation ul li ul.mega-menu-wrap>li ul li.mega-menu-title a:hover {color: #4fb68d;-moz-transform: translateX(0);-webkit-transform: translateX(0);-o-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}
.home-furniture .main-navigation ul li ul.mega-menu-wrap>li ul li.mega-menu-title a:hover {color: #ef1e1e;}
.home-furniture .main-navigation ul li ul.mega-menu-wrap>li ul li a:hover {color: #ef1e1e;}
.home-medical .main-navigation ul li ul.mega-menu-wrap>li ul li.mega-menu-title a:hover {color: #0bbfbd;}
.home-medical .main-navigation ul li ul.mega-menu-wrap>li ul li a:hover {color: #0bbfbd;}
.main-navigation ul li ul.mega-menu-wrap>li.w-100 ul li>a:hover {-moz-transform: translateX(0);-webkit-transform: translateX(0);-o-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}
.vertical-menu ul li ul.mega-menu-wrap>li ul li.mega-menu-title a:hover {-moz-transform: translateX(0);-webkit-transform: translateX(0);-o-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}
.main-navigation ul li ul.mega-menu-wrap>li ul li.mega-menu-title a {color: #253237;line-height: 1.2;font-size: 14px;display: block;margin-bottom: 15px;text-transform: uppercase;min-height: 35px;}
.vertical-menu ul li ul.mega-menu-wrap>li ul li.mega-menu-title a {color: #253237;line-height: 1;font-size: 14px;font-weight: 700;display: block;margin-bottom: 15px;}
.main-navigation ul li ul.mega-menu-wrap>li {display: inline-block;float: left;margin-left: 0;padding: 0;width: 25%;}
.main-navigation ul li ul.mega-menu-wrap>li.w-100 {width: 100% !important;margin-top: 20px;}
.vertical-menu ul li ul.mega-menu-wrap>li {display: inline-block;float: left;margin-left: 0;padding: 0;width: 25%;}
.main-navigation ul li ul.mega-menu-wrap>li.banner-wrapper {width: 100%;margin-top: 20px;}
.main-navigation ul li ul.mega-menu-wrap>li.banner-wrapper a img {width: 100%;}
.vertical-menu ul li ul.mega-menu-wrap>li.banner-wrapper {width: 100%;margin-top: 30px;}
.vertical-menu ul li ul.mega-menu-wrap>li.banner-wrapper a img {width: 100%;}
.vertical-menu ul li ul.mega-menu-wrap>li.banner-wrapper a {padding: 0;}
.main-navigation ul li ul.mega-menu-wrap>li.banner-wrapper a {padding: 0;}
.home-furniture .home-9.vertical-menu ul li ul.mega-menu-wrap>li ul li.banner-wrapper a:hover {transform: translateX(0);padding: 0;}
.home-4 .main-navigation ul li ul.mega-menu-wrap {left: -200px;}
.home-5 .main-navigation ul li ul.mega-menu-wrap {left: -200px;}
.home-6 .main-navigation ul li ul.mega-menu-wrap>li ul li a {padding: 0;}
h3.vertical-menu-heading {color: #fff;background: #ab9b69;font-size: 14px;font-weight: 700;text-transform: uppercase;height: 60px;line-height: 32px;padding: 15px 20px;cursor: pointer;margin: 0;}
h3.vertical-menu-heading:before {content: "";display: inline-block;font-size: 24px;font-family: Ionicons;font-weight: 400;line-height: 32px;margin-right: 10px;text-align: center;vertical-align: -3px;}
h3.vertical-menu-heading:after {content: "";display: inline-block;font-size: 12px;font-family: Ionicons;font-weight: 400;margin-left: 7px;float: right;}
ul.vertical-menu-wrap li>a {position: relative;display: block;overflow: hidden;line-height: 24px;word-wrap: break-word;background: #fff;color: #253237;padding: 15px 20px;font-size: 14px;font-weight: 700;transition: none;transition: all .3s linear;border-bottom: 1px solid #eaeaea;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;}
.vertical-menu-wrap {display: none;width: 100%;background: #fff;box-shadow: 0 0 3.76px .24px rgba(0,0,0,.15);position: absolute;top: 100%;left: 0;min-width: 270px;z-index: 9999;}
.vertical-menu {height: 60px;width: 270px;position: relative;}
ul.vertical-menu-wrap li>a i {position: absolute;right: 20px;-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);transform: rotate(-90deg);-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
ul.vertical-menu-wrap li>a#more-btn i {left: 20px;right: auto;transform: rotate(0);}
.hero-side-category nav.category-menu>ul>li>a i {position: absolute;right: 30px;}
.hero-side-category nav.category-menu>ul>li>a#more-btn>i {position: initial;}
ul.vertical-menu-wrap li>a#more-btn {padding-left: 40px;}
.home-cosmatics ul.vertical-menu-wrap li>a:hover {color: #c0b07d;}
.home-furniture ul.vertical-menu-wrap li>a:hover {color: #ef1e1e;}
.home-cosmatics ul.vertical-menu-wrap li:hover>a {color: #c0b07d;}
.home-furniture ul.vertical-menu-wrap li:hover>a {color: #ef1e1e;}
.home-electronic ul.vertical-menu-wrap li>a:hover {color: #0090f0;}
.home-electronic ul.vertical-menu-wrap li:hover>a {color: #0090f0;}
.home-9.vertical-menu ul li ul.mega-menu-wrap>li {width: 33.33%;}
.home-14 .home-9.vertical-menu ul li ul.mega-menu-wrap>li {width: 25%;}
.home-9 h3.vertical-menu-heading {color: #253237;background: #fff;}
.home-10 h3.vertical-menu-heading {color: #fff;background: #0583d7;}
.home-10.home-14 h3.vertical-menu-heading {color: #fff;background: #d61313;}
.home-9.vertical-menu ul li ul.mega-menu-wrap>li ul li a {color: #253237;}
.home-electronic .home-9.vertical-menu ul li ul.mega-menu-wrap>li ul li a:hover {color: #0090f0;}
.home-furniture .home-9.vertical-menu ul li ul.mega-menu-wrap>li ul li a:hover {color: #ef1e1e;}
.vertical-menu .sub-menu {-webkit-transform-origin: center center;-moz-transform-origin: center center;-ms-transform-origin: center center;-o-transform-origin: center center;transform-origin: center center;-webkit-transform: translateY(20px);-moz-transform: translateY(20px);-ms-transform: translateY(20px);-o-transform: translateY(20px);transform: translateY(20px);background-color: #fff;-webkit-box-shadow: 0 0 3.76px .24px rgba(0,0,0,.15);box-shadow: 0 0 3.76px .24px rgba(0,0,0,.15);left: 100% !important;min-width: 250px;top: 0;}
.vertical-menu .menu-dropdown:hover>.sub-menu {opacity: 1;visibility: visible;-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);-o-transition: -o-transform .3s,opacity .3s;-ms-transition: -ms-transform .3s,opacity .3s;-moz-transition: -moz-transform .3s,opacity .3s;-webkit-transition: -webkit-transform .3s,opacity .3s;}
.vertical-menu-wrap li>.sub-menu a {font-weight: 400;padding: 10px 20px;}
.vertical-menu-wrap li>.sub-menu a:hover {padding-left: 30px;}
ul.vertical-menu-wrap li a {padding: 10px 20px;}
.home-9 ul.vertical-menu-wrap li a {font-weight: 400;}
.sub-menu.sub-menu-2 {left: 100% !important;transform: translateY(-30px);}
li.menu-dropdown.position-static:hover .sub-menu.sub-menu-2 {transform: translateY(-40px);}
.hero-side-category {width: 100%;position: relative;}
.category-toggle-wrap {width: 100%;}
.category-toggle-wrap .category-toggle {padding: 15px 25px;margin: 0;border: none;border: 1px solid #253237;background-color: transparent;color: #253237;font-size: 14px;text-transform: uppercase;font-weight: 700;line-height: 20px;width: 100%;text-align: left;outline: 0;margin-bottom: 15px;border-radius: 5px;}
.hover-style-cosmatics .category-toggle-wrap .category-toggle {border-color: #c0b07d;}
.hover-style-electronic .category-toggle-wrap .category-toggle {border-color: #0090f0;}
.hover-style-furniture .category-toggle-wrap .category-toggle {border-color: #ef1e1e;}
.hero-side-category .category-toggle-wrap .category-toggle i {font-size: 18px;transform: translate(-3px,3px);}
.hero-side-category nav.category-menu {background-color: #fff;float: left;width: 100%;left: 0;top: 100%;border: 1px solid #ebebeb;position: absolute;display: none;z-index: 2;height: 500px;overflow-x: auto;}
.hero-side-category nav.category-menu>ul>li {position: relative;}
.hero-side-category nav.category-menu>ul>li>a {display: block;padding: 10px 25px;line-height: 30px;font-size: 14px;color: #253237;font-weight: 400;position: relative;border-bottom: 1px solid #ebebeb;}
.hero-side-category nav.category-menu>ul>li:hover>a {color: #4fb68d;}
.hover-style-cosmatics .hero-side-category nav.category-menu>ul>li:hover>a {color: #c0b07d;}
.home-electronic .hero-side-category nav.category-menu>ul>li:hover>a {color: #0090f0;}
.home-electronic .category-mega-menu>li:hover>a {color: #0090f0;}
.home-furniture .hero-side-category nav.category-menu>ul>li:hover>a {color: #ef1e1e;}
.home-furniture .category-mega-menu>li:hover>a {color: #ef1e1e;}
.hero-side-category nav.category-menu>ul>li.menu-item-has-children {position: relative;}
.category-mega-menu {position: static;z-index: 9;opacity: 1;visibility: visible;background-color: transparent;padding: 0;width: 100%;-webkit-transition: none;-o-transition: none;transition: none;left: 270px;top: 0;display: none;}
.category-mega-menu>li {-webkit-box-flex: 1;-ms-flex: 1 0 100%;flex: 1 0 100%;position: relative;padding: 10px 10px;}
.category-mega-menu>li {border-bottom: 1px solid #ebebeb;}
.category-mega-menu>li>a {padding: 10px 25px 10px 35px;line-height: 30px;font-size: 14px;font-weight: 400;color: #253237;position: relative;margin: 0;text-transform: inherit;}
.category-mega-menu>li:hover>a {color: #4fb68d;}
.hover-style-cosmatics .category-mega-menu>li:hover>a {color: #c0b07d;}
.category-mega-menu>li:first-child a {padding-top: 10px;}
.category-mega-menu>li>a:last-child {border-bottom: 0;}
.hero-side-category nav.category-menu>ul>li:hover .category-mega-menu {z-index: 9;opacity: 1;visibility: visible;}
.slick-vertical .slick-next, .slick-vertical .slick-prev {font-size: 0;line-height: 0;position: absolute;display: block;width: 20px;height: 20px;padding: 0;z-index: 1;-webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);transform: translate(0,-50%);cursor: pointer;color: #253237;border: none;outline: 0;background: 0 0;}
.slick-vertical .slick-next, .slick-vertical .slick-prev {left: 50%;-webkit-transform: translate(-50%,0);-ms-transform: translate(-50%,0);transform: translate(-50%,0);}
.slick-prev {left: -25px;}
.slick-vertical .slick-prev {top: -25px;}
.slick-vertical .slick-next {bottom: -25px;}
.slick-vertical .slick-next:before, .slick-vertical .slick-prev:before {font-size: 20px;line-height: 32px;display: block;font-family: Ionicons;font-weight: 600;transform: rotate(90deg);}
.slick-vertical .slick-prev:before {content: "";}
.slick-vertical .slick-next:before {content: "";}
#preloader {position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: #fff;z-index: 999999;}
#preloader .preloader {width: 50px;height: 50px;display: inline-block;padding: 0;text-align: left;-webkit-box-sizing: border-box;box-sizing: border-box;position: absolute;top: 50%;left: 50%;margin-left: -25px;margin-top: -25px;}
#preloader .preloader span {position: absolute;display: inline-block;width: 50px;height: 50px;border-radius: 100%;background-color: #4fb68d;-webkit-animation: preloader 1.3s linear infinite;animation: preloader 1.3s linear infinite;}
#preloader .preloader span:last-child {animation-delay: -.8s;-webkit-animation-delay: -.8s;}
@keyframes preloader {0% {-webkit-transform: scale(0,0);transform: scale(0,0);opacity: .5;}
	100% {-webkit-transform: scale(1,1);transform: scale(1,1);opacity: 0;}}
@-webkit-keyframes preloader {0% {-webkit-transform: scale(0,0);opacity: .5;}
	100% {-webkit-transform: scale(1,1);opacity: 0;}}
.section-title {margin-bottom: 30px;}
.section-title h2 {font-family: "Open Sans",sans-serif;font-size: 24px;color: #253237;line-height: 16px;font-weight: 600;margin: 0 0 15px;}
.section-title p {color: #888;font-weight: 400;font-size: 14px;line-height: 18px;position: relative;margin-top: 10px;}
.section-title.ml-0px {margin-left: 0;}
.section-title.underline-shape {position: relative;margin-bottom: 68px;}
.section-title.underline-shape:after {content: "";width: 40px;height: 2px;display: block;position: absolute;bottom: -34px;left: 50%;-moz-transform: translateX(-50%);-webkit-transform: translateX(-50%);-o-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);background: #ef1e1e;}
.section-title.underline-shape.underline-shape-left:after {left: 0;-moz-transform: translateX(0);-webkit-transform: translateX(-50%);-o-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}
.section-title.custom-style h2 {margin: 0;color: #fff;}
.section-title.custom-style {margin: 0;background: #0bbfbd;padding: 20px 20px 20px 20px;}
.blog-related-post .section-title.underline-shape:after {bottom: -25px;background: #4fb68d;}
.header-right-nav {display: flex;justify-content: flex-end;align-items: center;}
.home-13 .header-right-nav {float: left;margin: 3px 0 0 0;}
.home-13 .header-right-nav .nice-select {background: #fff;color: #253237;}
.home-furniture .header-right-nav .nice-select:hover {color: #ef1e1e;}
.home-furniture .header-right-nav .nice-select:hover:after {border-color: #ef1e1e;}
.home-furniture .header-right-nav a:hover {color: #ef1e1e !important;}
.home-furniture .home-14 .header-right-nav a:hover {color: #ef1e1e;}
.home-furniture .header-right-nav .phone a:hover {color: #ef1e1e;}
.home-furniture .phone a:hover {color: #ef1e1e;}
.home-furniture .header-right-nav a:hover:after {border-color: #ef1e1e;}
.home-furniture .header-right-nav .nice-select .option.focus, .home-furniture .header-right-nav .nice-select .option.selected.focus, .home-furniture .header-right-nav .nice-select .option:hover {background-color: #fff;color: #ef1e1e;}
.header-right-nav ul li {display: inline-block;display: inline-block;padding: 0 15px;font-weight: 400;color: #fff;background: 0 0;text-shadow: none;cursor: pointer;line-height: 1;font-size: 13px;border-left-width: 1px;border-left-style: solid;border-left-color: #fff;}
.header-right-nav ul li.border-color-black {border-left-color: #253237;}
.header-right-nav ul li.border-color-white {border-left-color: #fff;}
.header-right-nav ul li i {padding-right: 10px;}
.header-right-nav ul li:first-child {border: 0;}
.header-right-nav ul li.mr-15px {margin-right: 15px;}
.home-17 .header-right-nav ul li {color: #253237;}
.home-17 .header-right-nav ul li:after {background: #253237;}
.home-17 .angle-icon:after {border-color: #253237;}
.home-17 .header-right-nav .nice-select:after {border-color: #253237;}
.home-17 .left-text {color: #253237;}
.home-17 .header-right-nav a:hover {color: #0bbfbd;}
.home-medical .header-right-nav ul li:hover {color: #0bbfbd;}
.home-medical.home-18 .header-right-nav ul li:hover {color: #fff;}
.home-medical.home-18 .header-right-nav .nice-select.open .list li:hover {color: #0bbfbd;}
.home-medical .header-right-nav .nice-select:hover:after {border-color: #0bbfbd;}
.home-medical.home-18 .header-right-nav .nice-select:hover:after {border-color: #fff;}
.home-medical .count-cart:hover {color: #0bbfbd;}
.home-medical .item-quantity-tag {background: #0bbfbd !important;color: #fff !important;}
.dropdown-nav li:not(:last-child) {border-bottom: 1px solid #ebebeb;}
.dropdown-nav>li>a:hover {color: #4fb68d;}
.hover-style-default a:hover {color: #4fb68d;}
.home-cosmatics .dropdown-nav>li>a:hover {color: #c0b07d;}
.home-cosmatics .header-right-nav a:hover {color: #c0b07d;}
.home-electronic .dropdown-nav>li>a:hover {color: #0090f0;}
.home-electronic .header-right-nav a:hover {color: #fff;}
.home-11.home-electronic .header-right-nav a:hover {color: #0090f0;}
.home-electronic .nice-select .option.selected {color: #0090f0;}
.home-cosmatics .nice-select .option.selected {color: #c0b07d;}
.nice-select .option.selected {font-weight: 400;color: #4fb68d;}
.home-furniture .nice-select .option.selected {color: #ef1e1e;}
.left-text {color: #fff;font-size: 13px;}
.home-10 .left-text {color: #253237;}
.home-10 .header-right-nav a {color: #253237;}
.home-10 .header-right-nav a:hover {color: #0090f0;}
.home-10 .header-right-nav li {color: #253237;}
.home-10 .header-right-nav li:hover {color: #0090f0;}
.home-11 .header-right-nav li:hover {color: #0090f0;}
.dropdown:hover>.dropdown-nav {opacity: 1;visibility: visible;transform: translateY(0);}
.header-right-nav .nice-select .option {display: block;}
.header-right-nav .nice-select {-webkit-tap-highlight-color: transparent;background-color: #253237;border-radius: 0;border: solid 0 #e8e8e8;box-sizing: border-box;clear: both;cursor: pointer;display: block;float: left;font-family: "Open Sans",sans-serif;font-size: 13px;font-weight: 400;height: 24px;line-height: 24px;outline: 0;padding-left: 0;padding-right: 0;position: relative;text-align: left !important;-webkit-transition: all .2s ease-in-out;transition: all .2s ease-in-out;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;white-space: nowrap;width: auto;}
.header-top-nav {position: relative;border-bottom: none;z-index: 11;margin: 0;background: #253237;padding: 15px 0;line-height: 1;}
.header-top-nav p {font-size: 13px;}
.home-14 .header-top-nav {background: #f7f7f7;}
.home-19 .header-top-nav {background: #0ac8c6;}
.home-17 .header-top-nav {background: #fff;}
.home-18 .header-top-nav {background: #0bbfbd;}
.home-18 .header-right-nav a:hover {color: #fff;}
.home-18 .angle-icon:hover:after {border-color: #fff;}
.home-18 .dropdown-nav li a:hover {color: #0bbfbd;}
.home-18.home-17 .header-right-nav .nice-select {background: #0bbfbd;}
.home-17 .header-right-nav .nice-select {background: #fff;}
.home-19 .header-right-nav .nice-select {background: #0ac8c6;}
.home-19 .header-right-nav a:hover {color: #fff;}
.home-19 .angle-icon:hover:after {border-color: #fff;}
.home-19 .dropdown-nav li a:hover {color: #0bbfbd;}
.home-19 .header-navigation {background: #0bbfbd;}
.home-19.home-medical .header-right-nav .nice-select:hover:after {border-color: #fff;}
.home-14 .header-right-nav .nice-select {background: #f7f7f7;}
.home-electronic .header-top-nav {background: #0090f0;}
.home-11.home-electronic .header-top-nav {background: #253237;}
.home-electronic .header-right-nav .nice-select {background: #0090f0;}
.home-11.home-electronic .header-right-nav .nice-select {background: #253237;}
.home-electronic .home-10 .header-top-nav {background: #f7f7f7;}
.home-electronic .home-10 .header-right-nav .nice-select {background: #f7f7f7;}
.header-right-nav a {color: #fff;}
.home-17 .header-right-nav a {color: #253237;}
.home-7 .header-top-nav {padding: 0;}
.home-7 .home-2 .header-navigation {padding: 32px 0;}
.home-7 .container-inner {margin-top: 17px;}
.slider-content-7 {max-width: 40%;padding-top: 145px;}
.container-top-inner {display: inline-block;width: 100%;background: #253237;padding: 16px 30px 16px 30px;}
.header-right-nav .nice-select .option.selected.focus, .header-right-nav .nice-select .option:hover, .nice-select .header-right-nav .option.focus {background-color: #fff;color: #4fb68d;}
.home-electronic .header-right-nav .nice-select .option.focus, .home-electronic .header-right-nav .nice-select .option.selected.focus, .home-electronic .header-right-nav .nice-select .option:hover {background-color: #fff;color: #0090f0;}
.home-cosmatics .header-right-nav .nice-select .option.focus, .home-cosmatics .header-right-nav .nice-select .option.selected.focus, .home-cosmatics .header-right-nav .nice-select .option:hover {background-color: #fff;color: #c0b07d;}
.home-medical .header-right-nav .nice-select .option.focus, .home-medical .header-right-nav .nice-select .option.selected.focus, .home-medical .header-right-nav .nice-select .option:hover {background-color: #fff;color: #0bbfbd;}
.home-3 .dropdown-navs li {color: #253237;}
.home-cosmatics .header-right-nav ul li:hover {color: #c0b07d;}
.header-right-nav ul li:hover {color: #4fb68d;}
.home-9 .header-right-nav ul li:hover {color: #fff;}
.home-9 .home-10 .header-right-nav li:hover {color: #0090f0;}
.header-right-nav .nice-select:hover:after {border-color: #4fb68d;}
.home-cosmatics .header-right-nav .nice-select:hover:after {border-color: #c0b07d;}
.home-electronic .header-right-nav .nice-select:hover:after {border-color: #fff;}
.dropdown-nav li:after {display: none;}
.header-right-nav .nice-select .list {background-color: #fff;border-radius: 0;border-radius: 0;box-sizing: border-box;margin-top: 0;opacity: 0;overflow: hidden;overflow: hidden;padding: 0;padding: 0;pointer-events: none;position: absolute;left: auto;left: auto;right: 0;right: 0;top: 55px;top: 30px;-webkit-transform-origin: 0 0;-ms-transform-origin: 0 0;transform-origin: 0 0;-webkit-transform: scale(1) translateY(0);-ms-transform: scale(1) translateY(0);transform: scale(1) translateY(0);-webkit-transition: all .2s cubic-bezier(0,0,0,0),opacity .15s ease-out;transition: all .2s cubic-bezier(0,0,0,0),opacity .15s ease-out;z-index: 9;margin: 0;min-width: 130px;background: #fff;border: none;box-shadow: 0 0 3.76px .24px rgba(0,0,0,.15);}
.header-right-nav .nice-select.open .list {opacity: 1;pointer-events: auto;-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);left: auto;right: 0;top: 35px;}
.nice-select .option {cursor: pointer;font-weight: 400;line-height: 25px;list-style: none;min-height: 25px;outline: 0;padding-left: 0;padding-right: 0;text-align: left;-webkit-transition: all .2s;transition: all .2s;color: #253237;padding: 7px;}
.header-right-nav .nice-select .option:not(:last-child) {border-bottom: 1px solid #ebebeb;}
.header-right-nav .nice-select:after {height: 7px;right: -12px;width: 7px;border-color: #fff;transition: .3s ease-in-out;border-width: 1px;}
.home-13 .header-right-nav ul li:after {background: #253237;left: -21px;}
.home-13 .header-right-nav ul li.option:after {display: none;}
.home-13 .header-right-nav .nice-select:after {border-color: #253237;}
.home-13 .header-right-nav a {color: #253237;}
.home-13 .header-right-nav ul li.after-d-none:after {display: none;}
.home-13 .angle-icon:after {border-color: #253237;}
.home-13 .header-right-nav ul li.after-d-none {margin-left: 0;}
.home-13 .dropdown-nav {right: auto;line-height: 0;}
.home-13 .header-right-nav .nice-select .list {right: auto;line-height: 0;}
.home-13 .brfore-element:before {position: absolute;top: 0;right: -27px;width: 1px;height: 15px;content: "";background: #253237;}
.header-right-nav ul li {position: relative;}
.header-right-nav ul li.after-n:after {display: none;}
.header-right-nav .dropdown-navs ul li.top-10px:after {top: 5px;}
.header-right-nav .list li:before {position: absolute;top: 14px;left: -12px;width: 17px;height: 15px;content: "";background-image: url("/assets/images/1.jpg");background-repeat: no-repeat;}
.header-right-nav .list li {position: relative;}
.header-right-nav .list li:after {display: none;}
.angle-icon {position: relative;}
.top-10px.first-child .list li:after {display: none;}
.top-10px.first-child .list li:before {display: none;}
.angle-icon:hover:after {border-color: #4fb68d;}
.home-cosmatics .angle-icon:hover:after {border-color: #c0b07d;}
.home-electronic .angle-icon:hover:after {border-color: #fff;}
.home-11.home-electronic .angle-icon:hover:after {border-color: #0090f0;}
.home-10 .angle-icon:after {border-color: #253237;}
.home-10 .angle-icon:hover:after {border-color: #0090f0;}
.home-20 .angle-icon:hover:after {border-color: #0bbfbd;}
.home-20 .dropdown a:hover {color: #0bbfbd;}
.home-10 .header-right-nav ul li:after {background-color: #253237;}
.home-10 .header-right-nav .nice-select:after {border-color: #253237;}
.home-electronic .home-10 .header-right-nav .nice-select:hover:after {border-color: #0090f0;}
.home-11.home-electronic .header-right-nav .nice-select:hover:after {border-color: #0090f0;}
.angle-icon:after {border-bottom: 1px solid #fff;border-right: 1px solid #fff;content: "";display: block;margin-top: -4px;pointer-events: none;position: absolute;top: 50%;-webkit-transform-origin: 66% 66%;-ms-transform-origin: 66% 66%;transform-origin: 66% 66%;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition: all .15s ease-in-out;transition: all .15s ease-in-out;height: 7px;right: -12px;width: 7px;}
.home-3 .header-top-nav {background: #fff;}
.home-3 .left-text {color: #253237;}
.home-3 .header-right-nav a {color: #253237;}
.home-3 .header-right-nav .nice-select {background: #fff;}
.home-3 .header-right-nav .nice-select:after {border-color: #253237;}
.home-3 .header-right-nav .nice-select:hover:after {border-color: #4fb68d;}
.home-3 .angle-icon:after {border-color: #253237;}
.home-3 .angle-icon:hover:after {border-color: #4fb68d;}
.home-3 .header-right-nav ul li:after {background: #253237;}
.home-3 .header-right-nav a:hover {color: #4fb68d;}
.home-4 .header-top-nav {position: absolute;width: 100%;background-color: transparent;}
.home-4 .header-right-nav .nice-select {background-color: transparent;}
.logo {margin-top: 10px;}
.home-12 .logo {margin-top: 6px;}
.main-navigation ul li {display: inline-block;}
.main-navigation ul li:hover>a {color: #4fb68d;}
.mean-container .mean-nav ul li:hover>a {color: #4fb68d;}
.home-cosmatics .mean-container .mean-nav ul li:hover>a {color: #c0b07d;}
.home-electronic .mean-container .mean-nav ul li:hover>a {color: #0090f0;}
.home-furniture .mean-container .mean-nav ul li:hover>a {color: #ef1e1e;}
.home-medical .mean-container .mean-nav ul li:hover>a {color: #0bbfbd;}
.home-cosmatics .main-navigation ul li:hover>a {color: #c0b07d;}
.home-8.home-cosmatics .main-navigation ul li:hover>a {color: #fff;}
.home-electronic .main-navigation ul li:hover>a {color: #0090f0;}
.home-12.home-electronic .main-navigation ul li:hover>a {color: #fff;}
.home-furniture .main-navigation ul li:hover>a {color: #ef1e1e;}
.home-medical .main-navigation ul li:hover>a {color: #0bbfbd;}
.home-20.home-medical .main-navigation ul li:hover>a {color: #fff;}
.main-navigation ul li a {display: block;padding: 10px 10px;color: #253237;font-weight: 700;position: relative;text-transform: uppercase;}
.main-navigation ul li a:hover {color: #4fb68d;}
.home-furniture .main-navigation ul li a:hover {color: #ef1e1e;}
.home-furniture .main-navigation ul li .sub-menu>li>a:hover {color: #ef1e1e;}
.home-3 .main-navigation ul li a:hover {color: #4fb68d;}
.home-cosmatics .main-navigation ul li a:hover {color: #c0b07d;}
.home-cosmatics.home-8 .main-navigation ul li a:hover {color: #fff;}
.home-electronic .main-navigation ul li a:hover {color: #0090f0;}
.home-electronic.home-12 .main-navigation ul li a:hover {color: #fff;}
.home-medical.home-12 .main-navigation ul li a:hover {color: #0bbfbd;}
.home-medical.home-20 .main-navigation ul li a:hover {color: #fff;}
.home-medical .main-navigation ul li ul.mega-menu-wrap>li ul li.mega-menu-title a:hover {color: #0bbfbd;}
.home-medical .main-navigation ul li a:hover {color: #0bbfbd;}
.home-12 .main-navigation ul li a {color: #fff;padding: 15px 15px;}
.home-17.home-12 .main-navigation ul li a {color: #253237;}
.home-17.home-12 .main-navigation ul li:hover>a {color: #0bbfbd;}
.main-navigation ul li>a i {display: inline-block;vertical-align: -3px;font-size: 24px;font-weight: 400;margin-right: 5px;}
.home-12 .main-navigation ul li:first-child a {padding-left: 0;}
.sub-menu {position: absolute;z-index: 9;visibility: hidden;visibility: hidden;opacity: 0;opacity: 0;text-align: left;-o-transform-origin: 0 0;-ms-transform-origin: 0 0;-moz-transform-origin: 0 0;-webkit-transform-origin: 0 0;transform-style: preserve-3d;-o-transform-style: preserve-3d;-moz-transform-style: preserve-3d;-webkit-transform-style: preserve-3d;transform: rotateX(-75deg);-o-transform: rotateX(-75deg);-moz-transform: rotateX(-75deg);-webkit-transform: rotateX(-75deg);min-width: 205px;left: auto !important;background: #fff;box-shadow: 0 0 3.76px .24px rgba(0,0,0,.15);}
.menu-dropdown {position: relative;}
.main-navigation ul li .sub-menu>li>a {position: relative;position: relative;overflow: hidden;display: block !important;color: #888;font-size: 14px;font-weight: 400;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;padding: 0 !important;}
.main-navigation ul li .sub-menu>li {position: relative;position: relative;padding: 0 20px;line-height: 40px;height: 40px;overflow: hidden;border-bottom: 1px solid #eee;display: block !important;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
.main-navigation ul li .sub-menu>li:hover>a {-moz-transform: translateX(10px);-webkit-transform: translateX(10px);-o-transform: translateX(10px);-ms-transform: translateX(10px);transform: translateX(10px);color: #4fb68d;}
.home-cosmatics .main-navigation ul li .sub-menu>li:hover>a {color: #c0b07d;}
.home-electronic .main-navigation ul li .sub-menu>li:hover>a {color: #0090f0;}
.home-medical .main-navigation ul li .sub-menu>li:hover>a {color: #0bbfbd;}
.home-furniture .main-navigation ul li .sub-menu>li:hover>a {color: #ef1e1e;}
.sub-menu>li {display: block !important;}
.menu-dropdown:hover>.sub-menu {opacity: 1;visibility: visible;transform: rotateX(0);-o-transform: rotateX(0);-moz-transform: rotateX(0);-webkit-transform: rotateX(0);-o-transition: -o-transform .3s,opacity .3s;-ms-transition: -ms-transform .3s,opacity .3s;-moz-transition: -moz-transform .3s,opacity .3s;-webkit-transition: -webkit-transform .3s,opacity .3s;padding: 0 !important;}
.main-navigation ul li.menu-dropdown>a i.ion-ios-arrow-down {display: inline-block;vertical-align: -1px;font-size: 14px;font-weight: 400;margin: 0;}
.main-navigation ul li.menu-dropdown.position-static>a i.ion-ios-arrow-down {position: absolute;right: 0;transform: rotate(-90deg);}
.dropdown_search input {width: 100%;border: 0;height: 45px;padding-left: 20px;outline: 0;border-radius: 30px;}
.header-navigation {padding: 10px 0 15px 0;}
.home-20 .header-navigation {padding: 35px 0 35px 0;}
.home-18 .header-navigation {padding: 30px 0 35px 0;}
.home-20 .header-buttom-nav {background: #0bbfbd;}
.search-category {position: absolute;top: 0;right: 64px;}
.search-category .nice-select {height: 45px;font-family: "Open Sans",sans-serif;line-height: 43px;border: 0;}
.search-category .nice-select .list {height: 590px;overflow: auto;border-radius: 0;left: -50%;box-shadow: 0 0 3.76px .24px rgba(0,0,0,.15);}
.dropdown_search {width: 500px;background: #fff;display: block;border: 2px solid #4fb68d;border-radius: 30px;}
.home-cosmatics .dropdown_search {border: 2px solid #c0b07d;}
.header_account_list>a {font-size: 28px;display: flex;display: none;align-items: first baseline;color: #333;}
.header_account_list>a:hover {color: #4fb68d;}
.home-furniture .header_account_list>a:hover {color: #ef1e1e;}
.home-cosmatics .header_account_list>a:hover {color: #c0b07d;}
.home-electronic .header_account_list>a:hover {color: #0090f0;}
.home-9.home-electronic .header_account_list>a:hover {color: #fff;}
.home-3 .header_account_list>a:hover {color: #4fb68d;}
.header_account_list {margin-right: 100px;position: relative;}
.home-16 .header_account_list {margin-right: 0;}
.home-11 .header_account_list {margin-right: 70px;}
.home-10 .header_account_list {margin-right: 0;margin-top: 7px;}
.home-12 .header_account_list {margin-top: 0;margin-left: 70px;}
.home-18 .header_account_list {position: absolute;right: 45%;margin: 0;}
.home-18 .phone {margin-left: 43px;}
.header_account_area {display: flex;justify-content: flex-end;margin-top: 8px;}
.home-5 .header_account_area {margin-top: 0;}
.home-10 .header_account_area {justify-content: flex-start;}
.home-12 .header_account_area {margin: 0;}
.home-12 .sticky-nav.menu_fixed {padding: 0;}
.home-20 .sticky-nav.menu_fixed {border: 0;background: #0bbfbd;}
.sticky-nav.menu_fixed {position: fixed;top: 0;left: 0;width: 100%;z-index: 99999;background: #fff;padding: 10px 0 15px 0;box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);}
.home-4 .sticky-nav.menu_fixed {position: fixed;top: 0;left: 0;width: 100%;z-index: 99999;background: #fff;padding: 10px 0 15px 0;box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);}
.home-2 .sticky-nav.menu_fixed {position: fixed;top: 0;left: 0;width: 100%;z-index: 99999;background: #fff;padding: 10px 0 15px 0;box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);}
.home-7 .home-2 .sticky-nav.menu_fixed {padding: 15px 0 15px 0;}
.home-4 .home-2 .sticky-nav.menu_fixed {padding: 15px 0 15px 0;}
.dropdown_search form button {position: absolute;top: 0;right: -1px;border: 0;background: #4fb68d;height: 100%;width: 65px;text-align: center;font-size: 20px;color: #fff;border-radius: 0 30px 30px 0;outline: 0;transition: .3s ease-in-out;}
.home-furniture .dropdown_search form button {background: #ef1e1e;}
.home-furniture .home-14 .dropdown_search form button {background: #253237;}
.home-furniture .dropdown_search {border-color: #ef1e1e;}
.home-medical .dropdown_search {border-color: #0bbfbd;}
.home-18 .dropdown_search {display: none;position: absolute;top: 60px;right: 0;z-index: 2;}
.home-18 .header_account_list>a {display: block;position: absolute;right: 0;top: 11px;}
.home-medical .nice-select .option.selected {color: #0bbfbd;}
.home-medical .dropdown_search form button {background: #0bbfbd;}
.home-19.home-medical .dropdown_search form button {background: #253237;}
.home-cosmatics .dropdown_search form button {background: #c0b07d;}
.home-electronic .dropdown_search form button {background: #253237;}
.home-11.home-electronic .dropdown_search form button {background: #0090f0;}
.home-12.home-electronic .dropdown_search form button {background: #0090f0;}
.home-electronic .dropdown_search form button:hover {background: #000;}
.home-11.home-electronic .dropdown_search form button:hover {background: #0090f0;}
.home-12.home-electronic .dropdown_search form button:hover {background: #0090f0;}
.home-electronic .dropdown_search {border: 0;}
.home-11.home-electronic .dropdown_search {border: 2px solid #0090f0;}
.home-12.home-electronic .dropdown_search {border: 2px solid #0090f0;}
.dropdown_search form {position: relative;width: 100%;}
.dropdown_search form i {font-size: 24px;line-height: 46px;}
.main-navigation {float: left;margin-top: 9px;}
.main-navigation.mt-0px {margin-top: 0;}
.count-cart {position: relative;font-weight: 700;}
.item-quantity-tag {position: absolute;top: 9px;left: -26px;right: auto;width: 24px;height: 24px;content: "";background: #4fb68d;color: #fff;line-height: 24px;text-align: center;border-radius: 50%;float: right;display: inline-block;font-size: 14px;font-weight: 600;}
.home-cosmatics .item-quantity-tag {background-color: #c0b07d;}
.home-furniture .item-quantity-tag {background-color: #ef1e1e;}
.count-cart:before {content: "";display: inline-block;font-size: 28px;font-family: Ionicons;vertical-align: middle;margin-right: 15px;float: left;font-weight: 400;}
.count-cart.random:before {content: "";}
.count-cart.heart:before {content: "";}
.home-9 .count-cart {display: inline-flex;margin-left: 10px;}
.home-9 .item-quantity-tag {left: 16px;background: #fff;color: #253237;}
.hover-style-electronic .item-quantity-tag {background: #0090f0;color: #fff;}
.home-13 .count-cart.random .item-quantity-tag {left: 16px;}
.home-13 .count-cart.heart .item-quantity-tag {left: 16px;}
.home-10 .item-quantity-tag {color: #fff;background-color: #0090f0;}
.home-electronic .count-cart:hover {color: #fff;}
.home-furniture .home-14 .item-quantity-tag {background-color: #ef1e1e;}
.home-19 .count-cart {color: #fff;}
.home-medical.home-19 .item-quantity-tag {background: #fff !important;color: #253237 !important;}
.home-19.home-medical .count-cart:hover {color: #fff;}
.phone {position: relative;line-height: 17px;}
.phone p {margin: 0;}
.home-14 .phone {color: #fff;}
.home-14 .phone a {color: #fff;}
.home-14 .phone a:hover {color: #fff;}
.home-13 .phone {line-height: 27px;display: flex;}
.home-13 .phone p {font-size: 13px;margin-right: 5px;}
.home-13 .header-right-nav .phone a {color: #253237;padding: 0;font-weight: 400;font-size: 13px;}
.home-13 .phone:before {background: 0 0;top: 0;content: "";font-family: Ionicons;font-size: 24px;display: inline-block;position: absolute;left: -25px;bottom: 0;}
.phone:before {content: "";display: inline-block;width: 35px;height: 35px;background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzc0MkMzQjg0NEE5MTFFQTgwNDFGODlFNDQxM0M3MjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzc0MkMzQjk0NEE5MTFFQTgwNDFGODlFNDQxM0M3MjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDNzQyQzNCNjQ0QTkxMUVBODA0MUY4OUU0NDEzQzcyOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDNzQyQzNCNzQ0QTkxMUVBODA0MUY4OUU0NDEzQzcyOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqbE2QIAAATgSURBVHjatJhpbFRVGIZnhrYoNiDVGK1xhSJoXFERVFC0WAMRBI0K/pAQBRuNC3WJYsQFIj8U1KAExcQoBaFxS6xYSkYFIgUVUQEVR1wSbYJURShoW/X9kueYw/XcuTOAX/Jklnvnnvd+59vupKvOGpT6n+1JMUWU5Tlnp5hesh+LlIoqcZSoEHvENrFZ/MY5xyDkbLErz7UGiIZixdiiE8QYMVj8Lb4Vu0UPcZg4XGwS14oMxz4T74rywDU/EQ+LgwoV01s8ICaLj8RiUSu+QpBvh4rzxdein/f9HLwZtZ/dm0LEmBfmI+ICsT7h/F/FW4Hvz7C79z6bp1rFeSKXJCaN+24RN+ON0LaZF44U7eJTtmSfLJ+Y2WI0sfFF5NgJYhZes/jYKnoRqD9ZZohFvD9Y3CA28tvV4kfeXyS2i+tFW5yYO8U4cSEB6tsw8aZ4VfQV33vHuhPgs1loCnE2mXgZKM4kzZ8WQ7gRy7QJ6UCdOUdkxXCxNnKsj/hQ3CWez+PVSvGeWIiXzI5l4QfFPWy7vbbFbZOl4rNiZkCIy4iXE4Sk2IaxogVBW8TJXP86cblYlQos7tvV1IrHAwucJEZ4d5pkFshLxa18ti2dxjY5IROpS3uJSfN6O0L+CFx8GBfZHjh2aSRtnb3B78zmiRniTz5bvCygVlnNypiYoaKJ0m6qX4rJsqPZ82j62w0s4xpHRI5vJX7MOr3vu4m5FDyrMXdYLGUISBPyovjOeoS4PyCmjLuyatxfTBJryLwafvuleIy7rkRsqOoOJ+Ut23qKU8QTJRQru7vXUP82nTZkfbiTMgpcPdXZ+k8zXrYFluDJV2Kus5w0L6NllPt15nX2cwmLxNkloovXVYHj70OK64zk/JDtglbSvs3PpmkJQlJU1dYiKvxTBZyzzWVUJiY2QraRRllehJiaAs7pZPz4jxjbqnfcwYjVU/C60xiTrJIgTbIexNxeYmbQ0EoYAaKC/mKmWUAFzWfnIvq2SEqHiu5xZOK/Yu4j1ztoajYwNcZ46BmmOL+pjeQ3jha2symhdQxAbM6JqaKuDKZiNlLCu0jzqCCrJXUUuvEUsCxpX8MM3ELK2nbem0fMCEaKLtcozeUrxAbqTYptaqWjhlLTmukOmuAcSnoFxbCZJrmzgHixpvmC37VLvV5kLp7KxdoYnlwvOZ07t/HxNG++bcSDFcRdNW7fAB/gxfaIkCGIX+gH0Eou4PpKP96PQ0g3gnYlk5wtcLc4kVQfQ0euo0v3ZEJsYIsfYVI8NdLTZjJg/e57Zi0VeBndN0eDs4J1EwPQIERGC94PBG8jqV+Ld9eAW3g602F/dmESsXpFaJ65UXzDfpcjylr/cwRzXURIL+/9ajxWG3hscVv/EJnqFh9LGdkREtNBMOVoYrvprEMR1+zd5SwevI73rrMlRohfo8xz13ilYHm+Sa+DVM2xuAm6mAl/HkXMxoyrmG+z1IneBbKCzD0kTnh0iHKC6hFUjaAmXPoLQf0oz9Ob9uHxaFTcaBGa6NyWLcKV1cwefb3hKYvIUvb/ssgjSz7bU+xDXCeCnIcsoD/n2FTcnMVT64iZ9v397yST0NrHU12b+evD2Xwy6mNx5YEQkiTG99A6ClcDI8Z6CtbEhK5clKWL+OdqII+snQT05gP9F9c/AgwA86I/LUAPDuoAAAAASUVORK5CYII=") no-repeat;position: absolute;left: -45px;top: 0;}
.home-electronic .phone:before {background-image: url("/assets/images/icon_contact.png");}
.home-19 .phone:before {background-image: url("/assets/images/icon_contact.png");}
.home-furniture .phone:before {background-image: url("/assets/images/icon_contact.png");}
.home-11.home-electronic .phone:before {background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzc0MkMzQjg0NEE5MTFFQTgwNDFGODlFNDQxM0M3MjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzc0MkMzQjk0NEE5MTFFQTgwNDFGODlFNDQxM0M3MjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDNzQyQzNCNjQ0QTkxMUVBODA0MUY4OUU0NDEzQzcyOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDNzQyQzNCNzQ0QTkxMUVBODA0MUY4OUU0NDEzQzcyOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqbE2QIAAATgSURBVHjatJhpbFRVGIZnhrYoNiDVGK1xhSJoXFERVFC0WAMRBI0K/pAQBRuNC3WJYsQFIj8U1KAExcQoBaFxS6xYSkYFIgUVUQEVR1wSbYJURShoW/X9kueYw/XcuTOAX/Jklnvnnvd+59vupKvOGpT6n+1JMUWU5Tlnp5hesh+LlIoqcZSoEHvENrFZ/MY5xyDkbLErz7UGiIZixdiiE8QYMVj8Lb4Vu0UPcZg4XGwS14oMxz4T74rywDU/EQ+LgwoV01s8ICaLj8RiUSu+QpBvh4rzxdein/f9HLwZtZ/dm0LEmBfmI+ICsT7h/F/FW4Hvz7C79z6bp1rFeSKXJCaN+24RN+ON0LaZF44U7eJTtmSfLJ+Y2WI0sfFF5NgJYhZes/jYKnoRqD9ZZohFvD9Y3CA28tvV4kfeXyS2i+tFW5yYO8U4cSEB6tsw8aZ4VfQV33vHuhPgs1loCnE2mXgZKM4kzZ8WQ7gRy7QJ6UCdOUdkxXCxNnKsj/hQ3CWez+PVSvGeWIiXzI5l4QfFPWy7vbbFbZOl4rNiZkCIy4iXE4Sk2IaxogVBW8TJXP86cblYlQos7tvV1IrHAwucJEZ4d5pkFshLxa18ti2dxjY5IROpS3uJSfN6O0L+CFx8GBfZHjh2aSRtnb3B78zmiRniTz5bvCygVlnNypiYoaKJ0m6qX4rJsqPZ82j62w0s4xpHRI5vJX7MOr3vu4m5FDyrMXdYLGUISBPyovjOeoS4PyCmjLuyatxfTBJryLwafvuleIy7rkRsqOoOJ+Ut23qKU8QTJRQru7vXUP82nTZkfbiTMgpcPdXZ+k8zXrYFluDJV2Kus5w0L6NllPt15nX2cwmLxNkloovXVYHj70OK64zk/JDtglbSvs3PpmkJQlJU1dYiKvxTBZyzzWVUJiY2QraRRllehJiaAs7pZPz4jxjbqnfcwYjVU/C60xiTrJIgTbIexNxeYmbQ0EoYAaKC/mKmWUAFzWfnIvq2SEqHiu5xZOK/Yu4j1ztoajYwNcZ46BmmOL+pjeQ3jha2symhdQxAbM6JqaKuDKZiNlLCu0jzqCCrJXUUuvEUsCxpX8MM3ELK2nbem0fMCEaKLtcozeUrxAbqTYptaqWjhlLTmukOmuAcSnoFxbCZJrmzgHixpvmC37VLvV5kLp7KxdoYnlwvOZ07t/HxNG++bcSDFcRdNW7fAB/gxfaIkCGIX+gH0Eou4PpKP96PQ0g3gnYlk5wtcLc4kVQfQ0euo0v3ZEJsYIsfYVI8NdLTZjJg/e57Zi0VeBndN0eDs4J1EwPQIERGC94PBG8jqV+Ld9eAW3g602F/dmESsXpFaJ65UXzDfpcjylr/cwRzXURIL+/9ajxWG3hscVv/EJnqFh9LGdkREtNBMOVoYrvprEMR1+zd5SwevI73rrMlRohfo8xz13ilYHm+Sa+DVM2xuAm6mAl/HkXMxoyrmG+z1IneBbKCzD0kTnh0iHKC6hFUjaAmXPoLQf0oz9Ob9uHxaFTcaBGa6NyWLcKV1cwefb3hKYvIUvb/ssgjSz7bU+xDXCeCnIcsoD/n2FTcnMVT64iZ9v397yST0NrHU12b+evD2Xwy6mNx5YEQkiTG99A6ClcDI8Z6CtbEhK5clKWL+OdqII+snQT05gP9F9c/AgwA86I/LUAPDuoAAAAASUVORK5CYII=") no-repeat;}
.contact-link {float: left;position: relative;margin-top: 5px;}
.contact-link a {color: #253237;font-weight: 700;font-size: 20px;}
.home-19 .contact-link a {color: #fff;}
.home-19 .phone p {color: #fff;}
.contact-link a:hover {color: #4fb68d;}
.home-cosmatics .contact-link a:hover {color: #c0b07d;}
.home-medical .contact-link a:hover {color: #0bbfbd;}
.home-19.home-medical .contact-link a:hover {color: #fff;}
.cart-info {margin: 10px 0 0 35px;}
.cart-info-wrap {display: flex;width: 100%;justify-content: flex-end;}
.home-11 .cart-info {margin: 10px 0 0 15px;}
.search-bar {float: left;}
.home-2 .header-navigation {padding: 35px 0;position: absolute;width: 100%;z-index: 2;}
.home-2 .header_account_list>a {align-items: flex-end;}
.home-2 .header_account_list {margin-right: 0;}
.home-2 .dropdown_search {position: absolute;left: auto;right: 0;top: 36px;display: none;}
.home-3 .header-navigation {background: #253237;}
.home-3 .header_account_list>a {color: #fff;}
.home-3 .main-navigation ul li a {color: #fff;}
.home-3 .header_account_list {margin-right: 0;}
.home-electronic .count-cart {color: #fff;}
.hover-style-electronic .count-cart {color: #253237;}
.hover-style-electronic .count-cart:hover {color: #0090f0;}
.home-electronic .home-10 .count-cart {color: #253237;}
.home-electronic .home-10 .count-cart:hover {color: #0090f0;}
.home-electronic .phone {color: #fff;}
.home-electronic .phone a {color: #fff;}
.home-11.home-electronic .phone {color: #666;}
.home-11.home-electronic .phone a {color: #253237;}
.home-11.home-electronic .phone a:hover {color: #0090f0;}
.count-cart:hover {color: #4fb68d;}
.home-cosmatics .count-cart:hover {color: #c0b07d;}
.home-furniture .count-cart:hover {color: #ef1e1e;}
.home-2 .header_account_list {margin-right: 0;margin-top: 10px;}
.home-5 .sticky-nav.menu_fixed {padding: 0;}
.container-inner {padding: 22px 30px;background: #fff;margin-top: 15px;position: relative;}
.sticky-nav.menu_fixed .container-inner {padding: 0;margin: 0;}
.home-4 .main-navigation {margin-left: 150px;}
.mobile-menu-area {display: none;}
.mean-container a.meanmenu-reveal span {display: block;background: #333;height: 2px;margin-top: 3px;position: absolute;z-index: 999999;width: 18px;margin: 5px 0 4px 0;}
.mean-container a.meanmenu-reveal {padding: 0 5px 5px 5px;}
a.meanmenu-reveal.meanclose {padding: 0 5px 5px 5px;}
.menu-overflow {height: 220px;overflow-x: auto;}
.home-5 .contact-link {margin: 0 0 0 45px;}
.home-6 .contact-link {margin: 0;}
.home-5 .home-10 .contact-link {margin: 5px 0 0 45px;}
.home-5 .logo {margin: 0;}
.home-5 .cart-info {margin-top: 3px;}
.home-5 .home-2 .header_account_list {margin: 4px 0 0;}
.home-5 .header-navigation {padding: 40px 0 40px 0;border-bottom: 1px solid #ededed;}
.home-13 .header-navigation {padding: 30px 0 30px 0;}
.home-5 .main-navigation {margin: 0;float: initial;}
.home-5 .main-navigation ul li a {padding: 18px 15px;}
.home-5.home-6 .main-navigation ul li a {padding: 18px 30px 18px 0;}
.home-6 .dropdown_search {display: block;position: initial;}
.home-6 .header_account_list>a {display: none;}
.contact-link-wrap {display: flex;width: 100%;justify-content: flex-end;margin: 8px 0 0 0;}
.home-6 .header_account_area {margin-top: 0;width: 100%;}
.home-5.home-6 .logo {margin: 7px 0 0 0;}
.home-5.home-6 .home-10 .logo {margin: 13px 0 0 0;}
.home-5.home-6 .cart-info {margin-top: 5px;}
.home-5.home-6 .home-10 .cart-info {margin-top: 15px;margin-left: 70px;}
.home-6 .header-navigation {padding: 35px 0;}
.home-14 .header-navigation {padding: 25px 0;}
.home-electronic .header-navigation {background: #0090f0;border-bottom: 0;border-top: 1px solid rgba(255,255,255,.1);}
.home-11.home-electronic .header-navigation {background: #fff;border: 0;padding: 26px 0 27px 0;}
.home-11.home-electronic .header-navigation.sticky-nav.menu_fixed {padding: 5px 0 8px 0;}
.home-electronic .home-10 .header-navigation {background: #fff;border-bottom: 0;border-top: 0 solid rgba(255,255,255,.1);padding: 25px 0;}
.home-electronic .home-10 .header-navigation.sticky-nav.menu_fixed {padding: 10px 0;}
.home-electronic.home-12 .header-navigation {padding: 32px 0;}
.home-8 .dropdown_search {margin-left: 65px;}
.home-electronic .beauty-category .nice-select {background: #fff;color: #253237;}
.home-electronic .home-10 .beauty-category .nice-select {background: #0583d7;color: #fff;text-transform: capitalize;}
.beauty-category .nice-select {-webkit-tap-highlight-color: transparent;border-radius: 0;border: solid 0 #e8e8e8;box-sizing: border-box;clear: both;cursor: pointer;cursor: pointer;display: block;float: left;font-family: "Open Sans",sans-serif;height: 60px;line-height: 60px;outline: 0;position: relative;text-align: left !important;-webkit-transition: all .2s ease-in-out;transition: all .2s ease-in-out;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;white-space: nowrap;width: 100%;color: #fff;background: #ab9b69;font-size: 14px;font-weight: 700;text-transform: uppercase;margin: 0;padding-left: 20px;padding-right: 0;}
.beauty-category {height: 60px;width: 270px;}
.home-10 .beauty-category {min-width: 270px;}
.beauty-category .nice-select .option {position: relative;display: block;overflow: hidden;line-height: 24px;word-wrap: break-word;background: #fff;color: #253237;padding: 15px 20px;font-size: 14px;font-weight: 700;transition: none;border-bottom: 1px solid #eaeaea;}
.beauty-category .nice-select:after {border-bottom: 0 solid #fff;border-right: 0 solid #fff;height: auto;right: 12px;width: auto;content: "";display: inline-block;font-size: 12px;font-family: Ionicons;font-weight: 400;margin-left: 7px;float: right;-webkit-transform-origin: 0 0;-ms-transform-origin: 0 0;transform-origin: 0 0;-webkit-transform: rotate(0);-ms-transform: rotate(0);transform: rotate(0);top: 4px;}
.beauty-category .nice-select.open:after {-webkit-transform: rotate(0);-ms-transform: rotate(0);transform: rotate(0);}
.beauty-category .nice-select:before {content: "";display: inline-block;font-size: 24px;font-family: Ionicons;font-weight: 400;line-height: 32px;margin-right: 10px;text-align: center;vertical-align: -3px;}
.beauty-category .nice-select .list {background-color: #fff;border-radius: 0;box-shadow: 0 0 3.76px .24px rgba(0,0,0,.15);margin-top: 1px;}
.beauty-category .nice-select .option.focus, .beauty-category .nice-select .option.selected.focus, .beauty-category .nice-select .option:hover {background-color: #fff;color: #c0b07d;}
.home-electronic .beauty-category .nice-select .option.focus, .home-electronic .beauty-category .nice-select .option.selected.focus, .home-electronic .beauty-category .nice-select .option:hover {color: #0090f0;}
.home-8 .main-navigation ul li a {color: #fff;}
.home-9 .main-navigation ul li a {color: #253237;}
.home-8 .header-buttom-nav {background: #c0b07d;}
.home-9 .header-buttom-nav {background: #fff;}
.home-10 .header-buttom-nav {background: #0090f0;}
.home-8 .main-navigation {margin-left: 35px;}
.home-19 .main-navigation {margin-left: 0;}
.home-12 .home-10 .main-navigation {flex: 0 0 100%;}
.home-10 .main-navigation {margin: 0;flex: 0 0 78%;}
.home-furniture .home-10 .header-buttom-nav {background: #ef1e1e;}
.home-2 .slider-height-6 {height: 670px;}
.slider-content-2 {margin-top: 70px;}
.home-2 .bg-img {background-size: cover;}
.slider-height-7 {height: 800px;}
.slider-height-18 {height: 660px;}
.slider-content-18 {align-self: center;margin-left: 5%;}
.home-2.banner-area {margin-top: 60px;}
.home-3 .shop-btn {margin-top: 5px;}
.slider-area .container {align-self: center;}
.home-20 .slider-area {margin-top: 30px;}
.home-4 .slider-height-6 {height: 700px;}
.home-4 .slider-area span {color: #fff;}
.home-4 .slider-area h1 {color: #fff;}
.home-4 .slider-area .shop-btn {background-color: #fff;color: #253237;}
.home-4 .slider-area .shop-btn:hover {background-color: #253237;color: #fff;}
.home-4 .slider-content-5 {margin: 150px 0 0 0;}
.slider-height-6 {height: 650px;}
.slider-height-16 {height: 590px;}
.home-5 .slider-height-6 {height: 570px;}
.slider-height-13 {height: 690px;}
.slider-height-9 {height: 630px;}
.slider-height-19 {height: 513px;}
.slider-height-10 {height: 550px;}
.slider-height-11 {height: 545px;}
.bg-img {background-position: center center;background-size: cover;position: relative;z-index: 1;background-color: #bebebe;}
.bg-img:after {position: absolute;top: 0;left: 0;width: 100%;height: 100%;content: "";background: #fff;z-index: -1;opacity: .2;}
.home-4 .bg-img:after {background: #f8f8f8;}
.slider-area span {font-size: 17px;font-weight: 400;text-transform: uppercase;color: #253237;font-style: italic;margin-bottom: 10px;line-height: 1;display: block;}
.slider-area .slider-content-11 span {color: #fff;}
.slider-area .slider-content-11 h1 {color: #fff;}
.slider-area .slider-content-11 p {color: #fff;}
.slider-area .slider-content-20 h1 {color: #fff;}
.slider-area .slider-content-20 p {color: #fff;}
.slider-area h1 {font-size: 45px;font-weight: 600;color: #253237;margin-bottom: 30px;line-height: 1;}
.home-16 .slider-area h1 {color: #fff;}
.home-16 .slider-area p {color: #fff;}
.home-16 .slider-area h1 {color: #fff;}
.home-17 .slider-area h1 {color: #fff;}
.home-17 .slider-area p {color: #fff;}
.home-17 .slider-area h1 {color: #fff;}
.slider-area .slider-content-13 h1 {font-size: 42px;}
.slider-area .slider-content-13 h1 strong {font-size: 45px;}
.slider-area .slider-content-13 p {width: 49%;}
.slider-content-16.slider-content-13 {padding-left: 60%;}
.slider-content-16.slider-content-13 p {width: 100%;}
.slider-area .slider-content-13.slider-content-15 p {width: 35%;}
.slider-content-15 {margin-top: 70px;}
.slider-area strong {font-size: 60px;font-weight: 700;display: inline-block;margin: 0;font-style: normal;}
.slider-area p {font-size: 19px;margin-bottom: 30px;font-weight: 400;color: #555;}
.home-2 .shop-btn {margin-top: 20px;}
.shop-btn {width: 120px;height: 40px;line-height: 40px;text-align: center;display: inline-block;background-color: #4fb68d;color: #fff;font-weight: 700;border-radius: 30px;font-size: 14px;}
.shop-btn:hover {color: #fff;background: #253237;}
.home-cosmatics .shop-btn:hover {background-color: #c0b07d;}
.home-furniture .shop-btn {background-color: #ef1e1e;}
.home-furniture .slider-content-15 .shop-btn:hover {background-color: #253237;}
.home-furniture .slider-content-16 .shop-btn {background-color: #fff;color: #253237;}
.home-furniture .slider-content-16 .shop-btn:hover {background-color: #253237;color: #fff;}
.home-cosmatics .shop-btn {background-color: #253237;}
.home-electronic .shop-btn {background-color: #0090f0;}
.home-electronic .slider-content-11 .shop-btn {background-color: #fff;color: #253237;}
.home-medical .shop-btn {background-color: #fff;color: #253237;}
.home-medical .shop-btn:hover {background-color: #253237;color: #fff;}
.home-medical.home-19 .shop-btn {background-color: #0bbfbd;color: #fff;}
.home-medical.home-19 .shop-btn:hover {background-color: #253237;color: #fff;}
.home-electronic .slider-content-11 .shop-btn:hover {background-color: #253237;color: #fff;}
.home-electronic .shop-btn:hover {background-color: #253237;}
.single-static h4 {color: #253237;font-size: 16px;font-weight: 600;line-height: 22px;margin-bottom: 0;}
.single-static p {line-height: 20px;color: #666;font-size: 13px;margin: 0;}
.single-static img {width: 45px;flex: 0 0 45px;margin: 0;margin-right: 10px;}
.single-static {position: relative;display: flex;align-items: flex-start;padding: 36px 5px;}
.single-static-meta {overflow: hidden;flex-grow: 1;}
.static-area-wrap {border: 1px solid #ebebeb;border-radius: 5px;padding: 0 20px;}
.home-8 .static-area {margin-top: 30px;margin-bottom: 60px;}
.home-8 .static-area.home-10 {margin-top: 60px;}
.home-8 .static-area {margin-top: 60px;margin-bottom: 60px;}
.home-8.home-19 .static-area {margin-top: 60px;}
.home-7 .best-sells-area {margin-top: 60px;}
.list-product {position: relative;background: #fff;z-index: 1;border: 1px solid #ebebeb;border-radius: 5px;overflow: hidden;margin-bottom: 30px;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
.second-img {position: absolute;top: 0;left: 0;opacity: 0;visibility: hidden;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
.list-product:hover .second-img {opacity: 1;visibility: visible;}
a.quick_view {display: inline-block;background: #fff;color: #253237;padding: 0;padding: 0;border: none;line-height: 46px;height: 46px;width: 46px;border-radius: 100%;text-align: center;pointer-events: visible;opacity: 0;-moz-transform: scale3d(0,0,0);-webkit-transform: scale3d(0,0,0);-o-transform: scale3d(0,0,0);-ms-transform: scale3d(0,0,0);transform: scale3d(0,0,0);-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
.home-medical a.quick_view {box-shadow: 0 0 13.95px 1.05px rgba(0,0,0,.17);}
.home-medical .list-product {border-radius: 0;}
.list-product-2.transparent-border .list-product {margin: 0;}
a.quick_view i {font-size: 21px;}
.list-product:hover a.quick_view {opacity: 1;-moz-transform: scale3d(1,1,1);-webkit-transform: scale3d(1,1,1);-o-transform: scale3d(1,1,1);-ms-transform: scale3d(1,1,1);transform: scale3d(1,1,1);}
.list-product:hover {border-color: #4fb68d;}
.home-cosmatics .list-product:hover {border-color: #c0b07d;}
.home-furniture .list-product:hover {border-color: #ef1e1e;}
.home-cosmatics a.quick_view:hover {background-color: #c0b07d;color: #fff;}
.home-electronic .list-product:hover {border-color: #0090f0;}
.home-medical .list-product:hover {border-color: #0bbfbd;}
.home-electronic a.quick_view:hover {background-color: #0090f0;color: #fff;}
.home-furniture a.quick_view:hover {background-color: #ef1e1e;color: #fff;}
.home-medical a.quick_view:hover {background-color: #0bbfbd;color: #fff;}
a.quick_view:hover {background-color: #4fb68d;color: #fff;}
.quick-view {position: absolute;top: 50%;-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);left: 0;right: 0;text-align: center;pointer-events: none;z-index: 1;height: 46px;}
.img-block {position: relative;overflow: hidden;}
.new {position: absolute;top: 10px !important;left: 10px;display: inline-block;color: #fff;padding: 0 5px;text-align: center;text-align: center;line-height: 20px;height: 20px;font-size: 12px;font-weight: 700;border-radius: 5px;z-index: 1;background-color: #4fb68d;}
.favorite {position: absolute;bottom: 0;left: 10px;display: inline-block;color: black;padding: 0 5px;text-align: center;line-height: 20px;height: 20px;font-size: 12px;font-weight: 700;border-radius: 5px;z-index: 1;background-color: #fdd835;}
.popular {position: absolute;top: 10px !important;right: 10px;display: inline-block;color: #fff;padding: 0 5px;text-align: center;text-align: center;line-height: 20px;height: 20px;font-size: 12px;font-weight: 700;border-radius: 5px;z-index: 1;background-color: red;}
.product-details-img.product-details-tab .new {position: absolute;top: auto !important;left: auto;display: inline-block;color: #fff;padding: 0 5px;text-align: center;line-height: 20px;height: 20px;font-size: 12px;font-weight: 700;border-radius: 0;z-index: 99;background-color: #4fb68d;}
.product-details-img.product-details-tab .favorite {position: absolute;bottom: auto;top: auto !important;right: 1px;left: auto;display: inline-block;color: black;padding: 0 5px;text-align: center;line-height: 20px;height: 20px;font-size: 12px;font-weight: 700;border-radius: 0;z-index: 99;background-color: #fdd835;}
.home-cosmatics .new {background-color: #c0b07d;}
.home-furniture .new {background-color: #ef1e1e;}
.home-electronic .new {background-color: #0090f0;}
.home-medical .new {background-color: #0bbfbd;}
.inner-link {font-size: 12px;text-transform: uppercase;color: #999;line-height: 1;margin-bottom: 10px;display: block;}
.inner-link:hover {color: #999;}
.home-cosmatics .inner-link:hover {color: #253237;}
.home-electronic .inner-link:hover {color: #253237;}
.product-decs {padding: 20px 13px 16px 13px;background: #fff;overflow: hidden;position: relative;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
.product-link {line-height: 18px;display: block;margin-bottom: 10px;font-weight: 500;color: #253237;font-size: 14px;text-transform: capitalize;}
.product-link:hover {color: #4fb68d;}
.add-to-link ul li a:hover {color: #4fb68d;}
.add-to-link ul li button:hover {color: #4fb68d;}
.home-cosmatics .product-link:hover {color: #c0b07d;}
.home-furniture .product-link:hover {color: #ef1e1e;}
.home-medical .product-link:hover {color: #0bbfbd;}
.home-cosmatics .add-to-link ul li a:hover {color: #c0b07d;}
.home-electronic .product-link:hover {color: #0090f0;}
.home-electronic .add-to-link ul li a:hover {color: #0090f0;}
.home-furniture .add-to-link ul li a:hover {color: #ef1e1e;}
.rating-product i {overflow: hidden;font-size: 18px;color: #fdd835;}
.old-price {color: #9b9b9b;font-weight: 400;text-decoration: line-through;margin-right: 0px;font-size: 12px;}
.old-price.not-cut {text-decoration: none;}
.pricing-meta li {display: inline-block;}
.current-price {color: #cf2929;font-size: 16px;}
.discount-price {display: inline-block;vertical-align: top;color: #fff;background: #cf292b;padding: 0 4px;border-radius: 5px;text-align: center;text-align: center;line-height: 20px;height: 20px;font-size: 11px;font-weight: 700;z-index: 4;margin-left: 0px;}
.cart-btn {display: inline-block;background: #fff;color: #253237;font-weight: 700;padding: 0;border: none;border-width: 2px;border-bottom-style: solid;line-height: 24px;height: 26px;width: auto;cursor: pointer;font-size: 14px;text-transform: uppercase;position: relative;z-index: 1;}
.add-to-link ul li {display: inline-flex;float: right;}
.add-to-link ul li.cart {float: left;}
.add-to-link ul li a {display: inline-block;background: #fff;color: #253237;padding: 0;text-align: center;text-transform: capitalize;}
.add-to-link ul li button {display: inline-block;background: #fff;color: #253237;padding: 0;text-align: center;text-transform: capitalize;}
.add-to-link-btn a {display: inline-block;background: #253237;color: #fff;font-weight: 700;padding: 10px 18px;border-radius: 5px;border: none;line-height: 18px;height: 38px;width: auto;cursor: pointer;font-size: 14px;position: relative;z-index: 1;transition: all .3s ease-in-out;}
.add-to-link-btn {text-align: center;margin: 10px 0 25px;}
.add-to-link-btn a:hover {background: #0bbfbd;}
.add-to-link ul li a i {margin-right: 10px;font-size: 21px;}
.add-to-link {position: absolute;left: 13px;right: 13px;bottom: 20px;background: #fff;visibility: hidden;opacity: 0;transform: translateY(25px) translateZ(0);-webkit-transform: translateY(25px) translateZ(0);perspective: 800px;-webkit-perspective: 800px;backface-visibility: hidden;-webkit-backface-visibility: hidden;-webkit-transition: opacity .3s ease,visibility .3s ease,transform .3s ease;-webkit-transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;transition: opacity .3s ease,visibility .3s ease,transform .3s ease;transition: opacity .3s ease,visibility .3s ease,transform .3s ease,-webkit-transform .3s ease;}
.list-product:hover .add-to-link {opacity: 1;visibility: visible;-webkit-transform: translateY(0) translateZ(0);transform: translateY(0) translateZ(0);}
.rating-product {margin-bottom: 6px;}
.home-furniture .add-to-link ul {display: flex;justify-content: space-between;border-radius: 30px;background: #fff;padding: 10px 0;}
.home-furniture .add-to-link ul li {display: initial;float: none;width: 100%;border-right: 1px solid rgba(37,50,55,.3);text-align: center;line-height: 15px;}
.home-furniture .add-to-link ul li:last-child {border: 0;}
.home-furniture .add-to-link ul li a i {margin: 0;}
.home-furniture .add-to-link ul li a {background: #fff;}
.home-furniture .add-to-link {bottom: 10px;border-radius: 30px;}
.home-furniture .product-decs {text-align: center;}
.home-furniture .feature-slider-item .product-decs {text-align: left;}
.category-list:hover .category-thumb img {-webkit-transform: scale(1.035) rotate(.05deg);transform: scale(1.035) rotate(.05deg);-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
.category-thumb img {width: 100%;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
.desc-listcategoreis {position: absolute;left: 40px;top: 50%;-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.category-list {position: relative;overflow: hidden;}
.desc-listcategoreis .name_categories h4 {font-size: 18px;font-weight: 600;margin-bottom: 12px;line-height: 1;}
.desc-listcategoreis .number_product {color: #888;font-size: 14px;margin-bottom: 12px;line-height: 1;display: block;}
.desc-listcategoreis a {color: #253237;font-size: 14px;line-height: 1;display: inline-block;}
.desc-listcategoreis a:hover {-moz-transform: translateX(10px);-webkit-transform: translateX(10px);-o-transform: translateX(10px);-ms-transform: translateX(10px);transform: translateX(10px);color: #4fb68d;}
.home-electronic .desc-listcategoreis a:hover {color: #0090f0;}
.home-cosmatic .desc-listcategoreis a:hover {color: #c0b07d;}
.desc-listcategoreis a i {font-size: 16px;text-align: center;border-radius: 50%;display: inline-block;color: #098;transform: translate(3px,3px);}
.home-electronic .desc-listcategoreis a i {color: #0090f0;}
.home-cosmatic .desc-listcategoreis a i {color: #c0b07d;}
.home-3 .recent-add-area {margin-top: 30px;}
.home-6 .recent-add-area {margin-top: 30px;margin-bottom: 30px;}
.home-3 .categorie-area {padding: 30px 0 60px 0;}
.category-slider-2 .desc-listcategoreis {position: initial;-moz-transform: translateY(0);-webkit-transform: translateY(0);-o-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}
.category-slider-2 .category-thumb {position: relative;overflow: hidden;border: 1px solid #ebebeb;border-radius: 5px;margin-bottom: 20px;}
.category-slider-2 .desc-listcategoreis .name_categories h4 {color: #253237;}
.home-furniture .desc-listcategoreis a i {color: #ef1e1e;}
.home-furniture .desc-listcategoreis a:hover {color: #ef1e1e;}
.in-stock {font-size: 14px;color: #777;line-height: 1;display: block;}
.in-stock span {font-weight: 700;color: #4fb68d;}
.home-cosmatics .in-stock span {color: #c0b07d;}
.home-electronic .in-stock span {color: #0090f0;}
.home-furniture .in-stock span {color: #ef1e1e;}
.home-medical .in-stock span {color: #0bbfbd;}
.clockdiv {display: flex;justify-content: center;margin: 30px 0 39px 0;align-items: center;}
.hot-deal-3 .list-product {border: 2px solid #0bbfbd;}
.hot-deal .list-product {text-align: center;border-width: 2px;}
.hot-deal .inner-link {font-size: 15px;}
.hot-deal .product-link {font-size: 18px;line-height: 20px;}
.hot-deal .old-price {font-size: 17px;}
.hot-deal .current-price {font-size: 17px;}
.title_countdown {font-size: 14px;color: #777;line-height: 18px;display: inline-block;vertical-align: top;max-width: 110px;}
.clockdiv span {font-weight: 600;color: #253237;font-size: 16px;position: relative;display: inline-block;}
.clockdiv span p {font-size: 10px;text-transform: uppercase;margin: 0;color: #999;}
.clockdiv span {margin: 0 5px;}
.clockdiv span:after {position: absolute;top: 0;left: auto;content: ":";right: -5px;}
.clockdiv span.second:after {display: none;}
.hot-deal-area {margin-top: 60px;}
.hot-deal-area.mt-30px {margin-top: 30px;}
.hot-deal-area.mt-100px.mb-40px {margin-top: 100px;margin-bottom: 40px;}
.home-6 .hot-deal-area {margin-top: 30px;}
.hot-item-inner {float: left;width: 45%;max-width: 320px;}
.hot-deal-3 .hot-item-inner {width: 55%;max-width: 525px;}
.hot-deal-3 .nav-container {flex: 0 0 14%;margin-left: 5px;align-self: center;}
.nav-container .slick-vertical .slick-slide:focus {border: 1px solid #0bbfbd;outline: 0;}
.nav-container .slick-vertical .slick-slide:focus {margin: 5px 0;}
.main-container .slick-vertical .slick-slide:focus {border: 0;outline: 0;}
.product-wrapper {overflow: hidden;padding: 15px 15px 0 15px;text-align: center;}
.product-wrapper .inner-link {font-size: 15px;}
.product-wrapper .product-link {font-size: 18px;line-height: 20px;}
.hot-deal-2 .list-product {border: 2px solid #4fb68d;}
.home-cosmatics .hot-deal-2 .list-product {border: 2px solid #c0b07d;}
.home-electronic .hot-deal-2 .list-product {border: 2px solid #0090f0;}
.home-furniture .hot-deal-2 .list-product {border: 2px solid #ef1e1e;}
.banner-wrapper a img {width: 100%;}
.banner-wrapper {position: relative;overflow: hidden;}
.banner-wrapper img {width: 100%;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
.banner-wrapper:hover img {-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;-webkit-transform: scale(1.035) rotate(.05deg);transform: scale(1.035) rotate(.05deg);}
.banner-area {margin-top: 30px;margin-bottom: 60px;}
.banner-3-area {margin-top: 60px;}
.banner-3-area.mt-30px {margin-top: 30px;}
.home-6 .banner-3-area {margin-bottom: 60px;}
.banner-area-2.mt-0px.mb-100px {margin-top: 0;margin-bottom: 100px;}
.banner-3-area.mt-70px {margin-top: 70px;}
.banner-3-area.mt-0px.mb-100px {margin-top: 0;margin-bottom: 100px;}
.banner-3-area.mt--60px {margin-top: -60px;position: relative;z-index: 2;}
.banner-area-2.mt-60px {margin-top: 60px;}
.feature-area.mt-40px.mb-70px {margin-top: 40px;margin-bottom: 70px;}
.feature-area.mt-100px.mb-70px {margin-top: 100px;margin-bottom: 70px;}
.recent-add-area.mb-70px {margin-bottom: 70px;}
.feature-slider-item .img-block {float: left;width: 120px;margin-right: 20px;}
.feature-slider-item .product-decs {overflow: hidden;padding: 10px 0 0 0;}
.home-10 .feature-slider-item .product-decs {margin: 4px 0;}
.feature-slider-item .list-product {padding: 20px;}
.category-product-2 .feature-slider-item .list-product {padding: 13px 0 13px 0;margin: 0 20px 0 20px;border: 0;border-bottom: 1px solid #ebebeb;}
.category-product-2 .feature-slider-item {border: 1px solid #ebebeb;background-color: #fff;}
.category-product-2.custom-nav-style .feature-slider-item {border: 2px solid #0bbfbd;}
.category-product-2.custom-nav-style .feature-slider-item .list-product {padding: 11px 0 10px 0;}
.category-product-2 .feature-slider-item .list-product:last-child {border-bottom: 0;}
.feature-area-2 {background-image: url("/assets/images/feature-bg.jpg");background-position: left center;background-size: cover;padding: 60px 0 30px 0;background-repeat: no-repeat;margin: 30px 0 60px 0;}
.feature-area-2 .section-title {margin-left: 0;}
.home-7 .feature-area-2 {background-image: url("/assets/images/feature-bg-2.jpg");}
.feature-slider-item.feature-slider-item-3 .list-product {margin: 0;}
.category-product-area.mt-40px.mb-70px {margin-top: 40px;margin-bottom: 70px;}
.category-tab-area.mt-100px {margin-top: 100px;}
.category-tab-area.mtb-70px {margin: 70px 0;}
.category-product-area.mt-65px {margin-top: 65px;}
.banner-inner a img {width: 100%;}
.banner-inner {position: relative;overflow: hidden;}
.banner-area-2 {margin-top: 30px;margin-bottom: 60px;}
.banner-inner img {width: 100%;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
.banner-inner:hover img {-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;-webkit-transform: scale(1.035) rotate(.05deg);transform: scale(1.035) rotate(.05deg);}
.brand-area.mb-100px {margin-bottom: 100px;padding-bottom: 0;}
.brand-area.mt-70px.mb-100px {margin-top: 70px;margin-bottom: 100px;padding: 0;}
.blog-area.mt-30px {margin-top: 30px;}
.brand-slider-item {padding: 20px 0 20px 0;}
.brand-slider {border: 1px solid #ebebeb;border-radius: 5px;}
.owl-carousel .owl-item .brand-slider-item img {max-width: 100%;width: auto;margin: auto;}
.brand-slider-item {padding: 30px 45px 30px 45px;}
.brand-area {padding-bottom: 60px;padding-top: 30px;}
.footer-top {padding: 60px 0;}
.text-info {line-height: 24px;color: #666 !important;font-size: 14px;margin: 36px 0;}
.need-help {position: relative;background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAvCAYAAAClgknJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjZCNTI0NTg0RTJGMTFFQUI3NTVDMEIxQUU4RTgyNkYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjZCNTI0NTk0RTJGMTFFQUI3NTVDMEIxQUU4RTgyNkYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNkI1MjQ1NjRFMkYxMUVBQjc1NUMwQjFBRThFODI2RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNkI1MjQ1NzRFMkYxMUVBQjc1NUMwQjFBRThFODI2RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiCIJiwAAAXySURBVHjaxJkJbBVF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") 0 5px no-repeat;}
.home-cosmatics .need-help {background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAvCAYAAAClgknJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEYzNTdBMkE3NjFEMTFFQTk5NkJBNEZFRTZFMDhGOTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEYzNTdBMkI3NjFEMTFFQTk5NkJBNEZFRTZFMDhGOTAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4RjM1N0EyODc2MUQxMUVBOTk2QkE0RkVFNkUwOEY5MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4RjM1N0EyOTc2MUQxMUVBOTk2QkE0RkVFNkUwOEY5MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pqd6DY8AAAX4SURBVHjaxJkJbBVF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") 0 5px no-repeat;}
.home-furniture .need-help {background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAvCAYAAAClgknJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUMxODJBNjA4RjYwMTFFQTg3MjE4RUU3NDUxQzBFRDIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUMxODJBNjE4RjYwMTFFQTg3MjE4RUU3NDUxQzBFRDIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1QzE4MkE1RThGNjAxMUVBODcyMThFRTc0NTFDMEVEMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1QzE4MkE1RjhGNjAxMUVBODcyMThFRTc0NTFDMEVEMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtoFj1oAAAYLSURBVHjaxJkJUFVV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") 0 5px no-repeat;}
.home-medical .need-help {background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAvCAYAAAClgknJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEIxOUMwQkE5OTlBMTFFQUIxNzFBMzlFQjU2OEZERDYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEIxOUMwQkI5OTlBMTFFQUIxNzFBMzlFQjU2OEZERDYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0QjE5QzBCODk5OUExMUVBQjE3MUEzOUVCNTY4RkRENiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0QjE5QzBCOTk5OUExMUVBQjE3MUEzOUVCNTY4RkRENiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrCvCxgAAAX6SURBVHjaxJkJbBRV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") 0 5px no-repeat;}
.home-electronic .need-help {background: url("/assets/images/icon_phone.png") 0 5px no-repeat;}
.phone-info {font-size: 16px;margin-bottom: 5px;text-transform: uppercase;margin-left: 55px;}
.phone-info span {font-size: 22px;font-weight: 600;color: #253237;margin: 0;display: block;margin-top: 5px;line-height: 30px;}
.social-info li a:hover {color: #4fb68d;}
.home-furniture .social-info li a:hover {color: #ef1e1e;}
.home-medical .social-info li a:hover {color: #0bbfbd;}
.home-cosmatics .social-info li a:hover {color: #c0b07d;}
.home-electronic .social-info li a:hover {color: #0090f0;}
.social-info li a {position: relative;display: inline-block;vertical-align: middle;color: #666;font-size: 24px;padding: 0;line-height: 36px;border-radius: 100%;text-align: center;border: none;z-index: 1;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;margin-right: 5px;}
.social-info {margin-top: 10px;}
.social-info li {display: inline-block;}
.footer-herading {font-size: 16px;padding-bottom: 20px;margin-bottom: 25px;position: relative;color: #253237;border-bottom: 1px solid #e3e3e3;font-weight: 700;line-height: 24px;}
.footer-herading:after {content: "";position: absolute;left: 0;bottom: -1px;width: 60px;height: 2px;background: #4fb68d;}
.home-cosmatics .footer-herading:after {background: #c0b07d;}
.home-electronic .footer-herading:after {background: #0090f0;}
.home-furniture .footer-herading:after {background: #ef1e1e;}
.home-medical .footer-herading:after {background: #0bbfbd;}
.footer-links>ul>li a {font-size: 14px;line-height: 24px;padding: 0;display: block;display: block;color: #666;margin-bottom: 0;position: relative;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
.footer-links>ul>li {display: block;margin: 0;line-height: 1;border: 0;padding: 0;font-weight: 400;margin-bottom: 10px;}
.footer-links>ul>li a:hover {padding-left: 10px;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;color: #4fb68d;}
.home-furniture .footer-links>ul>li a:hover {padding-left: 10px;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;color: #ef1e1e;}
.home-cosmatics .footer-links>ul>li a:hover {padding-left: 10px;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;color: #c0b07d;}
.home-electronic .footer-links>ul>li a:hover {padding-left: 10px;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;color: #0090f0;}
.home-medical .footer-links>ul>li a:hover {padding-left: 10px;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;color: #0bbfbd;}
.subscribe-form {position: relative;overflow: hidden;margin-top: 20px;}
.subscribe-form form input {height: 47px;background: #fff;border: 0;border: none;color: #b1b1b1;padding: 10px 120px 10px 20px;display: inline-block;width: 100%;font-size: 14px;-webkit-border-radius: 30px;-moz-border-radius: 30px;-ms-border-radius: 30px;-o-border-radius: 30px;border-radius: 30px;outline: 0;}
.clear input.button {position: absolute;top: 0;right: 0;font-weight: 400;font-size: 14px;color: #fff;background: #253237;border: 0;box-shadow: none;padding: 0 20px;line-height: 47px;height: 47px;border-radius: 0 30px 30px 0;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;width: 90px;outline: 0;}
.footer-area {padding: 0;color: #666;position: relative;z-index: 1;background: #efefef;overflow: hidden;}
.home-20 .footer-area {color: #fff900;background: #253237;}
.home-20 .text-info {color: #fff900 !important;}
.home-20 .footer-area .row .col-lg-4:first-child:before {background: #253237;}
.home-20 .phone-info span {color: #fff;}
.home-20 .social-info li a {color: #fff900;}
.home-20 .copy-text a {color: #fff900;}
.home-medical.home-20 .clear input.button {background: #0bbfbd;}
.home-20 .footer-links>ul>li a {color: #fff900;}
.home-20 .footer-herading {color: #fff;}
.img_app {margin-top: 40px;}
.img_app a {margin-right: 15px;}
.clear input.button:hover {background: #4fb68d;}
.home-furniture .clear input.button:hover {background: #ef1e1e;}
.home-medical .clear input.button:hover {background: #0bbfbd;}
.home-cosmatics .clear input.button:hover {background: #c0b07d;}
.home-electronic .clear input.button:hover {background: #0090f0;}
.about-footer {max-width: 400px;}
.footer-area .row .col-lg-4:first-child:before {content: "";position: absolute;left: -9999em;top: -9999em;bottom: -9999em;right: 15px;background: #f6f6f6;z-index: -1;pointer-events: none;}
.footer-bottom {padding-bottom: 60px;}
.copy-text a {color: #666;}
.copy-text a:hover {color: #4fb68d;}
.home-cosmatics .copy-text a:hover {color: #c0b07d;}
.home-electronic .copy-text a:hover {color: #0090f0;}
.home-furniture .copy-text a:hover {color: #ef1e1e;}
.home-medical .copy-text a:hover {color: #0bbfbd;}
.testimonial-area {background: url("/assets/images/bg_testi.jpg") center bottom no-repeat;background-size: cover;padding: 60px 0 52px 0;position: relative;}
.home-4.home-7 .testimonial-area {background: url("/assets/images/bg_testi-2.jpg") center bottom no-repeat;background-position: center;background-size: cover;}
.home-4 .testimonial-area {margin-top: 30px;margin-bottom: 30px;}
.testi-slider-inner {display: inline-block;width: 100%;}
.testi-slider-inner .testi-img {width: 120px;float: left;display: inline-block;border-radius: 100%;overflow: hidden;box-shadow: 0 0 22.5px 2.5px rgba(0,0,0,.1);margin: 30px -20px 0 0;}
.testi-slider-inner .testi-img img {width: 100%;}
.testi-content {overflow: hidden;padding: 30px 57px 30px 40px;background: #fff;border-radius: 5px;}
.author-text {padding-left: 50px;position: relative;margin-top: 30px;display: inline-block;}
.author-text h4 {position: relative;font-size: 14px;font-weight: 700;line-height: 1;color: #253237;display: block;display: inline-block;}
.author-text span {font-weight: 400;font-size: 14px;line-height: 1;font-style: italic;color: #999;margin-bottom: 15px;display: block;margin-top: 5px;}
.author-text:before {font-size: 40px;line-height: 1;display: inline-block;font-family: Ionicons;content: "";position: absolute;left: 0;top: 0;color: #4fb68d;}
.home-cosmatics .author-text:before {color: #c0b07d;}
.home-electronic .author-text:before {color: #0090f0;}
.testi-slider.owl-dot-style .owl-dots {bottom: -35px;}
.blog-meta {font-size: 12px;text-transform: uppercase;background: #253237;background: #253237;color: #fff;line-height: 28px;border-radius: 30px;padding: 0 15px;margin-bottom: 25px;display: inline-block;margin-top: 5px;}
.blog-post-heading a {font-size: 16px;line-height: 1;color: #253237;position: relative;display: block;margin-bottom: 15px;font-weight: 700;}
.blog-text {font-size: 14px;font-weight: 400;color: #555;line-height: 22px;display: inline-block;width: 100%;padding-right: 20px;margin-bottom: 30px;}
.read-more-btn {color: #253237;font-size: 14px;line-height: 1;position: relative;display: inline-block;}
.blog-post-content {padding-left: 30px;background: #f7f7f7;position: absolute;left: 0;top: 0;bottom: 0;right: 0;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
.blog-post-content-cell {align-self: center;}
.home-furniture .blog-post-content {position: initial;background: #fff;padding: 30px 0;}
.home-furniture .blog-post:hover .blog-post-content {background: #fff;}
.home-furniture .blog-post:hover .blog-post-heading a {color: #253237;}
.home-furniture .blog-post:hover .blog-text {color: #555;}
.home-furniture .blog-post:hover a.read-more-btn {color: #253237;}
.home-furniture .blog-post a.read-more-btn i {color: #ef1e1e;}
.home-furniture .blog-post-top {position: relative;}
.home-furniture a.blog-meta {position: absolute;bottom: 10px;left: 10px;margin: 0;background: #fff;color: #253237;}
.home-furniture .blog-post a.blog-meta:hover {background: #ef1e1e;color: #fff;}
.home-furniture .blog-post a.read-more-btn:hover i {color: #ef1e1e;}
.home-furniture .blog-post a.read-more-btn:hover {color: #ef1e1e;}
.home-furniture .blog-post .blog-post-heading a:hover {color: #ef1e1e;}
a.read-more-btn i {color: #4fb68d;font-size: 16px;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;transform: translate(3px,3px);display: inline-block;}
.blog-post a.read-more-btn:hover i {color: #4fb68d;}
.home-cosmatics .blog-post a.read-more-btn:hover i {color: #c0b07d;}
.home-cosmatics .blog-post a.read-more-btn i {color: #c0b07d;}
.home-electronic .blog-post a.read-more-btn:hover i {color: #0090f0;}
.home-electronic .blog-post a.read-more-btn i {color: #0090f0;}
.blog-post a.read-more-btn:hover {color: #4fb68d;padding-left: 10px;}
.home-cosmatics .blog-post a.read-more-btn:hover {color: #c0b07d;}
.home-electronic .blog-post a.read-more-btn:hover {color: #0090f0;}
.blog-post {width: 100%;background: #fff;position: relative;}
.blog-post:hover .blog-post-content {background: rgba(37,50,55,.8);-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
.blog-post:hover .blog-meta {background: #fff;color: #253237;}
.blog-post a.blog-meta:hover {background: #4fb68d;color: #fff;}
.home-cosmatics .blog-post a.blog-meta:hover {background: #c0b07d;color: #fff;}
.home-electronic .blog-post a.blog-meta:hover {background: #0090f0;color: #fff;}
.blog-post:hover .blog-post-heading a {color: #fff;}
.blog-post .blog-post-heading a:hover {color: #4fb68d;}
.home-cosmatics .blog-post .blog-post-heading a:hover {color: #c0b07d;}
.home-electronic .blog-post .blog-post-heading a:hover {color: #0090f0;}
.blog-post:hover .blog-text {color: #fff;}
.blog-post:hover .read-more-btn {color: #fff;}
.blog-post:hover .read-more-btn i {color: #fff;}
.home-cosmatics .blog-post:hover .read-more-btn i {color: #fff;}
.home-electronic .blog-post:hover .read-more-btn i {color: #fff;}
.blog-inner-content {position: absolute;bottom: 0;left: 30px;right: 30px;background: #fff;padding: 30px 20px;line-height: 1;text-align: center;}
.blog-meta-2 {font-size: 12px;text-transform: uppercase;color: #999;line-height: 1;margin-bottom: 15px;display: inline-block;}
.blog-post-heading-2 {font-size: 16px;line-height: 1;color: #253237;position: relative;display: block;margin-bottom: 0;}
.blog-post-heading-2 a {font-weight: 700;color: #253237;}
.blog-post-heading-2 a:hover {color: #0bbfbd;}
.post-content {padding: 0 30px;}
.read-more {background: #253237;padding: 15px;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;display: block;text-align: center;color: #fff;}
.read-more a {color: #fff;font-size: 14px;line-height: 24px;position: relative;display: inline-block;}
.blog-post-top-2 {position: relative;overflow: hidden;}
.read-more i {transform: translate(0,2px);display: inline-block;}
.read-more:hover {color: #fff;background: #0bbfbd;padding-left: 30px;}
.blog-post:hover .blog-post-top-2 img {-moz-transform: scale(1.05) rotate(.05deg);-ms-transform: scale(1.05) rotate(.05deg);-o-transform: scale(1.1) rotate(.05deg);-webkit-transform: scale(1.05) rotate(.05deg);transform: scale(1.05) rotate(.05deg);-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
.blog-post-top-2 img {-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
.breadcrumb-hrading {color: #253237;font-weight: 600;font-size: 30px;line-height: 1;margin-bottom: 15px;}
.breadcrumb-links li a:after {font-size: 14px;line-height: 24px;display: block;font-weight: 400;top: 0;right: -15px;position: absolute;content: "";font-family: Ionicons;}
.breadcrumb_container .breadcrumb ol li:after {color: #253237;margin: 0 10px;vertical-align: -1px;}
.breadcrumb-links li {display: inline-block;}
.breadcrumb-links li a {display: inline-block;position: relative;color: #253237;line-height: 20px;margin-right: 25px;}
.breadcrumb-links li a:hover {color: #4fb68d;}
.breadcrumb-area {text-align: center;position: relative;padding: 35px 0;background: url("/assets/images/breadcrumb-bg.jpg") no-repeat;background-size: cover;}
.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left {position: relative;}
.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left input {position: absolute;opacity: 0;cursor: pointer;z-index: 999;width: auto;top: 6px;left: 1px;}
.sidebar-widget .sidebar-widget-list ul li {-webkit-box-align: center;-ms-flex-align: center;align-items: center;position: relative;padding: 0 0 15px;}
.sidebar-widget h4.pro-sidebar-title {display: block;clear: both;color: #253237;font-size: 16px;font-weight: 600;padding: 0;border: none;margin-bottom: 15px;line-height: 24px;}
.main-heading h2 {font-size: 20px;line-height: 1;color: #253237;padding-bottom: 20px;margin-bottom: 40px;font-weight: 600;position: relative;display: block;border-bottom: 1px solid #ebebeb;}
.main-heading h2:before {content: "";position: absolute;left: 0;bottom: -1px;width: 60px;height: 2px;background: #4fb68d;}
.sidebar-widget .sidebar-widget-list ul li a {margin-left: 25px;display: block;color: #555;font-size: 14px;margin-top: 0;line-height: 22px;}
.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark {position: absolute;top: 5px;left: 0;height: 15px;width: 15px;background-color: #fff;border: 1px solid #dfdfdf;border-radius: 3px;transition: all .3s linear;}
.sidebar-widget .sidebar-widget-list ul li:hover a {color: #4fb68d;}
.sidebar-widget .sidebar-widget-list ul li:hover .checkmark {border: 1px solid #4fb68d;}
.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark::after {left: 4px;top: 1px;width: 5px;height: 8px;border: solid #4fb68d;border-top-width: medium;border-right-width: medium;border-bottom-width: medium;border-left-width: medium;border-width: 0 1px 1px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark::after {content: "";position: absolute;display: none;}
.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left input:checked~.checkmark::after {display: block;}
.price-filter .price-slider-amount input {background: 0 0;padding: 0;border: none;color: #555;font-size: 14px;outline: 0;}
.price-filter .ui-widget-header {border: 0 solid #ddd;background: #4fb68d;color: #333;font-weight: 700;}
.price-filter .ui-widget.ui-widget-content {border: 1px solid #4fb68d;border-radius: 0;}
.price-filter .ui-slider-horizontal {height: 5px;border: none;margin-top: 15px;margin-bottom: 10px;margin-right: 15px;}
.price-filter .ui-slider .ui-slider-handle {top: -7px;width: 15px;height: 15px;border: none;background: #fff;border-radius: 100%;box-shadow: 0 0 3px 0 rgba(0,0,0,.2);outline: 0;cursor: pointer;}
.price-slider-amount {margin-top: -7px;}
.sidebar-widget .sidebar-widget-list ul li a span {margin-left: 5px;}
.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark.grey {background: #aab2bd;box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);}
.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark.white {background: #fff;box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);}
.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark.black {background: #434a54;box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);}
.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark.camel {background: #c19a6b;box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);}
.sidebar-widget.no-cba .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark {border: 0;}
.sidebar-widget.no-cba .sidebar-widget-list ul li .sidebar-widget-list-left input:checked~.checkmark::after {display: none;}
.sidebar-widget-tag li:first-child a {margin-left: 0;}
.sidebar-widget-tag li a {display: block;float: left;padding: 10px 25px;font-size: 14px;line-height: 20px;color: #555;font-weight: 400;border: 1px solid #ebebeb;border-radius: 30px;background: #fff;margin: 4px;text-transform: capitalize;}
.sidebar-widget-tag li {line-height: 1;float: left;list-style: none;}
.sidebar-widget-tag li a:hover {background-color: #4fb68d;border-color: #4fb68d;color: #fff;}
.sidebar-widget.tag .main-heading h2 {margin-bottom: 20px;}
.search-widget {position: relative;}
.search-widget input {width: 100%;height: 45px;border: 2px solid #4fb68d;border-radius: 30px;padding: 0 0 0 20px;outline: 0;}
.search-widget button {position: absolute;top: 0;left: auto;right: 0;border: 0;background: #4fb68d;height: 45px;width: 20%;border-radius: 0 30px 30px 0;font-size: 20px;color: #fff;outline: 0;}
.category-post li {margin-bottom: 5px;}
.category-post li:last-child {margin: 0;}
.category-post li a {color: #555;}
.category-post li a:hover {color: #4fb68d;}
.thumb-side img {width: 90px;height: 90px;object-fit: cover;object-position: center;}
.media-side a {font-size: 14px;color: #253237;font-weight: 600;}
.media-side a:hover {color: #4fb68d;}
.media-side {margin: 0 0 0 18px;align-self: center;align-items: center;}
.recent-single-post {margin: 0 0 30px;}
.thumb-side.m-0px {margin: 0;}
.select-shoing-wrap {flex: 0 0 40%;max-width: 40%;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;}
.shop-tab.nav {flex: 0 0 60%;max-width: 60%;}
.shop-top-bar {display: flex;}
.shop-top-bar .nice-select {width: 100%;border: 1px solid #ebebeb;padding: 2px 15px;line-height: 24px;font-size: 14px;margin: 0;border-radius: 30px;color: #253237;text-align: left;box-shadow: none;height: 28px;}
.shop-top-bar .nice-select .list {width: 100%;}
.shop-bottom-area img {max-width: 100%;}
.shop-top-bar {padding: 10px 30px;background: #f6f6f6;margin-bottom: 30px;}
.shop-tab a {float: left;line-height: 30px;height: 30px;margin-right: 15px;cursor: pointer;color: #c1c1c1;background: 0 0;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
.shop-tab a i {font-size: 18px;line-height: 30px;transition: .3s;}
.shop-tab p {line-height: 20px;font-size: 14px;padding: 5px;margin: 0;float: left;color: #888;font-weight: 400;}
.shot-product {flex: 0 0 20%;max-width: 20%;}
.shop-select {flex: 0 0 100%;max-width: 100%;}
.shot-product p {line-height: 20px;font-size: 14px;padding: 5px;margin: 0;float: left;color: #888;font-weight: 400;text-transform: capitalize;}
.shop-tab a i:hover {color: #4fb68d;}
.shop-tab a.active i {color: #4fb68d;}
.left-img {position: relative;overflow: hidden;}
.shop-bottom-area .left-img img {width: 100%;}
.product-desc-wrap .product-link {font-size: 16px;font-weight: 700;line-height: 30px;}
.product-desc-wrap .old-price {font-size: 17px;}
.product-desc-wrap .pricing-meta {margin-bottom: 30px;}
.product-intro-info p {color: #888;font-size: 14px;line-height: 24px;}
.product-desc-wrap .in-stock {margin: 30px 0;}
.list-product .product-desc-wrap .add-to-link {opacity: 1;visibility: visible;-webkit-transform: translateY(0) translateZ(0);transform: translateY(0) translateZ(0);left: 30px;width: 25%;}
.product-desc-wrap {padding: 10px 0 30px 0;}
.shop-category-area {margin-top: 10px;}
#shop-2 {margin-bottom: 60px;}
.pro-pagination-style {background: #fff;font-size: 14px;font-weight: 400;color: #253237;margin-top: 30px;margin-bottom: 60px;}
.pro-pagination-style ul {box-shadow: none;padding: 0;text-align: center !important;}
.pro-pagination-style ul li {display: inline-block;}
.pro-pagination-style .active {font-size: 14px;color: #fff;background: #4fb68d;}
.pro-pagination-style a:hover {font-size: 14px;color: #fff;background: #4fb68d;}
.pro-pagination-style a {font-weight: 400;color: #253237;padding: 0;height: 36px;line-height: 36px;background: #f6f6f6;font-size: 14px;display: inline-block;width: 36px;border-radius: 100%;text-align: center;vertical-align: top;}
.mini-cart-warp {position: relative;}
.mini-cart-content {margin: 0;width: 350px;top: 50px;left: auto;right: 0;position: absolute;opacity: 0;visibility: hidden;z-index: 1001;text-align: left;padding-top: 5px;background: #fff;box-shadow: 0 0 3.76px .24px rgba(0,0,0,.15);padding: 0 30px 30px 30px;-webkit-transform: rotateX(90deg);transform: rotateX(90deg);-webkit-transform-origin: center top 0;-ms-transform-origin: center top 0;transform-origin: center top 0;-webkit-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.mini-cart-content.cart-visible {opacity: 1;visibility: visible;-webkit-transform: rotateX(0);transform: rotateX(0);}
.shopping-cart-img {float: left;margin: 0 10px 0 0;position: relative;width: 85px;}
.shopping-cart-img a img {width: 100%;border: 1px solid #ebebeb;}
.product-quantity {position: absolute;top: 5px;left: 5px;min-width: 20px;line-height: 20px;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;padding: 0;text-align: center;color: #fff;font-size: 12px;display: inline-block;background-color: #4fb68d;}
.home-cosmatics .product-quantity {background-color: #c0b07d;}
.home-electronic .product-quantity {background-color: #0090f0;}
.home-furniture .product-quantity {background-color: #ef1e1e;}
.home-medical .product-quantity {background-color: #0bbfbd;}
.home-medical .default-btn:hover {color: #fff;background-color: #0bbfbd;}
.home-electronic .default-btn:hover {color: #fff;background-color: #0090f0;}
.home-cosmatics .default-btn:hover {color: #fff;background-color: #c0b07d;}
.shopping-cart-title {overflow: hidden;position: relative;padding: 0 20px 0 0;}
.shopping-cart-title h4 a {display: block;font-size: 14px;line-height: 20px;color: #253237;font-weight: 700;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.shopping-cart-total {margin: 25px 0;}
.shopping-cart-title>span {display: block;margin: 5px 0 0;font-size: 14px;font-weight: 400;color: #555;}
.shopping-cart-delete a {display: block;position: absolute;top: 0;right: 0;color: #888;font-size: 18px;}
.single-shopping-cart {padding: 30px 0;border-bottom: 1px solid #ebebeb;overflow: hidden;}
.shopping-cart-total h4 {font-weight: 400;color: #9b9b9b;font-size: 16px;line-height: 25px;}
.shopping-cart-total h4>span {float: right;font-weight: 400;color: #9b9b9b;font-size: 16px;text-transform: capitalize;}
.shopping-cart-total h4.shop-total {color: #253237;font-weight: 700;}
.shopping-cart-total h4.shop-total span {color: #253237;font-weight: 700;}
.default-btn {display: block;text-transform: uppercase;font-weight: 400;font-size: 14px;border: none;border: none;color: #272727;box-shadow: none;padding: 10px 15px;line-height: 28px;background: #ebebeb;border-radius: 30px;}
.default-btn:hover {background: #4fb68d;color: #fff;}
.home-furniture .default-btn:hover {background: #ef1e1e;}
.category-tab-area .nav-tabs {border-bottom: 0 solid #dee2e6;}
.category-tab-area .nav-link {margin: 0;display: inline-block;vertical-align: top;font-size: 24px;font-weight: 600;line-height: 1;color: #999;margin-right: 35px;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;border: 0;border-radius: 0;padding: 0;}
.home-15 .category-tab-area .nav-link {font-size: 14px;color: #253237;margin: 0 20px;text-transform: uppercase;}
.home-15 .category-tab-area .nav-link:hover {color: #ef1e1e;}
.home-15 .category-tab-area .nav-link.active {color: #ef1e1e;}
.category-tab-area .nav-link.active {color: #253237;}
.category-tab-area .nav-link:hover {color: #253237;}
.category-tab-area .home-12 .nav-link {display: inline-block;vertical-align: top;line-height: 1;font-size: 14px;font-weight: 400;padding: 0 20px;cursor: pointer;color: #888;margin: 0;}
.category-tab-area .home-12 .nav-link img {display: block;margin: auto;margin-bottom: 5px;}
.nav.nav-tabs.home-12 {position: absolute;top: 0;left: 50%;}
.category-tab-area .home-12 .nav-link.active {color: #0090f0;font-weight: 700;}
.category-tab-area .home-12 .nav-link:hover {color: #0090f0;}
.category-tab-area {position: relative;}
.category-tab-area.mt-100px.mb-70px {margin-top: 100px;margin-bottom: 70px;}
.sub-category {display: flex;}
.sub-category li a.nav-link {display: inline-block;vertical-align: top;line-height: 1;line-height: 18px;color: #888;font-size: 14px;font-weight: 400;position: relative;margin-right: 30px;transition: all .3s ease-in-out;}
.sub-category li a.nav-link:hover {color: #0090f0;}
.sub-category li a.nav-link.active {color: #0090f0;}
.product-dec-slider-2 {display: inline-block;float: left;margin: 0 40px;}
.zoompro-wrap.zoompro-2 {display: inline-block;position: relative;width: 100%;float: left;overflow: hidden;}
.product-dec-slider-2 .slick-slide img {display: inline-block;width: 100%;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
.product-dec-slider-2 .slick-slide {margin: auto;text-align: center;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
.zoompro-wrap .zoompro-span img {width: 100%;}
.product-dec-slider-2 .slick-slide.slick-active:focus {outline: 0;}
.product-dec-slider-2 .slick-slide.slick-active.active img {border: 1px solid #4fb68d;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
.product-dec-slider-2 .slick-slide:hover img {border-color: #4fb68d;}
.product-dec-slider-2 .slick-slide img {width: 100px;height: 100px;margin: 0 10px 0;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;border: 1px solid #fff;}
.product-details-img.product-details-tab {display: flex;flex-direction: column;position: relative;}
.product-details-content h2 {font-size: 24px;color: #253237;font-weight: 600;margin: 0 0 22px;line-height: 26px;}
.reference {font-size: 14px;color: #253237;font-weight: 700;}
.reference span {font-weight: 400;}
.pro-details-rating-wrap {display: flex;margin: 10px 0 0;}
.pro-details-rating-wrap .rating-product {margin-right: 20px;}
.read-review a.reviews:before {content: "";}
.read-review a.reviews:before {display: inline-block;font-family: "Font Awesome 5 Free";font-size: 15px;font-weight: 400;line-height: 1;margin-right: 6px;}
.read-review a.reviews {margin-right: 9px;}
.read-review a {text-decoration: none;color: #253237;position: relative;margin-right: 8px;line-height: 21px;padding: 0;font-size: 14px;margin-bottom: 10px;display: inline-block;}
.read-review a:hover {color: #4fb68d;}
.product-details-content .old-price {font-size: 14px;}
.product-details-content .pricing-meta {margin: 20px 0;}
.product-details-content .pricing-meta .current-price {font-size: 22px;}
.pro-details-list {padding-bottom: 30px;margin-bottom: 30px;border-bottom: 1px solid #ebebeb;}
.pro-details-color-wrap {font-size: 14px;font-weight: 700;color: #253237;}
.pro-details-color-content li {width: 1.25rem;height: 1.25rem;display: inline-block;margin-right: 15px;box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);border: 1px solid rgba(0,0,0,.05);cursor: pointer;background-size: contain;background: #fff;}
.pro-details-color-content li.active {background-color: #434a54;}
.pro-details-color-wrap span {display: block;margin: 0 0 10px;}
.pro-details-color-content li:hover {border: 2px solid #434a54;}
.product-details-content .pro-details-quality .cart-plus-minus input.cart-plus-minus-box {background: transparent none repeat scroll 0 0;border: medium none;color: #8f8f8f;float: left;font-size: 14px;height: 48px;margin: 0;padding: 0;text-align: center;width: 80px;outline: 0;}
.product-details-content .pro-details-quality .cart-plus-minus .dec.qtybutton {height: 48px;left: 0;padding-top: 14px;top: 0;}
.product-details-content .pro-details-quality .cart-plus-minus .inc.qtybutton {height: 48px;padding-top: 14px;right: 0;top: 0;}
.product-details-content .pro-details-quality .cart-plus-minus .qtybutton {color: #8f8f8f;cursor: pointer;float: inherit;font-size: 14px;font-weight: 500;line-height: 20px;margin: 0;position: absolute;text-align: center;-webkit-transition: all .3s ease 0s;-o-transition: all .3s ease 0s;transition: all .3s ease 0s;width: 24px;}
.product-details-content .pro-details-quality .cart-plus-minus {border: 1px solid #e8e8e8;display: inline-block;height: 48px;overflow: hidden;padding: 0;position: relative;width: 80px;}
.pro-details-cart a {position: relative;padding: 0 55px;line-height: 48px;height: 48px;font-size: 16px;font-weight: 700;border: none;border-radius: 30px;box-shadow: none;text-transform: uppercase;background: #4fb68d;display: block;color: #fff;margin-left: 10px;}
.pro-details-cart button {position: relative;padding: 0 55px;line-height: 48px;height: 48px;font-size: 16px;font-weight: 700;border: none;border-radius: 30px;box-shadow: none;text-transform: uppercase;background: #4fb68d;display: block;color: #fff;margin-left: 10px;}
.home-cosmatics .pro-details-cart a {background: #c0b07d;}
.home-electronic .pro-details-cart a {background: #0090f0;}
.home-furniture .pro-details-cart a {background: #ef1e1e;}
.home-medical .pro-details-cart a {background: #0bbfbd;}
.home-cosmatics .pro-details-social-info .social-info li a:hover {color: #c0b07d;}
.home-electronic .pro-details-social-info .social-info li a:hover {color: #0090f0;}
.home-furniture .pro-details-social-info .social-info li a:hover {color: #ef1e1e;}
.home-medical .pro-details-social-info .social-info li a:hover {color: #0bbfbd;}
.pro-details-quality {display: inline-flex;margin: 30px 0;width: 100%;}
.product-size {}
.product-size span {display: block;color: #777;font-size: 14px;font-weight: 500;margin-bottom: 7px;}
.product-size .nice-select {-webkit-tap-highlight-color: transparent;background-color: #fff;border: solid 1px #e8e8e8;height: 30px;line-height: 30px;padding-right: 30px;width: 100%;border-radius: 0;}
.product-size .nice-select .current {font-weight: 600;}
.pro-details-size-color .product-size {margin-top: 20px;}
.product-size .nice-select .list {width: 100%;border-radius: 0;}
.pro-details-quality.mt-0px {margin-top: 0;}
.product-details-table .table tbody tr td {padding: 10px 15px;width: 33.33%;text-align: center;border: 1px solid #ebebeb;vertical-align: middle;}
.product-details-table .table tbody tr td a {color: #888;}
.product-details-table.table-responsive.pro-details-quality {display: block;margin: 0;}
.pro-details-cart a:hover {background: #253237;color: #fff;}
.pro-details-cart button:hover {background: #253237;color: #fff;}
.pro-details-wish-com {display: flex;}
.pro-details-wish-com a {line-height: 30px;padding: 0;border: none;color: #555;font-size: 14px;margin-right: 15px;}
.pro-details-wish-com a i {margin-right: 10px;}
.pro-details-wish-com a:hover {color: #4fb68d;}
.pro-details-social-info .social-info li a:hover {color: #4fb68d;}
.pro-details-social-info .social-info li a {display: inline-block;line-height: 15px;text-align: center;color: #b4b4b4;margin-right: 1px;}
.pro-details-social-info {display: flex;border-bottom: 1px solid #ebebeb;margin-top: 10px;padding-bottom: 12px;}
.pro-details-social-info span {display: inline-block;float: left;margin-right: 10px;line-height: 30px;font-weight: 700;color: #253237;font-size: 14px;}
.pro-details-social-info .social-info {margin-top: 2px;}
.pro-details-policy {margin: 25px 0 0;}
.pro-details-policy img {margin-right: 15px;}
.pro-details-policy li {margin-bottom: 20px;}
.pro-details-policy li:last-child {margin-bottom: 0;}
.description-review-bottom {overflow: hidden;font-size: 15px;background: #fff;line-height: 24px;text-align: left;padding: 40px 30px 30px 30px;border: 1px solid #ebebeb;}
.description-review-topbar.nav {border-bottom: none;position: relative;display: block;margin-bottom: 0;margin: auto;text-align: center;margin-top: -6px;}
.description-review-topbar.nav a {background: 0 0;border: 0;text-transform: uppercase;line-height: 24px;color: #888;padding: 0 0 15px 0;margin: 0 30px;font-size: 18px;font-weight: 700;position: relative;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;display: inline-block;}
.description-review-topbar.nav a:after {content: "";height: 2px;position: absolute;left: 0;right: 0;bottom: -1px;background: 0 0;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
.description-review-topbar.nav a.active:after {background: #4fb68d;color: #253237;}
.description-review-topbar.nav a.active {color: #253237;}
.description-review-topbar.nav a:hover {color: #253237;}
.description-review-bottom .product-anotherinfo-wrapper ul li {color: #888;font-size: 14px;list-style: outside none none;margin: 0 0 13px;}
.description-review-bottom .product-anotherinfo-wrapper ul li span {color: #253237;display: inline-block;font-weight: 500;margin: 0 26px 0 0;min-width: 30%;}
.description-review-bottom .product-description-wrapper p {margin: 0 0 8px;font-size: 15px;line-height: 28px;color: #888;width: 84%;}
.description-review-bottom .product-description-wrapper p:last-child {margin: 0 0 0;}
.single-review {display: -webkit-box;display: -ms-flexbox;display: flex;margin: 0 0 50px;}
.single-review .review-img {-webkit-box-flex: 0;-ms-flex: 0 0 90px;flex: 0 0 90px;margin: 0 15px 0 0;}
.single-review .review-top-wrap {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;margin: 0 0 10px;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.single-review .review-top-wrap .review-left {display: -webkit-box;display: -ms-flexbox;display: flex;}
.single-review .review-top-wrap .review-left .review-name {margin-right: 25px;}
.single-review .review-top-wrap .review-left .review-name h4 {font-size: 16px;margin: 0;line-height: 1;font-weight: 500;}
.single-review .review-top-wrap .review-left .rating-product {line-height: 1;}
.single-review .review-bottom p {margin: 0;width: 93%;}
.single-review.child-review {margin-left: 70px;margin-bottom: 0;}
.ratting-form-wrapper {padding-left: 50px;}
.ratting-form-wrapper h3 {margin: 0;font-size: 16px;font-weight: 500;line-height: 1;}
.ratting-form-wrapper .ratting-form form .star-box {display: -webkit-box;display: -ms-flexbox;display: flex;margin: 6px 0 20px;}
.ratting-form-wrapper .ratting-form form .star-box span {margin: 0 15px 0 0;}
.ratting-form-wrapper .ratting-form form .star-box .ratting-star {font-size: 12px;color: #fdd835;margin: 2px 0 0;}
.ratting-form-wrapper .ratting-form form .rating-form-style input, .ratting-form-wrapper .ratting-form form .rating-form-style textarea {padding: 2px 10px 2px 20px;background: 0 0;border: 1px solid #e6e6e6;color: #333;}
.rating-form-style {margin-bottom: 10px;}
.rating-form-style input {height: 45px;-webkit-box-shadow: none;box-shadow: none;padding-left: 10px;font-size: 14px;color: #253237;width: 100%;margin-bottom: 15px;outline: 0;}
.ratting-form-wrapper .ratting-form form .rating-form-style textarea {height: 180px;padding: 20px 10px 2px 20px;margin-bottom: 20px;width: 100%;outline: 0;}
.review-left a {color: #253237;}
.review-left a:hover {color: #4fb68d;}
.rating-form-style input[type=submit] {padding: 0 55px !important;line-height: 48px;height: 48px;font-size: 16px;font-weight: 700;border: none;border-radius: 30px;box-shadow: none;text-transform: uppercase;background: #4fb68d !important;display: block;color: #fff !important;width: 200px;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
.rating-form-style input[type=submit]:hover {background: #253237 !important;color: #fff !important;}
.product-details-tab-2 #gallery {flex: 0 0 20%;width: 20%;}
.product-details-tab-2 .zoompro-wrap.zoompro-2 {flex: 0 0 80%;width: 80%;}
.product-details-tab-2 .slick-slide img {width: 100px;margin: auto;text-align: center;}
.product-details-img.product-details-tab.product-details-tab-2 {flex-direction: row;}
.product-details-img.product-details-tab.product-details-tab-2.product-details-tab-3 {flex-direction: row-reverse;}
.product-details-img.product-details-tab.product-details-tab-2 .slick-vertical .slick-slide {margin: 10px 0;}
.product-details-img.product-details-tab.product-details-tab-2 .slick-vertical .slick-slide:focus {border: 1px solid #4fb68d;outline: 0;}
.single-product-slider-item {width: 50%;}
.single-product-gallery-list .single-product-slider-item {width: 100%;}
.single-product-slider-active .single-product-slider-item {width: 100%;}
.product-details-content.sticky {position: -webkit-sticky;position: sticky;top: 85px;left: 0;width: 100%;}
.single-product-slider-item img {width: 100%;}
.cart-table-content table {border: 1px solid #ebebeb;}
.cart-table-content table thead>tr {background-color: #f9f9f9;border: 1px solid #ebebeb;}
.cart-table-content table thead>tr th {border-top: medium none;color: #253237;font-size: 14px;font-weight: 700;padding: 21px 45px 22px;text-align: center;text-transform: uppercase;vertical-align: middle;white-space: nowrap;}
.cart-table-content table tbody>tr {border-bottom: 1px solid #ebebeb;}
.cart-table-content table tbody>tr td.product-thumbnail {width: 150px;}
.cart-table-content table tbody>tr td {color: #666;font-size: 15px;padding: 30px 0;text-align: center;}
.cart-table-content table tbody>tr td.product-name {width: 435px;}
.cart-table-content table tbody>tr td.product-name a {color: #666;font-size: 15px;font-weight: 500;}
.cart-table-content table tbody>tr td.product-price-cart {width: 435px;}
.cart-table-content table tbody>tr td.product-price-cart span {font-weight: 500;color: #666;}
.cart-table-content table tbody>tr td.product-quantity {position: initial;background: initial;width: 435px;display: table-cell;}
.cart-table-content table tbody>tr td.product-quantity .cart-plus-minus {display: inline-block;height: 40px;padding: 0;position: relative;width: 110px;}
.cart-table-content table tbody>tr td.product-quantity .cart-plus-minus .dec.qtybutton {border-right: 1px solid #e5e5e5;height: 40px;left: 0;padding-top: 8px;top: 0;}
.cart-table-content table tbody>tr td.product-quantity .cart-plus-minus .qtybutton {color: #666;cursor: pointer;float: inherit;font-size: 16px;margin: 0;position: absolute;-webkit-transition: all .3s ease 0s;-o-transition: all .3s ease 0s;transition: all .3s ease 0s;width: 20px;text-align: center;}
.cart-table-content table tbody>tr td.product-quantity .cart-plus-minus input.cart-plus-minus-box {color: #666;float: left;font-size: 14px;height: 40px;margin: 0;width: 110px;background: transparent none repeat scroll 0 0;border: 1px solid #e1e1e1;padding: 0;text-align: center;}
.cart-table-content table tbody>tr td.product-quantity .cart-plus-minus .inc.qtybutton {border-left: 1px solid #e5e5e5;height: 40px;padding-top: 9px;right: 0;top: 0;}
.cart-table-content table tbody>tr td.product-subtotal {font-weight: 500;color: #666;}
.cart-table-content table tbody>tr td.product-wishlist-cart>a {background-color: #4fb68d;border-radius: 50px;color: #fff;font-size: 14px;font-weight: 700;line-height: 1;padding: 7px 12px;text-transform: uppercase;}
.cart-table-content table tbody>tr td.product-wishlist-cart>button {background-color: #4fb68d;border-radius: 50px;color: #fff;font-size: 14px;font-weight: 700;line-height: 1;padding: 7px 12px;text-transform: uppercase;border: none;}
.cart-table-content table tbody>tr td.product-quantity>button {background-color: #4fb68d;border-radius: 50px;color: #fff;font-size: 14px;font-weight: 700;line-height: 1;padding: 7px 12px;text-transform: uppercase;border: none;}
.cart-table-content table tbody>tr td.product-wishlist-cart>a:hover {background-color: #253237;}
.cart-table-content table tbody>tr td.product-wishlist-cart>button:hover {background-color: #253237;}
.cart-table-content table tbody>tr td.product-quantity>button:hover {background-color: #253237;}
h3.cart-page-title {color: #253237;text-align: left;font-size: 24px;line-height: 16px;font-style: normal;text-transform: none;margin: 0 0 30px;font-weight: 600;}
.cart-table-content table tbody>tr td.product-remove {width: 100px;}
.cart-table-content table tbody>tr td.product-remove a {color: #666;font-size: 17px;margin: 0 13px;}
.cart-table-content table tbody>tr td.product-remove a:hover {color: #4fb68d;}
.cart-shiping-update-wrapper {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;padding: 30px 0 60px;}
.cart-shiping-update-wrapper .cart-clear>a, .cart-shiping-update-wrapper .cart-clear>button, .cart-shiping-update-wrapper .cart-shiping-update>a {background-color: #f2f2f2;border-radius: 50px;color: #253237;display: inline-block;font-size: 14px;font-weight: 600;line-height: 1;padding: 18px 63px 17px;text-transform: uppercase;}
.cart-shiping-update-wrapper .cart-clear>button {border: medium none;cursor: pointer;margin-right: 27px;-webkit-transition: all .3s ease 0s;-o-transition: all .3s ease 0s;transition: all .3s ease 0s;}
.cart-shiping-update-wrapper .cart-clear>a:hover, .cart-shiping-update-wrapper .cart-clear>button:hover, .cart-shiping-update-wrapper .cart-shiping-update>a:hover {background-color: #4fb68d;color: #fff;}
.cart-tax, .discount-code-wrapper, .grand-totall {background-color: #f9f9f9;border: 1px solid #ebebeb;border-radius: 5px;padding: 45px 30px 50px;}
.cart-tax .title-wrap, .discount-code-wrapper .title-wrap, .grand-totall .title-wrap {position: relative;}
.cart-tax .title-wrap h4.cart-bottom-title, .discount-code-wrapper .title-wrap h4.cart-bottom-title, .grand-totall .title-wrap h4.cart-bottom-title {display: inline-block;font-size: 18px;font-weight: 700;margin: 0;padding-right: 18px;background-color: #f8f9f9;position: relative;z-index: 99;color: #253237;}
.cart-tax .title-wrap::before, .discount-code-wrapper .title-wrap::before, .grand-totall .title-wrap::before {background-color: #e3e1e1;content: "";height: 1px;left: 0;position: absolute;top: 10px;-webkit-transition: all .4s ease 0s;-o-transition: all .4s ease 0s;transition: all .4s ease 0s;width: 100%;z-index: 1;}
.cart-tax .tax-wrapper, .discount-code-wrapper .tax-wrapper, .grand-totall .tax-wrapper {margin-top: 22px;}
.tax-wrapper p {margin: 0;}
.tax-select-wrapper {margin: 5px 0 0;}
.tax-select {margin: 0 0 60px;}
.tax-select.mb-25px {margin: 0 0 25px;}
.tax-select label {color: #253237;font-size: 14px;margin: 0 0 5px;}
.cart-btn-2 {background-color: #4fb68b;border: medium none;border-radius: 50px;color: #fff;cursor: pointer;font-size: 14px;font-weight: 700;padding: 13px 42px 12px;text-transform: uppercase;-webkit-transition: all .3s ease 0s;-o-transition: all .3s ease 0s;transition: all .3s ease 0s;}
.grand-totall a {background-color: #4fb68b;border-radius: 50px;color: #fff;display: block;font-size: 14px;font-weight: 700;line-height: 1;padding: 18px 10px 17px;text-align: center;text-transform: uppercase;text-transform: uppercase;-webkit-transition: all .3s ease 0s;-o-transition: all .3s ease 0s;transition: all .3s ease 0s;}
.cart-btn-2:hover {color: #fff;background: #253237;}
.grand-totall a:hover {color: #fff;background: #253237;}
.cart-tax .discount-code, .discount-code-wrapper .discount-code {margin: 21px 0 0;}
.grand-totall h5 {font-size: 14px;margin: 36px 0 27px;}
.grand-totall h5 span {float: right;font-size: 18px;font-weight: 700;}
.grand-totall .total-shipping {border-bottom: 1px solid #ebebeb;border-top: 1px solid #ebebeb;margin: 0 0 27px;padding: 28px 0;}
.grand-totall .total-shipping h5 {font-size: 14px;margin: 0;}
.grand-totall .total-shipping ul {padding: 19px 0 0 0;}
.grand-totall .total-shipping ul li {color: #242424;list-style: outside none none;margin: 0 0 6px;}
.grand-totall .total-shipping ul li input {background: #e9e9e9 none repeat scroll 0 0;border: 1px solid #d7d7d7;border-radius: 5px !important;color: #626262;cursor: pointer;height: 13px;margin-right: 10px;padding: 0;position: relative;top: 2px;width: 13px;}
.grand-totall .total-shipping ul li span {float: right;}
.grand-totall h4.grand-totall-title {color: #4fb68b;font-size: 20px;font-weight: 700;margin: 0 0 25px;}
.grand-totall h4.grand-totall-title span {float: right;}
.tax-select-wrapper .nice-select {width: 100%;}
.tax-select-wrapper .nice-select .list {width: 100%;}
.tax-select-wrapper .nice-select.open, .tax-select-wrapper .nice-select:active, .tax-select-wrapper .nice-select:focus {border-color: #ebebeb;}
.cart-tax .discount-code form input, .discount-code-wrapper .discount-code form input {background: #fff;border: 1px solid #ebebeb;height: 45px;margin-bottom: 30px;padding-left: 10px;outline: 0;width: 100%;}
.tax-select input {width: 100%;height: 40px;background: #fff;border: 1px solid #ebebeb;outline: 0;}
.discount-code p {margin: 0 0 15px;}
.billing-info-wrap .billing-info input, .billing-info-wrap .billing-select input {background: transparent none repeat scroll 0 0;border: 1px solid #e6e6e6;color: #666;font-size: 14px;padding-left: 20px;padding-right: 10px;width: 100%;outline: 0;height: 45px;}
.billing-info-wrap .nice-select {width: 100%;margin-bottom: 20px;}
.billing-info-wrap .nice-select .list {width: 100%;}
.billing-info-wrap .nice-select.open, .billing-info-wrap .nice-select:active, .billing-info-wrap .nice-select:focus {border-color: #ebebeb;}
.billing-info-wrap .billing-info input.billing-address, .billing-info-wrap .billing-select input.billing-address {margin-bottom: 10px;}
.billing-info-wrap .checkout-account label {color: #666;font-weight: 400;margin: 0 0 0 12px;}
.billing-info-wrap .checkout-account input {border: 1px solid #e6e6e6;display: inline-block;float: left;height: 12px;width: 12px;margin-top: 7px;cursor: pointer;}
.billing-info-wrap .checkout-account-toggle input {background: transparent none repeat scroll 0 0;border: 1px solid #e6e6e6;color: #666;font-size: 14px;padding-left: 20px;padding-right: 10px;margin: 0 0 20px;width: 100%;height: 45px;outline: 0;}
.billing-info-wrap .checkout-account-toggle button.checkout-btn {background-color: #4fb68b;border: medium none;color: #fff;cursor: pointer;font-weight: 700;padding: 10px 30px;text-transform: uppercase;border-radius: 50px;z-index: 9;}
.billing-info-wrap .checkout-account-toggle button.checkout-btn:hover {background: #253237;color: #fff;}
.billing-info-wrap .additional-info-wrap h4 {font-size: 16px;font-weight: 700;color: #253237;margin: 0 0 10px;}
.billing-info-wrap .additional-info-wrap .additional-info textarea {background: transparent none repeat scroll 0 0;border: 1px solid #e6e6e6;color: #333;font-size: 14px;height: 138px;padding: 17px 20px;width: 100%;outline: 0;}
.additional-info-wrap {margin: 30px 0;}
.your-order-area .your-order-wrap {padding: 38px 45px 44px;background: #f6f6f6;}
.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul li {font-size: 16px;font-weight: 700;list-style: outside none none;color: #253237;}
.your-order-area .your-order-wrap .your-order-product-info .your-order-middle {border-bottom: 1px solid #dee0e4;border-top: 1px solid #dee0e4;margin: 29px 0;padding: 19px 0 18px;}
.your-order-area .your-order-wrap .your-order-product-info .your-order-middle ul li {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;margin: 0 0 10px;}
.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul {-webkit-box-align: center;-ms-flex-align: center;align-items: center;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul li.your-order-shipping {font-size: 16px;color: #253237;font-weight: 600;}
.your-order-area .your-order-wrap .your-order-product-info .your-order-total {border-bottom: 1px solid #dee0e4;border-top: 1px solid #dee0e4;margin: 18px 0 33px;padding: 17px 0 19px;}
.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul {-webkit-box-align: center;-ms-flex-align: center;align-items: center;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul li.order-total {font-weight: 700;color: #212121;font-size: 18px;}
.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul li {font-weight: 700;color: #4fb68b;font-size: 16px;list-style: outside none none;}
.your-order-area .payment-accordion:last-child {margin: 0 0 0;}
.your-order-area .payment-accordion {margin: 0 0 16px;}
.your-order-area .payment-accordion {margin: 0 0 16px;}
.your-order-area .payment-accordion h4 a {color: #253237;font-size: 16px;margin: 0;font-weight: 600;}
.your-order-area .payment-accordion .panel-body {padding: 5px 0 0 0;}
.your-order-area .payment-accordion .panel-body p {padding: 0 0 0 10px;font-size: 14px;color: #666;}
.your-order-area .Place-order>a {background-color: #4fb68b;color: #fff;display: block;font-weight: 700;letter-spacing: 1px;line-height: 1;padding: 18px 20px;text-align: center;text-transform: uppercase;border-radius: 50px;z-index: 9;}
.your-order-area .Place-order>a:hover {background: #253237;color: #fff;}
.Place-order {margin-top: 25px;}
.billing-info-wrap h3, .your-order-area h3 {font-weight: 700;color: #253237;margin: 0 0 30px;font-size: 24px;line-height: 16px;}
.open-toggle, .open-toggle2 {display: none;}
.single-my-account h3.panel-title {background-color: #f9f9f9;border-bottom: 1px solid #ebebeb;color: #253237;font-size: 14px;font-weight: 700;margin: 0;position: relative;text-transform: uppercase;line-height: 2;}
.single-my-account h3.panel-title span {color: #253237;font-size: 14px;left: 20px;position: absolute;top: 16px;}
.single-my-account h3.panel-title a {color: #253237;display: block;padding: 16px 55px;position: relative;}
.single-my-account h3.panel-title a:hover {color: #4fb68d;}
.single-my-account h3.panel-title a:hover::before {color: #4fb68d;}
.single-my-account h3.panel-title a::before {color: #000;content: "";display: inline-block;font-family: Ionicons;font-size: 14px;position: absolute;right: 10px;top: 50%;margin-top: -14px;}
.single-my-account .myaccount-info-wrapper {padding: 30px 20px;background-color: #fff;}
.single-my-account .myaccount-info-wrapper .account-info-wrapper {border-bottom: 1px solid #eaeaea;margin-bottom: 28px;padding-bottom: 30px;}
.single-my-account .myaccount-info-wrapper .account-info-wrapper h4 {font-size: 14px;margin: 0;text-transform: uppercase;color: #253237;font-weight: 700;}
.single-my-account .myaccount-info-wrapper .account-info-wrapper h5 {font-size: 14px;letter-spacing: .2px;margin-top: 7px;font-weight: 600;color: #253237;}
.single-my-account .myaccount-info-wrapper .billing-info {margin-bottom: 20px;}
.single-my-account .myaccount-info-wrapper .billing-info label {color: #666;font-size: 14px;text-transform: capitalize;}
.single-my-account .myaccount-info-wrapper .billing-info input {background: transparent none repeat scroll 0 0;border: 1px solid #ebebeb;color: #666;height: 40px;padding: 0 15px;width: 100%;outline: 0;}
.single-my-account .myaccount-info-wrapper .billing-back-btn {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;margin-top: 26px;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a {color: #253237;display: inline-block;font-size: 14px;font-weight: 700;text-transform: uppercase;}
.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a:hover {color: #4fb68d;}
.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a i {font-size: 15px;color: #4fb68d;}
.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-btn button {background-color: #f2f2f2;border: medium none;color: #253237;display: inline-block;font-size: 14px;font-weight: 700;line-height: 1;padding: 16px 35px 17px;text-transform: uppercase;cursor: pointer;-webkit-transition: all .3s ease 0s;-o-transition: all .3s ease 0s;transition: all .3s ease 0s;outline: 0;border-radius: 30px;}
.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-btn button:hover {background-color: #4fb68d;color: #fff;}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info {padding: 30px 20px;}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info p {color: #666;font-size: 14px;margin: 0;text-transform: capitalize;}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a.edit {background-color: #0090f0;font-weight: 700;}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a.edit:hover {background-color: #4fb68d;}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a:hover {background-color: #4fb68d;}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a {background-color: #f32013;color: #fff;display: inline-block;line-height: 1;margin: 0 2px;padding: 12px 15px;text-transform: uppercase;font-weight: 700;}
.single-my-account {margin-bottom: 20px;border: 1px solid #ebebeb;}
.single-my-account:last-child {margin: 0;}
.single-my-account .myaccount-info-wrapper .entries-wrapper {border: 1px solid #eaeaea;position: relative;}
.single-my-account .myaccount-info-wrapper .entries-wrapper::before {position: absolute;content: "";height: 100%;width: 1px;left: 50%;top: 0;background-color: #eaeaea;}
.login-register-wrapper .login-register-tab-list {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;margin-bottom: 40px;}
.login-register-wrapper .login-register-tab-list a {position: relative;}
.login-register-wrapper .login-register-tab-list a:last-child:before {display: none;}
.login-register-wrapper .login-register-tab-list a::before {background-color: #000;bottom: 5px;content: "";height: 18px;margin: 0 auto;position: absolute;right: -2px;-webkit-transition: all .4s ease 0s;-o-transition: all .4s ease 0s;transition: all .4s ease 0s;width: 1px;}
.login-register-wrapper .login-register-tab-list a.active h4 {color: #4fb68d;}
.login-register-wrapper .login-register-tab-list a h4 {font-size: 25px;font-weight: 700;margin: 0 20px;-webkit-transition: all .3s ease 0s;-o-transition: all .3s ease 0s;transition: all .3s ease 0s;color: #253237;}
.login-register-wrapper .login-form-container {background: transparent none repeat scroll 0 0;-webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);box-shadow: 0 0 6px rgba(0,0,0,.1);padding: 80px;text-align: left;}
.login-register-wrapper .login-form-container .login-register-form form input {background-color: transparent;border: 1px solid #ebebeb;color: #666;font-size: 14px;height: 45px;margin-bottom: 30px;padding: 0 15px;width: 100%;outline: 0;}
.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn {padding: 10px 0 19px;}
.login-register-wrapper .login-form-container .login-register-form form .button-box button {background-color: #f2f2f2;border: medium none;color: #253237;cursor: pointer;font-size: 14px;font-weight: 700;line-height: 1;padding: 11px 30px;text-transform: uppercase;-webkit-transition: all .3s ease 0s;-o-transition: all .3s ease 0s;transition: all .3s ease 0s;outline: 0;border-radius: 30px;}
.login-register-wrapper .login-form-container .login-register-form form .button-box button:hover {background: #4fb68d;color: #fff;}
.login-register-wrapper .login-form-container .login-register-form form input[type=checkbox] {height: 15px;margin: 0;position: relative;top: 1px;width: 17px;}
.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn label {color: #253237;font-size: 15px;font-weight: 400;}
.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a.flote-none {float: none !important;}
.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a {color: #253237;float: right;font-size: 15px;-webkit-transition: all .3s ease 0s;-o-transition: all .3s ease 0s;transition: all .3s ease 0s;}
.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a:hover {color: #4fb68d;}
.gmap_canvas iframe {overflow: hidden;background: 0 0 !important;height: 560px;width: 100%;}
.custom-row-2 {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-right: -5px;margin-left: -5px;}
.custom-row-2 div[class^=col-] {padding-left: 5px;padding-right: 5px;}
.contact-info-wrap {background-color: #f3f3f3;padding: 120px 70px 116px 90px;}
.contact-info-wrap .single-contact-info {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-bottom: 40px;}
.contact-info-wrap .single-contact-info .contact-icon {margin-right: 20px;}
.contact-info-wrap .single-contact-info .contact-icon i {font-size: 20px;color: #253237;display: inline-block;width: 40px;height: 40px;line-height: 40px;border: 1px solid #252525;text-align: center;border-radius: 100%;-webkit-transition: all .3s ease 0s;-o-transition: all .3s ease 0s;transition: all .3s ease 0s;}
.contact-info-wrap .single-contact-info .contact-info-dec p {line-height: 1;color: #253237;margin: 0 0 9px;}
.contact-info-wrap .single-contact-info .contact-info-dec p a {color: #253237;}
.contact-info-wrap .single-contact-info .contact-info-dec p a:hover {color: #4fb68d;}
.contact-info-wrap .single-contact-info:hover .contact-icon i {background-color: #4fb68d;color: #fff;border-color: #4fb68d;}
.contact-social h3 {font-weight: 700;color: #253237;font-size: 24px;margin: 0 0 17px;line-height: 1;}
.contact-social ul li a {color: #666;}
.contact-social .social-info li a {margin-right: 5px;}
.contact-form {background-color: #f3f3f3;padding: 50px 110px 47px 110px;}
.contact-form .contact-title h2 {font-size: 24px;font-weight: 700;color: #253237;line-height: 1;margin-bottom: 36px;margin-left: -10px;}
.contact-form .contact-form-style input, .contact-form .contact-form-style textarea {background: 0 0;border: 1px solid #c1c1c1;height: 40px;padding: 2px 14px;margin-bottom: 30px;color: #000;width: 100%;outline: 0;}
.contact-form p {color: #333;}
.contact-form .contact-form-style textarea {padding: 20px 14px;margin-bottom: 0;height: 200px;}
.contact-map {margin-bottom: 60px;}
.contact-form .contact-form-style button {border: none;background-color: #4fb68d;color: #fff;font-size: 14px;font-weight: 700;text-transform: uppercase;line-height: 1;padding: 15px 52px;margin-top: 0px;outline: 0;-webkit-transition: all .3s ease 0s;-o-transition: all .3s ease 0s;transition: all .3s ease 0s;border-radius: 30px;}
.contact-form .contact-form-style button:hover {background-color: #253237;color: #fff;}
.compare-table .table tbody tr:first-child {border-top: 1px solid #eee;}
.compare-table .table tbody tr td.first-column {min-width: 180px;font-size: 18px;font-weight: 700;color: #253237;margin: 0;line-height: 1;}
.compare-table .table tbody tr td.product-image-title {min-width: 310px;vertical-align: bottom;padding-top: 70px;}
.compare-table .table tbody tr td {text-align: center;border: none;padding: 25px 30px;vertical-align: middle;border-bottom: 1px solid #eee;border-left: 1px solid #eee;}
.compare-table .table tbody tr td.product-image-title .image {clear: both;width: 100%;margin-bottom: 40px;display: block;}
.compare-table .table tbody tr td.product-image-title .image img {max-width: 100%;}
.compare-table .table tbody tr td.product-image-title .category {float: left;clear: both;font-size: 13px;line-height: 15px;color: #253237;letter-spacing: .5px;}
.compare-table .table tbody tr td.product-image-title .title {float: left;clear: both;font-size: 16px;font-weight: 700;color: #253237;line-height: 20px;margin-bottom: 10px;}
.compare-table .table tbody tr td.pro-desc p {text-align: left;margin: 0;}
.compare-table .table tbody tr td.pro-color, .compare-table .table tbody tr td.pro-price, .compare-table .table tbody tr td.pro-stock {font-size: 16px;font-weight: 700;color: #253237;}
.compare-table .table tbody tr td:last-child {border-right: 1px solid #eee;}
.compare-table .table tbody tr td.pro-addtocart .add-to-cart {position: relative;background-color: #4fb68d;color: #fff;border-radius: 30px;display: inline-block;width: 170px;padding: 10px 25px 10px 25px;-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;outline: 0;font-weight: 700;}
.compare-table .table tbody tr td.pro-addtocart .add-to-cart:hover {background-color: #253237;}
.compare-table .table tbody tr td.pro-remove button {border: none;background-color: transparent;padding: 0;cursor: pointer;-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;outline: 0;}
.compare-table .table tbody tr td.pro-remove button:hover {color: #4fb68d;}
.compare-table .table tbody tr td.pro-remove button i {font-size: 22px;}
.compare-table .table tbody tr td.pro-ratting i {font-size: 20px;color: #fdd835;}
.static-banner-area {background: #f19596;margin: 0;}
.static-banner-area .banner-wrapper {margin: 0;}
.banner-box:after {background: rgba(255,255,255,.3);bottom: 50%;content: "";left: 0;position: absolute;right: 0;top: 50%;opacity: 1;pointer-events: none;}
.banner-box:before {background: rgba(255,255,255,.3);bottom: 0;content: "";left: 50%;position: absolute;right: 51%;top: 0;opacity: 1;pointer-events: none;z-index: 1;}
.banner-box img {width: 100%;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
.img-responsive {display: block;max-width: 100%;height: auto;}
.banner-box:hover:before {left: 0;right: 0;opacity: 0;-webkit-transition: all .9s linear;-moz-transition: all .9s linear;-ms-transition: all .9s linear;-o-transition: all .9s linear;transition: all .9s linear;}
.banner-box:hover:after {top: 0;bottom: 0;opacity: 0;-webkit-transition: all .9s linear;-moz-transition: all .9s linear;-ms-transition: all .9s linear;-o-transition: all .9s linear;transition: all .9s linear;}
.static-banner-area .static-banner-content {max-width: 450px;}
.static-banner-area .static-banner-content h2 {font-size: 48px;line-height: 1;color: #fff;font-weight: 400;margin: 0;text-transform: uppercase;}
.static-banner-area .static-banner-content h3 {font-size: 48px;line-height: 1;color: #fff;font-weight: 700;margin-bottom: 20px;text-transform: uppercase;}
.static-banner-area .static-banner-content p {font-size: 18px;line-height: 24px;color: #fff;font-weight: 400;margin-bottom: 35px;}
.static-banner-area .static-banner-content a {position: relative;font-size: 14px;font-weight: 700;color: #253237;background: #fff;line-height: 45px;height: 45px;padding: 0 30px;border-radius: 30px;text-transform: uppercase;display: inline-block;}
.static-banner-area .static-banner-content a:hover {background: #ef1e1e;color: #fff;}
.static-banner-area:hover .static-banner-content {animation: fadeInRight .3s linear alternate;-webkit-animation: fadeInRight .3s linear alternate;-moz-animation: fadeInRight .3s linear alternate;}
@keyframes fadeInRight {0% {opacity: 0;-webkit-transform: translate3d(10%,0,0);transform: translate3d(10%,0,0);}
	100% {opacity: 1;-webkit-transform: none;transform: none;}}
.static-countdown-area {background-image: url("/assets/images/static-countdown-bg.jpg");background-size: cover;background-position: center;background-repeat: no-repeat;padding: 100px 0;}
.static-countdown-content h2 {color: #253237;font-size: 32px;line-height: 1;margin-bottom: 15px;font-weight: 700;}
.static-countdown-content p.countdown-price {color: #ef1e1e;font-size: 24px;}
.static-countdown-content p {color: #777;font-size: 16px;margin-bottom: 20px;}
.static-countdown-content a {position: relative;font-size: 14px;font-weight: 700;color: #fff;background: #ef1e1e;line-height: 45px;height: 45px;padding: 0 30px;border-radius: 30px;text-transform: uppercase;display: inline-block;}
.static-countdown-content a:hover {background: #253237;color: #fff;}
.static-countdown-content .clockdiv {justify-content: start;margin: 0 0 20px 0;}
.static-countdown-content .clockdiv span {font-size: 32px;}
.static-countdown-content .clockdiv span p {font-size: 12px;}
.static-countdown-content .clockdiv span {margin: 0 20px 0 0;text-align: center;}
.static-countdown-content .clockdiv span:after {right: -10px;}
.static-countdown-area:hover .static-countdown-content {animation: fadeInRight .3s linear alternate;-webkit-animation: fadeInRight .3s linear alternate;-moz-animation: fadeInRight .3s linear alternate;}
.banner-left {float: left;width: 20%;position: relative;z-index: 2;}
.banner-right {width: 80%;}
.blog-post-media {overflow: hidden;}
.blog-image img {width: 100%;height: 300px;object-fit: cover;object-position: center;}
.single-blog.blog-image img {height: auto;}
.blog-post-media iframe {width: 100%;position: relative;height: 300px;}
.blog-post-video .icon {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.blog-post-video .thumb-image {width: 100%;height: 300px;object-fit: cover;object-position: center;}
.blog-title a {font-size: 24px;font-weight: 600;color: #253237;}
.blog-title a:hover {color: #4fb68d;}
.blog-page-meta li a:hover {color: #4fb68d;}
.blog-page-meta li {display: inline-block;}
.blog-page-meta li a {display: block;color: #253237;}
.blog-page-meta li:first-child:after {position: absolute;top: 50%;right: -9px;left: auto;background: #555;content: "";width: 1px;height: 12px;margin-top: -6px;}
.blog-page-meta li {display: inline-block;position: relative;}
.blog-page-meta li:first-child {margin-right: 15px;}
.blog-page-meta {margin: 10px 0;}
.blog-post-content-inner p {margin: 20px 0;padding-top: 20px;border-top: 1px solid #ebebeb;color: #253237;}
.blog-post-content-inner .read-more-btn:hover {color: #4fb68d;padding-left: 5px;}
.blog-gallery .slick-arrow i {font-size: 26px;color: #333;}
.blog-gallery .slick-arrow {position: absolute;top: 50%;left: 0;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);z-index: 99;opacity: 0;visibility: hidden;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;cursor: pointer;}
.blog-gallery .slick-arrow.next {left: auto;right: 0;}
.blog-gallery:hover .slick-arrow {visibility: visible;opacity: 1;left: 20px;}
.blog-gallery:hover .slick-arrow.next {left: auto;right: 20px;}
.blog-gallery .slick-slide img {width: 100%;height: 300px;object-fit: cover;object-position: center;}
.single-post-content p {margin: 0 0 25px;color: #253237;}
.single-post-content p.quate-speech {margin-left: 100px;padding: 10px 15px;font-size: 16px;line-height: 26px;font-style: italic;border-left: 3px solid #4fb68d;}
.tag-list li {display: inline-block;margin-left: 5px;color: #253237;}
.tag-list li a {color: #253237;}
.tag-list li a:hover {color: #4fb68d;}
.social li {display: inline-block;margin-left: 10px;font-size: 16px;color: #253237;}
.social li a {color: #253237;}
.social li a:hover {color: #4fb68d;}
span.title {font-weight: 700;color: #253237;}
.blog-related-post .blog-title a {font-size: 20px;}
.blog-related-post {padding: 40px 0 30px 0;border-top: 1px solid #ebebeb;border-bottom: 1px solid #ebebeb;}
.blog-single-tags-share {margin-bottom: 35px;}
.comment-area .review-content {padding: 30px;border: 1px solid #ebebeb;}
.comment-area {margin-top: 35px;}
.comment-area .single-review.child-review {margin-bottom: 70px;}
.comment-heading {font-family: "Open Sans",sans-serif;font-size: 24px;color: #253237;line-height: 16px;font-weight: 600;margin: 0 0 40px;}
.blog-comment-form .comment-heading {margin: 0 0 10px;}
.blog-comment-form p {margin: 0 0 30px;}
.comment-area .single-review .review-top-wrap .review-left .review-name h4 {font-weight: 600;color: #253237;}
.single-form input, .single-form textarea {padding: 2px 10px 2px 20px;background: 0 0;border: 1px solid #e6e6e6;color: #333;}
.single-form input {height: 45px;-webkit-box-shadow: none;box-shadow: none;padding-left: 10px;font-size: 14px;color: #253237;width: 100%;margin-bottom: 15px;outline: 0;}
.single-form textarea {height: 180px;padding: 20px 10px 2px 20px;margin-bottom: 20px;width: 100%;outline: 0;}
.single-form input[type=submit] {padding: 0 55px !important;line-height: 48px;height: 48px;font-size: 16px;font-weight: 700;border: none;border-radius: 30px;box-shadow: none;text-transform: uppercase;background: #4fb68d !important;display: block;color: #fff !important;width: 200px;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;margin: 20px 0 60px;}
.single-form input[type=submit]:hover {background: #253237 !important;color: #fff !important;}
.single-blog .blog-post-content-inner {padding: 30px 0 0;}
.about-area {padding: 60px 0 55px 0;}
.about-content h2 {font-weight: 600;color: #253237;margin: 0 0 15px;font-size: 40px;}
.single-about h4 {font-size: 30px;font-weight: 600;color: #253237;margin: 0 0 15px;}
.about-area p {color: #253237;}
.mt-30px {margin-top: 30px;}
body.offcanvas-open {overflow: hidden;padding-right: 17px;}
.offcanvas {font-size: 14px;font-weight: 400;position: fixed;z-index: 999999;top: 0;right: 0;left: auto;display: block;width: 400px;height: 100%;padding: 20px;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;-webkit-transform: translateX(100%);transform: translateX(100%);background-color: #fff;-webkit-box-shadow: none;box-shadow: none;overflow: auto;visibility: visible;opacity: 0;}
@media only screen and (max-width:479px) {.offcanvas {width: 300px;}}
.offcanvas .inner {position: relative;z-index: 9;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;height: 100%;}
.offcanvas .inner .head {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%;padding: 30px 20px;}
.offcanvas .inner .head .title {color: #000;font-weight: 700;}
.offcanvas .inner .head .offcanvas-close {position: relative;width: 20px;height: 20px;text-indent: -9999px;border: 0;background-color: transparent;}
.offcanvas .inner .head .offcanvas-close::after {position: absolute;top: calc(50% - 1px);left: 0;width: 20px;height: 2px;content: "";-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);background-color: #4fb68d;}
.offcanvas .inner .head .offcanvas-close::before {position: absolute;top: calc(50% - 1px);left: 0;width: 20px;height: 2px;content: "";-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;-webkit-transform: rotate(45deg);transform: rotate(45deg);background-color: #4fb68d;}
.hover-style-cosmatics.offcanvas .inner .head .offcanvas-close::before, .hover-style-cosmatics.offcanvas .inner .head .offcanvas-close:after {background-color: #c0b07d;}
.hover-style-electronic .inner .head .offcanvas-close::before, .hover-style-electronic .inner .head .offcanvas-close:after {background-color: #0090f0;}
.hover-style-furniture .inner .head .offcanvas-close::before, .hover-style-furniture .inner .head .offcanvas-close:after {background-color: #ef1e1e;}
.hover-style-medical .inner .head .offcanvas-close::before, .hover-style-medical .inner .head .offcanvas-close:after {background-color: #0bbfbd;}
.hover-style-cosmatics .minicart-product-list li .content .title:hover {color: #c0b07d;}
.hover-style-electronic .minicart-product-list li .content .title:hover {color: #0090f0;}
.hover-style-furniture .minicart-product-list li .content .title:hover {color: #ef1e1e;}
.hover-style-medical .minicart-product-list li .content .title:hover {color: #0bbfbd;}
.hover-style-cosmatics .minicart-product-list li .content .quantity-price .amount {color: #c0b07d;}
.hover-style-cosmatics.offcanvas .inner .foot .buttons a:hover {background-color: #c0b07d;}
.hover-style-cosmatics.offcanvas .inner .foot .buttons a:hover {background-color: #c0b07d;}
.hover-style-cosmatics.offcanvas .inner .foot .buttons .current-btn {background-color: #c0b07d;}
.hover-style-electronic .minicart-product-list li .content .quantity-price .amount {color: #0090f0;}
.hover-style-electronic.offcanvas .inner .foot .buttons a:hover {background-color: #0090f0;}
.hover-style-electronic.offcanvas .inner .foot .buttons a:hover {background-color: #0090f0;}
.hover-style-electronic.offcanvas .inner .foot .buttons .current-btn {background-color: #0090f0;}
.hover-style-furniture .minicart-product-list li .content .quantity-price .amount {color: #ef1e1e;}
.hover-style-furniture.offcanvas .inner .foot .buttons a:hover {background-color: #ef1e1e;}
.hover-style-furniture.offcanvas .inner .foot .buttons a:hover {background-color: #ef1e1e;}
.hover-style-furniture.offcanvas .inner .foot .buttons .current-btn {background-color: #ef1e1e;}
.hover-style-medical .minicart-product-list li .content .quantity-price .amount {color: #0bbfbd;}
.hover-style-medical.offcanvas .inner .foot .buttons a:hover {background-color: #0bbfbd;}
.hover-style-medical.offcanvas .inner .foot .buttons a:hover {background-color: #0bbfbd;}
.hover-style-medical.offcanvas .inner .foot .buttons .current-btn {background-color: #0bbfbd;}
.offcanvas .inner .head .offcanvas-close:hover:before {-webkit-transform: rotate(180deg);transform: rotate(180deg);}
.offcanvas .inner .head .offcanvas-close:hover:after {-webkit-transform: rotate(0);transform: rotate(0);}
.offcanvas .inner .offcanvas-menu ul li {position: relative;display: block;line-height: 28px;}
.offcanvas .inner .offcanvas-menu ul li a {display: block;padding: 7px 20px;color: #253237;border-top: 1px solid #eee;font-size: 14px;font-weight: 600;}
.offcanvas .inner .offcanvas-menu ul li .sub-menu {position: static;top: auto;display: none;visibility: visible;width: 100%;min-width: auto;padding: 0;-webkit-transition: none;transition: none;opacity: 1;-webkit-box-shadow: none;box-shadow: none;transform-origin: 0;transform-style: inherit;transform: none;}
.offcanvas .inner .offcanvas-menu ul li .sub-menu li {line-height: inherit;position: relative;}
.offcanvas .inner .offcanvas-menu ul li .sub-menu li a {padding-left: 30px;padding-right: 0;display: block;border-top: 1px solid #eee;font-size: 14px;font-weight: 600;}
.offcanvas .inner .offcanvas-menu ul li .sub-menu li:last-child {border-bottom: 0 solid #eee;}
.offcanvas .inner .offcanvas-menu ul li .menu-expand {position: absolute;z-index: 2;top: 0;right: 10px;width: 24px;height: 43px;cursor: pointer;background-color: transparent;}
.offcanvas .inner .offcanvas-menu ul li:hover>a {color: #4fb68d;}
.offcanvas .inner .offcanvas-menu ul li:hover>span.menu-expand:before {background: #4fb68d;}
.offcanvas .inner .offcanvas-menu ul li:hover>span.menu-expand:after {background: #4fb68d;}
.offcanvas.hover-style-cosmatics .inner .offcanvas-menu ul li:hover>a {color: #c0b07d;}
.offcanvas.hover-style-cosmatics .inner .offcanvas-menu ul li:hover>span.menu-expand:before {background: #c0b07d;}
.offcanvas.hover-style-cosmatics .inner .offcanvas-menu ul li:hover>span.menu-expand:after {background: #c0b07d;}
.offcanvas.hover-style-electronic .inner .offcanvas-menu ul li:hover>a {color: #0090f0;}
.offcanvas.hover-style-electronic .inner .offcanvas-menu ul li:hover>span.menu-expand:before {background: #0090f0;}
.offcanvas.hover-style-electronic .inner .offcanvas-menu ul li:hover>span.menu-expand:after {background: #0090f0;}
.offcanvas.hover-style-furniture .inner .offcanvas-menu ul li:hover>a {color: #ef1e1e;}
.offcanvas.hover-style-furniture .inner .offcanvas-menu ul li:hover>span.menu-expand:before {background: #ef1e1e;}
.offcanvas.hover-style-furniture .inner .offcanvas-menu ul li:hover>span.menu-expand:after {background: #ef1e1e;}
.offcanvas.hover-style-medical .inner .offcanvas-menu ul li:hover>a {color: #0bbfbd;}
.offcanvas.hover-style-medical .inner .offcanvas-menu ul li:hover>span.menu-expand:before {background: #0bbfbd;}
.offcanvas.hover-style-medical .inner .offcanvas-menu ul li:hover>span.menu-expand:after {background: #0bbfbd;}
.offcanvas .inner .offcanvas-menu ul li:last-child {border-bottom: 1px solid #eee;}
.offcanvas .inner .offcanvas-social li {display: inline-block;margin: 0 20px 0 0;line-height: 40px;padding: 0;}
.offcanvas .inner .offcanvas-social {margin-left: auto;margin-right: auto;}
.offcanvas .inner .offcanvas-social li:last-child {margin: 0;}
@media only screen and (max-width:479px) {.offcanvas .inner .offcanvas-social li {margin: 0 5px 0 0;}}
.offcanvas .inner .offcanvas-social li a {position: relative;display: inline-block;vertical-align: middle;color: #fff;background: #4fb68d;font-size: 16px;padding: 0;line-height: 40px;width: 40px;height: 40px;border-radius: 100%;text-align: center;border: none;z-index: 1;-webkit-transition: all .3s linear;transition: all .3s linear;}
.offcanvas.hover-style-cosmatics .inner .offcanvas-social li a {background: none;}
.offcanvas.hover-style-electronic .inner .offcanvas-social li a {background: #0090f0;}
.offcanvas.hover-style-furniture .inner .offcanvas-social li a {background: #ef1e1e;}
.offcanvas.hover-style-medical .inner .offcanvas-social li a {background: #0bbfbd;}
.offcanvas .inner .offcanvas-social li a:hover {background: #000;color: #fff;}
@media only screen and (max-width:479px) {.offcanvas .inner .offcanvas-social li a {line-height: 35px;width: 35px;height: 35px;font-size: 15px;}}
.offcanvas .inner .foot .buttons a {display: block;text-transform: uppercase;font-weight: 400;font-size: 14px;border: none;border: none;color: #272727;box-shadow: none;padding: 10px 15px;line-height: 28px;background: #ebebeb;border-radius: 30px;}
.offcanvas .inner .foot .buttons a:hover {background-color: #4fb68d;color: #fff;}
.offcanvas .inner .foot .buttons .current-btn {background-color: #4fb68d;color: #fff;}
.offcanvas .inner .foot .sub-total {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;padding-top: 15px;padding-bottom: 15px;border-top: 1px solid #eee;margin: 30px 0 0 0;}
.offcanvas .inner .foot .sub-total .table>:not(caption)>*>* {padding: 0;border: 0;}
.offcanvas .inner .foot .sub-total .table>tbody>tr>td {border: none;padding: 0;color: #000;font-size: 20px;vertical-align: middle;font-weight: 500;line-height: 30px;}
.offcanvas .inner .foot .sub-total .table>tbody>tr>td.theme-color {color: #4fb68d;}
.offcanvas .inner .foot .sub-total .amount {color: #eb2606;font-weight: 600;}
.offcanvas .inner .foot .minicart-message {margin-top: 30px;margin-bottom: 30px;}
.offcanvas-menu>ul>li .menu-expand {position: absolute;z-index: 2;top: 0;right: 0;width: 24px;height: 44px;cursor: pointer;background-color: transparent;}
.offcanvas-menu>ul.sub-menu>li .menu-expand {right: 15px;}
.offcanvas.offcanvas-mobile-menu {right: auto;left: 0;padding: 0;padding: 50px 0;-webkit-transform: translateX(-100%);transform: translateX(-100%);width: 350px;}
@media only screen and (max-width:479px) {.offcanvas.offcanvas-mobile-menu {width: 300px;}}
.offcanvas.offcanvas-mobile-menu .offcanvas-close {position: absolute;width: 40px;height: 40px;text-indent: -9999px;border: 0;left: 0;top: 5px;background-color: transparent;-webkit-animation-delay: .5s;animation-delay: .5s;border-radius: 50%;}
.offcanvas.offcanvas-mobile-menu.hover-style-cosmatics .offcanvas-close::after, .offcanvas.offcanvas-mobile-menu.hover-style-cosmatics .offcanvas-close::before {background-color: #c0b07d;}
.offcanvas.offcanvas-mobile-menu.hover-style-electronic .offcanvas-close::after, .offcanvas.offcanvas-mobile-menu.hover-style-electronic .offcanvas-close::before {background-color: #0090f0;}
.offcanvas.offcanvas-mobile-menu.hover-style-furniture .offcanvas-close::after, .offcanvas.offcanvas-mobile-menu.hover-style-furniture .offcanvas-close::before {background-color: #ef1e1e;}
.offcanvas.offcanvas-mobile-menu.hover-style-medical .offcanvas-close::after, .offcanvas.offcanvas-mobile-menu.hover-style-medical .offcanvas-close::before {background-color: #0bbfbd;}
.offcanvas.offcanvas-mobile-menu .offcanvas-close::after {position: absolute;top: calc(50% - 1px);left: 50%;margin-left: -10px;width: 20px;height: 2px;content: "";-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);background-color: #4fb68d;}
.offcanvas.offcanvas-mobile-menu .offcanvas-close::before {position: absolute;top: calc(50% - 1px);left: 50%;margin-left: -10px;width: 20px;height: 2px;content: "";-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;-webkit-transform: rotate(45deg);transform: rotate(45deg);background-color: #4fb68d;}
.offcanvas.offcanvas-mobile-menu .offcanvas-close:hover:before {-webkit-transform: rotate(180deg);transform: rotate(180deg);}
.offcanvas.offcanvas-mobile-menu .offcanvas-close:hover:after {-webkit-transform: rotate(0);transform: rotate(0);}
.offcanvas.offcanvas-cart .inner .head, .offcanvas.offcanvas-wishlist .inner .head {margin-bottom: 30px;padding: 0;}
.offcanvas.offcanvas-cart .inner .head .title, .offcanvas.offcanvas-wishlist .inner .head .title {font-size: 20px;}
.offcanvas-menu>ul>li .menu-expand::after, .offcanvas-menu>ul>li .menu-expand::before {position: absolute;top: calc(50% - 1px);left: calc(50% - 7px);width: 14px;height: 2px;content: "";-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;-webkit-transform: scale(.75);transform: scale(.75);background-color: #000;}
.offcanvas-menu>ul>li .menu-expand::after {-webkit-transform: rotate(90deg) scale(.75);transform: rotate(90deg) scale(.75);}
.offcanvas-menu>ul>li.active>.menu-expand::after {-webkit-transform: rotate(0) scale(.75);transform: rotate(0) scale(.75);}
.offcanvas-menu>ul>li .sub-menu li.active>.menu-expand::after {-webkit-transform: rotate(0) scale(.75);transform: rotate(0) scale(.75);}
.offcanvas.offcanvas-mobile-menu.offcanvas-open {-webkit-transform: translateX(0);transform: translateX(0);}
.offcanvas.offcanvas-mobile-menu.offcanvas-open .offcanvas-close {left: 85%;}
.offcanvas-overlay {position: fixed;z-index: 999;top: 0;right: 0;bottom: 0;left: 0;display: none;background-color: rgba(0,0,0,.5);}
.offcanvas.offcanvas-open {-webkit-transform: translateX(0);transform: translateX(0);opacity: 1;}
.minicart-product-list {margin: 0;padding-left: 0;list-style: none;}
.minicart-product-list li {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-bottom: 30px;padding-bottom: 30px;border-bottom: 1px solid #ebebeb;}
.minicart-product-list li .image {-webkit-box-flex: 1;-ms-flex: 1 0 75px;flex: 1 0 75px;}
.minicart-product-list li .image img {max-width: 100%;border: 1px solid #ebebeb;}
@media only screen and (max-width:575px) {.minicart-product-list li .image {-ms-flex: 1 0 50px;-webkit-box-flex: 1;flex: 1 0 50px;}}
.minicart-product-list li .content {position: relative;-webkit-box-flex: 1;-ms-flex: 1 0 calc(100% - 150px);flex: 1 0 calc(100% - 150px);padding-left: 15px;}
.minicart-product-list li .content .title {display: block;font-size: 14px;line-height: 20px;color: #253237;font-weight: 700;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.minicart-product-list li .content .title:hover {color: #4fb68d;}
.minicart-product-list li .content .quantity-price {font-size: 14px;display: block;margin-top: 10px;}
.minicart-product-list li .content .quantity-price .amount {color: #4fb68d;font-weight: 500;font-size: 18px;}
.minicart-product-list li .content .remove {position: absolute;top: 0;right: 0;padding: 0 3px;color: #253237;font-size: 24px;font-weight: 500;border: none;background: white;}
.minicart-product-list li .content .remove:hover {color: #eb2606;}
@media only screen and (max-width:575px) {.minicart-product-list li .content {-ms-flex: 1 0 calc(100% - 75px);-webkit-box-flex: 1;flex: 1 0 calc(100% - 75px);}}
.minicart-product-list li:last-child {margin-bottom: 0;padding-bottom: 0;border-bottom: 0;}
.user-panel {padding: 12px 40px;border-top: 1px solid #ebebeb;}
.user-panel ul li {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: center;-ms-flex-pack: center;justify-content: center;}
.user-panel ul li a {font-size: 13px;color: #253237;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;line-height: 1;-webkit-box-align: center;-ms-flex-align: center;align-items: center;font-weight: 500;}
.user-panel ul li a:hover {color: #4fb68d;}
.user-panel ul li a i {margin-right: 0;font-size: 16px;color: #4fb68d;width: 20px;height: 20px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}
.hover-style-cosmatics .user-panel ul li a i {color: #c0b07d;}
.hover-style-cosmatics .user-panel ul li a:hover {color: #c0b07d;}
.hover-style-electronic .user-panel ul li a i {color: #0090f0;}
.hover-style-electronic .user-panel ul li a:hover {color: #0090f0;}
.hover-style-furniture .user-panel ul li a i {color: #ef1e1e;}
.hover-style-furniture .user-panel ul li a:hover {color: #ef1e1e;}
.hover-style-medical .user-panel ul li a i {color: #0bbfbd;}
.hover-style-medical .user-panel ul li a:hover {color: #0bbfbd;}
.user-panel ul li:not(:last-child) {margin-bottom: 10px;}
.offcanvas .inner .offcanvas-menu ul li .sub-menu li .sub-menu li a {padding-left: 40px;font-weight: 400;}
.mobile-menu {font-size: 32px;color: #253237;line-height: 1;}
.mobile-menu:hover {color: #4fb68d;}
.hover-style-cosmatics .mobile-menu:hover {color: #c0b07d;}
.hover-style-electronic .mobile-menu:hover {color: #0090f0;}
.hover-style-furniture .mobile-menu:hover {color: #ef1e1e;}
.hover-style-medical .mobile-menu:hover {color: #0bbfbd;}
.header-top-set-lan-curr i {padding-left: 5px;}
.header-action-btn {font-size: 13px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding: 0 15px;-webkit-transition: all .3s ease 0s;transition: all .3s ease 0s;border: none;border-radius: 0;background-color: transparent;border-left-width: 1px;border-left-style: solid;border-left-color: #fff;line-height: 1;}
.border-color-black {border-color: #253237;}
.border-color-white {border-color: #fff;}
.border-right-1 {border-right-width: 1px;border-right-style: solid;}
.hover-style-default:hover {color: #4fb68d;}
.hover-style-cosmatics:hover {color: #c0b07d;}
.hover-style-furniture:hover {color: #ef1e1e;}
.home-10 .hover-style-electronic:hover {color: #0090f0;}
.hover-style-electronic:hover {color: #0090f0;}
.hover-style-medical:hover {color: #0bbfbd;}
.header-action-btn.dropdown-toggle::after {display: none;}
.header-top-set-lan-curr .header-action-btn.pr-0 {padding-right: 0;}
.header-top-set-lan-curr .dropdown .dropdown-menu {margin: 0;top: 34px !important;left: auto !important;right: 0 !important;min-width: 130px;overflow: hidden;background: #fff;border-radius: 0;border: none;transform: none !important;inset: 28px auto auto -60px !important;padding: 0 15px;width: 130px;}
.home-13 .header-top-set-lan-curr .dropdown .dropdown-menu {inset: 28px auto auto -25px !important;}
.header-top-set-lan-curr .dropdown .dropdown-menu li {border-bottom: 1px solid #ebebeb;width: 100%;padding: 10px 0;}
.header-top-set-lan-curr .dropdown .dropdown-menu li:last-child {border: 0;}
.header-top-set-lan-curr .dropdown .dropdown-menu li:hover>a {color: #4fb68d;}
.header-top-set-lan-curr .dropdown .dropdown-menu .dropdown-item {padding: 0 10px;color: #474747;line-height: 25px;font-size: 13px;background: 0 0;}
.hover-style-cosmatics .header-top-set-lan-curr .dropdown .dropdown-menu .dropdown-item:hover {color: #c0b07d;}
.hover-style-electronic .header-top-set-lan-curr .dropdown .dropdown-menu .dropdown-item:hover {color: #0090f0;}
.hover-style-medical .header-top-set-lan-curr .dropdown .dropdown-menu .dropdown-item:hover {color: #0bbfbd;}
.header-top-set-lan-curr .dropdown .dropdown-menu .dropdown-item img {margin-right: 5px;}
.color-white {color: #fff;}
.mobile-navigation .dropdown .dropdown-menu {margin: 0;top: 34px !important;left: auto !important;right: 0 !important;min-width: 130px;overflow: hidden;background: #fff;border-radius: 0;border: none;transform: none !important;inset: 45px auto auto -60px !important;padding: 0 15px;width: 130px;}
.mobile-navigation .dropdown .dropdown-menu .dropdown-item {padding: 0 10px;color: #474747;line-height: 25px;font-size: 13px;background: 0 0;}
.mobile-navigation .dropdown .dropdown-menu li {border-bottom: 1px solid #ebebeb;width: 100%;padding: 10px 0;}
.mobile-navigation .dropdown .dropdown-menu li:hover>a {color: #4fb68d;}
.mobile-navigation .dropdown .dropdown-menu li:last-child {border: 0;}
.mobile-navigation .header-action-btn {font-size: 24px;color: #253237;}
.mobile-navigation .header-action-btn:hover {color: #4fb68b;}
.mobile-navigation .hover-style-cosmatics.header-action-btn:hover {color: #c0b07d;}
.mobile-navigation .hover-style-electronic.header-action-btn:hover {color: #0090f0;}
.mobile-navigation .hover-style-furniture.header-action-btn:hover {color: #ef1e1e;}
.mobile-navigation .hover-style-furniture .dropdown-item:hover {color: #ef1e1e !important;}
.mobile-navigation .hover-style-medical.header-action-btn:hover {color: #0bbfbd;}
.mobile-navigation .hover-style-medical .dropdown-item:hover {color: #0bbfbd !important;}
.mobile-navigation .hover-style-cosmatics .dropdown-item:hover {color: #c0b07d !important;}
.mobile-navigation .hover-style-electronic .dropdown-item:hover {color: #0090f0 !important;}
.dropdown-search {position: relative;}
.dropdown-search input {padding: 10px 70px 10px 20px;width: 100%;height: 46px;font-size: 14px;background: #fff;color: #253237;border-width: 2px;border-radius: 30px;border-color: #4fb68d;border-style: solid;outline: 0;}
.hover-style-cosmatics .dropdown-search input {border-color: #c0b07d;}
.hover-style-electronic .dropdown-search input {border-color: #0090f0;}
.hover-style-furniture .dropdown-search input {border-color: #ef1e1e;}
.hover-style-medical .dropdown-search input {border-color: #0bbfbd;}
.dropdown-search input:focus, .dropdown-search input:focus-visible {border-color: #4fb68d;}
.hover-style-cosmatics .dropdown-search input:focus, .hover-style-cosmatics .dropdown-search input:focus-visible {border-color: #c0b07d;}
.hover-style-furniture .dropdown-search input:focus, .hover-style-furniture .dropdown-search input:focus-visible {border-color: #ef1e1e;}
.hover-style-medical .dropdown-search input:focus, .hover-style-medical .dropdown-search input:focus-visible {border-color: #0bbfbd;}
.dropdown-search .bootstrap-select {width: 150px;height: 40px;line-height: 40px;margin: 0;border: 0;padding: 0 25px;color: #253237;font-size: 14px;border-radius: 30px;-webkit-user-select: none;-moz-user-select: -moz-none;-ms-user-select: none;user-select: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.dropdown-search .search-category {position: absolute;top: 3px;right: 70px;}
.dropdown-search button {position: absolute;top: 0;right: 0;height: 46px;line-height: 46px;text-align: center;text-align: center;width: 65px;color: #fff;border-radius: 0 30px 30px 0;padding: 0;border: 0;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;background-color: #4fb68d;font-size: 16px;}
.hover-style-cosmatics .dropdown-search button {background-color: #c0b07d;}
.hover-style-electronic .dropdown-search button {background-color: #0090f0;}
.hover-style-electronic .dropdown-search input:focus, .hover-style-electronic .dropdown-search input:focus-visible {border-color: #0090f0;}
.hover-style-furniture .dropdown-search button {background-color: #ef1e1e;}
.hover-style-medical .dropdown-search button {background-color: #0bbfbd;}
.offcanvas .offcanvas-userpanel ul li {display: block;display: block;background: 0 0;width: 100%;text-align: left;color: #333;font-size: 13px;font-weight: 400;line-height: 24px;cursor: pointer;text-transform: capitalize;}
.offcanvas .offcanvas-userpanel ul li.offcanvas-userpanel__role a {color: #253237;display: block;border-top: 1px solid #eee;padding: 5px 20px;}
.offcanvas .offcanvas-userpanel ul li.offcanvas-userpanel__role a img {margin-right: 5px;vertical-align: -1px;}
.offcanvas .offcanvas-userpanel ul li.offcanvas-userpanel__role a i {float: right;font-size: 16px;}
.offcanvas .offcanvas-userpanel ul li.offcanvas-userpanel__role a:hover {color: #4fb68d;}
.offcanvas.hover-style-cosmatics .offcanvas-userpanel ul li.offcanvas-userpanel__role a:hover {color: #c0b07d;}
.offcanvas.hover-style-electronic .offcanvas-userpanel ul li.offcanvas-userpanel__role a:hover {color: #0090f0;}
.offcanvas.hover-style-furniture .offcanvas-userpanel ul li.offcanvas-userpanel__role a:hover {color: #ef1e1e;}
.offcanvas.hover-style-medical .offcanvas-userpanel ul li.offcanvas-userpanel__role a:hover {color: #0bbfbd;}
.offcanvas .offcanvas-userpanel ul li.offcanvas-userpanel__role ul.user-sub-menu {display: none;}
.offcanvas .offcanvas-userpanel ul li.offcanvas-userpanel__role ul.user-sub-menu li a {display: block;padding-left: 30px;color: #253237;}
.offcanvas.hover-style-cosmatics .offcanvas-userpanel ul li.offcanvas-userpanel__role ul.user-sub-menu li a:hover {color: #c0b07d;}
.offcanvas.hover-style-electronic .offcanvas-userpanel ul li.offcanvas-userpanel__role ul.user-sub-menu li a:hover {color: #0090f0;}
.offcanvas.hover-style-furniture .offcanvas-userpanel ul li.offcanvas-userpanel__role ul.user-sub-menu li a:hover {color: #ef1e1e;}
.offcanvas.hover-style-medical .offcanvas-userpanel ul li.offcanvas-userpanel__role ul.user-sub-menu li a:hover {color: #0bbfbd;}
.offcanvas .offcanvas-userpanel ul li.offcanvas-userpanel__role ul.user-sub-menu li a:hover {color: #4fb68d;}
.offcanvas .offcanvas-userpanel ul li.offcanvas-userpanel__role ul.user-sub-menu li a.current {color: #4fb68d;}
.offcanvas.hover-style-cosmatics .offcanvas-userpanel ul li.offcanvas-userpanel__role ul.user-sub-menu a.current {color: #c0b07d;}
.offcanvas.hover-style-electronic .offcanvas-userpanel ul li.offcanvas-userpanel__role ul.user-sub-menu a.current {color: #0090f0;}
.offcanvas.hover-style-furniture .offcanvas-userpanel ul li.offcanvas-userpanel__role ul.user-sub-menu a.current {color: #ef1e1e;}
.offcanvas.hover-style-medical .offcanvas-userpanel ul li.offcanvas-userpanel__role ul.user-sub-menu a.current {color: #0bbfbd;}
.offcanvas .menu-close {background: #333;color: #fff;line-height: 40px;height: 40px;padding: 0 20px;font-size: 16px;font-weight: 600;text-transform: uppercase;pointer-events: none;position: relative;}
.offcanvas .menu-close i {position: absolute;right: 20px;top: 50%;margin-top: -12px;font-size: 24px;}
.home-medical.home-19 .mobile-view-color .item-quantity-tag {background: #0bbfbd !important;color: #fff !important;}
.home-medical.home-19 .mobile-view-color .color-black {color: #253237;}
.home-medical.home-19 .mobile-view-color .color-black:hover {color: #0bbfbd;}
.filter-active a {font-weight: 400;font-size: 16px;color: #888;display: flex;align-items: center;justify-content: center;text-transform: capitalize;}
.filter-active {max-width: 10%;flex: 0 0 10%;align-items: center;display: flex;justify-content: flex-end;}
.filter-page .shop-tab.nav {flex: 0 0 50%;max-width: 50%;}
@media only screen and (min-width:992px) and (max-width:1169px) {.filter-page .select-shoing-wrap {flex: 0 0 40%;max-width: 40%;}}
@media only screen and (min-width:768px) and (max-width:991px) {.filter-page .select-shoing-wrap {flex: 0 0 40%;max-width: 40%;}}
@media only screen and (max-width:767px) {.filter-active {margin-top: 15px;max-width: 20%;flex: 0 0 20%;justify-content: flex-start;}
	.shop-top-bar {padding: 20px 30px;}
	.filter-page .shop-tab.nav {flex: 0 0 100%;max-width: 100%;}}
.filter-active a i {font-size: 12px;margin-right: 5px;}
.filter-active a:hover {color: #4fb68b;}
.product-filter-wrapper {background-color: #fff;border: 1px solid #ebebeb;margin-bottom: 40px;padding: 45px 45px 40px;display: none;border-radius: 5px;}
.sidebar-widget-tags a {color: #555;font-weight: 500;line-height: 28px;}
.contact-info a {font-weight: 700;font-size: 20px;}
.contact-info a:hover {color: #4fb68d;}
.hover-style-medical .contact-info a:hover {color: #0bbfbd;}
.hover-style-cosmatics .contact-info a:hover {color: #c0b07d;}
.hover-style-electronic .contact-info a:hover {color: #0090f0;}
.hover-style-furniture .contact-info a:hover {color: #ef1e1e;}
#jGrowl {z-index: 99999;}
#jGrowl > [class*="message-error"] {background: black !important;color: #fdfdfd !important;border-radius: 0px !important;border: 0px !important;}
#jGrowl > [class*="message-success"] {background: #4fb68d !important;color: #fdfdfd !important;font-size: 14px;border-radius: 0px !important;border: 0px !important;}
.mb-20 {margin-bottom: 20px;}
.btn-submit {color: white;background: #4fb68d;}
.btn-submit:hover {color: white;background: #4fb68d;}
.card-page__rows {line-height: 1;}
.card-page__row {position: relative;display: flex;justify-content: space-between;margin-bottom: 1em;}
.card-page__row:before {content: "";display: block;position: absolute;left: 5px;right: 5px;border-bottom: dotted 1px #e5e5e5;bottom: 0;}
.card-page__key {color: #7d7d7d;white-space: nowrap;margin-right: .5rem;}
.card-page__key span, .card-page__value span {position: relative;z-index: 1;display: block;background: #fff;font-size: 12px;}
.card-page__key span {padding-right: .5rem;}
.card-page__rows-product .card-page__key span, .card-page__rows-product .card-page__value span {font-size: 14px;color: #777;}
.card-page__value {font-weight: 500;text-align: right;}
.card-page__rows-product .card-page__value {font-weight: 600;}
.card-page__rows-product .card-page__value span a {color: #4fb68d;}
.card-page__rows-product .card-page__value span select {height: auto;font-size: 14px;color: #777;border: none;padding: 0;margin: 0;background: 0 0;font-weight: 700;}
.card-page__rows-product-category .card-page__key span, .card-page__rows-product-category .card-page__value span {font-size: 12px;}
.card-page__rows-product-category .card-page__row {margin-bottom: .5rem;}
.card-page__rows-product-category .card-page__value span {text-overflow: ellipsis;overflow: hidden;white-space: nowrap;max-width: 120px;}
.button_click {color: #fff;background: #4fb68d;border-color: #0d6efd;}
.button_click:hover {background: #253237;color: #fff;border-color: #253237;}
@media (max-width:480px) {.card-page__rows-product-category .card-page__value span {max-width: 90px;}
	.card-page__rows-product-category .card-page__key span, .card-page__rows-product-category .card-page__value span {font-size: 10px;}
	.pd-0 {padding-right: 0;padding-left: 0;}
	.description-review-bottom .product-anotherinfo-wrapper ul li span {min-width: auto;}
	.hidden-xs {display: none;}
	.product-details-content h2 {font-size: 20px;}}
.number-slider {background: transparent;padding: 0;border: none;color: #555;font-size: 14px;outline: 0;position: relative;display: inline-block;width: 45%;text-align: center;}
.sidebar-widget-list-select .nice-select {width: 100%;line-height: 28px;}
.sidebar-widget-list-select .nice-select.open .list {width: 100%;}
.sidebar-widget-list-select .nice-select.open .list li {padding: 10px 18px;}
#mse2_results .list-product .product-link {min-height: 36px;}
@media only screen and (max-width:767px) {.mobile-menu-area {display: block;}
	.gmap_canvas iframe {height: 350px;}
	.mean-container .mean-bar {position: absolute;width: 100%;z-index: 999;right: 0;}
	.header_account_list>a {display: block;position: absolute;right: 0;top: 11px;}
	.home-2 .header_account_list>a {position: initial;}
	.home-7 .home-2 .header_account_list {margin-right: 0;margin-top: 5px;}
	.header_account_list {margin-right: 70px;}
	.dropdown_search {width: 370px;background: #fff;display: none;border: 2px solid #4fb68d;border-radius: 30px;position: absolute;right: auto;top: 53px;left: -180px;z-index: 9;}
	.home-2 .dropdown_search {width: 370px;left: -270px;}
	.header_account_area {margin-top: 0;margin-right: 70px;}
	.home-4 .header_account_area {margin-right: 40px;}
	.mean-container a.meanmenu-reveal {right: 15px;top: -32px;}
	.home-5 .mean-container a.meanmenu-reveal {top: -29px;}
	.home-5 .home-10 .mean-container a.meanmenu-reveal {top: -33px;}
	.home-5 .home-10 .header_account_list>a {top: -1px;}
	.home-5.home-6 .home-10 .cart-info {margin-top: 6px;}
	.home-7 .mean-container a.meanmenu-reveal {top: -30px;}
	.mean-container .mean-nav {margin-top: 15px;}
	.home-3 .mean-container a.meanmenu-reveal {border-color: #fff;}
	.home-3 .mean-container a.meanmenu-reveal span {background: #fff;}
	.product-details-tab-2 .slick-slide img {width: 60px;}
	.feature-left {margin: 0 0 45px;}
	.img-responsive {max-width: 100%;}
	.footer-area .row .col-lg-4:first-child:before {background: #efefef;}
	.img_app a img {width: 120px;}
	.header-right-nav ul li {margin: 0 15px;}
	.header-right-nav ul li:after {left: -15px;}
	.header-right-nav .dropdown-navs ul li.top-10px:after {top: 5px;left: -10px;}
	.left-text {font-size: 13px;text-align: center;}
	.slider-area h1 {font-size: 20px;margin-bottom: 20px;}
	.slider-area p {font-size: 16px;margin-bottom: 25px;}
	.slider-height-6 {height: 300px;}
	.home-2 .slider-height-6 {height: 300px;}
	.mt-res-sx-50px {margin-top: 50px;}
	.mt-res-sx-30px {margin-top: 30px;}
	.mb-res-sx-30px {margin-bottom: 30px;}
	.header-right-nav {display: block;float: none;text-align: center;}
	.res-xs-flex {margin: 10px 0;}
	.header-right-nav ul li.xs-after-n:after {display: none;}
	.single-static {padding: 25px 0 25px 0;}
	.single-static h4 {font-size: 13px;}
	.footer-bottom {padding-bottom: 40px;}
	.pb-res-sm-0 {padding-bottom: 0;}
	.pb-res-sm-30 {padding-bottom: 30px;}
	.mb-res-sm-15 {padding-bottom: 15px;}
	.blog-post-content {position: initial;padding: 30px;}
	.hot-item-inner {float: none;width: 100%;max-width: 100%;}
	.blog-text {padding-right: 0;}
	.home-3 .meanmenu-reveal.meanclose {color: #fff;}
	.home-4 .header-navigation.menu_fixed .mean-container a.meanmenu-reveal {right: 0;}
	.list-product .product-desc-wrap .add-to-link {width: 35%;}
	.shop-top-bar {display: block;}
	.select-shoing-wrap {flex: 0 0 100%;max-width: 100%;}
	.shop-tab.nav {flex: 0 0 100%;max-width: 100%;}
	.mb-res-sm-60px {margin-bottom: 60px;}
	.header-right-nav ul li ul.list li {margin: 0 25px;}
	.clockdiv span:after {right: -10px;}
	.blog-slider-active.owl-nav-style .owl-nav>div {display: none;}
	.home-5 .header-navigation {padding: 15px 0 15px 0;border-bottom: 0 solid #ededed;}
	.home-5 .header_account_list {margin-right: 25px;}
	.home-5 .home-13 .contact-link {margin: 5px 0 0 20px;}
	.home-5 .header_account_list>a {top: 5px;}
	.home-5 .sticky-nav.menu_fixed {padding: 15px 0;}
	.home-5 .slider-height-6 {height: 300px;}
	.mb-res-sm-30 {margin-bottom: 30px;}
	.home-6 .header_account_list>a {display: block;}
	.home-6 .dropdown_search {display: none;position: absolute;top: 50px;left: -230px;right: auto;}
	.home-6 .header_account_list>a {display: block;right: 40px;}
	.home-6 .header_account_area {width: auto;margin-right: 50px;}
	.home-6 .header_account_list {margin-right: 25px;}
	.home-5.home-6 .cart-info {margin-top: 5px;margin-left: 20px;}
	.home-5.home-6 .logo {margin: 0;}
	.hot-item-inner {float: none;width: 100%;max-width: 100%;}
	.slider-content-7 {max-width: 100%;padding-top: 0;}
	.slider-content-7.text-center {text-align: left !important;}
	.slider-height-7 {height: 300px;}
	.home-20 .slider-area {margin-top: 0;}
	.home-7 .logo {margin-top: 0;}
	.count-cart.random {display: none;}
	.count-cart.heart {display: none;}
	.home-9 .header_account_list>a {color: #fff;}
	.home-9 .mean-container a.meanmenu-reveal {border: 1px solid #fff;}
	.home-9 .mean-container a.meanmenu-reveal span {background: #fff;}
	.home-9 a.meanmenu-reveal.meanclose {color: #fff;}
	.slider-height-9 {height: 350px;}
	.slider-area strong {font-size: 24px;}
	.sub-category-owl-nav .owl-nav-style .owl-nav>div {top: -50px;}
	.sub-category li a.nav-link {margin-right: 10px;}
	.mt-res-sm-90 {margin-top: 90px;}
	.home-10 .header_account_area {justify-content: flex-end;}
	.home-10 .header-navigation.blue-bg {background: #0090f0;padding: 10px 0;}
	.home-10.responsive .count-cart:after {color: #253237;background-color: #fff;}
	.home-10 a.meanmenu-reveal.meanclose {color: #fff;}
	.home-5.home-6 .home-10 .cart-info {margin-left: 10px;}
	.home-9 .home-10 .header_account_list>a {right: 0;}
	.slider-height-10 {height: 300px;}
	.mtb-res-sm-30 {margin: 30px 0;}
	.home-5.home-6 .home-10 .logo {margin: 3px 0 0 0;}
	.slider-height-11 {height: 300px;}
	.home-11.home-electronic .header-navigation {padding: 10px 0 14px 0;}
	.home-12 .cart-info {margin: 5px 60px 0 20px;}
	.home-12 .header_account_list>a {top: 5px;}
	.home-12 .home-10 a.meanmenu-reveal.meanclose {color: #253237;}
	.home-12 .logo {margin-top: 0;}
	.home-12 .mean-container a.meanmenu-reveal {top: -28px;}
	.home-electronic.home-12 .header-navigation {padding: 15px 0;}
	.modal-dialog {width: 98%;max-width: 100%;padding: 35px 0;margin: auto 2%;}
	.modal-dialog .product-details-content.quickview-content {margin-top: 30px;}
	.mini-cart-content {width: 300px;top: 45px;right: -30px;}
	.about-content {margin: 40px 0 0;}
	.product-details-img.product-details-tab {margin-bottom: 40px;}
	.zoomContainer {width: 400px !important;height: 400px !important;}
	.description-review-topbar.nav a {margin: 0 10px;}
	.single-review.child-review {margin-left: 0;margin-bottom: 0;}
	.single-post-content p.quate-speech {margin-left: 50px;}
	.comment-area .single-review.child-review {margin-bottom: 50px;}
	.review-wrapper {margin-bottom: 50px;}
	.single-review {display: block;}
	.ratting-form-wrapper {padding-left: 0;}
	.description-review-bottom .product-description-wrapper p {width: 100%;}
	.single-review .review-img {margin: 0 0 20px 0;}
	.grand-totall {margin-top: 40px;}
	.cart-shiping-update-wrapper {display: block;padding: 30px 0 15px;}
	.discount-code-wrapper {margin-top: 40px;}
	.cart-shiping-update-wrapper .cart-clear>a, .cart-shiping-update-wrapper .cart-clear>button, .cart-shiping-update-wrapper .cart-shiping-update>a {padding: 18px 40px 17px;margin: 0 0 15px;}
	.cart-tax, .discount-code-wrapper, .grand-totall {padding: 45px 18px 50px;}
	.home-4 .slider-content-5 {margin: 0;}
	.login-register-wrapper .login-form-container {padding: 40px 15px;}
	.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info {padding: 0 10px 30px;}
	.single-my-account .myaccount-info-wrapper .entries-wrapper {padding: 30px 10px;}
	.single-my-account .myaccount-info-wrapper .entries-wrapper::before {display: none;}
	.your-order-area {margin-top: 30px;}
	.contact-info-wrap {padding: 50px 20px 45px 30px;margin-bottom: 30px;}
	.contact-form {padding: 50px 30px 50px 30px;}
	.cart-table-content table tbody>tr td {padding: 10px 0;}
	.phone-info span {font-size: 18px;line-height: 24px;}
	.Place-order {margin-bottom: 20px;}
	.your-order-area .your-order-wrap {padding: 38px 30px 44px;}
	.product-dec-slider-2 .slick-slide img {margin: 0;}
	.contact-form .contact-form-style textarea {height: 150px;}
	.clockdiv {display: block;}
	.title_countdown {max-width: initial;}
	.title_countdown {max-width: initial;margin: 0 0 15px;}
	.mb-res-sm-30px {margin-bottom: 30px;}
	.nav.nav-tabs.home-12 {position: inherit;margin-bottom: 30px;}
	.description-review-topbar.nav {margin-top: -10px;}
	.category-tab-area .home-12 li:first-child a {padding-left: 0;}
	.slider-height-13 {height: 350px;}
	.hot-deal-3 .hot-item-inner {width: 100%;max-width: 100%;float: none;}
	.hot-deal-3 .in-stock {margin: 0 0 25px;}
	.home-12.home-17 .header_account_list {margin: 0;}
	.home-12.home-17 .sticky-nav.menu_fixed {padding: 10px 0;}
	.banner-right {width: 100%;}
	.banner-left {display: none;}
	.slider-height-18 {height: 300px;}
	.home-18 .header_account_list {right: 40%;}
	.zoompro-wrap.zoompro-2 {margin-bottom: 40px;}
	.slider-height-19 {height: 360px;}
	.home-20 .sticky-nav.menu_fixed {background: #fff;padding: 10px 0;}
	.home-20.home-12 .header_account_list {margin: 0;}
	.blog-title a {font-size: 20px;}
	.slider-area .slider-content-13 p {width: 100%;}
	.slider-area .slider-content-13 h1 strong {font-size: 32px;}
	.slider-area .slider-content-13 h1 {font-size: 26px;}
	.home-10.responsive .header-navigation.red-bg {background: #ef1e1e;}
	.home-5.home-6 .home-10.home-14 .logo {margin: 5px 0 0 0;}
	.slider-area .slider-content-13.slider-content-15 p {width: 80%;}
	.slider-content-16.slider-content-13 {padding-left: 0;}
	.slider-height-16 {height: 350px;}
	.banner-3-area.mt--60px {margin-top: 30px;}
	.mb-res-sm-60 {margin-bottom: 60px;}
	.header-navigation {padding: 15px 0 15px 0;}
	.logo {margin-top: 0;position: relative;z-index: 1;width: 30%;}
	.cart-info {margin: 5px 0 0 35px;}
	.header_account_list>a {top: 5px;}
	.static-banner-area .static-banner-content h2 {font-size: 32px;}
	.static-banner-area .static-banner-content h3 {font-size: 32px;}
	.static-banner-area .static-banner-content p {font-size: 16px;line-height: 20px;margin-bottom: 20px;}
	.static-countdown-content h2 {font-size: 26px;}
	.static-banner-area .static-banner-content {max-width: 100%;padding: 30px 0 70px 0;}
	.static-banner-area .banner-wrapper {margin-top: 40px;}
	.home-7 .home-2 .header-navigation {padding: 95px 0 0 0;}
	.home-15 .category-tab-area .nav-link {margin: 0 10px;}
	.home-4 .home-2 .header-navigation {padding: 95px 0 35px 0;}
	.blog-post-content-inner {padding: 30px 0 0;}
	.blog-grid .blog-post-content-inner {padding: 0 0 0;}
	.position-lg-absolute {position: relative !important;}
	.res-color-black {color: #253237;}
	.res-bg-white {background-color: #fff;}
	.slider-content-15 {margin: 0;}
	.hot-deal .product-link {font-size: 14px;}
	.xs-6 {width: 50%;}
	.product-wrapper .product-link {font-size: 14px;}
	.product-wrapper .inner-link {font-size: 12px;}
	.hot-deal .inner-link {font-size: 12px;}
	.dis-sm-flex {display: flex;flex-wrap: wrap;}
	.dis-sm-flex .sm-6 {width: 50%;padding: 0 15px;}
	.add-to-link {position: initial;background: #fff;visibility: visible;opacity: 1;transform: translateY(0) translateZ(0);-webkit-transform: translateY(0) translateZ(0);padding: 0 15px;}
	.product-link {font-size: 13px;}
	.product-decs {padding-bottom: 10px;}
	.list-product {padding-bottom: 20px;}
	.hot-deal .list-product {padding-bottom: 0;}
	.hot-deal .add-to-link {margin: 10px 0 0;}
	.hot-deal-2 .product-wrapper .add-to-link {margin: 10px 0 0;}
	.hot-deal .in-stock {margin: 10px 0 0;}
	.product-wrapper {padding: 0;}
	.home-furniture .add-to-link {width: 220px;margin: auto;margin-top: 10px;}
	.home-medical .list-product {padding: 0;}
	.breadcrumb-area {padding: 15px 0;}}
@media only screen and (max-width:575px) {.mobile-menu-area {display: block;}
	.mean-container .mean-bar {position: absolute;width: 100%;z-index: 999;right: 0;}
	.breadcrumb-area {padding: 15px 0;}
	.breadcrumb-hrading {font-size: 16px;}
	.breadcrumb-links li a {font-size: 10px;line-height: 23px;}
	.brand-slider-item {padding: 20px 0 20px 0;}
	.home-7 .home-2 .header_account_list {margin-top: 10px;}
	.mean-container a.meanmenu-reveal {right: 15px;top: -29px;}
	.header-bottom .col-sm-3 {width: 10%;}
	.header-bottom .col-sm-4 {width: 45%;padding: 0;}
	.header-bottom .col-sm-5 {width: 30%;}
	.home-5.home-6 .cart-info {margin-top: 10px;}
	.header_account_list>a {display: block;position: absolute;right: -15px;top: 11px;}
	.header_account_list {margin-right: 0;}
	.home-18 .header_account_list {right: 12%;}
	.cart-info {margin: 10px 0 0 35px;}
	.dropdown_search {width: 370px;left: -333px;}
	.header_account_area {margin-top: 0;margin-right: 0;position: absolute;top: -40px;width: 100%;right: 12%;}
	.home-4 .header_account_area {margin-right: 0;}
	.footer-area .row .col-lg-4:first-child:before {background: #efefef;}
	.img_app a img {width: 120px;}
	.header-right-nav ul li {margin: 0 15px;}
	.header-right-nav ul li:after {left: -15px;}
	.header-right-nav .dropdown-navs ul li.top-10px:after {top: 5px;left: -10px;}
	.left-text {font-size: 13px;text-align: center;}
	.slider-area h1 {font-size: 24px;margin-bottom: 20px;}
	.slider-area p {font-size: 16px;margin-bottom: 25px;}
	.description-review-topbar.nav {margin-top: -16px;}
	.mt-res-sx-50px {margin-top: 50px;}
	.mt-res-sx-30px {margin-top: 30px;}
	.header-right-nav {display: block;float: none;text-align: center;}
	.res-xs-flex {margin: 10px 0;}
	.header-right-nav ul li.xs-after-n:after {display: none;}
	.single-static {padding: 25px 5px 25px 30px;}
	.pb-res-xs-0 {padding-bottom: 0;}
	.pt-res-xs-20 {padding-top: 20px;}
	.single-static h4 {font-size: 16px;}
	.single-static img {margin-right: 20px;}
	.contact-link {display: none;}
	.list-product .product-desc-wrap .add-to-link {width: 40%;}
	.home-5 .cart-info {margin-top: 10px;}
	.home-5 .header_account_list {margin-right: 0;}
	.home-5 .header_account_area {top: -40px;}
	.home-5 .header_account_list>a {top: 9px;}
	.home-5 .mean-container .mean-nav {margin-top: 0;}
	.home-6 .header_account_area {margin-right: 0;}
	.home-6 .header_account_list>a {right: 10px;}
	.home-6 .dropdown_search {left: -315px;}
	.slider-content-7 {max-width: 100%;}
	.slider-content-7.text-center {text-align: left !important;}
	.slider-height-11 {height: 350px;}
	.slider-height-9 {height: 300px;}
	.slider-area strong {font-size: 24px;}
	.mt-res-sm-60 {margin-top: 60px;}
	.home-5.home-6 .home-10 .cart-info {margin-top: 8px;}
	.home-9 .home-10 .header_account_list>a {top: 0;}
	.home-6 .home-10 .dropdown_search {left: -350px;}
	.home-11 .header_account_list {margin-right: 10px;}
	.category-tab-area .nav-link {font-size: 20px;margin-right: 10px;}
	.category-tab-area .home-12 .nav-link {font-size: 12px;padding: 0 8px;}
	.home-12.home-17 .cart-info {margin: 10px 0 0 30px;}
	.home-12.home-17 .header_account_list>a {top: 10px;}
	.home-12 .header_account_list>a {top: 11px;}
	.home-12 .home-10 a.meanmenu-reveal.meanclose {color: #253237;}
	.home-12 .logo {margin-top: 0;}
	.home-12 .mean-container a.meanmenu-reveal {top: -28px;}
	.home-electronic.home-12 .header-navigation {padding: 15px 0;}
	.zoomContainer {width: 350px !important;height: 350px !important;}
	.description-review-topbar.nav a {margin: 0 7px;font-size: 14px;}
	.product-dec-slider-2 {margin: 0;}
	.home-4 .cart-info {margin: 10px 0 0 15px;}
	.home-20 .slider-area {margin-top: 0;}
	.home-20 .cart-info {margin: 10px 0 0 35px;}
	.home-20 .header_account_list>a {top: 10px;}
	.home-15 .category-tab-area .nav-link {margin: 0 5px;}
	.home-12 .cart-info {margin: 11px 0 0 20px;}
	.count-cart span.amount-tag {display: none;}}
@media only screen and (max-width:479px) {.mobile-menu-area {display: block;}
	.dis-sm-flex {display: block;}
	.dis-sm-flex .sm-6 {width: 100%;padding: 0;}
	.xs-6 {width: 100%;}
	.header-action-btn {padding: 0 10px;}
	.mean-container .mean-bar {position: absolute;width: 100%;z-index: 999;right: 0;}
	.mean-container a.meanmenu-reveal {right: 15px;top: -29px;}
	.header_account_list>a {display: block;position: absolute;right: -15px;top: 11px;}
	.home-18 .header_account_list {right: 18%;}
	.header_account_list {margin-right: 0;}
	.dropdown-search .bootstrap-select {width: 130px;line-height: 36px;padding: 0 20px;font-size: 12px;}
	.dropdown-search input {padding: 10px 180px 10px 10px;font-size: 10px;}
	.dropdown-search .search-category {right: 57px;}
	.dropdown_search {width: 300px;left: -180px;}
	.home-2 .dropdown_search {width: 300px;left: -180px;}
	.header_account_area {margin-top: 0;right: 16%;}
	.home-4 .header_account_area {margin-top: 0;right: 14%;}
	.footer-area .row .col-lg-4:first-child:before {background: #efefef;}
	.img_app a img {width: 120px;}
	.header-right-nav ul li {margin: 0 15px;}
	.header-right-nav ul li:after {left: -15px;}
	.header-right-nav .dropdown-navs ul li.top-10px:after {top: 5px;left: -10px;}
	.left-text {font-size: 13px;text-align: center;}
	.slider-area h1 {font-size: 20px;margin-bottom: 20px;}
	.slider-area p {font-size: 16px;margin-bottom: 25px;}
	.slider-height-6 {height: 300px;}
	.mt-res-sx-50px {margin-top: 50px;}
	.mt-res-sx-30px {margin-top: 30px;}
	.header-right-nav {display: block;float: none;text-align: center;}
	.res-xs-flex {margin: 10px 0;}
	.header-top-nav {padding: 12px 0 12px 0;}
	.header-right-nav ul li.xs-after-n:after {display: none;}
	.single-static {padding: 25px 0 25px 10px;}
	.single-static h4 {font-size: 16px;}
	.pb-res-xs-0 {padding-bottom: 0;}
	.pt-res-xs-20 {padding-top: 20px;}
	.mb-res-xs-30 {margin-bottom: 30px;}
	.feature-slider-item .img-block {width: 94px;}
	.testi-slider-inner {text-align: center;}
	.testi-slider-inner .testi-img {float: none;margin: 20px 0 0 0;}
	.testi-content {overflow: hidden;padding: 45px 30px 30px 30px;margin-top: -30px;}
	.list-product .product-desc-wrap .add-to-link {width: 60%;}
	.shop-select {flex: 0 0 70%;max-width: 70%;}
	.shot-product {flex: 0 0 30%;max-width: 30%;}
	.home-6 .dropdown_search {left: -220px;margin: 0;}
	.home-6 .home-10 .dropdown_search {left: -220px;}
	.slider-content-7 {max-width: 100%;}
	.slider-content-7.text-center {text-align: left !important;}
	.d-xs-none {display: none !important;}
	.sub-category li a {margin-right: 10px;font-size: 12px;}
	.slider-height-11 {height: 300px;}
	.zoomContainer {width: 300px !important;height: 300px !important;}
	.description-review-topbar.nav a {margin: 0 5px;font-size: 12px;}
	.category-tab-area .home-12 .nav-link {font-size: 12px;padding: 0 5px;}
	.desc-listcategoreis {left: 25px;}
	.home-12 .cart-info {margin: 11px 0 0 20px;}}
@media only screen and (max-width:360px) {.owl-nav-style .owl-nav>div {display: none;}
	.home-6 .dropdown_search {left: -185px;}
	.mini-cart-content {right: -43px;}
	.header-right-nav .dropdown-navs ul li.top-10px:after {left: -5px;}
	.header-right-nav ul li {margin: 0 10px;}}
@media only screen and (max-width:991px) and (min-width:768px) {.slider-area h1 {font-size: 32px;}
	.slider-area p {font-size: 16px;}
	.res-color-black {color: #253237;}
	.position-lg-absolute {position: relative !important;}
	.res-bg-white {background-color: #fff;}
	.header-right-nav ul li ul.list li {margin: 0 25px;}
	.mobile-menu-area {display: block;}
	.mean-container .mean-bar {position: absolute;width: 100%;z-index: 999;right: 0;}
	.mean-container a.meanmenu-reveal {right: 20px;top: -35px;}
	.home-5.home-6 .mean-container a.meanmenu-reveal {top: -33px;}
	.home-5 .mean-container a.meanmenu-reveal {right: 15px;top: -30px;}
	.home-5.home-6 .cart-info {margin-top: 7px;}
	.home-5 .header-navigation {padding: 15px 0 15px 0;border-bottom: 0 solid #ededed;}
	.home-5 .sticky-nav.menu_fixed {padding: 15px 0;}
	.home-5 .slider-height-6 {height: 400px;}
	.home-3 .mean-container a.meanmenu-reveal {border-color: #fff;top: -29px;}
	.home-3 .mean-container a.meanmenu-reveal span {background: #fff;}
	.home-3 .meanmenu-reveal.meanclose {color: #fff;}
	.feature-left {margin: 0 0 45px;}
	.header_account_list>a {display: block;position: absolute;right: 0;top: 11px;}
	.home-5 .header_account_list>a {top: 5px;}
	.home-2 .header_account_list>a {position: initial;}
	.gmap_canvas iframe {height: 400px;}
	.dropdown_search {width: 370px;background: #fff;display: none;border: 2px solid #4fb68d;border-radius: 30px;position: absolute;right: -100px;top: 60px;z-index: 9;}
	.about-content {margin: 40px 0 0;}
	.home-6 .dropdown_search {display: none;position: absolute;top: 50px;left: auto;}
	.home-6 .header_account_list>a {display: block;right: 40px;}
	.home-9 .header_account_list>a {color: #fff;}
	.home-9 .mean-container a.meanmenu-reveal {border: 1px solid #fff;}
	.home-9 a.meanmenu-reveal.meanclose {color: #fff;}
	.home-9 .mean-container a.meanmenu-reveal span {background: #fff;}
	.home-6 .header_account_area {width: auto;}
	.home-6 .header_account_list {margin-right: 70px;}
	.header_account_area {margin-top: 0;}
	.header_account_list {margin-right: 73px;}
	.home-20 .sticky-nav.menu_fixed {background: #fff;padding: 10px 15px;}
	.home-12.home-17 .header_account_list {margin: 0;}
	.home-12.home-17 .sticky-nav.menu_fixed {padding: 10px 15px;}
	.home-5 .header_account_list {margin-right: 25px;}
	.mt-res-sx-50px {margin-top: 50px;}
	.mt-res-md-30px {margin-top: 30px;}
	.mtb-res-md-30 {margin: 30px 0;}
	.footer-single-block {width: 50%;}
	.footer-area .row .col-lg-4:first-child:before {background: #efefef;}
	.img_app a img {width: 120px;}
	.header-right-nav ul li {margin: 0 15px;}
	.header-right-nav ul.list li {margin: 0 25px;}
	.home-5 .header-right-nav ul li {margin: 0 12px;}
	.home-4 .header-right-nav ul li {margin: 0 12px;}
	.header-right-nav ul li:after {left: -15px;}
	.header-right-nav .dropdown-navs ul li.top-10px:after {top: 5px;left: -10px;}
	.home-5 .header-right-nav .dropdown-navs ul li.top-10px:after {top: 5px;left: -7px;}
	.slider-height-6 {height: 400px;}
	.home-2 .slider-height-6 {height: 450px;}
	.home-4 .slider-content-5 {margin: 0;}
	.home-4 .cart-info {margin: 5px 0 0 20px;}
	.home-4 .header_account_area {margin-right: 40px;margin-top: 0;}
	.home-4 .logo {margin-top: 0;}
	.home-4 .header_account_list {margin-top: 5px;}
	.home-4 .mean-container a.meanmenu-reveal {top: -28px;}
	.home-4 .header-navigation.menu_fixed .mean-container a.meanmenu-reveal {right: 0;}
	.mt-res-md-50px {margin-top: 50px;}
	.mt-res-md-30px {margin-top: 30px;}
	.single-static {padding: 36px 5px 36px 40px;}
	.pb-res-md-0 {padding-bottom: 0;}
	.pt-res-md-30 {padding-top: 30px;}
	.new-product-slider .add-to-link {right: 5px;}
	.desc-listcategoreis {left: 30px;}
	.desc-listcategoreis {position: absolute;left: 25px;}
	.desc-listcategoreis .name_categories h4 {font-size: 14px;margin-bottom: 10px;}
	.desc-listcategoreis .number_product {font-size: 12px;margin-bottom: 10px;}
	.desc-listcategoreis .view-more a {font-size: 12px;}
	.desc-listcategoreis .view-more a i {font-size: 14px;}
	.blog-img img {min-height: 250px;}
	.blog-text {margin-right: 0;}
	.shop-tab.nav {flex: 0 0 56%;max-width: 56%;}
	.select-shoing-wrap {flex: 0 0 44%;max-width: 44%;}
	.shop-select {flex: 0 0 75%;max-width: 75%;}
	.shot-product {flex: 0 0 25%;max-width: 25%;}
	.list-product .product-desc-wrap .add-to-link {width: 40%;}
	.mb-res-md-60px {margin-bottom: 60px;}
	.hot-deal .product-link {font-size: 14px;}
	.clockdiv span {font-size: 16px;}
	.clockdiv span:after {right: -10px;}
	.title_countdown {max-width: 100px;}
	.hot-deal.owl-nav-style .owl-nav>div {display: none;}
	.home-7 .header-right-nav ul li {margin: 0 9px;}
	.home-7 .header-right-nav ul li:after {left: -10px;}
	.home-7 .header-right-nav .dropdown-navs ul li.top-10px:after {top: 5px;left: -4px;}
	.home-4 .header-right-nav .dropdown-navs ul li.top-10px:after {top: 5px;left: -7px;}
	.slider-content-7 {max-width: 100%;padding-top: 0;}
	.slider-content-7.text-center {text-align: left !important;}
	.slider-height-7 {height: 450px;}
	.slider-height-9 {height: 450px;}
	.slider-area strong {font-size: 32px;}
	.slider-area h1 {font-size: 26px;}
	.slider-area .slider-content-13 h1 strong {font-size: 32px;}
	.slider-area .slider-content-13 h1 {font-size: 26px;}
	.home-10 .header_account_area {justify-content: flex-end;}
	.home-10.responsive .header-navigation.blue-bg {background: #0090f0;}
	.home-10.responsive .count-cart:after {color: #253237;background-color: #fff;}
	.home-10 a.meanmenu-reveal.meanclose {color: #fff;}
	.home-5.home-6 .home-10 .cart-info {margin-left: 10px;}
	.home-9 .home-10 .header_account_list>a {right: 0;}
	.slider-height-10 {height: 400px;}
	.slider-height-11 {height: 400px;}
	.home-12 .cart-info {margin: 5px 60px 0 20px;}
	.home-12 .header_account_list>a {top: 5px;}
	.home-12 .home-10 a.meanmenu-reveal.meanclose {color: #253237;}
	.home-12 .logo {margin-top: 0;}
	.home-12 .mean-container a.meanmenu-reveal {top: -28px;}
	.home-electronic.home-12 .header-navigation {padding: 15px 0;}
	.modal-dialog {width: 720px;max-width: 720px;}
	.product-details-img.product-details-tab {margin-bottom: 40px;}
	.zoomContainer {width: 550px !important;height: 550px !important;}
	.review-wrapper {margin-bottom: 50px;}
	.cart-shiping-update-wrapper .cart-clear>a, .cart-shiping-update-wrapper .cart-clear>button, .cart-shiping-update-wrapper .cart-shiping-update>a {padding: 18px 25px 17px;font-size: 13px;}
	.grand-totall {margin-top: 40px;}
	.your-order-area {margin-top: 30px;}
	.contact-info-wrap {padding: 120px 20px 116px 30px;}
	.contact-form {padding: 50px 30px 50px 30px;}
	.contact-form .contact-form-style textarea {height: 130px;}
	.Place-order {margin-bottom: 20px;}
	.hot-deal .clockdiv {display: block;}
	.hot-deal .title_countdown {max-width: initial;}
	.hot-deal .title_countdown {max-width: initial;margin: 0 0 15px;}
	.nav.nav-tabs.home-12 {position: inherit;margin-bottom: 30px;}
	.category-tab-area .home-12 li:first-child a {padding-left: 0;}
	.home-13 .phone {line-height: 34px;}
	.slider-area .slider-content-13 p {width: 80%;}
	.slider-area .slider-content-13.slider-content-15 p {width: 80%;}
	.slider-height-13 {height: 400px;}
	.hot-deal-3 .hot-item-inner {width: 100%;max-width: 100%;float: none;}
	.hot-deal-3 .in-stock {margin: 0 0 25px;}
	.slider-height-18 {height: 360px;}
	.banner-right {width: 64%;}
	.banner-left {width: 36%;}
	.slider-height-19 {height: 382px;}
	.home-20 .header_account_list {margin-right: 0;}
	.home-20 .slider-area {margin-top: 0;}
	.blog-title a {font-size: 20px;}
	.home-10.responsive .header-navigation.red-bg {background: #ef1e1e;}
	.home-5.home-6 .home-10.home-14 .logo {margin: 5px 0 0 0;}
	.slider-content-16.slider-content-13 {padding-left: 43%;}
	.slider-height-16 {height: 400px;}
	.mb-res-md-30 {margin-bottom: 30px;}
	.mb-res-md-60 {margin-bottom: 60px;}
	.static-banner-area .static-banner-content h2 {font-size: 32px;}
	.static-banner-area .static-banner-content h3 {font-size: 32px;}
	.static-banner-area .static-banner-content p {font-size: 16px;line-height: 20px;margin-bottom: 20px;}
	.static-countdown-content h2 {font-size: 26px;}
	.position-lg-absolute {position: absolute;}}
@media only screen and (min-width:992px) and (max-width:1169px) {.header_account_list>a {display: block;position: absolute;right: 0;top: 11px;}
	.home-13 .phone:before {display: none;}
	.home-13 .header-action-btn {padding: 0 7px;}
	.home-5 .home-13 .contact-link {margin: 0 0 0 8px;}
	.product-details-tab-2 #gallery {flex: 0 0 25%;width: 25%;}
	.position-lg-absolute {position: absolute;}
	.product-details-tab-2 .zoompro-wrap.zoompro-2 {flex: 0 0 75%;width: 75%;}
	.slider-area .slider-content-13.slider-content-15 p {width: 80%;}
	.home-2 .header_account_list>a {position: initial;}
	.home-18 .header_account_list>a {right: 70px;top: 9px;}
	.home-13 .header-right-nav ul li {margin: 0 11px;}
	.gmap_canvas iframe {height: 450px;}
	p.copy-text {width: 80%;}
	.home-13 .header-right-nav ul li:after {left: -7px;}
	.home-13 .brfore-element:before {right: -23px;}
	.slider-height-13 {height: 500px;}
	.slider-area .slider-content-13 p {width: 70%;}
	.dropdown_search {width: 500px;background: #fff;display: none;border: 2px solid #4fb68d;border-radius: 30px;position: absolute;right: 0;top: 60px;z-index: 9;}
	.home-9 .dropdown_search {width: 375px;}
	.slider-height-6 {height: 450px;}
	.media-side {margin: 0 0 0 18px;}
	.blog-title a {font-size: 20px;}
	.header_account_list {margin-right: 60px;}
	.single-static h4 {font-size: 13px;}
	.single-static img {width: 30px;flex: 0 0 30px;margin-left: 15px;}
	.slider-height-19 {height: 382px;}
	.pricing-meta li {font-size: 12px;}
	.old-price {font-size: 12px;}
	.discount-price {font-size: 12px;}
	.img_app a img {width: 125px;}
	.desc-listcategoreis {position: absolute;left: 25px;}
	.desc-listcategoreis .name_categories h4 {font-size: 14px;margin-bottom: 10px;}
	.desc-listcategoreis .number_product {font-size: 12px;margin-bottom: 10px;}
	.desc-listcategoreis .view-more a {font-size: 12px;}
	.desc-listcategoreis .view-more a i {font-size: 14px;}
	.feature-slider-item .img-block {width: 80px;}
	.list-product .product-desc-wrap .add-to-link {width: 40%;}
	.shop-tab.nav {flex: 0 0 50%;max-width: 50%;}
	.select-shoing-wrap {flex: 0 0 50%;max-width: 50%;}
	.hot-deal .product-link {font-size: 14px;}
	.clockdiv span {font-size: 16px;}
	.clockdiv span:after {right: -10px;}
	.title_countdown {max-width: 100px;}
	.single-static {padding: 36px 0;}
	.hot-item-inner {width: 35%;}
	.hot-deal-3 .hot-item-inner {width: 45%;max-width: 400px;margin-top: 15%;}
	.hot-deal-3 .nav-container {flex: 0 0 30%;}
	.hot-deal-3 .img-block {overflow: inherit;}
	.hot-deal-3 .in-stock {margin: 0 0 25px;}
	.home-4 .main-navigation {margin-left: 40px;}
	.slider-content-7 {max-width: 56%;}
	.home-8 .dropdown_search {margin-left: 0;}
	.home-10 .dropdown_search {margin-left: 50px;}
	.home-12 .dropdown_search {margin-left: 0;}
	.home-12 .header_account_list {margin-left: 40px;}
	.home-9 .main-navigation {margin-left: 15px;}
	.slider-height-9 {height: 450px;}
	.slider-area strong {font-size: 42px;}
	.slider-area h1 {font-size: 36px;}
	.home-10 .main-navigation {flex: 0 0 73%;}
	.home-5.home-6 .home-10 .cart-info {margin-left: 0;}
	.home-11 .cart-info {margin: 10px 0 0 10px;}
	.home-11 .main-navigation ul li a {padding: 10px 10px;}
	.login-register-wrapper .login-form-container {padding: 80px 50px;}
	.contact-info-wrap {padding: 120px 20px 116px 40px;}
	.main-navigation ul li ul.mega-menu-wrap {width: 900px;left: -220px;}
	.home-5 .main-navigation ul li ul.mega-menu-wrap {left: -300px;}
	.home-20 .main-navigation ul li ul.mega-menu-wrap {left: 0;}
	.home-17 .main-navigation ul li ul.mega-menu-wrap {left: -80px;}
	.home-18.home-12 .main-navigation ul li ul.mega-menu-wrap {left: -300px;}
	.home-4 .main-navigation ul li ul.mega-menu-wrap {left: -300px;}
	.home-4 .main-navigation {margin-left: 80px;}
	.home-6 .main-navigation ul li ul.mega-menu-wrap {left: -100px;}
	.home-6.home-8.home-19 .main-navigation ul li ul.mega-menu-wrap {left: -100px;}
	.home-6.home-8 .main-navigation ul li ul.mega-menu-wrap {left: -350px;}
	.home-6.home-8 .home-10 .main-navigation ul li ul.mega-menu-wrap {left: -250px;}
	.home-12 .main-navigation ul li ul.mega-menu-wrap {left: -77px;}
	.vertical-menu ul li ul.mega-menu-wrap {width: 680px;}
	.product-dec-slider-2 {margin: 0;}
	.nav.nav-tabs.home-12 {left: 40%;}
	.slider-height-18 {height: 460px;}
	.banner-right {width: 67.5%;}
	.banner-left {width: 32.5%;}
	.slider-content-16.slider-content-13 {padding-left: 43%;}
	.search-widget input {font-size: 12px;}}
@media only screen and (min-device-width:1024px) and (max-device-height:1366px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {.header_account_list>a {display: block;position: absolute;right: 0;top: 11px;}
	.dropdown_search {width: 500px;background: #fff;display: none;border: 2px solid #4fb68d;border-radius: 30px;position: absolute;right: 0;top: 60px;z-index: 9;}
	.slider-height-6 {height: 450px;}
	.main-navigation ul li a {padding: 8px 8px;}
	.header_account_list {margin-right: 70px;}
	.single-static h4 {font-size: 13px;}
	.single-static p {font-size: 13px;}
	.pricing-meta li {font-size: 12px;}
	.old-price {font-size: 12px;}
	.discount-price {font-size: 12px;}
	.desc-listcategoreis {position: absolute;left: 25px;}
	.desc-listcategoreis .name_categories h4 {font-size: 14px;margin-bottom: 10px;}
	.desc-listcategoreis .number_product {font-size: 12px;margin-bottom: 10px;}
	.desc-listcategoreis .view-more a {font-size: 12px;}
	.desc-listcategoreis .view-more a i {font-size: 14px;}
	.list-product .product-desc-wrap .add-to-link {width: 40%;}
	.home-4 .main-navigation {margin-left: 0;}}
@media (min-width:1170px) and (max-width:1217px) {.header_account_list>a {display: block;position: absolute;right: 0;top: 11px;}
	.dropdown_search {width: 500px;background: #fff;display: none;border: 2px solid #4fb68d;border-radius: 30px;position: absolute;right: 0;top: 60px;z-index: 9;}
	.list-product .product-desc-wrap .add-to-link {width: 40%;}
	.home-4 .main-navigation {margin-left: 80px;}
	.feature-slider-item .img-block {width: 90px;}}
@media (min-width:1170px) and (max-width:1366px) {.header_account_list>a {display: block;position: absolute;right: 0;top: 11px;}
	.home-18 .header_account_list>a {right: 23px;top: 9px;}
	.list-product .product-desc-wrap .add-to-link {width: 30%;}
	.home-2 .header_account_list>a {position: initial;}
	.container {max-width: 1310px;}
	.dropdown_search {width: 500px;background: #fff;display: none;border: 2px solid #4fb68d;border-radius: 30px;position: absolute;right: 0;top: 60px;z-index: 9;}
	.img_app img {max-width: 150px;}
	.clockdiv span:after {right: -10px;}
	.slider-content-7 {max-width: 50%;}
	.home-8 .dropdown_search {margin-left: 0;}
	.home-10 .dropdown_search {margin-left: 50px;}
	.home-5.home-6 .home-10 .cart-info {margin-left: 0;}
	.main-navigation ul li>a i {margin-right: 2px;}
	.home-11 .cart-info {margin: 10px 0 0 10px;}
	.main-navigation ul li ul.mega-menu-wrap {width: 900px;left: -200px;}
	.home-12 .main-navigation ul li ul.mega-menu-wrap {left: 0;}
	.home-5 .main-navigation ul li ul.mega-menu-wrap {left: -300px;}
	.home-17 .main-navigation ul li ul.mega-menu-wrap {left: 0;}
	.home-18 .main-navigation ul li ul.mega-menu-wrap {left: -200px;}
	.home-6 .main-navigation ul li ul.mega-menu-wrap {left: -100px;}
	.home-6.home-8 .main-navigation ul li ul.mega-menu-wrap {left: -200px;}
	.home-20 .main-navigation ul li ul.mega-menu-wrap {left: 0;}
	.vertical-menu ul li ul.mega-menu-wrap {width: 850px;}
	.hot-deal-3 .hot-item-inner {width: 45%;}
	.slider-content-16.slider-content-13 {padding-left: 53%;}
	.hot-deal-3 .product-wrapper {padding: 15px 15px 25px 15px;}}
@media (min-width:1366px) and (max-width:1680px) {.header_account_list>a {display: block;position: absolute;right: 0;top: 11px;}
	.home-2 .header_account_list>a {position: initial;}
	.dropdown_search {display: none;position: absolute;right: 0;top: 60px;z-index: 9;}
	.home-5.home-6 .home-10 .cart-info {margin-left: 45px;}
	.main-navigation ul li ul.mega-menu-wrap {width: 1000px;}
	.home-5 .main-navigation ul li ul.mega-menu-wrap {left: -300px;}
	.home-6 .main-navigation ul li ul.mega-menu-wrap {left: -100px;}
	.home-18 .header_account_list>a {right: 10px;top: 9px;}}
@media (max-width:1600px) {.owl-nav-style-3 .owl-nav>div.owl-prev {left: 0;}
	.owl-nav-style-3 .owl-nav>div.owl-next {right: 0;}}
@media (min-width:1920px) {.header_account_list>a {display: none;}
	.dropdown_search {display: block;}
	.home-2 .header_account_list>a {display: block;}}
.sidebar-toggle,.sidebar-close{display:none}@media (max-width:768px){.sidebar-offcanvas{-webkit-overflow-scrolling:touch}.sidebar-offcanvas{position:fixed;top:0;width:320px;height:100%;padding:42px 24px 30px;background-color:#fff;box-shadow:0 0 0 0 rgba(0,0,0,.15);z-index:99999;overflow-y:auto;-ms-overflow-style:none}.sidebar-offcanvas.position-right{right:-320px;transition:right .4s cubic-bezier(.785,.135,.15,.86) .3s,box-shadow .3s .3s}.sidebar-offcanvas.position-left{left:-320px;transition:left .4s cubic-bezier(.785,.135,.15,.86) .3s,box-shadow .3s .3s}.sidebar-offcanvas.open{box-shadow:0 0 50px 3px rgba(0,0,0,.15)}.sidebar-offcanvas.open.position-right{right:0}.sidebar-offcanvas.open.position-left{left:0}.sidebar-close{display:block;position:absolute;top:8px;right:15px;color:#606060;font-size:24px;cursor:pointer}.sidebar-offcanvas::-webkit-scrollbar{display:none}.sidebar-toggle{display:block;position:fixed;top:50%;width:48px;height:48px;margin-top:-24px;background-color:#fff;color:#606060;font-size:24px;line-height:48px;text-align:center;box-shadow:0 3px 10px 0 rgba(0,0,0,.15);cursor:pointer;z-index:990}.sidebar-toggle.position-right{right:0;transition:right .3s ease-in-out}.sidebar-toggle.position-right.sidebar-open{right:-48px}.sidebar-toggle.position-left{left:0;transition:left .3s ease-in-out}.sidebar-toggle.position-left.sidebar-open{left:-48px}}
.msfavorites {cursor: pointer;}
.msfavorites:hover {text-decoration: none;}
.msfavorites i {display: inline-block;vertical-align: middle;}
.msfavorites-icon-heart {width: 17px;height: 17px;background: url("/assets/components/msfavorites/css/img/icon-heart.png") 0 0 no-repeat;}
.msfavorites-icon-star {width: 17px;height: 17px;background: url("/assets/components/msfavorites/css/img/icon-star.png") 0 0 no-repeat;}
.msfavorites.load .msfavorites-icon-heart, .msfavorites.load .msfavorites-icon-star {background-position: 0 top;}
.msfavorites.voted .msfavorites-icon-heart, .msfavorites.voted .msfavorites-icon-star {background-position: 0 center;}
.msfavorites .msfavorites-text-add, .msfavorites .msfavorites-text-remove, .msfavorites.load .msfavorites-text-remove, .msfavorites.load.voted .msfavorites-text-add, .msfavorites.load .msfavorites-text-load {display: none;}
.msfavorites .msfavorites-text-load, .msfavorites.load .msfavorites-text-add, .msfavorites.load.voted .msfavorites-text-remove {display: inline-block;}
.msfavorites-total-all {display: none;}
.msfavorites-total-all.load, .msfavorites-total-all.visible {display: inline-block;}
#mse2_sort a.active,#mse2_tpl a.active{color:#000;text-decoration:none;cursor:default}#mse2_filters .disabled{color:#aaa}#mse2_results{margin-bottom:20px}#mse2_filters .mse2_number_slider{font-size:.7em;margin-bottom:10px}#mse2_filters .mse2_number_inputs label{display:inline-block}#mse2_selected_wrapper{min-height:2em;margin:10px 0}#mse2_selected{display:none;background:#f9f9f9;padding:5px 0 5px 5px;border-radius:3px}#mse2_selected .mse2_selected_link em{color:#000}.mSearchLog,.mFilterLog{width:100%;overflow:auto;word-wrap:normal;white-space:pre}#mse2_sort .sort span{color:#000}#mse2_sort .sort[data-dir=asc] span:after{content:"↑"}#mse2_sort .sort[data-dir=desc] span:after{content:"↓"}#mse2_mfilter .btn_more{width:150px;display:block;margin:auto}#mse2_mfilter .pagination{margin:0;padding:0}#mse2_mfilter .spinner{display:none;width:32px;height:32px;background:url("/assets/components/msearch2/css/web/spinner.gif") no-repeat;background-size:32px}#mse2_mfilter.loading .spinner{display:block;margin:20px auto 10px auto}.form-group .input-sm{width:50%;display:inline-block}.mse2-ac-item:hover{cursor:pointer}.mse2-ac-item .mse2-ac-weight{display:inline-block;float:right}.ui-autocomplete-loading{background:#fff url("/assets/components/msearch2/css/web/jquery-ui/images/ui-anim_basic_16x16.gif") right center no-repeat}
@import url("/assets/components/minishop2/css/web/lib/jquery.jgrowl.min.css");div.jGrowl>.ui-state-highlight{background:inherit;color:inherit;border:inherit}.ms2-message-success{background-color:green !important}.ms2-message-error{background-color:brown !important}.ms2-message-info{background-color:#000 !important}#msCart th.count,#msCart th.weight,#msCart th.price,#msCart th.remove,.ms-count,.ms-weight,.ms-price,.ms-remove{width:15%}.js #msCart [type=submit][value="cart/change"]{display:none}#msMiniCart,.msMiniCart{font-size:.8em}#msMiniCart h5,.msMiniCart h5{margin:0}#msMiniCart .empty,.msMiniCart .empty{display:block}#msMiniCart .not_empty,.msMiniCart .not_empty{display:none}#msMiniCart.full .empty,.msMiniCart.full .empty{display:none}#msMiniCart.full .not_empty,.msMiniCart.full .not_empty{display:block}#msProduct .old_price,#msCart .old_price,.ms2_product .old_price{color:brown;font-style:italic;text-decoration:line-through}#msOrder{margin-top:50px}#msOrder .radio{min-height:30px;margin-bottom:10px}#msOrder .radio img{max-height:30px;margin-top:-2px;padding:0 10px}#msOrder .required-star{display:none;color:brown}#msOrder .required .required-star{display:inline}#msOrder .error{border:1px solid brown !important}.msProductsLog,.msGalleryLog,.msCartLog,.msOrderLog,.msGetOrderLog{width:100%;overflow:auto;word-wrap:normal;white-space:pre}
.quickview {cursor: pointer;}
.quickview-spinner {display: none;width: 32px;height: 32px;position: fixed;top: 50%;left: 50%;margin-left: -16px;margin-top: -16px;background: url("/assets/components/quickview/img/spinner.gif");z-index: 9999;}
.quickview-output a.quickview-close {display: block;width: 20px;height: 20px;color: #000;font-weight: 700;}
.cookieconsent{position:fixed;bottom:0;right:0;max-width:350px;z-index:9999;text-align:center;border-radius:0;padding:10px}div.cookieconsent{border-color:#42a6d9}div.alert-warning{background-color:#fff;color:#000}.cookieconsent p{line-height:1.3;display:inline-block;font-size:12px}.cookieconsent p.text-center{text-align:center}div.cookieconsent p a{color:#0083c4;text-decoration:revert}.cookieconsent .btn-info{border-color:#42a6d9;border-color:#42a6d9;color:#fff;background-color:#42a6d9}.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;white-space:nowrap;padding:2px 8px;font-size:16px;line-height:1.5;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}