@charset "UTF-8";
@charset "UTF-8";
.wp-caption {
color: #666;
font-size: 13px;
font-size: 0.8125rem;
font-style: italic;
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
border: 1px solid #333;
padding: 2px;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
 :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-black: #000;
--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", "Noto Sans", "Liberation Sans", Arial, 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, 0.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;
--bs-border-width: 1px;
--bs-border-style: solid;
--bs-border-color: #dee2e6;
--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
--bs-border-radius: 0.375rem;
--bs-border-radius-sm: 0.25rem;
--bs-border-radius-lg: 0.5rem;
--bs-border-radius-xl: 1rem;
--bs-border-radius-2xl: 2rem;
--bs-border-radius-pill: 50rem;
--bs-heading-color: ;
--bs-link-color: #0d6efd;
--bs-link-hover-color: #0a58ca;
--bs-code-color: #d63384;
--bs-highlight-bg: #fff3cd;
}
*,
*::before,
*::after {
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: rgba(0, 0, 0, 0);
}
hr {
margin: 1rem 0;
color: inherit;
border: 0;
border-top: 1px solid;
opacity: 0.25;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
margin-top: 0;
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
color: var(--bs-heading-color);
}
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 + 0.9vw);
}
@media (min-width: 1200px) {
h2, .h2 {
font-size: 2rem;
}
}
h3, .h3 {
font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
h3, .h3 {
font-size: 1.75rem;
}
}
h4, .h4 {
font-size: calc(1.275rem + 0.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[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;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: 0.5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
small, .small {
font-size: 0.875em;
}
mark, .mark {
padding: 0.1875em;
background-color: var(--bs-highlight-bg);
}
sub,
sup {
position: relative;
font-size: 0.75em;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
a {
color: var(--bs-link-color);
text-decoration: underline;
}
a:hover {
color: var(--bs-link-hover-color);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
pre,
code,
kbd,
samp {
font-family: var(--bs-font-monospace);
font-size: 1em;
}
pre {
display: block;
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
font-size: 0.875em;
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
code {
font-size: 0.875em;
color: var(--bs-code-color);
word-wrap: break-word;
}
a > code {
color: inherit;
}
kbd {
padding: 0.1875rem 0.375rem;
font-size: 0.875em;
color: var(--bs-body-bg);
background-color: var(--bs-body-color);
border-radius: 0.25rem;
}
kbd kbd {
padding: 0;
font-size: 1em;
}
figure {
margin: 0 0 1rem;
}
img,
svg {
vertical-align: middle;
}
table {
caption-side: bottom;
border-collapse: collapse;
}
caption {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
color: rgba(var(--bs-body-color-rgb), 0.75);
text-align: left;
}
th {
text-align: inherit;
text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
border-color: inherit;
border-style: solid;
border-width: 0;
}
label {
display: inline-block;
}
button {
border-radius: 0;
}
button:focus:not(:focus-visible) {
outline: 0;
}
input,
button,
select,
optgroup,
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]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
display: none !important;
}
button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]: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: 0.5rem;
font-size: calc(1.275rem + 0.3vw);
line-height: inherit;
}
@media (min-width: 1200px) {
legend {
font-size: 1.5rem;
}
}
legend + * {
clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-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;
-webkit-appearance: button;
}
::file-selector-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: 0.5rem;
}
.initialism {
font-size: 0.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: 0.875em;
color: #6c757d;
}
.blockquote-footer::before {
content: "— ";
}
.img-fluid {
max-width: 100%;
height: auto;
}
.img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid var(--bs-border-color);
border-radius: 0.375rem;
max-width: 100%;
height: auto;
}
.figure {
display: inline-block;
}
.figure-img {
margin-bottom: 0.5rem;
line-height: 1;
}
.figure-caption {
font-size: 0.875em;
color: #6c757d;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
width: 100%;
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container-sm, .container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container-md, .container-sm, .container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container-lg, .container-md, .container-sm, .container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1194px;
}
}
@media (min-width: 1400px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1320px;
}
}
.row {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
display: flex;
flex-wrap: wrap;
margin-top: calc(-1 * var(--bs-gutter-y));
margin-right: calc(-0.5 * var(--bs-gutter-x));
margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.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: 0.25rem;
}
.g-1,
.gy-1 {
--bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
--bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
--bs-gutter-y: 0.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: 0.25rem;
}
.g-sm-1,
.gy-sm-1 {
--bs-gutter-y: 0.25rem;
}
.g-sm-2,
.gx-sm-2 {
--bs-gutter-x: 0.5rem;
}
.g-sm-2,
.gy-sm-2 {
--bs-gutter-y: 0.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: 0.25rem;
}
.g-md-1,
.gy-md-1 {
--bs-gutter-y: 0.25rem;
}
.g-md-2,
.gx-md-2 {
--bs-gutter-x: 0.5rem;
}
.g-md-2,
.gy-md-2 {
--bs-gutter-y: 0.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: 0.25rem;
}
.g-lg-1,
.gy-lg-1 {
--bs-gutter-y: 0.25rem;
}
.g-lg-2,
.gx-lg-2 {
--bs-gutter-x: 0.5rem;
}
.g-lg-2,
.gy-lg-2 {
--bs-gutter-y: 0.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: 0.25rem;
}
.g-xl-1,
.gy-xl-1 {
--bs-gutter-y: 0.25rem;
}
.g-xl-2,
.gx-xl-2 {
--bs-gutter-x: 0.5rem;
}
.g-xl-2,
.gy-xl-2 {
--bs-gutter-y: 0.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: 0.25rem;
}
.g-xxl-1,
.gy-xxl-1 {
--bs-gutter-y: 0.25rem;
}
.g-xxl-2,
.gx-xxl-2 {
--bs-gutter-x: 0.5rem;
}
.g-xxl-2,
.gy-xxl-2 {
--bs-gutter-y: 0.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-color: var(--bs-body-color);
--bs-table-bg: transparent;
--bs-table-border-color: var(--bs-border-color);
--bs-table-accent-bg: transparent;
--bs-table-striped-color: var(--bs-body-color);
--bs-table-striped-bg: rgba(0, 0, 0, 0.05);
--bs-table-active-color: var(--bs-body-color);
--bs-table-active-bg: rgba(0, 0, 0, 0.1);
--bs-table-hover-color: var(--bs-body-color);
--bs-table-hover-bg: rgba(0, 0, 0, 0.075);
width: 100%;
margin-bottom: 1rem;
color: var(--bs-table-color);
vertical-align: top;
border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
padding: 0.5rem 0.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-group-divider {
border-top: 2px solid currentcolor;
}
.caption-top {
caption-side: top;
}
.table-sm > :not(caption) > * > * {
padding: 0.25rem 0.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-striped-columns > :not(caption) > tr > :nth-child(even) {
--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-color: #000;
--bs-table-bg: #cfe2ff;
--bs-table-border-color: #bacbe6;
--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: var(--bs-table-color);
border-color: var(--bs-table-border-color);
}
.table-secondary {
--bs-table-color: #000;
--bs-table-bg: #e2e3e5;
--bs-table-border-color: #cbccce;
--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: var(--bs-table-color);
border-color: var(--bs-table-border-color);
}
.table-success {
--bs-table-color: #000;
--bs-table-bg: #d1e7dd;
--bs-table-border-color: #bcd0c7;
--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: var(--bs-table-color);
border-color: var(--bs-table-border-color);
}
.table-info {
--bs-table-color: #000;
--bs-table-bg: #cff4fc;
--bs-table-border-color: #badce3;
--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: var(--bs-table-color);
border-color: var(--bs-table-border-color);
}
.table-warning {
--bs-table-color: #000;
--bs-table-bg: #fff3cd;
--bs-table-border-color: #e6dbb9;
--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: var(--bs-table-color);
border-color: var(--bs-table-border-color);
}
.table-danger {
--bs-table-color: #000;
--bs-table-bg: #f8d7da;
--bs-table-border-color: #dfc2c4;
--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: var(--bs-table-color);
border-color: var(--bs-table-border-color);
}
.table-light {
--bs-table-color: #000;
--bs-table-bg: #f8f9fa;
--bs-table-border-color: #dfe0e1;
--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: var(--bs-table-color);
border-color: var(--bs-table-border-color);
}
.table-dark {
--bs-table-color: #fff;
--bs-table-bg: #212529;
--bs-table-border-color: #373b3e;
--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: var(--bs-table-color);
border-color: var(--bs-table-border-color);
}
.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: 0.5rem;
}
.col-form-label {
padding-top: calc(0.375rem + 1px);
padding-bottom: calc(0.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5;
}
.col-form-label-lg {
padding-top: calc(0.5rem + 1px);
padding-bottom: calc(0.5rem + 1px);
font-size: 1.25rem;
}
.col-form-label-sm {
padding-top: calc(0.25rem + 1px);
padding-bottom: calc(0.25rem + 1px);
font-size: 0.875rem;
}
.form-text {
margin-top: 0.25rem;
font-size: 0.875em;
color: rgba(var(--bs-body-color-rgb), 0.75);
}
.form-control {
display: block;
width: 100%;
padding: 0.375rem 0.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: 0.375rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.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 0.25rem rgba(13, 110, 253, 0.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: 0.375rem 0.75rem;
margin: -0.375rem -0.75rem;
-webkit-margin-end: 0.75rem;
margin-inline-end: 0.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 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
padding: 0.375rem 0.75rem;
margin: -0.375rem -0.75rem;
-webkit-margin-end: 0.75rem;
margin-inline-end: 0.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 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.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-plaintext {
display: block;
width: 100%;
padding: 0.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-sm, .form-control-plaintext.form-control-lg {
padding-right: 0;
padding-left: 0;
}
.form-control-sm {
min-height: calc(1.5em + 0.5rem + 2px);
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
border-radius: 0.25rem;
}
.form-control-sm::-webkit-file-upload-button {
padding: 0.25rem 0.5rem;
margin: -0.25rem -0.5rem;
-webkit-margin-end: 0.5rem;
margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
padding: 0.25rem 0.5rem;
margin: -0.25rem -0.5rem;
-webkit-margin-end: 0.5rem;
margin-inline-end: 0.5rem;
}
.form-control-lg {
min-height: calc(1.5em + 1rem + 2px);
padding: 0.5rem 1rem;
font-size: 1.25rem;
border-radius: 0.5rem;
}
.form-control-lg::-webkit-file-upload-button {
padding: 0.5rem 1rem;
margin: -0.5rem -1rem;
-webkit-margin-end: 1rem;
margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
padding: 0.5rem 1rem;
margin: -0.5rem -1rem;
-webkit-margin-end: 1rem;
margin-inline-end: 1rem;
}
textarea.form-control {
min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
width: 3rem;
height: auto;
padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
cursor: pointer;
}
.form-control-color::-moz-color-swatch {
height: 1.5em;
border-radius: 0.375rem;
}
.form-control-color::-webkit-color-swatch {
height: 1.5em;
border-radius: 0.375rem;
}
.form-select {
display: block;
width: 100%;
padding: 0.375rem 2.25rem 0.375rem 0.75rem;
-moz-padding-start: calc(0.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 5 6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right 0.75rem center;
background-size: 16px 12px;
border: 1px solid #ced4da;
border-radius: 0.375rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.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 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
padding-right: 0.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: 0.25rem;
padding-bottom: 0.25rem;
padding-left: 0.5rem;
font-size: 0.875rem;
border-radius: 0.25rem;
}
.form-select-lg {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
font-size: 1.25rem;
border-radius: 0.5rem;
}
.form-check {
display: block;
min-height: 1.5rem;
padding-left: 1.5em;
margin-bottom: 0.125rem;
}
.form-check .form-check-input {
float: left;
margin-left: -1.5em;
}
.form-check-reverse {
padding-right: 1.5em;
padding-left: 0;
text-align: right;
}
.form-check-reverse .form-check-input {
float: right;
margin-right: -1.5em;
margin-left: 0;
}
.form-check-input {
width: 1em;
height: 1em;
margin-top: 0.25em;
vertical-align: top;
background-color: #fff;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
border: 1px solid rgba(0, 0, 0, 0.25);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-print-color-adjust: exact;
color-adjust: exact;
print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
border-radius: 0.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 0.25rem rgba(13, 110, 253, 0.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 10 3 3 6-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: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
cursor: default;
opacity: 0.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 0.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-switch.form-check-reverse {
padding-right: 2.5em;
padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
margin-right: -2.5em;
margin-left: 0;
}
.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: 0.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 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
border: 0;
}
.form-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
background-color: #0d6efd;
border: 0;
border-radius: 1rem;
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.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: 0.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 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.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: 0.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-control-plaintext,
.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 0.75rem;
pointer-events: none;
border: 1px solid transparent;
transform-origin: 0 0;
transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-floating > label {
transition: none;
}
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-select {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
opacity: 0.65;
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
opacity: 0.65;
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
opacity: 0.65;
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
border-width: 1px 0;
}
.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: 0.375rem 0.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: 0.375rem;
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
border-radius: 0.5rem;
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
border-radius: 0.25rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
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: 0.25rem;
font-size: 0.875em;
color: #198754;
}
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: 0.1rem;
font-size: 0.875rem;
color: #fff;
background-color: rgba(25, 135, 84, 0.9);
border-radius: 0.375rem;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
border-color: #198754;
padding-right: calc(1.5em + 0.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.73.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(0.375em + 0.1875rem) center;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
border-color: #198754;
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
padding-right: calc(1.5em + 0.75rem);
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid, .form-select.is-valid {
border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-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 5 6 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.73.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 0.75rem center, center right 2.25rem;
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
border-color: #198754;
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-control-color:valid, .form-control-color.is-valid {
width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
margin-left: 0.5em;
}
.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
z-index: 3;
}
.invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 0.875em;
color: #dc3545;
}
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: 0.1rem;
font-size: 0.875rem;
color: #fff;
background-color: rgba(220, 53, 69, 0.9);
border-radius: 0.375rem;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
border-color: #dc3545;
padding-right: calc(1.5em + 0.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(0.375em + 0.1875rem) center;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
padding-right: calc(1.5em + 0.75rem);
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid, .form-select.is-invalid {
border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-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 5 6 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 0.75rem center, center right 2.25rem;
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
margin-left: 0.5em;
}
.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
z-index: 3;
}
.btn {
--bs-btn-padding-x: 0.75rem;
--bs-btn-padding-y: 0.375rem;
--bs-btn-font-family: ;
--bs-btn-font-size: 1rem;
--bs-btn-font-weight: 400;
--bs-btn-line-height: 1.5;
--bs-btn-color: #212529;
--bs-btn-bg: transparent;
--bs-btn-border-width: 1px;
--bs-btn-border-color: transparent;
--bs-btn-border-radius: 0.375rem;
--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
--bs-btn-disabled-opacity: 0.65;
--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
display: inline-block;
padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
font-family: var(--bs-btn-font-family);
font-size: var(--bs-btn-font-size);
font-weight: var(--bs-btn-font-weight);
line-height: var(--bs-btn-line-height);
color: var(--bs-btn-color);
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
border-radius: var(--bs-btn-border-radius);
background-color: var(--bs-btn-bg);
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.btn {
transition: none;
}
}
.btn:hover {
color: var(--bs-btn-hover-color);
background-color: var(--bs-btn-hover-bg);
border-color: var(--bs-btn-hover-border-color);
}
.btn-check:focus + .btn, .btn:focus {
color: var(--bs-btn-hover-color);
background-color: var(--bs-btn-hover-bg);
border-color: var(--bs-btn-hover-border-color);
outline: 0;
box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, .btn-check:active + .btn, .btn:active, .btn.active, .btn.show {
color: var(--bs-btn-active-color);
background-color: var(--bs-btn-active-bg);
border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus, .btn-check:active + .btn:focus, .btn:active:focus, .btn.active:focus, .btn.show:focus {
box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
color: var(--bs-btn-disabled-color);
pointer-events: none;
background-color: var(--bs-btn-disabled-bg);
border-color: var(--bs-btn-disabled-border-color);
opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
--bs-btn-color: #fff;
--bs-btn-bg: #0d6efd;
--bs-btn-border-color: #0d6efd;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #0b5ed7;
--bs-btn-hover-border-color: #0a58ca;
--bs-btn-focus-shadow-rgb: 49, 132, 253;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #0a58ca;
--bs-btn-active-border-color: #0a53be;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #0d6efd;
--bs-btn-disabled-border-color: #0d6efd;
}
.btn-secondary {
--bs-btn-color: #fff;
--bs-btn-bg: #6c757d;
--bs-btn-border-color: #6c757d;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #5c636a;
--bs-btn-hover-border-color: #565e64;
--bs-btn-focus-shadow-rgb: 130, 138, 145;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #565e64;
--bs-btn-active-border-color: #51585e;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #6c757d;
--bs-btn-disabled-border-color: #6c757d;
}
.btn-success {
--bs-btn-color: #fff;
--bs-btn-bg: #198754;
--bs-btn-border-color: #198754;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #157347;
--bs-btn-hover-border-color: #146c43;
--bs-btn-focus-shadow-rgb: 60, 153, 110;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #146c43;
--bs-btn-active-border-color: #13653f;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #198754;
--bs-btn-disabled-border-color: #198754;
}
.btn-info {
--bs-btn-color: #000;
--bs-btn-bg: #0dcaf0;
--bs-btn-border-color: #0dcaf0;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #31d2f2;
--bs-btn-hover-border-color: #25cff2;
--bs-btn-focus-shadow-rgb: 11, 172, 204;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #3dd5f3;
--bs-btn-active-border-color: #25cff2;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #000;
--bs-btn-disabled-bg: #0dcaf0;
--bs-btn-disabled-border-color: #0dcaf0;
}
.btn-warning {
--bs-btn-color: #000;
--bs-btn-bg: #ffc107;
--bs-btn-border-color: #ffc107;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #ffca2c;
--bs-btn-hover-border-color: #ffc720;
--bs-btn-focus-shadow-rgb: 217, 164, 6;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #ffcd39;
--bs-btn-active-border-color: #ffc720;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #000;
--bs-btn-disabled-bg: #ffc107;
--bs-btn-disabled-border-color: #ffc107;
}
.btn-danger {
--bs-btn-color: #fff;
--bs-btn-bg: #dc3545;
--bs-btn-border-color: #dc3545;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #bb2d3b;
--bs-btn-hover-border-color: #b02a37;
--bs-btn-focus-shadow-rgb: 225, 83, 97;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #b02a37;
--bs-btn-active-border-color: #a52834;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #dc3545;
--bs-btn-disabled-border-color: #dc3545;
}
.btn-light {
--bs-btn-color: #000;
--bs-btn-bg: #f8f9fa;
--bs-btn-border-color: #f8f9fa;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #f9fafb;
--bs-btn-hover-border-color: #f9fafb;
--bs-btn-focus-shadow-rgb: 211, 212, 213;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #f9fafb;
--bs-btn-active-border-color: #f9fafb;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #000;
--bs-btn-disabled-bg: #f8f9fa;
--bs-btn-disabled-border-color: #f8f9fa;
}
.btn-dark {
--bs-btn-color: #fff;
--bs-btn-bg: #212529;
--bs-btn-border-color: #212529;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #1c1f23;
--bs-btn-hover-border-color: #1a1e21;
--bs-btn-focus-shadow-rgb: 66, 70, 73;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #1a1e21;
--bs-btn-active-border-color: #191c1f;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #212529;
--bs-btn-disabled-border-color: #212529;
}
.btn-outline-primary {
--bs-btn-color: #0d6efd;
--bs-btn-border-color: #0d6efd;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #0d6efd;
--bs-btn-hover-border-color: #0d6efd;
--bs-btn-focus-shadow-rgb: 13, 110, 253;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #0d6efd;
--bs-btn-active-border-color: #0d6efd;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #0d6efd;
--bs-btn-disabled-bg: transparent;
--bs-gradient: none;
}
.btn-outline-secondary {
--bs-btn-color: #6c757d;
--bs-btn-border-color: #6c757d;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #6c757d;
--bs-btn-hover-border-color: #6c757d;
--bs-btn-focus-shadow-rgb: 108, 117, 125;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #6c757d;
--bs-btn-active-border-color: #6c757d;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #6c757d;
--bs-btn-disabled-bg: transparent;
--bs-gradient: none;
}
.btn-outline-success {
--bs-btn-color: #198754;
--bs-btn-border-color: #198754;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #198754;
--bs-btn-hover-border-color: #198754;
--bs-btn-focus-shadow-rgb: 25, 135, 84;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #198754;
--bs-btn-active-border-color: #198754;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #198754;
--bs-btn-disabled-bg: transparent;
--bs-gradient: none;
}
.btn-outline-info {
--bs-btn-color: #0dcaf0;
--bs-btn-border-color: #0dcaf0;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #0dcaf0;
--bs-btn-hover-border-color: #0dcaf0;
--bs-btn-focus-shadow-rgb: 13, 202, 240;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #0dcaf0;
--bs-btn-active-border-color: #0dcaf0;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #0dcaf0;
--bs-btn-disabled-bg: transparent;
--bs-gradient: none;
}
.btn-outline-warning {
--bs-btn-color: #ffc107;
--bs-btn-border-color: #ffc107;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #ffc107;
--bs-btn-hover-border-color: #ffc107;
--bs-btn-focus-shadow-rgb: 255, 193, 7;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #ffc107;
--bs-btn-active-border-color: #ffc107;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #ffc107;
--bs-btn-disabled-bg: transparent;
--bs-gradient: none;
}
.btn-outline-danger {
--bs-btn-color: #dc3545;
--bs-btn-border-color: #dc3545;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #dc3545;
--bs-btn-hover-border-color: #dc3545;
--bs-btn-focus-shadow-rgb: 220, 53, 69;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #dc3545;
--bs-btn-active-border-color: #dc3545;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #dc3545;
--bs-btn-disabled-bg: transparent;
--bs-gradient: none;
}
.btn-outline-light {
--bs-btn-color: #f8f9fa;
--bs-btn-border-color: #f8f9fa;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #f8f9fa;
--bs-btn-hover-border-color: #f8f9fa;
--bs-btn-focus-shadow-rgb: 248, 249, 250;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #f8f9fa;
--bs-btn-active-border-color: #f8f9fa;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #f8f9fa;
--bs-btn-disabled-bg: transparent;
--bs-gradient: none;
}
.btn-outline-dark {
--bs-btn-color: #212529;
--bs-btn-border-color: #212529;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #212529;
--bs-btn-hover-border-color: #212529;
--bs-btn-focus-shadow-rgb: 33, 37, 41;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #212529;
--bs-btn-active-border-color: #212529;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #212529;
--bs-btn-disabled-bg: transparent;
--bs-gradient: none;
}
.btn-link {
--bs-btn-font-weight: 400;
--bs-btn-color: var(--bs-link-color);
--bs-btn-bg: transparent;
--bs-btn-border-color: transparent;
--bs-btn-hover-color: var(--bs-link-hover-color);
--bs-btn-hover-border-color: transparent;
--bs-btn-active-border-color: transparent;
--bs-btn-disabled-color: #6c757d;
--bs-btn-disabled-border-color: transparent;
--bs-btn-box-shadow: none;
text-decoration: underline;
}
.btn-lg, .btn-group-lg > .btn {
--bs-btn-padding-y: 0.5rem;
--bs-btn-padding-x: 1rem;
--bs-btn-font-size: 1.25rem;
--bs-btn-border-radius: 0.5rem;
}
.btn-sm, .btn-group-sm > .btn {
--bs-btn-padding-y: 0.25rem;
--bs-btn-padding-x: 0.5rem;
--bs-btn-font-size: 0.875rem;
--bs-btn-border-radius: 0.25rem;
}
.fade {
transition: opacity 0.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 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.collapsing {
transition: none;
}
}
.collapsing.collapse-horizontal {
width: 0;
height: auto;
transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.collapsing.collapse-horizontal {
transition: none;
}
}
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
position: relative;
}
.dropdown-toggle {
white-space: nowrap;
}
.dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
margin-left: 0;
}
.dropdown-menu {
--bs-dropdown-min-width: 10rem;
--bs-dropdown-padding-x: 0;
--bs-dropdown-padding-y: 0.5rem;
--bs-dropdown-spacer: 0.125rem;
--bs-dropdown-font-size: 1rem;
--bs-dropdown-color: #212529;
--bs-dropdown-bg: #fff;
--bs-dropdown-border-color: var(--bs-border-color-translucent);
--bs-dropdown-border-radius: 0.375rem;
--bs-dropdown-border-width: 1px;
--bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
--bs-dropdown-divider-margin-y: 0.5rem;
--bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
--bs-dropdown-link-color: #212529;
--bs-dropdown-link-hover-color: #1e2125;
--bs-dropdown-link-hover-bg: #e9ecef;
--bs-dropdown-link-active-color: #fff;
--bs-dropdown-link-active-bg: #0d6efd;
--bs-dropdown-link-disabled-color: #adb5bd;
--bs-dropdown-item-padding-x: 1rem;
--bs-dropdown-item-padding-y: 0.25rem;
--bs-dropdown-header-color: #6c757d;
--bs-dropdown-header-padding-x: 1rem;
--bs-dropdown-header-padding-y: 0.5rem;
position: absolute;
z-index: 1000;
display: none;
min-width: var(--bs-dropdown-min-width);
padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
margin: 0;
font-size: var(--bs-dropdown-font-size);
color: var(--bs-dropdown-color);
text-align: left;
list-style: none;
background-color: var(--bs-dropdown-bg);
background-clip: padding-box;
border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
top: 100%;
left: 0;
margin-top: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0;
border-right: 0.3em solid transparent;
border-bottom: 0.3em solid;
border-left: 0.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: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0;
border-bottom: 0.3em solid transparent;
border-left: 0.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: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
}
.dropstart .dropdown-toggle::after {
display: none;
}
.dropstart .dropdown-toggle::before {
display: inline-block;
margin-right: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0.3em solid;
border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropstart .dropdown-toggle::before {
vertical-align: 0;
}
.dropdown-divider {
height: 0;
margin: var(--bs-dropdown-divider-margin-y) 0;
overflow: hidden;
border-top: 1px solid var(--bs-dropdown-divider-bg);
opacity: 1;
}
.dropdown-item {
display: block;
width: 100%;
padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
clear: both;
font-weight: 400;
color: var(--bs-dropdown-link-color);
text-align: inherit;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
color: var(--bs-dropdown-link-hover-color);
background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
color: var(--bs-dropdown-link-active-color);
text-decoration: none;
background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
color: var(--bs-dropdown-link-disabled-color);
pointer-events: none;
background-color: transparent;
}
.dropdown-menu.show {
display: block;
}
.dropdown-header {
display: block;
padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
margin-bottom: 0;
font-size: 0.875rem;
color: var(--bs-dropdown-header-color);
white-space: nowrap;
}
.dropdown-item-text {
display: block;
padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
color: var(--bs-dropdown-link-color);
}
.dropdown-menu-dark {
--bs-dropdown-color: #dee2e6;
--bs-dropdown-bg: #343a40;
--bs-dropdown-border-color: var(--bs-border-color-translucent);
--bs-dropdown-box-shadow: ;
--bs-dropdown-link-color: #dee2e6;
--bs-dropdown-link-hover-color: #fff;
--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
--bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
--bs-dropdown-link-active-color: #fff;
--bs-dropdown-link-active-bg: #0d6efd;
--bs-dropdown-link-disabled-color: #adb5bd;
--bs-dropdown-header-color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-flex;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
z-index: 1;
}
.btn-toolbar {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.btn-toolbar .input-group {
width: auto;
}
.btn-group {
border-radius: 0.375rem;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
padding-right: 0.5625rem;
padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
padding-right: 0.375rem;
padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
padding-right: 0.75rem;
padding-left: 0.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:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.nav {
--bs-nav-link-padding-x: 1rem;
--bs-nav-link-padding-y: 0.5rem;
--bs-nav-link-font-weight: ;
--bs-nav-link-color: var(--bs-link-color);
--bs-nav-link-hover-color: var(--bs-link-hover-color);
--bs-nav-link-disabled-color: #6c757d;
display: flex;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav-link {
display: block;
padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
font-size: var(--bs-nav-link-font-size);
font-weight: var(--bs-nav-link-font-weight);
color: var(--bs-nav-link-color);
text-decoration: none;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.nav-link {
transition: none;
}
}
.nav-link:hover, .nav-link:focus {
color: var(--bs-nav-link-hover-color);
}
.nav-link.disabled {
color: var(--bs-nav-link-disabled-color);
pointer-events: none;
cursor: default;
}
.nav-tabs {
--bs-nav-tabs-border-width: 1px;
--bs-nav-tabs-border-color: #dee2e6;
--bs-nav-tabs-border-radius: 0.375rem;
--bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
--bs-nav-tabs-link-active-color: #495057;
--bs-nav-tabs-link-active-bg: #fff;
--bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
margin-bottom: calc(var(--bs-nav-tabs-border-width) * -1);
background: none;
border: var(--bs-nav-tabs-border-width) solid transparent;
border-top-left-radius: var(--bs-nav-tabs-border-radius);
border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
isolation: isolate;
border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
color: var(--bs-nav-link-disabled-color);
background-color: transparent;
border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: var(--bs-nav-tabs-link-active-color);
background-color: var(--bs-nav-tabs-link-active-bg);
border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
margin-top: calc(var(--bs-nav-tabs-border-width) * -1);
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.nav-pills {
--bs-nav-pills-border-radius: 0.375rem;
--bs-nav-pills-link-active-color: #fff;
--bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
background: none;
border: 0;
border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
color: var(--bs-nav-link-disabled-color);
background-color: transparent;
border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: var(--bs-nav-pills-link-active-color);
background-color: var(--bs-nav-pills-link-active-bg);
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
flex: 1 1 auto;
text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
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 {
--bs-navbar-padding-x: 0;
--bs-navbar-padding-y: 0.5rem;
--bs-navbar-color: rgba(0, 0, 0, 0.55);
--bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
--bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
--bs-navbar-active-color: rgba(0, 0, 0, 0.9);
--bs-navbar-brand-padding-y: 0.3125rem;
--bs-navbar-brand-margin-end: 1rem;
--bs-navbar-brand-font-size: 1.25rem;
--bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
--bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
--bs-navbar-nav-link-padding-x: 0.5rem;
--bs-navbar-toggler-padding-y: 0.25rem;
--bs-navbar-toggler-padding-x: 0.75rem;
--bs-navbar-toggler-font-size: 1.25rem;
--bs-navbar-toggler-icon-bg: 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");
--bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
--bs-navbar-toggler-border-radius: 0.375rem;
--bs-navbar-toggler-focus-width: 0.25rem;
--bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
display: flex;
flex-wrap: inherit;
align-items: center;
justify-content: space-between;
}
.navbar-brand {
padding-top: var(--bs-navbar-brand-padding-y);
padding-bottom: var(--bs-navbar-brand-padding-y);
margin-right: var(--bs-navbar-brand-margin-end);
font-size: var(--bs-navbar-brand-font-size);
color: var(--bs-navbar-brand-color);
text-decoration: none;
white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
--bs-nav-link-padding-x: 0;
--bs-nav-link-padding-y: 0.5rem;
--bs-nav-link-color: var(--bs-navbar-color);
--bs-nav-link-hover-color: var(--bs-navbar-hover-color);
--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
position: static;
}
.navbar-text {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
color: var(--bs-navbar-active-color);
}
.navbar-collapse {
flex-basis: 100%;
flex-grow: 1;
align-items: center;
}
.navbar-toggler {
padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
font-size: var(--bs-navbar-toggler-font-size);
line-height: 1;
color: var(--bs-navbar-color);
background-color: transparent;
border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
border-radius: var(--bs-navbar-toggler-border-radius);
transition: var(--bs-navbar-toggler-transition);
}
@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 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
background-image: var(--bs-navbar-toggler-icon-bg);
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: var(--bs-navbar-nav-link-padding-x);
padding-left: var(--bs-navbar-nav-link-padding-x);
}
.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 {
position: static;
z-index: auto;
flex-grow: 1;
width: auto !important;
height: auto !important;
visibility: visible !important;
background-color: transparent !important;
border: 0 !important;
transform: none !important;
transition: none;
}
.navbar-expand-sm .offcanvas .offcanvas-header {
display: none;
}
.navbar-expand-sm .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
padding-left: var(--bs-navbar-nav-link-padding-x);
}
.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 {
position: static;
z-index: auto;
flex-grow: 1;
width: auto !important;
height: auto !important;
visibility: visible !important;
background-color: transparent !important;
border: 0 !important;
transform: none !important;
transition: none;
}
.navbar-expand-md .offcanvas .offcanvas-header {
display: none;
}
.navbar-expand-md .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
padding-left: var(--bs-navbar-nav-link-padding-x);
}
.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 {
position: static;
z-index: auto;
flex-grow: 1;
width: auto !important;
height: auto !important;
visibility: visible !important;
background-color: transparent !important;
border: 0 !important;
transform: none !important;
transition: none;
}
.navbar-expand-lg .offcanvas .offcanvas-header {
display: none;
}
.navbar-expand-lg .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
padding-left: var(--bs-navbar-nav-link-padding-x);
}
.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 {
position: static;
z-index: auto;
flex-grow: 1;
width: auto !important;
height: auto !important;
visibility: visible !important;
background-color: transparent !important;
border: 0 !important;
transform: none !important;
transition: none;
}
.navbar-expand-xl .offcanvas .offcanvas-header {
display: none;
}
.navbar-expand-xl .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
padding-left: var(--bs-navbar-nav-link-padding-x);
}
.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 {
position: static;
z-index: auto;
flex-grow: 1;
width: auto !important;
height: auto !important;
visibility: visible !important;
background-color: transparent !important;
border: 0 !important;
transform: none !important;
transition: none;
}
.navbar-expand-xxl .offcanvas .offcanvas-header {
display: none;
}
.navbar-expand-xxl .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
padding-left: var(--bs-navbar-nav-link-padding-x);
}
.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 {
position: static;
z-index: auto;
flex-grow: 1;
width: auto !important;
height: auto !important;
visibility: visible !important;
background-color: transparent !important;
border: 0 !important;
transform: none !important;
transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
}
.navbar-dark {
--bs-navbar-color: rgba(255, 255, 255, 0.55);
--bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
--bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
--bs-navbar-active-color: #fff;
--bs-navbar-brand-color: #fff;
--bs-navbar-brand-hover-color: #fff;
--bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
--bs-navbar-toggler-icon-bg: 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");
}
.card {
--bs-card-spacer-y: 1rem;
--bs-card-spacer-x: 1rem;
--bs-card-title-spacer-y: 0.5rem;
--bs-card-border-width: 1px;
--bs-card-border-color: var(--bs-border-color-translucent);
--bs-card-border-radius: 0.375rem;
--bs-card-box-shadow: ;
--bs-card-inner-border-radius: calc(0.375rem - 1px);
--bs-card-cap-padding-y: 0.5rem;
--bs-card-cap-padding-x: 1rem;
--bs-card-cap-bg: rgba(0, 0, 0, 0.03);
--bs-card-cap-color: ;
--bs-card-height: ;
--bs-card-color: ;
--bs-card-bg: #fff;
--bs-card-img-overlay-padding: 1rem;
--bs-card-group-margin: 0.75rem;
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
height: var(--bs-card-height);
word-wrap: break-word;
background-color: var(--bs-card-bg);
background-clip: border-box;
border: var(--bs-card-border-width) solid var(--bs-card-border-color);
border-radius: var(--bs-card-border-radius);
}
.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: var(--bs-card-inner-border-radius);
border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
border-bottom-width: 0;
border-bottom-right-radius: var(--bs-card-inner-border-radius);
border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
border-top: 0;
}
.card-body {
flex: 1 1 auto;
padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
color: var(--bs-card-color);
}
.card-title {
margin-bottom: var(--bs-card-title-spacer-y);
}
.card-subtitle {
margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
margin-bottom: 0;
}
.card-text:last-child {
margin-bottom: 0;
}
.card-link + .card-link {
margin-left: var(--bs-card-spacer-x);
}
.card-header {
padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
margin-bottom: 0;
color: var(--bs-card-cap-color);
background-color: var(--bs-card-cap-bg);
border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
color: var(--bs-card-cap-color);
background-color: var(--bs-card-cap-bg);
border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
border-bottom: 0;
}
.card-header-tabs .nav-link.active {
background-color: var(--bs-card-bg);
border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: var(--bs-card-img-overlay-padding);
border-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-top,
.card-img-bottom {
width: 100%;
}
.card-img,
.card-img-top {
border-top-left-radius: var(--bs-card-inner-border-radius);
border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
border-bottom-right-radius: var(--bs-card-inner-border-radius);
border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
margin-bottom: var(--bs-card-group-margin);
}
@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-img-top,
.card-group > .card:not(:last-child) .card-header {
border-top-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
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-img-top,
.card-group > .card:not(:first-child) .card-header {
border-top-left-radius: 0;
}
.card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
border-bottom-left-radius: 0;
}
}
.accordion {
--bs-accordion-color: #000;
--bs-accordion-bg: #fff;
--bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
--bs-accordion-border-color: var(--bs-border-color);
--bs-accordion-border-width: 1px;
--bs-accordion-border-radius: 0.375rem;
--bs-accordion-inner-border-radius: calc(0.375rem - 1px);
--bs-accordion-btn-padding-x: 1.25rem;
--bs-accordion-btn-padding-y: 1rem;
--bs-accordion-btn-color: var(--bs-body-color);
--bs-accordion-btn-bg: var(--bs-accordion-bg);
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%29'%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");
--bs-accordion-btn-icon-width: 1.25rem;
--bs-accordion-btn-icon-transform: rotate(-180deg);
--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
--bs-accordion-btn-active-icon: 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");
--bs-accordion-btn-focus-border-color: #86b7fe;
--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
--bs-accordion-body-padding-x: 1.25rem;
--bs-accordion-body-padding-y: 1rem;
--bs-accordion-active-color: #0c63e4;
--bs-accordion-active-bg: #e7f1ff;
}
.accordion-button {
position: relative;
display: flex;
align-items: center;
width: 100%;
padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
font-size: 1rem;
color: var(--bs-accordion-btn-color);
text-align: left;
background-color: var(--bs-accordion-btn-bg);
border: 0;
border-radius: 0;
overflow-anchor: none;
transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
.accordion-button {
transition: none;
}
}
.accordion-button:not(.collapsed) {
color: var(--bs-accordion-active-color);
background-color: var(--bs-accordion-active-bg);
box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
background-image: var(--bs-accordion-btn-active-icon);
transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
flex-shrink: 0;
width: var(--bs-accordion-btn-icon-width);
height: var(--bs-accordion-btn-icon-width);
margin-left: auto;
content: "";
background-image: var(--bs-accordion-btn-icon);
background-repeat: no-repeat;
background-size: var(--bs-accordion-btn-icon-width);
transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
.accordion-button::after {
transition: none;
}
}
.accordion-button:hover {
z-index: 2;
}
.accordion-button:focus {
z-index: 3;
border-color: var(--bs-accordion-btn-focus-border-color);
outline: 0;
box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-header {
margin-bottom: 0;
}
.accordion-item {
color: var(--bs-accordion-color);
background-color: var(--bs-accordion-bg);
border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
border-top-left-radius: var(--bs-accordion-border-radius);
border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
border-top-left-radius: var(--bs-accordion-inner-border-radius);
border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
border-top: 0;
}
.accordion-item:last-of-type {
border-bottom-right-radius: var(--bs-accordion-border-radius);
border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
border-bottom-right-radius: var(--bs-accordion-border-radius);
border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-body {
padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.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 {
--bs-breadcrumb-padding-x: 0;
--bs-breadcrumb-padding-y: 0;
--bs-breadcrumb-margin-bottom: 1rem;
--bs-breadcrumb-bg: ;
--bs-breadcrumb-border-radius: ;
--bs-breadcrumb-divider-color: #6c757d;
--bs-breadcrumb-item-padding-x: 0.5rem;
--bs-breadcrumb-item-active-color: #6c757d;
display: flex;
flex-wrap: wrap;
padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
margin-bottom: var(--bs-breadcrumb-margin-bottom);
font-size: var(--bs-breadcrumb-font-size);
list-style: none;
background-color: var(--bs-breadcrumb-bg);
border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
float: left;
padding-right: var(--bs-breadcrumb-item-padding-x);
color: var(--bs-breadcrumb-divider-color);
content: var(--bs-breadcrumb-divider, "/") ;
}
.breadcrumb-item.active {
color: var(--bs-breadcrumb-item-active-color);
}
.pagination {
--bs-pagination-padding-x: 0.75rem;
--bs-pagination-padding-y: 0.375rem;
--bs-pagination-font-size: 1rem;
--bs-pagination-color: var(--bs-link-color);
--bs-pagination-bg: #fff;
--bs-pagination-border-width: 1px;
--bs-pagination-border-color: #dee2e6;
--bs-pagination-border-radius: 0.375rem;
--bs-pagination-hover-color: var(--bs-link-hover-color);
--bs-pagination-hover-bg: #e9ecef;
--bs-pagination-hover-border-color: #dee2e6;
--bs-pagination-focus-color: var(--bs-link-hover-color);
--bs-pagination-focus-bg: #e9ecef;
--bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
--bs-pagination-active-color: #fff;
--bs-pagination-active-bg: #0d6efd;
--bs-pagination-active-border-color: #0d6efd;
--bs-pagination-disabled-color: #6c757d;
--bs-pagination-disabled-bg: #fff;
--bs-pagination-disabled-border-color: #dee2e6;
display: flex;
padding-left: 0;
list-style: none;
}
.page-link {
position: relative;
display: block;
padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
font-size: var(--bs-pagination-font-size);
color: var(--bs-pagination-color);
text-decoration: none;
background-color: var(--bs-pagination-bg);
border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.page-link {
transition: none;
}
}
.page-link:hover {
z-index: 2;
color: var(--bs-pagination-hover-color);
background-color: var(--bs-pagination-hover-bg);
border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
z-index: 3;
color: var(--bs-pagination-focus-color);
background-color: var(--bs-pagination-focus-bg);
outline: 0;
box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
z-index: 3;
color: var(--bs-pagination-active-color);
background-color: var(--bs-pagination-active-bg);
border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
color: var(--bs-pagination-disabled-color);
pointer-events: none;
background-color: var(--bs-pagination-disabled-bg);
border-color: var(--bs-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
margin-left: -1px;
}
.page-item:first-child .page-link {
border-top-left-radius: var(--bs-pagination-border-radius);
border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
border-top-right-radius: var(--bs-pagination-border-radius);
border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
--bs-pagination-padding-x: 1.5rem;
--bs-pagination-padding-y: 0.75rem;
--bs-pagination-font-size: 1.25rem;
--bs-pagination-border-radius: 0.5rem;
}
.pagination-sm {
--bs-pagination-padding-x: 0.5rem;
--bs-pagination-padding-y: 0.25rem;
--bs-pagination-font-size: 0.875rem;
--bs-pagination-border-radius: 0.25rem;
}
.badge {
--bs-badge-padding-x: 0.65em;
--bs-badge-padding-y: 0.35em;
--bs-badge-font-size: 0.75em;
--bs-badge-font-weight: 700;
--bs-badge-color: #fff;
--bs-badge-border-radius: 0.375rem;
display: inline-block;
padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
font-size: var(--bs-badge-font-size);
font-weight: var(--bs-badge-font-weight);
line-height: 1;
color: var(--bs-badge-color);
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: var(--bs-badge-border-radius, 0);
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.alert {
--bs-alert-bg: transparent;
--bs-alert-padding-x: 1rem;
--bs-alert-padding-y: 1rem;
--bs-alert-margin-bottom: 1rem;
--bs-alert-color: inherit;
--bs-alert-border-color: transparent;
--bs-alert-border: 1px solid var(--bs-alert-border-color);
--bs-alert-border-radius: 0.375rem;
position: relative;
padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
margin-bottom: var(--bs-alert-margin-bottom);
color: var(--bs-alert-color);
background-color: var(--bs-alert-bg);
border: var(--bs-alert-border);
border-radius: var(--bs-alert-border-radius, 0);
}
.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 {
--bs-alert-color: #084298;
--bs-alert-bg: #cfe2ff;
--bs-alert-border-color: #b6d4fe;
}
.alert-primary .alert-link {
color: #06357a;
}
.alert-secondary {
--bs-alert-color: #41464b;
--bs-alert-bg: #e2e3e5;
--bs-alert-border-color: #d3d6d8;
}
.alert-secondary .alert-link {
color: #34383c;
}
.alert-success {
--bs-alert-color: #0f5132;
--bs-alert-bg: #d1e7dd;
--bs-alert-border-color: #badbcc;
}
.alert-success .alert-link {
color: #0c4128;
}
.alert-info {
--bs-alert-color: #055160;
--bs-alert-bg: #cff4fc;
--bs-alert-border-color: #b6effb;
}
.alert-info .alert-link {
color: #04414d;
}
.alert-warning {
--bs-alert-color: #664d03;
--bs-alert-bg: #fff3cd;
--bs-alert-border-color: #ffecb5;
}
.alert-warning .alert-link {
color: #523e02;
}
.alert-danger {
--bs-alert-color: #842029;
--bs-alert-bg: #f8d7da;
--bs-alert-border-color: #f5c2c7;
}
.alert-danger .alert-link {
color: #6a1a21;
}
.alert-light {
--bs-alert-color: #636464;
--bs-alert-bg: #fefefe;
--bs-alert-border-color: #fdfdfe;
}
.alert-light .alert-link {
color: #4f5050;
}
.alert-dark {
--bs-alert-color: #141619;
--bs-alert-bg: #d3d3d4;
--bs-alert-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 {
--bs-progress-height: 1rem;
--bs-progress-font-size: 0.75rem;
--bs-progress-bg: #e9ecef;
--bs-progress-border-radius: 0.375rem;
--bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
--bs-progress-bar-color: #fff;
--bs-progress-bar-bg: #0d6efd;
--bs-progress-bar-transition: width 0.6s ease;
display: flex;
height: var(--bs-progress-height);
overflow: hidden;
font-size: var(--bs-progress-font-size);
background-color: var(--bs-progress-bg);
border-radius: var(--bs-progress-border-radius);
}
.progress-bar {
display: flex;
flex-direction: column;
justify-content: center;
overflow: hidden;
color: var(--bs-progress-bar-color);
text-align: center;
white-space: nowrap;
background-color: var(--bs-progress-bar-bg);
transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
.progress-bar {
transition: none;
}
}
.progress-bar-striped {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.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 {
--bs-list-group-color: #212529;
--bs-list-group-bg: #fff;
--bs-list-group-border-color: rgba(0, 0, 0, 0.125);
--bs-list-group-border-width: 1px;
--bs-list-group-border-radius: 0.375rem;
--bs-list-group-item-padding-x: 1rem;
--bs-list-group-item-padding-y: 0.5rem;
--bs-list-group-action-color: #495057;
--bs-list-group-action-hover-color: #495057;
--bs-list-group-action-hover-bg: #f8f9fa;
--bs-list-group-action-active-color: #212529;
--bs-list-group-action-active-bg: #e9ecef;
--bs-list-group-disabled-color: #6c757d;
--bs-list-group-disabled-bg: #fff;
--bs-list-group-active-color: #fff;
--bs-list-group-active-bg: #0d6efd;
--bs-list-group-active-border-color: #0d6efd;
display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
border-radius: var(--bs-list-group-border-radius);
}
.list-group-numbered {
list-style-type: none;
counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
content: counters(section, ".") ". ";
counter-increment: section;
}
.list-group-item-action {
width: 100%;
color: var(--bs-list-group-action-color);
text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
z-index: 1;
color: var(--bs-list-group-action-hover-color);
text-decoration: none;
background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
color: var(--bs-list-group-action-active-color);
background-color: var(--bs-list-group-action-active-bg);
}
.list-group-item {
position: relative;
display: block;
padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
color: var(--bs-list-group-color);
text-decoration: none;
background-color: var(--bs-list-group-bg);
border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.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: var(--bs-list-group-disabled-color);
pointer-events: none;
background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
z-index: 2;
color: var(--bs-list-group-active-color);
background-color: var(--bs-list-group-active-bg);
border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
border-top-width: 0;
}
.list-group-item + .list-group-item.active {
margin-top: calc(var(--bs-list-group-border-width) * -1);
border-top-width: var(--bs-list-group-border-width);
}
.list-group-horizontal {
flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
border-bottom-left-radius: var(--bs-list-group-border-radius);
border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
border-top-right-radius: var(--bs-list-group-border-radius);
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: var(--bs-list-group-border-width);
border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
margin-left: calc(var(--bs-list-group-border-width) * -1);
border-left-width: var(--bs-list-group-border-width);
}
@media (min-width: 576px) {
.list-group-horizontal-sm {
flex-direction: row;
}
.list-group-horizontal-sm > .list-group-item:first-child {
border-bottom-left-radius: var(--bs-list-group-border-radius);
border-top-right-radius: 0;
}
.list-group-horizontal-sm > .list-group-item:last-child {
border-top-right-radius: var(--bs-list-group-border-radius);
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: var(--bs-list-group-border-width);
border-left-width: 0;
}
.list-group-horizontal-sm > .list-group-item + .list-group-item.active {
margin-left: calc(var(--bs-list-group-border-width) * -1);
border-left-width: var(--bs-list-group-border-width);
}
}
@media (min-width: 768px) {
.list-group-horizontal-md {
flex-direction: row;
}
.list-group-horizontal-md > .list-group-item:first-child {
border-bottom-left-radius: var(--bs-list-group-border-radius);
border-top-right-radius: 0;
}
.list-group-horizontal-md > .list-group-item:last-child {
border-top-right-radius: var(--bs-list-group-border-radius);
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: var(--bs-list-group-border-width);
border-left-width: 0;
}
.list-group-horizontal-md > .list-group-item + .list-group-item.active {
margin-left: calc(var(--bs-list-group-border-width) * -1);
border-left-width: var(--bs-list-group-border-width);
}
}
@media (min-width: 992px) {
.list-group-horizontal-lg {
flex-direction: row;
}
.list-group-horizontal-lg > .list-group-item:first-child {
border-bottom-left-radius: var(--bs-list-group-border-radius);
border-top-right-radius: 0;
}
.list-group-horizontal-lg > .list-group-item:last-child {
border-top-right-radius: var(--bs-list-group-border-radius);
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: var(--bs-list-group-border-width);
border-left-width: 0;
}
.list-group-horizontal-lg > .list-group-item + .list-group-item.active {
margin-left: calc(var(--bs-list-group-border-width) * -1);
border-left-width: var(--bs-list-group-border-width);
}
}
@media (min-width: 1200px) {
.list-group-horizontal-xl {
flex-direction: row;
}
.list-group-horizontal-xl > .list-group-item:first-child {
border-bottom-left-radius: var(--bs-list-group-border-radius);
border-top-right-radius: 0;
}
.list-group-horizontal-xl > .list-group-item:last-child {
border-top-right-radius: var(--bs-list-group-border-radius);
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: var(--bs-list-group-border-width);
border-left-width: 0;
}
.list-group-horizontal-xl > .list-group-item + .list-group-item.active {
margin-left: calc(var(--bs-list-group-border-width) * -1);
border-left-width: var(--bs-list-group-border-width);
}
}
@media (min-width: 1400px) {
.list-group-horizontal-xxl {
flex-direction: row;
}
.list-group-horizontal-xxl > .list-group-item:first-child {
border-bottom-left-radius: var(--bs-list-group-border-radius);
border-top-right-radius: 0;
}
.list-group-horizontal-xxl > .list-group-item:last-child {
border-top-right-radius: var(--bs-list-group-border-radius);
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: var(--bs-list-group-border-width);
border-left-width: 0;
}
.list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
margin-left: calc(var(--bs-list-group-border-width) * -1);
border-left-width: var(--bs-list-group-border-width);
}
}
.list-group-flush {
border-radius: 0;
}
.list-group-flush > .list-group-item {
border-width: 0 0 var(--bs-list-group-border-width);
}
.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:hover, .list-group-item-primary.list-group-item-action:focus {
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:hover, .list-group-item-secondary.list-group-item-action:focus {
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:hover, .list-group-item-success.list-group-item-action:focus {
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:hover, .list-group-item-info.list-group-item-action:focus {
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:hover, .list-group-item-warning.list-group-item-action:focus {
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:hover, .list-group-item-danger.list-group-item-action:focus {
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:hover, .list-group-item-light.list-group-item-action:focus {
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:hover, .list-group-item-dark.list-group-item-action:focus {
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: 0.25em 0.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 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
border: 0;
border-radius: 0.375rem;
opacity: 0.5;
}
.btn-close:hover {
color: #000;
text-decoration: none;
opacity: 0.75;
}
.btn-close:focus {
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
opacity: 0.25;
}
.btn-close-white {
filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
--bs-toast-padding-x: 0.75rem;
--bs-toast-padding-y: 0.5rem;
--bs-toast-spacing: 1.5rem;
--bs-toast-max-width: 350px;
--bs-toast-font-size: 0.875rem;
--bs-toast-color: ;
--bs-toast-bg: rgba(255, 255, 255, 0.85);
--bs-toast-border-width: 1px;
--bs-toast-border-color: var(--bs-border-color-translucent);
--bs-toast-border-radius: 0.375rem;
--bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
--bs-toast-header-color: #6c757d;
--bs-toast-header-bg: rgba(255, 255, 255, 0.85);
--bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
width: var(--bs-toast-max-width);
max-width: 100%;
font-size: var(--bs-toast-font-size);
color: var(--bs-toast-color);
pointer-events: auto;
background-color: var(--bs-toast-bg);
background-clip: padding-box;
border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
box-shadow: var(--bs-toast-box-shadow);
border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
opacity: 0;
}
.toast:not(.show) {
display: none;
}
.toast-container {
position: absolute;
z-index: 1090;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
max-width: 100%;
pointer-events: none;
}
.toast-container > :not(:last-child) {
margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
display: flex;
align-items: center;
padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
color: var(--bs-toast-header-color);
background-color: var(--bs-toast-header-bg);
background-clip: padding-box;
border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
margin-right: calc(var(--bs-toast-padding-x) * -0.5);
margin-left: var(--bs-toast-padding-x);
}
.toast-body {
padding: var(--bs-toast-padding-x);
word-wrap: break-word;
}
.modal {
--bs-modal-zindex: 1055;
--bs-modal-width: 500px;
--bs-modal-padding: 1rem;
--bs-modal-margin: 0.5rem;
--bs-modal-color: ;
--bs-modal-bg: #fff;
--bs-modal-border-color: var(--bs-border-color-translucent);
--bs-modal-border-width: 1px;
--bs-modal-border-radius: 0.5rem;
--bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
--bs-modal-inner-border-radius: calc(0.5rem - 1px);
--bs-modal-header-padding-x: 1rem;
--bs-modal-header-padding-y: 1rem;
--bs-modal-header-padding: 1rem 1rem;
--bs-modal-header-border-color: var(--bs-border-color);
--bs-modal-header-border-width: 1px;
--bs-modal-title-line-height: 1.5;
--bs-modal-footer-gap: 0.5rem;
--bs-modal-footer-bg: ;
--bs-modal-footer-border-color: var(--bs-border-color);
--bs-modal-footer-border-width: 1px;
position: fixed;
top: 0;
left: 0;
z-index: var(--bs-modal-zindex);
display: none;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
outline: 0;
}
.modal-dialog {
position: relative;
width: auto;
margin: var(--bs-modal-margin);
pointer-events: none;
}
.modal.fade .modal-dialog {
transition: transform 0.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% - var(--bs-modal-margin) * 2);
}
.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% - var(--bs-modal-margin) * 2);
}
.modal-content {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
color: var(--bs-modal-color);
pointer-events: auto;
background-color: var(--bs-modal-bg);
background-clip: padding-box;
border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
border-radius: var(--bs-modal-border-radius);
outline: 0;
}
.modal-backdrop {
--bs-backdrop-zindex: 1050;
--bs-backdrop-bg: #000;
--bs-backdrop-opacity: 0.5;
position: fixed;
top: 0;
left: 0;
z-index: var(--bs-backdrop-zindex);
width: 100vw;
height: 100vh;
background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop.show {
opacity: var(--bs-backdrop-opacity);
}
.modal-header {
display: flex;
flex-shrink: 0;
align-items: center;
justify-content: space-between;
padding: var(--bs-modal-header-padding);
border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
border-top-left-radius: var(--bs-modal-inner-border-radius);
border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
margin: calc(var(--bs-modal-header-padding-y) * -0.5) calc(var(--bs-modal-header-padding-x) * -0.5) calc(var(--bs-modal-header-padding-y) * -0.5) auto;
}
.modal-title {
margin-bottom: 0;
line-height: var(--bs-modal-title-line-height);
}
.modal-body {
position: relative;
flex: 1 1 auto;
padding: var(--bs-modal-padding);
}
.modal-footer {
display: flex;
flex-shrink: 0;
flex-wrap: wrap;
align-items: center;
justify-content: flex-end;
padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
background-color: var(--bs-modal-footer-bg);
border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
border-bottom-right-radius: var(--bs-modal-inner-border-radius);
border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
.modal {
--bs-modal-margin: 1.75rem;
--bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.modal-dialog {
max-width: var(--bs-modal-width);
margin-right: auto;
margin-left: auto;
}
.modal-sm {
--bs-modal-width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg,
.modal-xl {
--bs-modal-width: 800px;
}
}
@media (min-width: 1200px) {
.modal-xl {
--bs-modal-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,
.modal-fullscreen .modal-footer {
border-radius: 0;
}
.modal-fullscreen .modal-body {
overflow-y: auto;
}
@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,
.modal-fullscreen-sm-down .modal-footer {
border-radius: 0;
}
.modal-fullscreen-sm-down .modal-body {
overflow-y: auto;
}
}
@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,
.modal-fullscreen-md-down .modal-footer {
border-radius: 0;
}
.modal-fullscreen-md-down .modal-body {
overflow-y: auto;
}
}
@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,
.modal-fullscreen-lg-down .modal-footer {
border-radius: 0;
}
.modal-fullscreen-lg-down .modal-body {
overflow-y: auto;
}
}
@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,
.modal-fullscreen-xl-down .modal-footer {
border-radius: 0;
}
.modal-fullscreen-xl-down .modal-body {
overflow-y: auto;
}
}
@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,
.modal-fullscreen-xxl-down .modal-footer {
border-radius: 0;
}
.modal-fullscreen-xxl-down .modal-body {
overflow-y: auto;
}
}
.tooltip {
--bs-tooltip-zindex: 1080;
--bs-tooltip-max-width: 200px;
--bs-tooltip-padding-x: 0.5rem;
--bs-tooltip-padding-y: 0.25rem;
--bs-tooltip-margin: ;
--bs-tooltip-font-size: 0.875rem;
--bs-tooltip-color: #fff;
--bs-tooltip-bg: #000;
--bs-tooltip-border-radius: 0.375rem;
--bs-tooltip-opacity: 0.9;
--bs-tooltip-arrow-width: 0.8rem;
--bs-tooltip-arrow-height: 0.4rem;
z-index: var(--bs-tooltip-zindex);
display: block;
padding: var(--bs-tooltip-arrow-height);
margin: var(--bs-tooltip-margin);
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;
white-space: normal;
word-spacing: normal;
line-break: auto;
font-size: var(--bs-tooltip-font-size);
word-wrap: break-word;
opacity: 0;
}
.tooltip.show {
opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
display: block;
width: var(--bs-tooltip-arrow-width);
height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
top: -1px;
border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
border-top-color: var(--bs-tooltip-bg);
} .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
left: 0;
width: var(--bs-tooltip-arrow-height);
height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
right: -1px;
border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
border-right-color: var(--bs-tooltip-bg);
} .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
bottom: -1px;
border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
border-bottom-color: var(--bs-tooltip-bg);
} .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
right: 0;
width: var(--bs-tooltip-arrow-height);
height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
left: -1px;
border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
border-left-color: var(--bs-tooltip-bg);
} .tooltip-inner {
max-width: var(--bs-tooltip-max-width);
padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
color: var(--bs-tooltip-color);
text-align: center;
background-color: var(--bs-tooltip-bg);
border-radius: var(--bs-tooltip-border-radius, 0);
}
.popover {
--bs-popover-zindex: 1070;
--bs-popover-max-width: 276px;
--bs-popover-font-size: 0.875rem;
--bs-popover-bg: #fff;
--bs-popover-border-width: 1px;
--bs-popover-border-color: var(--bs-border-color-translucent);
--bs-popover-border-radius: 0.5rem;
--bs-popover-inner-border-radius: calc(0.5rem - 1px);
--bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
--bs-popover-header-padding-x: 1rem;
--bs-popover-header-padding-y: 0.5rem;
--bs-popover-header-font-size: 1rem;
--bs-popover-header-color: var(--bs-heading-color);
--bs-popover-header-bg: #f0f0f0;
--bs-popover-body-padding-x: 1rem;
--bs-popover-body-padding-y: 1rem;
--bs-popover-body-color: #212529;
--bs-popover-arrow-width: 1rem;
--bs-popover-arrow-height: 0.5rem;
--bs-popover-arrow-border: var(--bs-popover-border-color);
z-index: var(--bs-popover-zindex);
display: block;
max-width: var(--bs-popover-max-width);
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;
white-space: normal;
word-spacing: normal;
line-break: auto;
font-size: var(--bs-popover-font-size);
word-wrap: break-word;
background-color: var(--bs-popover-bg);
background-clip: padding-box;
border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
display: block;
width: var(--bs-popover-arrow-width);
height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid;
border-width: 0;
}
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
bottom: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
bottom: 0;
border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
bottom: var(--bs-popover-border-width);
border-top-color: var(--bs-popover-bg);
} .bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
left: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
width: var(--bs-popover-arrow-height);
height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
left: 0;
border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
left: var(--bs-popover-border-width);
border-right-color: var(--bs-popover-bg);
} .bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
top: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
top: 0;
border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
top: var(--bs-popover-border-width);
border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: var(--bs-popover-arrow-width);
margin-left: calc(var(--bs-popover-arrow-width) * -0.5);
content: "";
border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
} .bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
right: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
width: var(--bs-popover-arrow-height);
height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
right: 0;
border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
right: var(--bs-popover-border-width);
border-left-color: var(--bs-popover-bg);
} .popover-header {
padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
margin-bottom: 0;
font-size: var(--bs-popover-header-font-size);
color: var(--bs-popover-header-color);
background-color: var(--bs-popover-header-bg);
border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
border-top-left-radius: var(--bs-popover-inner-border-radius);
border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
display: none;
}
.popover-body {
padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
color: var(--bs-popover-body-color);
}
.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 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.carousel-item {
transition: none;
}
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
display: block;
} .carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
transform: translateX(-100%);
} .carousel-fade .carousel-item {
opacity: 0;
transition-property: opacity;
transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
z-index: 1;
opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
z-index: 0;
opacity: 0;
transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
transition: none;
}
}
.carousel-control-prev,
.carousel-control-next {
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: none;
border: 0;
opacity: 0.5;
transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
.carousel-control-prev,
.carousel-control-next {
transition: none;
}
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
color: #fff;
text-decoration: none;
outline: 0;
opacity: 0.9;
}
.carousel-control-prev {
left: 0;
}
.carousel-control-next {
right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-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: 0.5;
transition: opacity 0.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-prev-icon,
.carousel-dark .carousel-control-next-icon {
filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
background-color: #000;
}
.carousel-dark .carousel-caption {
color: #000;
}
.spinner-grow,
.spinner-border {
display: inline-block;
width: var(--bs-spinner-width);
height: var(--bs-spinner-height);
vertical-align: var(--bs-spinner-vertical-align);
border-radius: 50%;
-webkit-animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@-webkit-keyframes spinner-border {
to {
transform: rotate(360deg) ;
}
}
@keyframes spinner-border {
to {
transform: rotate(360deg) ;
}
}
.spinner-border {
--bs-spinner-width: 2rem;
--bs-spinner-height: 2rem;
--bs-spinner-vertical-align: -0.125em;
--bs-spinner-border-width: 0.25em;
--bs-spinner-animation-speed: 0.75s;
--bs-spinner-animation-name: spinner-border;
border: var(--bs-spinner-border-width) solid currentcolor;
border-right-color: transparent;
}
.spinner-border-sm {
--bs-spinner-width: 1rem;
--bs-spinner-height: 1rem;
--bs-spinner-border-width: 0.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 {
--bs-spinner-width: 2rem;
--bs-spinner-height: 2rem;
--bs-spinner-vertical-align: -0.125em;
--bs-spinner-animation-speed: 0.75s;
--bs-spinner-animation-name: spinner-grow;
background-color: currentcolor;
opacity: 0;
}
.spinner-grow-sm {
--bs-spinner-width: 1rem;
--bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
.spinner-border,
.spinner-grow {
--bs-spinner-animation-speed: 1.5s;
}
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
--bs-offcanvas-width: 400px;
--bs-offcanvas-height: 30vh;
--bs-offcanvas-padding-x: 1rem;
--bs-offcanvas-padding-y: 1rem;
--bs-offcanvas-color: ;
--bs-offcanvas-bg: #fff;
--bs-offcanvas-border-width: 1px;
--bs-offcanvas-border-color: var(--bs-border-color-translucent);
--bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
@media (max-width: 575.98px) {
.offcanvas-sm {
position: fixed;
bottom: 0;
z-index: 1045;
display: flex;
flex-direction: column;
max-width: 100%;
color: var(--bs-offcanvas-color);
visibility: hidden;
background-color: var(--bs-offcanvas-bg);
background-clip: padding-box;
outline: 0;
transition: transform 0.3s ease-in-out;
}
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
.offcanvas-sm {
transition: none;
}
}
@media (max-width: 575.98px) {
.offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
transform: none;
}
}
@media (max-width: 575.98px) {
.offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
visibility: visible;
}
}
@media (max-width: 575.98px) {
.offcanvas-sm.offcanvas-start {
top: 0;
left: 0;
width: var(--bs-offcanvas-width);
border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(-100%);
}
}
@media (max-width: 575.98px) {
.offcanvas-sm.offcanvas-end {
top: 0;
right: 0;
width: var(--bs-offcanvas-width);
border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(100%);
}
}
@media (max-width: 575.98px) {
.offcanvas-sm.offcanvas-top {
top: 0;
right: 0;
left: 0;
height: var(--bs-offcanvas-height);
max-height: 100%;
border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(-100%);
}
}
@media (max-width: 575.98px) {
.offcanvas-sm.offcanvas-bottom {
right: 0;
left: 0;
height: var(--bs-offcanvas-height);
max-height: 100%;
border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(100%);
}
}
@media (min-width: 576px) {
.offcanvas-sm {
--bs-offcanvas-height: auto;
--bs-offcanvas-border-width: 0;
background-color: transparent !important;
}
.offcanvas-sm .offcanvas-header {
display: none;
}
.offcanvas-sm .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
background-color: transparent !important;
}
}
@media (max-width: 767.98px) {
.offcanvas-md {
position: fixed;
bottom: 0;
z-index: 1045;
display: flex;
flex-direction: column;
max-width: 100%;
color: var(--bs-offcanvas-color);
visibility: hidden;
background-color: var(--bs-offcanvas-bg);
background-clip: padding-box;
outline: 0;
transition: transform 0.3s ease-in-out;
}
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
.offcanvas-md {
transition: none;
}
}
@media (max-width: 767.98px) {
.offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
transform: none;
}
}
@media (max-width: 767.98px) {
.offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
visibility: visible;
}
}
@media (max-width: 767.98px) {
.offcanvas-md.offcanvas-start {
top: 0;
left: 0;
width: var(--bs-offcanvas-width);
border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(-100%);
}
}
@media (max-width: 767.98px) {
.offcanvas-md.offcanvas-end {
top: 0;
right: 0;
width: var(--bs-offcanvas-width);
border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(100%);
}
}
@media (max-width: 767.98px) {
.offcanvas-md.offcanvas-top {
top: 0;
right: 0;
left: 0;
height: var(--bs-offcanvas-height);
max-height: 100%;
border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(-100%);
}
}
@media (max-width: 767.98px) {
.offcanvas-md.offcanvas-bottom {
right: 0;
left: 0;
height: var(--bs-offcanvas-height);
max-height: 100%;
border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(100%);
}
}
@media (min-width: 768px) {
.offcanvas-md {
--bs-offcanvas-height: auto;
--bs-offcanvas-border-width: 0;
background-color: transparent !important;
}
.offcanvas-md .offcanvas-header {
display: none;
}
.offcanvas-md .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
background-color: transparent !important;
}
}
@media (max-width: 991.98px) {
.offcanvas-lg {
position: fixed;
bottom: 0;
z-index: 1045;
display: flex;
flex-direction: column;
max-width: 100%;
color: var(--bs-offcanvas-color);
visibility: hidden;
background-color: var(--bs-offcanvas-bg);
background-clip: padding-box;
outline: 0;
transition: transform 0.3s ease-in-out;
}
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
.offcanvas-lg {
transition: none;
}
}
@media (max-width: 991.98px) {
.offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
transform: none;
}
}
@media (max-width: 991.98px) {
.offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
visibility: visible;
}
}
@media (max-width: 991.98px) {
.offcanvas-lg.offcanvas-start {
top: 0;
left: 0;
width: var(--bs-offcanvas-width);
border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(-100%);
}
}
@media (max-width: 991.98px) {
.offcanvas-lg.offcanvas-end {
top: 0;
right: 0;
width: var(--bs-offcanvas-width);
border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(100%);
}
}
@media (max-width: 991.98px) {
.offcanvas-lg.offcanvas-top {
top: 0;
right: 0;
left: 0;
height: var(--bs-offcanvas-height);
max-height: 100%;
border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(-100%);
}
}
@media (max-width: 991.98px) {
.offcanvas-lg.offcanvas-bottom {
right: 0;
left: 0;
height: var(--bs-offcanvas-height);
max-height: 100%;
border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(100%);
}
}
@media (min-width: 992px) {
.offcanvas-lg {
--bs-offcanvas-height: auto;
--bs-offcanvas-border-width: 0;
background-color: transparent !important;
}
.offcanvas-lg .offcanvas-header {
display: none;
}
.offcanvas-lg .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
background-color: transparent !important;
}
}
@media (max-width: 1199.98px) {
.offcanvas-xl {
position: fixed;
bottom: 0;
z-index: 1045;
display: flex;
flex-direction: column;
max-width: 100%;
color: var(--bs-offcanvas-color);
visibility: hidden;
background-color: var(--bs-offcanvas-bg);
background-clip: padding-box;
outline: 0;
transition: transform 0.3s ease-in-out;
}
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
.offcanvas-xl {
transition: none;
}
}
@media (max-width: 1199.98px) {
.offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
transform: none;
}
}
@media (max-width: 1199.98px) {
.offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
visibility: visible;
}
}
@media (max-width: 1199.98px) {
.offcanvas-xl.offcanvas-start {
top: 0;
left: 0;
width: var(--bs-offcanvas-width);
border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(-100%);
}
}
@media (max-width: 1199.98px) {
.offcanvas-xl.offcanvas-end {
top: 0;
right: 0;
width: var(--bs-offcanvas-width);
border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(100%);
}
}
@media (max-width: 1199.98px) {
.offcanvas-xl.offcanvas-top {
top: 0;
right: 0;
left: 0;
height: var(--bs-offcanvas-height);
max-height: 100%;
border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(-100%);
}
}
@media (max-width: 1199.98px) {
.offcanvas-xl.offcanvas-bottom {
right: 0;
left: 0;
height: var(--bs-offcanvas-height);
max-height: 100%;
border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(100%);
}
}
@media (min-width: 1200px) {
.offcanvas-xl {
--bs-offcanvas-height: auto;
--bs-offcanvas-border-width: 0;
background-color: transparent !important;
}
.offcanvas-xl .offcanvas-header {
display: none;
}
.offcanvas-xl .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
background-color: transparent !important;
}
}
@media (max-width: 1399.98px) {
.offcanvas-xxl {
position: fixed;
bottom: 0;
z-index: 1045;
display: flex;
flex-direction: column;
max-width: 100%;
color: var(--bs-offcanvas-color);
visibility: hidden;
background-color: var(--bs-offcanvas-bg);
background-clip: padding-box;
outline: 0;
transition: transform 0.3s ease-in-out;
}
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
.offcanvas-xxl {
transition: none;
}
}
@media (max-width: 1399.98px) {
.offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
transform: none;
}
}
@media (max-width: 1399.98px) {
.offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
visibility: visible;
}
}
@media (max-width: 1399.98px) {
.offcanvas-xxl.offcanvas-start {
top: 0;
left: 0;
width: var(--bs-offcanvas-width);
border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(-100%);
}
}
@media (max-width: 1399.98px) {
.offcanvas-xxl.offcanvas-end {
top: 0;
right: 0;
width: var(--bs-offcanvas-width);
border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(100%);
}
}
@media (max-width: 1399.98px) {
.offcanvas-xxl.offcanvas-top {
top: 0;
right: 0;
left: 0;
height: var(--bs-offcanvas-height);
max-height: 100%;
border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(-100%);
}
}
@media (max-width: 1399.98px) {
.offcanvas-xxl.offcanvas-bottom {
right: 0;
left: 0;
height: var(--bs-offcanvas-height);
max-height: 100%;
border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(100%);
}
}
@media (min-width: 1400px) {
.offcanvas-xxl {
--bs-offcanvas-height: auto;
--bs-offcanvas-border-width: 0;
background-color: transparent !important;
}
.offcanvas-xxl .offcanvas-header {
display: none;
}
.offcanvas-xxl .offcanvas-body {
display: flex;
flex-grow: 0;
padding: 0;
overflow-y: visible;
background-color: transparent !important;
}
}
.offcanvas {
position: fixed;
bottom: 0;
z-index: 1045;
display: flex;
flex-direction: column;
max-width: 100%;
color: var(--bs-offcanvas-color);
visibility: hidden;
background-color: var(--bs-offcanvas-bg);
background-clip: padding-box;
outline: 0;
transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.offcanvas {
transition: none;
}
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
visibility: visible;
}
.offcanvas.offcanvas-start {
top: 0;
left: 0;
width: var(--bs-offcanvas-width);
border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
top: 0;
right: 0;
width: var(--bs-offcanvas-width);
border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateX(100%);
}
.offcanvas.offcanvas-top {
top: 0;
right: 0;
left: 0;
height: var(--bs-offcanvas-height);
max-height: 100%;
border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
right: 0;
left: 0;
height: var(--bs-offcanvas-height);
max-height: 100%;
border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(100%);
}
.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: 0.5;
}
.offcanvas-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
margin-top: calc(var(--bs-offcanvas-padding-y) * -0.5);
margin-right: calc(var(--bs-offcanvas-padding-x) * -0.5);
margin-bottom: calc(var(--bs-offcanvas-padding-y) * -0.5);
}
.offcanvas-title {
margin-bottom: 0;
line-height: 1.5;
}
.offcanvas-body {
flex-grow: 1;
padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
overflow-y: auto;
}
.placeholder {
display: inline-block;
min-height: 1em;
vertical-align: middle;
cursor: wait;
background-color: currentcolor;
opacity: 0.5;
}
.placeholder.btn::before {
display: inline-block;
content: "";
}
.placeholder-xs {
min-height: 0.6em;
}
.placeholder-sm {
min-height: 0.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: 0.2;
}
}
@keyframes placeholder-glow {
50% {
opacity: 0.2;
}
}
.placeholder-wave {
-webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
mask-image: linear-gradient(130deg, #000 55%, rgba(0, 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: "";
}
.text-bg-primary {
color: #fff !important;
background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-secondary {
color: #fff !important;
background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-success {
color: #fff !important;
background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-info {
color: #000 !important;
background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-warning {
color: #000 !important;
background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-danger {
color: #fff !important;
background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-light {
color: #000 !important;
background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-dark {
color: #fff !important;
background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}
.link-primary {
color: #0d6efd !important;
}
.link-primary:hover, .link-primary:focus {
color: #0a58ca !important;
}
.link-secondary {
color: #6c757d !important;
}
.link-secondary:hover, .link-secondary:focus {
color: #565e64 !important;
}
.link-success {
color: #198754 !important;
}
.link-success:hover, .link-success:focus {
color: #146c43 !important;
}
.link-info {
color: #0dcaf0 !important;
}
.link-info:hover, .link-info:focus {
color: #3dd5f3 !important;
}
.link-warning {
color: #ffc107 !important;
}
.link-warning:hover, .link-warning:focus {
color: #ffcd39 !important;
}
.link-danger {
color: #dc3545 !important;
}
.link-danger:hover, .link-danger:focus {
color: #b02a37 !important;
}
.link-light {
color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
color: #f9fafb !important;
}
.link-dark {
color: #212529 !important;
}
.link-dark:hover, .link-dark:focus {
color: #1a1e21 !important;
}
.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;
}
.sticky-bottom {
position: -webkit-sticky;
position: sticky;
bottom: 0;
z-index: 1020;
}
@media (min-width: 576px) {
.sticky-sm-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
.sticky-sm-bottom {
position: -webkit-sticky;
position: sticky;
bottom: 0;
z-index: 1020;
}
}
@media (min-width: 768px) {
.sticky-md-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
.sticky-md-bottom {
position: -webkit-sticky;
position: sticky;
bottom: 0;
z-index: 1020;
}
}
@media (min-width: 992px) {
.sticky-lg-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
.sticky-lg-bottom {
position: -webkit-sticky;
position: sticky;
bottom: 0;
z-index: 1020;
}
}
@media (min-width: 1200px) {
.sticky-xl-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
.sticky-xl-bottom {
position: -webkit-sticky;
position: sticky;
bottom: 0;
z-index: 1020;
}
}
@media (min-width: 1400px) {
.sticky-xxl-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
.sticky-xxl-bottom {
position: -webkit-sticky;
position: sticky;
bottom: 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: 0.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: 0.25 !important;
}
.opacity-50 {
opacity: 0.5 !important;
}
.opacity-75 {
opacity: 0.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 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
box-shadow: 0 1rem 3rem rgba(0, 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: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
border: 0 !important;
}
.border-top {
border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
border-top: 0 !important;
}
.border-end {
border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
border-right: 0 !important;
}
.border-bottom {
border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
border-bottom: 0 !important;
}
.border-start {
border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
border-left: 0 !important;
}
.border-primary {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-info {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-1 {
--bs-border-width: 1px;
}
.border-2 {
--bs-border-width: 2px;
}
.border-3 {
--bs-border-width: 3px;
}
.border-4 {
--bs-border-width: 4px;
}
.border-5 {
--bs-border-width: 5px;
}
.border-opacity-10 {
--bs-border-opacity: 0.1;
}
.border-opacity-25 {
--bs-border-opacity: 0.25;
}
.border-opacity-50 {
--bs-border-opacity: 0.5;
}
.border-opacity-75 {
--bs-border-opacity: 0.75;
}
.border-opacity-100 {
--bs-border-opacity: 1;
}
.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;
}
.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: 0.25rem !important;
}
.m-2 {
margin: 0.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: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-2 {
margin-right: 0.5rem !important;
margin-left: 0.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: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.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: 0.25rem !important;
}
.mt-2 {
margin-top: 0.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: 0.25rem !important;
}
.me-2 {
margin-right: 0.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: 0.25rem !important;
}
.mb-2 {
margin-bottom: 0.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: 0.25rem !important;
}
.ms-2 {
margin-left: 0.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: 0.25rem !important;
}
.p-2 {
padding: 0.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: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-2 {
padding-right: 0.5rem !important;
padding-left: 0.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: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.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: 0.25rem !important;
}
.pt-2 {
padding-top: 0.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: 0.25rem !important;
}
.pe-2 {
padding-right: 0.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: 0.25rem !important;
}
.pb-2 {
padding-bottom: 0.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: 0.25rem !important;
}
.ps-2 {
padding-left: 0.5rem !important;
}
.ps-3 {
padding-left: 1rem !important;
}
.ps-4 {
padding-left: 1.5rem !important;
}
.ps-5 {
padding-left: 3rem !important;
}
.gap-0 {
gap: 0 !important;
}
.gap-1 {
gap: 0.25rem !important;
}
.gap-2 {
gap: 0.5rem !important;
}
.gap-3 {
gap: 1rem !important;
}
.gap-4 {
gap: 1.5rem !important;
}
.gap-5 {
gap: 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 + 0.9vw) !important;
}
.fs-3 {
font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
font-size: calc(1.275rem + 0.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-semibold {
font-weight: 600 !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;
color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
--bs-text-opacity: 1;
color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
--bs-text-opacity: 1;
color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
--bs-text-opacity: 1;
color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
--bs-text-opacity: 1;
color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
--bs-text-opacity: 1;
color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
--bs-text-opacity: 1;
color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
--bs-text-opacity: 1;
color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
--bs-text-opacity: 1;
color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
--bs-text-opacity: 1;
color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
--bs-text-opacity: 1;
color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
--bs-text-opacity: 1;
color: rgba(var(--bs-body-color-rgb), 0.75) !important;
}
.text-black-50 {
--bs-text-opacity: 1;
color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
--bs-text-opacity: 1;
color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
--bs-text-opacity: 1;
color: inherit !important;
}
.text-opacity-25 {
--bs-text-opacity: 0.25;
}
.text-opacity-50 {
--bs-text-opacity: 0.5;
}
.text-opacity-75 {
--bs-text-opacity: 0.75;
}
.text-opacity-100 {
--bs-text-opacity: 1;
}
.bg-primary {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
--bs-bg-opacity: 1;
background-color: transparent !important;
}
.bg-opacity-10 {
--bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
--bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
--bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
--bs-bg-opacity: 0.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: var(--bs-border-radius) !important;
}
.rounded-0 {
border-radius: 0 !important;
}
.rounded-1 {
border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
border-radius: var(--bs-border-radius-2xl) !important;
}
.rounded-circle {
border-radius: 50% !important;
}
.rounded-pill {
border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
border-top-left-radius: var(--bs-border-radius) !important;
border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-end {
border-top-right-radius: var(--bs-border-radius) !important;
border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-bottom {
border-bottom-right-radius: var(--bs-border-radius) !important;
border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-start {
border-bottom-left-radius: var(--bs-border-radius) !important;
border-top-left-radius: var(--bs-border-radius) !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;
}
.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: 0.25rem !important;
}
.m-sm-2 {
margin: 0.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: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-sm-2 {
margin-right: 0.5rem !important;
margin-left: 0.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: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-sm-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.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: 0.25rem !important;
}
.mt-sm-2 {
margin-top: 0.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: 0.25rem !important;
}
.me-sm-2 {
margin-right: 0.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: 0.25rem !important;
}
.mb-sm-2 {
margin-bottom: 0.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: 0.25rem !important;
}
.ms-sm-2 {
margin-left: 0.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: 0.25rem !important;
}
.p-sm-2 {
padding: 0.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: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-sm-2 {
padding-right: 0.5rem !important;
padding-left: 0.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: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-sm-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.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: 0.25rem !important;
}
.pt-sm-2 {
padding-top: 0.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: 0.25rem !important;
}
.pe-sm-2 {
padding-right: 0.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: 0.25rem !important;
}
.pb-sm-2 {
padding-bottom: 0.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: 0.25rem !important;
}
.ps-sm-2 {
padding-left: 0.5rem !important;
}
.ps-sm-3 {
padding-left: 1rem !important;
}
.ps-sm-4 {
padding-left: 1.5rem !important;
}
.ps-sm-5 {
padding-left: 3rem !important;
}
.gap-sm-0 {
gap: 0 !important;
}
.gap-sm-1 {
gap: 0.25rem !important;
}
.gap-sm-2 {
gap: 0.5rem !important;
}
.gap-sm-3 {
gap: 1rem !important;
}
.gap-sm-4 {
gap: 1.5rem !important;
}
.gap-sm-5 {
gap: 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;
}
.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: 0.25rem !important;
}
.m-md-2 {
margin: 0.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: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-md-2 {
margin-right: 0.5rem !important;
margin-left: 0.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: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-md-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.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: 0.25rem !important;
}
.mt-md-2 {
margin-top: 0.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: 0.25rem !important;
}
.me-md-2 {
margin-right: 0.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: 0.25rem !important;
}
.mb-md-2 {
margin-bottom: 0.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: 0.25rem !important;
}
.ms-md-2 {
margin-left: 0.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: 0.25rem !important;
}
.p-md-2 {
padding: 0.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: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-md-2 {
padding-right: 0.5rem !important;
padding-left: 0.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: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-md-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.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: 0.25rem !important;
}
.pt-md-2 {
padding-top: 0.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: 0.25rem !important;
}
.pe-md-2 {
padding-right: 0.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: 0.25rem !important;
}
.pb-md-2 {
padding-bottom: 0.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: 0.25rem !important;
}
.ps-md-2 {
padding-left: 0.5rem !important;
}
.ps-md-3 {
padding-left: 1rem !important;
}
.ps-md-4 {
padding-left: 1.5rem !important;
}
.ps-md-5 {
padding-left: 3rem !important;
}
.gap-md-0 {
gap: 0 !important;
}
.gap-md-1 {
gap: 0.25rem !important;
}
.gap-md-2 {
gap: 0.5rem !important;
}
.gap-md-3 {
gap: 1rem !important;
}
.gap-md-4 {
gap: 1.5rem !important;
}
.gap-md-5 {
gap: 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;
}
.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: 0.25rem !important;
}
.m-lg-2 {
margin: 0.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: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-lg-2 {
margin-right: 0.5rem !important;
margin-left: 0.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: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-lg-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.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: 0.25rem !important;
}
.mt-lg-2 {
margin-top: 0.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: 0.25rem !important;
}
.me-lg-2 {
margin-right: 0.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: 0.25rem !important;
}
.mb-lg-2 {
margin-bottom: 0.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: 0.25rem !important;
}
.ms-lg-2 {
margin-left: 0.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: 0.25rem !important;
}
.p-lg-2 {
padding: 0.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: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-lg-2 {
padding-right: 0.5rem !important;
padding-left: 0.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: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-lg-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.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: 0.25rem !important;
}
.pt-lg-2 {
padding-top: 0.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: 0.25rem !important;
}
.pe-lg-2 {
padding-right: 0.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: 0.25rem !important;
}
.pb-lg-2 {
padding-bottom: 0.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: 0.25rem !important;
}
.ps-lg-2 {
padding-left: 0.5rem !important;
}
.ps-lg-3 {
padding-left: 1rem !important;
}
.ps-lg-4 {
padding-left: 1.5rem !important;
}
.ps-lg-5 {
padding-left: 3rem !important;
}
.gap-lg-0 {
gap: 0 !important;
}
.gap-lg-1 {
gap: 0.25rem !important;
}
.gap-lg-2 {
gap: 0.5rem !important;
}
.gap-lg-3 {
gap: 1rem !important;
}
.gap-lg-4 {
gap: 1.5rem !important;
}
.gap-lg-5 {
gap: 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;
}
.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: 0.25rem !important;
}
.m-xl-2 {
margin: 0.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: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-xl-2 {
margin-right: 0.5rem !important;
margin-left: 0.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: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-xl-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.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: 0.25rem !important;
}
.mt-xl-2 {
margin-top: 0.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: 0.25rem !important;
}
.me-xl-2 {
margin-right: 0.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: 0.25rem !important;
}
.mb-xl-2 {
margin-bottom: 0.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: 0.25rem !important;
}
.ms-xl-2 {
margin-left: 0.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: 0.25rem !important;
}
.p-xl-2 {
padding: 0.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: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-xl-2 {
padding-right: 0.5rem !important;
padding-left: 0.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: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-xl-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.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: 0.25rem !important;
}
.pt-xl-2 {
padding-top: 0.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: 0.25rem !important;
}
.pe-xl-2 {
padding-right: 0.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: 0.25rem !important;
}
.pb-xl-2 {
padding-bottom: 0.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: 0.25rem !important;
}
.ps-xl-2 {
padding-left: 0.5rem !important;
}
.ps-xl-3 {
padding-left: 1rem !important;
}
.ps-xl-4 {
padding-left: 1.5rem !important;
}
.ps-xl-5 {
padding-left: 3rem !important;
}
.gap-xl-0 {
gap: 0 !important;
}
.gap-xl-1 {
gap: 0.25rem !important;
}
.gap-xl-2 {
gap: 0.5rem !important;
}
.gap-xl-3 {
gap: 1rem !important;
}
.gap-xl-4 {
gap: 1.5rem !important;
}
.gap-xl-5 {
gap: 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;
}
.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: 0.25rem !important;
}
.m-xxl-2 {
margin: 0.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: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-xxl-2 {
margin-right: 0.5rem !important;
margin-left: 0.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: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-xxl-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.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: 0.25rem !important;
}
.mt-xxl-2 {
margin-top: 0.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: 0.25rem !important;
}
.me-xxl-2 {
margin-right: 0.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: 0.25rem !important;
}
.mb-xxl-2 {
margin-bottom: 0.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: 0.25rem !important;
}
.ms-xxl-2 {
margin-left: 0.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: 0.25rem !important;
}
.p-xxl-2 {
padding: 0.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: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-xxl-2 {
padding-right: 0.5rem !important;
padding-left: 0.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: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-xxl-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.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: 0.25rem !important;
}
.pt-xxl-2 {
padding-top: 0.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: 0.25rem !important;
}
.pe-xxl-2 {
padding-right: 0.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: 0.25rem !important;
}
.pb-xxl-2 {
padding-bottom: 0.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: 0.25rem !important;
}
.ps-xxl-2 {
padding-left: 0.5rem !important;
}
.ps-xxl-3 {
padding-left: 1rem !important;
}
.ps-xxl-4 {
padding-left: 1.5rem !important;
}
.ps-xxl-5 {
padding-left: 3rem !important;
}
.gap-xxl-0 {
gap: 0 !important;
}
.gap-xxl-1 {
gap: 0.25rem !important;
}
.gap-xxl-2 {
gap: 0.5rem !important;
}
.gap-xxl-3 {
gap: 1rem !important;
}
.gap-xxl-4 {
gap: 1.5rem !important;
}
.gap-xxl-5 {
gap: 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: "flaticon";
src: url(//www.honsberg.de/wp-content/themes/immiland/assets/fonts/flaticon.ttf?90fa886e53c8da876efcadf463a33b44) format("truetype"),
url(//www.honsberg.de/wp-content/themes/immiland/assets/fonts/flaticon.woff?90fa886e53c8da876efcadf463a33b44) format("woff"),
url(//www.honsberg.de/wp-content/themes/immiland/assets/fonts/flaticon.woff2?90fa886e53c8da876efcadf463a33b44) format("woff2"),
url(//www.honsberg.de/wp-content/themes/immiland/assets/fonts/flaticon.eot?90fa886e53c8da876efcadf463a33b44#iefix) format("embedded-opentype"),
url(//www.honsberg.de/wp-content/themes/immiland/assets/fonts/flaticon.svg?90fa886e53c8da876efcadf463a33b44#flaticon_) format("svg");
} @font-face {
src: url(//www.honsberg.de/wp-content/themes/immiland/assets/fonts/flaticon.ttf) format("truetype"),
url(//www.honsberg.de/wp-content/themes/immiland/assets/fonts/flaticon.woff) format("woff"),
url(//www.honsberg.de/wp-content/themes/immiland/assets/fonts/flaticon.woff) format("woff2"),
url(//www.honsberg.de/wp-content/themes/immiland/assets/fonts/flaticon.eot) format("embedded-opentype"),
url(//www.honsberg.de/wp-content/themes/immiland/assets/fonts/flaticon.svg) format("svg");
}
i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
font-family: flaticon !important;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.flaticon-certificate:before {
content: "\f101";
}
.flaticon-exam:before {
content: "\f102";
}
.flaticon-open-book:before {
content: "\f103";
}
.flaticon-exam-1:before {
content: "\f104";
}
.flaticon-coach:before {
content: "\f105";
}
.flaticon-online-registration:before {
content: "\f106";
}
.flaticon-security:before {
content: "\f107";
}
.flaticon-like:before {
content: "\f108";
}
.flaticon-working:before {
content: "\f109";
}
.flaticon-technical-support:before {
content: "\f10a";
}
.flaticon-tour:before {
content: "\f10b";
}
.flaticon-open-book-1:before {
content: "\f10c";
}
.flaticon-down-arrow:before {
content: "\f10d";
}
.flaticon-email:before {
content: "\f10e";
}
.flaticon-location:before {
content: "\f10f";
}
.flaticon-phone-call:before {
content: "\f110";
}
.flaticon-tag:before {
content: "\f111";
}
.flaticon-calendar:before {
content: "\f112";
}
.flaticon-right-arrow-angle:before {
content: "\f113";
}
.flaticon-targeting:before {
content: "\f114";
}
.flaticon-mission:before {
content: "\f115";
}
.flaticon-graduating-student:before {
content: "\f116";
}
.flaticon-analytics:before {
content: "\f117";
}
.flaticon-passport:before {
content: "\f118";
}
.flaticon-licensing:before {
content: "\f119";
}
.flaticon-task-list:before {
content: "\f11a";
}
.flaticon-placeholder:before {
content: "\f11b";
}
.flaticon-email-1:before {
content: "\f11c";
}
.flaticon-information:before {
content: "\f11d";
}
.flaticon-sharing-content:before {
content: "\f11e";
}
.flaticon-promotion:before {
content: "\f11f";
}
.flaticon-online-recruitment:before {
content: "\f120";
}
.flaticon-airplane:before {
content: "\f121";
}
.flaticon-right-arrow:before {
content: "\f122";
}
.flaticon-family:before {
content: "\f123";
}
.flaticon-next:before {
content: "\f124";
}
.flaticon-search:before {
content: "\f125";
}
.flaticon-online-class:before {
content: "\f126";
}
.flaticon-conversation:before {
content: "\f127";
}
.flaticon-meeting:before {
content: "\f128";
}
.flaticon-seminar:before {
content: "\f129";
}
.flaticon-check:before {
content: "\f12a";
}
.flaticon-certificate-1:before {
content: "\f12b";
}
.flaticon-debit-card:before {
content: "\f12c";
}
.flaticon-presentation:before {
content: "\f12d";
}
.flaticon-online-graduation:before {
content: "\f12e";
}
.flaticon-play-button:before {
content: "\f12f";
}
.flaticon-facebook-app-symbol:before {
content: "\f130";
}
.flaticon-pinterest:before {
content: "\f131";
}
.flaticon-linked-in-logo-of-two-letters:before {
content: "\f132";
}
.flaticon-twitter:before {
content: "\f133";
}
.flaticon-family-1:before {
content: "\f134";
}
.flaticon-travel:before {
content: "\f135";
}
.flaticon-instagram:before {
content: "\f136";
}
.flaticon-user:before {
content: "\f137";
}
.flaticon-share:before {
content: "\f138";
}
.flaticon-swimming-pool:before {
content: "\f139";
}
.flaticon-clock:before {
content: "\f13a";
}
.flaticon-travel-1:before {
content: "\f13b";
}
.flaticon-politics:before {
content: "\f13c";
}
.flaticon-immigrant:before {
content: "\f13d";
}
.flaticon-youtube:before {
content: "\f13e";
}
.flaticon-checked:before {
content: "\f13f";
}
.flaticon-dribble:before {
content: "\f140";
}
.flaticon-telephone:before {
content: "\f141";
}
.flaticon-play:before {
content: "\f142";
}
.flaticon-up-arrow:before {
content: "\f143";
}
.flaticon-close:before {
content: "\f144";
}
.flaticon-pinterest-1:before {
content: "\f145";
}@font-face {
font-family: 'themejunction';
src:  url(//www.honsberg.de/wp-content/themes/immiland/assets/fonts/themejunction.eot?4vuimy);
src:  url(//www.honsberg.de/wp-content/themes/immiland/assets/fonts/themejunction.eot?4vuimy#iefix) format('embedded-opentype'),
url(//www.honsberg.de/wp-content/themes/immiland/assets/fonts/themejunction.ttf?4vuimy) format('truetype'),
url(//www.honsberg.de/wp-content/themes/immiland/assets/fonts/themejunction.woff?4vuimy) format('woff'),
url(//www.honsberg.de/wp-content/themes/immiland/assets/fonts/themejunction.svg?4vuimy#themejunction) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="tj-"], [class*=" tj-"] { font-family: 'themejunction' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: inherit;
display: inherit; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.tj-abacus:before {
content: "\e900";
}
.tj-acorn:before {
content: "\e901";
}
.tj-ad:before {
content: "\e902";
}
.tj-address-book:before {
content: "\e903";
}
.tj-address-card:before {
content: "\e904";
}
.tj-adjust:before {
content: "\e905";
}
.tj-air-freshener:before {
content: "\e906";
}
.tj-alarm-clock:before {
content: "\e907";
}
.tj-alicorn:before {
content: "\e908";
}
.tj-align-center:before {
content: "\e909";
}
.tj-align-justify:before {
content: "\e90a";
}
.tj-align-left:before {
content: "\e90b";
}
.tj-align-right:before {
content: "\e90c";
}
.tj-allergies:before {
content: "\e90d";
}
.tj-ambulance:before {
content: "\e90e";
}
.tj-american-sign-language-interpreting:before {
content: "\e90f";
}
.tj-analytics:before {
content: "\e910";
}
.tj-anchor:before {
content: "\e911";
}
.tj-angel:before {
content: "\e912";
}
.tj-angle-double-down:before {
content: "\e913";
}
.tj-angle-double-left:before {
content: "\e914";
}
.tj-angle-double-right:before {
content: "\e915";
}
.tj-angle-double-up:before {
content: "\e916";
}
.tj-angle-down:before {
content: "\e917";
}
.tj-angle-left:before {
content: "\e918";
}
.tj-angle-right:before {
content: "\e919";
}
.tj-angle-up:before {
content: "\e91a";
}
.tj-angry:before {
content: "\e91b";
}
.tj-ankh:before {
content: "\e91c";
}
.tj-apple-alt:before {
content: "\e91d";
}
.tj-apple-crate:before {
content: "\e91e";
}
.tj-archive:before {
content: "\e91f";
}
.tj-archway:before {
content: "\e920";
}
.tj-arrow-alt-circle-down:before {
content: "\e921";
}
.tj-arrow-alt-circle-left:before {
content: "\e922";
}
.tj-arrow-alt-circle-right:before {
content: "\e923";
}
.tj-arrow-alt-circle-up:before {
content: "\e924";
}
.tj-arrow-alt-down:before {
content: "\e925";
}
.tj-arrow-alt-from-bottom:before {
content: "\e926";
}
.tj-arrow-alt-from-left:before {
content: "\e927";
}
.tj-arrow-alt-from-right:before {
content: "\e928";
}
.tj-arrow-alt-from-top:before {
content: "\e929";
}
.tj-arrow-alt-left:before {
content: "\e92a";
}
.tj-arrow-alt-right:before {
content: "\e92b";
}
.tj-arrow-alt-square-down:before {
content: "\e92c";
}
.tj-arrow-alt-square-left:before {
content: "\e92d";
}
.tj-arrow-alt-square-right:before {
content: "\e92e";
}
.tj-arrow-alt-square-up:before {
content: "\e92f";
}
.tj-arrow-alt-to-bottom:before {
content: "\e930";
}
.tj-arrow-alt-to-left:before {
content: "\e931";
}
.tj-arrow-alt-to-right:before {
content: "\e932";
}
.tj-arrow-alt-to-top:before {
content: "\e933";
}
.tj-arrow-alt-up:before {
content: "\e934";
}
.tj-arrow-circle-down:before {
content: "\e935";
}
.tj-arrow-circle-left:before {
content: "\e936";
}
.tj-arrow-circle-right:before {
content: "\e937";
}
.tj-arrow-circle-up:before {
content: "\e938";
}
.tj-arrow-down:before {
content: "\e939";
}
.tj-arrow-from-bottom:before {
content: "\e93a";
}
.tj-arrow-from-left:before {
content: "\e93b";
}
.tj-arrow-from-right:before {
content: "\e93c";
}
.tj-arrow-from-top:before {
content: "\e93d";
}
.tj-arrow-left:before {
content: "\e93e";
}
.tj-arrow-right:before {
content: "\e93f";
}
.tj-arrows:before {
content: "\e940";
}
.tj-arrows-alt:before {
content: "\e941";
}
.tj-arrows-alt-h:before {
content: "\e942";
}
.tj-arrows-alt-v:before {
content: "\e943";
}
.tj-arrows-h:before {
content: "\e944";
}
.tj-arrow-square-down:before {
content: "\e945";
}
.tj-arrow-square-left:before {
content: "\e946";
}
.tj-arrow-square-right:before {
content: "\e947";
}
.tj-arrow-square-up:before {
content: "\e948";
}
.tj-arrows-v:before {
content: "\e949";
}
.tj-arrow-to-bottom:before {
content: "\e94a";
}
.tj-arrow-to-left:before {
content: "\e94b";
}
.tj-arrow-to-right:before {
content: "\e94c";
}
.tj-arrow-to-top:before {
content: "\e94d";
}
.tj-arrow-up:before {
content: "\e94e";
}
.tj-assistive-listening-systems:before {
content: "\e94f";
}
.tj-asterisk:before {
content: "\e950";
}
.tj-at:before {
content: "\e951";
}
.tj-atlas:before {
content: "\e952";
}
.tj-atom:before {
content: "\e953";
}
.tj-atom-alt:before {
content: "\e954";
}
.tj-audio-description:before {
content: "\e955";
}
.tj-award:before {
content: "\e956";
}
.tj-axe:before {
content: "\e957";
}
.tj-axe-battle:before {
content: "\e958";
}
.tj-baby:before {
content: "\e959";
}
.tj-baby-carriage:before {
content: "\e95a";
}
.tj-backpack:before {
content: "\e95b";
}
.tj-backspace:before {
content: "\e95c";
}
.tj-backward:before {
content: "\e95d";
}
.tj-bacon:before {
content: "\e95e";
}
.tj-badge:before {
content: "\e95f";
}
.tj-badge-check:before {
content: "\e960";
}
.tj-badge-dollar:before {
content: "\e961";
}
.tj-badge-percent:before {
content: "\e962";
}
.tj-badger-honey:before {
content: "\e963";
}
.tj-balance-scale:before {
content: "\e964";
}
.tj-balance-scale-left:before {
content: "\e965";
}
.tj-balance-scale-right:before {
content: "\e966";
}
.tj-ballot:before {
content: "\e967";
}
.tj-ballot-check:before {
content: "\e968";
}
.tj-ball-pile:before {
content: "\e969";
}
.tj-ban:before {
content: "\e96a";
}
.tj-band-aid:before {
content: "\e96b";
}
.tj-barcode:before {
content: "\e96c";
}
.tj-barcode-alt:before {
content: "\e96d";
}
.tj-barcode-read:before {
content: "\e96e";
}
.tj-barcode-scan:before {
content: "\e96f";
}
.tj-bars:before {
content: "\e970";
}
.tj-baseball:before {
content: "\e971";
}
.tj-baseball-ball:before {
content: "\e972";
}
.tj-basketball-ball:before {
content: "\e973";
}
.tj-basketball-hoop:before {
content: "\e974";
}
.tj-bat:before {
content: "\e975";
}
.tj-bath:before {
content: "\e976";
}
.tj-battery-bolt:before {
content: "\e977";
}
.tj-battery-empty:before {
content: "\e978";
}
.tj-battery-full:before {
content: "\e979";
}
.tj-battery-half:before {
content: "\e97a";
}
.tj-battery-quarter:before {
content: "\e97b";
}
.tj-battery-slash:before {
content: "\e97c";
}
.tj-battery-three-quarters:before {
content: "\e97d";
}
.tj-bed:before {
content: "\e97e";
}
.tj-beer:before {
content: "\e97f";
}
.tj-bell:before {
content: "\e980";
}
.tj-bells:before {
content: "\e981";
}
.tj-bell-school:before {
content: "\e982";
}
.tj-bell-school-slash:before {
content: "\e983";
}
.tj-bell-slash:before {
content: "\e984";
}
.tj-bezier-curve:before {
content: "\e985";
}
.tj-bible:before {
content: "\e986";
}
.tj-bicycle:before {
content: "\e987";
}
.tj-binoculars:before {
content: "\e988";
}
.tj-biohazard:before {
content: "\e989";
}
.tj-birthday-cake:before {
content: "\e98a";
}
.tj-blanket:before {
content: "\e98b";
}
.tj-blender:before {
content: "\e98c";
}
.tj-blender-phone:before {
content: "\e98d";
}
.tj-blind:before {
content: "\e98e";
}
.tj-blog:before {
content: "\e98f";
}
.tj-bold:before {
content: "\e990";
}
.tj-bolt:before {
content: "\e991";
}
.tj-bomb:before {
content: "\e992";
}
.tj-bone:before {
content: "\e993";
}
.tj-bone-break:before {
content: "\e994";
}
.tj-bong:before {
content: "\e995";
}
.tj-book:before {
content: "\e996";
}
.tj-book-alt:before {
content: "\e997";
}
.tj-book-dead:before {
content: "\e998";
}
.tj-book-heart:before {
content: "\e999";
}
.tj-bookmark:before {
content: "\e99a";
}
.tj-book-medical:before {
content: "\e99b";
}
.tj-book-open:before {
content: "\e99c";
}
.tj-book-reader:before {
content: "\e99d";
}
.tj-books:before {
content: "\e99e";
}
.tj-books-medical:before {
content: "\e99f";
}
.tj-book-spells:before {
content: "\e9a0";
}
.tj-book-user:before {
content: "\e9a1";
}
.tj-boot:before {
content: "\e9a2";
}
.tj-booth-curtain:before {
content: "\e9a3";
}
.tj-bow-arrow:before {
content: "\e9a4";
}
.tj-bowling-ball:before {
content: "\e9a5";
}
.tj-bowling-pins:before {
content: "\e9a6";
}
.tj-box:before {
content: "\e9a7";
}
.tj-box-alt:before {
content: "\e9a8";
}
.tj-box-ballot:before {
content: "\e9a9";
}
.tj-box-check:before {
content: "\e9aa";
}
.tj-boxes:before {
content: "\e9ab";
}
.tj-boxes-alt:before {
content: "\e9ac";
}
.tj-box-fragile:before {
content: "\e9ad";
}
.tj-box-full:before {
content: "\e9ae";
}
.tj-box-heart:before {
content: "\e9af";
}
.tj-boxing-glove:before {
content: "\e9b0";
}
.tj-box-open:before {
content: "\e9b1";
}
.tj-box-up:before {
content: "\e9b2";
}
.tj-box-usd:before {
content: "\e9b3";
}
.tj-brackets:before {
content: "\e9b4";
}
.tj-brackets-curly:before {
content: "\e9b5";
}
.tj-braille:before {
content: "\e9b6";
}
.tj-brain:before {
content: "\e9b7";
}
.tj-bread-loaf:before {
content: "\e9b8";
}
.tj-bread-slice:before {
content: "\e9b9";
}
.tj-briefcase:before {
content: "\e9ba";
}
.tj-briefcase-medical:before {
content: "\e9bb";
}
.tj-broadcast-tower:before {
content: "\e9bc";
}
.tj-broom:before {
content: "\e9bd";
}
.tj-browser:before {
content: "\e9be";
}
.tj-brush:before {
content: "\e9bf";
}
.tj-bug:before {
content: "\e9c0";
}
.tj-building:before {
content: "\e9c1";
}
.tj-bullhorn:before {
content: "\e9c2";
}
.tj-bullseye:before {
content: "\e9c3";
}
.tj-bullseye-arrow:before {
content: "\e9c4";
}
.tj-bullseye-pointer:before {
content: "\e9c5";
}
.tj-burn:before {
content: "\e9c6";
}
.tj-burrito:before {
content: "\e9c7";
}
.tj-bus:before {
content: "\e9c8";
}
.tj-bus-alt:before {
content: "\e9c9";
}
.tj-business-time:before {
content: "\e9ca";
}
.tj-bus-school:before {
content: "\e9cb";
}
.tj-cabinet-filing:before {
content: "\e9cc";
}
.tj-calculator:before {
content: "\e9cd";
}
.tj-calculator-alt:before {
content: "\e9ce";
}
.tj-calendar:before {
content: "\e9cf";
}
.tj-calendar-alt:before {
content: "\e9d0";
}
.tj-calendar-check:before {
content: "\e9d1";
}
.tj-calendar-day:before {
content: "\e9d2";
}
.tj-calendar-edit:before {
content: "\e9d3";
}
.tj-calendar-exclamation:before {
content: "\e9d4";
}
.tj-calendar-minus:before {
content: "\e9d5";
}
.tj-calendar-plus:before {
content: "\e9d6";
}
.tj-calendar-star:before {
content: "\e9d7";
}
.tj-calendar-times:before {
content: "\e9d8";
}
.tj-calendar-week:before {
content: "\e9d9";
}
.tj-camera:before {
content: "\e9da";
}
.tj-camera-alt:before {
content: "\e9db";
}
.tj-camera-retro:before {
content: "\e9dc";
}
.tj-campfire:before {
content: "\e9dd";
}
.tj-campground:before {
content: "\e9de";
}
.tj-candle-holder:before {
content: "\e9df";
}
.tj-candy-cane:before {
content: "\e9e0";
}
.tj-candy-corn:before {
content: "\e9e1";
}
.tj-cannabis:before {
content: "\e9e2";
}
.tj-capsules:before {
content: "\e9e3";
}
.tj-car:before {
content: "\e9e4";
}
.tj-car-alt:before {
content: "\e9e5";
}
.tj-car-battery:before {
content: "\e9e6";
}
.tj-car-bump:before {
content: "\e9e7";
}
.tj-car-crash:before {
content: "\e9e8";
}
.tj-caret-circle-down:before {
content: "\e9e9";
}
.tj-caret-circle-left:before {
content: "\e9ea";
}
.tj-caret-circle-right:before {
content: "\e9eb";
}
.tj-caret-circle-up:before {
content: "\e9ec";
}
.tj-caret-down:before {
content: "\e9ed";
}
.tj-caret-left:before {
content: "\e9ee";
}
.tj-caret-right:before {
content: "\e9ef";
}
.tj-caret-square-down:before {
content: "\e9f0";
}
.tj-caret-square-left:before {
content: "\e9f1";
}
.tj-caret-square-right:before {
content: "\e9f2";
}
.tj-caret-square-up:before {
content: "\e9f3";
}
.tj-caret-up:before {
content: "\e9f4";
}
.tj-car-garage:before {
content: "\e9f5";
}
.tj-car-mechanic:before {
content: "\e9f6";
}
.tj-carrot:before {
content: "\e9f7";
}
.tj-car-side:before {
content: "\e9f8";
}
.tj-cart-arrow-down:before {
content: "\e9f9";
}
.tj-car-tilt:before {
content: "\e9fa";
}
.tj-cart-plus:before {
content: "\e9fb";
}
.tj-car-wash:before {
content: "\e9fc";
}
.tj-cash-register:before {
content: "\e9fd";
}
.tj-cat:before {
content: "\e9fe";
}
.tj-cauldron:before {
content: "\e9ff";
}
.tj-certificate:before {
content: "\ea00";
}
.tj-chair:before {
content: "\ea01";
}
.tj-chair-office:before {
content: "\ea02";
}
.tj-chalkboard:before {
content: "\ea03";
}
.tj-chalkboard-teacher:before {
content: "\ea04";
}
.tj-charging-station:before {
content: "\ea05";
}
.tj-chart-area:before {
content: "\ea06";
}
.tj-chart-bar:before {
content: "\ea07";
}
.tj-chart-line:before {
content: "\ea08";
}
.tj-chart-line-down:before {
content: "\ea09";
}
.tj-chart-network:before {
content: "\ea0a";
}
.tj-chart-pie:before {
content: "\ea0b";
}
.tj-chart-pie-alt:before {
content: "\ea0c";
}
.tj-chart-scatter:before {
content: "\ea0d";
}
.tj-check:before {
content: "\ea0e";
}
.tj-check-circle:before {
content: "\ea0f";
}
.tj-check-double:before {
content: "\ea10";
}
.tj-check-square:before {
content: "\ea11";
}
.tj-cheese:before {
content: "\ea12";
}
.tj-cheeseburger:before {
content: "\ea13";
}
.tj-cheese-swiss:before {
content: "\ea14";
}
.tj-chess:before {
content: "\ea15";
}
.tj-chess-bishop:before {
content: "\ea16";
}
.tj-chess-bishop-alt:before {
content: "\ea17";
}
.tj-chess-board:before {
content: "\ea18";
}
.tj-chess-clock:before {
content: "\ea19";
}
.tj-chess-clock-alt:before {
content: "\ea1a";
}
.tj-chess-king:before {
content: "\ea1b";
}
.tj-chess-king-alt:before {
content: "\ea1c";
}
.tj-chess-knight:before {
content: "\ea1d";
}
.tj-chess-knight-alt:before {
content: "\ea1e";
}
.tj-chess-pawn:before {
content: "\ea1f";
}
.tj-chess-pawn-alt:before {
content: "\ea20";
}
.tj-chess-queen:before {
content: "\ea21";
}
.tj-chess-queen-alt:before {
content: "\ea22";
}
.tj-chess-rook:before {
content: "\ea23";
}
.tj-chess-rook-alt:before {
content: "\ea24";
}
.tj-chevron-circle-down:before {
content: "\ea25";
}
.tj-chevron-circle-left:before {
content: "\ea26";
}
.tj-chevron-circle-right:before {
content: "\ea27";
}
.tj-chevron-circle-up:before {
content: "\ea28";
}
.tj-chevron-double-down:before {
content: "\ea29";
}
.tj-chevron-double-left:before {
content: "\ea2a";
}
.tj-chevron-double-right:before {
content: "\ea2b";
}
.tj-chevron-double-up:before {
content: "\ea2c";
}
.tj-chevron-down:before {
content: "\ea2d";
}
.tj-chevron-left:before {
content: "\ea2e";
}
.tj-chevron-right:before {
content: "\ea2f";
}
.tj-chevron-square-down:before {
content: "\ea30";
}
.tj-chevron-square-left:before {
content: "\ea31";
}
.tj-chevron-square-right:before {
content: "\ea32";
}
.tj-chevron-square-up:before {
content: "\ea33";
}
.tj-chevron-up:before {
content: "\ea34";
}
.tj-child:before {
content: "\ea35";
}
.tj-chimney:before {
content: "\ea36";
}
.tj-church:before {
content: "\ea37";
}
.tj-circle:before {
content: "\ea38";
}
.tj-circle-notch:before {
content: "\ea39";
}
.tj-city:before {
content: "\ea3a";
}
.tj-claw-marks:before {
content: "\ea3b";
}
.tj-clinic-medical:before {
content: "\ea3c";
}
.tj-clipboard:before {
content: "\ea3d";
}
.tj-clipboard-check:before {
content: "\ea3e";
}
.tj-clipboard-list:before {
content: "\ea3f";
}
.tj-clipboard-list-check:before {
content: "\ea40";
}
.tj-clipboard-prescription:before {
content: "\ea41";
}
.tj-clipboard-user:before {
content: "\ea42";
}
.tj-clock:before {
content: "\ea43";
}
.tj-clone:before {
content: "\ea44";
}
.tj-closed-captioning:before {
content: "\ea45";
}
.tj-cloud:before {
content: "\ea46";
}
.tj-cloud-download:before {
content: "\ea47";
}
.tj-cloud-download-alt:before {
content: "\ea48";
}
.tj-cloud-drizzle:before {
content: "\ea49";
}
.tj-cloud-hail:before {
content: "\ea4a";
}
.tj-cloud-hail-mixed:before {
content: "\ea4b";
}
.tj-cloud-meatball:before {
content: "\ea4c";
}
.tj-cloud-moon:before {
content: "\ea4d";
}
.tj-cloud-moon-rain:before {
content: "\ea4e";
}
.tj-cloud-rain:before {
content: "\ea4f";
}
.tj-cloud-rainbow:before {
content: "\ea50";
}
.tj-clouds:before {
content: "\ea51";
}
.tj-cloud-showers:before {
content: "\ea52";
}
.tj-cloud-showers-heavy:before {
content: "\ea53";
}
.tj-cloud-sleet:before {
content: "\ea54";
}
.tj-clouds-moon:before {
content: "\ea55";
}
.tj-cloud-snow:before {
content: "\ea56";
}
.tj-clouds-sun:before {
content: "\ea57";
}
.tj-cloud-sun:before {
content: "\ea58";
}
.tj-cloud-sun-rain:before {
content: "\ea59";
}
.tj-cloud-upload:before {
content: "\ea5a";
}
.tj-cloud-upload-alt:before {
content: "\ea5b";
}
.tj-club:before {
content: "\ea5c";
}
.tj-cocktail:before {
content: "\ea5d";
}
.tj-code:before {
content: "\ea5e";
}
.tj-code-branch:before {
content: "\ea5f";
}
.tj-code-commit:before {
content: "\ea60";
}
.tj-code-merge:before {
content: "\ea61";
}
.tj-coffee:before {
content: "\ea62";
}
.tj-coffee-togo:before {
content: "\ea63";
}
.tj-coffin:before {
content: "\ea64";
}
.tj-cog:before {
content: "\ea65";
}
.tj-cogs:before {
content: "\ea66";
}
.tj-coins:before {
content: "\ea67";
}
.tj-columns:before {
content: "\ea68";
}
.tj-comment:before {
content: "\ea69";
}
.tj-comment-alt:before {
content: "\ea6a";
}
.tj-comment-alt-check:before {
content: "\ea6b";
}
.tj-comment-alt-dollar:before {
content: "\ea6c";
}
.tj-comment-alt-dots:before {
content: "\ea6d";
}
.tj-comment-alt-edit:before {
content: "\ea6e";
}
.tj-comment-alt-exclamation:before {
content: "\ea6f";
}
.tj-comment-alt-lines:before {
content: "\ea70";
}
.tj-comment-alt-medical:before {
content: "\ea71";
}
.tj-comment-alt-minus:before {
content: "\ea72";
}
.tj-comment-alt-plus:before {
content: "\ea73";
}
.tj-comment-alt-slash:before {
content: "\ea74";
}
.tj-comment-alt-smile:before {
content: "\ea75";
}
.tj-comment-alt-times:before {
content: "\ea76";
}
.tj-comment-check:before {
content: "\ea77";
}
.tj-comment-dollar:before {
content: "\ea78";
}
.tj-comment-dots:before {
content: "\ea79";
}
.tj-comment-edit:before {
content: "\ea7a";
}
.tj-comment-exclamation:before {
content: "\ea7b";
}
.tj-comment-lines:before {
content: "\ea7c";
}
.tj-comment-medical:before {
content: "\ea7d";
}
.tj-comment-minus:before {
content: "\ea7e";
}
.tj-comment-plus:before {
content: "\ea7f";
}
.tj-comments:before {
content: "\ea80";
}
.tj-comments-alt:before {
content: "\ea81";
}
.tj-comments-alt-dollar:before {
content: "\ea82";
}
.tj-comments-dollar:before {
content: "\ea83";
}
.tj-comment-slash:before {
content: "\ea84";
}
.tj-comment-smile:before {
content: "\ea85";
}
.tj-comment-times:before {
content: "\ea86";
}
.tj-compact-disc:before {
content: "\ea87";
}
.tj-compass:before {
content: "\ea88";
}
.tj-compass-slash:before {
content: "\ea89";
}
.tj-compress:before {
content: "\ea8a";
}
.tj-compress-alt:before {
content: "\ea8b";
}
.tj-compress-arrows-alt:before {
content: "\ea8c";
}
.tj-compress-wide:before {
content: "\ea8d";
}
.tj-concierge-bell:before {
content: "\ea8e";
}
.tj-container-storage:before {
content: "\ea8f";
}
.tj-conveyor-belt:before {
content: "\ea90";
}
.tj-conveyor-belt-alt:before {
content: "\ea91";
}
.tj-cookie:before {
content: "\ea92";
}
.tj-cookie-bite:before {
content: "\ea93";
}
.tj-copy:before {
content: "\ea94";
}
.tj-copyright:before {
content: "\ea95";
}
.tj-corn:before {
content: "\ea96";
}
.tj-couch:before {
content: "\ea97";
}
.tj-cow:before {
content: "\ea98";
}
.tj-credit-card:before {
content: "\ea99";
}
.tj-credit-card-blank:before {
content: "\ea9a";
}
.tj-credit-card-front:before {
content: "\ea9b";
}
.tj-cricket:before {
content: "\ea9c";
}
.tj-croissant:before {
content: "\ea9d";
}
.tj-crop:before {
content: "\ea9e";
}
.tj-crop-alt:before {
content: "\ea9f";
}
.tj-cross:before {
content: "\eaa0";
}
.tj-crosshairs:before {
content: "\eaa1";
}
.tj-crow:before {
content: "\eaa2";
}
.tj-crown:before {
content: "\eaa3";
}
.tj-crutch:before {
content: "\eaa4";
}
.tj-crutches:before {
content: "\eaa5";
}
.tj-cube:before {
content: "\eaa6";
}
.tj-cubes:before {
content: "\eaa7";
}
.tj-curling:before {
content: "\eaa8";
}
.tj-cut:before {
content: "\eaa9";
}
.tj-dagger:before {
content: "\eaaa";
}
.tj-database:before {
content: "\eaab";
}
.tj-deaf:before {
content: "\eaac";
}
.tj-debug:before {
content: "\eaad";
}
.tj-deer:before {
content: "\eaae";
}
.tj-deer-rudolph:before {
content: "\eaaf";
}
.tj-democrat:before {
content: "\eab0";
}
.tj-desktop:before {
content: "\eab1";
}
.tj-desktop-alt:before {
content: "\eab2";
}
.tj-dewpoint:before {
content: "\eab3";
}
.tj-dharmachakra:before {
content: "\eab4";
}
.tj-diagnoses:before {
content: "\eab5";
}
.tj-diamond:before {
content: "\eab6";
}
.tj-dice:before {
content: "\eab7";
}
.tj-dice-d4:before {
content: "\eab8";
}
.tj-dice-d6:before {
content: "\eab9";
}
.tj-dice-d8:before {
content: "\eaba";
}
.tj-dice-d10:before {
content: "\eabb";
}
.tj-dice-d12:before {
content: "\eabc";
}
.tj-dice-d20:before {
content: "\eabd";
}
.tj-dice-five:before {
content: "\eabe";
}
.tj-dice-four:before {
content: "\eabf";
}
.tj-dice-one:before {
content: "\eac0";
}
.tj-dice-six:before {
content: "\eac1";
}
.tj-dice-three:before {
content: "\eac2";
}
.tj-dice-two:before {
content: "\eac3";
}
.tj-digital-tachograph:before {
content: "\eac4";
}
.tj-diploma:before {
content: "\eac5";
}
.tj-directions:before {
content: "\eac6";
}
.tj-disease:before {
content: "\eac7";
}
.tj-divide:before {
content: "\eac8";
}
.tj-dizzy:before {
content: "\eac9";
}
.tj-dna:before {
content: "\eaca";
}
.tj-dog:before {
content: "\eacb";
}
.tj-dog-leashed:before {
content: "\eacc";
}
.tj-dollar-sign:before {
content: "\eacd";
}
.tj-dolly:before {
content: "\eace";
}
.tj-dolly-empty:before {
content: "\eacf";
}
.tj-dolly-flatbed:before {
content: "\ead0";
}
.tj-dolly-flatbed-alt:before {
content: "\ead1";
}
.tj-dolly-flatbed-empty:before {
content: "\ead2";
}
.tj-donate:before {
content: "\ead3";
}
.tj-do-not-enter:before {
content: "\ead4";
}
.tj-door-closed:before {
content: "\ead5";
}
.tj-door-open:before {
content: "\ead6";
}
.tj-dot-circle:before {
content: "\ead7";
}
.tj-dove:before {
content: "\ead8";
}
.tj-download:before {
content: "\ead9";
}
.tj-drafting-compass:before {
content: "\eada";
}
.tj-dragon:before {
content: "\eadb";
}
.tj-draw-circle:before {
content: "\eadc";
}
.tj-draw-polygon:before {
content: "\eadd";
}
.tj-draw-square:before {
content: "\eade";
}
.tj-dreidel:before {
content: "\eadf";
}
.tj-drum:before {
content: "\eae0";
}
.tj-drum-steelpan:before {
content: "\eae1";
}
.tj-drumstick:before {
content: "\eae2";
}
.tj-drumstick-bite:before {
content: "\eae3";
}
.tj-duck:before {
content: "\eae4";
}
.tj-dumbbell:before {
content: "\eae5";
}
.tj-dumpster:before {
content: "\eae6";
}
.tj-dumpster-fire:before {
content: "\eae7";
}
.tj-dungeon:before {
content: "\eae8";
}
.tj-ear:before {
content: "\eae9";
}
.tj-ear-muffs:before {
content: "\eaea";
}
.tj-eclipse:before {
content: "\eaeb";
}
.tj-eclipse-alt:before {
content: "\eaec";
}
.tj-edit:before {
content: "\eaed";
}
.tj-egg:before {
content: "\eaee";
}
.tj-egg-fried:before {
content: "\eaef";
}
.tj-eject:before {
content: "\eaf0";
}
.tj-elephant:before {
content: "\eaf1";
}
.tj-ellipsis-h:before {
content: "\eaf2";
}
.tj-ellipsis-h-alt:before {
content: "\eaf3";
}
.tj-ellipsis-v:before {
content: "\eaf4";
}
.tj-ellipsis-v-alt:before {
content: "\eaf5";
}
.tj-empty-set:before {
content: "\eaf6";
}
.tj-engine-warning:before {
content: "\eaf7";
}
.tj-envelope:before {
content: "\eaf8";
}
.tj-envelope-open:before {
content: "\eaf9";
}
.tj-envelope-open-dollar:before {
content: "\eafa";
}
.tj-envelope-open-text:before {
content: "\eafb";
}
.tj-envelope-square:before {
content: "\eafc";
}
.tj-equals:before {
content: "\eafd";
}
.tj-eraser:before {
content: "\eafe";
}
.tj-ethernet:before {
content: "\eaff";
}
.tj-euro-sign:before {
content: "\eb00";
}
.tj-exchange:before {
content: "\eb01";
}
.tj-exchange-alt:before {
content: "\eb02";
}
.tj-exclamation:before {
content: "\eb03";
}
.tj-exclamation-circle:before {
content: "\eb04";
}
.tj-exclamation-square:before {
content: "\eb05";
}
.tj-exclamation-triangle:before {
content: "\eb06";
}
.tj-expand:before {
content: "\eb07";
}
.tj-expand-alt:before {
content: "\eb08";
}
.tj-expand-arrows:before {
content: "\eb09";
}
.tj-expand-arrows-alt:before {
content: "\eb0a";
}
.tj-expand-wide:before {
content: "\eb0b";
}
.tj-external-link:before {
content: "\eb0c";
}
.tj-external-link-alt:before {
content: "\eb0d";
}
.tj-external-link-square:before {
content: "\eb0e";
}
.tj-external-link-square-alt:before {
content: "\eb0f";
}
.tj-eye:before {
content: "\eb10";
}
.tj-eye-dropper:before {
content: "\eb11";
}
.tj-eye-evil:before {
content: "\eb12";
}
.tj-eye-slash:before {
content: "\eb13";
}
.tj-fast-backward:before {
content: "\eb14";
}
.tj-fast-forward:before {
content: "\eb15";
}
.tj-fax:before {
content: "\eb16";
}
.tj-feather:before {
content: "\eb17";
}
.tj-feather-alt:before {
content: "\eb18";
}
.tj-female:before {
content: "\eb19";
}
.tj-field-hockey:before {
content: "\eb1a";
}
.tj-fighter-jet:before {
content: "\eb1b";
}
.tj-file:before {
content: "\eb1c";
}
.tj-file-alt:before {
content: "\eb1d";
}
.tj-file-archive:before {
content: "\eb1e";
}
.tj-file-audio:before {
content: "\eb1f";
}
.tj-file-certificate:before {
content: "\eb20";
}
.tj-file-chart-line:before {
content: "\eb21";
}
.tj-file-chart-pie:before {
content: "\eb22";
}
.tj-file-check:before {
content: "\eb23";
}
.tj-file-code:before {
content: "\eb24";
}
.tj-file-contract:before {
content: "\eb25";
}
.tj-file-csv:before {
content: "\eb26";
}
.tj-file-download:before {
content: "\eb27";
}
.tj-file-edit:before {
content: "\eb28";
}
.tj-file-excel:before {
content: "\eb29";
}
.tj-file-exclamation:before {
content: "\eb2a";
}
.tj-file-export:before {
content: "\eb2b";
}
.tj-file-image:before {
content: "\eb2c";
}
.tj-file-import:before {
content: "\eb2d";
}
.tj-file-invoice:before {
content: "\eb2e";
}
.tj-file-invoice-dollar:before {
content: "\eb2f";
}
.tj-file-medical:before {
content: "\eb30";
}
.tj-file-medical-alt:before {
content: "\eb31";
}
.tj-file-minus:before {
content: "\eb32";
}
.tj-file-pdf:before {
content: "\eb33";
}
.tj-file-plus:before {
content: "\eb34";
}
.tj-file-powerpoint:before {
content: "\eb35";
}
.tj-file-prescription:before {
content: "\eb36";
}
.tj-file-signature:before {
content: "\eb37";
}
.tj-files-medical:before {
content: "\eb38";
}
.tj-file-spreadsheet:before {
content: "\eb39";
}
.tj-file-times:before {
content: "\eb3a";
}
.tj-file-upload:before {
content: "\eb3b";
}
.tj-file-user:before {
content: "\eb3c";
}
.tj-file-video:before {
content: "\eb3d";
}
.tj-file-word:before {
content: "\eb3e";
}
.tj-fill:before {
content: "\eb3f";
}
.tj-fill-drip:before {
content: "\eb40";
}
.tj-film:before {
content: "\eb41";
}
.tj-film-alt:before {
content: "\eb42";
}
.tj-filter:before {
content: "\eb43";
}
.tj-fingerprint:before {
content: "\eb44";
}
.tj-fire:before {
content: "\eb45";
}
.tj-fire-alt:before {
content: "\eb46";
}
.tj-fire-extinguisher:before {
content: "\eb47";
}
.tj-fireplace:before {
content: "\eb48";
}
.tj-fire-smoke:before {
content: "\eb49";
}
.tj-first-aid:before {
content: "\eb4a";
}
.tj-fish:before {
content: "\eb4b";
}
.tj-fish-cooked:before {
content: "\eb4c";
}
.tj-fist-raised:before {
content: "\eb4d";
}
.tj-flag:before {
content: "\eb4e";
}
.tj-flag-alt:before {
content: "\eb4f";
}
.tj-flag-checkered:before {
content: "\eb50";
}
.tj-flag-usa:before {
content: "\eb51";
}
.tj-flame:before {
content: "\eb52";
}
.tj-flask:before {
content: "\eb53";
}
.tj-flask-poison:before {
content: "\eb54";
}
.tj-flask-potion:before {
content: "\eb55";
}
.tj-flower:before {
content: "\eb56";
}
.tj-flower-daffodil:before {
content: "\eb57";
}
.tj-flower-tulip:before {
content: "\eb58";
}
.tj-flushed:before {
content: "\eb59";
}
.tj-fog:before {
content: "\eb5a";
}
.tj-folder:before {
content: "\eb5b";
}
.tj-folder-minus:before {
content: "\eb5c";
}
.tj-folder-open:before {
content: "\eb5d";
}
.tj-folder-plus:before {
content: "\eb5e";
}
.tj-folders:before {
content: "\eb5f";
}
.tj-folder-times:before {
content: "\eb60";
}
.tj-folder-tree:before {
content: "\eb61";
}
.tj-font:before {
content: "\eb62";
}
.tj-font-awesome-logo-full:before {
content: "\eb63";
}
.tj-football-ball:before {
content: "\eb64";
}
.tj-football-helmet:before {
content: "\eb65";
}
.tj-forklift:before {
content: "\eb66";
}
.tj-forward:before {
content: "\eb67";
}
.tj-fragile:before {
content: "\eb68";
}
.tj-french-fries:before {
content: "\eb69";
}
.tj-frog:before {
content: "\eb6a";
}
.tj-frosty-head:before {
content: "\eb6b";
}
.tj-frown:before {
content: "\eb6c";
}
.tj-frown-open:before {
content: "\eb6d";
}
.tj-function:before {
content: "\eb6e";
}
.tj-funnel-dollar:before {
content: "\eb6f";
}
.tj-futbol:before {
content: "\eb70";
}
.tj-gamepad:before {
content: "\eb71";
}
.tj-gas-pump:before {
content: "\eb72";
}
.tj-gas-pump-slash:before {
content: "\eb73";
}
.tj-gavel:before {
content: "\eb74";
}
.tj-gem:before {
content: "\eb75";
}
.tj-genderless:before {
content: "\eb76";
}
.tj-ghost:before {
content: "\eb77";
}
.tj-gift:before {
content: "\eb78";
}
.tj-gift-card:before {
content: "\eb79";
}
.tj-gifts:before {
content: "\eb7a";
}
.tj-gingerbread-man:before {
content: "\eb7b";
}
.tj-glass:before {
content: "\eb7c";
}
.tj-glass-champagne:before {
content: "\eb7d";
}
.tj-glass-cheers:before {
content: "\eb7e";
}
.tj-glasses:before {
content: "\eb7f";
}
.tj-glasses-alt:before {
content: "\eb80";
}
.tj-glass-martini:before {
content: "\eb81";
}
.tj-glass-martini-alt:before {
content: "\eb82";
}
.tj-glass-whiskey:before {
content: "\eb83";
}
.tj-glass-whiskey-rocks:before {
content: "\eb84";
}
.tj-globe:before {
content: "\eb85";
}
.tj-globe-africa:before {
content: "\eb86";
}
.tj-globe-americas:before {
content: "\eb87";
}
.tj-globe-asia:before {
content: "\eb88";
}
.tj-globe-europe:before {
content: "\eb89";
}
.tj-globe-snow:before {
content: "\eb8a";
}
.tj-globe-stand:before {
content: "\eb8b";
}
.tj-golf-ball:before {
content: "\eb8c";
}
.tj-golf-club:before {
content: "\eb8d";
}
.tj-gopuram:before {
content: "\eb8e";
}
.tj-graduation-cap:before {
content: "\eb8f";
}
.tj-greater-than:before {
content: "\eb90";
}
.tj-greater-than-equal:before {
content: "\eb91";
}
.tj-grimace:before {
content: "\eb92";
}
.tj-grin:before {
content: "\eb93";
}
.tj-grin-alt:before {
content: "\eb94";
}
.tj-grin-beam:before {
content: "\eb95";
}
.tj-grin-beam-sweat:before {
content: "\eb96";
}
.tj-grin-hearts:before {
content: "\eb97";
}
.tj-grin-squint:before {
content: "\eb98";
}
.tj-grin-squint-tears:before {
content: "\eb99";
}
.tj-grin-stars:before {
content: "\eb9a";
}
.tj-grin-tears:before {
content: "\eb9b";
}
.tj-grin-tongue:before {
content: "\eb9c";
}
.tj-grin-tongue-squint:before {
content: "\eb9d";
}
.tj-grin-tongue-wink:before {
content: "\eb9e";
}
.tj-grin-wink:before {
content: "\eb9f";
}
.tj-grip-horizontal:before {
content: "\eba0";
}
.tj-grip-lines:before {
content: "\eba1";
}
.tj-grip-lines-vertical:before {
content: "\eba2";
}
.tj-grip-vertical:before {
content: "\eba3";
}
.tj-guitar:before {
content: "\eba4";
}
.tj-h1:before {
content: "\eba5";
}
.tj-h2:before {
content: "\eba6";
}
.tj-h3:before {
content: "\eba7";
}
.tj-hamburger:before {
content: "\eba8";
}
.tj-hammer:before {
content: "\eba9";
}
.tj-hammer-war:before {
content: "\ebaa";
}
.tj-hamsa:before {
content: "\ebab";
}
.tj-hand-heart:before {
content: "\ebac";
}
.tj-hand-holding:before {
content: "\ebad";
}
.tj-hand-holding-box:before {
content: "\ebae";
}
.tj-hand-holding-heart:before {
content: "\ebaf";
}
.tj-hand-holding-magic:before {
content: "\ebb0";
}
.tj-hand-holding-seedling:before {
content: "\ebb1";
}
.tj-hand-holding-usd:before {
content: "\ebb2";
}
.tj-hand-holding-water:before {
content: "\ebb3";
}
.tj-hand-lizard:before {
content: "\ebb4";
}
.tj-hand-middle-finger:before {
content: "\ebb5";
}
.tj-hand-paper:before {
content: "\ebb6";
}
.tj-hand-peace:before {
content: "\ebb7";
}
.tj-hand-point-down:before {
content: "\ebb8";
}
.tj-hand-pointer:before {
content: "\ebb9";
}
.tj-hand-point-left:before {
content: "\ebba";
}
.tj-hand-point-right:before {
content: "\ebbb";
}
.tj-hand-point-up:before {
content: "\ebbc";
}
.tj-hand-receiving:before {
content: "\ebbd";
}
.tj-hand-rock:before {
content: "\ebbe";
}
.tj-hands:before {
content: "\ebbf";
}
.tj-hand-scissors:before {
content: "\ebc0";
}
.tj-handshake:before {
content: "\ebc1";
}
.tj-handshake-alt:before {
content: "\ebc2";
}
.tj-hands-heart:before {
content: "\ebc3";
}
.tj-hands-helping:before {
content: "\ebc4";
}
.tj-hand-spock:before {
content: "\ebc5";
}
.tj-hands-usd:before {
content: "\ebc6";
}
.tj-hanukiah:before {
content: "\ebc7";
}
.tj-hard-hat:before {
content: "\ebc8";
}
.tj-hashtag:before {
content: "\ebc9";
}
.tj-hat-santa:before {
content: "\ebca";
}
.tj-hat-winter:before {
content: "\ebcb";
}
.tj-hat-witch:before {
content: "\ebcc";
}
.tj-hat-wizard:before {
content: "\ebcd";
}
.tj-haykal:before {
content: "\ebce";
}
.tj-hdd:before {
content: "\ebcf";
}
.tj-heading:before {
content: "\ebd0";
}
.tj-headphones:before {
content: "\ebd1";
}
.tj-headphones-alt:before {
content: "\ebd2";
}
.tj-headset:before {
content: "\ebd3";
}
.tj-head-side:before {
content: "\ebd4";
}
.tj-head-side-brain:before {
content: "\ebd5";
}
.tj-head-side-medical:before {
content: "\ebd6";
}
.tj-head-vr:before {
content: "\ebd7";
}
.tj-heart:before {
content: "\ebd8";
}
.tj-heartbeat:before {
content: "\ebd9";
}
.tj-heart-broken:before {
content: "\ebda";
}
.tj-heart-circle:before {
content: "\ebdb";
}
.tj-heart-rate:before {
content: "\ebdc";
}
.tj-heart-square:before {
content: "\ebdd";
}
.tj-helicopter:before {
content: "\ebde";
}
.tj-helmet-battle:before {
content: "\ebdf";
}
.tj-hexagon:before {
content: "\ebe0";
}
.tj-highlighter:before {
content: "\ebe1";
}
.tj-hiking:before {
content: "\ebe2";
}
.tj-hippo:before {
content: "\ebe3";
}
.tj-history:before {
content: "\ebe4";
}
.tj-hockey-mask:before {
content: "\ebe5";
}
.tj-hockey-puck:before {
content: "\ebe6";
}
.tj-hockey-sticks:before {
content: "\ebe7";
}
.tj-holly-berry:before {
content: "\ebe8";
}
.tj-home:before {
content: "\ebe9";
}
.tj-home-alt:before {
content: "\ebea";
}
.tj-home-heart:before {
content: "\ebeb";
}
.tj-home-lg:before {
content: "\ebec";
}
.tj-home-lg-alt:before {
content: "\ebed";
}
.tj-hood-cloak:before {
content: "\ebee";
}
.tj-horse:before {
content: "\ebef";
}
.tj-horse-head:before {
content: "\ebf0";
}
.tj-hospital:before {
content: "\ebf1";
}
.tj-hospital-alt:before {
content: "\ebf2";
}
.tj-hospitals:before {
content: "\ebf3";
}
.tj-hospital-symbol:before {
content: "\ebf4";
}
.tj-hospital-user:before {
content: "\ebf5";
}
.tj-hotdog:before {
content: "\ebf6";
}
.tj-hotel:before {
content: "\ebf7";
}
.tj-hot-tub:before {
content: "\ebf8";
}
.tj-hourglass:before {
content: "\ebf9";
}
.tj-hourglass-end:before {
content: "\ebfa";
}
.tj-hourglass-half:before {
content: "\ebfb";
}
.tj-hourglass-start:before {
content: "\ebfc";
}
.tj-house-damage:before {
content: "\ebfd";
}
.tj-house-flood:before {
content: "\ebfe";
}
.tj-hryvnia:before {
content: "\ebff";
}
.tj-h-square:before {
content: "\ec00";
}
.tj-humidity:before {
content: "\ec01";
}
.tj-hurricane:before {
content: "\ec02";
}
.tj-ice-cream:before {
content: "\ec03";
}
.tj-ice-skate:before {
content: "\ec04";
}
.tj-icicles:before {
content: "\ec05";
}
.tj-i-cursor:before {
content: "\ec06";
}
.tj-id-badge:before {
content: "\ec07";
}
.tj-id-card:before {
content: "\ec08";
}
.tj-id-card-alt:before {
content: "\ec09";
}
.tj-igloo:before {
content: "\ec0a";
}
.tj-image:before {
content: "\ec0b";
}
.tj-images:before {
content: "\ec0c";
}
.tj-inbox:before {
content: "\ec0d";
}
.tj-inbox-in:before {
content: "\ec0e";
}
.tj-inbox-out:before {
content: "\ec0f";
}
.tj-indent:before {
content: "\ec10";
}
.tj-industry:before {
content: "\ec11";
}
.tj-industry-alt:before {
content: "\ec12";
}
.tj-infinity:before {
content: "\ec13";
}
.tj-info:before {
content: "\ec14";
}
.tj-info-circle:before {
content: "\ec15";
}
.tj-info-square:before {
content: "\ec16";
}
.tj-inhaler:before {
content: "\ec17";
}
.tj-integral:before {
content: "\ec18";
}
.tj-intersection:before {
content: "\ec19";
}
.tj-inventory:before {
content: "\ec1a";
}
.tj-island-tropical:before {
content: "\ec1b";
}
.tj-italic:before {
content: "\ec1c";
}
.tj-jack-o-lantern:before {
content: "\ec1d";
}
.tj-jedi:before {
content: "\ec1e";
}
.tj-joint:before {
content: "\ec1f";
}
.tj-journal-whills:before {
content: "\ec20";
}
.tj-kaaba:before {
content: "\ec21";
}
.tj-key:before {
content: "\ec22";
}
.tj-keyboard:before {
content: "\ec23";
}
.tj-keynote:before {
content: "\ec24";
}
.tj-key-skeleton:before {
content: "\ec25";
}
.tj-khanda:before {
content: "\ec26";
}
.tj-kidneys:before {
content: "\ec27";
}
.tj-kiss:before {
content: "\ec28";
}
.tj-kiss-beam:before {
content: "\ec29";
}
.tj-kiss-wink-heart:before {
content: "\ec2a";
}
.tj-kite:before {
content: "\ec2b";
}
.tj-kiwi-bird:before {
content: "\ec2c";
}
.tj-knife-kitchen:before {
content: "\ec2d";
}
.tj-lambda:before {
content: "\ec2e";
}
.tj-lamp:before {
content: "\ec2f";
}
.tj-landmark:before {
content: "\ec30";
}
.tj-landmark-alt:before {
content: "\ec31";
}
.tj-language:before {
content: "\ec32";
}
.tj-laptop:before {
content: "\ec33";
}
.tj-laptop-code:before {
content: "\ec34";
}
.tj-laptop-medical:before {
content: "\ec35";
}
.tj-laugh:before {
content: "\ec36";
}
.tj-laugh-beam:before {
content: "\ec37";
}
.tj-laugh-squint:before {
content: "\ec38";
}
.tj-laugh-wink:before {
content: "\ec39";
}
.tj-layer-group:before {
content: "\ec3a";
}
.tj-layer-minus:before {
content: "\ec3b";
}
.tj-layer-plus:before {
content: "\ec3c";
}
.tj-leaf:before {
content: "\ec3d";
}
.tj-leaf-heart:before {
content: "\ec3e";
}
.tj-leaf-maple:before {
content: "\ec3f";
}
.tj-leaf-oak:before {
content: "\ec40";
}
.tj-lemon:before {
content: "\ec41";
}
.tj-less-than:before {
content: "\ec42";
}
.tj-less-than-equal:before {
content: "\ec43";
}
.tj-level-down:before {
content: "\ec44";
}
.tj-level-down-alt:before {
content: "\ec45";
}
.tj-level-up:before {
content: "\ec46";
}
.tj-level-up-alt:before {
content: "\ec47";
}
.tj-life-ring:before {
content: "\ec48";
}
.tj-lightbulb:before {
content: "\ec49";
}
.tj-lightbulb-dollar:before {
content: "\ec4a";
}
.tj-lightbulb-exclamation:before {
content: "\ec4b";
}
.tj-lightbulb-on:before {
content: "\ec4c";
}
.tj-lightbulb-slash:before {
content: "\ec4d";
}
.tj-lights-holiday:before {
content: "\ec4e";
}
.tj-link:before {
content: "\ec4f";
}
.tj-lips:before {
content: "\ec50";
}
.tj-lira-sign:before {
content: "\ec51";
}
.tj-list:before {
content: "\ec52";
}
.tj-list-alt:before {
content: "\ec53";
}
.tj-list-ol:before {
content: "\ec54";
}
.tj-list-ul:before {
content: "\ec55";
}
.tj-location:before {
content: "\ec56";
}
.tj-location-arrow:before {
content: "\ec57";
}
.tj-location-circle:before {
content: "\ec58";
}
.tj-location-slash:before {
content: "\ec59";
}
.tj-lock:before {
content: "\ec5a";
}
.tj-lock-alt:before {
content: "\ec5b";
}
.tj-lock-open:before {
content: "\ec5c";
}
.tj-lock-open-alt:before {
content: "\ec5d";
}
.tj-long-arrow-alt-down:before {
content: "\ec5e";
}
.tj-long-arrow-alt-left:before {
content: "\ec5f";
}
.tj-long-arrow-alt-right:before {
content: "\ec60";
}
.tj-long-arrow-alt-up:before {
content: "\ec61";
}
.tj-long-arrow-down:before {
content: "\ec62";
}
.tj-long-arrow-left:before {
content: "\ec63";
}
.tj-long-arrow-right:before {
content: "\ec64";
}
.tj-long-arrow-up:before {
content: "\ec65";
}
.tj-loveseat:before {
content: "\ec66";
}
.tj-low-vision:before {
content: "\ec67";
}
.tj-luchador:before {
content: "\ec68";
}
.tj-luggage-cart:before {
content: "\ec69";
}
.tj-lungs:before {
content: "\ec6a";
}
.tj-mace:before {
content: "\ec6b";
}
.tj-magic:before {
content: "\ec6c";
}
.tj-magnet:before {
content: "\ec6d";
}
.tj-mailbox:before {
content: "\ec6e";
}
.tj-mail-bulk:before {
content: "\ec6f";
}
.tj-male:before {
content: "\ec70";
}
.tj-mandolin:before {
content: "\ec71";
}
.tj-map:before {
content: "\ec72";
}
.tj-map-marked:before {
content: "\ec73";
}
.tj-map-marked-alt:before {
content: "\ec74";
}
.tj-map-marker:before {
content: "\ec75";
}
.tj-map-marker-alt:before {
content: "\ec76";
}
.tj-map-marker-alt-slash:before {
content: "\ec77";
}
.tj-map-marker-check:before {
content: "\ec78";
}
.tj-map-marker-edit:before {
content: "\ec79";
}
.tj-map-marker-exclamation:before {
content: "\ec7a";
}
.tj-map-marker-minus:before {
content: "\ec7b";
}
.tj-map-marker-plus:before {
content: "\ec7c";
}
.tj-map-marker-question:before {
content: "\ec7d";
}
.tj-map-marker-slash:before {
content: "\ec7e";
}
.tj-map-marker-smile:before {
content: "\ec7f";
}
.tj-map-marker-times:before {
content: "\ec80";
}
.tj-map-pin:before {
content: "\ec81";
}
.tj-map-signs:before {
content: "\ec82";
}
.tj-marker:before {
content: "\ec83";
}
.tj-mars:before {
content: "\ec84";
}
.tj-mars-double:before {
content: "\ec85";
}
.tj-mars-stroke:before {
content: "\ec86";
}
.tj-mars-stroke-h:before {
content: "\ec87";
}
.tj-mars-stroke-v:before {
content: "\ec88";
}
.tj-mask:before {
content: "\ec89";
}
.tj-meat:before {
content: "\ec8a";
}
.tj-medal:before {
content: "\ec8b";
}
.tj-medkit:before {
content: "\ec8c";
}
.tj-megaphone:before {
content: "\ec8d";
}
.tj-meh:before {
content: "\ec8e";
}
.tj-meh-blank:before {
content: "\ec8f";
}
.tj-meh-rolling-eyes:before {
content: "\ec90";
}
.tj-memory:before {
content: "\ec91";
}
.tj-menorah:before {
content: "\ec92";
}
.tj-mercury:before {
content: "\ec93";
}
.tj-meteor:before {
content: "\ec94";
}
.tj-microchip:before {
content: "\ec95";
}
.tj-microphone:before {
content: "\ec96";
}
.tj-microphone-alt:before {
content: "\ec97";
}
.tj-microphone-alt-slash:before {
content: "\ec98";
}
.tj-microphone-slash:before {
content: "\ec99";
}
.tj-microscope:before {
content: "\ec9a";
}
.tj-mind-share:before {
content: "\ec9b";
}
.tj-minus:before {
content: "\ec9c";
}
.tj-minus-circle:before {
content: "\ec9d";
}
.tj-minus-hexagon:before {
content: "\ec9e";
}
.tj-minus-octagon:before {
content: "\ec9f";
}
.tj-minus-square:before {
content: "\eca0";
}
.tj-mistletoe:before {
content: "\eca1";
}
.tj-mitten:before {
content: "\eca2";
}
.tj-mobile:before {
content: "\eca3";
}
.tj-mobile-alt:before {
content: "\eca4";
}
.tj-mobile-android:before {
content: "\eca5";
}
.tj-mobile-android-alt:before {
content: "\eca6";
}
.tj-money-bill:before {
content: "\eca7";
}
.tj-money-bill-alt:before {
content: "\eca8";
}
.tj-money-bill-wave:before {
content: "\eca9";
}
.tj-money-bill-wave-alt:before {
content: "\ecaa";
}
.tj-money-check:before {
content: "\ecab";
}
.tj-money-check-alt:before {
content: "\ecac";
}
.tj-monitor-heart-rate:before {
content: "\ecad";
}
.tj-monkey:before {
content: "\ecae";
}
.tj-monument:before {
content: "\ecaf";
}
.tj-moon:before {
content: "\ecb0";
}
.tj-moon-cloud:before {
content: "\ecb1";
}
.tj-moon-stars:before {
content: "\ecb2";
}
.tj-mortar-pestle:before {
content: "\ecb3";
}
.tj-mosque:before {
content: "\ecb4";
}
.tj-motorcycle:before {
content: "\ecb5";
}
.tj-mountain:before {
content: "\ecb6";
}
.tj-mountains:before {
content: "\ecb7";
}
.tj-mouse-pointer:before {
content: "\ecb8";
}
.tj-mug-hot:before {
content: "\ecb9";
}
.tj-mug-marshmallows:before {
content: "\ecba";
}
.tj-music:before {
content: "\ecbb";
}
.tj-narwhal:before {
content: "\ecbc";
}
.tj-network-wired:before {
content: "\ecbd";
}
.tj-neuter:before {
content: "\ecbe";
}
.tj-newspaper:before {
content: "\ecbf";
}
.tj-not-equal:before {
content: "\ecc0";
}
.tj-notes-medical:before {
content: "\ecc1";
}
.tj-object-group:before {
content: "\ecc2";
}
.tj-object-ungroup:before {
content: "\ecc3";
}
.tj-octagon:before {
content: "\ecc4";
}
.tj-oil-can:before {
content: "\ecc5";
}
.tj-oil-temp:before {
content: "\ecc6";
}
.tj-om:before {
content: "\ecc7";
}
.tj-omega:before {
content: "\ecc8";
}
.tj-ornament:before {
content: "\ecc9";
}
.tj-otter:before {
content: "\ecca";
}
.tj-outdent:before {
content: "\eccb";
}
.tj-pager:before {
content: "\eccc";
}
.tj-paint-brush:before {
content: "\eccd";
}
.tj-paint-brush-alt:before {
content: "\ecce";
}
.tj-paint-roller:before {
content: "\eccf";
}
.tj-palette:before {
content: "\ecd0";
}
.tj-pallet:before {
content: "\ecd1";
}
.tj-pallet-alt:before {
content: "\ecd2";
}
.tj-paperclip:before {
content: "\ecd3";
}
.tj-paper-plane:before {
content: "\ecd4";
}
.tj-parachute-box:before {
content: "\ecd5";
}
.tj-paragraph:before {
content: "\ecd6";
}
.tj-parking:before {
content: "\ecd7";
}
.tj-parking-circle:before {
content: "\ecd8";
}
.tj-parking-circle-slash:before {
content: "\ecd9";
}
.tj-parking-slash:before {
content: "\ecda";
}
.tj-passport:before {
content: "\ecdb";
}
.tj-pastafarianism:before {
content: "\ecdc";
}
.tj-paste:before {
content: "\ecdd";
}
.tj-pause:before {
content: "\ecde";
}
.tj-pause-circle:before {
content: "\ecdf";
}
.tj-paw:before {
content: "\ece0";
}
.tj-paw-alt:before {
content: "\ece1";
}
.tj-paw-claws:before {
content: "\ece2";
}
.tj-peace:before {
content: "\ece3";
}
.tj-pegasus:before {
content: "\ece4";
}
.tj-pen:before {
content: "\ece5";
}
.tj-pen-alt:before {
content: "\ece6";
}
.tj-pencil:before {
content: "\ece7";
}
.tj-pencil-alt:before {
content: "\ece8";
}
.tj-pencil-paintbrush:before {
content: "\ece9";
}
.tj-pencil-ruler:before {
content: "\ecea";
}
.tj-pen-fancy:before {
content: "\eceb";
}
.tj-pennant:before {
content: "\ecec";
}
.tj-pen-nib:before {
content: "\eced";
}
.tj-pen-square:before {
content: "\ecee";
}
.tj-people-carry:before {
content: "\ecef";
}
.tj-pepper-hot:before {
content: "\ecf0";
}
.tj-percent:before {
content: "\ecf1";
}
.tj-percentage:before {
content: "\ecf2";
}
.tj-person-booth:before {
content: "\ecf3";
}
.tj-person-carry:before {
content: "\ecf4";
}
.tj-person-dolly:before {
content: "\ecf5";
}
.tj-person-dolly-empty:before {
content: "\ecf6";
}
.tj-person-sign:before {
content: "\ecf7";
}
.tj-phone:before {
content: "\ecf8";
}
.tj-phone-office:before {
content: "\ecf9";
}
.tj-phone-plus:before {
content: "\ecfa";
}
.tj-phone-slash:before {
content: "\ecfb";
}
.tj-phone-square:before {
content: "\ecfc";
}
.tj-phone-volume:before {
content: "\ecfd";
}
.tj-pi:before {
content: "\ecfe";
}
.tj-pie:before {
content: "\ecff";
}
.tj-pig:before {
content: "\ed00";
}
.tj-piggy-bank:before {
content: "\ed01";
}
.tj-pills:before {
content: "\ed02";
}
.tj-pizza:before {
content: "\ed03";
}
.tj-pizza-slice:before {
content: "\ed04";
}
.tj-place-of-worship:before {
content: "\ed05";
}
.tj-plane:before {
content: "\ed06";
}
.tj-plane-alt:before {
content: "\ed07";
}
.tj-plane-arrival:before {
content: "\ed08";
}
.tj-plane-departure:before {
content: "\ed09";
}
.tj-play:before {
content: "\ed0a";
}
.tj-play-circle:before {
content: "\ed0b";
}
.tj-plug:before {
content: "\ed0c";
}
.tj-plus:before {
content: "\ed0d";
}
.tj-plus-circle:before {
content: "\ed0e";
}
.tj-plus-hexagon:before {
content: "\ed0f";
}
.tj-plus-octagon:before {
content: "\ed10";
}
.tj-plus-square:before {
content: "\ed11";
}
.tj-podcast:before {
content: "\ed12";
}
.tj-podium:before {
content: "\ed13";
}
.tj-podium-star:before {
content: "\ed14";
}
.tj-poll:before {
content: "\ed15";
}
.tj-poll-h:before {
content: "\ed16";
}
.tj-poll-people:before {
content: "\ed17";
}
.tj-poo:before {
content: "\ed18";
}
.tj-poop:before {
content: "\ed19";
}
.tj-poo-storm:before {
content: "\ed1a";
}
.tj-popcorn:before {
content: "\ed1b";
}
.tj-portrait:before {
content: "\ed1c";
}
.tj-pound-sign:before {
content: "\ed1d";
}
.tj-power-off:before {
content: "\ed1e";
}
.tj-pray:before {
content: "\ed1f";
}
.tj-praying-hands:before {
content: "\ed20";
}
.tj-prescription:before {
content: "\ed21";
}
.tj-prescription-bottle:before {
content: "\ed22";
}
.tj-prescription-bottle-alt:before {
content: "\ed23";
}
.tj-presentation:before {
content: "\ed24";
}
.tj-print:before {
content: "\ed25";
}
.tj-print-search:before {
content: "\ed26";
}
.tj-print-slash:before {
content: "\ed27";
}
.tj-procedures:before {
content: "\ed28";
}
.tj-project-diagram:before {
content: "\ed29";
}
.tj-pumpkin:before {
content: "\ed2a";
}
.tj-puzzle-piece:before {
content: "\ed2b";
}
.tj-qrcode:before {
content: "\ed2c";
}
.tj-question:before {
content: "\ed2d";
}
.tj-question-circle:before {
content: "\ed2e";
}
.tj-question-square:before {
content: "\ed2f";
}
.tj-quidditch:before {
content: "\ed30";
}
.tj-quote-left:before {
content: "\ed31";
}
.tj-quote-right:before {
content: "\ed32";
}
.tj-quran:before {
content: "\ed33";
}
.tj-rabbit:before {
content: "\ed34";
}
.tj-rabbit-fast:before {
content: "\ed35";
}
.tj-racquet:before {
content: "\ed36";
}
.tj-radiation:before {
content: "\ed37";
}
.tj-radiation-alt:before {
content: "\ed38";
}
.tj-rainbow:before {
content: "\ed39";
}
.tj-raindrops:before {
content: "\ed3a";
}
.tj-ram:before {
content: "\ed3b";
}
.tj-ramp-loading:before {
content: "\ed3c";
}
.tj-random:before {
content: "\ed3d";
}
.tj-receipt:before {
content: "\ed3e";
}
.tj-rectangle-landscape:before {
content: "\ed3f";
}
.tj-rectangle-portrait:before {
content: "\ed40";
}
.tj-rectangle-wide:before {
content: "\ed41";
}
.tj-recycle:before {
content: "\ed42";
}
.tj-redo:before {
content: "\ed43";
}
.tj-redo-alt:before {
content: "\ed44";
}
.tj-registered:before {
content: "\ed45";
}
.tj-repeat:before {
content: "\ed46";
}
.tj-repeat-1:before {
content: "\ed47";
}
.tj-repeat-1-alt:before {
content: "\ed48";
}
.tj-repeat-alt:before {
content: "\ed49";
}
.tj-reply:before {
content: "\ed4a";
}
.tj-reply-all:before {
content: "\ed4b";
}
.tj-republican:before {
content: "\ed4c";
}
.tj-restroom:before {
content: "\ed4d";
}
.tj-retweet:before {
content: "\ed4e";
}
.tj-retweet-alt:before {
content: "\ed4f";
}
.tj-ribbon:before {
content: "\ed50";
}
.tj-ring:before {
content: "\ed51";
}
.tj-rings-wedding:before {
content: "\ed52";
}
.tj-road:before {
content: "\ed53";
}
.tj-robot:before {
content: "\ed54";
}
.tj-rocket:before {
content: "\ed55";
}
.tj-route:before {
content: "\ed56";
}
.tj-route-highway:before {
content: "\ed57";
}
.tj-route-interstate:before {
content: "\ed58";
}
.tj-rss:before {
content: "\ed59";
}
.tj-rss-square:before {
content: "\ed5a";
}
.tj-ruble-sign:before {
content: "\ed5b";
}
.tj-ruler:before {
content: "\ed5c";
}
.tj-ruler-combined:before {
content: "\ed5d";
}
.tj-ruler-horizontal:before {
content: "\ed5e";
}
.tj-ruler-triangle:before {
content: "\ed5f";
}
.tj-ruler-vertical:before {
content: "\ed60";
}
.tj-running:before {
content: "\ed61";
}
.tj-rupee-sign:before {
content: "\ed62";
}
.tj-rv:before {
content: "\ed63";
}
.tj-sack:before {
content: "\ed64";
}
.tj-sack-dollar:before {
content: "\ed65";
}
.tj-sad-cry:before {
content: "\ed66";
}
.tj-sad-tear:before {
content: "\ed67";
}
.tj-salad:before {
content: "\ed68";
}
.tj-sandwich:before {
content: "\ed69";
}
.tj-satellite:before {
content: "\ed6a";
}
.tj-satellite-dish:before {
content: "\ed6b";
}
.tj-sausage:before {
content: "\ed6c";
}
.tj-save:before {
content: "\ed6d";
}
.tj-scalpel:before {
content: "\ed6e";
}
.tj-scalpel-path:before {
content: "\ed6f";
}
.tj-scanner:before {
content: "\ed70";
}
.tj-scanner-keyboard:before {
content: "\ed71";
}
.tj-scanner-touchscreen:before {
content: "\ed72";
}
.tj-scarecrow:before {
content: "\ed73";
}
.tj-scarf:before {
content: "\ed74";
}
.tj-school:before {
content: "\ed75";
}
.tj-screwdriver:before {
content: "\ed76";
}
.tj-scroll:before {
content: "\ed77";
}
.tj-scroll-old:before {
content: "\ed78";
}
.tj-scrubber:before {
content: "\ed79";
}
.tj-scythe:before {
content: "\ed7a";
}
.tj-sd-card:before {
content: "\ed7b";
}
.tj-search:before {
content: "\ed7c";
}
.tj-search-dollar:before {
content: "\ed7d";
}
.tj-search-location:before {
content: "\ed7e";
}
.tj-search-minus:before {
content: "\ed7f";
}
.tj-search-plus:before {
content: "\ed80";
}
.tj-seedling:before {
content: "\ed81";
}
.tj-server:before {
content: "\ed82";
}
.tj-shapes:before {
content: "\ed83";
}
.tj-share:before {
content: "\ed84";
}
.tj-share-all:before {
content: "\ed85";
}
.tj-share-alt:before {
content: "\ed86";
}
.tj-share-alt-square:before {
content: "\ed87";
}
.tj-share-square:before {
content: "\ed88";
}
.tj-sheep:before {
content: "\ed89";
}
.tj-shekel-sign:before {
content: "\ed8a";
}
.tj-shield:before {
content: "\ed8b";
}
.tj-shield-alt:before {
content: "\ed8c";
}
.tj-shield-check:before {
content: "\ed8d";
}
.tj-shield-cross:before {
content: "\ed8e";
}
.tj-ship:before {
content: "\ed8f";
}
.tj-shipping-fast:before {
content: "\ed90";
}
.tj-shipping-timed:before {
content: "\ed91";
}
.tj-shish-kebab:before {
content: "\ed92";
}
.tj-shoe-prints:before {
content: "\ed93";
}
.tj-shopping-bag:before {
content: "\ed94";
}
.tj-shopping-basket:before {
content: "\ed95";
}
.tj-shopping-cart:before {
content: "\ed96";
}
.tj-shovel:before {
content: "\ed97";
}
.tj-shovel-snow:before {
content: "\ed98";
}
.tj-shower:before {
content: "\ed99";
}
.tj-shredder:before {
content: "\ed9a";
}
.tj-shuttlecock:before {
content: "\ed9b";
}
.tj-shuttle-van:before {
content: "\ed9c";
}
.tj-sickle:before {
content: "\ed9d";
}
.tj-sigma:before {
content: "\ed9e";
}
.tj-sign:before {
content: "\ed9f";
}
.tj-signal:before {
content: "\eda0";
}
.tj-signal-1:before {
content: "\eda1";
}
.tj-signal-2:before {
content: "\eda2";
}
.tj-signal-3:before {
content: "\eda3";
}
.tj-signal-4:before {
content: "\eda4";
}
.tj-signal-alt:before {
content: "\eda5";
}
.tj-signal-alt-1:before {
content: "\eda6";
}
.tj-signal-alt-2:before {
content: "\eda7";
}
.tj-signal-alt-3:before {
content: "\eda8";
}
.tj-signal-alt-slash:before {
content: "\eda9";
}
.tj-signal-slash:before {
content: "\edaa";
}
.tj-signature:before {
content: "\edab";
}
.tj-sign-in:before {
content: "\edac";
}
.tj-sign-in-alt:before {
content: "\edad";
}
.tj-sign-language:before {
content: "\edae";
}
.tj-sign-out:before {
content: "\edaf";
}
.tj-sign-out-alt:before {
content: "\edb0";
}
.tj-sim-card:before {
content: "\edb1";
}
.tj-sitemap:before {
content: "\edb2";
}
.tj-skating:before {
content: "\edb3";
}
.tj-skeleton:before {
content: "\edb4";
}
.tj-skiing:before {
content: "\edb5";
}
.tj-skiing-nordic:before {
content: "\edb6";
}
.tj-ski-jump:before {
content: "\edb7";
}
.tj-ski-lift:before {
content: "\edb8";
}
.tj-skull:before {
content: "\edb9";
}
.tj-skull-crossbones:before {
content: "\edba";
}
.tj-slash:before {
content: "\edbb";
}
.tj-sledding:before {
content: "\edbc";
}
.tj-sleigh:before {
content: "\edbd";
}
.tj-sliders-h:before {
content: "\edbe";
}
.tj-sliders-h-square:before {
content: "\edbf";
}
.tj-sliders-v:before {
content: "\edc0";
}
.tj-sliders-v-square:before {
content: "\edc1";
}
.tj-smile:before {
content: "\edc2";
}
.tj-smile-beam:before {
content: "\edc3";
}
.tj-smile-plus:before {
content: "\edc4";
}
.tj-smile-wink:before {
content: "\edc5";
}
.tj-smog:before {
content: "\edc6";
}
.tj-smoke:before {
content: "\edc7";
}
.tj-smoking:before {
content: "\edc8";
}
.tj-smoking-ban:before {
content: "\edc9";
}
.tj-sms:before {
content: "\edca";
}
.tj-snake:before {
content: "\edcb";
}
.tj-snow-blowing:before {
content: "\edcc";
}
.tj-snowboarding:before {
content: "\edcd";
}
.tj-snowflake:before {
content: "\edce";
}
.tj-snowflakes:before {
content: "\edcf";
}
.tj-snowman:before {
content: "\edd0";
}
.tj-snowmobile:before {
content: "\edd1";
}
.tj-snowplow:before {
content: "\edd2";
}
.tj-socks:before {
content: "\edd3";
}
.tj-solar-panel:before {
content: "\edd4";
}
.tj-sort:before {
content: "\edd5";
}
.tj-sort-alpha-down:before {
content: "\edd6";
}
.tj-sort-alpha-up:before {
content: "\edd7";
}
.tj-sort-amount-down:before {
content: "\edd8";
}
.tj-sort-amount-up:before {
content: "\edd9";
}
.tj-sort-down:before {
content: "\edda";
}
.tj-sort-numeric-down:before {
content: "\eddb";
}
.tj-sort-numeric-up:before {
content: "\eddc";
}
.tj-sort-up:before {
content: "\eddd";
}
.tj-soup:before {
content: "\edde";
}
.tj-spa:before {
content: "\eddf";
}
.tj-space-shuttle:before {
content: "\ede0";
}
.tj-spade:before {
content: "\ede1";
}
.tj-spider:before {
content: "\ede2";
}
.tj-spider-black-widow:before {
content: "\ede3";
}
.tj-spider-web:before {
content: "\ede4";
}
.tj-spinner:before {
content: "\ede5";
}
.tj-spinner-third:before {
content: "\ede6";
}
.tj-splotch:before {
content: "\ede7";
}
.tj-spray-can:before {
content: "\ede8";
}
.tj-square:before {
content: "\ede9";
}
.tj-square-full:before {
content: "\edea";
}
.tj-square-root:before {
content: "\edeb";
}
.tj-square-root-alt:before {
content: "\edec";
}
.tj-squirrel:before {
content: "\eded";
}
.tj-staff:before {
content: "\edee";
}
.tj-stamp:before {
content: "\edef";
}
.tj-star:before {
content: "\edf0";
}
.tj-star-and-crescent:before {
content: "\edf1";
}
.tj-star-christmas:before {
content: "\edf2";
}
.tj-star-exclamation:before {
content: "\edf3";
}
.tj-star-half:before {
content: "\edf4";
}
.tj-star-half-alt:before {
content: "\edf5";
}
.tj-star-of-david:before {
content: "\edf6";
}
.tj-star-of-life:before {
content: "\edf7";
}
.tj-stars:before {
content: "\edf8";
}
.tj-steak:before {
content: "\edf9";
}
.tj-steering-wheel:before {
content: "\edfa";
}
.tj-step-backward:before {
content: "\edfb";
}
.tj-step-forward:before {
content: "\edfc";
}
.tj-stethoscope:before {
content: "\edfd";
}
.tj-sticky-note:before {
content: "\edfe";
}
.tj-stocking:before {
content: "\edff";
}
.tj-stomach:before {
content: "\ee00";
}
.tj-stop:before {
content: "\ee01";
}
.tj-stop-circle:before {
content: "\ee02";
}
.tj-stopwatch:before {
content: "\ee03";
}
.tj-store:before {
content: "\ee04";
}
.tj-store-alt:before {
content: "\ee05";
}
.tj-stream:before {
content: "\ee06";
}
.tj-street-view:before {
content: "\ee07";
}
.tj-stretcher:before {
content: "\ee08";
}
.tj-strikethrough:before {
content: "\ee09";
}
.tj-stroopwafel:before {
content: "\ee0a";
}
.tj-subscript:before {
content: "\ee0b";
}
.tj-subway:before {
content: "\ee0c";
}
.tj-suitcase:before {
content: "\ee0d";
}
.tj-suitcase-rolling:before {
content: "\ee0e";
}
.tj-sun:before {
content: "\ee0f";
}
.tj-sun-cloud:before {
content: "\ee10";
}
.tj-sun-dust:before {
content: "\ee11";
}
.tj-sun-haze:before {
content: "\ee12";
}
.tj-sunrise:before {
content: "\ee13";
}
.tj-sunset:before {
content: "\ee14";
}
.tj-superscript:before {
content: "\ee15";
}
.tj-surprise:before {
content: "\ee16";
}
.tj-swatchbook:before {
content: "\ee17";
}
.tj-swimmer:before {
content: "\ee18";
}
.tj-swimming-pool:before {
content: "\ee19";
}
.tj-sword:before {
content: "\ee1a";
}
.tj-swords:before {
content: "\ee1b";
}
.tj-synagogue:before {
content: "\ee1c";
}
.tj-sync:before {
content: "\ee1d";
}
.tj-sync-alt:before {
content: "\ee1e";
}
.tj-syringe:before {
content: "\ee1f";
}
.tj-table:before {
content: "\ee20";
}
.tj-tablet:before {
content: "\ee21";
}
.tj-tablet-alt:before {
content: "\ee22";
}
.tj-tablet-android:before {
content: "\ee23";
}
.tj-tablet-android-alt:before {
content: "\ee24";
}
.tj-table-tennis:before {
content: "\ee25";
}
.tj-tablet-rugged:before {
content: "\ee26";
}
.tj-tablets:before {
content: "\ee27";
}
.tj-tachometer:before {
content: "\ee28";
}
.tj-tachometer-alt:before {
content: "\ee29";
}
.tj-tachometer-alt-average:before {
content: "\ee2a";
}
.tj-tachometer-alt-fast:before {
content: "\ee2b";
}
.tj-tachometer-alt-fastest:before {
content: "\ee2c";
}
.tj-tachometer-alt-slow:before {
content: "\ee2d";
}
.tj-tachometer-alt-slowest:before {
content: "\ee2e";
}
.tj-tachometer-average:before {
content: "\ee2f";
}
.tj-tachometer-fast:before {
content: "\ee30";
}
.tj-tachometer-fastest:before {
content: "\ee31";
}
.tj-tachometer-slow:before {
content: "\ee32";
}
.tj-tachometer-slowest:before {
content: "\ee33";
}
.tj-taco:before {
content: "\ee34";
}
.tj-tag:before {
content: "\ee35";
}
.tj-tags:before {
content: "\ee36";
}
.tj-tally:before {
content: "\ee37";
}
.tj-tanakh:before {
content: "\ee38";
}
.tj-tape:before {
content: "\ee39";
}
.tj-tasks:before {
content: "\ee3a";
}
.tj-tasks-alt:before {
content: "\ee3b";
}
.tj-taxi:before {
content: "\ee3c";
}
.tj-teeth:before {
content: "\ee3d";
}
.tj-teeth-open:before {
content: "\ee3e";
}
.tj-temperature-frigid:before {
content: "\ee3f";
}
.tj-temperature-high:before {
content: "\ee40";
}
.tj-temperature-hot:before {
content: "\ee41";
}
.tj-temperature-low:before {
content: "\ee42";
}
.tj-tenge:before {
content: "\ee43";
}
.tj-tennis-ball:before {
content: "\ee44";
}
.tj-terminal:before {
content: "\ee45";
}
.tj-text-height:before {
content: "\ee46";
}
.tj-text-width:before {
content: "\ee47";
}
.tj-th:before {
content: "\ee48";
}
.tj-theater-masks:before {
content: "\ee49";
}
.tj-thermometer:before {
content: "\ee4a";
}
.tj-thermometer-empty:before {
content: "\ee4b";
}
.tj-thermometer-full:before {
content: "\ee4c";
}
.tj-thermometer-half:before {
content: "\ee4d";
}
.tj-thermometer-quarter:before {
content: "\ee4e";
}
.tj-thermometer-three-quarters:before {
content: "\ee4f";
}
.tj-theta:before {
content: "\ee50";
}
.tj-th-large:before {
content: "\ee51";
}
.tj-th-list:before {
content: "\ee52";
}
.tj-thumbs-down:before {
content: "\ee53";
}
.tj-thumbs-up:before {
content: "\ee54";
}
.tj-thumbtack:before {
content: "\ee55";
}
.tj-thunderstorm:before {
content: "\ee56";
}
.tj-thunderstorm-moon:before {
content: "\ee57";
}
.tj-thunderstorm-sun:before {
content: "\ee58";
}
.tj-ticket:before {
content: "\ee59";
}
.tj-ticket-alt:before {
content: "\ee5a";
}
.tj-tilde:before {
content: "\ee5b";
}
.tj-times:before {
content: "\ee5c";
}
.tj-times-circle:before {
content: "\ee5d";
}
.tj-times-hexagon:before {
content: "\ee5e";
}
.tj-times-octagon:before {
content: "\ee5f";
}
.tj-times-square:before {
content: "\ee60";
}
.tj-tint:before {
content: "\ee61";
}
.tj-tint-slash:before {
content: "\ee62";
}
.tj-tire:before {
content: "\ee63";
}
.tj-tired:before {
content: "\ee64";
}
.tj-tire-flat:before {
content: "\ee65";
}
.tj-tire-pressure-warning:before {
content: "\ee66";
}
.tj-tire-rugged:before {
content: "\ee67";
}
.tj-toggle-off:before {
content: "\ee68";
}
.tj-toggle-on:before {
content: "\ee69";
}
.tj-toilet:before {
content: "\ee6a";
}
.tj-toilet-paper:before {
content: "\ee6b";
}
.tj-toilet-paper-alt:before {
content: "\ee6c";
}
.tj-tombstone:before {
content: "\ee6d";
}
.tj-tombstone-alt:before {
content: "\ee6e";
}
.tj-toolbox:before {
content: "\ee6f";
}
.tj-tools:before {
content: "\ee70";
}
.tj-tooth:before {
content: "\ee71";
}
.tj-toothbrush:before {
content: "\ee72";
}
.tj-torah:before {
content: "\ee73";
}
.tj-torii-gate:before {
content: "\ee74";
}
.tj-tornado:before {
content: "\ee75";
}
.tj-tractor:before {
content: "\ee76";
}
.tj-trademark:before {
content: "\ee77";
}
.tj-traffic-cone:before {
content: "\ee78";
}
.tj-traffic-light:before {
content: "\ee79";
}
.tj-traffic-light-go:before {
content: "\ee7a";
}
.tj-traffic-light-slow:before {
content: "\ee7b";
}
.tj-traffic-light-stop:before {
content: "\ee7c";
}
.tj-train:before {
content: "\ee7d";
}
.tj-tram:before {
content: "\ee7e";
}
.tj-transgender:before {
content: "\ee7f";
}
.tj-transgender-alt:before {
content: "\ee80";
}
.tj-trash:before {
content: "\ee81";
}
.tj-trash-alt:before {
content: "\ee82";
}
.tj-trash-restore:before {
content: "\ee83";
}
.tj-trash-restore-alt:before {
content: "\ee84";
}
.tj-treasure-chest:before {
content: "\ee85";
}
.tj-tree:before {
content: "\ee86";
}
.tj-tree-alt:before {
content: "\ee87";
}
.tj-tree-christmas:before {
content: "\ee88";
}
.tj-tree-decorated:before {
content: "\ee89";
}
.tj-tree-large:before {
content: "\ee8a";
}
.tj-tree-palm:before {
content: "\ee8b";
}
.tj-trees:before {
content: "\ee8c";
}
.tj-triangle:before {
content: "\ee8d";
}
.tj-trophy:before {
content: "\ee8e";
}
.tj-trophy-alt:before {
content: "\ee8f";
}
.tj-truck:before {
content: "\ee90";
}
.tj-truck-container:before {
content: "\ee91";
}
.tj-truck-couch:before {
content: "\ee92";
}
.tj-truck-loading:before {
content: "\ee93";
}
.tj-truck-monster:before {
content: "\ee94";
}
.tj-truck-moving:before {
content: "\ee95";
}
.tj-truck-pickup:before {
content: "\ee96";
}
.tj-truck-plow:before {
content: "\ee97";
}
.tj-truck-ramp:before {
content: "\ee98";
}
.tj-tshirt:before {
content: "\ee99";
}
.tj-tty:before {
content: "\ee9a";
}
.tj-turkey:before {
content: "\ee9b";
}
.tj-turtle:before {
content: "\ee9c";
}
.tj-tv:before {
content: "\ee9d";
}
.tj-tv-retro:before {
content: "\ee9e";
}
.tj-umbrella:before {
content: "\ee9f";
}
.tj-umbrella-beach:before {
content: "\eea0";
}
.tj-underline:before {
content: "\eea1";
}
.tj-undo:before {
content: "\eea2";
}
.tj-undo-alt:before {
content: "\eea3";
}
.tj-unicorn:before {
content: "\eea4";
}
.tj-union:before {
content: "\eea5";
}
.tj-universal-access:before {
content: "\eea6";
}
.tj-university:before {
content: "\eea7";
}
.tj-unlink:before {
content: "\eea8";
}
.tj-unlock:before {
content: "\eea9";
}
.tj-unlock-alt:before {
content: "\eeaa";
}
.tj-upload:before {
content: "\eeab";
}
.tj-usd-circle:before {
content: "\eeac";
}
.tj-usd-square:before {
content: "\eead";
}
.tj-user:before {
content: "\eeae";
}
.tj-user-alt:before {
content: "\eeaf";
}
.tj-user-alt-slash:before {
content: "\eeb0";
}
.tj-user-astronaut:before {
content: "\eeb1";
}
.tj-user-chart:before {
content: "\eeb2";
}
.tj-user-check:before {
content: "\eeb3";
}
.tj-user-circle:before {
content: "\eeb4";
}
.tj-user-clock:before {
content: "\eeb5";
}
.tj-user-cog:before {
content: "\eeb6";
}
.tj-user-crown:before {
content: "\eeb7";
}
.tj-user-edit:before {
content: "\eeb8";
}
.tj-user-friends:before {
content: "\eeb9";
}
.tj-user-graduate:before {
content: "\eeba";
}
.tj-user-hard-hat:before {
content: "\eebb";
}
.tj-user-headset:before {
content: "\eebc";
}
.tj-user-injured:before {
content: "\eebd";
}
.tj-user-lock:before {
content: "\eebe";
}
.tj-user-md:before {
content: "\eebf";
}
.tj-user-md-chat:before {
content: "\eec0";
}
.tj-user-minus:before {
content: "\eec1";
}
.tj-user-ninja:before {
content: "\eec2";
}
.tj-user-nurse:before {
content: "\eec3";
}
.tj-user-plus:before {
content: "\eec4";
}
.tj-users:before {
content: "\eec5";
}
.tj-users-class:before {
content: "\eec6";
}
.tj-users-cog:before {
content: "\eec7";
}
.tj-users-crown:before {
content: "\eec8";
}
.tj-user-secret:before {
content: "\eec9";
}
.tj-user-shield:before {
content: "\eeca";
}
.tj-user-slash:before {
content: "\eecb";
}
.tj-users-medical:before {
content: "\eecc";
}
.tj-user-tag:before {
content: "\eecd";
}
.tj-user-tie:before {
content: "\eece";
}
.tj-user-times:before {
content: "\eecf";
}
.tj-utensil-fork:before {
content: "\eed0";
}
.tj-utensil-knife:before {
content: "\eed1";
}
.tj-utensils:before {
content: "\eed2";
}
.tj-utensils-alt:before {
content: "\eed3";
}
.tj-utensil-spoon:before {
content: "\eed4";
}
.tj-value-absolute:before {
content: "\eed5";
}
.tj-vector-square:before {
content: "\eed6";
}
.tj-venus:before {
content: "\eed7";
}
.tj-venus-double:before {
content: "\eed8";
}
.tj-venus-mars:before {
content: "\eed9";
}
.tj-vial:before {
content: "\eeda";
}
.tj-vials:before {
content: "\eedb";
}
.tj-video:before {
content: "\eedc";
}
.tj-video-plus:before {
content: "\eedd";
}
.tj-video-slash:before {
content: "\eede";
}
.tj-vihara:before {
content: "\eedf";
}
.tj-volcano:before {
content: "\eee0";
}
.tj-volleyball-ball:before {
content: "\eee1";
}
.tj-volume:before {
content: "\eee2";
}
.tj-volume-down:before {
content: "\eee3";
}
.tj-volume-mute:before {
content: "\eee4";
}
.tj-volume-off:before {
content: "\eee5";
}
.tj-volume-slash:before {
content: "\eee6";
}
.tj-volume-up:before {
content: "\eee7";
}
.tj-vote-nay:before {
content: "\eee8";
}
.tj-vote-yea:before {
content: "\eee9";
}
.tj-vr-cardboard:before {
content: "\eeea";
}
.tj-walker:before {
content: "\eeeb";
}
.tj-walking:before {
content: "\eeec";
}
.tj-wallet:before {
content: "\eeed";
}
.tj-wand:before {
content: "\eeee";
}
.tj-wand-magic:before {
content: "\eeef";
}
.tj-warehouse:before {
content: "\eef0";
}
.tj-warehouse-alt:before {
content: "\eef1";
}
.tj-watch:before {
content: "\eef2";
}
.tj-watch-fitness:before {
content: "\eef3";
}
.tj-water:before {
content: "\eef4";
}
.tj-water-lower:before {
content: "\eef5";
}
.tj-water-rise:before {
content: "\eef6";
}
.tj-wave-square:before {
content: "\eef7";
}
.tj-webcam:before {
content: "\eef8";
}
.tj-webcam-slash:before {
content: "\eef9";
}
.tj-weight:before {
content: "\eefa";
}
.tj-weight-hanging:before {
content: "\eefb";
}
.tj-whale:before {
content: "\eefc";
}
.tj-wheat:before {
content: "\eefd";
}
.tj-wheelchair:before {
content: "\eefe";
}
.tj-whistle:before {
content: "\eeff";
}
.tj-wifi:before {
content: "\ef00";
}
.tj-wifi-1:before {
content: "\ef01";
}
.tj-wifi-2:before {
content: "\ef02";
}
.tj-wifi-slash:before {
content: "\ef03";
}
.tj-wind:before {
content: "\ef04";
}
.tj-window:before {
content: "\ef05";
}
.tj-window-alt:before {
content: "\ef06";
}
.tj-window-close:before {
content: "\ef07";
}
.tj-window-maximize:before {
content: "\ef08";
}
.tj-window-minimize:before {
content: "\ef09";
}
.tj-window-restore:before {
content: "\ef0a";
}
.tj-windsock:before {
content: "\ef0b";
}
.tj-wind-warning:before {
content: "\ef0c";
}
.tj-wine-bottle:before {
content: "\ef0d";
}
.tj-wine-glass:before {
content: "\ef0e";
}
.tj-wine-glass-alt:before {
content: "\ef0f";
}
.tj-won-sign:before {
content: "\ef10";
}
.tj-wreath:before {
content: "\ef11";
}
.tj-wrench:before {
content: "\ef12";
}
.tj-x-ray:before {
content: "\ef13";
}
.tj-yen-sign:before {
content: "\ef14";
}
.tj-yin-yang:before {
content: "\ef15";
}
.tj-abacus1:before {
content: "\ef16";
}
.tj-acorn1:before {
content: "\ef17";
}
.tj-ad1:before {
content: "\ef18";
}
.tj-address-book1:before {
content: "\ef19";
}
.tj-address-card1:before {
content: "\ef1a";
}
.tj-adjust1:before {
content: "\ef1b";
}
.tj-air-freshener1:before {
content: "\ef1c";
}
.tj-alarm-clock1:before {
content: "\ef1d";
}
.tj-alicorn1:before {
content: "\ef1e";
}
.tj-align-center1:before {
content: "\ef1f";
}
.tj-align-justify1:before {
content: "\ef20";
}
.tj-align-left1:before {
content: "\ef21";
}
.tj-align-right1:before {
content: "\ef22";
}
.tj-allergies1:before {
content: "\ef23";
}
.tj-ambulance1:before {
content: "\ef24";
}
.tj-american-sign-language-interpreting1:before {
content: "\ef25";
}
.tj-analytics1:before {
content: "\ef26";
}
.tj-anchor1:before {
content: "\ef27";
}
.tj-angel1:before {
content: "\ef28";
}
.tj-angle-double-down1:before {
content: "\ef29";
}
.tj-angle-double-left1:before {
content: "\ef2a";
}
.tj-angle-double-right1:before {
content: "\ef2b";
}
.tj-angle-double-up1:before {
content: "\ef2c";
}
.tj-angle-down1:before {
content: "\ef2d";
}
.tj-angle-left1:before {
content: "\ef2e";
}
.tj-angle-right1:before {
content: "\ef2f";
}
.tj-angle-up1:before {
content: "\ef30";
}
.tj-angry1:before {
content: "\ef31";
}
.tj-ankh1:before {
content: "\ef32";
}
.tj-apple-alt1:before {
content: "\ef33";
}
.tj-apple-crate1:before {
content: "\ef34";
}
.tj-archive1:before {
content: "\ef35";
}
.tj-archway1:before {
content: "\ef36";
}
.tj-arrow-alt-circle-down1:before {
content: "\ef37";
}
.tj-arrow-alt-circle-left1:before {
content: "\ef38";
}
.tj-arrow-alt-circle-right1:before {
content: "\ef39";
}
.tj-arrow-alt-circle-up1:before {
content: "\ef3a";
}
.tj-arrow-alt-down1:before {
content: "\ef3b";
}
.tj-arrow-alt-from-bottom1:before {
content: "\ef3c";
}
.tj-arrow-alt-from-left1:before {
content: "\ef3d";
}
.tj-arrow-alt-from-right1:before {
content: "\ef3e";
}
.tj-arrow-alt-from-top1:before {
content: "\ef3f";
}
.tj-arrow-alt-left1:before {
content: "\ef40";
}
.tj-arrow-alt-right1:before {
content: "\ef41";
}
.tj-arrow-alt-square-down1:before {
content: "\ef42";
}
.tj-arrow-alt-square-left1:before {
content: "\ef43";
}
.tj-arrow-alt-square-right1:before {
content: "\ef44";
}
.tj-arrow-alt-square-up1:before {
content: "\ef45";
}
.tj-arrow-alt-to-bottom1:before {
content: "\ef46";
}
.tj-arrow-alt-to-left1:before {
content: "\ef47";
}
.tj-arrow-alt-to-right1:before {
content: "\ef48";
}
.tj-arrow-alt-to-top1:before {
content: "\ef49";
}
.tj-arrow-alt-up1:before {
content: "\ef4a";
}
.tj-arrow-circle-down1:before {
content: "\ef4b";
}
.tj-arrow-circle-left1:before {
content: "\ef4c";
}
.tj-arrow-circle-right1:before {
content: "\ef4d";
}
.tj-arrow-circle-up1:before {
content: "\ef4e";
}
.tj-arrow-down1:before {
content: "\ef4f";
}
.tj-arrow-from-bottom1:before {
content: "\ef50";
}
.tj-arrow-from-left1:before {
content: "\ef51";
}
.tj-arrow-from-right1:before {
content: "\ef52";
}
.tj-arrow-from-top1:before {
content: "\ef53";
}
.tj-arrow-left1:before {
content: "\ef54";
}
.tj-arrow-right1:before {
content: "\ef55";
}
.tj-arrows1:before {
content: "\ef56";
}
.tj-arrows-alt1:before {
content: "\ef57";
}
.tj-arrows-alt-h1:before {
content: "\ef58";
}
.tj-arrows-alt-v1:before {
content: "\ef59";
}
.tj-arrows-h1:before {
content: "\ef5a";
}
.tj-arrow-square-down1:before {
content: "\ef5b";
}
.tj-arrow-square-left1:before {
content: "\ef5c";
}
.tj-arrow-square-right1:before {
content: "\ef5d";
}
.tj-arrow-square-up1:before {
content: "\ef5e";
}
.tj-arrows-v1:before {
content: "\ef5f";
}
.tj-arrow-to-bottom1:before {
content: "\ef60";
}
.tj-arrow-to-left1:before {
content: "\ef61";
}
.tj-arrow-to-right1:before {
content: "\ef62";
}
.tj-arrow-to-top1:before {
content: "\ef63";
}
.tj-arrow-up1:before {
content: "\ef64";
}
.tj-assistive-listening-systems1:before {
content: "\ef65";
}
.tj-asterisk1:before {
content: "\ef66";
}
.tj-at1:before {
content: "\ef67";
}
.tj-atlas1:before {
content: "\ef68";
}
.tj-atom1:before {
content: "\ef69";
}
.tj-atom-alt1:before {
content: "\ef6a";
}
.tj-audio-description1:before {
content: "\ef6b";
}
.tj-award1:before {
content: "\ef6c";
}
.tj-axe1:before {
content: "\ef6d";
}
.tj-axe-battle1:before {
content: "\ef6e";
}
.tj-baby1:before {
content: "\ef6f";
}
.tj-baby-carriage1:before {
content: "\ef70";
}
.tj-backpack1:before {
content: "\ef71";
}
.tj-backspace1:before {
content: "\ef72";
}
.tj-backward1:before {
content: "\ef73";
}
.tj-bacon1:before {
content: "\ef74";
}
.tj-badge1:before {
content: "\ef75";
}
.tj-badge-check1:before {
content: "\ef76";
}
.tj-badge-dollar1:before {
content: "\ef77";
}
.tj-badge-percent1:before {
content: "\ef78";
}
.tj-badger-honey1:before {
content: "\ef79";
}
.tj-balance-scale1:before {
content: "\ef7a";
}
.tj-balance-scale-left1:before {
content: "\ef7b";
}
.tj-balance-scale-right1:before {
content: "\ef7c";
}
.tj-ballot1:before {
content: "\ef7d";
}
.tj-ballot-check1:before {
content: "\ef7e";
}
.tj-ball-pile1:before {
content: "\ef7f";
}
.tj-ban1:before {
content: "\ef80";
}
.tj-band-aid1:before {
content: "\ef81";
}
.tj-barcode1:before {
content: "\ef82";
}
.tj-barcode-alt1:before {
content: "\ef83";
}
.tj-barcode-read1:before {
content: "\ef84";
}
.tj-barcode-scan1:before {
content: "\ef85";
}
.tj-bars1:before {
content: "\ef86";
}
.tj-baseball1:before {
content: "\ef87";
}
.tj-baseball-ball1:before {
content: "\ef88";
}
.tj-basketball-ball1:before {
content: "\ef89";
}
.tj-basketball-hoop1:before {
content: "\ef8a";
}
.tj-bat1:before {
content: "\ef8b";
}
.tj-bath1:before {
content: "\ef8c";
}
.tj-battery-bolt1:before {
content: "\ef8d";
}
.tj-battery-empty1:before {
content: "\ef8e";
}
.tj-battery-full1:before {
content: "\ef8f";
}
.tj-battery-half1:before {
content: "\ef90";
}
.tj-battery-quarter1:before {
content: "\ef91";
}
.tj-battery-slash1:before {
content: "\ef92";
}
.tj-battery-three-quarters1:before {
content: "\ef93";
}
.tj-bed1:before {
content: "\ef94";
}
.tj-beer1:before {
content: "\ef95";
}
.tj-bell1:before {
content: "\ef96";
}
.tj-bells1:before {
content: "\ef97";
}
.tj-bell-school1:before {
content: "\ef98";
}
.tj-bell-school-slash1:before {
content: "\ef99";
}
.tj-bell-slash1:before {
content: "\ef9a";
}
.tj-bezier-curve1:before {
content: "\ef9b";
}
.tj-bible1:before {
content: "\ef9c";
}
.tj-bicycle1:before {
content: "\ef9d";
}
.tj-binoculars1:before {
content: "\ef9e";
}
.tj-biohazard1:before {
content: "\ef9f";
}
.tj-birthday-cake1:before {
content: "\efa0";
}
.tj-blanket1:before {
content: "\efa1";
}
.tj-blender1:before {
content: "\efa2";
}
.tj-blender-phone1:before {
content: "\efa3";
}
.tj-blind1:before {
content: "\efa4";
}
.tj-blog1:before {
content: "\efa5";
}
.tj-bold1:before {
content: "\efa6";
}
.tj-bolt1:before {
content: "\efa7";
}
.tj-bomb1:before {
content: "\efa8";
}
.tj-bone1:before {
content: "\efa9";
}
.tj-bone-break1:before {
content: "\efaa";
}
.tj-bong1:before {
content: "\efab";
}
.tj-book1:before {
content: "\efac";
}
.tj-book-alt1:before {
content: "\efad";
}
.tj-book-dead1:before {
content: "\efae";
}
.tj-book-heart1:before {
content: "\efaf";
}
.tj-bookmark1:before {
content: "\efb0";
}
.tj-book-medical1:before {
content: "\efb1";
}
.tj-book-open1:before {
content: "\efb2";
}
.tj-book-reader1:before {
content: "\efb3";
}
.tj-books1:before {
content: "\efb4";
}
.tj-books-medical1:before {
content: "\efb5";
}
.tj-book-spells1:before {
content: "\efb6";
}
.tj-book-user1:before {
content: "\efb7";
}
.tj-boot1:before {
content: "\efb8";
}
.tj-booth-curtain1:before {
content: "\efb9";
}
.tj-bow-arrow1:before {
content: "\efba";
}
.tj-bowling-ball1:before {
content: "\efbb";
}
.tj-bowling-pins1:before {
content: "\efbc";
}
.tj-box1:before {
content: "\efbd";
}
.tj-box-alt1:before {
content: "\efbe";
}
.tj-box-ballot1:before {
content: "\efbf";
}
.tj-box-check1:before {
content: "\efc0";
}
.tj-boxes1:before {
content: "\efc1";
}
.tj-boxes-alt1:before {
content: "\efc2";
}
.tj-box-fragile1:before {
content: "\efc3";
}
.tj-box-full1:before {
content: "\efc4";
}
.tj-box-heart1:before {
content: "\efc5";
}
.tj-boxing-glove1:before {
content: "\efc6";
}
.tj-box-open1:before {
content: "\efc7";
}
.tj-box-up1:before {
content: "\efc8";
}
.tj-box-usd1:before {
content: "\efc9";
}
.tj-brackets1:before {
content: "\efca";
}
.tj-brackets-curly1:before {
content: "\efcb";
}
.tj-braille1:before {
content: "\efcc";
}
.tj-brain1:before {
content: "\efcd";
}
.tj-bread-loaf1:before {
content: "\efce";
}
.tj-bread-slice1:before {
content: "\efcf";
}
.tj-briefcase1:before {
content: "\efd0";
}
.tj-briefcase-medical1:before {
content: "\efd1";
}
.tj-broadcast-tower1:before {
content: "\efd2";
}
.tj-broom1:before {
content: "\efd3";
}
.tj-browser1:before {
content: "\efd4";
}
.tj-brush1:before {
content: "\efd5";
}
.tj-bug1:before {
content: "\efd6";
}
.tj-building1:before {
content: "\efd7";
}
.tj-bullhorn1:before {
content: "\efd8";
}
.tj-bullseye1:before {
content: "\efd9";
}
.tj-bullseye-arrow1:before {
content: "\efda";
}
.tj-bullseye-pointer1:before {
content: "\efdb";
}
.tj-burn1:before {
content: "\efdc";
}
.tj-burrito1:before {
content: "\efdd";
}
.tj-bus1:before {
content: "\efde";
}
.tj-bus-alt1:before {
content: "\efdf";
}
.tj-business-time1:before {
content: "\efe0";
}
.tj-bus-school1:before {
content: "\efe1";
}
.tj-cabinet-filing1:before {
content: "\efe2";
}
.tj-calculator1:before {
content: "\efe3";
}
.tj-calculator-alt1:before {
content: "\efe4";
}
.tj-calendar1:before {
content: "\efe5";
}
.tj-calendar-alt1:before {
content: "\efe6";
}
.tj-calendar-check1:before {
content: "\efe7";
}
.tj-calendar-day1:before {
content: "\efe8";
}
.tj-calendar-edit1:before {
content: "\efe9";
}
.tj-calendar-exclamation1:before {
content: "\efea";
}
.tj-calendar-minus1:before {
content: "\efeb";
}
.tj-calendar-plus1:before {
content: "\efec";
}
.tj-calendar-star1:before {
content: "\efed";
}
.tj-calendar-times1:before {
content: "\efee";
}
.tj-calendar-week1:before {
content: "\efef";
}
.tj-camera1:before {
content: "\eff0";
}
.tj-camera-alt1:before {
content: "\eff1";
}
.tj-camera-retro1:before {
content: "\eff2";
}
.tj-campfire1:before {
content: "\eff3";
}
.tj-campground1:before {
content: "\eff4";
}
.tj-candle-holder1:before {
content: "\eff5";
}
.tj-candy-cane1:before {
content: "\eff6";
}
.tj-candy-corn1:before {
content: "\eff7";
}
.tj-cannabis1:before {
content: "\eff8";
}
.tj-capsules1:before {
content: "\eff9";
}
.tj-car1:before {
content: "\effa";
}
.tj-car-alt1:before {
content: "\effb";
}
.tj-car-battery1:before {
content: "\effc";
}
.tj-car-bump1:before {
content: "\effd";
}
.tj-car-crash1:before {
content: "\effe";
}
.tj-caret-circle-down1:before {
content: "\efff";
}
.tj-caret-circle-left1:before {
content: "\f000";
}
.tj-caret-circle-right1:before {
content: "\f001";
}
.tj-caret-circle-up1:before {
content: "\f002";
}
.tj-caret-down1:before {
content: "\f003";
}
.tj-caret-left1:before {
content: "\f004";
}
.tj-caret-right1:before {
content: "\f005";
}
.tj-caret-square-down1:before {
content: "\f006";
}
.tj-caret-square-left1:before {
content: "\f007";
}
.tj-caret-square-right1:before {
content: "\f008";
}
.tj-caret-square-up1:before {
content: "\f009";
}
.tj-caret-up1:before {
content: "\f00a";
}
.tj-car-garage1:before {
content: "\f00b";
}
.tj-car-mechanic1:before {
content: "\f00c";
}
.tj-carrot1:before {
content: "\f00d";
}
.tj-car-side1:before {
content: "\f00e";
}
.tj-cart-arrow-down1:before {
content: "\f00f";
}
.tj-car-tilt1:before {
content: "\f010";
}
.tj-cart-plus1:before {
content: "\f011";
}
.tj-car-wash1:before {
content: "\f012";
}
.tj-cash-register1:before {
content: "\f013";
}
.tj-cat1:before {
content: "\f014";
}
.tj-cauldron1:before {
content: "\f015";
}
.tj-certificate1:before {
content: "\f016";
}
.tj-chair1:before {
content: "\f017";
}
.tj-chair-office1:before {
content: "\f018";
}
.tj-chalkboard1:before {
content: "\f019";
}
.tj-chalkboard-teacher1:before {
content: "\f01a";
}
.tj-charging-station1:before {
content: "\f01b";
}
.tj-chart-area1:before {
content: "\f01c";
}
.tj-chart-bar1:before {
content: "\f01d";
}
.tj-chart-line1:before {
content: "\f01e";
}
.tj-chart-line-down1:before {
content: "\f01f";
}
.tj-chart-network1:before {
content: "\f020";
}
.tj-chart-pie1:before {
content: "\f021";
}
.tj-chart-pie-alt1:before {
content: "\f022";
}
.tj-chart-scatter1:before {
content: "\f023";
}
.tj-check1:before {
content: "\f024";
}
.tj-check-circle1:before {
content: "\f025";
}
.tj-check-double1:before {
content: "\f026";
}
.tj-check-square1:before {
content: "\f027";
}
.tj-cheese1:before {
content: "\f028";
}
.tj-cheeseburger1:before {
content: "\f029";
}
.tj-cheese-swiss1:before {
content: "\f02a";
}
.tj-chess1:before {
content: "\f02b";
}
.tj-chess-bishop1:before {
content: "\f02c";
}
.tj-chess-bishop-alt1:before {
content: "\f02d";
}
.tj-chess-board1:before {
content: "\f02e";
}
.tj-chess-clock1:before {
content: "\f02f";
}
.tj-chess-clock-alt1:before {
content: "\f030";
}
.tj-chess-king1:before {
content: "\f031";
}
.tj-chess-king-alt1:before {
content: "\f032";
}
.tj-chess-knight1:before {
content: "\f033";
}
.tj-chess-knight-alt1:before {
content: "\f034";
}
.tj-chess-pawn1:before {
content: "\f035";
}
.tj-chess-pawn-alt1:before {
content: "\f036";
}
.tj-chess-queen1:before {
content: "\f037";
}
.tj-chess-queen-alt1:before {
content: "\f038";
}
.tj-chess-rook1:before {
content: "\f039";
}
.tj-chess-rook-alt1:before {
content: "\f03a";
}
.tj-chevron-circle-down1:before {
content: "\f03b";
}
.tj-chevron-circle-left1:before {
content: "\f03c";
}
.tj-chevron-circle-right1:before {
content: "\f03d";
}
.tj-chevron-circle-up1:before {
content: "\f03e";
}
.tj-chevron-double-down1:before {
content: "\f03f";
}
.tj-chevron-double-left1:before {
content: "\f040";
}
.tj-chevron-double-right1:before {
content: "\f041";
}
.tj-chevron-double-up1:before {
content: "\f042";
}
.tj-chevron-down1:before {
content: "\f043";
}
.tj-chevron-left1:before {
content: "\f044";
}
.tj-chevron-right1:before {
content: "\f045";
}
.tj-chevron-square-down1:before {
content: "\f046";
}
.tj-chevron-square-left1:before {
content: "\f047";
}
.tj-chevron-square-right1:before {
content: "\f048";
}
.tj-chevron-square-up1:before {
content: "\f049";
}
.tj-chevron-up1:before {
content: "\f04a";
}
.tj-child1:before {
content: "\f04b";
}
.tj-chimney1:before {
content: "\f04c";
}
.tj-church1:before {
content: "\f04d";
}
.tj-circle1:before {
content: "\f04e";
}
.tj-circle-notch1:before {
content: "\f04f";
}
.tj-city1:before {
content: "\f050";
}
.tj-claw-marks1:before {
content: "\f051";
}
.tj-clinic-medical1:before {
content: "\f052";
}
.tj-clipboard1:before {
content: "\f053";
}
.tj-clipboard-check1:before {
content: "\f054";
}
.tj-clipboard-list1:before {
content: "\f055";
}
.tj-clipboard-list-check1:before {
content: "\f056";
}
.tj-clipboard-prescription1:before {
content: "\f057";
}
.tj-clipboard-user1:before {
content: "\f058";
}
.tj-clock1:before {
content: "\f059";
}
.tj-clone1:before {
content: "\f05a";
}
.tj-closed-captioning1:before {
content: "\f05b";
}
.tj-cloud1:before {
content: "\f05c";
}
.tj-cloud-download1:before {
content: "\f05d";
}
.tj-cloud-download-alt1:before {
content: "\f05e";
}
.tj-cloud-drizzle1:before {
content: "\f05f";
}
.tj-cloud-hail1:before {
content: "\f060";
}
.tj-cloud-hail-mixed1:before {
content: "\f061";
}
.tj-cloud-meatball1:before {
content: "\f062";
}
.tj-cloud-moon1:before {
content: "\f063";
}
.tj-cloud-moon-rain1:before {
content: "\f064";
}
.tj-cloud-rain1:before {
content: "\f065";
}
.tj-cloud-rainbow1:before {
content: "\f066";
}
.tj-clouds1:before {
content: "\f067";
}
.tj-cloud-showers1:before {
content: "\f068";
}
.tj-cloud-showers-heavy1:before {
content: "\f069";
}
.tj-cloud-sleet1:before {
content: "\f06a";
}
.tj-clouds-moon1:before {
content: "\f06b";
}
.tj-cloud-snow1:before {
content: "\f06c";
}
.tj-clouds-sun1:before {
content: "\f06d";
}
.tj-cloud-sun1:before {
content: "\f06e";
}
.tj-cloud-sun-rain1:before {
content: "\f06f";
}
.tj-cloud-upload1:before {
content: "\f070";
}
.tj-cloud-upload-alt1:before {
content: "\f071";
}
.tj-club1:before {
content: "\f072";
}
.tj-cocktail1:before {
content: "\f073";
}
.tj-code1:before {
content: "\f074";
}
.tj-code-branch1:before {
content: "\f075";
}
.tj-code-commit1:before {
content: "\f076";
}
.tj-code-merge1:before {
content: "\f077";
}
.tj-coffee1:before {
content: "\f078";
}
.tj-coffee-togo1:before {
content: "\f079";
}
.tj-coffin1:before {
content: "\f07a";
}
.tj-cog1:before {
content: "\f07b";
}
.tj-cogs1:before {
content: "\f07c";
}
.tj-coins1:before {
content: "\f07d";
}
.tj-columns1:before {
content: "\f07e";
}
.tj-comment1:before {
content: "\f07f";
}
.tj-comment-alt1:before {
content: "\f080";
}
.tj-comment-alt-check1:before {
content: "\f081";
}
.tj-comment-alt-dollar1:before {
content: "\f082";
}
.tj-comment-alt-dots1:before {
content: "\f083";
}
.tj-comment-alt-edit1:before {
content: "\f084";
}
.tj-comment-alt-exclamation1:before {
content: "\f085";
}
.tj-comment-alt-lines1:before {
content: "\f086";
}
.tj-comment-alt-medical1:before {
content: "\f087";
}
.tj-comment-alt-minus1:before {
content: "\f088";
}
.tj-comment-alt-plus1:before {
content: "\f089";
}
.tj-comment-alt-slash1:before {
content: "\f08a";
}
.tj-comment-alt-smile1:before {
content: "\f08b";
}
.tj-comment-alt-times1:before {
content: "\f08c";
}
.tj-comment-check1:before {
content: "\f08d";
}
.tj-comment-dollar1:before {
content: "\f08e";
}
.tj-comment-dots1:before {
content: "\f08f";
}
.tj-comment-edit1:before {
content: "\f090";
}
.tj-comment-exclamation1:before {
content: "\f091";
}
.tj-comment-lines1:before {
content: "\f092";
}
.tj-comment-medical1:before {
content: "\f093";
}
.tj-comment-minus1:before {
content: "\f094";
}
.tj-comment-plus1:before {
content: "\f095";
}
.tj-comments1:before {
content: "\f096";
}
.tj-comments-alt1:before {
content: "\f097";
}
.tj-comments-alt-dollar1:before {
content: "\f098";
}
.tj-comments-dollar1:before {
content: "\f099";
}
.tj-comment-slash1:before {
content: "\f09a";
}
.tj-comment-smile1:before {
content: "\f09b";
}
.tj-comment-times1:before {
content: "\f09c";
}
.tj-compact-disc1:before {
content: "\f09d";
}
.tj-compass1:before {
content: "\f09e";
}
.tj-compass-slash1:before {
content: "\f09f";
}
.tj-compress1:before {
content: "\f0a0";
}
.tj-compress-alt1:before {
content: "\f0a1";
}
.tj-compress-arrows-alt1:before {
content: "\f0a2";
}
.tj-compress-wide1:before {
content: "\f0a3";
}
.tj-concierge-bell1:before {
content: "\f0a4";
}
.tj-container-storage1:before {
content: "\f0a5";
}
.tj-conveyor-belt1:before {
content: "\f0a6";
}
.tj-conveyor-belt-alt1:before {
content: "\f0a7";
}
.tj-cookie1:before {
content: "\f0a8";
}
.tj-cookie-bite1:before {
content: "\f0a9";
}
.tj-copy1:before {
content: "\f0aa";
}
.tj-copyright1:before {
content: "\f0ab";
}
.tj-corn1:before {
content: "\f0ac";
}
.tj-couch1:before {
content: "\f0ad";
}
.tj-cow1:before {
content: "\f0ae";
}
.tj-credit-card1:before {
content: "\f0af";
}
.tj-credit-card-blank1:before {
content: "\f0b0";
}
.tj-credit-card-front1:before {
content: "\f0b1";
}
.tj-cricket1:before {
content: "\f0b2";
}
.tj-croissant1:before {
content: "\f0b3";
}
.tj-crop1:before {
content: "\f0b4";
}
.tj-crop-alt1:before {
content: "\f0b5";
}
.tj-cross1:before {
content: "\f0b6";
}
.tj-crosshairs1:before {
content: "\f0b7";
}
.tj-crow1:before {
content: "\f0b8";
}
.tj-crown1:before {
content: "\f0b9";
}
.tj-crutch1:before {
content: "\f0ba";
}
.tj-crutches1:before {
content: "\f0bb";
}
.tj-cube1:before {
content: "\f0bc";
}
.tj-cubes1:before {
content: "\f0bd";
}
.tj-curling1:before {
content: "\f0be";
}
.tj-cut1:before {
content: "\f0bf";
}
.tj-dagger1:before {
content: "\f0c0";
}
.tj-database1:before {
content: "\f0c1";
}
.tj-deaf1:before {
content: "\f0c2";
}
.tj-debug1:before {
content: "\f0c3";
}
.tj-deer1:before {
content: "\f0c4";
}
.tj-deer-rudolph1:before {
content: "\f0c5";
}
.tj-democrat1:before {
content: "\f0c6";
}
.tj-desktop1:before {
content: "\f0c7";
}
.tj-desktop-alt1:before {
content: "\f0c8";
}
.tj-dewpoint1:before {
content: "\f0c9";
}
.tj-dharmachakra1:before {
content: "\f0ca";
}
.tj-diagnoses1:before {
content: "\f0cb";
}
.tj-diamond1:before {
content: "\f0cc";
}
.tj-dice1:before {
content: "\f0cd";
}
.tj-dice-d41:before {
content: "\f0ce";
}
.tj-dice-d61:before {
content: "\f0cf";
}
.tj-dice-d81:before {
content: "\f0d0";
}
.tj-dice-d101:before {
content: "\f0d1";
}
.tj-dice-d121:before {
content: "\f0d2";
}
.tj-dice-d201:before {
content: "\f0d3";
}
.tj-dice-five1:before {
content: "\f0d4";
}
.tj-dice-four1:before {
content: "\f0d5";
}
.tj-dice-one1:before {
content: "\f0d6";
}
.tj-dice-six1:before {
content: "\f0d7";
}
.tj-dice-three1:before {
content: "\f0d8";
}
.tj-dice-two1:before {
content: "\f0d9";
}
.tj-digital-tachograph1:before {
content: "\f0da";
}
.tj-diploma1:before {
content: "\f0db";
}
.tj-directions1:before {
content: "\f0dc";
}
.tj-disease1:before {
content: "\f0dd";
}
.tj-divide1:before {
content: "\f0de";
}
.tj-dizzy1:before {
content: "\f0df";
}
.tj-dna1:before {
content: "\f0e0";
}
.tj-dog1:before {
content: "\f0e1";
}
.tj-dog-leashed1:before {
content: "\f0e2";
}
.tj-dollar-sign1:before {
content: "\f0e3";
}
.tj-dolly1:before {
content: "\f0e4";
}
.tj-dolly-empty1:before {
content: "\f0e5";
}
.tj-dolly-flatbed1:before {
content: "\f0e6";
}
.tj-dolly-flatbed-alt1:before {
content: "\f0e7";
}
.tj-dolly-flatbed-empty1:before {
content: "\f0e8";
}
.tj-donate1:before {
content: "\f0e9";
}
.tj-do-not-enter1:before {
content: "\f0ea";
}
.tj-door-closed1:before {
content: "\f0eb";
}
.tj-door-open1:before {
content: "\f0ec";
}
.tj-dot-circle1:before {
content: "\f0ed";
}
.tj-dove1:before {
content: "\f0ee";
}
.tj-download1:before {
content: "\f0ef";
}
.tj-drafting-compass1:before {
content: "\f0f0";
}
.tj-dragon1:before {
content: "\f0f1";
}
.tj-draw-circle1:before {
content: "\f0f2";
}
.tj-draw-polygon1:before {
content: "\f0f3";
}
.tj-draw-square1:before {
content: "\f0f4";
}
.tj-dreidel1:before {
content: "\f0f5";
}
.tj-drum1:before {
content: "\f0f6";
}
.tj-drum-steelpan1:before {
content: "\f0f7";
}
.tj-drumstick1:before {
content: "\f0f8";
}
.tj-drumstick-bite1:before {
content: "\f0f9";
}
.tj-duck1:before {
content: "\f0fa";
}
.tj-dumbbell1:before {
content: "\f0fb";
}
.tj-dumpster1:before {
content: "\f0fc";
}
.tj-dumpster-fire1:before {
content: "\f0fd";
}
.tj-dungeon1:before {
content: "\f0fe";
}
.tj-ear1:before {
content: "\f0ff";
}
.tj-ear-muffs1:before {
content: "\f100";
}
.tj-eclipse1:before {
content: "\f101";
}
.tj-eclipse-alt1:before {
content: "\f102";
}
.tj-edit1:before {
content: "\f103";
}
.tj-egg1:before {
content: "\f104";
}
.tj-egg-fried1:before {
content: "\f105";
}
.tj-eject1:before {
content: "\f106";
}
.tj-elephant1:before {
content: "\f107";
}
.tj-ellipsis-h1:before {
content: "\f108";
}
.tj-ellipsis-h-alt1:before {
content: "\f109";
}
.tj-ellipsis-v1:before {
content: "\f10a";
}
.tj-ellipsis-v-alt1:before {
content: "\f10b";
}
.tj-empty-set1:before {
content: "\f10c";
}
.tj-engine-warning1:before {
content: "\f10d";
}
.tj-envelope1:before {
content: "\f10e";
}
.tj-envelope-open1:before {
content: "\f10f";
}
.tj-envelope-open-dollar1:before {
content: "\f110";
}
.tj-envelope-open-text1:before {
content: "\f111";
}
.tj-envelope-square1:before {
content: "\f112";
}
.tj-equals1:before {
content: "\f113";
}
.tj-eraser1:before {
content: "\f114";
}
.tj-ethernet1:before {
content: "\f115";
}
.tj-euro-sign1:before {
content: "\f116";
}
.tj-exchange1:before {
content: "\f117";
}
.tj-exchange-alt1:before {
content: "\f118";
}
.tj-exclamation1:before {
content: "\f119";
}
.tj-exclamation-circle1:before {
content: "\f11a";
}
.tj-exclamation-square1:before {
content: "\f11b";
}
.tj-exclamation-triangle1:before {
content: "\f11c";
}
.tj-expand1:before {
content: "\f11d";
}
.tj-expand-alt1:before {
content: "\f11e";
}
.tj-expand-arrows1:before {
content: "\f11f";
}
.tj-expand-arrows-alt1:before {
content: "\f120";
}
.tj-expand-wide1:before {
content: "\f121";
}
.tj-external-link1:before {
content: "\f122";
}
.tj-external-link-alt1:before {
content: "\f123";
}
.tj-external-link-square1:before {
content: "\f124";
}
.tj-external-link-square-alt1:before {
content: "\f125";
}
.tj-eye1:before {
content: "\f126";
}
.tj-eye-dropper1:before {
content: "\f127";
}
.tj-eye-evil1:before {
content: "\f128";
}
.tj-eye-slash1:before {
content: "\f129";
}
.tj-fast-backward1:before {
content: "\f12a";
}
.tj-fast-forward1:before {
content: "\f12b";
}
.tj-fax1:before {
content: "\f12c";
}
.tj-feather1:before {
content: "\f12d";
}
.tj-feather-alt1:before {
content: "\f12e";
}
.tj-female1:before {
content: "\f12f";
}
.tj-field-hockey1:before {
content: "\f130";
}
.tj-fighter-jet1:before {
content: "\f131";
}
.tj-file1:before {
content: "\f132";
}
.tj-file-alt1:before {
content: "\f133";
}
.tj-file-archive1:before {
content: "\f134";
}
.tj-file-audio1:before {
content: "\f135";
}
.tj-file-certificate1:before {
content: "\f136";
}
.tj-file-chart-line1:before {
content: "\f137";
}
.tj-file-chart-pie1:before {
content: "\f138";
}
.tj-file-check1:before {
content: "\f139";
}
.tj-file-code1:before {
content: "\f13a";
}
.tj-file-contract1:before {
content: "\f13b";
}
.tj-file-csv1:before {
content: "\f13c";
}
.tj-file-download1:before {
content: "\f13d";
}
.tj-file-edit1:before {
content: "\f13e";
}
.tj-file-excel1:before {
content: "\f13f";
}
.tj-file-exclamation1:before {
content: "\f140";
}
.tj-file-export1:before {
content: "\f141";
}
.tj-file-image1:before {
content: "\f142";
}
.tj-file-import1:before {
content: "\f143";
}
.tj-file-invoice1:before {
content: "\f144";
}
.tj-file-invoice-dollar1:before {
content: "\f145";
}
.tj-file-medical1:before {
content: "\f146";
}
.tj-file-medical-alt1:before {
content: "\f147";
}
.tj-file-minus1:before {
content: "\f148";
}
.tj-file-pdf1:before {
content: "\f149";
}
.tj-file-plus1:before {
content: "\f14a";
}
.tj-file-powerpoint1:before {
content: "\f14b";
}
.tj-file-prescription1:before {
content: "\f14c";
}
.tj-file-signature1:before {
content: "\f14d";
}
.tj-files-medical1:before {
content: "\f14e";
}
.tj-file-spreadsheet1:before {
content: "\f14f";
}
.tj-file-times1:before {
content: "\f150";
}
.tj-file-upload1:before {
content: "\f151";
}
.tj-file-user1:before {
content: "\f152";
}
.tj-file-video1:before {
content: "\f153";
}
.tj-file-word1:before {
content: "\f154";
}
.tj-fill1:before {
content: "\f155";
}
.tj-fill-drip1:before {
content: "\f156";
}
.tj-film1:before {
content: "\f157";
}
.tj-film-alt1:before {
content: "\f158";
}
.tj-filter1:before {
content: "\f159";
}
.tj-fingerprint1:before {
content: "\f15a";
}
.tj-fire1:before {
content: "\f15b";
}
.tj-fire-alt1:before {
content: "\f15c";
}
.tj-fire-extinguisher1:before {
content: "\f15d";
}
.tj-fireplace1:before {
content: "\f15e";
}
.tj-fire-smoke1:before {
content: "\f15f";
}
.tj-first-aid1:before {
content: "\f160";
}
.tj-fish1:before {
content: "\f161";
}
.tj-fish-cooked1:before {
content: "\f162";
}
.tj-fist-raised1:before {
content: "\f163";
}
.tj-flag1:before {
content: "\f164";
}
.tj-flag-alt1:before {
content: "\f165";
}
.tj-flag-checkered1:before {
content: "\f166";
}
.tj-flag-usa1:before {
content: "\f167";
}
.tj-flame1:before {
content: "\f168";
}
.tj-flask1:before {
content: "\f169";
}
.tj-flask-poison1:before {
content: "\f16a";
}
.tj-flask-potion1:before {
content: "\f16b";
}
.tj-flower1:before {
content: "\f16c";
}
.tj-flower-daffodil1:before {
content: "\f16d";
}
.tj-flower-tulip1:before {
content: "\f16e";
}
.tj-flushed1:before {
content: "\f16f";
}
.tj-fog1:before {
content: "\f170";
}
.tj-folder1:before {
content: "\f171";
}
.tj-folder-minus1:before {
content: "\f172";
}
.tj-folder-open1:before {
content: "\f173";
}
.tj-folder-plus1:before {
content: "\f174";
}
.tj-folders1:before {
content: "\f175";
}
.tj-folder-times1:before {
content: "\f176";
}
.tj-folder-tree1:before {
content: "\f177";
}
.tj-font1:before {
content: "\f178";
}
.tj-font-awesome-logo-full1:before {
content: "\f179";
}
.tj-football-ball1:before {
content: "\f17a";
}
.tj-football-helmet1:before {
content: "\f17b";
}
.tj-forklift1:before {
content: "\f17c";
}
.tj-forward1:before {
content: "\f17d";
}
.tj-fragile1:before {
content: "\f17e";
}
.tj-french-fries1:before {
content: "\f17f";
}
.tj-frog1:before {
content: "\f180";
}
.tj-frosty-head1:before {
content: "\f181";
}
.tj-frown1:before {
content: "\f182";
}
.tj-frown-open1:before {
content: "\f183";
}
.tj-function1:before {
content: "\f184";
}
.tj-funnel-dollar1:before {
content: "\f185";
}
.tj-futbol1:before {
content: "\f186";
}
.tj-gamepad1:before {
content: "\f187";
}
.tj-gas-pump1:before {
content: "\f188";
}
.tj-gas-pump-slash1:before {
content: "\f189";
}
.tj-gavel1:before {
content: "\f18a";
}
.tj-gem1:before {
content: "\f18b";
}
.tj-genderless1:before {
content: "\f18c";
}
.tj-ghost1:before {
content: "\f18d";
}
.tj-gift1:before {
content: "\f18e";
}
.tj-gift-card1:before {
content: "\f18f";
}
.tj-gifts1:before {
content: "\f190";
}
.tj-gingerbread-man1:before {
content: "\f191";
}
.tj-glass1:before {
content: "\f192";
}
.tj-glass-champagne1:before {
content: "\f193";
}
.tj-glass-cheers1:before {
content: "\f194";
}
.tj-glasses1:before {
content: "\f195";
}
.tj-glasses-alt1:before {
content: "\f196";
}
.tj-glass-martini1:before {
content: "\f197";
}
.tj-glass-martini-alt1:before {
content: "\f198";
}
.tj-glass-whiskey1:before {
content: "\f199";
}
.tj-glass-whiskey-rocks1:before {
content: "\f19a";
}
.tj-globe1:before {
content: "\f19b";
}
.tj-globe-africa1:before {
content: "\f19c";
}
.tj-globe-americas1:before {
content: "\f19d";
}
.tj-globe-asia1:before {
content: "\f19e";
}
.tj-globe-europe1:before {
content: "\f19f";
}
.tj-globe-snow1:before {
content: "\f1a0";
}
.tj-globe-stand1:before {
content: "\f1a1";
}
.tj-golf-ball1:before {
content: "\f1a2";
}
.tj-golf-club1:before {
content: "\f1a3";
}
.tj-gopuram1:before {
content: "\f1a4";
}
.tj-graduation-cap1:before {
content: "\f1a5";
}
.tj-greater-than1:before {
content: "\f1a6";
}
.tj-greater-than-equal1:before {
content: "\f1a7";
}
.tj-grimace1:before {
content: "\f1a8";
}
.tj-grin1:before {
content: "\f1a9";
}
.tj-grin-alt1:before {
content: "\f1aa";
}
.tj-grin-beam1:before {
content: "\f1ab";
}
.tj-grin-beam-sweat1:before {
content: "\f1ac";
}
.tj-grin-hearts1:before {
content: "\f1ad";
}
.tj-grin-squint1:before {
content: "\f1ae";
}
.tj-grin-squint-tears1:before {
content: "\f1af";
}
.tj-grin-stars1:before {
content: "\f1b0";
}
.tj-grin-tears1:before {
content: "\f1b1";
}
.tj-grin-tongue1:before {
content: "\f1b2";
}
.tj-grin-tongue-squint1:before {
content: "\f1b3";
}
.tj-grin-tongue-wink1:before {
content: "\f1b4";
}
.tj-grin-wink1:before {
content: "\f1b5";
}
.tj-grip-horizontal1:before {
content: "\f1b6";
}
.tj-grip-lines1:before {
content: "\f1b7";
}
.tj-grip-lines-vertical1:before {
content: "\f1b8";
}
.tj-grip-vertical1:before {
content: "\f1b9";
}
.tj-guitar1:before {
content: "\f1ba";
}
.tj-h11:before {
content: "\f1bb";
}
.tj-h21:before {
content: "\f1bc";
}
.tj-h31:before {
content: "\f1bd";
}
.tj-hamburger1:before {
content: "\f1be";
}
.tj-hammer1:before {
content: "\f1bf";
}
.tj-hammer-war1:before {
content: "\f1c0";
}
.tj-hamsa1:before {
content: "\f1c1";
}
.tj-hand-heart1:before {
content: "\f1c2";
}
.tj-hand-holding1:before {
content: "\f1c3";
}
.tj-hand-holding-box1:before {
content: "\f1c4";
}
.tj-hand-holding-heart1:before {
content: "\f1c5";
}
.tj-hand-holding-magic1:before {
content: "\f1c6";
}
.tj-hand-holding-seedling1:before {
content: "\f1c7";
}
.tj-hand-holding-usd1:before {
content: "\f1c8";
}
.tj-hand-holding-water1:before {
content: "\f1c9";
}
.tj-hand-lizard1:before {
content: "\f1ca";
}
.tj-hand-middle-finger1:before {
content: "\f1cb";
}
.tj-hand-paper1:before {
content: "\f1cc";
}
.tj-hand-peace1:before {
content: "\f1cd";
}
.tj-hand-point-down1:before {
content: "\f1ce";
}
.tj-hand-pointer1:before {
content: "\f1cf";
}
.tj-hand-point-left1:before {
content: "\f1d0";
}
.tj-hand-point-right1:before {
content: "\f1d1";
}
.tj-hand-point-up1:before {
content: "\f1d2";
}
.tj-hand-receiving1:before {
content: "\f1d3";
}
.tj-hand-rock1:before {
content: "\f1d4";
}
.tj-hands1:before {
content: "\f1d5";
}
.tj-hand-scissors1:before {
content: "\f1d6";
}
.tj-handshake1:before {
content: "\f1d7";
}
.tj-handshake-alt1:before {
content: "\f1d8";
}
.tj-hands-heart1:before {
content: "\f1d9";
}
.tj-hands-helping1:before {
content: "\f1da";
}
.tj-hand-spock1:before {
content: "\f1db";
}
.tj-hands-usd1:before {
content: "\f1dc";
}
.tj-hanukiah1:before {
content: "\f1dd";
}
.tj-hard-hat1:before {
content: "\f1de";
}
.tj-hashtag1:before {
content: "\f1df";
}
.tj-hat-santa1:before {
content: "\f1e0";
}
.tj-hat-winter1:before {
content: "\f1e1";
}
.tj-hat-witch1:before {
content: "\f1e2";
}
.tj-hat-wizard1:before {
content: "\f1e3";
}
.tj-haykal1:before {
content: "\f1e4";
}
.tj-hdd1:before {
content: "\f1e5";
}
.tj-heading1:before {
content: "\f1e6";
}
.tj-headphones1:before {
content: "\f1e7";
}
.tj-headphones-alt1:before {
content: "\f1e8";
}
.tj-headset1:before {
content: "\f1e9";
}
.tj-head-side1:before {
content: "\f1ea";
}
.tj-head-side-brain1:before {
content: "\f1eb";
}
.tj-head-side-medical1:before {
content: "\f1ec";
}
.tj-head-vr1:before {
content: "\f1ed";
}
.tj-heart1:before {
content: "\f1ee";
}
.tj-heartbeat1:before {
content: "\f1ef";
}
.tj-heart-broken1:before {
content: "\f1f0";
}
.tj-heart-circle1:before {
content: "\f1f1";
}
.tj-heart-rate1:before {
content: "\f1f2";
}
.tj-heart-square1:before {
content: "\f1f3";
}
.tj-helicopter1:before {
content: "\f1f4";
}
.tj-helmet-battle1:before {
content: "\f1f5";
}
.tj-hexagon1:before {
content: "\f1f6";
}
.tj-highlighter1:before {
content: "\f1f7";
}
.tj-hiking1:before {
content: "\f1f8";
}
.tj-hippo1:before {
content: "\f1f9";
}
.tj-history1:before {
content: "\f1fa";
}
.tj-hockey-mask1:before {
content: "\f1fb";
}
.tj-hockey-puck1:before {
content: "\f1fc";
}
.tj-hockey-sticks1:before {
content: "\f1fd";
}
.tj-holly-berry1:before {
content: "\f1fe";
}
.tj-home1:before {
content: "\f1ff";
}
.tj-home-alt1:before {
content: "\f200";
}
.tj-home-heart1:before {
content: "\f201";
}
.tj-home-lg1:before {
content: "\f202";
}
.tj-home-lg-alt1:before {
content: "\f203";
}
.tj-hood-cloak1:before {
content: "\f204";
}
.tj-horse1:before {
content: "\f205";
}
.tj-horse-head1:before {
content: "\f206";
}
.tj-hospital1:before {
content: "\f207";
}
.tj-hospital-alt1:before {
content: "\f208";
}
.tj-hospitals1:before {
content: "\f209";
}
.tj-hospital-symbol1:before {
content: "\f20a";
}
.tj-hospital-user1:before {
content: "\f20b";
}
.tj-hotdog1:before {
content: "\f20c";
}
.tj-hotel1:before {
content: "\f20d";
}
.tj-hot-tub1:before {
content: "\f20e";
}
.tj-hourglass1:before {
content: "\f20f";
}
.tj-hourglass-end1:before {
content: "\f210";
}
.tj-hourglass-half1:before {
content: "\f211";
}
.tj-hourglass-start1:before {
content: "\f212";
}
.tj-house-damage1:before {
content: "\f213";
}
.tj-house-flood1:before {
content: "\f214";
}
.tj-hryvnia1:before {
content: "\f215";
}
.tj-h-square1:before {
content: "\f216";
}
.tj-humidity1:before {
content: "\f217";
}
.tj-hurricane1:before {
content: "\f218";
}
.tj-ice-cream1:before {
content: "\f219";
}
.tj-ice-skate1:before {
content: "\f21a";
}
.tj-icicles1:before {
content: "\f21b";
}
.tj-i-cursor1:before {
content: "\f21c";
}
.tj-id-badge1:before {
content: "\f21d";
}
.tj-id-card1:before {
content: "\f21e";
}
.tj-id-card-alt1:before {
content: "\f21f";
}
.tj-igloo1:before {
content: "\f220";
}
.tj-image1:before {
content: "\f221";
}
.tj-images1:before {
content: "\f222";
}
.tj-inbox1:before {
content: "\f223";
}
.tj-inbox-in1:before {
content: "\f224";
}
.tj-inbox-out1:before {
content: "\f225";
}
.tj-indent1:before {
content: "\f226";
}
.tj-industry1:before {
content: "\f227";
}
.tj-industry-alt1:before {
content: "\f228";
}
.tj-infinity1:before {
content: "\f229";
}
.tj-info1:before {
content: "\f22a";
}
.tj-info-circle1:before {
content: "\f22b";
}
.tj-info-square1:before {
content: "\f22c";
}
.tj-inhaler1:before {
content: "\f22d";
}
.tj-integral1:before {
content: "\f22e";
}
.tj-intersection1:before {
content: "\f22f";
}
.tj-inventory1:before {
content: "\f230";
}
.tj-island-tropical1:before {
content: "\f231";
}
.tj-italic1:before {
content: "\f232";
}
.tj-jack-o-lantern1:before {
content: "\f233";
}
.tj-jedi1:before {
content: "\f234";
}
.tj-joint1:before {
content: "\f235";
}
.tj-journal-whills1:before {
content: "\f236";
}
.tj-kaaba1:before {
content: "\f237";
}
.tj-key1:before {
content: "\f238";
}
.tj-keyboard1:before {
content: "\f239";
}
.tj-keynote1:before {
content: "\f23a";
}
.tj-key-skeleton1:before {
content: "\f23b";
}
.tj-khanda1:before {
content: "\f23c";
}
.tj-kidneys1:before {
content: "\f23d";
}
.tj-kiss1:before {
content: "\f23e";
}
.tj-kiss-beam1:before {
content: "\f23f";
}
.tj-kiss-wink-heart1:before {
content: "\f240";
}
.tj-kite1:before {
content: "\f241";
}
.tj-kiwi-bird1:before {
content: "\f242";
}
.tj-knife-kitchen1:before {
content: "\f243";
}
.tj-lambda1:before {
content: "\f244";
}
.tj-lamp1:before {
content: "\f245";
}
.tj-landmark1:before {
content: "\f246";
}
.tj-landmark-alt1:before {
content: "\f247";
}
.tj-language1:before {
content: "\f248";
}
.tj-laptop1:before {
content: "\f249";
}
.tj-laptop-code1:before {
content: "\f24a";
}
.tj-laptop-medical1:before {
content: "\f24b";
}
.tj-laugh1:before {
content: "\f24c";
}
.tj-laugh-beam1:before {
content: "\f24d";
}
.tj-laugh-squint1:before {
content: "\f24e";
}
.tj-laugh-wink1:before {
content: "\f24f";
}
.tj-layer-group1:before {
content: "\f250";
}
.tj-layer-minus1:before {
content: "\f251";
}
.tj-layer-plus1:before {
content: "\f252";
}
.tj-leaf1:before {
content: "\f253";
}
.tj-leaf-heart1:before {
content: "\f254";
}
.tj-leaf-maple1:before {
content: "\f255";
}
.tj-leaf-oak1:before {
content: "\f256";
}
.tj-lemon1:before {
content: "\f257";
}
.tj-less-than1:before {
content: "\f258";
}
.tj-less-than-equal1:before {
content: "\f259";
}
.tj-level-down1:before {
content: "\f25a";
}
.tj-level-down-alt1:before {
content: "\f25b";
}
.tj-level-up1:before {
content: "\f25c";
}
.tj-level-up-alt1:before {
content: "\f25d";
}
.tj-life-ring1:before {
content: "\f25e";
}
.tj-lightbulb1:before {
content: "\f25f";
}
.tj-lightbulb-dollar1:before {
content: "\f260";
}
.tj-lightbulb-exclamation1:before {
content: "\f261";
}
.tj-lightbulb-on1:before {
content: "\f262";
}
.tj-lightbulb-slash1:before {
content: "\f263";
}
.tj-lights-holiday1:before {
content: "\f264";
}
.tj-link1:before {
content: "\f265";
}
.tj-lips1:before {
content: "\f266";
}
.tj-lira-sign1:before {
content: "\f267";
}
.tj-list1:before {
content: "\f268";
}
.tj-list-alt1:before {
content: "\f269";
}
.tj-list-ol1:before {
content: "\f26a";
}
.tj-list-ul1:before {
content: "\f26b";
}
.tj-location1:before {
content: "\f26c";
}
.tj-location-arrow1:before {
content: "\f26d";
}
.tj-location-circle1:before {
content: "\f26e";
}
.tj-location-slash1:before {
content: "\f26f";
}
.tj-lock1:before {
content: "\f270";
}
.tj-lock-alt1:before {
content: "\f271";
}
.tj-lock-open1:before {
content: "\f272";
}
.tj-lock-open-alt1:before {
content: "\f273";
}
.tj-long-arrow-alt-down1:before {
content: "\f274";
}
.tj-long-arrow-alt-left1:before {
content: "\f275";
}
.tj-long-arrow-alt-right1:before {
content: "\f276";
}
.tj-long-arrow-alt-up1:before {
content: "\f277";
}
.tj-long-arrow-down1:before {
content: "\f278";
}
.tj-long-arrow-left1:before {
content: "\f279";
}
.tj-long-arrow-right1:before {
content: "\f27a";
}
.tj-long-arrow-up1:before {
content: "\f27b";
}
.tj-loveseat1:before {
content: "\f27c";
}
.tj-low-vision1:before {
content: "\f27d";
}
.tj-luchador1:before {
content: "\f27e";
}
.tj-luggage-cart1:before {
content: "\f27f";
}
.tj-lungs1:before {
content: "\f280";
}
.tj-mace1:before {
content: "\f281";
}
.tj-magic1:before {
content: "\f282";
}
.tj-magnet1:before {
content: "\f283";
}
.tj-mailbox1:before {
content: "\f284";
}
.tj-mail-bulk1:before {
content: "\f285";
}
.tj-male1:before {
content: "\f286";
}
.tj-mandolin1:before {
content: "\f287";
}
.tj-map1:before {
content: "\f288";
}
.tj-map-marked1:before {
content: "\f289";
}
.tj-map-marked-alt1:before {
content: "\f28a";
}
.tj-map-marker1:before {
content: "\f28b";
}
.tj-map-marker-alt1:before {
content: "\f28c";
}
.tj-map-marker-alt-slash1:before {
content: "\f28d";
}
.tj-map-marker-check1:before {
content: "\f28e";
}
.tj-map-marker-edit1:before {
content: "\f28f";
}
.tj-map-marker-exclamation1:before {
content: "\f290";
}
.tj-map-marker-minus1:before {
content: "\f291";
}
.tj-map-marker-plus1:before {
content: "\f292";
}
.tj-map-marker-question1:before {
content: "\f293";
}
.tj-map-marker-slash1:before {
content: "\f294";
}
.tj-map-marker-smile1:before {
content: "\f295";
}
.tj-map-marker-times1:before {
content: "\f296";
}
.tj-map-pin1:before {
content: "\f297";
}
.tj-map-signs1:before {
content: "\f298";
}
.tj-marker1:before {
content: "\f299";
}
.tj-mars1:before {
content: "\f29a";
}
.tj-mars-double1:before {
content: "\f29b";
}
.tj-mars-stroke1:before {
content: "\f29c";
}
.tj-mars-stroke-h1:before {
content: "\f29d";
}
.tj-mars-stroke-v1:before {
content: "\f29e";
}
.tj-mask1:before {
content: "\f29f";
}
.tj-meat1:before {
content: "\f2a0";
}
.tj-medal1:before {
content: "\f2a1";
}
.tj-medkit1:before {
content: "\f2a2";
}
.tj-megaphone1:before {
content: "\f2a3";
}
.tj-meh1:before {
content: "\f2a4";
}
.tj-meh-blank1:before {
content: "\f2a5";
}
.tj-meh-rolling-eyes1:before {
content: "\f2a6";
}
.tj-memory1:before {
content: "\f2a7";
}
.tj-menorah1:before {
content: "\f2a8";
}
.tj-mercury1:before {
content: "\f2a9";
}
.tj-meteor1:before {
content: "\f2aa";
}
.tj-microchip1:before {
content: "\f2ab";
}
.tj-microphone1:before {
content: "\f2ac";
}
.tj-microphone-alt1:before {
content: "\f2ad";
}
.tj-microphone-alt-slash1:before {
content: "\f2ae";
}
.tj-microphone-slash1:before {
content: "\f2af";
}
.tj-microscope1:before {
content: "\f2b0";
}
.tj-mind-share1:before {
content: "\f2b1";
}
.tj-minus1:before {
content: "\f2b2";
}
.tj-minus-circle1:before {
content: "\f2b3";
}
.tj-minus-hexagon1:before {
content: "\f2b4";
}
.tj-minus-octagon1:before {
content: "\f2b5";
}
.tj-minus-square1:before {
content: "\f2b6";
}
.tj-mistletoe1:before {
content: "\f2b7";
}
.tj-mitten1:before {
content: "\f2b8";
}
.tj-mobile1:before {
content: "\f2b9";
}
.tj-mobile-alt1:before {
content: "\f2ba";
}
.tj-mobile-android1:before {
content: "\f2bb";
}
.tj-mobile-android-alt1:before {
content: "\f2bc";
}
.tj-money-bill1:before {
content: "\f2bd";
}
.tj-money-bill-alt1:before {
content: "\f2be";
}
.tj-money-bill-wave1:before {
content: "\f2bf";
}
.tj-money-bill-wave-alt1:before {
content: "\f2c0";
}
.tj-money-check1:before {
content: "\f2c1";
}
.tj-money-check-alt1:before {
content: "\f2c2";
}
.tj-monitor-heart-rate1:before {
content: "\f2c3";
}
.tj-monkey1:before {
content: "\f2c4";
}
.tj-monument1:before {
content: "\f2c5";
}
.tj-moon1:before {
content: "\f2c6";
}
.tj-moon-cloud1:before {
content: "\f2c7";
}
.tj-moon-stars1:before {
content: "\f2c8";
}
.tj-mortar-pestle1:before {
content: "\f2c9";
}
.tj-mosque1:before {
content: "\f2ca";
}
.tj-motorcycle1:before {
content: "\f2cb";
}
.tj-mountain1:before {
content: "\f2cc";
}
.tj-mountains1:before {
content: "\f2cd";
}
.tj-mouse-pointer1:before {
content: "\f2ce";
}
.tj-mug-hot1:before {
content: "\f2cf";
}
.tj-mug-marshmallows1:before {
content: "\f2d0";
}
.tj-music1:before {
content: "\f2d1";
}
.tj-narwhal1:before {
content: "\f2d2";
}
.tj-network-wired1:before {
content: "\f2d3";
}
.tj-neuter1:before {
content: "\f2d4";
}
.tj-newspaper1:before {
content: "\f2d5";
}
.tj-not-equal1:before {
content: "\f2d6";
}
.tj-notes-medical1:before {
content: "\f2d7";
}
.tj-object-group1:before {
content: "\f2d8";
}
.tj-object-ungroup1:before {
content: "\f2d9";
}
.tj-octagon1:before {
content: "\f2da";
}
.tj-oil-can1:before {
content: "\f2db";
}
.tj-oil-temp1:before {
content: "\f2dc";
}
.tj-om1:before {
content: "\f2dd";
}
.tj-omega1:before {
content: "\f2de";
}
.tj-ornament1:before {
content: "\f2df";
}
.tj-otter1:before {
content: "\f2e0";
}
.tj-outdent1:before {
content: "\f2e1";
}
.tj-pager1:before {
content: "\f2e2";
}
.tj-paint-brush1:before {
content: "\f2e3";
}
.tj-paint-brush-alt1:before {
content: "\f2e4";
}
.tj-paint-roller1:before {
content: "\f2e5";
}
.tj-palette1:before {
content: "\f2e6";
}
.tj-pallet1:before {
content: "\f2e7";
}
.tj-pallet-alt1:before {
content: "\f2e8";
}
.tj-paperclip1:before {
content: "\f2e9";
}
.tj-paper-plane1:before {
content: "\f2ea";
}
.tj-parachute-box1:before {
content: "\f2eb";
}
.tj-paragraph1:before {
content: "\f2ec";
}
.tj-parking1:before {
content: "\f2ed";
}
.tj-parking-circle1:before {
content: "\f2ee";
}
.tj-parking-circle-slash1:before {
content: "\f2ef";
}
.tj-parking-slash1:before {
content: "\f2f0";
}
.tj-passport1:before {
content: "\f2f1";
}
.tj-pastafarianism1:before {
content: "\f2f2";
}
.tj-paste1:before {
content: "\f2f3";
}
.tj-pause1:before {
content: "\f2f4";
}
.tj-pause-circle1:before {
content: "\f2f5";
}
.tj-paw1:before {
content: "\f2f6";
}
.tj-paw-alt1:before {
content: "\f2f7";
}
.tj-paw-claws1:before {
content: "\f2f8";
}
.tj-peace1:before {
content: "\f2f9";
}
.tj-pegasus1:before {
content: "\f2fa";
}
.tj-pen1:before {
content: "\f2fb";
}
.tj-pen-alt1:before {
content: "\f2fc";
}
.tj-pencil1:before {
content: "\f2fd";
}
.tj-pencil-alt1:before {
content: "\f2fe";
}
.tj-pencil-paintbrush1:before {
content: "\f2ff";
}
.tj-pencil-ruler1:before {
content: "\f300";
}
.tj-pen-fancy1:before {
content: "\f301";
}
.tj-pennant1:before {
content: "\f302";
}
.tj-pen-nib1:before {
content: "\f303";
}
.tj-pen-square1:before {
content: "\f304";
}
.tj-people-carry1:before {
content: "\f305";
}
.tj-pepper-hot1:before {
content: "\f306";
}
.tj-percent1:before {
content: "\f307";
}
.tj-percentage1:before {
content: "\f308";
}
.tj-person-booth1:before {
content: "\f309";
}
.tj-person-carry1:before {
content: "\f30a";
}
.tj-person-dolly1:before {
content: "\f30b";
}
.tj-person-dolly-empty1:before {
content: "\f30c";
}
.tj-person-sign1:before {
content: "\f30d";
}
.tj-phone1:before {
content: "\f30e";
}
.tj-phone-office1:before {
content: "\f30f";
}
.tj-phone-plus1:before {
content: "\f310";
}
.tj-phone-slash1:before {
content: "\f311";
}
.tj-phone-square1:before {
content: "\f312";
}
.tj-phone-volume1:before {
content: "\f313";
}
.tj-pi1:before {
content: "\f314";
}
.tj-pie1:before {
content: "\f315";
}
.tj-pig1:before {
content: "\f316";
}
.tj-piggy-bank1:before {
content: "\f317";
}
.tj-pills1:before {
content: "\f318";
}
.tj-pizza1:before {
content: "\f319";
}
.tj-pizza-slice1:before {
content: "\f31a";
}
.tj-place-of-worship1:before {
content: "\f31b";
}
.tj-plane1:before {
content: "\f31c";
}
.tj-plane-alt1:before {
content: "\f31d";
}
.tj-plane-arrival1:before {
content: "\f31e";
}
.tj-plane-departure1:before {
content: "\f31f";
}
.tj-play1:before {
content: "\f320";
}
.tj-play-circle1:before {
content: "\f321";
}
.tj-plug1:before {
content: "\f322";
}
.tj-plus1:before {
content: "\f323";
}
.tj-plus-circle1:before {
content: "\f324";
}
.tj-plus-hexagon1:before {
content: "\f325";
}
.tj-plus-octagon1:before {
content: "\f326";
}
.tj-plus-square1:before {
content: "\f327";
}
.tj-podcast1:before {
content: "\f328";
}
.tj-podium1:before {
content: "\f329";
}
.tj-podium-star1:before {
content: "\f32a";
}
.tj-poll1:before {
content: "\f32b";
}
.tj-poll-h1:before {
content: "\f32c";
}
.tj-poll-people1:before {
content: "\f32d";
}
.tj-poo1:before {
content: "\f32e";
}
.tj-poop1:before {
content: "\f32f";
}
.tj-poo-storm1:before {
content: "\f330";
}
.tj-popcorn1:before {
content: "\f331";
}
.tj-portrait1:before {
content: "\f332";
}
.tj-pound-sign1:before {
content: "\f333";
}
.tj-power-off1:before {
content: "\f334";
}
.tj-pray1:before {
content: "\f335";
}
.tj-praying-hands1:before {
content: "\f336";
}
.tj-prescription1:before {
content: "\f337";
}
.tj-prescription-bottle1:before {
content: "\f338";
}
.tj-prescription-bottle-alt1:before {
content: "\f339";
}
.tj-presentation1:before {
content: "\f33a";
}
.tj-print1:before {
content: "\f33b";
}
.tj-print-search1:before {
content: "\f33c";
}
.tj-print-slash1:before {
content: "\f33d";
}
.tj-procedures1:before {
content: "\f33e";
}
.tj-project-diagram1:before {
content: "\f33f";
}
.tj-pumpkin1:before {
content: "\f340";
}
.tj-puzzle-piece1:before {
content: "\f341";
}
.tj-qrcode1:before {
content: "\f342";
}
.tj-question1:before {
content: "\f343";
}
.tj-question-circle1:before {
content: "\f344";
}
.tj-question-square1:before {
content: "\f345";
}
.tj-quidditch1:before {
content: "\f346";
}
.tj-quote-left1:before {
content: "\f347";
}
.tj-quote-right1:before {
content: "\f348";
}
.tj-quran1:before {
content: "\f349";
}
.tj-rabbit1:before {
content: "\f34a";
}
.tj-rabbit-fast1:before {
content: "\f34b";
}
.tj-racquet1:before {
content: "\f34c";
}
.tj-radiation1:before {
content: "\f34d";
}
.tj-radiation-alt1:before {
content: "\f34e";
}
.tj-rainbow1:before {
content: "\f34f";
}
.tj-raindrops1:before {
content: "\f350";
}
.tj-ram1:before {
content: "\f351";
}
.tj-ramp-loading1:before {
content: "\f352";
}
.tj-random1:before {
content: "\f353";
}
.tj-receipt1:before {
content: "\f354";
}
.tj-rectangle-landscape1:before {
content: "\f355";
}
.tj-rectangle-portrait1:before {
content: "\f356";
}
.tj-rectangle-wide1:before {
content: "\f357";
}
.tj-recycle1:before {
content: "\f358";
}
.tj-redo1:before {
content: "\f359";
}
.tj-redo-alt1:before {
content: "\f35a";
}
.tj-registered1:before {
content: "\f35b";
}
.tj-repeat1:before {
content: "\f35c";
}
.tj-repeat-11:before {
content: "\f35d";
}
.tj-repeat-1-alt1:before {
content: "\f35e";
}
.tj-repeat-alt1:before {
content: "\f35f";
}
.tj-reply1:before {
content: "\f360";
}
.tj-reply-all1:before {
content: "\f361";
}
.tj-republican1:before {
content: "\f362";
}
.tj-restroom1:before {
content: "\f363";
}
.tj-retweet1:before {
content: "\f364";
}
.tj-retweet-alt1:before {
content: "\f365";
}
.tj-ribbon1:before {
content: "\f366";
}
.tj-ring1:before {
content: "\f367";
}
.tj-rings-wedding1:before {
content: "\f368";
}
.tj-road1:before {
content: "\f369";
}
.tj-robot1:before {
content: "\f36a";
}
.tj-rocket1:before {
content: "\f36b";
}
.tj-route1:before {
content: "\f36c";
}
.tj-route-highway1:before {
content: "\f36d";
}
.tj-route-interstate1:before {
content: "\f36e";
}
.tj-rss1:before {
content: "\f36f";
}
.tj-rss-square1:before {
content: "\f370";
}
.tj-ruble-sign1:before {
content: "\f371";
}
.tj-ruler1:before {
content: "\f372";
}
.tj-ruler-combined1:before {
content: "\f373";
}
.tj-ruler-horizontal1:before {
content: "\f374";
}
.tj-ruler-triangle1:before {
content: "\f375";
}
.tj-ruler-vertical1:before {
content: "\f376";
}
.tj-running1:before {
content: "\f377";
}
.tj-rupee-sign1:before {
content: "\f378";
}
.tj-rv1:before {
content: "\f379";
}
.tj-sack1:before {
content: "\f37a";
}
.tj-sack-dollar1:before {
content: "\f37b";
}
.tj-sad-cry1:before {
content: "\f37c";
}
.tj-sad-tear1:before {
content: "\f37d";
}
.tj-salad1:before {
content: "\f37e";
}
.tj-sandwich1:before {
content: "\f37f";
}
.tj-satellite1:before {
content: "\f380";
}
.tj-satellite-dish1:before {
content: "\f381";
}
.tj-sausage1:before {
content: "\f382";
}
.tj-save1:before {
content: "\f383";
}
.tj-scalpel1:before {
content: "\f384";
}
.tj-scalpel-path1:before {
content: "\f385";
}
.tj-scanner1:before {
content: "\f386";
}
.tj-scanner-keyboard1:before {
content: "\f387";
}
.tj-scanner-touchscreen1:before {
content: "\f388";
}
.tj-scarecrow1:before {
content: "\f389";
}
.tj-scarf1:before {
content: "\f38a";
}
.tj-school1:before {
content: "\f38b";
}
.tj-screwdriver1:before {
content: "\f38c";
}
.tj-scroll1:before {
content: "\f38d";
}
.tj-scroll-old1:before {
content: "\f38e";
}
.tj-scrubber1:before {
content: "\f38f";
}
.tj-scythe1:before {
content: "\f390";
}
.tj-sd-card1:before {
content: "\f391";
}
.tj-search1:before {
content: "\f392";
}
.tj-search-dollar1:before {
content: "\f393";
}
.tj-search-location1:before {
content: "\f394";
}
.tj-search-minus1:before {
content: "\f395";
}
.tj-search-plus1:before {
content: "\f396";
}
.tj-seedling1:before {
content: "\f397";
}
.tj-server1:before {
content: "\f398";
}
.tj-shapes1:before {
content: "\f399";
}
.tj-share1:before {
content: "\f39a";
}
.tj-share-all1:before {
content: "\f39b";
}
.tj-share-alt1:before {
content: "\f39c";
}
.tj-share-alt-square1:before {
content: "\f39d";
}
.tj-share-square1:before {
content: "\f39e";
}
.tj-sheep1:before {
content: "\f39f";
}
.tj-shekel-sign1:before {
content: "\f3a0";
}
.tj-shield1:before {
content: "\f3a1";
}
.tj-shield-alt1:before {
content: "\f3a2";
}
.tj-shield-check1:before {
content: "\f3a3";
}
.tj-shield-cross1:before {
content: "\f3a4";
}
.tj-ship1:before {
content: "\f3a5";
}
.tj-shipping-fast1:before {
content: "\f3a6";
}
.tj-shipping-timed1:before {
content: "\f3a7";
}
.tj-shish-kebab1:before {
content: "\f3a8";
}
.tj-shoe-prints1:before {
content: "\f3a9";
}
.tj-shopping-bag1:before {
content: "\f3aa";
}
.tj-shopping-basket1:before {
content: "\f3ab";
}
.tj-shopping-cart1:before {
content: "\f3ac";
}
.tj-shovel1:before {
content: "\f3ad";
}
.tj-shovel-snow1:before {
content: "\f3ae";
}
.tj-shower1:before {
content: "\f3af";
}
.tj-shredder1:before {
content: "\f3b0";
}
.tj-shuttlecock1:before {
content: "\f3b1";
}
.tj-shuttle-van1:before {
content: "\f3b2";
}
.tj-sickle1:before {
content: "\f3b3";
}
.tj-sigma1:before {
content: "\f3b4";
}
.tj-sign1:before {
content: "\f3b5";
}
.tj-signal1:before {
content: "\f3b6";
}
.tj-signal-11:before {
content: "\f3b7";
}
.tj-signal-21:before {
content: "\f3b8";
}
.tj-signal-31:before {
content: "\f3b9";
}
.tj-signal-41:before {
content: "\f3ba";
}
.tj-signal-alt1:before {
content: "\f3bb";
}
.tj-signal-alt-11:before {
content: "\f3bc";
}
.tj-signal-alt-21:before {
content: "\f3bd";
}
.tj-signal-alt-31:before {
content: "\f3be";
}
.tj-signal-alt-slash1:before {
content: "\f3bf";
}
.tj-signal-slash1:before {
content: "\f3c0";
}
.tj-signature1:before {
content: "\f3c1";
}
.tj-sign-in1:before {
content: "\f3c2";
}
.tj-sign-in-alt1:before {
content: "\f3c3";
}
.tj-sign-language1:before {
content: "\f3c4";
}
.tj-sign-out1:before {
content: "\f3c5";
}
.tj-sign-out-alt1:before {
content: "\f3c6";
}
.tj-sim-card1:before {
content: "\f3c7";
}
.tj-sitemap1:before {
content: "\f3c8";
}
.tj-skating1:before {
content: "\f3c9";
}
.tj-skeleton1:before {
content: "\f3ca";
}
.tj-skiing1:before {
content: "\f3cb";
}
.tj-skiing-nordic1:before {
content: "\f3cc";
}
.tj-ski-jump1:before {
content: "\f3cd";
}
.tj-ski-lift1:before {
content: "\f3ce";
}
.tj-skull1:before {
content: "\f3cf";
}
.tj-skull-crossbones1:before {
content: "\f3d0";
}
.tj-slash1:before {
content: "\f3d1";
}
.tj-sledding1:before {
content: "\f3d2";
}
.tj-sleigh1:before {
content: "\f3d3";
}
.tj-sliders-h1:before {
content: "\f3d4";
}
.tj-sliders-h-square1:before {
content: "\f3d5";
}
.tj-sliders-v1:before {
content: "\f3d6";
}
.tj-sliders-v-square1:before {
content: "\f3d7";
}
.tj-smile1:before {
content: "\f3d8";
}
.tj-smile-beam1:before {
content: "\f3d9";
}
.tj-smile-plus1:before {
content: "\f3da";
}
.tj-smile-wink1:before {
content: "\f3db";
}
.tj-smog1:before {
content: "\f3dc";
}
.tj-smoke1:before {
content: "\f3dd";
}
.tj-smoking1:before {
content: "\f3de";
}
.tj-smoking-ban1:before {
content: "\f3df";
}
.tj-sms1:before {
content: "\f3e0";
}
.tj-snake1:before {
content: "\f3e1";
}
.tj-snow-blowing1:before {
content: "\f3e2";
}
.tj-snowboarding1:before {
content: "\f3e3";
}
.tj-snowflake1:before {
content: "\f3e4";
}
.tj-snowflakes1:before {
content: "\f3e5";
}
.tj-snowman1:before {
content: "\f3e6";
}
.tj-snowmobile1:before {
content: "\f3e7";
}
.tj-snowplow1:before {
content: "\f3e8";
}
.tj-socks1:before {
content: "\f3e9";
}
.tj-solar-panel1:before {
content: "\f3ea";
}
.tj-sort1:before {
content: "\f3eb";
}
.tj-sort-alpha-down1:before {
content: "\f3ec";
}
.tj-sort-alpha-up1:before {
content: "\f3ed";
}
.tj-sort-amount-down1:before {
content: "\f3ee";
}
.tj-sort-amount-up1:before {
content: "\f3ef";
}
.tj-sort-down1:before {
content: "\f3f0";
}
.tj-sort-numeric-down1:before {
content: "\f3f1";
}
.tj-sort-numeric-up1:before {
content: "\f3f2";
}
.tj-sort-up1:before {
content: "\f3f3";
}
.tj-soup1:before {
content: "\f3f4";
}
.tj-spa1:before {
content: "\f3f5";
}
.tj-space-shuttle1:before {
content: "\f3f6";
}
.tj-spade1:before {
content: "\f3f7";
}
.tj-spider1:before {
content: "\f3f8";
}
.tj-spider-black-widow1:before {
content: "\f3f9";
}
.tj-spider-web1:before {
content: "\f3fa";
}
.tj-spinner1:before {
content: "\f3fb";
}
.tj-spinner-third1:before {
content: "\f3fc";
}
.tj-splotch1:before {
content: "\f3fd";
}
.tj-spray-can1:before {
content: "\f3fe";
}
.tj-square1:before {
content: "\f3ff";
}
.tj-square-full1:before {
content: "\f400";
}
.tj-square-root1:before {
content: "\f401";
}
.tj-square-root-alt1:before {
content: "\f402";
}
.tj-squirrel1:before {
content: "\f403";
}
.tj-staff1:before {
content: "\f404";
}
.tj-stamp1:before {
content: "\f405";
}
.tj-star1:before {
content: "\f406";
}
.tj-star-and-crescent1:before {
content: "\f407";
}
.tj-star-christmas1:before {
content: "\f408";
}
.tj-star-exclamation1:before {
content: "\f409";
}
.tj-star-half1:before {
content: "\f40a";
}
.tj-star-half-alt1:before {
content: "\f40b";
}
.tj-star-of-david1:before {
content: "\f40c";
}
.tj-star-of-life1:before {
content: "\f40d";
}
.tj-stars1:before {
content: "\f40e";
}
.tj-steak1:before {
content: "\f40f";
}
.tj-steering-wheel1:before {
content: "\f410";
}
.tj-step-backward1:before {
content: "\f411";
}
.tj-step-forward1:before {
content: "\f412";
}
.tj-stethoscope1:before {
content: "\f413";
}
.tj-sticky-note1:before {
content: "\f414";
}
.tj-stocking1:before {
content: "\f415";
}
.tj-stomach1:before {
content: "\f416";
}
.tj-stop1:before {
content: "\f417";
}
.tj-stop-circle1:before {
content: "\f418";
}
.tj-stopwatch1:before {
content: "\f419";
}
.tj-store1:before {
content: "\f41a";
}
.tj-store-alt1:before {
content: "\f41b";
}
.tj-stream1:before {
content: "\f41c";
}
.tj-street-view1:before {
content: "\f41d";
}
.tj-stretcher1:before {
content: "\f41e";
}
.tj-strikethrough1:before {
content: "\f41f";
}
.tj-stroopwafel1:before {
content: "\f420";
}
.tj-subscript1:before {
content: "\f421";
}
.tj-subway1:before {
content: "\f422";
}
.tj-suitcase1:before {
content: "\f423";
}
.tj-suitcase-rolling1:before {
content: "\f424";
}
.tj-sun1:before {
content: "\f425";
}
.tj-sun-cloud1:before {
content: "\f426";
}
.tj-sun-dust1:before {
content: "\f427";
}
.tj-sun-haze1:before {
content: "\f428";
}
.tj-sunrise1:before {
content: "\f429";
}
.tj-sunset1:before {
content: "\f42a";
}
.tj-superscript1:before {
content: "\f42b";
}
.tj-surprise1:before {
content: "\f42c";
}
.tj-swatchbook1:before {
content: "\f42d";
}
.tj-swimmer1:before {
content: "\f42e";
}
.tj-swimming-pool1:before {
content: "\f42f";
}
.tj-sword1:before {
content: "\f430";
}
.tj-swords1:before {
content: "\f431";
}
.tj-synagogue1:before {
content: "\f432";
}
.tj-sync1:before {
content: "\f433";
}
.tj-sync-alt1:before {
content: "\f434";
}
.tj-syringe1:before {
content: "\f435";
}
.tj-table1:before {
content: "\f436";
}
.tj-tablet1:before {
content: "\f437";
}
.tj-tablet-alt1:before {
content: "\f438";
}
.tj-tablet-android1:before {
content: "\f439";
}
.tj-tablet-android-alt1:before {
content: "\f43a";
}
.tj-table-tennis1:before {
content: "\f43b";
}
.tj-tablet-rugged1:before {
content: "\f43c";
}
.tj-tablets1:before {
content: "\f43d";
}
.tj-tachometer1:before {
content: "\f43e";
}
.tj-tachometer-alt1:before {
content: "\f43f";
}
.tj-tachometer-alt-average1:before {
content: "\f440";
}
.tj-tachometer-alt-fast1:before {
content: "\f441";
}
.tj-tachometer-alt-fastest1:before {
content: "\f442";
}
.tj-tachometer-alt-slow1:before {
content: "\f443";
}
.tj-tachometer-alt-slowest1:before {
content: "\f444";
}
.tj-tachometer-average1:before {
content: "\f445";
}
.tj-tachometer-fast1:before {
content: "\f446";
}
.tj-tachometer-fastest1:before {
content: "\f447";
}
.tj-tachometer-slow1:before {
content: "\f448";
}
.tj-tachometer-slowest1:before {
content: "\f449";
}
.tj-taco1:before {
content: "\f44a";
}
.tj-tag1:before {
content: "\f44b";
}
.tj-tags1:before {
content: "\f44c";
}
.tj-tally1:before {
content: "\f44d";
}
.tj-tanakh1:before {
content: "\f44e";
}
.tj-tape1:before {
content: "\f44f";
}
.tj-tasks1:before {
content: "\f450";
}
.tj-tasks-alt1:before {
content: "\f451";
}
.tj-taxi1:before {
content: "\f452";
}
.tj-teeth1:before {
content: "\f453";
}
.tj-teeth-open1:before {
content: "\f454";
}
.tj-temperature-frigid1:before {
content: "\f455";
}
.tj-temperature-high1:before {
content: "\f456";
}
.tj-temperature-hot1:before {
content: "\f457";
}
.tj-temperature-low1:before {
content: "\f458";
}
.tj-tenge1:before {
content: "\f459";
}
.tj-tennis-ball1:before {
content: "\f45a";
}
.tj-terminal1:before {
content: "\f45b";
}
.tj-text-height1:before {
content: "\f45c";
}
.tj-text-width1:before {
content: "\f45d";
}
.tj-th1:before {
content: "\f45e";
}
.tj-theater-masks1:before {
content: "\f45f";
}
.tj-thermometer1:before {
content: "\f460";
}
.tj-thermometer-empty1:before {
content: "\f461";
}
.tj-thermometer-full1:before {
content: "\f462";
}
.tj-thermometer-half1:before {
content: "\f463";
}
.tj-thermometer-quarter1:before {
content: "\f464";
}
.tj-thermometer-three-quarters1:before {
content: "\f465";
}
.tj-theta1:before {
content: "\f466";
}
.tj-th-large1:before {
content: "\f467";
}
.tj-th-list1:before {
content: "\f468";
}
.tj-thumbs-down1:before {
content: "\f469";
}
.tj-thumbs-up1:before {
content: "\f46a";
}
.tj-thumbtack1:before {
content: "\f46b";
}
.tj-thunderstorm1:before {
content: "\f46c";
}
.tj-thunderstorm-moon1:before {
content: "\f46d";
}
.tj-thunderstorm-sun1:before {
content: "\f46e";
}
.tj-ticket1:before {
content: "\f46f";
}
.tj-ticket-alt1:before {
content: "\f470";
}
.tj-tilde1:before {
content: "\f471";
}
.tj-times1:before {
content: "\f472";
}
.tj-times-circle1:before {
content: "\f473";
}
.tj-times-hexagon1:before {
content: "\f474";
}
.tj-times-octagon1:before {
content: "\f475";
}
.tj-times-square1:before {
content: "\f476";
}
.tj-tint1:before {
content: "\f477";
}
.tj-tint-slash1:before {
content: "\f478";
}
.tj-tire1:before {
content: "\f479";
}
.tj-tired1:before {
content: "\f47a";
}
.tj-tire-flat1:before {
content: "\f47b";
}
.tj-tire-pressure-warning1:before {
content: "\f47c";
}
.tj-tire-rugged1:before {
content: "\f47d";
}
.tj-toggle-off1:before {
content: "\f47e";
}
.tj-toggle-on1:before {
content: "\f47f";
}
.tj-toilet1:before {
content: "\f480";
}
.tj-toilet-paper1:before {
content: "\f481";
}
.tj-toilet-paper-alt1:before {
content: "\f482";
}
.tj-tombstone1:before {
content: "\f483";
}
.tj-tombstone-alt1:before {
content: "\f484";
}
.tj-toolbox1:before {
content: "\f485";
}
.tj-tools1:before {
content: "\f486";
}
.tj-tooth1:before {
content: "\f487";
}
.tj-toothbrush1:before {
content: "\f488";
}
.tj-torah1:before {
content: "\f489";
}
.tj-torii-gate1:before {
content: "\f48a";
}
.tj-tornado1:before {
content: "\f48b";
}
.tj-tractor1:before {
content: "\f48c";
}
.tj-trademark1:before {
content: "\f48d";
}
.tj-traffic-cone1:before {
content: "\f48e";
}
.tj-traffic-light1:before {
content: "\f48f";
}
.tj-traffic-light-go1:before {
content: "\f490";
}
.tj-traffic-light-slow1:before {
content: "\f491";
}
.tj-traffic-light-stop1:before {
content: "\f492";
}
.tj-train1:before {
content: "\f493";
}
.tj-tram1:before {
content: "\f494";
}
.tj-transgender1:before {
content: "\f495";
}
.tj-transgender-alt1:before {
content: "\f496";
}
.tj-trash1:before {
content: "\f497";
}
.tj-trash-alt1:before {
content: "\f498";
}
.tj-trash-restore1:before {
content: "\f499";
}
.tj-trash-restore-alt1:before {
content: "\f49a";
}
.tj-treasure-chest1:before {
content: "\f49b";
}
.tj-tree1:before {
content: "\f49c";
}
.tj-tree-alt1:before {
content: "\f49d";
}
.tj-tree-christmas1:before {
content: "\f49e";
}
.tj-tree-decorated1:before {
content: "\f49f";
}
.tj-tree-large1:before {
content: "\f4a0";
}
.tj-tree-palm1:before {
content: "\f4a1";
}
.tj-trees1:before {
content: "\f4a2";
}
.tj-triangle1:before {
content: "\f4a3";
}
.tj-trophy1:before {
content: "\f4a4";
}
.tj-trophy-alt1:before {
content: "\f4a5";
}
.tj-truck1:before {
content: "\f4a6";
}
.tj-truck-container1:before {
content: "\f4a7";
}
.tj-truck-couch1:before {
content: "\f4a8";
}
.tj-truck-loading1:before {
content: "\f4a9";
}
.tj-truck-monster1:before {
content: "\f4aa";
}
.tj-truck-moving1:before {
content: "\f4ab";
}
.tj-truck-pickup1:before {
content: "\f4ac";
}
.tj-truck-plow1:before {
content: "\f4ad";
}
.tj-truck-ramp1:before {
content: "\f4ae";
}
.tj-tshirt1:before {
content: "\f4af";
}
.tj-tty1:before {
content: "\f4b0";
}
.tj-turkey1:before {
content: "\f4b1";
}
.tj-turtle1:before {
content: "\f4b2";
}
.tj-tv1:before {
content: "\f4b3";
}
.tj-tv-retro1:before {
content: "\f4b4";
}
.tj-umbrella1:before {
content: "\f4b5";
}
.tj-umbrella-beach1:before {
content: "\f4b6";
}
.tj-underline1:before {
content: "\f4b7";
}
.tj-undo1:before {
content: "\f4b8";
}
.tj-undo-alt1:before {
content: "\f4b9";
}
.tj-unicorn1:before {
content: "\f4ba";
}
.tj-union1:before {
content: "\f4bb";
}
.tj-universal-access1:before {
content: "\f4bc";
}
.tj-university1:before {
content: "\f4bd";
}
.tj-unlink1:before {
content: "\f4be";
}
.tj-unlock1:before {
content: "\f4bf";
}
.tj-unlock-alt1:before {
content: "\f4c0";
}
.tj-upload1:before {
content: "\f4c1";
}
.tj-usd-circle1:before {
content: "\f4c2";
}
.tj-usd-square1:before {
content: "\f4c3";
}
.tj-user1:before {
content: "\f4c4";
}
.tj-user-alt1:before {
content: "\f4c5";
}
.tj-user-alt-slash1:before {
content: "\f4c6";
}
.tj-user-astronaut1:before {
content: "\f4c7";
}
.tj-user-chart1:before {
content: "\f4c8";
}
.tj-user-check1:before {
content: "\f4c9";
}
.tj-user-circle1:before {
content: "\f4ca";
}
.tj-user-clock1:before {
content: "\f4cb";
}
.tj-user-cog1:before {
content: "\f4cc";
}
.tj-user-crown1:before {
content: "\f4cd";
}
.tj-user-edit1:before {
content: "\f4ce";
}
.tj-user-friends1:before {
content: "\f4cf";
}
.tj-user-graduate1:before {
content: "\f4d0";
}
.tj-user-hard-hat1:before {
content: "\f4d1";
}
.tj-user-headset1:before {
content: "\f4d2";
}
.tj-user-injured1:before {
content: "\f4d3";
}
.tj-user-lock1:before {
content: "\f4d4";
}
.tj-user-md1:before {
content: "\f4d5";
}
.tj-user-md-chat1:before {
content: "\f4d6";
}
.tj-user-minus1:before {
content: "\f4d7";
}
.tj-user-ninja1:before {
content: "\f4d8";
}
.tj-user-nurse1:before {
content: "\f4d9";
}
.tj-user-plus1:before {
content: "\f4da";
}
.tj-users1:before {
content: "\f4db";
}
.tj-users-class1:before {
content: "\f4dc";
}
.tj-users-cog1:before {
content: "\f4dd";
}
.tj-users-crown1:before {
content: "\f4de";
}
.tj-user-secret1:before {
content: "\f4df";
}
.tj-user-shield1:before {
content: "\f4e0";
}
.tj-user-slash1:before {
content: "\f4e1";
}
.tj-users-medical1:before {
content: "\f4e2";
}
.tj-user-tag1:before {
content: "\f4e3";
}
.tj-user-tie1:before {
content: "\f4e4";
}
.tj-user-times1:before {
content: "\f4e5";
}
.tj-utensil-fork1:before {
content: "\f4e6";
}
.tj-utensil-knife1:before {
content: "\f4e7";
}
.tj-utensils1:before {
content: "\f4e8";
}
.tj-utensils-alt1:before {
content: "\f4e9";
}
.tj-utensil-spoon1:before {
content: "\f4ea";
}
.tj-value-absolute1:before {
content: "\f4eb";
}
.tj-vector-square1:before {
content: "\f4ec";
}
.tj-venus1:before {
content: "\f4ed";
}
.tj-venus-double1:before {
content: "\f4ee";
}
.tj-venus-mars1:before {
content: "\f4ef";
}
.tj-vial1:before {
content: "\f4f0";
}
.tj-vials1:before {
content: "\f4f1";
}
.tj-video1:before {
content: "\f4f2";
}
.tj-video-plus1:before {
content: "\f4f3";
}
.tj-video-slash1:before {
content: "\f4f4";
}
.tj-vihara1:before {
content: "\f4f5";
}
.tj-volcano1:before {
content: "\f4f6";
}
.tj-volleyball-ball1:before {
content: "\f4f7";
}
.tj-volume1:before {
content: "\f4f8";
}
.tj-volume-down1:before {
content: "\f4f9";
}
.tj-volume-mute1:before {
content: "\f4fa";
}
.tj-volume-off1:before {
content: "\f4fb";
}
.tj-volume-slash1:before {
content: "\f4fc";
}
.tj-volume-up1:before {
content: "\f4fd";
}
.tj-vote-nay1:before {
content: "\f4fe";
}
.tj-vote-yea1:before {
content: "\f4ff";
}
.tj-vr-cardboard1:before {
content: "\f500";
}
.tj-walker1:before {
content: "\f501";
}
.tj-walking1:before {
content: "\f502";
}
.tj-wallet1:before {
content: "\f503";
}
.tj-wand1:before {
content: "\f504";
}
.tj-wand-magic1:before {
content: "\f505";
}
.tj-warehouse1:before {
content: "\f506";
}
.tj-warehouse-alt1:before {
content: "\f507";
}
.tj-watch1:before {
content: "\f508";
}
.tj-watch-fitness1:before {
content: "\f509";
}
.tj-water1:before {
content: "\f50a";
}
.tj-water-lower1:before {
content: "\f50b";
}
.tj-water-rise1:before {
content: "\f50c";
}
.tj-wave-square1:before {
content: "\f50d";
}
.tj-webcam1:before {
content: "\f50e";
}
.tj-webcam-slash1:before {
content: "\f50f";
}
.tj-weight1:before {
content: "\f510";
}
.tj-weight-hanging1:before {
content: "\f511";
}
.tj-whale1:before {
content: "\f512";
}
.tj-wheat1:before {
content: "\f513";
}
.tj-wheelchair1:before {
content: "\f514";
}
.tj-whistle1:before {
content: "\f515";
}
.tj-wifi1:before {
content: "\f516";
}
.tj-wifi-11:before {
content: "\f517";
}
.tj-wifi-21:before {
content: "\f518";
}
.tj-wifi-slash1:before {
content: "\f519";
}
.tj-wind1:before {
content: "\f51a";
}
.tj-window1:before {
content: "\f51b";
}
.tj-window-alt1:before {
content: "\f51c";
}
.tj-window-close1:before {
content: "\f51d";
}
.tj-window-maximize1:before {
content: "\f51e";
}
.tj-window-minimize1:before {
content: "\f51f";
}
.tj-window-restore1:before {
content: "\f520";
}
.tj-windsock1:before {
content: "\f521";
}
.tj-wind-warning1:before {
content: "\f522";
}
.tj-wine-bottle1:before {
content: "\f523";
}
.tj-wine-glass1:before {
content: "\f524";
}
.tj-wine-glass-alt1:before {
content: "\f525";
}
.tj-won-sign1:before {
content: "\f526";
}
.tj-wreath1:before {
content: "\f527";
}
.tj-wrench1:before {
content: "\f528";
}
.tj-x-ray1:before {
content: "\f529";
}
.tj-yen-sign1:before {
content: "\f52a";
}
.tj-yin-yang1:before {
content: "\f52b";
}
.tj-abacus2:before {
content: "\f52c";
}
.tj-acorn2:before {
content: "\f52d";
}
.tj-ad2:before {
content: "\f52e";
}
.tj-address-book2:before {
content: "\f52f";
}
.tj-address-card2:before {
content: "\f530";
}
.tj-adjust2:before {
content: "\f531";
}
.tj-air-freshener2:before {
content: "\f532";
}
.tj-alarm-clock2:before {
content: "\f533";
}
.tj-alicorn2:before {
content: "\f534";
}
.tj-align-center2:before {
content: "\f535";
}
.tj-align-justify2:before {
content: "\f536";
}
.tj-align-left2:before {
content: "\f537";
}
.tj-align-right2:before {
content: "\f538";
}
.tj-allergies2:before {
content: "\f539";
}
.tj-ambulance2:before {
content: "\f53a";
}
.tj-american-sign-language-interpreting2:before {
content: "\f53b";
}
.tj-analytics2:before {
content: "\f53c";
}
.tj-anchor2:before {
content: "\f53d";
}
.tj-angel2:before {
content: "\f53e";
}
.tj-angle-double-down2:before {
content: "\f53f";
}
.tj-angle-double-left2:before {
content: "\f540";
}
.tj-angle-double-right2:before {
content: "\f541";
}
.tj-angle-double-up2:before {
content: "\f542";
}
.tj-angle-down2:before {
content: "\f543";
}
.tj-angle-left2:before {
content: "\f544";
}
.tj-angle-right2:before {
content: "\f545";
}
.tj-angle-up2:before {
content: "\f546";
}
.tj-angry2:before {
content: "\f547";
}
.tj-ankh2:before {
content: "\f548";
}
.tj-apple-alt2:before {
content: "\f549";
}
.tj-apple-crate2:before {
content: "\f54a";
}
.tj-archive2:before {
content: "\f54b";
}
.tj-archway2:before {
content: "\f54c";
}
.tj-arrow-alt-circle-down2:before {
content: "\f54d";
}
.tj-arrow-alt-circle-left2:before {
content: "\f54e";
}
.tj-arrow-alt-circle-right2:before {
content: "\f54f";
}
.tj-arrow-alt-circle-up2:before {
content: "\f550";
}
.tj-arrow-alt-down2:before {
content: "\f551";
}
.tj-arrow-alt-from-bottom2:before {
content: "\f552";
}
.tj-arrow-alt-from-left2:before {
content: "\f553";
}
.tj-arrow-alt-from-right2:before {
content: "\f554";
}
.tj-arrow-alt-from-top2:before {
content: "\f555";
}
.tj-arrow-alt-left2:before {
content: "\f556";
}
.tj-arrow-alt-right2:before {
content: "\f557";
}
.tj-arrow-alt-square-down2:before {
content: "\f558";
}
.tj-arrow-alt-square-left2:before {
content: "\f559";
}
.tj-arrow-alt-square-right2:before {
content: "\f55a";
}
.tj-arrow-alt-square-up2:before {
content: "\f55b";
}
.tj-arrow-alt-to-bottom2:before {
content: "\f55c";
}
.tj-arrow-alt-to-left2:before {
content: "\f55d";
}
.tj-arrow-alt-to-right2:before {
content: "\f55e";
}
.tj-arrow-alt-to-top2:before {
content: "\f55f";
}
.tj-arrow-alt-up2:before {
content: "\f560";
}
.tj-arrow-circle-down2:before {
content: "\f561";
}
.tj-arrow-circle-left2:before {
content: "\f562";
}
.tj-arrow-circle-right2:before {
content: "\f563";
}
.tj-arrow-circle-up2:before {
content: "\f564";
}
.tj-arrow-down2:before {
content: "\f565";
}
.tj-arrow-from-bottom2:before {
content: "\f566";
}
.tj-arrow-from-left2:before {
content: "\f567";
}
.tj-arrow-from-right2:before {
content: "\f568";
}
.tj-arrow-from-top2:before {
content: "\f569";
}
.tj-arrow-left2:before {
content: "\f56a";
}
.tj-arrow-right2:before {
content: "\f56b";
}
.tj-arrows2:before {
content: "\f56c";
}
.tj-arrows-alt2:before {
content: "\f56d";
}
.tj-arrows-alt-h2:before {
content: "\f56e";
}
.tj-arrows-alt-v2:before {
content: "\f56f";
}
.tj-arrows-h2:before {
content: "\f570";
}
.tj-arrow-square-down2:before {
content: "\f571";
}
.tj-arrow-square-left2:before {
content: "\f572";
}
.tj-arrow-square-right2:before {
content: "\f573";
}
.tj-arrow-square-up2:before {
content: "\f574";
}
.tj-arrows-v2:before {
content: "\f575";
}
.tj-arrow-to-bottom2:before {
content: "\f576";
}
.tj-arrow-to-left2:before {
content: "\f577";
}
.tj-arrow-to-right2:before {
content: "\f578";
}
.tj-arrow-to-top2:before {
content: "\f579";
}
.tj-arrow-up2:before {
content: "\f57a";
}
.tj-assistive-listening-systems2:before {
content: "\f57b";
}
.tj-asterisk2:before {
content: "\f57c";
}
.tj-at2:before {
content: "\f57d";
}
.tj-atlas2:before {
content: "\f57e";
}
.tj-atom2:before {
content: "\f57f";
}
.tj-atom-alt2:before {
content: "\f580";
}
.tj-audio-description2:before {
content: "\f581";
}
.tj-award2:before {
content: "\f582";
}
.tj-axe2:before {
content: "\f583";
}
.tj-axe-battle2:before {
content: "\f584";
}
.tj-baby2:before {
content: "\f585";
}
.tj-baby-carriage2:before {
content: "\f586";
}
.tj-backpack2:before {
content: "\f587";
}
.tj-backspace2:before {
content: "\f588";
}
.tj-backward2:before {
content: "\f589";
}
.tj-bacon2:before {
content: "\f58a";
}
.tj-badge2:before {
content: "\f58b";
}
.tj-badge-check2:before {
content: "\f58c";
}
.tj-badge-dollar2:before {
content: "\f58d";
}
.tj-badge-percent2:before {
content: "\f58e";
}
.tj-badger-honey2:before {
content: "\f58f";
}
.tj-balance-scale2:before {
content: "\f590";
}
.tj-balance-scale-left2:before {
content: "\f591";
}
.tj-balance-scale-right2:before {
content: "\f592";
}
.tj-ballot2:before {
content: "\f593";
}
.tj-ballot-check2:before {
content: "\f594";
}
.tj-ball-pile2:before {
content: "\f595";
}
.tj-ban2:before {
content: "\f596";
}
.tj-band-aid2:before {
content: "\f597";
}
.tj-barcode2:before {
content: "\f598";
}
.tj-barcode-alt2:before {
content: "\f599";
}
.tj-barcode-read2:before {
content: "\f59a";
}
.tj-barcode-scan2:before {
content: "\f59b";
}
.tj-bars2:before {
content: "\f59c";
}
.tj-baseball2:before {
content: "\f59d";
}
.tj-baseball-ball2:before {
content: "\f59e";
}
.tj-basketball-ball2:before {
content: "\f59f";
}
.tj-basketball-hoop2:before {
content: "\f5a0";
}
.tj-bat2:before {
content: "\f5a1";
}
.tj-bath2:before {
content: "\f5a2";
}
.tj-battery-bolt2:before {
content: "\f5a3";
}
.tj-battery-empty2:before {
content: "\f5a4";
}
.tj-battery-full2:before {
content: "\f5a5";
}
.tj-battery-half2:before {
content: "\f5a6";
}
.tj-battery-quarter2:before {
content: "\f5a7";
}
.tj-battery-slash2:before {
content: "\f5a8";
}
.tj-battery-three-quarters2:before {
content: "\f5a9";
}
.tj-bed2:before {
content: "\f5aa";
}
.tj-beer2:before {
content: "\f5ab";
}
.tj-bell2:before {
content: "\f5ac";
}
.tj-bells2:before {
content: "\f5ad";
}
.tj-bell-school2:before {
content: "\f5ae";
}
.tj-bell-school-slash2:before {
content: "\f5af";
}
.tj-bell-slash2:before {
content: "\f5b0";
}
.tj-bezier-curve2:before {
content: "\f5b1";
}
.tj-bible2:before {
content: "\f5b2";
}
.tj-bicycle2:before {
content: "\f5b3";
}
.tj-binoculars2:before {
content: "\f5b4";
}
.tj-biohazard2:before {
content: "\f5b5";
}
.tj-birthday-cake2:before {
content: "\f5b6";
}
.tj-blanket2:before {
content: "\f5b7";
}
.tj-blender2:before {
content: "\f5b8";
}
.tj-blender-phone2:before {
content: "\f5b9";
}
.tj-blind2:before {
content: "\f5ba";
}
.tj-blog2:before {
content: "\f5bb";
}
.tj-bold2:before {
content: "\f5bc";
}
.tj-bolt2:before {
content: "\f5bd";
}
.tj-bomb2:before {
content: "\f5be";
}
.tj-bone2:before {
content: "\f5bf";
}
.tj-bone-break2:before {
content: "\f5c0";
}
.tj-bong2:before {
content: "\f5c1";
}
.tj-book2:before {
content: "\f5c2";
}
.tj-book-alt2:before {
content: "\f5c3";
}
.tj-book-dead2:before {
content: "\f5c4";
}
.tj-book-heart2:before {
content: "\f5c5";
}
.tj-bookmark2:before {
content: "\f5c6";
}
.tj-book-medical2:before {
content: "\f5c7";
}
.tj-book-open2:before {
content: "\f5c8";
}
.tj-book-reader2:before {
content: "\f5c9";
}
.tj-books2:before {
content: "\f5ca";
}
.tj-books-medical2:before {
content: "\f5cb";
}
.tj-book-spells2:before {
content: "\f5cc";
}
.tj-book-user2:before {
content: "\f5cd";
}
.tj-boot2:before {
content: "\f5ce";
}
.tj-booth-curtain2:before {
content: "\f5cf";
}
.tj-bow-arrow2:before {
content: "\f5d0";
}
.tj-bowling-ball2:before {
content: "\f5d1";
}
.tj-bowling-pins2:before {
content: "\f5d2";
}
.tj-box2:before {
content: "\f5d3";
}
.tj-box-alt2:before {
content: "\f5d4";
}
.tj-box-ballot2:before {
content: "\f5d5";
}
.tj-box-check2:before {
content: "\f5d6";
}
.tj-boxes2:before {
content: "\f5d7";
}
.tj-boxes-alt2:before {
content: "\f5d8";
}
.tj-box-fragile2:before {
content: "\f5d9";
}
.tj-box-full2:before {
content: "\f5da";
}
.tj-box-heart2:before {
content: "\f5db";
}
.tj-boxing-glove2:before {
content: "\f5dc";
}
.tj-box-open2:before {
content: "\f5dd";
}
.tj-box-up2:before {
content: "\f5de";
}
.tj-box-usd2:before {
content: "\f5df";
}
.tj-brackets2:before {
content: "\f5e0";
}
.tj-brackets-curly2:before {
content: "\f5e1";
}
.tj-braille2:before {
content: "\f5e2";
}
.tj-brain2:before {
content: "\f5e3";
}
.tj-bread-loaf2:before {
content: "\f5e4";
}
.tj-bread-slice2:before {
content: "\f5e5";
}
.tj-briefcase2:before {
content: "\f5e6";
}
.tj-briefcase-medical2:before {
content: "\f5e7";
}
.tj-broadcast-tower2:before {
content: "\f5e8";
}
.tj-broom2:before {
content: "\f5e9";
}
.tj-browser2:before {
content: "\f5ea";
}
.tj-brush2:before {
content: "\f5eb";
}
.tj-bug2:before {
content: "\f5ec";
}
.tj-building2:before {
content: "\f5ed";
}
.tj-bullhorn2:before {
content: "\f5ee";
}
.tj-bullseye2:before {
content: "\f5ef";
}
.tj-bullseye-arrow2:before {
content: "\f5f0";
}
.tj-bullseye-pointer2:before {
content: "\f5f1";
}
.tj-burn2:before {
content: "\f5f2";
}
.tj-burrito2:before {
content: "\f5f3";
}
.tj-bus2:before {
content: "\f5f4";
}
.tj-bus-alt2:before {
content: "\f5f5";
}
.tj-business-time2:before {
content: "\f5f6";
}
.tj-bus-school2:before {
content: "\f5f7";
}
.tj-cabinet-filing2:before {
content: "\f5f8";
}
.tj-calculator2:before {
content: "\f5f9";
}
.tj-calculator-alt2:before {
content: "\f5fa";
}
.tj-calendar2:before {
content: "\f5fb";
}
.tj-calendar-alt2:before {
content: "\f5fc";
}
.tj-calendar-check2:before {
content: "\f5fd";
}
.tj-calendar-day2:before {
content: "\f5fe";
}
.tj-calendar-edit2:before {
content: "\f5ff";
}
.tj-calendar-exclamation2:before {
content: "\f600";
}
.tj-calendar-minus2:before {
content: "\f601";
}
.tj-calendar-plus2:before {
content: "\f602";
}
.tj-calendar-star2:before {
content: "\f603";
}
.tj-calendar-times2:before {
content: "\f604";
}
.tj-calendar-week2:before {
content: "\f605";
}
.tj-camera2:before {
content: "\f606";
}
.tj-camera-alt2:before {
content: "\f607";
}
.tj-camera-retro2:before {
content: "\f608";
}
.tj-campfire2:before {
content: "\f609";
}
.tj-campground2:before {
content: "\f60a";
}
.tj-candle-holder2:before {
content: "\f60b";
}
.tj-candy-cane2:before {
content: "\f60c";
}
.tj-candy-corn2:before {
content: "\f60d";
}
.tj-cannabis2:before {
content: "\f60e";
}
.tj-capsules2:before {
content: "\f60f";
}
.tj-car2:before {
content: "\f610";
}
.tj-car-alt2:before {
content: "\f611";
}
.tj-car-battery2:before {
content: "\f612";
}
.tj-car-bump2:before {
content: "\f613";
}
.tj-car-crash2:before {
content: "\f614";
}
.tj-caret-circle-down2:before {
content: "\f615";
}
.tj-caret-circle-left2:before {
content: "\f616";
}
.tj-caret-circle-right2:before {
content: "\f617";
}
.tj-caret-circle-up2:before {
content: "\f618";
}
.tj-caret-down2:before {
content: "\f619";
}
.tj-caret-left2:before {
content: "\f61a";
}
.tj-caret-right2:before {
content: "\f61b";
}
.tj-caret-square-down2:before {
content: "\f61c";
}
.tj-caret-square-left2:before {
content: "\f61d";
}
.tj-caret-square-right2:before {
content: "\f61e";
}
.tj-caret-square-up2:before {
content: "\f61f";
}
.tj-caret-up2:before {
content: "\f620";
}
.tj-car-garage2:before {
content: "\f621";
}
.tj-car-mechanic2:before {
content: "\f622";
}
.tj-carrot2:before {
content: "\f623";
}
.tj-car-side2:before {
content: "\f624";
}
.tj-cart-arrow-down2:before {
content: "\f625";
}
.tj-car-tilt2:before {
content: "\f626";
}
.tj-cart-plus2:before {
content: "\f627";
}
.tj-car-wash2:before {
content: "\f628";
}
.tj-cash-register2:before {
content: "\f629";
}
.tj-cat2:before {
content: "\f62a";
}
.tj-cauldron2:before {
content: "\f62b";
}
.tj-certificate2:before {
content: "\f62c";
}
.tj-chair2:before {
content: "\f62d";
}
.tj-chair-office2:before {
content: "\f62e";
}
.tj-chalkboard2:before {
content: "\f62f";
}
.tj-chalkboard-teacher2:before {
content: "\f630";
}
.tj-charging-station2:before {
content: "\f631";
}
.tj-chart-area2:before {
content: "\f632";
}
.tj-chart-bar2:before {
content: "\f633";
}
.tj-chart-line2:before {
content: "\f634";
}
.tj-chart-line-down2:before {
content: "\f635";
}
.tj-chart-network2:before {
content: "\f636";
}
.tj-chart-pie2:before {
content: "\f637";
}
.tj-chart-pie-alt2:before {
content: "\f638";
}
.tj-chart-scatter2:before {
content: "\f639";
}
.tj-check2:before {
content: "\f63a";
}
.tj-check-circle2:before {
content: "\f63b";
}
.tj-check-double2:before {
content: "\f63c";
}
.tj-check-square2:before {
content: "\f63d";
}
.tj-cheese2:before {
content: "\f63e";
}
.tj-cheeseburger2:before {
content: "\f63f";
}
.tj-cheese-swiss2:before {
content: "\f640";
}
.tj-chess2:before {
content: "\f641";
}
.tj-chess-bishop2:before {
content: "\f642";
}
.tj-chess-bishop-alt2:before {
content: "\f643";
}
.tj-chess-board2:before {
content: "\f644";
}
.tj-chess-clock2:before {
content: "\f645";
}
.tj-chess-clock-alt2:before {
content: "\f646";
}
.tj-chess-king2:before {
content: "\f647";
}
.tj-chess-king-alt2:before {
content: "\f648";
}
.tj-chess-knight2:before {
content: "\f649";
}
.tj-chess-knight-alt2:before {
content: "\f64a";
}
.tj-chess-pawn2:before {
content: "\f64b";
}
.tj-chess-pawn-alt2:before {
content: "\f64c";
}
.tj-chess-queen2:before {
content: "\f64d";
}
.tj-chess-queen-alt2:before {
content: "\f64e";
}
.tj-chess-rook2:before {
content: "\f64f";
}
.tj-chess-rook-alt2:before {
content: "\f650";
}
.tj-chevron-circle-down2:before {
content: "\f651";
}
.tj-chevron-circle-left2:before {
content: "\f652";
}
.tj-chevron-circle-right2:before {
content: "\f653";
}
.tj-chevron-circle-up2:before {
content: "\f654";
}
.tj-chevron-double-down2:before {
content: "\f655";
}
.tj-chevron-double-left2:before {
content: "\f656";
}
.tj-chevron-double-right2:before {
content: "\f657";
}
.tj-chevron-double-up2:before {
content: "\f658";
}
.tj-chevron-down2:before {
content: "\f659";
}
.tj-chevron-left2:before {
content: "\f65a";
}
.tj-chevron-right2:before {
content: "\f65b";
}
.tj-chevron-square-down2:before {
content: "\f65c";
}
.tj-chevron-square-left2:before {
content: "\f65d";
}
.tj-chevron-square-right2:before {
content: "\f65e";
}
.tj-chevron-square-up2:before {
content: "\f65f";
}
.tj-chevron-up2:before {
content: "\f660";
}
.tj-child2:before {
content: "\f661";
}
.tj-chimney2:before {
content: "\f662";
}
.tj-church2:before {
content: "\f663";
}
.tj-circle2:before {
content: "\f664";
}
.tj-circle-notch2:before {
content: "\f665";
}
.tj-city2:before {
content: "\f666";
}
.tj-claw-marks2:before {
content: "\f667";
}
.tj-clinic-medical2:before {
content: "\f668";
}
.tj-clipboard2:before {
content: "\f669";
}
.tj-clipboard-check2:before {
content: "\f66a";
}
.tj-clipboard-list2:before {
content: "\f66b";
}
.tj-clipboard-list-check2:before {
content: "\f66c";
}
.tj-clipboard-prescription2:before {
content: "\f66d";
}
.tj-clipboard-user2:before {
content: "\f66e";
}
.tj-clock2:before {
content: "\f66f";
}
.tj-clone2:before {
content: "\f670";
}
.tj-closed-captioning2:before {
content: "\f671";
}
.tj-cloud2:before {
content: "\f672";
}
.tj-cloud-download2:before {
content: "\f673";
}
.tj-cloud-download-alt2:before {
content: "\f674";
}
.tj-cloud-drizzle2:before {
content: "\f675";
}
.tj-cloud-hail2:before {
content: "\f676";
}
.tj-cloud-hail-mixed2:before {
content: "\f677";
}
.tj-cloud-meatball2:before {
content: "\f678";
}
.tj-cloud-moon2:before {
content: "\f679";
}
.tj-cloud-moon-rain2:before {
content: "\f67a";
}
.tj-cloud-rain2:before {
content: "\f67b";
}
.tj-cloud-rainbow2:before {
content: "\f67c";
}
.tj-clouds2:before {
content: "\f67d";
}
.tj-cloud-showers2:before {
content: "\f67e";
}
.tj-cloud-showers-heavy2:before {
content: "\f67f";
}
.tj-cloud-sleet2:before {
content: "\f680";
}
.tj-clouds-moon2:before {
content: "\f681";
}
.tj-cloud-snow2:before {
content: "\f682";
}
.tj-clouds-sun2:before {
content: "\f683";
}
.tj-cloud-sun2:before {
content: "\f684";
}
.tj-cloud-sun-rain2:before {
content: "\f685";
}
.tj-cloud-upload2:before {
content: "\f686";
}
.tj-cloud-upload-alt2:before {
content: "\f687";
}
.tj-club2:before {
content: "\f688";
}
.tj-cocktail2:before {
content: "\f689";
}
.tj-code2:before {
content: "\f68a";
}
.tj-code-branch2:before {
content: "\f68b";
}
.tj-code-commit2:before {
content: "\f68c";
}
.tj-code-merge2:before {
content: "\f68d";
}
.tj-coffee2:before {
content: "\f68e";
}
.tj-coffee-togo2:before {
content: "\f68f";
}
.tj-coffin2:before {
content: "\f690";
}
.tj-cog2:before {
content: "\f691";
}
.tj-cogs2:before {
content: "\f692";
}
.tj-coins2:before {
content: "\f693";
}
.tj-columns2:before {
content: "\f694";
}
.tj-comment2:before {
content: "\f695";
}
.tj-comment-alt2:before {
content: "\f696";
}
.tj-comment-alt-check2:before {
content: "\f697";
}
.tj-comment-alt-dollar2:before {
content: "\f698";
}
.tj-comment-alt-dots2:before {
content: "\f699";
}
.tj-comment-alt-edit2:before {
content: "\f69a";
}
.tj-comment-alt-exclamation2:before {
content: "\f69b";
}
.tj-comment-alt-lines2:before {
content: "\f69c";
}
.tj-comment-alt-medical2:before {
content: "\f69d";
}
.tj-comment-alt-minus2:before {
content: "\f69e";
}
.tj-comment-alt-plus2:before {
content: "\f69f";
}
.tj-comment-alt-slash2:before {
content: "\f6a0";
}
.tj-comment-alt-smile2:before {
content: "\f6a1";
}
.tj-comment-alt-times2:before {
content: "\f6a2";
}
.tj-comment-check2:before {
content: "\f6a3";
}
.tj-comment-dollar2:before {
content: "\f6a4";
}
.tj-comment-dots2:before {
content: "\f6a5";
}
.tj-comment-edit2:before {
content: "\f6a6";
}
.tj-comment-exclamation2:before {
content: "\f6a7";
}
.tj-comment-lines2:before {
content: "\f6a8";
}
.tj-comment-medical2:before {
content: "\f6a9";
}
.tj-comment-minus2:before {
content: "\f6aa";
}
.tj-comment-plus2:before {
content: "\f6ab";
}
.tj-comments2:before {
content: "\f6ac";
}
.tj-comments-alt2:before {
content: "\f6ad";
}
.tj-comments-alt-dollar2:before {
content: "\f6ae";
}
.tj-comments-dollar2:before {
content: "\f6af";
}
.tj-comment-slash2:before {
content: "\f6b0";
}
.tj-comment-smile2:before {
content: "\f6b1";
}
.tj-comment-times2:before {
content: "\f6b2";
}
.tj-compact-disc2:before {
content: "\f6b3";
}
.tj-compass2:before {
content: "\f6b4";
}
.tj-compass-slash2:before {
content: "\f6b5";
}
.tj-compress2:before {
content: "\f6b6";
}
.tj-compress-alt2:before {
content: "\f6b7";
}
.tj-compress-arrows-alt2:before {
content: "\f6b8";
}
.tj-compress-wide2:before {
content: "\f6b9";
}
.tj-concierge-bell2:before {
content: "\f6ba";
}
.tj-container-storage2:before {
content: "\f6bb";
}
.tj-conveyor-belt2:before {
content: "\f6bc";
}
.tj-conveyor-belt-alt2:before {
content: "\f6bd";
}
.tj-cookie2:before {
content: "\f6be";
}
.tj-cookie-bite2:before {
content: "\f6bf";
}
.tj-copy2:before {
content: "\f6c0";
}
.tj-copyright2:before {
content: "\f6c1";
}
.tj-corn2:before {
content: "\f6c2";
}
.tj-couch2:before {
content: "\f6c3";
}
.tj-cow2:before {
content: "\f6c4";
}
.tj-credit-card2:before {
content: "\f6c5";
}
.tj-credit-card-blank2:before {
content: "\f6c6";
}
.tj-credit-card-front2:before {
content: "\f6c7";
}
.tj-cricket2:before {
content: "\f6c8";
}
.tj-croissant2:before {
content: "\f6c9";
}
.tj-crop2:before {
content: "\f6ca";
}
.tj-crop-alt2:before {
content: "\f6cb";
}
.tj-cross2:before {
content: "\f6cc";
}
.tj-crosshairs2:before {
content: "\f6cd";
}
.tj-crow2:before {
content: "\f6ce";
}
.tj-crown2:before {
content: "\f6cf";
}
.tj-crutch2:before {
content: "\f6d0";
}
.tj-crutches2:before {
content: "\f6d1";
}
.tj-cube2:before {
content: "\f6d2";
}
.tj-cubes2:before {
content: "\f6d3";
}
.tj-curling2:before {
content: "\f6d4";
}
.tj-cut2:before {
content: "\f6d5";
}
.tj-dagger2:before {
content: "\f6d6";
}
.tj-database2:before {
content: "\f6d7";
}
.tj-deaf2:before {
content: "\f6d8";
}
.tj-debug2:before {
content: "\f6d9";
}
.tj-deer2:before {
content: "\f6da";
}
.tj-deer-rudolph2:before {
content: "\f6db";
}
.tj-democrat2:before {
content: "\f6dc";
}
.tj-desktop2:before {
content: "\f6dd";
}
.tj-desktop-alt2:before {
content: "\f6de";
}
.tj-dewpoint2:before {
content: "\f6df";
}
.tj-dharmachakra2:before {
content: "\f6e0";
}
.tj-diagnoses2:before {
content: "\f6e1";
}
.tj-diamond2:before {
content: "\f6e2";
}
.tj-dice2:before {
content: "\f6e3";
}
.tj-dice-d42:before {
content: "\f6e4";
}
.tj-dice-d62:before {
content: "\f6e5";
}
.tj-dice-d82:before {
content: "\f6e6";
}
.tj-dice-d102:before {
content: "\f6e7";
}
.tj-dice-d122:before {
content: "\f6e8";
}
.tj-dice-d202:before {
content: "\f6e9";
}
.tj-dice-five2:before {
content: "\f6ea";
}
.tj-dice-four2:before {
content: "\f6eb";
}
.tj-dice-one2:before {
content: "\f6ec";
}
.tj-dice-six2:before {
content: "\f6ed";
}
.tj-dice-three2:before {
content: "\f6ee";
}
.tj-dice-two2:before {
content: "\f6ef";
}
.tj-digital-tachograph2:before {
content: "\f6f0";
}
.tj-diploma2:before {
content: "\f6f1";
}
.tj-directions2:before {
content: "\f6f2";
}
.tj-disease2:before {
content: "\f6f3";
}
.tj-divide2:before {
content: "\f6f4";
}
.tj-dizzy2:before {
content: "\f6f5";
}
.tj-dna2:before {
content: "\f6f6";
}
.tj-dog2:before {
content: "\f6f7";
}
.tj-dog-leashed2:before {
content: "\f6f8";
}
.tj-dollar-sign2:before {
content: "\f6f9";
}
.tj-dolly2:before {
content: "\f6fa";
}
.tj-dolly-empty2:before {
content: "\f6fb";
}
.tj-dolly-flatbed2:before {
content: "\f6fc";
}
.tj-dolly-flatbed-alt2:before {
content: "\f6fd";
}
.tj-dolly-flatbed-empty2:before {
content: "\f6fe";
}
.tj-donate2:before {
content: "\f6ff";
}
.tj-do-not-enter2:before {
content: "\f700";
}
.tj-door-closed2:before {
content: "\f701";
}
.tj-door-open2:before {
content: "\f702";
}
.tj-dot-circle2:before {
content: "\f703";
}
.tj-dove2:before {
content: "\f704";
}
.tj-download2:before {
content: "\f705";
}
.tj-drafting-compass2:before {
content: "\f706";
}
.tj-dragon2:before {
content: "\f707";
}
.tj-draw-circle2:before {
content: "\f708";
}
.tj-draw-polygon2:before {
content: "\f709";
}
.tj-draw-square2:before {
content: "\f70a";
}
.tj-dreidel2:before {
content: "\f70b";
}
.tj-drum2:before {
content: "\f70c";
}
.tj-drum-steelpan2:before {
content: "\f70d";
}
.tj-drumstick2:before {
content: "\f70e";
}
.tj-drumstick-bite2:before {
content: "\f70f";
}
.tj-duck2:before {
content: "\f710";
}
.tj-dumbbell2:before {
content: "\f711";
}
.tj-dumpster2:before {
content: "\f712";
}
.tj-dumpster-fire2:before {
content: "\f713";
}
.tj-dungeon2:before {
content: "\f714";
}
.tj-ear2:before {
content: "\f715";
}
.tj-ear-muffs2:before {
content: "\f716";
}
.tj-eclipse2:before {
content: "\f717";
}
.tj-eclipse-alt2:before {
content: "\f718";
}
.tj-edit2:before {
content: "\f719";
}
.tj-egg2:before {
content: "\f71a";
}
.tj-egg-fried2:before {
content: "\f71b";
}
.tj-eject2:before {
content: "\f71c";
}
.tj-elephant2:before {
content: "\f71d";
}
.tj-ellipsis-h2:before {
content: "\f71e";
}
.tj-ellipsis-h-alt2:before {
content: "\f71f";
}
.tj-ellipsis-v2:before {
content: "\f720";
}
.tj-ellipsis-v-alt2:before {
content: "\f721";
}
.tj-empty-set2:before {
content: "\f722";
}
.tj-engine-warning2:before {
content: "\f723";
}
.tj-envelope2:before {
content: "\f724";
}
.tj-envelope-open2:before {
content: "\f725";
}
.tj-envelope-open-dollar2:before {
content: "\f726";
}
.tj-envelope-open-text2:before {
content: "\f727";
}
.tj-envelope-square2:before {
content: "\f728";
}
.tj-equals2:before {
content: "\f729";
}
.tj-eraser2:before {
content: "\f72a";
}
.tj-ethernet2:before {
content: "\f72b";
}
.tj-euro-sign2:before {
content: "\f72c";
}
.tj-exchange2:before {
content: "\f72d";
}
.tj-exchange-alt2:before {
content: "\f72e";
}
.tj-exclamation2:before {
content: "\f72f";
}
.tj-exclamation-circle2:before {
content: "\f730";
}
.tj-exclamation-square2:before {
content: "\f731";
}
.tj-exclamation-triangle2:before {
content: "\f732";
}
.tj-expand2:before {
content: "\f733";
}
.tj-expand-alt2:before {
content: "\f734";
}
.tj-expand-arrows2:before {
content: "\f735";
}
.tj-expand-arrows-alt2:before {
content: "\f736";
}
.tj-expand-wide2:before {
content: "\f737";
}
.tj-external-link2:before {
content: "\f738";
}
.tj-external-link-alt2:before {
content: "\f739";
}
.tj-external-link-square2:before {
content: "\f73a";
}
.tj-external-link-square-alt2:before {
content: "\f73b";
}
.tj-eye2:before {
content: "\f73c";
}
.tj-eye-dropper2:before {
content: "\f73d";
}
.tj-eye-evil2:before {
content: "\f73e";
}
.tj-eye-slash2:before {
content: "\f73f";
}
.tj-fast-backward2:before {
content: "\f740";
}
.tj-fast-forward2:before {
content: "\f741";
}
.tj-fax2:before {
content: "\f742";
}
.tj-feather2:before {
content: "\f743";
}
.tj-feather-alt2:before {
content: "\f744";
}
.tj-female2:before {
content: "\f745";
}
.tj-field-hockey2:before {
content: "\f746";
}
.tj-fighter-jet2:before {
content: "\f747";
}
.tj-file2:before {
content: "\f748";
}
.tj-file-alt2:before {
content: "\f749";
}
.tj-file-archive2:before {
content: "\f74a";
}
.tj-file-audio2:before {
content: "\f74b";
}
.tj-file-certificate2:before {
content: "\f74c";
}
.tj-file-chart-line2:before {
content: "\f74d";
}
.tj-file-chart-pie2:before {
content: "\f74e";
}
.tj-file-check2:before {
content: "\f74f";
}
.tj-file-code2:before {
content: "\f750";
}
.tj-file-contract2:before {
content: "\f751";
}
.tj-file-csv2:before {
content: "\f752";
}
.tj-file-download2:before {
content: "\f753";
}
.tj-file-edit2:before {
content: "\f754";
}
.tj-file-excel2:before {
content: "\f755";
}
.tj-file-exclamation2:before {
content: "\f756";
}
.tj-file-export2:before {
content: "\f757";
}
.tj-file-image2:before {
content: "\f758";
}
.tj-file-import2:before {
content: "\f759";
}
.tj-file-invoice2:before {
content: "\f75a";
}
.tj-file-invoice-dollar2:before {
content: "\f75b";
}
.tj-file-medical2:before {
content: "\f75c";
}
.tj-file-medical-alt2:before {
content: "\f75d";
}
.tj-file-minus2:before {
content: "\f75e";
}
.tj-file-pdf2:before {
content: "\f75f";
}
.tj-file-plus2:before {
content: "\f760";
}
.tj-file-powerpoint2:before {
content: "\f761";
}
.tj-file-prescription2:before {
content: "\f762";
}
.tj-file-signature2:before {
content: "\f763";
}
.tj-files-medical2:before {
content: "\f764";
}
.tj-file-spreadsheet2:before {
content: "\f765";
}
.tj-file-times2:before {
content: "\f766";
}
.tj-file-upload2:before {
content: "\f767";
}
.tj-file-user2:before {
content: "\f768";
}
.tj-file-video2:before {
content: "\f769";
}
.tj-file-word2:before {
content: "\f76a";
}
.tj-fill2:before {
content: "\f76b";
}
.tj-fill-drip2:before {
content: "\f76c";
}
.tj-film2:before {
content: "\f76d";
}
.tj-film-alt2:before {
content: "\f76e";
}
.tj-filter2:before {
content: "\f76f";
}
.tj-fingerprint2:before {
content: "\f770";
}
.tj-fire2:before {
content: "\f771";
}
.tj-fire-alt2:before {
content: "\f772";
}
.tj-fire-extinguisher2:before {
content: "\f773";
}
.tj-fireplace2:before {
content: "\f774";
}
.tj-fire-smoke2:before {
content: "\f775";
}
.tj-first-aid2:before {
content: "\f776";
}
.tj-fish2:before {
content: "\f777";
}
.tj-fish-cooked2:before {
content: "\f778";
}
.tj-fist-raised2:before {
content: "\f779";
}
.tj-flag2:before {
content: "\f77a";
}
.tj-flag-alt2:before {
content: "\f77b";
}
.tj-flag-checkered2:before {
content: "\f77c";
}
.tj-flag-usa2:before {
content: "\f77d";
}
.tj-flame2:before {
content: "\f77e";
}
.tj-flask2:before {
content: "\f77f";
}
.tj-flask-poison2:before {
content: "\f780";
}
.tj-flask-potion2:before {
content: "\f781";
}
.tj-flower2:before {
content: "\f782";
}
.tj-flower-daffodil2:before {
content: "\f783";
}
.tj-flower-tulip2:before {
content: "\f784";
}
.tj-flushed2:before {
content: "\f785";
}
.tj-fog2:before {
content: "\f786";
}
.tj-folder2:before {
content: "\f787";
}
.tj-folder-minus2:before {
content: "\f788";
}
.tj-folder-open2:before {
content: "\f789";
}
.tj-folder-plus2:before {
content: "\f78a";
}
.tj-folders2:before {
content: "\f78b";
}
.tj-folder-times2:before {
content: "\f78c";
}
.tj-folder-tree2:before {
content: "\f78d";
}
.tj-font2:before {
content: "\f78e";
}
.tj-font-awesome-logo-full2:before {
content: "\f78f";
}
.tj-football-ball2:before {
content: "\f790";
}
.tj-football-helmet2:before {
content: "\f791";
}
.tj-forklift2:before {
content: "\f792";
}
.tj-forward2:before {
content: "\f793";
}
.tj-fragile2:before {
content: "\f794";
}
.tj-french-fries2:before {
content: "\f795";
}
.tj-frog2:before {
content: "\f796";
}
.tj-frosty-head2:before {
content: "\f797";
}
.tj-frown2:before {
content: "\f798";
}
.tj-frown-open2:before {
content: "\f799";
}
.tj-function2:before {
content: "\f79a";
}
.tj-funnel-dollar2:before {
content: "\f79b";
}
.tj-futbol2:before {
content: "\f79c";
}
.tj-gamepad2:before {
content: "\f79d";
}
.tj-gas-pump2:before {
content: "\f79e";
}
.tj-gas-pump-slash2:before {
content: "\f79f";
}
.tj-gavel2:before {
content: "\f7a0";
}
.tj-gem2:before {
content: "\f7a1";
}
.tj-genderless2:before {
content: "\f7a2";
}
.tj-ghost2:before {
content: "\f7a3";
}
.tj-gift2:before {
content: "\f7a4";
}
.tj-gift-card2:before {
content: "\f7a5";
}
.tj-gifts2:before {
content: "\f7a6";
}
.tj-gingerbread-man2:before {
content: "\f7a7";
}
.tj-glass2:before {
content: "\f7a8";
}
.tj-glass-champagne2:before {
content: "\f7a9";
}
.tj-glass-cheers2:before {
content: "\f7aa";
}
.tj-glasses2:before {
content: "\f7ab";
}
.tj-glasses-alt2:before {
content: "\f7ac";
}
.tj-glass-martini2:before {
content: "\f7ad";
}
.tj-glass-martini-alt2:before {
content: "\f7ae";
}
.tj-glass-whiskey2:before {
content: "\f7af";
}
.tj-glass-whiskey-rocks2:before {
content: "\f7b0";
}
.tj-globe2:before {
content: "\f7b1";
}
.tj-globe-africa2:before {
content: "\f7b2";
}
.tj-globe-americas2:before {
content: "\f7b3";
}
.tj-globe-asia2:before {
content: "\f7b4";
}
.tj-globe-europe2:before {
content: "\f7b5";
}
.tj-globe-snow2:before {
content: "\f7b6";
}
.tj-globe-stand2:before {
content: "\f7b7";
}
.tj-golf-ball2:before {
content: "\f7b8";
}
.tj-golf-club2:before {
content: "\f7b9";
}
.tj-gopuram2:before {
content: "\f7ba";
}
.tj-graduation-cap2:before {
content: "\f7bb";
}
.tj-greater-than2:before {
content: "\f7bc";
}
.tj-greater-than-equal2:before {
content: "\f7bd";
}
.tj-grimace2:before {
content: "\f7be";
}
.tj-grin2:before {
content: "\f7bf";
}
.tj-grin-alt2:before {
content: "\f7c0";
}
.tj-grin-beam2:before {
content: "\f7c1";
}
.tj-grin-beam-sweat2:before {
content: "\f7c2";
}
.tj-grin-hearts2:before {
content: "\f7c3";
}
.tj-grin-squint2:before {
content: "\f7c4";
}
.tj-grin-squint-tears2:before {
content: "\f7c5";
}
.tj-grin-stars2:before {
content: "\f7c6";
}
.tj-grin-tears2:before {
content: "\f7c7";
}
.tj-grin-tongue2:before {
content: "\f7c8";
}
.tj-grin-tongue-squint2:before {
content: "\f7c9";
}
.tj-grin-tongue-wink2:before {
content: "\f7ca";
}
.tj-grin-wink2:before {
content: "\f7cb";
}
.tj-grip-horizontal2:before {
content: "\f7cc";
}
.tj-grip-lines2:before {
content: "\f7cd";
}
.tj-grip-lines-vertical2:before {
content: "\f7ce";
}
.tj-grip-vertical2:before {
content: "\f7cf";
}
.tj-guitar2:before {
content: "\f7d0";
}
.tj-h12:before {
content: "\f7d1";
}
.tj-h22:before {
content: "\f7d2";
}
.tj-h32:before {
content: "\f7d3";
}
.tj-hamburger2:before {
content: "\f7d4";
}
.tj-hammer2:before {
content: "\f7d5";
}
.tj-hammer-war2:before {
content: "\f7d6";
}
.tj-hamsa2:before {
content: "\f7d7";
}
.tj-hand-heart2:before {
content: "\f7d8";
}
.tj-hand-holding2:before {
content: "\f7d9";
}
.tj-hand-holding-box2:before {
content: "\f7da";
}
.tj-hand-holding-heart2:before {
content: "\f7db";
}
.tj-hand-holding-magic2:before {
content: "\f7dc";
}
.tj-hand-holding-seedling2:before {
content: "\f7dd";
}
.tj-hand-holding-usd2:before {
content: "\f7de";
}
.tj-hand-holding-water2:before {
content: "\f7df";
}
.tj-hand-lizard2:before {
content: "\f7e0";
}
.tj-hand-middle-finger2:before {
content: "\f7e1";
}
.tj-hand-paper2:before {
content: "\f7e2";
}
.tj-hand-peace2:before {
content: "\f7e3";
}
.tj-hand-point-down2:before {
content: "\f7e4";
}
.tj-hand-pointer2:before {
content: "\f7e5";
}
.tj-hand-point-left2:before {
content: "\f7e6";
}
.tj-hand-point-right2:before {
content: "\f7e7";
}
.tj-hand-point-up2:before {
content: "\f7e8";
}
.tj-hand-receiving2:before {
content: "\f7e9";
}
.tj-hand-rock2:before {
content: "\f7ea";
}
.tj-hands2:before {
content: "\f7eb";
}
.tj-hand-scissors2:before {
content: "\f7ec";
}
.tj-handshake2:before {
content: "\f7ed";
}
.tj-handshake-alt2:before {
content: "\f7ee";
}
.tj-hands-heart2:before {
content: "\f7ef";
}
.tj-hands-helping2:before {
content: "\f7f0";
}
.tj-hand-spock2:before {
content: "\f7f1";
}
.tj-hands-usd2:before {
content: "\f7f2";
}
.tj-hanukiah2:before {
content: "\f7f3";
}
.tj-hard-hat2:before {
content: "\f7f4";
}
.tj-hashtag2:before {
content: "\f7f5";
}
.tj-hat-santa2:before {
content: "\f7f6";
}
.tj-hat-winter2:before {
content: "\f7f7";
}
.tj-hat-witch2:before {
content: "\f7f8";
}
.tj-hat-wizard2:before {
content: "\f7f9";
}
.tj-haykal2:before {
content: "\f7fa";
}
.tj-hdd2:before {
content: "\f7fb";
}
.tj-heading2:before {
content: "\f7fc";
}
.tj-headphones2:before {
content: "\f7fd";
}
.tj-headphones-alt2:before {
content: "\f7fe";
}
.tj-headset2:before {
content: "\f7ff";
}
.tj-head-side2:before {
content: "\f800";
}
.tj-head-side-brain2:before {
content: "\f801";
}
.tj-head-side-medical2:before {
content: "\f802";
}
.tj-head-vr2:before {
content: "\f803";
}
.tj-heart2:before {
content: "\f804";
}
.tj-heartbeat2:before {
content: "\f805";
}
.tj-heart-broken2:before {
content: "\f806";
}
.tj-heart-circle2:before {
content: "\f807";
}
.tj-heart-rate2:before {
content: "\f808";
}
.tj-heart-square2:before {
content: "\f809";
}
.tj-helicopter2:before {
content: "\f80a";
}
.tj-helmet-battle2:before {
content: "\f80b";
}
.tj-hexagon2:before {
content: "\f80c";
}
.tj-highlighter2:before {
content: "\f80d";
}
.tj-hiking2:before {
content: "\f80e";
}
.tj-hippo2:before {
content: "\f80f";
}
.tj-history2:before {
content: "\f810";
}
.tj-hockey-mask2:before {
content: "\f811";
}
.tj-hockey-puck2:before {
content: "\f812";
}
.tj-hockey-sticks2:before {
content: "\f813";
}
.tj-holly-berry2:before {
content: "\f814";
}
.tj-home2:before {
content: "\f815";
}
.tj-home-alt2:before {
content: "\f816";
}
.tj-home-heart2:before {
content: "\f817";
}
.tj-home-lg2:before {
content: "\f818";
}
.tj-home-lg-alt2:before {
content: "\f819";
}
.tj-hood-cloak2:before {
content: "\f81a";
}
.tj-horse2:before {
content: "\f81b";
}
.tj-horse-head2:before {
content: "\f81c";
}
.tj-hospital2:before {
content: "\f81d";
}
.tj-hospital-alt2:before {
content: "\f81e";
}
.tj-hospitals2:before {
content: "\f81f";
}
.tj-hospital-symbol2:before {
content: "\f820";
}
.tj-hospital-user2:before {
content: "\f821";
}
.tj-hotdog2:before {
content: "\f822";
}
.tj-hotel2:before {
content: "\f823";
}
.tj-hot-tub2:before {
content: "\f824";
}
.tj-hourglass2:before {
content: "\f825";
}
.tj-hourglass-end2:before {
content: "\f826";
}
.tj-hourglass-half2:before {
content: "\f827";
}
.tj-hourglass-start2:before {
content: "\f828";
}
.tj-house-damage2:before {
content: "\f829";
}
.tj-house-flood2:before {
content: "\f82a";
}
.tj-hryvnia2:before {
content: "\f82b";
}
.tj-h-square2:before {
content: "\f82c";
}
.tj-humidity2:before {
content: "\f82d";
}
.tj-hurricane2:before {
content: "\f82e";
}
.tj-ice-cream2:before {
content: "\f82f";
}
.tj-ice-skate2:before {
content: "\f830";
}
.tj-icicles2:before {
content: "\f831";
}
.tj-i-cursor2:before {
content: "\f832";
}
.tj-id-badge2:before {
content: "\f833";
}
.tj-id-card2:before {
content: "\f834";
}
.tj-id-card-alt2:before {
content: "\f835";
}
.tj-igloo2:before {
content: "\f836";
}
.tj-image2:before {
content: "\f837";
}
.tj-images2:before {
content: "\f838";
}
.tj-inbox2:before {
content: "\f839";
}
.tj-inbox-in2:before {
content: "\f83a";
}
.tj-inbox-out2:before {
content: "\f83b";
}
.tj-indent2:before {
content: "\f83c";
}
.tj-industry2:before {
content: "\f83d";
}
.tj-industry-alt2:before {
content: "\f83e";
}
.tj-infinity2:before {
content: "\f83f";
}
.tj-info2:before {
content: "\f840";
}
.tj-info-circle2:before {
content: "\f841";
}
.tj-info-square2:before {
content: "\f842";
}
.tj-inhaler2:before {
content: "\f843";
}
.tj-integral2:before {
content: "\f844";
}
.tj-intersection2:before {
content: "\f845";
}
.tj-inventory2:before {
content: "\f846";
}
.tj-island-tropical2:before {
content: "\f847";
}
.tj-italic2:before {
content: "\f848";
}
.tj-jack-o-lantern2:before {
content: "\f849";
}
.tj-jedi2:before {
content: "\f84a";
}
.tj-joint2:before {
content: "\f84b";
}
.tj-journal-whills2:before {
content: "\f84c";
}
.tj-kaaba2:before {
content: "\f84d";
}
.tj-key2:before {
content: "\f84e";
}
.tj-keyboard2:before {
content: "\f84f";
}
.tj-keynote2:before {
content: "\f850";
}
.tj-key-skeleton2:before {
content: "\f851";
}
.tj-khanda2:before {
content: "\f852";
}
.tj-kidneys2:before {
content: "\f853";
}
.tj-kiss2:before {
content: "\f854";
}
.tj-kiss-beam2:before {
content: "\f855";
}
.tj-kiss-wink-heart2:before {
content: "\f856";
}
.tj-kite2:before {
content: "\f857";
}
.tj-kiwi-bird2:before {
content: "\f858";
}
.tj-knife-kitchen2:before {
content: "\f859";
}
.tj-lambda2:before {
content: "\f85a";
}
.tj-lamp2:before {
content: "\f85b";
}
.tj-landmark2:before {
content: "\f85c";
}
.tj-landmark-alt2:before {
content: "\f85d";
}
.tj-language2:before {
content: "\f85e";
}
.tj-laptop2:before {
content: "\f85f";
}
.tj-laptop-code2:before {
content: "\f860";
}
.tj-laptop-medical2:before {
content: "\f861";
}
.tj-laugh2:before {
content: "\f862";
}
.tj-laugh-beam2:before {
content: "\f863";
}
.tj-laugh-squint2:before {
content: "\f864";
}
.tj-laugh-wink2:before {
content: "\f865";
}
.tj-layer-group2:before {
content: "\f866";
}
.tj-layer-minus2:before {
content: "\f867";
}
.tj-layer-plus2:before {
content: "\f868";
}
.tj-leaf2:before {
content: "\f869";
}
.tj-leaf-heart2:before {
content: "\f86a";
}
.tj-leaf-maple2:before {
content: "\f86b";
}
.tj-leaf-oak2:before {
content: "\f86c";
}
.tj-lemon2:before {
content: "\f86d";
}
.tj-less-than2:before {
content: "\f86e";
}
.tj-less-than-equal2:before {
content: "\f86f";
}
.tj-level-down2:before {
content: "\f870";
}
.tj-level-down-alt2:before {
content: "\f871";
}
.tj-level-up2:before {
content: "\f872";
}
.tj-level-up-alt2:before {
content: "\f873";
}
.tj-life-ring2:before {
content: "\f874";
}
.tj-lightbulb2:before {
content: "\f875";
}
.tj-lightbulb-dollar2:before {
content: "\f876";
}
.tj-lightbulb-exclamation2:before {
content: "\f877";
}
.tj-lightbulb-on2:before {
content: "\f878";
}
.tj-lightbulb-slash2:before {
content: "\f879";
}
.tj-lights-holiday2:before {
content: "\f87a";
}
.tj-link2:before {
content: "\f87b";
}
.tj-lips2:before {
content: "\f87c";
}
.tj-lira-sign2:before {
content: "\f87d";
}
.tj-list2:before {
content: "\f87e";
}
.tj-list-alt2:before {
content: "\f87f";
}
.tj-list-ol2:before {
content: "\f880";
}
.tj-list-ul2:before {
content: "\f881";
}
.tj-location2:before {
content: "\f882";
}
.tj-location-arrow2:before {
content: "\f883";
}
.tj-location-circle2:before {
content: "\f884";
}
.tj-location-slash2:before {
content: "\f885";
}
.tj-lock2:before {
content: "\f886";
}
.tj-lock-alt2:before {
content: "\f887";
}
.tj-lock-open2:before {
content: "\f888";
}
.tj-lock-open-alt2:before {
content: "\f889";
}
.tj-long-arrow-alt-down2:before {
content: "\f88a";
}
.tj-long-arrow-alt-left2:before {
content: "\f88b";
}
.tj-long-arrow-alt-right2:before {
content: "\f88c";
}
.tj-long-arrow-alt-up2:before {
content: "\f88d";
}
.tj-long-arrow-down2:before {
content: "\f88e";
}
.tj-long-arrow-left2:before {
content: "\f88f";
}
.tj-long-arrow-right2:before {
content: "\f890";
}
.tj-long-arrow-up2:before {
content: "\f891";
}
.tj-loveseat2:before {
content: "\f892";
}
.tj-low-vision2:before {
content: "\f893";
}
.tj-luchador2:before {
content: "\f894";
}
.tj-luggage-cart2:before {
content: "\f895";
}
.tj-lungs2:before {
content: "\f896";
}
.tj-mace2:before {
content: "\f897";
}
.tj-magic2:before {
content: "\f898";
}
.tj-magnet2:before {
content: "\f899";
}
.tj-mailbox2:before {
content: "\f89a";
}
.tj-mail-bulk2:before {
content: "\f89b";
}
.tj-male2:before {
content: "\f89c";
}
.tj-mandolin2:before {
content: "\f89d";
}
.tj-map2:before {
content: "\f89e";
}
.tj-map-marked2:before {
content: "\f89f";
}
.tj-map-marked-alt2:before {
content: "\f8a0";
}
.tj-map-marker2:before {
content: "\f8a1";
}
.tj-map-marker-alt2:before {
content: "\f8a2";
}
.tj-map-marker-alt-slash2:before {
content: "\f8a3";
}
.tj-map-marker-check2:before {
content: "\f8a4";
}
.tj-map-marker-edit2:before {
content: "\f8a5";
}
.tj-map-marker-exclamation2:before {
content: "\f8a6";
}
.tj-map-marker-minus2:before {
content: "\f8a7";
}
.tj-map-marker-plus2:before {
content: "\f8a8";
}
.tj-map-marker-question2:before {
content: "\f8a9";
}
.tj-map-marker-slash2:before {
content: "\f8aa";
}
.tj-map-marker-smile2:before {
content: "\f8ab";
}
.tj-map-marker-times2:before {
content: "\f8ac";
}
.tj-map-pin2:before {
content: "\f8ad";
}
.tj-map-signs2:before {
content: "\f8ae";
}
.tj-marker2:before {
content: "\f8af";
}
.tj-mars2:before {
content: "\f8b0";
}
.tj-mars-double2:before {
content: "\f8b1";
}
.tj-mars-stroke2:before {
content: "\f8b2";
}
.tj-mars-stroke-h2:before {
content: "\f8b3";
}
.tj-mars-stroke-v2:before {
content: "\f8b4";
}
.tj-mask2:before {
content: "\f8b5";
}
.tj-meat2:before {
content: "\f8b6";
}
.tj-medal2:before {
content: "\f8b7";
}
.tj-medkit2:before {
content: "\f8b8";
}
.tj-megaphone2:before {
content: "\f8b9";
}
.tj-meh2:before {
content: "\f8ba";
}
.tj-meh-blank2:before {
content: "\f8bb";
}
.tj-meh-rolling-eyes2:before {
content: "\f8bc";
}
.tj-memory2:before {
content: "\f8bd";
}
.tj-menorah2:before {
content: "\f8be";
}
.tj-mercury2:before {
content: "\f8bf";
}
.tj-meteor2:before {
content: "\f8c0";
}
.tj-microchip2:before {
content: "\f8c1";
}
.tj-microphone2:before {
content: "\f8c2";
}
.tj-microphone-alt2:before {
content: "\f8c3";
}
.tj-microphone-alt-slash2:before {
content: "\f8c4";
}
.tj-microphone-slash2:before {
content: "\f8c5";
}
.tj-microscope2:before {
content: "\f8c6";
}
.tj-mind-share2:before {
content: "\f8c7";
}
.tj-minus2:before {
content: "\f8c8";
}
.tj-minus-circle2:before {
content: "\f8c9";
}
.tj-minus-hexagon2:before {
content: "\f8ca";
}
.tj-minus-octagon2:before {
content: "\f8cb";
}
.tj-minus-square2:before {
content: "\f8cc";
}
.tj-mistletoe2:before {
content: "\f8cd";
}
.tj-mitten2:before {
content: "\f8ce";
}
.tj-mobile2:before {
content: "\f8cf";
}
.tj-mobile-alt2:before {
content: "\f8d0";
}
.tj-mobile-android2:before {
content: "\f8d1";
}
.tj-mobile-android-alt2:before {
content: "\f8d2";
}
.tj-money-bill2:before {
content: "\f8d3";
}
.tj-money-bill-alt2:before {
content: "\f8d4";
}
.tj-money-bill-wave2:before {
content: "\f8d5";
}
.tj-money-bill-wave-alt2:before {
content: "\f8d6";
}
.tj-money-check2:before {
content: "\f8d7";
}
.tj-money-check-alt2:before {
content: "\f8d8";
}
.tj-monitor-heart-rate2:before {
content: "\f8d9";
}
.tj-monkey2:before {
content: "\f8da";
}
.tj-monument2:before {
content: "\f8db";
}
.tj-moon2:before {
content: "\f8dc";
}
.tj-moon-cloud2:before {
content: "\f8dd";
}
.tj-moon-stars2:before {
content: "\f8de";
}
.tj-mortar-pestle2:before {
content: "\f8df";
}
.tj-mosque2:before {
content: "\f8e0";
}
.tj-motorcycle2:before {
content: "\f8e1";
}
.tj-mountain2:before {
content: "\f8e2";
}
.tj-mountains2:before {
content: "\f8e3";
}
.tj-mouse-pointer2:before {
content: "\f8e4";
}
.tj-mug-hot2:before {
content: "\f8e5";
}
.tj-mug-marshmallows2:before {
content: "\f8e6";
}
.tj-music2:before {
content: "\f8e7";
}
.tj-narwhal2:before {
content: "\f8e8";
}
.tj-network-wired2:before {
content: "\f8e9";
}
.tj-neuter2:before {
content: "\f8ea";
}
.tj-newspaper2:before {
content: "\f8eb";
}
.tj-not-equal2:before {
content: "\f8ec";
}
.tj-notes-medical2:before {
content: "\f8ed";
}
.tj-object-group2:before {
content: "\f8ee";
}
.tj-object-ungroup2:before {
content: "\f8ef";
}
.tj-octagon2:before {
content: "\f8f0";
}
.tj-oil-can2:before {
content: "\f8f1";
}
.tj-oil-temp2:before {
content: "\f8f2";
}
.tj-om2:before {
content: "\f8f3";
}
.tj-omega2:before {
content: "\f8f4";
}
.tj-ornament2:before {
content: "\f8f5";
}
.tj-otter2:before {
content: "\f8f6";
}
.tj-outdent2:before {
content: "\f8f7";
}
.tj-pager2:before {
content: "\f8f8";
}
.tj-paint-brush2:before {
content: "\f8f9";
}
.tj-paint-brush-alt2:before {
content: "\f8fa";
}
.tj-paint-roller2:before {
content: "\f8fb";
}
.tj-palette2:before {
content: "\f8fc";
}
.tj-pallet2:before {
content: "\f8fd";
}
.tj-pallet-alt2:before {
content: "\f8fe";
}
.tj-paperclip2:before {
content: "\f8ff";
}
.tj-paper-plane2:before {
content: "\f900";
}
.tj-parachute-box2:before {
content: "\f901";
}
.tj-paragraph2:before {
content: "\f902";
}
.tj-parking2:before {
content: "\f903";
}
.tj-parking-circle2:before {
content: "\f904";
}
.tj-parking-circle-slash2:before {
content: "\f905";
}
.tj-parking-slash2:before {
content: "\f906";
}
.tj-passport2:before {
content: "\f907";
}
.tj-pastafarianism2:before {
content: "\f908";
}
.tj-paste2:before {
content: "\f909";
}
.tj-pause2:before {
content: "\f90a";
}
.tj-pause-circle2:before {
content: "\f90b";
}
.tj-paw2:before {
content: "\f90c";
}
.tj-paw-alt2:before {
content: "\f90d";
}
.tj-paw-claws2:before {
content: "\f90e";
}
.tj-peace2:before {
content: "\f90f";
}
.tj-pegasus2:before {
content: "\f910";
}
.tj-pen2:before {
content: "\f911";
}
.tj-pen-alt2:before {
content: "\f912";
}
.tj-pencil2:before {
content: "\f913";
}
.tj-pencil-alt2:before {
content: "\f914";
}
.tj-pencil-paintbrush2:before {
content: "\f915";
}
.tj-pencil-ruler2:before {
content: "\f916";
}
.tj-pen-fancy2:before {
content: "\f917";
}
.tj-pennant2:before {
content: "\f918";
}
.tj-pen-nib2:before {
content: "\f919";
}
.tj-pen-square2:before {
content: "\f91a";
}
.tj-people-carry2:before {
content: "\f91b";
}
.tj-pepper-hot2:before {
content: "\f91c";
}
.tj-percent2:before {
content: "\f91d";
}
.tj-percentage2:before {
content: "\f91e";
}
.tj-person-booth2:before {
content: "\f91f";
}
.tj-person-carry2:before {
content: "\f920";
}
.tj-person-dolly2:before {
content: "\f921";
}
.tj-person-dolly-empty2:before {
content: "\f922";
}
.tj-person-sign2:before {
content: "\f923";
}
.tj-phone2:before {
content: "\f924";
}
.tj-phone-office2:before {
content: "\f925";
}
.tj-phone-plus2:before {
content: "\f926";
}
.tj-phone-slash2:before {
content: "\f927";
}
.tj-phone-square2:before {
content: "\f928";
}
.tj-phone-volume2:before {
content: "\f929";
}
.tj-pi2:before {
content: "\f92a";
}
.tj-pie2:before {
content: "\f92b";
}
.tj-pig2:before {
content: "\f92c";
}
.tj-piggy-bank2:before {
content: "\f92d";
}
.tj-pills2:before {
content: "\f92e";
}
.tj-pizza2:before {
content: "\f92f";
}
.tj-pizza-slice2:before {
content: "\f930";
}
.tj-place-of-worship2:before {
content: "\f931";
}
.tj-plane2:before {
content: "\f932";
}
.tj-plane-alt2:before {
content: "\f933";
}
.tj-plane-arrival2:before {
content: "\f934";
}
.tj-plane-departure2:before {
content: "\f935";
}
.tj-play2:before {
content: "\f936";
}
.tj-play-circle2:before {
content: "\f937";
}
.tj-plug2:before {
content: "\f938";
}
.tj-plus2:before {
content: "\f939";
}
.tj-plus-circle2:before {
content: "\f93a";
}
.tj-plus-hexagon2:before {
content: "\f93b";
}
.tj-plus-octagon2:before {
content: "\f93c";
}
.tj-plus-square2:before {
content: "\f93d";
}
.tj-podcast2:before {
content: "\f93e";
}
.tj-podium2:before {
content: "\f93f";
}
.tj-podium-star2:before {
content: "\f940";
}
.tj-poll2:before {
content: "\f941";
}
.tj-poll-h2:before {
content: "\f942";
}
.tj-poll-people2:before {
content: "\f943";
}
.tj-poo2:before {
content: "\f944";
}
.tj-poop2:before {
content: "\f945";
}
.tj-poo-storm2:before {
content: "\f946";
}
.tj-popcorn2:before {
content: "\f947";
}
.tj-portrait2:before {
content: "\f948";
}
.tj-pound-sign2:before {
content: "\f949";
}
.tj-power-off2:before {
content: "\f94a";
}
.tj-pray2:before {
content: "\f94b";
}
.tj-praying-hands2:before {
content: "\f94c";
}
.tj-prescription2:before {
content: "\f94d";
}
.tj-prescription-bottle2:before {
content: "\f94e";
}
.tj-prescription-bottle-alt2:before {
content: "\f94f";
}
.tj-presentation2:before {
content: "\f950";
}
.tj-print2:before {
content: "\f951";
}
.tj-print-search2:before {
content: "\f952";
}
.tj-print-slash2:before {
content: "\f953";
}
.tj-procedures2:before {
content: "\f954";
}
.tj-project-diagram2:before {
content: "\f955";
}
.tj-pumpkin2:before {
content: "\f956";
}
.tj-puzzle-piece2:before {
content: "\f957";
}
.tj-qrcode2:before {
content: "\f958";
}
.tj-question2:before {
content: "\f959";
}
.tj-question-circle2:before {
content: "\f95a";
}
.tj-question-square2:before {
content: "\f95b";
}
.tj-quidditch2:before {
content: "\f95c";
}
.tj-quote-left2:before {
content: "\f95d";
}
.tj-quote-right2:before {
content: "\f95e";
}
.tj-quran2:before {
content: "\f95f";
}
.tj-rabbit2:before {
content: "\f960";
}
.tj-rabbit-fast2:before {
content: "\f961";
}
.tj-racquet2:before {
content: "\f962";
}
.tj-radiation2:before {
content: "\f963";
}
.tj-radiation-alt2:before {
content: "\f964";
}
.tj-rainbow2:before {
content: "\f965";
}
.tj-raindrops2:before {
content: "\f966";
}
.tj-ram2:before {
content: "\f967";
}
.tj-ramp-loading2:before {
content: "\f968";
}
.tj-random2:before {
content: "\f969";
}
.tj-receipt2:before {
content: "\f96a";
}
.tj-rectangle-landscape2:before {
content: "\f96b";
}
.tj-rectangle-portrait2:before {
content: "\f96c";
}
.tj-rectangle-wide2:before {
content: "\f96d";
}
.tj-recycle2:before {
content: "\f96e";
}
.tj-redo2:before {
content: "\f96f";
}
.tj-redo-alt2:before {
content: "\f970";
}
.tj-registered2:before {
content: "\f971";
}
.tj-repeat2:before {
content: "\f972";
}
.tj-repeat-12:before {
content: "\f973";
}
.tj-repeat-1-alt2:before {
content: "\f974";
}
.tj-repeat-alt2:before {
content: "\f975";
}
.tj-reply2:before {
content: "\f976";
}
.tj-reply-all2:before {
content: "\f977";
}
.tj-republican2:before {
content: "\f978";
}
.tj-restroom2:before {
content: "\f979";
}
.tj-retweet2:before {
content: "\f97a";
}
.tj-retweet-alt2:before {
content: "\f97b";
}
.tj-ribbon2:before {
content: "\f97c";
}
.tj-ring2:before {
content: "\f97d";
}
.tj-rings-wedding2:before {
content: "\f97e";
}
.tj-road2:before {
content: "\f97f";
}
.tj-robot2:before {
content: "\f980";
}
.tj-rocket2:before {
content: "\f981";
}
.tj-route2:before {
content: "\f982";
}
.tj-route-highway2:before {
content: "\f983";
}
.tj-route-interstate2:before {
content: "\f984";
}
.tj-rss2:before {
content: "\f985";
}
.tj-rss-square2:before {
content: "\f986";
}
.tj-ruble-sign2:before {
content: "\f987";
}
.tj-ruler2:before {
content: "\f988";
}
.tj-ruler-combined2:before {
content: "\f989";
}
.tj-ruler-horizontal2:before {
content: "\f98a";
}
.tj-ruler-triangle2:before {
content: "\f98b";
}
.tj-ruler-vertical2:before {
content: "\f98c";
}
.tj-running2:before {
content: "\f98d";
}
.tj-rupee-sign2:before {
content: "\f98e";
}
.tj-rv2:before {
content: "\f98f";
}
.tj-sack2:before {
content: "\f990";
}
.tj-sack-dollar2:before {
content: "\f991";
}
.tj-sad-cry2:before {
content: "\f992";
}
.tj-sad-tear2:before {
content: "\f993";
}
.tj-salad2:before {
content: "\f994";
}
.tj-sandwich2:before {
content: "\f995";
}
.tj-satellite2:before {
content: "\f996";
}
.tj-satellite-dish2:before {
content: "\f997";
}
.tj-sausage2:before {
content: "\f998";
}
.tj-save2:before {
content: "\f999";
}
.tj-scalpel2:before {
content: "\f99a";
}
.tj-scalpel-path2:before {
content: "\f99b";
}
.tj-scanner2:before {
content: "\f99c";
}
.tj-scanner-keyboard2:before {
content: "\f99d";
}
.tj-scanner-touchscreen2:before {
content: "\f99e";
}
.tj-scarecrow2:before {
content: "\f99f";
}
.tj-scarf2:before {
content: "\f9a0";
}
.tj-school2:before {
content: "\f9a1";
}
.tj-screwdriver2:before {
content: "\f9a2";
}
.tj-scroll2:before {
content: "\f9a3";
}
.tj-scroll-old2:before {
content: "\f9a4";
}
.tj-scrubber2:before {
content: "\f9a5";
}
.tj-scythe2:before {
content: "\f9a6";
}
.tj-sd-card2:before {
content: "\f9a7";
}
.tj-search2:before {
content: "\f9a8";
}
.tj-search-dollar2:before {
content: "\f9a9";
}
.tj-search-location2:before {
content: "\f9aa";
}
.tj-search-minus2:before {
content: "\f9ab";
}
.tj-search-plus2:before {
content: "\f9ac";
}
.tj-seedling2:before {
content: "\f9ad";
}
.tj-server2:before {
content: "\f9ae";
}
.tj-shapes2:before {
content: "\f9af";
}
.tj-share2:before {
content: "\f9b0";
}
.tj-share-all2:before {
content: "\f9b1";
}
.tj-share-alt2:before {
content: "\f9b2";
}
.tj-share-alt-square2:before {
content: "\f9b3";
}
.tj-share-square2:before {
content: "\f9b4";
}
.tj-sheep2:before {
content: "\f9b5";
}
.tj-shekel-sign2:before {
content: "\f9b6";
}
.tj-shield2:before {
content: "\f9b7";
}
.tj-shield-alt2:before {
content: "\f9b8";
}
.tj-shield-check2:before {
content: "\f9b9";
}
.tj-shield-cross2:before {
content: "\f9ba";
}
.tj-ship2:before {
content: "\f9bb";
}
.tj-shipping-fast2:before {
content: "\f9bc";
}
.tj-shipping-timed2:before {
content: "\f9bd";
}
.tj-shish-kebab2:before {
content: "\f9be";
}
.tj-shoe-prints2:before {
content: "\f9bf";
}
.tj-shopping-bag2:before {
content: "\f9c0";
}
.tj-shopping-basket2:before {
content: "\f9c1";
}
.tj-shopping-cart2:before {
content: "\f9c2";
}
.tj-shovel2:before {
content: "\f9c3";
}
.tj-shovel-snow2:before {
content: "\f9c4";
}
.tj-shower2:before {
content: "\f9c5";
}
.tj-shredder2:before {
content: "\f9c6";
}
.tj-shuttlecock2:before {
content: "\f9c7";
}
.tj-shuttle-van2:before {
content: "\f9c8";
}
.tj-sickle2:before {
content: "\f9c9";
}
.tj-sigma2:before {
content: "\f9ca";
}
.tj-sign2:before {
content: "\f9cb";
}
.tj-signal2:before {
content: "\f9cc";
}
.tj-signal-12:before {
content: "\f9cd";
}
.tj-signal-22:before {
content: "\f9ce";
}
.tj-signal-32:before {
content: "\f9cf";
}
.tj-signal-42:before {
content: "\f9d0";
}
.tj-signal-alt2:before {
content: "\f9d1";
}
.tj-signal-alt-12:before {
content: "\f9d2";
}
.tj-signal-alt-22:before {
content: "\f9d3";
}
.tj-signal-alt-32:before {
content: "\f9d4";
}
.tj-signal-alt-slash2:before {
content: "\f9d5";
}
.tj-signal-slash2:before {
content: "\f9d6";
}
.tj-signature2:before {
content: "\f9d7";
}
.tj-sign-in2:before {
content: "\f9d8";
}
.tj-sign-in-alt2:before {
content: "\f9d9";
}
.tj-sign-language2:before {
content: "\f9da";
}
.tj-sign-out2:before {
content: "\f9db";
}
.tj-sign-out-alt2:before {
content: "\f9dc";
}
.tj-sim-card2:before {
content: "\f9dd";
}
.tj-sitemap2:before {
content: "\f9de";
}
.tj-skating2:before {
content: "\f9df";
}
.tj-skeleton2:before {
content: "\f9e0";
}
.tj-skiing2:before {
content: "\f9e1";
}
.tj-skiing-nordic2:before {
content: "\f9e2";
}
.tj-ski-jump2:before {
content: "\f9e3";
}
.tj-ski-lift2:before {
content: "\f9e4";
}
.tj-skull2:before {
content: "\f9e5";
}
.tj-skull-crossbones2:before {
content: "\f9e6";
}
.tj-slash2:before {
content: "\f9e7";
}
.tj-sledding2:before {
content: "\f9e8";
}
.tj-sleigh2:before {
content: "\f9e9";
}
.tj-sliders-h2:before {
content: "\f9ea";
}
.tj-sliders-h-square2:before {
content: "\f9eb";
}
.tj-sliders-v2:before {
content: "\f9ec";
}
.tj-sliders-v-square2:before {
content: "\f9ed";
}
.tj-smile2:before {
content: "\f9ee";
}
.tj-smile-beam2:before {
content: "\f9ef";
}
.tj-smile-plus2:before {
content: "\f9f0";
}
.tj-smile-wink2:before {
content: "\f9f1";
}
.tj-smog2:before {
content: "\f9f2";
}
.tj-smoke2:before {
content: "\f9f3";
}
.tj-smoking2:before {
content: "\f9f4";
}
.tj-smoking-ban2:before {
content: "\f9f5";
}
.tj-sms2:before {
content: "\f9f6";
}
.tj-snake2:before {
content: "\f9f7";
}
.tj-snow-blowing2:before {
content: "\f9f8";
}
.tj-snowboarding2:before {
content: "\f9f9";
}
.tj-snowflake2:before {
content: "\f9fa";
}
.tj-snowflakes2:before {
content: "\f9fb";
}
.tj-snowman2:before {
content: "\f9fc";
}
.tj-snowmobile2:before {
content: "\f9fd";
}
.tj-snowplow2:before {
content: "\f9fe";
}
.tj-socks2:before {
content: "\f9ff";
}
.tj-solar-panel2:before {
content: "\fa00";
}
.tj-sort2:before {
content: "\fa01";
}
.tj-sort-alpha-down2:before {
content: "\fa02";
}
.tj-sort-alpha-up2:before {
content: "\fa03";
}
.tj-sort-amount-down2:before {
content: "\fa04";
}
.tj-sort-amount-up2:before {
content: "\fa05";
}
.tj-sort-down2:before {
content: "\fa06";
}
.tj-sort-numeric-down2:before {
content: "\fa07";
}
.tj-sort-numeric-up2:before {
content: "\fa08";
}
.tj-sort-up2:before {
content: "\fa09";
}
.tj-soup2:before {
content: "\fa0a";
}
.tj-spa2:before {
content: "\fa0b";
}
.tj-space-shuttle2:before {
content: "\fa0c";
}
.tj-spade2:before {
content: "\fa0d";
}
.tj-spider2:before {
content: "\fa0e";
}
.tj-spider-black-widow2:before {
content: "\fa0f";
}
.tj-spider-web2:before {
content: "\fa10";
}
.tj-spinner2:before {
content: "\fa11";
}
.tj-spinner-third2:before {
content: "\fa12";
}
.tj-splotch2:before {
content: "\fa13";
}
.tj-spray-can2:before {
content: "\fa14";
}
.tj-square2:before {
content: "\fa15";
}
.tj-square-full2:before {
content: "\fa16";
}
.tj-square-root2:before {
content: "\fa17";
}
.tj-square-root-alt2:before {
content: "\fa18";
}
.tj-squirrel2:before {
content: "\fa19";
}
.tj-staff2:before {
content: "\fa1a";
}
.tj-stamp2:before {
content: "\fa1b";
}
.tj-star2:before {
content: "\fa1c";
}
.tj-star-and-crescent2:before {
content: "\fa1d";
}
.tj-star-christmas2:before {
content: "\fa1e";
}
.tj-star-exclamation2:before {
content: "\fa1f";
}
.tj-star-half2:before {
content: "\fa20";
}
.tj-star-half-alt2:before {
content: "\fa21";
}
.tj-star-of-david2:before {
content: "\fa22";
}
.tj-star-of-life2:before {
content: "\fa23";
}
.tj-stars2:before {
content: "\fa24";
}
.tj-steak2:before {
content: "\fa25";
}
.tj-steering-wheel2:before {
content: "\fa26";
}
.tj-step-backward2:before {
content: "\fa27";
}
.tj-step-forward2:before {
content: "\fa28";
}
.tj-stethoscope2:before {
content: "\fa29";
}
.tj-sticky-note2:before {
content: "\fa2a";
}
.tj-stocking2:before {
content: "\fa2b";
}
.tj-stomach2:before {
content: "\fa2c";
}
.tj-stop2:before {
content: "\fa2d";
}
.tj-stop-circle2:before {
content: "\fa2e";
}
.tj-stopwatch2:before {
content: "\fa2f";
}
.tj-store2:before {
content: "\fa30";
}
.tj-store-alt2:before {
content: "\fa31";
}
.tj-stream2:before {
content: "\fa32";
}
.tj-street-view2:before {
content: "\fa33";
}
.tj-stretcher2:before {
content: "\fa34";
}
.tj-strikethrough2:before {
content: "\fa35";
}
.tj-stroopwafel2:before {
content: "\fa36";
}
.tj-subscript2:before {
content: "\fa37";
}
.tj-subway2:before {
content: "\fa38";
}
.tj-suitcase2:before {
content: "\fa39";
}
.tj-suitcase-rolling2:before {
content: "\fa3a";
}
.tj-sun2:before {
content: "\fa3b";
}
.tj-sun-cloud2:before {
content: "\fa3c";
}
.tj-sun-dust2:before {
content: "\fa3d";
}
.tj-sun-haze2:before {
content: "\fa3e";
}
.tj-sunrise2:before {
content: "\fa3f";
}
.tj-sunset2:before {
content: "\fa40";
}
.tj-superscript2:before {
content: "\fa41";
}
.tj-surprise2:before {
content: "\fa42";
}
.tj-swatchbook2:before {
content: "\fa43";
}
.tj-swimmer2:before {
content: "\fa44";
}
.tj-swimming-pool2:before {
content: "\fa45";
}
.tj-sword2:before {
content: "\fa46";
}
.tj-swords2:before {
content: "\fa47";
}
.tj-synagogue2:before {
content: "\fa48";
}
.tj-sync2:before {
content: "\fa49";
}
.tj-sync-alt2:before {
content: "\fa4a";
}
.tj-syringe2:before {
content: "\fa4b";
}
.tj-table2:before {
content: "\fa4c";
}
.tj-tablet2:before {
content: "\fa4d";
}
.tj-tablet-alt2:before {
content: "\fa4e";
}
.tj-tablet-android2:before {
content: "\fa4f";
}
.tj-tablet-android-alt2:before {
content: "\fa50";
}
.tj-table-tennis2:before {
content: "\fa51";
}
.tj-tablet-rugged2:before {
content: "\fa52";
}
.tj-tablets2:before {
content: "\fa53";
}
.tj-tachometer2:before {
content: "\fa54";
}
.tj-tachometer-alt2:before {
content: "\fa55";
}
.tj-tachometer-alt-average2:before {
content: "\fa56";
}
.tj-tachometer-alt-fast2:before {
content: "\fa57";
}
.tj-tachometer-alt-fastest2:before {
content: "\fa58";
}
.tj-tachometer-alt-slow2:before {
content: "\fa59";
}
.tj-tachometer-alt-slowest2:before {
content: "\fa5a";
}
.tj-tachometer-average2:before {
content: "\fa5b";
}
.tj-tachometer-fast2:before {
content: "\fa5c";
}
.tj-tachometer-fastest2:before {
content: "\fa5d";
}
.tj-tachometer-slow2:before {
content: "\fa5e";
}
.tj-tachometer-slowest2:before {
content: "\fa5f";
}
.tj-taco2:before {
content: "\fa60";
}
.tj-tag2:before {
content: "\fa61";
}
.tj-tags2:before {
content: "\fa62";
}
.tj-tally2:before {
content: "\fa63";
}
.tj-tanakh2:before {
content: "\fa64";
}
.tj-tape2:before {
content: "\fa65";
}
.tj-tasks2:before {
content: "\fa66";
}
.tj-tasks-alt2:before {
content: "\fa67";
}
.tj-taxi2:before {
content: "\fa68";
}
.tj-teeth2:before {
content: "\fa69";
}
.tj-teeth-open2:before {
content: "\fa6a";
}
.tj-temperature-frigid2:before {
content: "\fa6b";
}
.tj-temperature-high2:before {
content: "\fa6c";
}
.tj-temperature-hot2:before {
content: "\fa6d";
}
.tj-temperature-low2:before {
content: "\fa6e";
}
.tj-tenge2:before {
content: "\fa6f";
}
.tj-tennis-ball2:before {
content: "\fa70";
}
.tj-terminal2:before {
content: "\fa71";
}
.tj-text-height2:before {
content: "\fa72";
}
.tj-text-width2:before {
content: "\fa73";
}
.tj-th2:before {
content: "\fa74";
}
.tj-theater-masks2:before {
content: "\fa75";
}
.tj-thermometer2:before {
content: "\fa76";
}
.tj-thermometer-empty2:before {
content: "\fa77";
}
.tj-thermometer-full2:before {
content: "\fa78";
}
.tj-thermometer-half2:before {
content: "\fa79";
}
.tj-thermometer-quarter2:before {
content: "\fa7a";
}
.tj-thermometer-three-quarters2:before {
content: "\fa7b";
}
.tj-theta2:before {
content: "\fa7c";
}
.tj-th-large2:before {
content: "\fa7d";
}
.tj-th-list2:before {
content: "\fa7e";
}
.tj-thumbs-down2:before {
content: "\fa7f";
}
.tj-thumbs-up2:before {
content: "\fa80";
}
.tj-thumbtack2:before {
content: "\fa81";
}
.tj-thunderstorm2:before {
content: "\fa82";
}
.tj-thunderstorm-moon2:before {
content: "\fa83";
}
.tj-thunderstorm-sun2:before {
content: "\fa84";
}
.tj-ticket2:before {
content: "\fa85";
}
.tj-ticket-alt2:before {
content: "\fa86";
}
.tj-tilde2:before {
content: "\fa87";
}
.tj-times2:before {
content: "\fa88";
}
.tj-times-circle2:before {
content: "\fa89";
}
.tj-times-hexagon2:before {
content: "\fa8a";
}
.tj-times-octagon2:before {
content: "\fa8b";
}
.tj-times-square2:before {
content: "\fa8c";
}
.tj-tint2:before {
content: "\fa8d";
}
.tj-tint-slash2:before {
content: "\fa8e";
}
.tj-tire2:before {
content: "\fa8f";
}
.tj-tired2:before {
content: "\fa90";
}
.tj-tire-flat2:before {
content: "\fa91";
}
.tj-tire-pressure-warning2:before {
content: "\fa92";
}
.tj-tire-rugged2:before {
content: "\fa93";
}
.tj-toggle-off2:before {
content: "\fa94";
}
.tj-toggle-on2:before {
content: "\fa95";
}
.tj-toilet2:before {
content: "\fa96";
}
.tj-toilet-paper2:before {
content: "\fa97";
}
.tj-toilet-paper-alt2:before {
content: "\fa98";
}
.tj-tombstone2:before {
content: "\fa99";
}
.tj-tombstone-alt2:before {
content: "\fa9a";
}
.tj-toolbox2:before {
content: "\fa9b";
}
.tj-tools2:before {
content: "\fa9c";
}
.tj-tooth2:before {
content: "\fa9d";
}
.tj-toothbrush2:before {
content: "\fa9e";
}
.tj-torah2:before {
content: "\fa9f";
}
.tj-torii-gate2:before {
content: "\faa0";
}
.tj-tornado2:before {
content: "\faa1";
}
.tj-tractor2:before {
content: "\faa2";
}
.tj-trademark2:before {
content: "\faa3";
}
.tj-traffic-cone2:before {
content: "\faa4";
}
.tj-traffic-light2:before {
content: "\faa5";
}
.tj-traffic-light-go2:before {
content: "\faa6";
}
.tj-traffic-light-slow2:before {
content: "\faa7";
}
.tj-traffic-light-stop2:before {
content: "\faa8";
}
.tj-train2:before {
content: "\faa9";
}
.tj-tram2:before {
content: "\faaa";
}
.tj-transgender2:before {
content: "\faab";
}
.tj-transgender-alt2:before {
content: "\faac";
}
.tj-trash2:before {
content: "\faad";
}
.tj-trash-alt2:before {
content: "\faae";
}
.tj-trash-restore2:before {
content: "\faaf";
}
.tj-trash-restore-alt2:before {
content: "\fab0";
}
.tj-treasure-chest2:before {
content: "\fab1";
}
.tj-tree2:before {
content: "\fab2";
}
.tj-tree-alt2:before {
content: "\fab3";
}
.tj-tree-christmas2:before {
content: "\fab4";
}
.tj-tree-decorated2:before {
content: "\fab5";
}
.tj-tree-large2:before {
content: "\fab6";
}
.tj-tree-palm2:before {
content: "\fab7";
}
.tj-trees2:before {
content: "\fab8";
}
.tj-triangle2:before {
content: "\fab9";
}
.tj-trophy2:before {
content: "\faba";
}
.tj-trophy-alt2:before {
content: "\fabb";
}
.tj-truck2:before {
content: "\fabc";
}
.tj-truck-container2:before {
content: "\fabd";
}
.tj-truck-couch2:before {
content: "\fabe";
}
.tj-truck-loading2:before {
content: "\fabf";
}
.tj-truck-monster2:before {
content: "\fac0";
}
.tj-truck-moving2:before {
content: "\fac1";
}
.tj-truck-pickup2:before {
content: "\fac2";
}
.tj-truck-plow2:before {
content: "\fac3";
}
.tj-truck-ramp2:before {
content: "\fac4";
}
.tj-tshirt2:before {
content: "\fac5";
}
.tj-tty2:before {
content: "\fac6";
}
.tj-turkey2:before {
content: "\fac7";
}
.tj-turtle2:before {
content: "\fac8";
}
.tj-tv2:before {
content: "\fac9";
}
.tj-tv-retro2:before {
content: "\faca";
}
.tj-umbrella2:before {
content: "\facb";
}
.tj-umbrella-beach2:before {
content: "\facc";
}
.tj-underline2:before {
content: "\facd";
}
.tj-undo2:before {
content: "\face";
}
.tj-undo-alt2:before {
content: "\facf";
}
.tj-unicorn2:before {
content: "\fad0";
}
.tj-union2:before {
content: "\fad1";
}
.tj-universal-access2:before {
content: "\fad2";
}
.tj-university2:before {
content: "\fad3";
}
.tj-unlink2:before {
content: "\fad4";
}
.tj-unlock2:before {
content: "\fad5";
}
.tj-unlock-alt2:before {
content: "\fad6";
}
.tj-upload2:before {
content: "\fad7";
}
.tj-usd-circle2:before {
content: "\fad8";
}
.tj-usd-square2:before {
content: "\fad9";
}
.tj-user2:before {
content: "\fada";
}
.tj-user-alt2:before {
content: "\fadb";
}
.tj-user-alt-slash2:before {
content: "\fadc";
}
.tj-user-astronaut2:before {
content: "\fadd";
}
.tj-user-chart2:before {
content: "\fade";
}
.tj-user-check2:before {
content: "\fadf";
}
.tj-user-circle2:before {
content: "\fae0";
}
.tj-user-clock2:before {
content: "\fae1";
}
.tj-user-cog2:before {
content: "\fae2";
}
.tj-user-crown2:before {
content: "\fae3";
}
.tj-user-edit2:before {
content: "\fae4";
}
.tj-user-friends2:before {
content: "\fae5";
}
.tj-user-graduate2:before {
content: "\fae6";
}
.tj-user-hard-hat2:before {
content: "\fae7";
}
.tj-user-headset2:before {
content: "\fae8";
}
.tj-user-injured2:before {
content: "\fae9";
}
.tj-user-lock2:before {
content: "\faea";
}
.tj-user-md2:before {
content: "\faeb";
}
.tj-user-md-chat2:before {
content: "\faec";
}
.tj-user-minus2:before {
content: "\faed";
}
.tj-user-ninja2:before {
content: "\faee";
}
.tj-user-nurse2:before {
content: "\faef";
}
.tj-user-plus2:before {
content: "\faf0";
}
.tj-users2:before {
content: "\faf1";
}
.tj-users-class2:before {
content: "\faf2";
}
.tj-users-cog2:before {
content: "\faf3";
}
.tj-users-crown2:before {
content: "\faf4";
}
.tj-user-secret2:before {
content: "\faf5";
}
.tj-user-shield2:before {
content: "\faf6";
}
.tj-user-slash2:before {
content: "\faf7";
}
.tj-users-medical2:before {
content: "\faf8";
}
.tj-user-tag2:before {
content: "\faf9";
}
.tj-user-tie2:before {
content: "\fafa";
}
.tj-user-times2:before {
content: "\fafb";
}
.tj-utensil-fork2:before {
content: "\fafc";
}
.tj-utensil-knife2:before {
content: "\fafd";
}
.tj-utensils2:before {
content: "\fafe";
}
.tj-utensils-alt2:before {
content: "\faff";
}
.tj-utensil-spoon2:before {
content: "\fb00";
}
.tj-value-absolute2:before {
content: "\fb01";
}
.tj-vector-square2:before {
content: "\fb02";
}
.tj-venus2:before {
content: "\fb03";
}
.tj-venus-double2:before {
content: "\fb04";
}
.tj-venus-mars2:before {
content: "\fb05";
}
.tj-vial2:before {
content: "\fb06";
}
.tj-vials2:before {
content: "\fb07";
}
.tj-video2:before {
content: "\fb08";
}
.tj-video-plus2:before {
content: "\fb09";
}
.tj-video-slash2:before {
content: "\fb0a";
}
.tj-vihara2:before {
content: "\fb0b";
}
.tj-volcano2:before {
content: "\fb0c";
}
.tj-volleyball-ball2:before {
content: "\fb0d";
}
.tj-volume2:before {
content: "\fb0e";
}
.tj-volume-down2:before {
content: "\fb0f";
}
.tj-volume-mute2:before {
content: "\fb10";
}
.tj-volume-off2:before {
content: "\fb11";
}
.tj-volume-slash2:before {
content: "\fb12";
}
.tj-volume-up2:before {
content: "\fb13";
}
.tj-vote-nay2:before {
content: "\fb14";
}
.tj-vote-yea2:before {
content: "\fb15";
}
.tj-vr-cardboard2:before {
content: "\fb16";
}
.tj-walker2:before {
content: "\fb17";
}
.tj-walking2:before {
content: "\fb18";
}
.tj-wallet2:before {
content: "\fb19";
}
.tj-wand2:before {
content: "\fb1a";
}
.tj-wand-magic2:before {
content: "\fb1b";
}
.tj-warehouse2:before {
content: "\fb1c";
}
.tj-warehouse-alt2:before {
content: "\fb1d";
}
.tj-watch2:before {
content: "\fb1e";
}
.tj-watch-fitness2:before {
content: "\fb1f";
}
.tj-water2:before {
content: "\fb20";
}
.tj-water-lower2:before {
content: "\fb21";
}
.tj-water-rise2:before {
content: "\fb22";
}
.tj-wave-square2:before {
content: "\fb23";
}
.tj-webcam2:before {
content: "\fb24";
}
.tj-webcam-slash2:before {
content: "\fb25";
}
.tj-weight2:before {
content: "\fb26";
}
.tj-weight-hanging2:before {
content: "\fb27";
}
.tj-whale2:before {
content: "\fb28";
}
.tj-wheat2:before {
content: "\fb29";
}
.tj-wheelchair2:before {
content: "\fb2a";
}
.tj-whistle2:before {
content: "\fb2b";
}
.tj-wifi2:before {
content: "\fb2c";
}
.tj-wifi-12:before {
content: "\fb2d";
}
.tj-wifi-22:before {
content: "\fb2e";
}
.tj-wifi-slash2:before {
content: "\fb2f";
}
.tj-wind2:before {
content: "\fb30";
}
.tj-window2:before {
content: "\fb31";
}
.tj-window-alt2:before {
content: "\fb32";
}
.tj-window-close2:before {
content: "\fb33";
}
.tj-window-maximize2:before {
content: "\fb34";
}
.tj-window-minimize2:before {
content: "\fb35";
}
.tj-window-restore2:before {
content: "\fb36";
}
.tj-windsock2:before {
content: "\fb37";
}
.tj-wind-warning2:before {
content: "\fb38";
}
.tj-wine-bottle2:before {
content: "\fb39";
}
.tj-wine-glass2:before {
content: "\fb3a";
}
.tj-wine-glass-alt2:before {
content: "\fb3b";
}
.tj-won-sign2:before {
content: "\fb3c";
}
.tj-wreath2:before {
content: "\fb3d";
}
.tj-wrench2:before {
content: "\fb3e";
}
.tj-x-ray2:before {
content: "\fb3f";
}
.tj-yen-sign2:before {
content: "\fb40";
}
.tj-yin-yang2:before {
content: "\fb41";
}
.tj-px:before {
content: "\fb42";
}
.tj-accessible-icon:before {
content: "\fb43";
}
.tj-accusoft:before {
content: "\fb44";
}
.tj-acquisitions-incorporated:before {
content: "\fb45";
}
.tj-adn:before {
content: "\fb46";
}
.tj-adobe:before {
content: "\fb47";
}
.tj-adversal:before {
content: "\fb48";
}
.tj-affiliatetheme:before {
content: "\fb49";
}
.tj-airbnb:before {
content: "\fb4a";
}
.tj-algolia:before {
content: "\fb4b";
}
.tj-alipay:before {
content: "\fb4c";
}
.tj-amazon:before {
content: "\fb4d";
}
.tj-amazon-pay:before {
content: "\fb4e";
}
.tj-amilia:before {
content: "\fb4f";
}
.tj-android:before {
content: "\fb50";
}
.tj-angellist:before {
content: "\fb51";
}
.tj-angrycreative:before {
content: "\fb52";
}
.tj-angular:before {
content: "\fb53";
}
.tj-apper:before {
content: "\fb54";
}
.tj-apple:before {
content: "\fb55";
}
.tj-apple-pay:before {
content: "\fb56";
}
.tj-app-store:before {
content: "\fb57";
}
.tj-app-store-ios:before {
content: "\fb58";
}
.tj-artstation:before {
content: "\fb59";
}
.tj-asymmetrik:before {
content: "\fb5a";
}
.tj-atlassian:before {
content: "\fb5b";
}
.tj-audible:before {
content: "\fb5c";
}
.tj-autoprefixer:before {
content: "\fb5d";
}
.tj-avianex:before {
content: "\fb5e";
}
.tj-aviato:before {
content: "\fb5f";
}
.tj-aws:before {
content: "\fb60";
}
.tj-bandcamp:before {
content: "\fb61";
}
.tj-battle-net:before {
content: "\fb62";
}
.tj-behance:before {
content: "\fb63";
}
.tj-behance-square:before {
content: "\fb64";
}
.tj-bimobject:before {
content: "\fb65";
}
.tj-bitbucket:before {
content: "\fb66";
}
.tj-bitcoin:before {
content: "\fb67";
}
.tj-bity:before {
content: "\fb68";
}
.tj-blackberry:before {
content: "\fb69";
}
.tj-black-tie:before {
content: "\fb6a";
}
.tj-blogger:before {
content: "\fb6b";
}
.tj-blogger-b:before {
content: "\fb6c";
}
.tj-bluetooth:before {
content: "\fb6d";
}
.tj-bluetooth-b:before {
content: "\fb6e";
}
.tj-bootstrap:before {
content: "\fb6f";
}
.tj-btc:before {
content: "\fb70";
}
.tj-buffer:before {
content: "\fb71";
}
.tj-buromobelexperte:before {
content: "\fb72";
}
.tj-buysellads:before {
content: "\fb73";
}
.tj-canadian-maple-leaf:before {
content: "\fb74";
}
.tj-cc-amazon-pay:before {
content: "\fb75";
}
.tj-cc-amex:before {
content: "\fb76";
}
.tj-cc-apple-pay:before {
content: "\fb77";
}
.tj-cc-diners-club:before {
content: "\fb78";
}
.tj-cc-discover:before {
content: "\fb79";
}
.tj-cc-jcb:before {
content: "\fb7a";
}
.tj-cc-mastercard:before {
content: "\fb7b";
}
.tj-cc-paypal:before {
content: "\fb7c";
}
.tj-cc-stripe:before {
content: "\fb7d";
}
.tj-cc-visa:before {
content: "\fb7e";
}
.tj-centercode:before {
content: "\fb7f";
}
.tj-centos:before {
content: "\fb80";
}
.tj-chrome:before {
content: "\fb81";
}
.tj-chromecast:before {
content: "\fb82";
}
.tj-cloudscale:before {
content: "\fb83";
}
.tj-cloudsmith:before {
content: "\fb84";
}
.tj-cloudversify:before {
content: "\fb85";
}
.tj-codepen:before {
content: "\fb86";
}
.tj-codiepie:before {
content: "\fb87";
}
.tj-confluence:before {
content: "\fb88";
}
.tj-connectdevelop:before {
content: "\fb89";
}
.tj-contao:before {
content: "\fb8a";
}
.tj-cpanel:before {
content: "\fb8b";
}
.tj-creative-commons:before {
content: "\fb8c";
}
.tj-creative-commons-by:before {
content: "\fb8d";
}
.tj-creative-commons-nc:before {
content: "\fb8e";
}
.tj-creative-commons-nc-eu:before {
content: "\fb8f";
}
.tj-creative-commons-nc-jp:before {
content: "\fb90";
}
.tj-creative-commons-nd:before {
content: "\fb91";
}
.tj-creative-commons-pd:before {
content: "\fb92";
}
.tj-creative-commons-pd-alt:before {
content: "\fb93";
}
.tj-creative-commons-remix:before {
content: "\fb94";
}
.tj-creative-commons-sa:before {
content: "\fb95";
}
.tj-creative-commons-sampling:before {
content: "\fb96";
}
.tj-creative-commons-sampling-plus:before {
content: "\fb97";
}
.tj-creative-commons-share:before {
content: "\fb98";
}
.tj-creative-commons-zero:before {
content: "\fb99";
}
.tj-critical-role:before {
content: "\fb9a";
}
.tj-css3:before {
content: "\fb9b";
}
.tj-css3-alt:before {
content: "\fb9c";
}
.tj-cuttlefish:before {
content: "\fb9d";
}
.tj-d-and-d:before {
content: "\fb9e";
}
.tj-d-and-d-beyond:before {
content: "\fb9f";
}
.tj-dashcube:before {
content: "\fba0";
}
.tj-delicious:before {
content: "\fba1";
}
.tj-deploydog:before {
content: "\fba2";
}
.tj-deskpro:before {
content: "\fba3";
}
.tj-dev:before {
content: "\fba4";
}
.tj-deviantart:before {
content: "\fba5";
}
.tj-dhl:before {
content: "\fba6";
}
.tj-diaspora:before {
content: "\fba7";
}
.tj-digg:before {
content: "\fba8";
}
.tj-digital-ocean:before {
content: "\fba9";
}
.tj-discord:before {
content: "\fbaa";
}
.tj-discourse:before {
content: "\fbab";
}
.tj-dochub:before {
content: "\fbac";
}
.tj-docker:before {
content: "\fbad";
}
.tj-draft2digital:before {
content: "\fbae";
}
.tj-dribbble:before {
content: "\fbaf";
}
.tj-dribbble-square:before {
content: "\fbb0";
}
.tj-dropbox:before {
content: "\fbb1";
}
.tj-drupal:before {
content: "\fbb2";
}
.tj-dyalog:before {
content: "\fbb3";
}
.tj-earlybirds:before {
content: "\fbb4";
}
.tj-ebay:before {
content: "\fbb5";
}
.tj-edge:before {
content: "\fbb6";
}
.tj-elementor:before {
content: "\fbb7";
}
.tj-ello:before {
content: "\fbb8";
}
.tj-ember:before {
content: "\fbb9";
}
.tj-empire:before {
content: "\fbba";
}
.tj-envira:before {
content: "\fbbb";
}
.tj-erlang:before {
content: "\fbbc";
}
.tj-ethereum:before {
content: "\fbbd";
}
.tj-etsy:before {
content: "\fbbe";
}
.tj-evernote:before {
content: "\fbbf";
}
.tj-expeditedssl:before {
content: "\fbc0";
}
.tj-facebook:before {
content: "\fbc1";
}
.tj-facebook-f:before {
content: "\fbc2";
}
.tj-facebook-messenger:before {
content: "\fbc3";
}
.tj-facebook-square:before {
content: "\fbc4";
}
.tj-fantasy-flight-games:before {
content: "\fbc5";
}
.tj-fedex:before {
content: "\fbc6";
}
.tj-fedora:before {
content: "\fbc7";
}
.tj-figma:before {
content: "\fbc8";
}
.tj-firefox:before {
content: "\fbc9";
}
.tj-firstdraft:before {
content: "\fbca";
}
.tj-first-order:before {
content: "\fbcb";
}
.tj-first-order-alt:before {
content: "\fbcc";
}
.tj-flickr:before {
content: "\fbcd";
}
.tj-flipboard:before {
content: "\fbce";
}
.tj-fly:before {
content: "\fbcf";
}
.tj-font-awesome:before {
content: "\fbd0";
}
.tj-font-awesome-alt:before {
content: "\fbd1";
}
.tj-font-awesome-flag:before {
content: "\fbd2";
}
.tj-font-awesome-logo-full3:before {
content: "\fbd3";
}
.tj-fonticons:before {
content: "\fbd4";
}
.tj-fonticons-fi:before {
content: "\fbd5";
}
.tj-fort-awesome:before {
content: "\fbd6";
}
.tj-fort-awesome-alt:before {
content: "\fbd7";
}
.tj-forumbee:before {
content: "\fbd8";
}
.tj-foursquare:before {
content: "\fbd9";
}
.tj-freebsd:before {
content: "\fbda";
}
.tj-free-code-camp:before {
content: "\fbdb";
}
.tj-fulcrum:before {
content: "\fbdc";
}
.tj-galactic-republic:before {
content: "\fbdd";
}
.tj-galactic-senate:before {
content: "\fbde";
}
.tj-get-pocket:before {
content: "\fbdf";
}
.tj-gg:before {
content: "\fbe0";
}
.tj-gg-circle:before {
content: "\fbe1";
}
.tj-git:before {
content: "\fbe2";
}
.tj-github:before {
content: "\fbe3";
}
.tj-github-alt:before {
content: "\fbe4";
}
.tj-github-square:before {
content: "\fbe5";
}
.tj-gitkraken:before {
content: "\fbe6";
}
.tj-gitlab:before {
content: "\fbe7";
}
.tj-git-square:before {
content: "\fbe8";
}
.tj-gitter:before {
content: "\fbe9";
}
.tj-glide:before {
content: "\fbea";
}
.tj-glide-g:before {
content: "\fbeb";
}
.tj-gofore:before {
content: "\fbec";
}
.tj-goodreads:before {
content: "\fbed";
}
.tj-goodreads-g:before {
content: "\fbee";
}
.tj-google:before {
content: "\fbef";
}
.tj-google-drive:before {
content: "\fbf0";
}
.tj-google-play:before {
content: "\fbf1";
}
.tj-google-plus:before {
content: "\fbf2";
}
.tj-google-plus-g:before {
content: "\fbf3";
}
.tj-google-plus-square:before {
content: "\fbf4";
}
.tj-google-wallet:before {
content: "\fbf5";
}
.tj-gratipay:before {
content: "\fbf6";
}
.tj-grav:before {
content: "\fbf7";
}
.tj-gripfire:before {
content: "\fbf8";
}
.tj-grunt:before {
content: "\fbf9";
}
.tj-gulp:before {
content: "\fbfa";
}
.tj-hacker-news:before {
content: "\fbfb";
}
.tj-hacker-news-square:before {
content: "\fbfc";
}
.tj-hackerrank:before {
content: "\fbfd";
}
.tj-hips:before {
content: "\fbfe";
}
.tj-hire-a-helper:before {
content: "\fbff";
}
.tj-hooli:before {
content: "\fc00";
}
.tj-hornbill:before {
content: "\fc01";
}
.tj-hotjar:before {
content: "\fc02";
}
.tj-houzz:before {
content: "\fc03";
}
.tj-html5:before {
content: "\fc04";
}
.tj-hubspot:before {
content: "\fc05";
}
.tj-imdb:before {
content: "\fc06";
}
.tj-instagram:before {
content: "\fc07";
}
.tj-intercom:before {
content: "\fc08";
}
.tj-internet-explorer:before {
content: "\fc09";
}
.tj-invision:before {
content: "\fc0a";
}
.tj-ioxhost:before {
content: "\fc0b";
}
.tj-itch-io:before {
content: "\fc0c";
}
.tj-itunes:before {
content: "\fc0d";
}
.tj-itunes-note:before {
content: "\fc0e";
}
.tj-java:before {
content: "\fc0f";
}
.tj-jedi-order:before {
content: "\fc10";
}
.tj-jenkins:before {
content: "\fc11";
}
.tj-jira:before {
content: "\fc12";
}
.tj-joget:before {
content: "\fc13";
}
.tj-joomla:before {
content: "\fc14";
}
.tj-js:before {
content: "\fc15";
}
.tj-jsfiddle:before {
content: "\fc16";
}
.tj-js-square:before {
content: "\fc17";
}
.tj-kaggle:before {
content: "\fc18";
}
.tj-keybase:before {
content: "\fc19";
}
.tj-keycdn:before {
content: "\fc1a";
}
.tj-kickstarter:before {
content: "\fc1b";
}
.tj-kickstarter-k:before {
content: "\fc1c";
}
.tj-korvue:before {
content: "\fc1d";
}
.tj-laravel:before {
content: "\fc1e";
}
.tj-lastfm:before {
content: "\fc1f";
}
.tj-lastfm-square:before {
content: "\fc20";
}
.tj-leanpub:before {
content: "\fc21";
}
.tj-less:before {
content: "\fc22";
}
.tj-line:before {
content: "\fc23";
}
.tj-linkedin:before {
content: "\fc24";
}
.tj-linkedin-in:before {
content: "\fc25";
}
.tj-linode:before {
content: "\fc26";
}
.tj-linux:before {
content: "\fc27";
}
.tj-lyft:before {
content: "\fc28";
}
.tj-magento:before {
content: "\fc29";
}
.tj-mailchimp:before {
content: "\fc2a";
}
.tj-mandalorian:before {
content: "\fc2b";
}
.tj-markdown:before {
content: "\fc2c";
}
.tj-mastodon:before {
content: "\fc2d";
}
.tj-maxcdn:before {
content: "\fc2e";
}
.tj-medapps:before {
content: "\fc2f";
}
.tj-medium:before {
content: "\fc30";
}
.tj-medium-m:before {
content: "\fc31";
}
.tj-medrt:before {
content: "\fc32";
}
.tj-meetup:before {
content: "\fc33";
}
.tj-megaport:before {
content: "\fc34";
}
.tj-mendeley:before {
content: "\fc35";
}
.tj-microsoft:before {
content: "\fc36";
}
.tj-mix:before {
content: "\fc37";
}
.tj-mixcloud:before {
content: "\fc38";
}
.tj-mizuni:before {
content: "\fc39";
}
.tj-modx:before {
content: "\fc3a";
}
.tj-monero:before {
content: "\fc3b";
}
.tj-napster:before {
content: "\fc3c";
}
.tj-neos:before {
content: "\fc3d";
}
.tj-nimblr:before {
content: "\fc3e";
}
.tj-nintendo-switch:before {
content: "\fc3f";
}
.tj-node:before {
content: "\fc40";
}
.tj-node-js:before {
content: "\fc41";
}
.tj-npm:before {
content: "\fc42";
}
.tj-ns8:before {
content: "\fc43";
}
.tj-nutritionix:before {
content: "\fc44";
}
.tj-odnoklassniki:before {
content: "\fc45";
}
.tj-odnoklassniki-square:before {
content: "\fc46";
}
.tj-old-republic:before {
content: "\fc47";
}
.tj-opencart:before {
content: "\fc48";
}
.tj-openid:before {
content: "\fc49";
}
.tj-opera:before {
content: "\fc4a";
}
.tj-optin-monster:before {
content: "\fc4b";
}
.tj-osi:before {
content: "\fc4c";
}
.tj-page4:before {
content: "\fc4d";
}
.tj-pagelines:before {
content: "\fc4e";
}
.tj-palfed:before {
content: "\fc4f";
}
.tj-patreon:before {
content: "\fc50";
}
.tj-paypal:before {
content: "\fc51";
}
.tj-penny-arcade:before {
content: "\fc52";
}
.tj-periscope:before {
content: "\fc53";
}
.tj-phabricator:before {
content: "\fc54";
}
.tj-phoenix-framework:before {
content: "\fc55";
}
.tj-phoenix-squadron:before {
content: "\fc56";
}
.tj-php:before {
content: "\fc57";
}
.tj-pied-piper:before {
content: "\fc58";
}
.tj-pied-piper-alt:before {
content: "\fc59";
}
.tj-pied-piper-hat:before {
content: "\fc5a";
}
.tj-pied-piper-pp:before {
content: "\fc5b";
}
.tj-pinterest:before {
content: "\fc5c";
}
.tj-pinterest-p:before {
content: "\fc5d";
}
.tj-pinterest-square:before {
content: "\fc5e";
}
.tj-playstation:before {
content: "\fc5f";
}
.tj-product-hunt:before {
content: "\fc60";
}
.tj-pushed:before {
content: "\fc61";
}
.tj-python:before {
content: "\fc62";
}
.tj-qq:before {
content: "\fc63";
}
.tj-quinscape:before {
content: "\fc64";
}
.tj-quora:before {
content: "\fc65";
}
.tj-raspberry-pi:before {
content: "\fc66";
}
.tj-ravelry:before {
content: "\fc67";
}
.tj-react:before {
content: "\fc68";
}
.tj-reacteurope:before {
content: "\fc69";
}
.tj-readme:before {
content: "\fc6a";
}
.tj-rebel:before {
content: "\fc6b";
}
.tj-reddit:before {
content: "\fc6c";
}
.tj-reddit-alien:before {
content: "\fc6d";
}
.tj-reddit-square:before {
content: "\fc6e";
}
.tj-redhat:before {
content: "\fc6f";
}
.tj-red-river:before {
content: "\fc70";
}
.tj-renren:before {
content: "\fc71";
}
.tj-replyd:before {
content: "\fc72";
}
.tj-researchgate:before {
content: "\fc73";
}
.tj-resolving:before {
content: "\fc74";
}
.tj-rev:before {
content: "\fc75";
}
.tj-rocketchat:before {
content: "\fc76";
}
.tj-rockrms:before {
content: "\fc77";
}
.tj-r-project:before {
content: "\fc78";
}
.tj-safari:before {
content: "\fc79";
}
.tj-salesforce:before {
content: "\fc7a";
}
.tj-sass:before {
content: "\fc7b";
}
.tj-schlix:before {
content: "\fc7c";
}
.tj-scribd:before {
content: "\fc7d";
}
.tj-searchengin:before {
content: "\fc7e";
}
.tj-sellcast:before {
content: "\fc7f";
}
.tj-sellsy:before {
content: "\fc80";
}
.tj-servicestack:before {
content: "\fc81";
}
.tj-shirtsinbulk:before {
content: "\fc82";
}
.tj-shopware:before {
content: "\fc83";
}
.tj-simplybuilt:before {
content: "\fc84";
}
.tj-sistrix:before {
content: "\fc85";
}
.tj-sith:before {
content: "\fc86";
}
.tj-sketch:before {
content: "\fc87";
}
.tj-skyatlas:before {
content: "\fc88";
}
.tj-skype:before {
content: "\fc89";
}
.tj-slack:before {
content: "\fc8a";
}
.tj-slack-hash:before {
content: "\fc8b";
}
.tj-slideshare:before {
content: "\fc8c";
}
.tj-snapchat:before {
content: "\fc8d";
}
.tj-snapchat-ghost:before {
content: "\fc8e";
}
.tj-snapchat-square:before {
content: "\fc8f";
}
.tj-soundcloud:before {
content: "\fc90";
}
.tj-sourcetree:before {
content: "\fc91";
}
.tj-speakap:before {
content: "\fc92";
}
.tj-speaker-deck:before {
content: "\fc93";
}
.tj-spotify:before {
content: "\fc94";
}
.tj-squarespace:before {
content: "\fc95";
}
.tj-stack-exchange:before {
content: "\fc96";
}
.tj-stack-overflow:before {
content: "\fc97";
}
.tj-staylinked:before {
content: "\fc98";
}
.tj-steam:before {
content: "\fc99";
}
.tj-steam-square:before {
content: "\fc9a";
}
.tj-steam-symbol:before {
content: "\fc9b";
}
.tj-sticker-mule:before {
content: "\fc9c";
}
.tj-strava:before {
content: "\fc9d";
}
.tj-stripe:before {
content: "\fc9e";
}
.tj-stripe-s:before {
content: "\fc9f";
}
.tj-studiovinari:before {
content: "\fca0";
}
.tj-stumbleupon:before {
content: "\fca1";
}
.tj-stumbleupon-circle:before {
content: "\fca2";
}
.tj-superpowers:before {
content: "\fca3";
}
.tj-supple:before {
content: "\fca4";
}
.tj-suse:before {
content: "\fca5";
}
.tj-symfony:before {
content: "\fca6";
}
.tj-teamspeak:before {
content: "\fca7";
}
.tj-telegram:before {
content: "\fca8";
}
.tj-telegram-plane:before {
content: "\fca9";
}
.tj-tencent-weibo:before {
content: "\fcaa";
}
.tj-themeco:before {
content: "\fcab";
}
.tj-themeisle:before {
content: "\fcac";
}
.tj-the-red-yeti:before {
content: "\fcad";
}
.tj-think-peaks:before {
content: "\fcae";
}
.tj-trade-federation:before {
content: "\fcaf";
}
.tj-trello:before {
content: "\fcb0";
}
.tj-tripadvisor:before {
content: "\fcb1";
}
.tj-tumblr:before {
content: "\fcb2";
}
.tj-tumblr-square:before {
content: "\fcb3";
}
.tj-tjtch:before {
content: "\fcb4";
}
.tj-tjtter:before {
content: "\fcb5";
}
.tj-tjtter-square:before {
content: "\fcb6";
}
.tj-typo3:before {
content: "\fcb7";
}
.tj-uber:before {
content: "\fcb8";
}
.tj-ubuntu:before {
content: "\fcb9";
}
.tj-uikit:before {
content: "\fcba";
}
.tj-uniregistry:before {
content: "\fcbb";
}
.tj-untappd:before {
content: "\fcbc";
}
.tj-ups:before {
content: "\fcbd";
}
.tj-usb:before {
content: "\fcbe";
}
.tj-usps:before {
content: "\fcbf";
}
.tj-ussunnah:before {
content: "\fcc0";
}
.tj-vaadin:before {
content: "\fcc1";
}
.tj-viacoin:before {
content: "\fcc2";
}
.tj-viadeo:before {
content: "\fcc3";
}
.tj-viadeo-square:before {
content: "\fcc4";
}
.tj-viber:before {
content: "\fcc5";
}
.tj-vimeo:before {
content: "\fcc6";
}
.tj-vimeo-square:before {
content: "\fcc7";
}
.tj-vimeo-v:before {
content: "\fcc8";
}
.tj-vine:before {
content: "\fcc9";
}
.tj-vk:before {
content: "\fcca";
}
.tj-vnv:before {
content: "\fccb";
}
.tj-vuejs:before {
content: "\fccc";
}
.tj-waze:before {
content: "\fccd";
}
.tj-weebly:before {
content: "\fcce";
}
.tj-weibo:before {
content: "\fccf";
}
.tj-weixin:before {
content: "\fcd0";
}
.tj-whatsapp:before {
content: "\fcd1";
}
.tj-whatsapp-square:before {
content: "\fcd2";
}
.tj-whmcs:before {
content: "\fcd3";
}
.tj-wikipedia-w:before {
content: "\fcd4";
}
.tj-windows:before {
content: "\fcd5";
}
.tj-wix:before {
content: "\fcd6";
}
.tj-wizards-of-the-coast:before {
content: "\fcd7";
}
.tj-wolf-pack-battalion:before {
content: "\fcd8";
}
.tj-wordpress:before {
content: "\fcd9";
}
.tj-wordpress-simple:before {
content: "\fcda";
}
.tj-wpbeginner:before {
content: "\fcdb";
}
.tj-wpexplorer:before {
content: "\fcdc";
}
.tj-wpforms:before {
content: "\fcdd";
}
.tj-wpressr:before {
content: "\fcde";
}
.tj-xbox:before {
content: "\fcdf";
}
.tj-xing:before {
content: "\fce0";
}
.tj-xing-square:before {
content: "\fce1";
}
.tj-yahoo:before {
content: "\fce2";
}
.tj-yammer:before {
content: "\fce3";
}
.tj-yandex:before {
content: "\fce4";
}
.tj-yandex-international:before {
content: "\fce5";
}
.tj-yarn:before {
content: "\fce6";
}
.tj-y-combinator:before {
content: "\fce7";
}
.tj-yelp:before {
content: "\fce8";
}
.tj-yoast:before {
content: "\fce9";
}
.tj-youtube:before {
content: "\fcea";
}
.tj-youtube-square:before {
content: "\fceb";
}
.tj-zhihu:before {
content: "\fcec";
}
.tj-amilia1:before {
content: "\fced";
}
.tj-android1:before {
content: "\fcee";
}
.tj-angellist1:before {
content: "\fcef";
}
.tj-angrycreative1:before {
content: "\fcf0";
}
.tj-angular1:before {
content: "\fcf1";
}
.tj-apper1:before {
content: "\fcf2";
}
.tj-apple1:before {
content: "\fcf3";
}
.tj-apple-pay1:before {
content: "\fcf4";
}
.tj-app-store1:before {
content: "\fcf5";
}
.tj-app-store-ios1:before {
content: "\fcf6";
}
.tj-artstation1:before {
content: "\fcf7";
}
.tj-asymmetrik1:before {
content: "\fcf8";
}
.tj-atlassian1:before {
content: "\fcf9";
}
.tj-audible1:before {
content: "\fcfa";
}
.tj-autoprefixer1:before {
content: "\fcfb";
}
.tj-avianex1:before {
content: "\fcfc";
}
.tj-aviato1:before {
content: "\fcfd";
}
.tj-aws1:before {
content: "\fcfe";
}
.tj-bandcamp1:before {
content: "\fcff";
}
.tj-battle-net1:before {
content: "\fd00";
}
.tj-behance1:before {
content: "\fd01";
}
.tj-behance-square1:before {
content: "\fd02";
}
.tj-bimobject1:before {
content: "\fd03";
}
.tj-bitbucket1:before {
content: "\fd04";
}
.tj-bitcoin1:before {
content: "\fd05";
}
.tj-bity1:before {
content: "\fd06";
}
.tj-blackberry1:before {
content: "\fd07";
}
.tj-black-tie1:before {
content: "\fd08";
}
.tj-blogger1:before {
content: "\fd09";
}
.tj-blogger-b1:before {
content: "\fd0a";
}
.tj-bluetooth1:before {
content: "\fd0b";
}
.tj-bluetooth-b1:before {
content: "\fd0c";
}
.tj-bootstrap1:before {
content: "\fd0d";
}
.tj-btc1:before {
content: "\fd0e";
}
.tj-buffer1:before {
content: "\fd0f";
}
.tj-buromobelexperte1:before {
content: "\fd10";
}
.tj-buysellads1:before {
content: "\fd11";
}
.tj-canadian-maple-leaf1:before {
content: "\fd12";
}
.tj-cc-amazon-pay1:before {
content: "\fd13";
}
.tj-cc-amex1:before {
content: "\fd14";
}
.tj-cc-apple-pay1:before {
content: "\fd15";
}
.tj-cc-diners-club1:before {
content: "\fd16";
}
.tj-cc-discover1:before {
content: "\fd17";
}
.tj-cc-jcb1:before {
content: "\fd18";
}
.tj-cc-mastercard1:before {
content: "\fd19";
}
.tj-cc-paypal1:before {
content: "\fd1a";
}
.tj-cc-stripe1:before {
content: "\fd1b";
}
.tj-cc-visa1:before {
content: "\fd1c";
}
.tj-centercode1:before {
content: "\fd1d";
}
.tj-centos1:before {
content: "\fd1e";
}
.tj-chrome1:before {
content: "\fd1f";
}
.tj-chromecast1:before {
content: "\fd20";
}
.tj-cloudscale1:before {
content: "\fd21";
}
.tj-cloudsmith1:before {
content: "\fd22";
}
.tj-cloudversify1:before {
content: "\fd23";
}
.tj-codepen1:before {
content: "\fd24";
}
.tj-codiepie1:before {
content: "\fd25";
}
.tj-confluence1:before {
content: "\fd26";
}
.tj-connectdevelop1:before {
content: "\fd27";
}
.tj-contao1:before {
content: "\fd28";
}
.tj-cpanel1:before {
content: "\fd29";
}
.tj-creative-commons1:before {
content: "\fd2a";
}
.tj-creative-commons-by1:before {
content: "\fd2b";
}
.tj-creative-commons-nc1:before {
content: "\fd2c";
}
.tj-creative-commons-nc-eu1:before {
content: "\fd2d";
}
.tj-creative-commons-nc-jp1:before {
content: "\fd2e";
}
.tj-creative-commons-nd1:before {
content: "\fd2f";
}
.tj-creative-commons-pd1:before {
content: "\fd30";
}
.tj-creative-commons-pd-alt1:before {
content: "\fd31";
}
.tj-creative-commons-remix1:before {
content: "\fd32";
}
.tj-creative-commons-sa1:before {
content: "\fd33";
}
.tj-creative-commons-sampling1:before {
content: "\fd34";
}
.tj-creative-commons-sampling-plus1:before {
content: "\fd35";
}
.tj-creative-commons-share1:before {
content: "\fd36";
}
.tj-creative-commons-zero1:before {
content: "\fd37";
}
.tj-critical-role1:before {
content: "\fd38";
}
.tj-css31:before {
content: "\fd39";
}
.tj-css3-alt1:before {
content: "\fd3a";
}
.tj-cuttlefish1:before {
content: "\fd3b";
}
.tj-d-and-d1:before {
content: "\fd3c";
}
.tj-d-and-d-beyond1:before {
content: "\fd3d";
}
.tj-dashcube1:before {
content: "\fd3e";
}
.tj-delicious1:before {
content: "\fd3f";
}
.tj-deploydog1:before {
content: "\fd40";
}
.tj-deskpro1:before {
content: "\fd41";
}
.tj-dev1:before {
content: "\fd42";
}
.tj-deviantart1:before {
content: "\fd43";
}
.tj-dhl1:before {
content: "\fd44";
}
.tj-diaspora1:before {
content: "\fd45";
}
.tj-digg1:before {
content: "\fd46";
}
.tj-digital-ocean1:before {
content: "\fd47";
}
.tj-discord1:before {
content: "\fd48";
}
.tj-discourse1:before {
content: "\fd49";
}
.tj-dochub1:before {
content: "\fd4a";
}
.tj-docker1:before {
content: "\fd4b";
}
.tj-draft2digital1:before {
content: "\fd4c";
}
.tj-dribbble1:before {
content: "\fd4d";
}
.tj-dribbble-square1:before {
content: "\fd4e";
}
.tj-dropbox1:before {
content: "\fd4f";
}
.tj-drupal1:before {
content: "\fd50";
}
.tj-dyalog1:before {
content: "\fd51";
}
.tj-earlybirds1:before {
content: "\fd52";
}
.tj-ebay1:before {
content: "\fd53";
}
.tj-edge1:before {
content: "\fd54";
}
.tj-elementor1:before {
content: "\fd55";
}
.tj-ello1:before {
content: "\fd56";
}
.tj-ember1:before {
content: "\fd57";
}
.tj-empire1:before {
content: "\fd58";
}
.tj-envira1:before {
content: "\fd59";
}
.tj-erlang1:before {
content: "\fd5a";
}
.tj-ethereum1:before {
content: "\fd5b";
}
.tj-etsy1:before {
content: "\fd5c";
}
.tj-evernote1:before {
content: "\fd5d";
}
.tj-expeditedssl1:before {
content: "\fd5e";
}
.tj-facebook1:before {
content: "\fd5f";
}
.tj-facebook-f1:before {
content: "\fd60";
}
.tj-facebook-messenger1:before {
content: "\fd61";
}
.tj-facebook-square1:before {
content: "\fd62";
}
.tj-fantasy-flight-games1:before {
content: "\fd63";
}
.tj-fedex1:before {
content: "\fd64";
}
.tj-fedora1:before {
content: "\fd65";
}
.tj-figma1:before {
content: "\fd66";
}
.tj-firefox1:before {
content: "\fd67";
}
.tj-firstdraft1:before {
content: "\fd68";
}
.tj-first-order1:before {
content: "\fd69";
}
.tj-first-order-alt1:before {
content: "\fd6a";
}
.tj-flickr1:before {
content: "\fd6b";
}
.tj-flipboard1:before {
content: "\fd6c";
}
.tj-fly1:before {
content: "\fd6d";
}
.tj-font-awesome1:before {
content: "\fd6e";
}
.tj-font-awesome-alt1:before {
content: "\fd6f";
}
.tj-font-awesome-flag1:before {
content: "\fd70";
}
.tj-font-awesome-logo-full4:before {
content: "\fd71";
}
.tj-fonticons1:before {
content: "\fd72";
}
.tj-fonticons-fi1:before {
content: "\fd73";
}
.tj-fort-awesome1:before {
content: "\fd74";
}
.tj-fort-awesome-alt1:before {
content: "\fd75";
}
.tj-forumbee1:before {
content: "\fd76";
}
.tj-foursquare1:before {
content: "\fd77";
}
.tj-freebsd1:before {
content: "\fd78";
}
.tj-free-code-camp1:before {
content: "\fd79";
}
.tj-fulcrum1:before {
content: "\fd7a";
}
.tj-galactic-republic1:before {
content: "\fd7b";
}
.tj-galactic-senate1:before {
content: "\fd7c";
}
.tj-get-pocket1:before {
content: "\fd7d";
}
.tj-gg1:before {
content: "\fd7e";
}
.tj-gg-circle1:before {
content: "\fd7f";
}
.tj-git1:before {
content: "\fd80";
}
.tj-github1:before {
content: "\fd81";
}
.tj-github-alt1:before {
content: "\fd82";
}
.tj-github-square1:before {
content: "\fd83";
}
.tj-gitkraken1:before {
content: "\fd84";
}
.tj-gitlab1:before {
content: "\fd85";
}
.tj-git-square1:before {
content: "\fd86";
}
.tj-gitter1:before {
content: "\fd87";
}
.tj-glide1:before {
content: "\fd88";
}
.tj-glide-g1:before {
content: "\fd89";
}
.tj-gofore1:before {
content: "\fd8a";
}
.tj-goodreads1:before {
content: "\fd8b";
}
.tj-goodreads-g1:before {
content: "\fd8c";
}
.tj-google1:before {
content: "\fd8d";
}
.tj-google-drive1:before {
content: "\fd8e";
}
.tj-google-play1:before {
content: "\fd8f";
}
.tj-google-plus1:before {
content: "\fd90";
}
.tj-google-plus-g1:before {
content: "\fd91";
}
.tj-google-plus-square1:before {
content: "\fd92";
}
.tj-google-wallet1:before {
content: "\fd93";
}
.tj-gratipay1:before {
content: "\fd94";
}
.tj-grav1:before {
content: "\fd95";
}
.tj-gripfire1:before {
content: "\fd96";
}
.tj-grunt1:before {
content: "\fd97";
}
.tj-gulp1:before {
content: "\fd98";
}
.tj-hacker-news1:before {
content: "\fd99";
}
.tj-hacker-news-square1:before {
content: "\fd9a";
}
.tj-hackerrank1:before {
content: "\fd9b";
}
.tj-hips1:before {
content: "\fd9c";
}
.tj-hire-a-helper1:before {
content: "\fd9d";
}
.tj-hooli1:before {
content: "\fd9e";
}
.tj-hornbill1:before {
content: "\fd9f";
}
.tj-hotjar1:before {
content: "\fda0";
}
.tj-houzz1:before {
content: "\fda1";
}
.tj-html51:before {
content: "\fda2";
}
.tj-hubspot1:before {
content: "\fda3";
}
.tj-imdb1:before {
content: "\fda4";
}
.tj-instagram1:before {
content: "\fda5";
}
.tj-intercom1:before {
content: "\fda6";
}
.tj-internet-explorer1:before {
content: "\fda7";
}
.tj-invision1:before {
content: "\fda8";
}
.tj-ioxhost1:before {
content: "\fda9";
}
.tj-itch-io1:before {
content: "\fdaa";
}
.tj-itunes1:before {
content: "\fdab";
}
.tj-itunes-note1:before {
content: "\fdac";
}
.tj-java1:before {
content: "\fdad";
}
.tj-jedi-order1:before {
content: "\fdae";
}
.tj-jenkins1:before {
content: "\fdaf";
}
.tj-jira1:before {
content: "\fdb0";
}
.tj-joget1:before {
content: "\fdb1";
}
.tj-joomla1:before {
content: "\fdb2";
}
.tj-js1:before {
content: "\fdb3";
}
.tj-jsfiddle1:before {
content: "\fdb4";
}
.tj-js-square1:before {
content: "\fdb5";
}
.tj-kaggle1:before {
content: "\fdb6";
}
.tj-keybase1:before {
content: "\fdb7";
}
.tj-keycdn1:before {
content: "\fdb8";
}
.tj-kickstarter1:before {
content: "\fdb9";
}
.tj-kickstarter-k1:before {
content: "\fdba";
}
.tj-korvue1:before {
content: "\fdbb";
}
.tj-laravel1:before {
content: "\fdbc";
}
.tj-lastfm1:before {
content: "\fdbd";
}
.tj-lastfm-square1:before {
content: "\fdbe";
}
.tj-leanpub1:before {
content: "\fdbf";
}
.tj-less1:before {
content: "\fdc0";
}
.tj-line1:before {
content: "\fdc1";
}
.tj-linkedin1:before {
content: "\fdc2";
}
.tj-linkedin-in1:before {
content: "\fdc3";
}
.tj-linode1:before {
content: "\fdc4";
}
.tj-linux1:before {
content: "\fdc5";
}
.tj-lyft1:before {
content: "\fdc6";
}
.tj-magento1:before {
content: "\fdc7";
}
.tj-mailchimp1:before {
content: "\fdc8";
}
.tj-mandalorian1:before {
content: "\fdc9";
}
.tj-markdown1:before {
content: "\fdca";
}
.tj-mastodon1:before {
content: "\fdcb";
}
.tj-maxcdn1:before {
content: "\fdcc";
}
.tj-medapps1:before {
content: "\fdcd";
}
.tj-medium1:before {
content: "\fdce";
}
.tj-medium-m1:before {
content: "\fdcf";
}
.tj-medrt1:before {
content: "\fdd0";
}
.tj-meetup1:before {
content: "\fdd1";
}
.tj-megaport1:before {
content: "\fdd2";
}
.tj-mendeley1:before {
content: "\fdd3";
}
.tj-microsoft1:before {
content: "\fdd4";
}
.tj-mix1:before {
content: "\fdd5";
}
.tj-mixcloud1:before {
content: "\fdd6";
}
.tj-mizuni1:before {
content: "\fdd7";
}
.tj-modx1:before {
content: "\fdd8";
}
.tj-monero1:before {
content: "\fdd9";
}
.tj-napster1:before {
content: "\fdda";
}
.tj-neos1:before {
content: "\fddb";
}
.tj-nimblr1:before {
content: "\fddc";
}
.tj-nintendo-switch1:before {
content: "\fddd";
}
.tj-node1:before {
content: "\fdde";
}
.tj-node-js1:before {
content: "\fddf";
}
.tj-npm1:before {
content: "\fde0";
}
.tj-ns81:before {
content: "\fde1";
}
.tj-nutritionix1:before {
content: "\fde2";
}
.tj-odnoklassniki1:before {
content: "\fde3";
}
.tj-odnoklassniki-square1:before {
content: "\fde4";
}
.tj-old-republic1:before {
content: "\fde5";
}
.tj-opencart1:before {
content: "\fde6";
}
.tj-openid1:before {
content: "\fde7";
}
.tj-opera1:before {
content: "\fde8";
}
.tj-optin-monster1:before {
content: "\fde9";
}
.tj-osi1:before {
content: "\fdea";
}
.tj-page41:before {
content: "\fdeb";
}
.tj-pagelines1:before {
content: "\fdec";
}
.tj-palfed1:before {
content: "\fded";
}
.tj-patreon1:before {
content: "\fdee";
}
.tj-paypal1:before {
content: "\fdef";
}
.tj-penny-arcade1:before {
content: "\fdf0";
}
.tj-periscope1:before {
content: "\fdf1";
}
.tj-phabricator1:before {
content: "\fdf2";
}
.tj-phoenix-framework1:before {
content: "\fdf3";
}
.tj-phoenix-squadron1:before {
content: "\fdf4";
}
.tj-php1:before {
content: "\fdf5";
}
.tj-pied-piper1:before {
content: "\fdf6";
}
.tj-pied-piper-alt1:before {
content: "\fdf7";
}
.tj-pied-piper-hat1:before {
content: "\fdf8";
}
.tj-pied-piper-pp1:before {
content: "\fdf9";
}
.tj-pinterest1:before {
content: "\fdfa";
}
.tj-pinterest-p1:before {
content: "\fdfb";
}
.tj-pinterest-square1:before {
content: "\fdfc";
}
.tj-playstation1:before {
content: "\fdfd";
}
.tj-product-hunt1:before {
content: "\fdfe";
}
.tj-pushed1:before {
content: "\fdff";
}
.tj-python1:before {
content: "\fe00";
}
.tj-qq1:before {
content: "\fe01";
}
.tj-quinscape1:before {
content: "\fe02";
}
.tj-quora1:before {
content: "\fe03";
}
.tj-raspberry-pi1:before {
content: "\fe04";
}
.tj-ravelry1:before {
content: "\fe05";
}
.tj-react1:before {
content: "\fe06";
}
.tj-reacteurope1:before {
content: "\fe07";
}
.tj-readme1:before {
content: "\fe08";
}
.tj-rebel1:before {
content: "\fe09";
}
.tj-reddit1:before {
content: "\fe0a";
}
.tj-reddit-alien1:before {
content: "\fe0b";
}
.tj-reddit-square1:before {
content: "\fe0c";
}
.tj-redhat1:before {
content: "\fe0d";
}
.tj-red-river1:before {
content: "\fe0e";
}
.tj-renren1:before {
content: "\fe0f";
}
.tj-replyd1:before {
content: "\fe10";
}
.tj-researchgate1:before {
content: "\fe11";
}
.tj-resolving1:before {
content: "\fe12";
}
.tj-rev1:before {
content: "\fe13";
}
.tj-rocketchat1:before {
content: "\fe14";
}
.tj-rockrms1:before {
content: "\fe15";
}
.tj-r-project1:before {
content: "\fe16";
}
.tj-safari1:before {
content: "\fe17";
}
.tj-salesforce1:before {
content: "\fe18";
}
.tj-sass1:before {
content: "\fe19";
}
.tj-schlix1:before {
content: "\fe1a";
}
.tj-scribd1:before {
content: "\fe1b";
}
.tj-searchengin1:before {
content: "\fe1c";
}
.tj-sellcast1:before {
content: "\fe1d";
}
.tj-sellsy1:before {
content: "\fe1e";
}
.tj-servicestack1:before {
content: "\fe1f";
}
.tj-shirtsinbulk1:before {
content: "\fe20";
}
.tj-shopware1:before {
content: "\fe21";
}
.tj-simplybuilt1:before {
content: "\fe22";
}
.tj-sistrix1:before {
content: "\fe23";
}
.tj-sith1:before {
content: "\fe24";
}
.tj-sketch1:before {
content: "\fe25";
}
.tj-skyatlas1:before {
content: "\fe26";
}
.tj-skype1:before {
content: "\fe27";
}
.tj-slack1:before {
content: "\fe28";
}
.tj-slack-hash1:before {
content: "\fe29";
}
.tj-slideshare1:before {
content: "\fe2a";
}
.tj-snapchat1:before {
content: "\fe2b";
}
.tj-snapchat-ghost1:before {
content: "\fe2c";
}
.tj-snapchat-square1:before {
content: "\fe2d";
}
.tj-soundcloud1:before {
content: "\fe2e";
}
.tj-sourcetree1:before {
content: "\fe2f";
}
.tj-speakap1:before {
content: "\fe30";
}
.tj-speaker-deck1:before {
content: "\fe31";
}
.tj-spotify1:before {
content: "\fe32";
}
.tj-squarespace1:before {
content: "\fe33";
}
.tj-stack-exchange1:before {
content: "\fe34";
}
.tj-stack-overflow1:before {
content: "\fe35";
}
.tj-staylinked1:before {
content: "\fe36";
}
.tj-steam1:before {
content: "\fe37";
}
.tj-steam-square1:before {
content: "\fe38";
}
.tj-steam-symbol1:before {
content: "\fe39";
}
.tj-sticker-mule1:before {
content: "\fe3a";
}
.tj-strava1:before {
content: "\fe3b";
}
.tj-stripe1:before {
content: "\fe3c";
}
.tj-stripe-s1:before {
content: "\fe3d";
}
.tj-studiovinari1:before {
content: "\fe3e";
}
.tj-stumbleupon1:before {
content: "\fe3f";
}
.tj-stumbleupon-circle1:before {
content: "\fe40";
}
.tj-superpowers1:before {
content: "\fe41";
}
.tj-supple1:before {
content: "\fe42";
}
.tj-suse1:before {
content: "\fe43";
}
.tj-symfony1:before {
content: "\fe44";
}
.tj-teamspeak1:before {
content: "\fe45";
}
.tj-telegram1:before {
content: "\fe46";
}
.tj-telegram-plane1:before {
content: "\fe47";
}
.tj-tencent-weibo1:before {
content: "\fe48";
}
.tj-themeco1:before {
content: "\fe49";
}
.tj-themeisle1:before {
content: "\fe4a";
}
.tj-the-red-yeti1:before {
content: "\fe4b";
}
.tj-think-peaks1:before {
content: "\fe4c";
}
.tj-trade-federation1:before {
content: "\fe4d";
}
.tj-trello1:before {
content: "\fe4e";
}
.tj-tripadvisor1:before {
content: "\fe4f";
}
.tj-tumblr1:before {
content: "\fe50";
}
.tj-tumblr-square1:before {
content: "\fe51";
}
.tj-tjtch1:before {
content: "\fe52";
}
.tj-tjtter1:before {
content: "\fe53";
}
.tj-tjtter-square1:before {
content: "\fe54";
}
.tj-typo31:before {
content: "\fe55";
}
.tj-uber1:before {
content: "\fe56";
}
.tj-ubuntu1:before {
content: "\fe57";
}
.tj-uikit1:before {
content: "\fe58";
}
.tj-uniregistry1:before {
content: "\fe59";
}
.tj-untappd1:before {
content: "\fe5a";
}
.tj-ups1:before {
content: "\fe5b";
}
.tj-usb1:before {
content: "\fe5c";
}
.tj-usps1:before {
content: "\fe5d";
}
.tj-ussunnah1:before {
content: "\fe5e";
}
.tj-vaadin1:before {
content: "\fe5f";
}
.tj-viacoin1:before {
content: "\fe60";
}
.tj-viadeo1:before {
content: "\fe61";
}
.tj-viadeo-square1:before {
content: "\fe62";
}
.tj-viber1:before {
content: "\fe63";
}
.tj-vimeo1:before {
content: "\fe64";
}
.tj-vimeo-square1:before {
content: "\fe65";
}
.tj-vimeo-v1:before {
content: "\fe66";
}
.tj-vine1:before {
content: "\fe67";
}
.tj-vk1:before {
content: "\fe68";
}
.tj-vnv1:before {
content: "\fe69";
}
.tj-vuejs1:before {
content: "\fe6a";
}
.tj-waze1:before {
content: "\fe6b";
}
.tj-weebly1:before {
content: "\fe6c";
}
.tj-weibo1:before {
content: "\fe6d";
}
.tj-weixin1:before {
content: "\fe6e";
}
.tj-whatsapp1:before {
content: "\fe6f";
}
.tj-whatsapp-square1:before {
content: "\fe70";
}
.tj-whmcs1:before {
content: "\fe71";
}
.tj-wikipedia-w1:before {
content: "\fe72";
}
.tj-windows1:before {
content: "\fe73";
}
.tj-wix1:before {
content: "\fe74";
}
.tj-wizards-of-the-coast1:before {
content: "\fe75";
}
.tj-wolf-pack-battalion1:before {
content: "\fe76";
}
.tj-wordpress1:before {
content: "\fe77";
}
.tj-wordpress-simple1:before {
content: "\fe78";
}
.tj-wpbeginner1:before {
content: "\fe79";
}
.tj-wpexplorer1:before {
content: "\fe7a";
}
.tj-wpforms1:before {
content: "\fe7b";
}
.tj-wpressr1:before {
content: "\fe7c";
}
.tj-xbox1:before {
content: "\fe7d";
}
.tj-xing1:before {
content: "\fe7e";
}
.tj-xing-square1:before {
content: "\fe7f";
}
.tj-yahoo1:before {
content: "\fe80";
}
.tj-yammer1:before {
content: "\fe81";
}
.tj-yandex1:before {
content: "\fe82";
}
.tj-yandex-international1:before {
content: "\fe83";
}
.tj-yarn1:before {
content: "\fe84";
}
.tj-y-combinator1:before {
content: "\fe85";
}
.tj-yelp1:before {
content: "\fe86";
}
.tj-yoast1:before {
content: "\fe87";
}
.tj-youtube1:before {
content: "\fe88";
}
.tj-youtube-square1:before {
content: "\fe89";
}
.tj-zhihu1:before {
content: "\fe8a";
}
.tj-px1:before {
content: "\fe8b";
}
.tj-accessible-icon1:before {
content: "\fe8c";
}
.tj-accusoft1:before {
content: "\fe8d";
}
.tj-acquisitions-incorporated1:before {
content: "\fe8e";
}
.tj-adn1:before {
content: "\fe8f";
}
.tj-adobe1:before {
content: "\fe90";
}
.tj-adversal1:before {
content: "\fe91";
}
.tj-affiliatetheme1:before {
content: "\fe92";
}
.tj-airbnb1:before {
content: "\fe93";
}
.tj-algolia1:before {
content: "\fe94";
}
.tj-alipay1:before {
content: "\fe95";
}
.tj-amazon1:before {
content: "\fe96";
}
.tj-amazon-pay1:before {
content: "\fe97";
}
 @-webkit-keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
@keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
@keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 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 shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 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);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-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);
}
}
.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: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes wobble {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from,
11.1%,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 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(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from,
11.1%,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 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(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.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);
}
}
.heartBeat {
-webkit-animation-name: heartBeat;
animation-name: heartBeat;
-webkit-animation-duration: 1.3s;
animation-duration: 1.3s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
.bounceOut {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@keyframes fadeInLefts {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInLefts {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-10%, 0, 0);
transform: translate3d(-10%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-10%, 0, 0);
transform: translate3d(-10%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-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: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes lightSpeedIn {
from {
-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: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-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-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-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;
}
}
.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-name: hinge;
animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
from {
opacity: 0;
-webkit-transform: scale(0.1) rotate(30deg);
transform: scale(0.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 {
from {
opacity: 0;
-webkit-transform: scale(0.1) rotate(30deg);
transform: scale(0.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);
}
}
.jackInTheBox {
-webkit-animation-name: jackInTheBox;
animation-name: jackInTheBox;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideInUp2 {
from {
-webkit-transform: translate3d(0, 20%, 0);
transform: translate3d(0, 20%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp2 {
from {
-webkit-transform: translate3d(0, 20%, 0);
transform: translate3d(0, 20%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp2 {
-webkit-animation-name: slideInUp2;
animation-name: slideInUp2;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.delay-1s {
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.animated.delay-2s {
-webkit-animation-delay: 2s;
animation-delay: 2s;
}
.animated.delay-3s {
-webkit-animation-delay: 3s;
animation-delay: 3s;
}
.animated.delay-4s {
-webkit-animation-delay: 4s;
animation-delay: 4s;
}
.animated.delay-5s {
-webkit-animation-delay: 5s;
animation-delay: 5s;
}
.animated.fast {
-webkit-animation-duration: 800ms;
animation-duration: 800ms;
}
.animated.faster {
-webkit-animation-duration: 500ms;
animation-duration: 500ms;
}
.animated.slow {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.slower {
-webkit-animation-duration: 3s;
animation-duration: 3s;
}
@media (print), (prefers-reduced-motion: reduce) {
.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;
}
}.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}@font-face {
font-family: 'lightcase';
src: url(//www.honsberg.de/wp-content/themes/immiland/assets/fonts/lightcase.eot?55356177);
src: url(//www.honsberg.de/wp-content/themes/immiland/assets/fonts/lightcase.eot?55356177#iefix) format("embedded-opentype"), url(//www.honsberg.de/wp-content/themes/immiland/assets/fonts/lightcase.woff?55356177) format("woff"), url(//www.honsberg.de/wp-content/themes/immiland/assets/fonts/lightcase.ttf?55356177) format("truetype"), url(//www.honsberg.de/wp-content/themes/immiland/assets/fonts/lightcase.svg?55356177#lightcase) format("svg");
font-weight: normal;
font-style: normal;
} [class*='lightcase-icon-']:before {
font-family: 'lightcase', sans-serif;
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
text-align: center; font-variant: normal;
text-transform: none; line-height: 1em;  }  .lightcase-icon-play:before {
content: '\e800';
} .lightcase-icon-pause:before {
content: '\e801';
} .lightcase-icon-close:before {
content: '\e802';
} .lightcase-icon-prev:before {
content: '\e803';
} .lightcase-icon-next:before {
content: '\e804';
} .lightcase-icon-spin:before {
content: '\e805';
}
@-webkit-keyframes lightcase-spin {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-moz-keyframes lightcase-spin {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-o-keyframes lightcase-spin {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-ms-keyframes lightcase-spin {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes lightcase-spin {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
transform: rotate(359deg);
}
} #lightcase-case {
display: none;
position: fixed;
z-index: 2002;
top: 50%;
left: 50%;
font-family: arial, sans-serif;
font-size: 13px;
line-height: 1.5;
text-align: left;
text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) { html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
position: fixed !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
margin: 0 !important;
padding: 55px 0 70px 0;
width: 100% !important;
height: 100% !important;
overflow: auto !important;
}
}
@media screen and (min-width: 641px) { html:not([data-lc-type=error]) #lightcase-content {
position: relative;
z-index: 1;
text-shadow: none;
background-color: #fff;
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
-o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
-webkit-backface-visibility: hidden;
}
}
@media screen and (min-width: 641px) { html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
background-color: #333;
}
} html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
@media screen and (max-width: 640px) { html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
position: relative !important;
top: auto !important;
left: auto !important;
width: auto !important;
height: auto !important;
margin: 0 !important;
padding: 0 !important;
border: none !important;
background: none !important;
}
} html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
@media screen and (max-width: 640px) { html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
padding: 15px;
} html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
width: 100% !important;
max-width: none !important;
} html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
height: auto !important;
max-height: none !important;
}
}
@media screen and (max-width: 640px) { html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
overflow: auto;
-webkit-overflow-scrolling: touch;
}
}
@media screen and (max-width: 640px) and (min-width: 641px) { html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
line-height: 0.75;
}
} html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
position: relative;
overflow: hidden !important;
}
@media screen and (max-width: 640px) { html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
position: relative !important;
top: auto !important;
left: auto !important;
width: auto !important;
height: auto !important;
margin: 0 !important;
padding: 0 !important;
border: none !important;
background: none !important;
}
}
@media screen and (min-width: 641px) { html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
padding: 30px;
overflow: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
}
@media screen and (max-width: 640px) { #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
color: #aaa;
}
}
@media screen and (min-width: 641px) { #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
color: #333;
}
} #lightcase-case p.lightcase-error {
margin: 0;
font-size: 17px;
text-align: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #aaa;
}
@media screen and (max-width: 640px) { #lightcase-case p.lightcase-error {
padding: 30px 0;
}
}
@media screen and (min-width: 641px) { #lightcase-case p.lightcase-error {
padding: 0;
}
} .lightcase-open body {
overflow: hidden;
} .lightcase-isMobileDevice .lightcase-open body {
max-width: 100%;
max-height: 100%;
} #lightcase-info {
position: absolute;
padding-top: 15px;
} #lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
margin: 0;
padding: 0;
line-height: 1.5;
font-weight: normal;
text-overflow: ellipsis;
} #lightcase-info #lightcase-title {
font-size: 17px;
color: #aaa;
}
@media screen and (max-width: 640px) { #lightcase-info #lightcase-title {
position: fixed;
top: 10px;
left: 0;
max-width: 87.5%;
padding: 5px 15px;
background: #333;
}
} #lightcase-info #lightcase-caption {
clear: both;
font-size: 13px;
color: #aaa;
} #lightcase-info #lightcase-sequenceInfo {
font-size: 11px;
color: #aaa;
}
@media screen and (max-width: 640px) { .lightcase-fullScreenMode #lightcase-info {
padding-left: 15px;
padding-right: 15px;
} html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
position: static;
}
} #lightcase-loading {
position: fixed;
z-index: 9999;
width: 1.123em;
height: auto;
font-size: 38px;
line-height: 1;
text-align: center;
text-shadow: none;
position: fixed;
z-index: 2001;
top: 50%;
left: 50%;
margin-top: -0.5em;
margin-left: -0.5em;
opacity: 1;
font-size: 32px;
text-shadow: 0 0 15px #fff;
-moz-transform-origin: 50% 53%;
-webkit-animation: lightcase-spin 0.5s infinite linear;
-moz-animation: lightcase-spin 0.5s infinite linear;
-o-animation: lightcase-spin 0.5s infinite linear;
animation: lightcase-spin 0.5s infinite linear;
} #lightcase-loading, #lightcase-loading:focus {
text-decoration: none;
color: #fff;
-webkit-tap-highlight-color: transparent;
-webkit-transition: color, opacity, ease-in-out 0.25s;
-moz-transition: color, opacity, ease-in-out 0.25s;
-o-transition: color, opacity, ease-in-out 0.25s;
transition: color, opacity, ease-in-out 0.25s;
} #lightcase-loading > span {
display: inline-block;
text-indent: -9999px;
} a[class*='lightcase-icon-'] {
position: fixed;
z-index: 9999;
width: 1.123em;
height: auto;
font-size: 38px;
line-height: 1;
text-align: center;
text-shadow: none;
outline: none;
cursor: pointer;
} a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
text-decoration: none;
color: rgba(255, 255, 255, 0.6);
-webkit-tap-highlight-color: transparent;
-webkit-transition: color, opacity, ease-in-out 0.25s;
-moz-transition: color, opacity, ease-in-out 0.25s;
-o-transition: color, opacity, ease-in-out 0.25s;
transition: color, opacity, ease-in-out 0.25s;
} a[class*='lightcase-icon-'] > span {
display: inline-block;
text-indent: -9999px;
} a[class*='lightcase-icon-']:hover {
color: white;
text-shadow: 0 0 15px white;
} .lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
color: #aaa;
text-shadow: none;
} a[class*='lightcase-icon-'].lightcase-icon-close {
position: fixed;
top: 15px;
right: 15px;
bottom: auto;
margin: 0;
opacity: 0;
outline: none;
} a[class*='lightcase-icon-'].lightcase-icon-prev {
left: 15px;
} a[class*='lightcase-icon-'].lightcase-icon-next {
right: 15px;
} a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
left: 50%;
margin-left: -0.5em;
}
@media screen and (min-width: 641px) { a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
opacity: 0;
}
}
@media screen and (max-width: 640px) { a[class*='lightcase-icon-'] {
bottom: 15px;
font-size: 24px;
}
}
@media screen and (min-width: 641px) { a[class*='lightcase-icon-'] {
bottom: 50%;
margin-bottom: -0.5em;
} a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
opacity: 1;
}
} #lightcase-overlay {
display: none;
width: 100%;
min-height: 100%;
position: fixed;
z-index: 2000;
top: -9999px;
bottom: -9999px;
left: 0;
background: #333;
}
@media screen and (max-width: 640px) { #lightcase-overlay {
opacity: 1 !important;
}
}.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: normal;
height: 42px;
line-height: 40px;
outline: none;
padding-left: 18px;
padding-right: 30px;
position: relative;
text-align: left !important;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.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:active, .nice-select.open, .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 0.15s ease-in-out;
transition: all 0.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: #cccccc; }
.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, 0.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(0.75) translateY(-21px);
-ms-transform: scale(0.75) translateY(-21px);
transform: scale(0.75) translateY(-21px);
-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.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: none;
padding-left: 18px;
padding-right: 29px;
text-align: left;
-webkit-transition: all 0.2s;
transition: all 0.2s; }
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
background-color: #f6f6f6; }
.nice-select .option.selected {
font-weight: bold; }
.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; }@use "sass:math"; :root {
--primay-color: #e20454;
--primay-hover-color: #003a66;
--secondary-color: #003a66;
--secon-hover-color: #e20454;
--body-color: #536184;
--heading-color: #233152;
--body-font: 'Urbanist';
--heading-font: 'Cabin';
--body-font-size: 16px;
--body-line-Height: 26px;
--body-font-weight: 500;
--heading-font-weight: 700; } html,
body {
scroll-behavior: smooth !important; }
body {
font-family: var(--body-font);
font-size: var(--body-font-size);
font-weight: var(--body-font-weight);
color: var(--body-color);
line-height: var(--body-line-Height);
letter-spacing: 0;
-webkit-font-smoothing: antialiased; }
iframe {
border: none;
width: 100%; }
.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
outline: none; }
input:focus {
outline: none;
box-shadow: none; }
img:not([draggable]),
embed,
object,
video {
max-width: 100%;
height: auto; }
ul, ol {
margin: 0;
padding: 0; }
a {
color: var(--primay-color);
text-decoration: none;
outline: 0;
transition: all ease 0.4s; }
a:hover {
color: var(--primay-color); }
a:active, a:focus, a:hover, a:visited {
text-decoration: none;
outline: 0; }
button {
transition: all ease 0.4s; }
img {
border: none;
max-width: 100%; }
ins {
text-decoration: none; }
p {
margin: 0 0 18px 0; }
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
color: var(--heading-color);
text-transform: none;
font-family: var(--heading-font);
font-weight: var(--heading-font-weight);
line-height: 1.4;
margin: 0 0 15px 0; } .sectionTitle {
position: relative;
line-height: .8;
margin: 0 0 60px; }
.sectionTitle .subTitle {
color: var(--primay-color);
font-weight: 500;
font-size: 24px;
line-height: .9;
margin: 0 0 17px; }
.sectionTitle .secTitle {
font-size: 48px;
line-height: 58px;
overflow: hidden;
margin: 0; }
.sectionTitle .secTitle span {
position: relative; }
.sectionTitle .secTitle span::after {
position: absolute;
left: 0;
bottom: 6px;
width: 100%;
height: 2px;
background: currentColor;
content: ''; }
.sectionTitle .white {
color: #fff; } .immiPressBtn {
position: relative;
overflow: hidden;
font-size: 18px;
font-weight: 700;
height: 58px;
line-height: 58px;
border-radius: 4px;
padding: 0 42px;
text-align: center;
border: none;
outline: none;
text-transform: capitalize;
display: inline-block;
font-family: var(--heading-font);
background: var(--primay-color);
color: #ffffff;
z-index: 2;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
transition: all ease 0.3s; }
.immiPressBtn i {
display: inline-block;
font-size: 15px;
position: relative;
top: 2px;
margin-left: 5px; }
.immiPressBtn::before, .immiPressBtn::after, .immiPressBtn span::before, .immiPressBtn span::after {
content: "";
position: absolute;
top: 0;
width: 25.25%;
height: 0;
background: var(--primay-hover-color);
z-index: -1;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out; }
.immiPressBtn span::before, .immiPressBtn span::after {
content: "";
position: absolute;
top: 0;
width: 25.25%;
height: 0;
background: var(--primay-hover-color);
z-index: -1;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out; }
.immiPressBtn::before {
left: 0; }
.immiPressBtn::after {
left: 50%; }
.immiPressBtn span::before, .immiPressBtn span::after {
top: auto;
bottom: 0; }
.immiPressBtn span::before {
left: 25%; }
.immiPressBtn span::after {
left: 75%; }
.immiPressBtn:hover::before, .immiPressBtn:hover::after, .immiPressBtn:hover span::before, .immiPressBtn:hover span::after {
height: 100%; }
.immiPressBtn:hover {
color: #fff; } #backtotop {
font-size: 16px;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
background: var(--primay-color);
color: #fff;
position: fixed;
bottom: 20px;
right: 20px;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
z-index: 99;
border-radius: 50%;
cursor: pointer; }
#backtotop.activate {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); } @keyframes shine {
100% {
left: 125%; } }
@keyframes circle {
0% {
opacity: 1; }
40% {
opacity: 1; }
100% {
width: 200%;
height: 200%;
opacity: 0; } }
@keyframes wave {
0% {
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8); }
50% {
box-shadow: 0 0 0 40px transparent; }
100% {
box-shadow: 0 0 0 0 transparent; } }
@keyframes halfBounce {
0%,
100% {
transform: scale(0.9); }
50% {
transform: scale(1); } }
@keyframes rotated {
0% {
-webkit-transform: rotate(0);
transform: rotate(0); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes movebounce {
0% {
transform: translateY(0px); }
50% {
transform: translateY(20px); }
100% {
transform: translateY(0px); } }
@keyframes movebounce2 {
0% {
transform: translateX(0px); }
50% {
transform: translateX(20px); }
100% {
transform: translateX(0px); } }
@keyframes zoomBig {
0% {
transform: translate(-50%, -50%) scale(0.5);
opacity: 1;
border-width: 3px; }
40% {
opacity: .5;
border-width: 2px; }
65% {
border-width: 1px; }
100% {
transform: translate(-50%, -50%) scale(1);
opacity: 0;
border-width: 1px; } }
@keyframes shadows {
0% {
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2); }
100% {
box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0); } }
@-webkit-keyframes rotated {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes animationFrames {
0% {
transform: translate(0px, 0px) rotate(0deg) scale(1); }
20% {
transform: translate(73px, -1px) rotate(36deg) scale(0.9); }
40% {
transform: translate(141px, 72px) rotate(72deg) scale(1); }
60% {
transform: translate(83px, 122px) rotate(108deg) scale(1.2); }
80% {
transform: translate(-40px, 72px) rotate(144deg) scale(1.1); }
100% {
transform: translate(0px, 0px) rotate(0deg) scale(1); } }  .topbar01 {
position: relative;
background: var(--secondary-color); }
.topbar01 .topLeftShape {
position: absolute;
left: 78px;
bottom: -2px; }
.topbar01 .topLeftShape svg {
height: 27.5px;
stroke: var(--heading-color); }
.topbar01 .topRightShape {
position: absolute;
right: 78px;
bottom: -2px; }
.topbar01 .topRightShape svg {
height: 27.5px;
stroke: var(--heading-color); }
.topbar01 .topBarWrapper {
display: flex;
align-items: center;
position: relative;
margin-left: -22px; }
.topbar01 .topBarWrapper .linkText {
color: #fff;
margin-left: auto; }
.topbar01 .topBarWrapper .linkText:hover {
color: var(--primay-color); }
.infoText {
position: relative;
color: #fff;
border-right: 1px solid var(--body-color);
padding: 14.5px 72px 13px 0; }
.infoText i {
display: inline-block;
color: #fff;
font-size: 20px;
margin-right: 9px;
position: relative;
top: 3px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.infoText.infoText02 {
border-left: 1px solid var(--body-color);
padding-left: 28px;
padding-right: 37px;
margin-left: 17px; }
.infoText.infoText02 i {
font-size: 18px; }
.infoText.infoText02:hover i {
color: #fff; }
.infoText a {
color: inherit; }
.infoText:hover a {
text-decoration: underline; }
.infoText:hover i {
color: var(--primay-color); }
.searchBar {
position: relative;
padding: 0 0 0 17px; }
.searchBar [type="search"] {
width: 234px;
height: auto;
border: none;
background: transparent;
outline: none;
font-size: 16px;
color: #ffffff;
font-weight: 400; }
.searchBar [type="search"]::-moz-placeholder {
color: #ffffff;
opacity: 1; }
.searchBar [type="search"]::-ms-input-placeholder {
color: #ffffff;
opacity: 1; }
.searchBar [type="search"]::-webkit-input-placeholder {
color: #ffffff;
opacity: 1; }
.searchBar button {
position: absolute;
right: 0;
top: 0;
color: #fff;
background: transparent;
border: none;
outline: none;
font-size: 24px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.searchBar button:hover {
color: var(--primay-color); }
.themejunction-header-content .elementor-column {
min-height: 0; }
.topBarSocial {
position: relative;
padding: 16px 26px 12px 40px;
border-right: 1px solid var(--body-color); }
.topBarSocial a {
display: inline-block;
font-size: 18px;
color: #fff;
margin-right: 23px; }
.topBarSocial a .flaticon-twitter {
font-size: calc(100% + 4px);
position: relative;
top: 3px; }
.topBarSocial a:hover {
color: var(--primay-color); } .header01 {
position: relative;
z-index: 5;
background: #fff;
padding: 0 73px; }
.header01 .searchBtn {
border-color: var(--primay-color);
margin-left: 20px; }
.header01 .searchBtn svg {
fill: var(--primay-color); }
.header01 .searchBtn:hover svg {
fill: #fff; }
.header01 .immiPressBtn {
margin-left: 60px;
text-transform: none;
height: 60px;
line-height: 60px;
padding: 0 32px;
border-radius: 5px; }
.header01 .popupBtn {
margin-left: 20px; }
.header01 .popupBtn:hover {
border-color: var(--heading-color); }
.header01 .popupBtn:hover svg {
fill: var(--heading-color); }
.header01Inner {
position: relative;
display: flex;
align-items: center;
justify-content: space-between; }
header .logo01 {
position: relative;
padding: 29px 0; }
header .logo01 img {
height: 52px;
width: auto; }
header .logo01 .text {
font-size: 30px;
font-weight: 700;
font-family: var(--heading-font);
color: var(--heading-color);
text-transform: capitalize; }
header .logo01 .text:hover {
color: var(--primay-color); }
.mainMenu {
position: relative;
margin-left: auto; }
.mainMenu ul {
margin: 0;
padding: 0; }
.mainMenu ul li {
list-style: none;
display: inline-block;
position: relative;
margin: 0 27px 0 0;
padding: 39px 0 43px; }
.mainMenu ul li a {
color: var(--heading-color);
font-size: 18px;
font-weight: 700;
text-transform: capitalize; }
.mainMenu ul li .sub-menu {
position: absolute;
gap: 0;
top: 80%;
left: -30px;
opacity: 0;
visibility: hidden;
pointer-events: none;
min-width: 220px;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
background: #fff;
transition: all .4s ease;
z-index: 4; }
.mainMenu ul li .sub-menu li {
display: block;
margin: 0;
padding: 0;
border-top: 1px solid #eee;
width: 100%; }
.mainMenu ul li .sub-menu li::after, .mainMenu ul li .sub-menu li::before {
display: none; }
.mainMenu ul li .sub-menu li a {
padding: 11px 30px;
font-weight: 600;
font-size: 16px;
display: block; }
.mainMenu ul li .sub-menu li .sub-menu {
left: 100%;
top: -20%; }
.mainMenu ul li .sub-menu li:hover .sub-menu {
top: -1px; }
.mainMenu ul li .sub-menu li.current-menu-ancestor > a, .mainMenu ul li .sub-menu li.current-menu-item > a, .mainMenu ul li .sub-menu li:hover > a {
color: var(--primay-color); }
.mainMenu ul li .sub-menu li.menu-item-has-children > a::after {
position: absolute;
right: 20px;
margin: 0;
top: 12px;
transform: rotate(-90deg); }
.mainMenu ul li .sub-menu li.current-menu-ancestor > a::after, .mainMenu ul li .sub-menu li.current-menu-item > a::after, .mainMenu ul li .sub-menu li:hover > a::after {
color: var(--primay-color); }
.mainMenu ul li.menu-item-has-children > a::after {
content: "\f10d";
font-family: flaticon !important;
font-size: 14px;
color: inherit;
display: inline-block;
position: relative;
margin: 0 0 0 2px;
top: 2px; }
.mainMenu ul li:hover > .sub-menu {
pointer-events: inherit;
top: 100%;
opacity: 1;
visibility: visible; }
.mainMenu ul li::before {
position: absolute;
left: 0;
bottom: 48px;
width: 100%;
height: 1px;
content: '';
background: var(--primay-color);
transition: all .4s ease;
opacity: 0; }
.mainMenu ul li.current-menu-ancestor::before, .mainMenu ul li:hover::before {
bottom: 41px;
opacity: 1; }
.mainMenu ul li .megaMenu {
position: absolute;
gap: 0;
top: 80%;
right: -100%;
opacity: 0;
visibility: hidden;
pointer-events: none;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
background: #fff;
transition: all .4s ease;
z-index: 9;
width: 1050px;
padding: 30px; }
.mainMenu ul li:hover > .megaMenu {
pointer-events: inherit;
top: 100%;
opacity: 1;
visibility: visible; }
.mgmenuItem {
position: relative; }
.mgmenuItem img {
height: auto;
max-width: 100%; }
.mgmenuItem .title {
font-size: 20px;
line-height: 30px;
text-transform: uppercase;
letter-spacing: 2px;
margin: 30px 0 20px; }
.mgmenuItem .Servicemenu {
margin: 0;
padding: 0; }
.mgmenuItem .Servicemenu a {
margin: 0 0 10px;
padding: 0 0 10px;
position: relative;
font-size: 16px;
line-height: 26px;
display: block;
border-bottom: 1px solid #E4E4E4; }
.mgmenuItem .Servicemenu a:hover {
padding-left: 5px;
color: var(--primay-color); }
.mgmenuItem .Servicemenu a:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none; }
.menuBtn {
display: none; }
header.fixedHeader {
position: fixed;
width: 100%;
top: 0;
left: 0;
background: #fff;
box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
border: none;
z-index: 99; } .heroSection01 {
position: relative;
overflow: hidden;
background: rgba(0, 0, 0, 0.45); }
.heroSection01 .heroSlider01 {
position: relative; }
.heroSection01 .heroSlider01 .singleSlide {
background-position: center center;
background-size: cover;
position: relative;
z-index: 5;
height: 850px; }
.heroSection01 .heroSlider01 .singleSlide::after {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
content: '';
background: rgba(0, 58, 102, 0.65); }
.heroSection01 .heroSlider01 .singleSlide .sliderContent {
margin-left: -22px; }
.heroSection01 .heroSlider01 .owl-item.active .sliderContent .subTitle {
animation-delay: 1.8s;
animation-name: fadeInLeft; }
.heroSection01 .heroSlider01 .owl-item.active .sliderContent h2 {
animation-delay: 2.1s;
animation-name: fadeInLeft; }
.heroSection01 .heroSlider01 .owl-item.active .sliderContent .immiPressBtn {
animation-delay: 2.4s;
animation-name: fadeInUp; }
.heroSection01 .heroSlider01 .owl-item.active .sliderContent .iconBox01 {
animation-delay: 2.7s;
animation-name: fadeInUp; }
.heroSection01 .heroSlider01 .owl-item.active .hsShape01 {
animation-delay: 1.3s;
animation-name: zoomIn; }
.heroSection01 .heroSlider01 .owl-dots {
position: absolute;
right: 90px;
margin: auto;
top: 50%;
transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%); }
.heroSection01 .heroSlider01 .owl-dots .owl-dot {
display: block;
width: 25px;
height: 25px;
position: relative;
background: #D9D9D9;
border-radius: 50%;
margin: 12px 0;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.heroSection01 .heroSlider01 .owl-dots .owl-dot span {
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
position: absolute;
left: -2.5px;
top: -2.5px;
display: block;
width: calc(25px + 5px);
height: calc(25px + 5px);
border-radius: 50%;
background: var(--primay-color);
visibility: hidden;
opacity: 0; }
.heroSection01 .heroSlider01 .owl-dots .owl-dot:hover span, .heroSection01 .heroSlider01 .owl-dots .owl-dot.active span {
visibility: visible;
opacity: 1; }
.sliderContent {
position: relative;
max-width: 680px;
z-index: 5; }
.sliderContent .subTitle {
color: #fff;
font-size: 24px;
line-height: 34px;
font-weight: 500;
margin: 0 0 21px; }
.sliderContent h2 {
color: #fff;
font-size: 85px;
line-height: 95px;
font-weight: 600;
margin: 0 0 38px; }
.btnInfo {
position: relative;
display: flex; }
.btnInfo .immiPressBtn {
height: 60px;
margin-right: 22px; } .iconBox01 {
position: relative;
display: block;
padding: 0 0 0 40px; }
.iconBox01 .ibBox {
position: absolute;
left: 0;
top: 12px;
color: #fff;
font-size: 26px; }
.iconBox01 .ibBox i {
display: block;
-webkit-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease; }
.iconBox01 .ibTitle {
font-size: 18px;
line-height: 26px;
color: #fff;
display: block;
margin: 0 0 0; }
.iconBox01 p {
color: #fff;
font-size: 20px;
margin: 0; }
.iconBox01:hover .ibBox i {
transform: rotateY(360deg); }
.cmIconBxstyle .ibTitle a {
color: inherit; }
.hsShape01 {
position: absolute;
left: 0;
top: 0;
bottom: 0;
margin: auto;
z-index: 2;
display: block;
width: 682px;
height: 734px; } .serviceItem01 {
position: relative; }
.serviceItem01 .serThumb {
position: relative;
z-index: 2; }
.serviceItem01 .serThumb img {
width: 100%;
height: auto;
border-radius: 4px 4px 0 0; }
.serviceItem01 .serContent {
position: relative;
background: #fff;
border-radius: 4px 4px 0 0;
margin: -40px 0 0;
padding: 0 41px 36px;
box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1); }
.serviceItem01 .serContent .serIcon {
width: 80px;
height: 80px;
position: relative;
z-index: 2;
line-height: 88px;
color: #fff;
background: var(--secondary-color);
font-size: 40px;
border-radius: 50%;
display: inline-block;
text-align: center;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
margin: 0 0 24px; }
.serviceItem01 .serContent .serIcon i {
display: block;
-webkit-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease; }
.serviceItem01 .serContent h3 {
font-size: 28px;
margin: 0 0 17px; }
.serviceItem01 .serContent h3 a {
color: inherit; }
.serviceItem01 .serContent h3:hover {
color: var(--primay-color); }
.serviceItem01 .serContent p {
font-family: var(--heading-font);
margin: 0; }
.serviceItem01:hover .serIcon {
background: var(--secon-hover-color); }
.serviceItem01:hover .serIcon i {
transform: rotateY(360deg); }
.serviceItem01 .immiPressBtn {
background: var(--primay-hover-color);
border-radius: 0 0 4px 4px; }
.serviceItem01 .immiPressBtn::before, .serviceItem01 .immiPressBtn::after, .serviceItem01 .immiPressBtn span::before, .serviceItem01 .immiPressBtn span::after {
background: var(--primay-color); } .abVideo {
position: relative;
overflow: hidden;
border-radius: 6px; }
.abVideo img {
max-width: 100%;
height: auto;
border-radius: 6px; }
.abVideo .videoBtn {
position: absolute;
left: -157px;
bottom: -177px;
width: 400px;
height: 400px;
border-radius: 50%;
text-align: center;
display: flex;
justify-content: center;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
align-items: center;
border: 6px solid #FFFFFF;
background: var(--secondary-color); }
.abVideo .videoBtn .popup_video {
font-size: 80px;
display: inline-block;
color: #fff;
margin: -147px 0 0 100px;
border-radius: 50px;
animation: wave 2s infinite; }
.abVideo .videoBtn .popup_video:hover {
color: var(--primay-color);
transform: scale(1.1); }
.elementor .abVideo img {
max-width: 100%;
height: auto;
border-radius: 6px; } .iconBox02 {
position: relative;
min-height: 76px;
padding: 0 0 0 92px; }
.iconBox02 .ibBox {
position: absolute;
left: 0;
top: 4px;
background: #fff;
color: var(--primay-color);
display: flex;
align-items: center;
justify-content: center;
font-size: 36px;
width: 77px;
height: 76px;
box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
border-radius: 4px; }
.iconBox02 .ibBox i {
display: block;
-webkit-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease; }
.iconBox02 .ibTitle {
font-size: 22px;
line-height: 26px;
margin: 0 0 7px; }
.iconBox02 p {
margin: 0; }
.iconBox02:hover .ibBox i {
transform: rotateY(360deg); } .countryItem01 {
position: relative;
overflow: hidden;
border-radius: 6px;
margin: 0 0 30px; }
.countryItem01 .countryThumb {
position: relative;
overflow: hidden; }
.countryItem01 .countryThumb img {
width: 100%;
height: auto; }
.countryItem01 .countryThumb .cnFlag {
width: 109px;
height: 109px;
background: #fff;
border: 2px solid #fff;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
text-align: left;
border-radius: 50%;
padding: 22px 0 0 25px;
position: absolute;
right: -35px;
bottom: -41px; }
.countryItem01 .countryThumb .cnFlag img {
width: 35px;
height: 35px;
border-radius: 50%;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.countryItem01:hover .cnFlag {
background: #EEEEEE;
right: -29px;
bottom: -36px; }
.countryItem01:hover .cnFlag img {
width: 40px;
height: 40px; }
.countryItem01 .countryContent {
position: relative;
background: #fff;
padding: 27px 25px; }
.countryItem01 .countryContent h3 {
font-size: 24px;
line-height: 34px;
margin-bottom: 10px; }
.countryItem01 .countryContent h3 a {
color: inherit; }
.countryItem01 .countryContent h3 a:hover {
color: var(--primay-color); }
.countryItem01 .countryContent p {
font-family: var(--heading-font);
line-height: 28px;
margin: 0; } .teamItem01 {
position: relative;
overflow: hidden;
border-radius: 6px 6px 0px 0px; }
.teamItem01 .teamThumb {
position: relative; }
.teamItem01 .teamThumb img {
width: 100%;
height: auto; }
.teamItem01 .teamThumb .share {
position: absolute;
right: -71px;
top: -60px;
z-index: 2;
width: 167px;
height: 166px;
border-radius: 50%;
text-align: center;
background: var(--secondary-color);
display: flex;
align-items: end;
font-size: 40px;
color: #fff;
padding: 0 0 40px 32px;
transition: all ease 0.3s; }
.teamItem01 .teamThumb .share svg {
width: 40px;
height: 40px; }
.teamItem01 .teamThumb .teamSocial {
position: absolute;
right: 20px;
top: 20px;
z-index: 2; }
.teamItem01 .teamThumb .teamSocial a {
display: block;
width: 45px;
height: 45px;
line-height: 45px;
background: #fff;
color: var(--primay-color);
border-radius: 4px;
font-size: 20px;
text-align: center;
margin: 0 0 8px;
visibility: hidden;
opacity: 0;
transform: translate3d(0, -20px, 0);
-moz-transform: translate3d(0, -20px, 0);
-webkit-transform: translate3d(0, -20px, 0);
-ms-transform: translate3d(0, -20px, 0);
-o-transform: translate3d(0, -20px, 0); }
.teamItem01 .teamThumb .teamSocial a .flaticon-twitter {
font-size: calc(100% + 4px);
position: relative;
top: 3px; }
.teamItem01 .teamThumb .teamSocial a:hover {
background: var(--primay-color);
color: #fff; }
.teamItem01 .teamThumb .teamSocial a:nth-child(1) {
-webkit-transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-moz-transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-ms-transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-o-transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
.teamItem01 .teamThumb .teamSocial a:nth-child(2) {
-webkit-transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-moz-transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-ms-transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-o-transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
.teamItem01 .teamThumb .teamSocial a:nth-child(3) {
-webkit-transition: all 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-moz-transition: all 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-ms-transition: all 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-o-transition: all 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: all 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
.teamItem01 .teamThumb .teamSocial a:nth-child(4) {
-webkit-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-moz-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-ms-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-o-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
.teamItem01 .teamThumb .teamSocial a:nth-child(5) {
-webkit-transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-moz-transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-ms-transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-o-transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
.teamItem01 .teamContent {
position: absolute;
left: 0;
bottom: 30px;
z-index: 2; }
.teamItem01 .teamContent h3 {
font-size: 22px;
line-height: 30px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
margin: 0 0 24px; }
.teamItem01 .teamContent h3 a {
color: inherit;
display: inline;
background: #fff;
border-radius: 0px 4px 4px 0px;
padding: 10px 28px 9px 23px; }
.teamItem01 .teamContent h3 a:hover {
color: var(--primay-color); }
.teamItem01 .teamContent .designation {
display: inline-block;
color: var(--body-color);
background: #fff;
font-weight: 400;
font-size: 16px;
line-height: 22px;
border-radius: 0px 0 4px 0px;
padding: 3px 21px 5px 23px;
margin: 0;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.teamItem01::after {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
content: '';
background: rgba(0, 58, 102, 0.65);
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
visibility: hidden;
opacity: 0; }
.teamItem01:hover::after {
visibility: visible;
opacity: 1; }
.teamItem01:hover .teamThumb .share {
visibility: hidden;
opacity: 0; }
.teamItem01:hover .teamThumb .teamSocial a {
transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
visibility: visible;
opacity: 1; }
.teamItem01:hover .teamContent h3 {
animation: fadeInLefts 0.3s linear alternate;
animation-duration: 0.3s; }
.teamItem01:hover .teamContent .designation {
animation: fadeInLefts 0.45s linear alternate;
animation-duration: 0.45s; }
.teamItem02 {
position: relative;
text-align: center;
margin: 0 0 30px; }
.teamItem02 .teamThumb {
position: relative;
z-index: 2;
width: 306px;
height: 306px;
margin: auto;
border-radius: 50%;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.teamItem02 .teamThumb img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 50%; }
.teamItem02 .teamThumb .share {
position: absolute;
left: 15px;
bottom: 35px;
z-index: 2;
width: 45px;
height: 45px;
border-radius: 50%;
background: #fff;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
color: var(--primay-color);
padding: 0;
transition: all ease 0.3s; }
.teamItem02 .teamThumb .share svg {
width: 18px;
height: 18px;
fill: var(--primay-color); }
.teamItem02 .teamThumb .teamSocial {
position: absolute;
left: 15px;
bottom: 34px;
z-index: 2; }
.teamItem02 .teamThumb .teamSocial a {
display: inline-block;
width: 45px;
height: 45px;
line-height: 46px;
background: #fff;
color: var(--primay-color);
border-radius: 50%;
font-size: 18px;
text-align: center;
margin: 0 5px 0 0;
visibility: hidden;
opacity: 0;
box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
transform: translate3d(-20px, 0, 0);
-moz-transform: translate3d(-20px, 0, 0);
-webkit-transform: translate3d(-20px, 0, 0);
-ms-transform: translate3d(-20px, 0, 0); }
.teamItem02 .teamThumb .teamSocial a .flaticon-twitter {
font-size: calc(100% + 4px);
position: relative;
top: 3px; }
.teamItem02 .teamThumb .teamSocial a:hover {
background: var(--primay-color);
color: #fff; }
.teamItem02 .teamThumb .teamSocial a:nth-child(1) {
-webkit-transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-moz-transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-ms-transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-o-transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
.teamItem02 .teamThumb .teamSocial a:nth-child(2) {
-webkit-transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-moz-transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-ms-transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-o-transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
.teamItem02 .teamThumb .teamSocial a:nth-child(3) {
-webkit-transition: all 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-moz-transition: all 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-ms-transition: all 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-o-transition: all 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: all 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
.teamItem02 .teamThumb .teamSocial a:nth-child(4) {
-webkit-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-moz-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-ms-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-o-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
.teamItem02 .teamThumb .teamSocial a:nth-child(5) {
-webkit-transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-moz-transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-ms-transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-o-transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
.teamItem02 .teamThumb::before {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 50%;
content: "";
background: rgba(0, 58, 102, 0.5);
transition: all 0.4s ease;
visibility: hidden;
opacity: 0;
border-radius: 50%; }
.teamItem02 .teamContent {
position: relative;
padding: 28px 0 0; }
.teamItem02 .teamContent h3 {
font-size: 22px;
line-height: 30px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
margin: 0 0 9px; }
.teamItem02 .teamContent h3 a {
color: inherit; }
.teamItem02 .teamContent h3 a:hover {
color: var(--primay-color); }
.teamItem02 .teamContent .designation {
font-weight: 400;
font-size: 16px;
line-height: 22px;
margin: 0; }
.teamItem02:hover .teamThumb::before {
opacity: 1;
visibility: visible;
height: 100%; }
.teamItem02:hover .teamThumb .share {
visibility: hidden;
opacity: 0; }
.teamItem02:hover .teamThumb .teamSocial a {
transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
visibility: visible;
opacity: 1; }
.teamItemSlider.owl-carousel {
position: relative; }
.teamItemSlider.owl-carousel .owl-nav {
position: absolute;
right: 0;
top: -167px; }
.teamItemSlider.owl-carousel .owl-nav button {
width: 60px;
height: 60px;
border: 2px solid #fff;
border-radius: 3px;
font-size: 40px;
color: #fff;
line-height: 65px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
text-align: center;
margin: 0 0 0 28px; }
.teamItemSlider.owl-carousel .owl-nav button.owl-prev {
transform: rotate(180deg); }
.teamItemSlider.owl-carousel .owl-nav button.owl-prev i {
position: relative;
top: 4px; }
.teamItemSlider.owl-carousel .owl-nav button:hover {
color: #fff;
background: var(--primay-color);
border-color: var(--primay-color); }
.teamItemSlider.owl-carousel .owl-stage-outer {
height: calc(100% + 30px);
margin: -15px;
padding: 15px;
width: calc(100% + 30px); }
.teamItemSlider.owl-carousel .owl-dots {
position: relative;
text-align: center;
margin: 20px 0 0; }
.teamItemSlider.owl-carousel .owl-dots button {
width: 10px;
height: 10px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
border-radius: 50%;
margin: 0 5px;
background: var(--secondary-color); }
.teamItemSlider.owl-carousel .owl-dots button:hover, .teamItemSlider.owl-carousel .owl-dots button.active {
background: var(--secon-hover-color); } .layerImage img {
max-width: 100%;
height: auto; }
.layerImage.move_anim img {
-webkit-animation: movebounce 3.0s linear infinite;
animation: movebounce 3.0s linear infinite; }
.layerImage.move_anim_two img {
-webkit-animation: movebounce2 3.0s linear infinite;
animation: movebounce2 3.0s linear infinite; }
.layerImage.rotate_anim img {
-webkit-animation: rotated 20s infinite linear;
animation: rotated 20s infinite linear; }
.layerImage.rotate_anim2 img {
-webkit-animation: animationFrames 20s infinite linear;
animation: animationFrames 20s infinite linear; }
.contactForm {
position: relative;
position: relative;
background: #fff;
border-radius: 4px;
padding: 63px 38px 62px; }
.contactForm .subTitle {
color: var(--primay-color);
font-weight: 500;
font-size: 24px;
line-height: 0.9;
margin-bottom: 23px; }
.contactForm .secTitle {
font-size: 35px;
line-height: 40px;
margin: 0 0 45px; }
.contactForm form p {
margin: 0; }
.contactForm input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.contactForm textarea, .contactForm .nice-select {
font-size: 14px;
font-weight: 400;
color: var(--body-color);
width: 100%;
height: 52px;
border: 1px solid #DDDDDD;
border-radius: 3px;
background: transparent;
font-family: var(--heading-font);
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
margin: 0 0 20px;
padding: 0 20px; }
.contactForm input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]).reqError,
.contactForm textarea.reqError, .contactForm .nice-select.reqError {
border-color: #f00 !important; }
.contactForm .nice-select {
color: rgba(83, 97, 132, 0.6);
line-height: 50px; }
.contactForm .nice-select .list {
margin: 0;
padding: 0;
border: none;
width: 100%;
border-radius: 0;
box-shadow: none;
max-height: 361px;
overflow: auto;
-webkit-box-shadow: 0px 15px 55px 0px rgba(42, 46, 52, 0.06);
-moz-box-shadow: 0px 15px 55px 0px rgba(42, 46, 52, 0.06);
box-shadow: 0px 15px 55px 0px rgba(42, 46, 52, 0.06); }
.contactForm .nice-select .option {
font-size: 14px;
color: var(--body-color);
border-top: 1px solid rgba(0, 0, 0, 0.05);
padding: 2px 25px; }
.contactForm .nice-select.open {
color: var(--body-color); }
.contactForm .nice-select::after {
border-bottom: 1.5px solid var(--body-color);
border-right: 1.5px solid var(--body-color);
height: 8px;
right: 16px;
width: 8px;
margin-top: -5px; }
.contactForm textarea {
height: 165px;
padding-top: 12px;
resize: none;
margin-bottom: 9px; }
.contactForm input::placeholder,
.contactForm textarea::placeholder {
opacity: .6;
color: var(--body-color);
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.contactForm input::-moz-placeholder,
.contactForm textarea::-moz-placeholder {
opacity: .6;
color: var(--body-color);
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.contactForm input::-webkit-placeholder,
.contactForm textarea::-webkit-placeholder {
opacity: .6;
color: var(--body-color);
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.contactForm input:focus:not([type="submit"]):focus:not([type="radio"]):focus:not([type="checkbox"]),
.contactForm textarea:focus, .contactForm .nice-select.open {
border-color: #536184; }
.contactForm input:focus::placeholder,
.contactForm textarea:focus::placeholder {
opacity: 1; }
.contactForm input:focus::-moz-placeholder,
.contactForm textarea:focus::-moz-placeholder {
opacity: 1; }
.contactForm input:focus::-webkit-placeholder,
.contactForm textarea:focus::-webkit-placeholder {
opacity: 1; }
.contactForm .nice-select .option:hover,
.contactForm .nice-select .option.focus,
.contactForm .nice-select .option.selected.focus {
background: transparent;
color: var(--primay-color); }
.contactForm .immiPressBtn {
padding: 0 39px;
margin-top: 20px; }
.contactForm .wpcf7-response-output {
width: 100%;
padding: 15px;
border-radius: 0;
border-width: 2px;
margin: 15px 0 0; }
.contactForm input.wpcf7-not-valid, .contactForm textarea.wpcf7-not-valid {
border: 1px solid #f00 !important; }
.contactForm .wpcf7-not-valid-tip {
display: none; } .gmaps {
position: relative;
line-height: .8; }
.gmaps iframe {
position: relative;
overflow: hidden;
width: 100%;
height: 524px;
line-height: .8;
border: none; }
.gmaps.grayscale iframe {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
filter: grayscale(100%); }
.googleMap {
position: relative;
overflow: hidden;
width: 100%;
height: 524px;
line-height: .8; } .animImage {
position: absolute;
left: 0;
right: 0;
top: 120px;
margin: auto;
text-align: center;
z-index: -1;
-webkit-animation: rotated 20s infinite linear;
animation: rotated 20s infinite linear; }
.coachingItem01 {
position: relative; }
.coachingItem01 .cItWrapper {
box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
border-radius: 6px 6px 6px 0;
background: #fff; }
.coachingItem01 .cItWrapper .coachingThumb {
position: relative;
overflow: hidden;
border-radius: 6px 6px 0 0; }
.coachingItem01 .cItWrapper .coachingThumb img {
width: 100%;
height: auto; }
.coachingItem01 .cItWrapper .coachingThumb .cPrice {
width: 109px;
height: 109px;
background: var(--secondary-color);
border: 2px solid #fff;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
text-align: left;
border-radius: 50%;
padding: 21px 0 0 16px;
position: absolute;
right: -35px;
bottom: -41px;
font-size: 20px;
line-height: 32px;
font-weight: 500;
margin: 0;
color: #fff; }
.coachingItem01 .cItWrapper .coachingContent {
position: relative;
padding: 15px 16px 25px; }
.coachingItem01 .cItWrapper .coachingContent h3 {
font-size: 22px;
line-height: 34px;
margin: 0 0 8px; }
.coachingItem01 .cItWrapper .coachingContent h3 a {
color: inherit; }
.coachingItem01 .cItWrapper .coachingContent h3 a:hover {
color: var(--primay-color); }
.coachingItem01 .cItWrapper .coachingContent p {
line-height: 28px;
margin: 0 0 10px; }
.coachingItem01 .cItWrapper .coachingContent .rmBtn {
display: inline-block;
color: var(--heading-color);
font-size: 16px;
line-height: 26px;
font-weight: 700;
font-family: var(--heading-font); }
.coachingItem01 .cItWrapper .coachingContent .rmBtn svg {
display: inline-block;
height: 10px;
margin-left: 19px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
fill: var(--primay-color); }
.coachingItem01 .cItWrapper .coachingContent .rmBtn:hover {
color: var(--primay-color); }
.coachingItem01 .cItWrapper .coachingContent .rmBtn:hover svg {
margin-left: 12px; }
.coachingItem01:hover .cItWrapper .coachingThumb .cPrice {
background: var(--secon-hover-color); } .testimonialSlider01 {
position: relative; }
.testimonialSlider01 .testimonilaItem01 {
position: relative;
text-align: center; }
.testimonialSlider01 .testimonilaItem01 .tsAuthor {
position: relative;
margin: 0 0 40px; }
.testimonialSlider01 .testimonilaItem01 .tsAuthor img {
width: 120px;
height: 120px;
border-radius: 50%;
border: 4px solid var(--primay-color);
display: inline-block; }
.testimonialSlider01 .testimonilaItem01 .tsAuthor .tsNM {
font-size: 26px;
line-height: 30px;
color: #fff;
text-transform: capitalize;
margin: 33px 0 8px; }
.testimonialSlider01 .testimonilaItem01 .tsAuthor .tsDesign {
display: block;
color: #fff; }
.testimonialSlider01 .testimonilaItem01 .qutation {
font-size: 42px;
line-height: 52px;
color: #fff;
font-weight: 500;
font-family: var(--heading-font); }
.testimonialSlider01 .owl-dots {
position: relative;
margin: 34px 0 0;
text-align: center; }
.testimonialSlider01 .owl-dots button {
width: 24px;
height: 4px;
margin: 0 6px;
background: #fff;
border-radius: 2px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.testimonialSlider01 .owl-dots button:hover, .testimonialSlider01 .owl-dots button.active {
background: var(--primay-color); }
.testi_wrap {
position: relative; }
.testi_wrap .owl-carousel .owl-nav {
position: relative;
text-align: center; }
.testi_wrap .owl-carousel .owl-nav button {
width: 60px;
height: 60px;
border: 2px solid var(--secondary-color);
border-radius: 3px;
font-size: 40px;
color: var(--secondary-color);
line-height: 65px;
transition: all 0.4s ease;
text-align: center;
margin: 0 14px; }
.testi_wrap .owl-carousel .owl-nav button.owl-prev {
transform: rotate(180deg); }
.testi_wrap .owl-carousel .owl-nav button.owl-prev i {
position: relative;
top: 4px; }
.testi_wrap .owl-carousel .owl-nav button:hover {
color: #fff;
background: var(--secon-hover-color);
border-color: var(--secon-hover-color); } .blogItem01 {
position: relative;
background: #FFFFFF;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
border-radius: 4px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.blogItem01 .blogThumb {
position: relative; }
.blogItem01 .blogThumb img {
width: 100%;
height: auto;
border-radius: 4px 4px 0 0; }
.blogItem01 .blogThumb .pDate {
display: block;
text-align: center;
width: 75px;
height: 75px;
line-height: 20px;
border-radius: 4px;
font-size: 16px;
color: #fff;
padding: 16px 15px;
font-family: var(--heading-font);
background: var(--secondary-color);
position: absolute;
right: 20px;
bottom: -25px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.blogItem01 .blogThumb .pDate span {
display: block;
font-size: 28px;
font-weight: 700;
margin-bottom: 4px; }
.blogItem01 .blogThumb::after {
background: rgba(255, 255, 255, 0.3);
bottom: 0;
content: "";
left: 50%;
position: absolute;
right: 51%;
top: 0;
opacity: 1;
pointer-events: none;
z-index: 1;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.blogItem01 .blogContent {
position: relative;
padding: 37px 20px; }
.blogItem01 .blogContent .biMeta {
display: flex;
flex-wrap: wrap;
align-items: center;
position: relative;
text-transform: capitalize;
font-size: 16px;
line-height: 26px;
margin: 0 0 16px; }
.blogItem01 .blogContent .biMeta svg {
display: inline-block;
height: 16px;
fill: var(--primay-color);
margin-right: 7px;
position: relative;
top: -1px; }
.blogItem01 .blogContent .biMeta a {
color: inherit;
margin-left: 5px; }
.blogItem01 .blogContent .biMeta a:hover {
color: var(--primay-color); }
.blogItem01 .blogContent h3 {
font-size: 24px;
line-height: 34px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
margin: 0 0 18px; }
.blogItem01 .blogContent h3 a {
color: inherit;
background-image: linear-gradient(var(--primay-color), var(--primay-color)), linear-gradient(var(--primay-color), var(--primay-color));
display: inline;
background-size: 0% 1px, 0 1px;
background-position: 100% 100%, 0 100%;
background-repeat: no-repeat;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.blogItem01 .blogContent h3 a:hover {
color: var(--primay-color);
background-size: 0% 1px, 100% 1px; }
.blogItem01 .blogContent .rmBtn {
display: inline-block;
color: var(--heading-color);
font-size: 16px;
line-height: 26px;
font-weight: 700;
font-family: var(--heading-font); }
.blogItem01 .blogContent .rmBtn svg {
display: inline-block;
height: 10px;
margin-left: 19px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
fill: var(--primay-color); }
.blogItem01 .blogContent .rmBtn:hover {
color: var(--primay-color); }
.blogItem01 .blogContent .rmBtn:hover svg {
margin-left: 12px; }
.blogItem01:hover .blogThumb::after {
left: 0;
right: 0;
opacity: 0;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.blogItem01:hover .blogThumb .pDate {
background: var(--secon-hover-color); }
.blogItem01:hover {
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15); }
.lb_slider_wrap {
position: relative; }
.lb_slider_wrap .owl-carousel .owl-dots {
position: relative;
margin: 4px 0 0;
text-align: center; }
.lb_slider_wrap .owl-carousel .owl-dots button {
width: 24px;
height: 4px;
margin: 0 6px;
background: var(--secondary-color);
border-radius: 2px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.lb_slider_wrap .owl-carousel .owl-dots button:hover, .lb_slider_wrap .owl-carousel .owl-dots button.active {
background: var(--secon-hover-color); }
.lb_slider_wrap .owl-carousel .owl-nav {
position: relative;
text-align: center; }
.lb_slider_wrap .owl-carousel .owl-nav button {
width: 60px;
height: 60px;
border: 2px solid var(--secondary-color);
border-radius: 3px;
font-size: 40px;
color: var(--secondary-color);
line-height: 65px;
transition: all 0.4s ease;
text-align: center;
margin: 0 14px; }
.lb_slider_wrap .owl-carousel .owl-nav button.owl-prev {
transform: rotate(180deg); }
.lb_slider_wrap .owl-carousel .owl-nav button.owl-prev i {
position: relative;
top: 4px; }
.lb_slider_wrap .owl-carousel .owl-nav button:hover {
color: #fff;
background: var(--secon-hover-color);
border-color: var(--secon-hover-color); } .defaultFooter {
position: relative;
background-color: var(--secondary-color);
padding: 22px 0; }
.defaultFooter .siteInfo {
font-size: 16px;
line-height: 26px;
color: #fff;
margin: 0; }
.straceThumb {
position: relative;
overflow: hidden; }
.straceThumb img {
width: 100%;
height: auto; }
.aboutWidget {
position: relative;
margin: 69px -36px 0 20px;
border-right: 1px solid rgba(255, 255, 255, 0.3);
padding-right: 32px;
padding-bottom: 1px; }
.aboutWidget a {
display: block;
margin: 0 0 29px; }
.aboutWidget a img {
height: 46px;
max-width: 100%; }
.aboutWidget p {
color: #fff;
margin-bottom: 37px; }
.aboutWidget .iconBox02 {
padding: 0 0 0 64px; }
.aboutWidget .iconBox02 .ibBox {
width: 51px;
height: 50px;
background: var(--primay-color);
border-radius: 5px;
box-shadow: none;
font-size: 30px;
color: #fff;
top: 0; }
.aboutWidget .iconBox02 .ibBox img {
height: 30px; }
.aboutWidget .iconBox02 .ibTitle {
font-size: 16px;
line-height: 19px;
color: #fff;
margin-bottom: 10px; }
.aboutWidget .iconBox02 h2 {
font-size: 18px;
line-height: 21px;
color: var(--primay-color);
margin: 0; }
.aboutWidget .iconBox02 h2 a {
color: inherit; }
.aboutWidget .iconBox02 h2 a:hover {
color: #fff; }
.serviceMenu {
position: relative;
margin: 67px -14px 0 85px;
border-right: 1px solid rgba(255, 255, 255, 0.3);
padding-bottom: 36px; }
.widgetTitle {
position: relative;
display: block;
color: #fff;
font-size: 24px;
line-height: 26px;
padding-bottom: 11px;
margin: 0 0 38px; }
.widgetTitle::after {
position: absolute;
left: 0;
bottom: 0;
width: 71px;
height: 2px;
content: '';
background: var(--primay-color); }
.widget {
position: relative; }
.widget ul.menu {
margin: 0;
padding: 0; }
.widget ul.menu li {
color: #fff;
font-family: var(--heading-font);
font-size: 18px;
line-height: 35px;
margin: 0;
padding: 0;
display: block;
position: relative; }
.widget ul.menu li a {
color: inherit;
padding-left: 16px;
position: relative; }
.widget ul.menu li a::after {
position: absolute;
left: -1px;
top: 0;
bottom: 0;
margin: auto;
content: '';
width: 4px;
height: 4px;
border-radius: 50%;
background: #fff; }
.widget ul.menu li a:hover {
color: var(--primay-color);
padding-left: 20px; }
.elementor-align-right .widgetTitle::after {
left: auto;
right: 0; }
.elementor-align-center .widgetTitle::after {
left: 0;
right: 0;
margin: auto; }
.contactWidget {
position: relative;
margin: 67px 0 0 25px; }
.contactWidget p {
font-size: 16px;
line-height: 28px;
color: #fff;
margin: 0 0 0px; }
.contactWidget p span {
font-size: 17px;
font-weight: 600;
display: inline-block; }
.contactWidget .iconBox01 {
padding: 0 0 0 38px;
margin: 0 0 13px; }
.contactWidget .iconBox01 .ibBox {
font-size: 25px;
color: var(--primay-color);
top: 6px; }
.contactWidget .iconBox01 p {
font-family: var(--heading-font);
font-weight: 400;
line-height: 26px; }
body[class^="tj-"], body[class*=" tj-"] {
font-family: var(--body-font) !important; }
.abSocial {
position: relative;
margin: 33px 0 0; }
.abSocial a {
display: inline-block;
width: 45px;
height: 45px;
line-height: 45px;
background: transparent;
border: 1px solid #fff;
color: #fff;
font-size: 20px;
border-radius: 5px;
text-align: center;
margin-right: 6px; }
.abSocial a:hover {
background: var(--primay-color);
border-color: var(--primay-color);
color: #fff; }
.abSocial a .flaticon-twitter {
font-size: calc(100% + 4px);
position: relative;
top: 3px; }
.brhr {
width: 100vw;
height: 1px;
background: rgba(255, 255, 255, 0.3);
margin: 94px 0 26px -25px; }
.copyright {
font-size: 16px;
line-height: 26px;
color: #fff;
margin: 0; }
.widget.inlineMenu {
position: relative;
margin: 0;
padding: 0;
border: none; }
.widget.inlineMenu ul li {
display: inline-block;
font-size: 16px;
line-height: 26px;
font-family: var(--body-font);
color: #fff;
margin-left: 22px; }
.widget.inlineMenu ul li a {
display: inline-block;
color: inherit;
padding: 0; }
.widget.inlineMenu ul li a::after {
display: none; }
.widget.inlineMenu ul li a:hover {
color: var(--primay-color);
padding: 0; }
.widget.inlineMenu ul li:first-child {
margin-left: 0; }  .header02 {
position: absolute;
left: 0;
top: 0;
width: 100%;
z-index: 5;
background: transparent; }
.header02 .mainMenu ul li::after {
display: none; }
.header02 .mainMenu > ul > li > a {
color: #fff; }
.header02 .mainMenu > ul > li.menu-item-has-children > a::after {
color: #fff; }
.header02 .mainMenu ul li::before {
background: #fff;
width: 0;
bottom: 0;
top: -3px;
margin: auto; }
.header02 .mainMenu ul li.current-menu-ancestor::before,
.header02 .mainMenu ul li:hover::before {
bottom: 0;
width: 100%; }
.header02 .mainMenu ul li {
margin-right: 39px; }
.header02 .popupBtn {
margin-left: 18px; }
.header02 .searchBtn {
border-color: var(--primay-color);
margin-left: 20px; }
.header02 .searchBtn svg {
fill: var(--primay-color); }
.header02 .searchBtn:hover svg {
fill: #fff; }
header.fixedHeader.header02 {
background: var(--secondary-color);
box-shadow: 0 0 25px rgba(255, 255, 255, 0.15); }
.popupBtn {
width: 60px;
height: 55px;
border: 1px solid #fff;
border-radius: 5px;
text-align: center;
display: flex;
justify-content: center;
align-items: center; }
.popupBtn svg {
height: 15px;
fill: #fff;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.popupBtn:hover {
border-color: var(--primay-color); }
.popupBtn:hover svg {
fill: var(--primay-color); } .popupSidebarSsec {
position: absolute;
left: 0;
top: 0;
right: 0;
height: 100%; }
.popupSidebarSsec .popupSidebarOverlay {
position: fixed;
right: -100%;
top: 0;
width: 100%;
height: 100%;
visibility: hidden;
opacity: 0;
background: rgba(0, 0, 0, 0.7);
z-index: 999;
cursor: url(//www.honsberg.de/wp-content/themes/immiland/assets/images/close.png), auto;
transition: all .4s ease-in .8s; }
.popupSidebarSsec .popupSidebarOverlay::before {
position: absolute;
right: 0;
top: 0;
width: 495px;
height: 100%;
content: '';
background: #fff;
z-index: 999; }
.popupSidebarSsec.active .popupSidebarOverlay {
visibility: visible;
right: 0;
opacity: 1;
transition: all .8s ease-out 0s; }
.popupSidebarSsec .widgetArea {
max-width: 495px;
height: 100%;
z-index: 9999;
background: transparent;
padding: 45px 32px;
overflow: scroll;
cursor: auto;
height: 100%;
position: fixed;
right: 0;
visibility: hidden;
opacity: 0;
top: 0;
transition: all .2s ease-in .2s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.popupSidebarSsec .widgetArea .widgetCloser {
position: fixed;
right: 15px;
top: 15px;
font-size: 20px;
width: 36px;
height: 36px;
border: 1px solid #eaeaea;
border-radius: 50%;
z-index: 99;
color: var(--secondary-color);
line-height: 40px;
text-align: center; }
.popupSidebarSsec .widgetArea .widgetCloser:hover {
color: var(--secon-hover-color);
border-color: var(--secon-hover-color);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
.popupSidebarSsec .widgetArea .aboutWidgetArea {
position: relative; }
.popupSidebarSsec .widgetArea .aboutWidgetArea .wdLogo {
position: relative;
margin-bottom: 29px; }
.popupSidebarSsec .widgetArea .aboutWidgetArea .wdLogo img {
max-width: 100%;
height: 52px; }
.popupSidebarSsec .widgetArea .aboutWidgetArea > p {
color: #606060;
font-family: var(--heading-font);
margin: 0 30px 28px 0; }
.popupSidebarSsec .widgetArea .aboutWidgetArea > h3 {
font-size: 24px;
line-height: 30px;
margin: 0 0 21px; }
.popupSidebarSsec .widgetArea .iconBox01 {
padding-left: 65px;
min-height: 50px;
margin-bottom: 17px; }
.popupSidebarSsec .widgetArea .iconBox01 .ibBox {
top: 0;
width: 50px;
height: 50px;
line-height: 54px;
border: 1px solid #EAEAEA;
font-size: 25px;
color: var(--secondary-color);
text-align: center; }
.popupSidebarSsec .widgetArea .iconBox01 .ibTitle {
font-size: 16px;
color: var(--heading-color); }
.popupSidebarSsec .widgetArea .iconBox01 p {
color: #606060;
font-size: 16px;
font-family: var(--heading-font);
line-height: 28px;
font-weight: 400; }
.popupSidebarSsec .widgetArea .iconBox01 p a {
color: inherit; }
.popupSidebarSsec .widgetArea .iconBox01 p a:hover {
color: var(--primay-color); }
.popupSidebarSsec.active .widgetArea {
opacity: 1;
visibility: visible;
top: 0;
transition: all .2s ease-out 1.2s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.popupSidebarSsec .searchBar {
padding: 0;
max-width: 394px;
margin: 0 0 28px; }
.popupSidebarSsec .searchBar [type="search"] {
height: 52px;
border: 1px solid #E7E7E7;
width: 100%;
font-size: 16px;
color: #606060;
padding: 0 25px;
border-radius: 0 3px 0 3px; }
.popupSidebarSsec .searchBar [type="search"]::-moz-placeholder {
color: #606060;
opacity: 1; }
.popupSidebarSsec .searchBar [type="search"]::-ms-input-placeholder {
color: #606060;
opacity: 1; }
.popupSidebarSsec .searchBar [type="search"]::-webkit-input-placeholder {
color: #606060;
opacity: 1; }
.popupSidebarSsec .searchBar button {
width: 60px;
height: 52px;
background: var(--primay-color);
color: #fff;
font-size: 22px;
line-height: 54px;
border-radius: 3px; }
.popupSidebarSsec .searchBar button:hover {
color: #fff;
background: var(--primay-hover-color); }
.popupSidebarSsec .socialItem {
padding: 0;
margin: 30px 0 30px; }
.popupSidebarSsec .socialItem a {
width: 45px;
height: 45px;
border: 1px solid var(--body-color);
border-radius: 4px;
color: var(--body-color);
line-height: 45px;
text-align: center;
font-size: 22px;
display: inline-block;
margin-right: 6px; }
.popupSidebarSsec .socialItem a .flaticon-twitter {
font-size: calc(100% + 4px);
position: relative;
top: 3px; }
.popupSidebarSsec .socialItem a:hover {
color: #fff;
background: var(--primay-color);
border-color: var(--primay-color); }
.popupSidebarSsec iframe {
display: block;
width: 100%;
border: none;
height: 264px;
border-radius: 3px; } .heroSection02 {
padding: 254px 0 167px;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
position: relative;
overflow: hidden; }
.heroSection02::after {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
content: '';
background: linear-gradient(270.56deg, rgba(0, 58, 102, 0.7) 0.46%, rgba(0, 58, 102, 0.7) 99.53%); }
.heroSection02 .container {
position: relative;
z-index: 2; }
.heroSection02 .sliderContent {
max-width: 100%; }
.heroSection02 .sliderContent h2 {
font-weight: 600;
margin-bottom: 42px;
animation-delay: 1.5s;
animation-name: fadeInUp; }
.heroSection02 .sliderContent p {
font-size: 18px;
line-height: 28px;
color: #fff;
margin: 0 60px 50px 0;
animation-delay: 1.7s;
animation-name: fadeInUp; }
.heroSection02 .btnInfo {
align-items: center; }
.heroSection02 .sliderContent .immiPressBtn {
animation-delay: 2s;
animation-name: fadeInUp; }
.heroSection02 .sliderContent .withText {
animation-delay: 2.2s;
animation-name: fadeInUp; }
.heroSection02 .contactFWrapper02 {
animation-delay: 2.4s;
animation-name: fadeInRight; }
.withText {
font-size: 18px;
line-height: 26px;
font-weight: 600;
text-transform: capitalize;
color: #fff; }
.withText i {
width: 60px;
height: 60px;
line-height: 60px;
font-size: 25px;
color: var(--primay-color);
background: #fff;
border-radius: 50%;
display: inline-block;
text-align: center;
margin-right: 16px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
animation: wave 2s infinite; }
.withText:hover {
color: var(--primay-color); }
.withText:hover i {
background: var(--primay-color);
color: #fff; }
.contactFWrapper02 {
border: 5px solid rgba(255, 255, 255, 0.4);
border-radius: 4px;
background: transparent;
margin: 0 0 0 94px;
padding: 11px 13px; }
.contactFWrapper02 .cwBg {
background: #fff;
border-radius: 4px;
padding: 54px 32px 48px; }
.contactFWrapper02 .cwBg .contactForm {
position: relative;
background: transparent;
border-radius: 0;
padding: 0; }
.contactFWrapper02 .immiPressBtn {
background: var(--primay-hover-color); }
.contactFWrapper02 .immiPressBtn::before, .contactFWrapper02 .immiPressBtn::after, .contactFWrapper02 .immiPressBtn span::before, .contactFWrapper02 .immiPressBtn span::after {
background: var(--primay-color); }
.contactFWrapper02 .subTitle {
color: var(--primay-color);
font-weight: 500;
font-size: 24px;
line-height: 0.9;
margin-bottom: 23px; }
.contactFWrapper02 .secTitle {
font-size: 35px;
line-height: 40px;
margin-bottom: 38px; } .serviceSlider.owl-carousel {
position: relative; }
.serviceSlider.owl-carousel .owl-nav {
position: absolute;
right: 0;
top: -137px; }
.serviceSlider.owl-carousel .owl-nav button {
width: 60px;
height: 60px;
border: 2px solid var(--secondary-color);
border-radius: 3px;
font-size: 40px;
color: var(--heading-color);
line-height: 65px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
text-align: center;
margin: 0 0 0 28px; }
.serviceSlider.owl-carousel .owl-nav button.owl-prev {
transform: rotate(180deg); }
.serviceSlider.owl-carousel .owl-nav button.owl-prev i {
position: relative;
top: 4px; }
.serviceSlider.owl-carousel .owl-nav button:hover {
color: #fff;
background: var(--secon-hover-color);
border-color: var(--secon-hover-color); }
.serviceSlider.owl-carousel .owl-stage-outer {
height: calc(100% + 30px);
margin: -15px;
padding: 15px;
width: calc(100% + 30px); }
.serviceSlider.owl-carousel .owl-item.active .serviceItem02 {
box-shadow: 0px 0 20px rgba(0, 0, 0, 0.1); }
.serviceSlider.owl-carousel .owl-dots {
position: relative;
text-align: center;
margin: 20px 0 0; }
.serviceSlider.owl-carousel .owl-dots button {
width: 10px;
height: 10px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
border-radius: 50%;
margin: 0 5px;
background: var(--secondary-color); }
.serviceSlider.owl-carousel .owl-dots button:hover, .serviceSlider.owl-carousel .owl-dots button.active {
background: var(--secon-hover-color); }
.serviceItem02 {
position: relative;
background: #fff;
margin: 15px 0 30px;
border-radius: 5px; }
.serviceItem02 .serviceWrapper {
overflow: hidden;
position: relative;
width: 100%;
border-radius: 5px;
padding: 43px 0 0; }
.serviceItem02 .serviceWrapper::after {
position: absolute;
left: -50px;
top: -47px;
width: 0;
height: 0;
content: '';
background: var(--primay-color);
border-radius: 50%;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.serviceItem02 .serIcon {
line-height: 70px;
color: var(--secondary-color);
font-size: 70px;
display: inline-block;
text-align: center;
margin: 0 30px 23px;
-webkit-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease; }
.serviceItem02 h3 {
font-size: 24px;
line-height: 28px;
margin: 0 0 20px; }
.serviceItem02 h3 a {
color: inherit; }
.serviceItem02 h3 a:hover {
color: var(--primay-color); }
.serviceItem02 p {
margin: 0 30px 35px; }
.serviceItem02:hover .serIcon {
transform: rotateY(360deg);
color: var(--secon-hover-color); }
.serviceItem02:hover .serviceWrapper::after {
width: 100px;
height: 100px; }
.serviceItem02 .immiPressBtn {
margin: 0 0 -8px;
width: 100%;
border-radius: 0;
height: 60px;
font-size: 16px;
line-height: 60px;
padding: 0 30px;
background: transparent;
border-top: 1px solid #E4E4E4;
color: var(--heading-color); }
.serviceItem02 .immiPressBtn:hover {
border-color: var(--primay-color);
color: #fff; }
.serviceItem02 .immiPressBtn:hover::before, .serviceItem02 .immiPressBtn:hover::after, .serviceItem02 .immiPressBtn:hover span::before, .serviceItem02 .immiPressBtn:hover span::after {
background: var(--primay-color);
height: 100%; } .coachingSlider.owl-carousel {
position: relative; }
.coachingSlider.owl-carousel .owl-nav {
position: absolute;
right: 0;
top: -167px; }
.coachingSlider.owl-carousel .owl-nav button {
width: 60px;
height: 60px;
border: 2px solid #fff;
border-radius: 3px;
font-size: 40px;
color: #fff;
line-height: 65px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
text-align: center;
margin: 0 0 0 28px; }
.coachingSlider.owl-carousel .owl-nav button.owl-prev {
transform: rotate(180deg); }
.coachingSlider.owl-carousel .owl-nav button.owl-prev i {
position: relative;
top: 4px; }
.coachingSlider.owl-carousel .owl-nav button:hover {
color: #fff;
background: var(--primay-color);
border-color: var(--primay-color); }
.coachingSlider.owl-carousel .owl-stage-outer {
height: calc(100% + 30px);
margin: -15px;
padding: 15px;
width: calc(100% + 30px); }
.coachingSlider.owl-carousel .owl-dots {
position: relative;
text-align: center;
margin: 20px 0 0; }
.coachingSlider.owl-carousel .owl-dots button {
width: 10px;
height: 10px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
border-radius: 50%;
margin: 0 5px;
background: var(--secondary-color); }
.coachingSlider.owl-carousel .owl-dots button:hover, .coachingSlider.owl-carousel .owl-dots button.active {
background: var(--secon-hover-color); }
.coachingItem02 {
position: relative; }
.coachingItem02 .coachingThumb {
position: relative;
overflow: hidden;
border-radius: 6px 6px 0px 6px; }
.coachingItem02 .coachingThumb img {
width: 100%;
height: auto;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.coachingItem02 .coachingContent {
position: relative;
padding: 32px 45px 40px 30px;
background: #fff;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
border-radius: 0px 5px;
margin: -90px 58px 0 0; }
.coachingItem02 .coachingContent h3 {
font-size: 22px;
line-height: 32px;
margin: 0 0 13px; }
.coachingItem02 .coachingContent h3 a {
color: inherit; }
.coachingItem02 .coachingContent h3 a:hover {
color: var(--primay-color); }
.coachingItem02 .coachingContent p {
line-height: 28px;
margin: 0; }
.coachingItem02 .immiPressBtn {
border-radius: 0px 0px 4px 4px;
padding: 0 32px;
margin-right: 58px;
background: var(--body-color); }
.coachingItem02 .immiPressBtn::before, .coachingItem02 .immiPressBtn::after, .coachingItem02 .immiPressBtn span::before, .coachingItem02 .immiPressBtn span::after {
background: var(--primay-color); }
.coachingItem02:hover .coachingThumb img {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05); } .countrySlider.owl-carousel {
position: relative; }
.countrySlider.owl-carousel .owl-nav {
position: absolute;
right: 0;
top: -167px; }
.countrySlider.owl-carousel .owl-nav button {
width: 60px;
height: 60px;
border: 2px solid var(--secondary-color);
border-radius: 3px;
font-size: 40px;
color: var(--secondary-color);
line-height: 65px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
text-align: center;
margin: 0 0 0 28px; }
.countrySlider.owl-carousel .owl-nav button.owl-prev {
transform: rotate(180deg); }
.countrySlider.owl-carousel .owl-nav button.owl-prev i {
position: relative;
top: 4px; }
.countrySlider.owl-carousel .owl-nav button:hover {
color: #fff;
background: var(--secon-hover-color);
border-color: var(--secon-hover-color); }
.countrySlider.owl-carousel .owl-stage-outer {
height: calc(100% + 30px);
margin: -15px;
padding: 15px;
width: calc(100% + 30px); }
.countrySlider.owl-carousel .owl-item.active .countryItem02 {
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); }
.countrySlider.owl-carousel .owl-dots {
position: relative;
text-align: center;
margin: 20px 0 0; }
.countrySlider.owl-carousel .owl-dots button {
width: 10px;
height: 10px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
border-radius: 50%;
margin: 0 5px;
background: var(--secondary-color); }
.countrySlider.owl-carousel .owl-dots button:hover, .countrySlider.owl-carousel .owl-dots button.active {
background: var(--secon-hover-color); }
.countryItem02 {
position: relative;
background: #fff;
border-radius: 6px;
margin: 30px 0 30px; }
.countryItem02.ciItem02 {
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
margin-bottom: 55px; }
.countryItem02 .countryThumb {
position: relative; }
.countryItem02 .countryThumb img {
width: 100%;
height: auto;
border-radius: 6px 6px 0 0; }
.countryItem02 .countryThumb .cnFlag {
width: 130px;
height: 130px;
background: #fff;
border: 20px solid #fff;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
text-align: center;
border-radius: 50%;
padding: 0;
position: absolute;
right: 0;
top: -65px;
left: 0;
margin: auto; }
.countryItem02 .countryThumb .cnFlag img {
width: 100%;
height: 100%;
border-radius: 50%;
-webkit-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease; }
.countryItem02 .countryContent {
position: relative;
padding: 27px 25px; }
.countryItem02 .countryContent h3 {
font-size: 24px;
line-height: 34px;
margin-bottom: 11px; }
.countryItem02 .countryContent h3 a {
color: inherit; }
.countryItem02 .countryContent h3 a:hover {
color: var(--primay-color); }
.countryItem02 .countryContent p {
font-family: var(--heading-font);
line-height: 28px;
margin: 0; }
.countryItem02:hover .cnFlag img {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg); }
.countryItem03 {
position: relative;
background: #fff;
border-radius: 6px;
margin: 0 0 30px; }
.countryItem03 .countryThumb {
position: relative; }
.countryItem03 .countryThumb img {
width: 100%;
height: auto;
border-radius: 6px 6px 0 0; }
.countryItem03 .countryThumb .cnFlag {
width: 100px;
height: 100px;
background: #fff;
border: 1px solid rgba(0, 0, 0, 0.04);
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
text-align: center;
border-radius: 50%;
padding: 18px;
position: absolute;
right: 0;
bottom: -10px;
left: 0;
z-index: 3;
margin: auto; }
.countryItem03 .countryThumb .cnFlag img {
width: 100%;
height: 100%;
border-radius: 50%;
-webkit-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease; }
.countryItem03 .countryContent {
position: relative;
z-index: 2;
padding: 27px 25px; }
.countryItem03 .countryContent::after {
position: absolute;
top: -40px;
left: 0;
height: 94px;
width: 100%;
overflow: hidden;
clip-path: ellipse(52% 50% at 50% 50%);
background: #ffffff;
content: "";
z-index: -1; }
.countryItem03 .countryContent h3 {
font-size: 24px;
line-height: 34px;
margin-bottom: 11px; }
.countryItem03 .countryContent h3 a {
color: inherit; }
.countryItem03 .countryContent h3 a:hover {
color: var(--primay-color); }
.countryItem03 .countryContent p {
font-family: var(--heading-font);
line-height: 28px;
margin: 0; }
.countryItem03:hover .cnFlag {
border-color: var(--primay-color); }
.countryItem03:hover .cnFlag img {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg); } .iconBox03 {
position: relative;
background: #FFFFFF;
box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
border-radius: 6px;
padding: 40px 22px 50px; }
.iconBox03 .ibBox {
position: relative;
background: var(--secondary-color);
color: #fff;
display: flex;
justify-content: center;
align-items: center;
font-size: 45px;
width: 100px;
height: 100px;
border-radius: 50%;
margin: 0 auto 49px; }
.iconBox03 .ibBox i {
display: block;
-webkit-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease; }
.iconBox03 > span {
display: block;
font-size: 18px;
line-height: 26px;
position: relative;
font-weight: 600;
color: var(--primay-color);
margin: 0 0 20px; }
.iconBox03 > span::after {
position: absolute;
left: 0;
top: 0;
bottom: 0;
margin: auto;
width: 80px;
height: 1px;
content: '';
background: #DBDBDB; }
.iconBox03 > span::before {
position: absolute;
right: 0;
top: 0;
bottom: 0;
margin: auto;
width: 80px;
height: 1px;
content: '';
background: #DBDBDB; }
.iconBox03 .ibTitle {
font-size: 24px;
line-height: 34px;
margin: 0 0 21px; }
.iconBox03 p {
margin: 0; }
.iconBox03:hover .ibBox {
background: var(--secon-hover-color); }
.iconBox03:hover .ibBox i {
transform: rotateY(360deg); }
.elementor-align-left .iconBox03 .ibBox {
margin-left: 0; }
.elementor-align-left .iconBox03 > span {
min-width: 276px;
margin-left: auto;
margin-right: auto;
display: inline-block;
text-align: center; }
.elementor-align-right .iconBox03 .ibBox {
margin-right: 0; }
.elementor-align-right .iconBox03 > span {
min-width: 276px;
margin-left: auto;
margin-right: auto;
display: inline-block;
text-align: center; }
.mailchimpWidget {
position: relative;
border-left: 1px solid rgba(255, 255, 255, 0.3);
margin: 67px 0 0 -35px;
padding-left: 32px; }
.mailchimpWidget .widgetTitle {
margin-bottom: 29px; }
.mailchimpWidget p {
color: #fff;
margin: 0 0 32px; }
.mailForm {
position: relative;
padding: 0; }
.mailForm [type="email"] {
width: 100%;
max-width: 306px;
height: 55px;
border: none;
background: #fff;
border-radius: 4px;
outline: none;
font-size: 16px;
color: #C1C1C1;
display: block;
font-weight: 400;
padding: 0 20px;
margin: 0 0 20px; }
.mailForm [type="email"]::-moz-placeholder {
color: #C1C1C1;
opacity: 1; }
.mailForm [type="email"]::-ms-input-placeholder {
color: #C1C1C1;
opacity: 1; }
.mailForm [type="email"]::-webkit-input-placeholder {
color: #C1C1C1;
opacity: 1; }
.mailForm button:hover {
color: var(--primay-color); }
.mailForm .immiPressBtn::before, .mailForm .immiPressBtn::after, .mailForm .immiPressBtn span::before, .mailForm .immiPressBtn span::after {
background: #fff; }
.mailForm.mail01 {
max-width: 545px;
margin: auto; }
.mailForm.mail01 [type=email] {
max-width: 100%;
height: 60px;
margin: 0; }
.mailForm.mail01 .immiPressBtn {
position: absolute;
right: 0;
top: 0;
border-radius: 0px 4px 4px 0px;
height: 60px;
padding: 0 37px; }
.mailForm.mail01 .immiPressBtn:hover {
color: #fff; }
.mailForm.mail01 .immiPressBtn::before, .mailForm.mail01 .immiPressBtn::after, .mailForm.mail01 .immiPressBtn span::before, .mailForm.mail01 .immiPressBtn span::after {
background: var(--secondary-color); }
.elementor-align-left .mail01 {
margin-left: 0; }
.elementor-align-right .mail01 {
margin-right: 0; }
.galleryWidget {
position: relative;
border-left: 1px solid rgba(255, 255, 255, 0.3);
margin: 79px 0 0 -35px;
padding-left: 49px; }
.galleryWidget .widgetTitle {
margin-bottom: 40px; }
.galleryShots {
position: relative; }
.galleryShots a {
position: relative;
display: inline-block;
width: 86px;
height: 80px;
border-radius: 3px;
overflow: hidden;
margin: 0 10px 10px 0; }
.galleryShots a:nth-child(3), .galleryShots a:nth-child(6), .galleryShots a:last-child {
margin-right: 0; }
.galleryShots a img {
width: 100%;
height: 100%; }
.galleryShots a::after {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
width: 100%;
height: 100%;
content: '';
background: var(--primay-color);
opacity: 0;
transform: scale(0.5);
-moz-transform: scale(0.5);
-webkit-transform: scale(0.5);
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease; }
.galleryShots a:hover::after {
opacity: .75;
transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1); }
.galleryShots a:before {
width: 40px;
height: 40px;
background: transparent;
color: #fff;
font-size: 18px;
font-weight: 500;
line-height: 40px;
border-radius: 50%;
text-align: center;
content: "+";
position: absolute;
z-index: 2;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
visibility: hidden;
opacity: 0;
transform: translate3d(0, 20px, 0);
-moz-transform: translate3d(0, 20px, 0);
-webkit-transform: translate3d(0, 20px, 0);
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease; }
.galleryShots a:hover:before {
visibility: visible;
opacity: 1;
transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0); }  .header03 {
position: relative;
width: 100%;
z-index: 5;
background: #fff;
border-bottom: 1px solid rgba(221, 221, 221, 0.6);
padding: 0 73px; }
.header03 > svg {
position: absolute;
left: 0;
top: 0;
fill: var(--heading-color);
height: 100px; }
.header03 svg.last {
fill: var(--primay-color);
z-index: -1;
left: 10px; }
.header03 .logo01 {
padding: 24px 0 23px; }
.header03 .mainMenu ul li::before,
.header03 .mainMenu ul li::after {
display: none; }
.header03 .mainMenu ul li .sub-menu li a,
.header03 .mainMenu > ul > li > a {
color: var(--body-color); }
.header03 .mainMenu ul li:hover > a, .header03 .mainMenu ul li.current-menu-ancestor > a,
.header03 .mainMenu ul li .sub-menu li.current-menu-ancestor > a,
.header03 .mainMenu ul li .sub-menu li.current-menu-item > a,
.header03 .mainMenu ul li .sub-menu li:hover > a {
color: var(--primay-color); }
.header03 .mainMenu ul li:hover > a::after, .header03 .mainMenu ul li.current-menu-ancestor > a::after,
.header03 .mainMenu ul li .sub-menu li.current-menu-ancestor > a::after,
.header03 .mainMenu ul li .sub-menu li.current-menu-item > a::after,
.header03 .mainMenu ul li .sub-menu li:hover > a::after {
color: var(--primay-color); }
.header03 .mainMenu ul li {
margin-right: 40px;
padding: 35px 0 37px; }
.header03 .immiPressBtn {
height: 60px;
line-height: 60px;
border-radius: 5px;
padding: 0 33px;
margin-left: 6px; }
.header03 .popupBtn {
margin-left: 20px;
width: 60px;
height: 60px;
border-radius: 3px;
fill: var(--heading-color);
border-color: var(--secondary-color); }
.header03 .popupBtn svg {
fill: var(--heading-color); }
.header03 .popupBtn:hover {
border-color: var(--secondary-color);
background-color: var(--secondary-color); }
.header03 .popupBtn:hover svg {
fill: #ffffff; }
.header03 .searchBtn {
border-color: var(--primay-color);
margin-left: 20px; }
.header03 .searchBtn svg {
fill: var(--primay-color); }
.header03 .searchBtn:hover svg {
fill: #fff; }
header.fixedHeader.header02 {
background: var(--secondary-color);
box-shadow: 0 0 25px rgba(255, 255, 255, 0.15);
border-color: transparent; } .heroSection03 {
padding: 53px 0 67px;
position: relative;
overflow: hidden;
background: radial-gradient(100% 201.97% at 100% 52.24%, rgba(255, 255, 255, 0) 45.36%, rgba(233, 77, 78, 0.06) 100%); }
.heroSection03 .sliderContent {
z-index: 2; }
.heroSection03 .sliderContent .subTitle {
color: var(--primay-color);
margin-bottom: 24px;
animation-delay: 1.5s;
animation-name: fadeInLeft; }
.heroSection03 .sliderContent h2 {
font-size: 70px;
line-height: 95px;
color: var(--heading-color);
font-weight: 600;
margin-bottom: 50px;
animation-delay: 1.7s;
animation-name: fadeInLeft; }
.heroSection03 .btnInfo .immiPressBtn {
animation-delay: 1.9s;
animation-name: fadeInUp; }
.heroSection03 .btnInfo .immiPressBtn:last-child {
background: transparent;
color: var(--heading-color);
border: 1px solid var(--secondary-color);
animation-delay: 2.1s;
animation-name: fadeInUp; }
.heroSection03 .btnInfo .immiPressBtn:last-child:hover {
color: #fff; }
.heroSection03 .btnInfo .immiPressBtn:last-child::after, .heroSection03 .btnInfo .immiPressBtn:last-child::before, .heroSection03 .btnInfo .immiPressBtn:last-child span::after, .heroSection03 .btnInfo .immiPressBtn:last-child span::before {
background: var(--secon-hover-color); }
.bannerThumb {
position: relative;
max-width: 705px;
text-align: center; }
.bannerThumb .heroThumb {
margin-left: 52px;
animation-delay: 2.7s;
animation-name: fadeInUp; }
.bannerThumb .heroThumb img {
max-width: inherit; }
.bannerThumb .bgBorder {
position: absolute;
left: -70px;
top: 46px;
bottom: 0;
margin: auto;
z-index: -1;
animation-delay: 2.3s;
animation-name: zoomIn; }
.bannerThumb .bgBorder img {
animation: rotated 30s infinite linear;
max-width: inherit; }
.bannerThumb .bnFlag {
position: absolute;
left: -60px;
top: 74px;
bottom: 0;
margin: auto;
z-index: -1;
animation-delay: 2.5s;
animation-name: fadeIn; }
.bannerThumb .bnFlag img {
animation: halfBounce 10s infinite linear;
max-width: inherit; } .abThumbWrapper {
position: relative;
max-width: 595px; }
.abThumbWrapper .abThumb {
position: relative;
margin-bottom: 22px; }
.abThumbWrapper .abThumb img {
width: 100%;
height: auto;
border-radius: 4px; }
.abThumbWrapper .abThumb .abContent {
width: 180px;
height: 180px;
background: var(--secondary-color);
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
position: absolute;
left: 0;
right: 0;
margin: auto;
z-index: 2;
bottom: -90px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.abThumbWrapper .abThumb .abContent h2 {
display: block;
font-size: 35px;
color: #fff;
margin: 0 0 5px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.abThumbWrapper .abThumb .abContent h2 sup {
font-size: inherit;
top: 0;
font-style: normal;
font-weight: normal; }
.abThumbWrapper .abThumb .abContent p {
display: block;
color: #fff;
margin: 0;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.abThumbWrapper .abThumb .abContent::before {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
width: 0;
height: 0;
content: '';
margin: auto;
background: var(--primay-color);
border-radius: 50%;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
z-index: -1; }
.abThumbWrapper .abThumb .abContent::after {
position: absolute;
left: -12px;
top: -12px;
width: calc(100% + 24px);
height: calc(100% + 24px);
content: '';
border-style: dashed;
border-width: 2px;
border-color: var(--secondary-color);
border-radius: 50%;
-webkit-animation-duration: 1500ms;
animation-duration: 1500ms;
-webkit-animation: rotated 10s infinite linear;
animation-play-state: running;
animation: rotated 10s infinite linear;
animation-play-state: running;
animation-play-state: running;
-webkit-animation-play-state: paused;
animation-play-state: paused;
-webkit-transition: 500ms all ease;
transition: 500ms all ease;
-webkit-animation-play-state: running;
animation-play-state: running; }
.abThumbWrapper:hover .abThumb .abContent h2, .abThumbWrapper:hover .abThumb .abContent p {
color: #fff; }
.abThumbWrapper:hover .abThumb .abContent::before {
width: 100%;
height: 100%; }
.abThumbWrapper:hover .abThumb .abContent::after {
border-color: var(--primay-color); }
.dashicons, .dashicons-before:before {
vertical-align: middle; } .coachingItem03 {
position: relative;
display: block;
width: 100%;
background: #FFFFFF;
font-family: var(--heading-font);
overflow: hidden;
border-radius: 4px;
z-index: 2;
padding: 42px 15px 45px; }
.coachingItem03 i {
background: var(--body-color);
width: 90px;
height: 90px;
border-radius: 50%;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
display: flex;
align-items: center;
justify-content: center;
font-size: 40px;
color: #fff;
margin: 0 auto; }
.coachingItem03 i::before {
-webkit-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease; }
.coachingItem03 .ctTitle {
display: block;
color: var(--heading-color);
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
font-size: 20px;
line-height: 26px;
font-weight: 600;
margin: 20px 0 0; }
.coachingItem03::after {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 4px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
content: '';
background: var(--primay-color);
z-index: -1; }
.coachingItem03:hover::after {
height: 100%; }
.coachingItem03:hover .ctTitle {
color: #fff; }
.coachingItem03:hover i {
background: #fff;
color: var(--primay-color); }
.coachingItem03:hover i::before {
transform: rotateY(360deg); } .serviceItem03 {
position: relative; }
.serviceItem03 .serThumb img {
border-radius: 5px 5px 0px 0px; }
.serviceItem03 .serContent {
border-radius: 0; }
.serviceItem03 .serContent .serIcon {
background: var(--body-color);
box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1); }
.serviceItem03:hover .serContent .serIcon {
background: var(--primay-color); }
.serviceItem03 .immiPressBtn {
width: 100%;
border-radius: 0px 0px 5px 5px;
background: var(--body-color); } .iconBox04 {
position: relative;
min-height: 88px;
margin: 0 0 32px;
padding: 4px 0 0 120px; }
.iconBox04 .ibBox {
position: absolute;
left: 0;
top: 4px;
background: #fff;
color: var(--primay-color);
display: flex;
align-items: center;
justify-content: center;
font-size: 45px;
width: 85px;
height: 88px;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
border-radius: 4px; }
.iconBox04 .ibBox i {
display: block;
-webkit-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease; }
.iconBox04 .ibTitle {
font-size: 24px;
line-height: 30px;
margin: 0 0 15px; }
.iconBox04 p {
font-family: var(--heading-font);
margin: 0; }
.iconBox04:hover .ibBox i {
transform: rotateY(360deg); } .funfact01 {
position: relative;
padding: 19px 35px 14px; }
.funfact01 h2 {
font-size: 55px;
line-height: 65px;
margin: 0 0 12px; }
.funfact01 h2 sup {
font-size: inherit;
top: 0;
font-style: normal; }
.funfact01 h5 {
color: var(--body-color);
font-size: 24px;
line-height: 34px;
font-weight: 500;
margin: 0; } .tmjAccordion {
position: relative; }
.tmjAccordion .card {
padding: 0;
margin: 0 0 17px;
border-radius: 0;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
border: 1px solid rgba(221, 221, 221, 0.35);
background: transparent; }
.tmjAccordion .card .card-header {
margin: 0;
padding: 0;
border: none;
cursor: pointer;
background: transparent; }
.tmjAccordion .card .card-header .title {
position: relative;
font-size: 22px;
line-height: 26px;
color: var(--heading-color);
margin: 0;
padding: 23px 55px 22px 30px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.tmjAccordion .card .card-header .title svg {
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
height: 11px;
position: absolute;
right: 26px;
top: 0;
bottom: 0;
fill: var(--heading-color);
margin: auto; }
.tmjAccordion .card.active .card-header .title, .tmjAccordion .card:hover .card-header .title {
color: var(--primay-color); }
.tmjAccordion .card.active .card-header .title svg, .tmjAccordion .card:hover .card-header .title svg {
fill: var(--primay-color); }
.tmjAccordion .card.active .card-header .title svg {
transform: rotate(180deg);
top: -5px; }
.tmjAccordion .card .card-body {
margin: 0;
padding: 0 30px 28px;
color: var(--body-color); }
.tmjAccordion .card.active {
border: 1px solid rgba(221, 221, 221, 0.3);
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1); } .testimonialSlider02 {
position: relative; }
.testimonialSlider02 .testimonilaItem02 {
position: relative;
background: #FFFFFF;
border-radius: 5px;
padding: 45px 52px 68px 40px;
margin: 0 0 30px; }
.testimonialSlider02 .testimonilaItem02 .tsAuthor {
position: relative;
min-height: 80px;
padding: 10px 0 0 96px;
margin: 0 0 24px; }
.testimonialSlider02 .testimonilaItem02 .tsAuthor img {
position: absolute;
left: 0;
top: 0;
width: 80px;
height: 80px;
border-radius: 50%;
display: inline-block; }
.testimonialSlider02 .testimonilaItem02 .tsAuthor .tsNM {
font-size: 22px;
line-height: 32px;
text-transform: capitalize;
margin: 0 0 0px; }
.testimonialSlider02 .testimonilaItem02 .tsAuthor .tsDesign {
display: block; }
.testimonialSlider02 .testimonilaItem02 .quoteIcon {
width: 75px;
height: 75px;
position: absolute;
right: 46px;
top: 45px; }
.testimonialSlider02 .testimonilaItem02 .quoteIcon img {
width: 100%;
height: 100%; }
.testimonialSlider02 .testimonilaItem02 .qutation {
margin: 0; }
.testimonialSlider02 .owl-dots {
position: relative;
margin: 4px 0 0;
text-align: center; }
.testimonialSlider02 .owl-dots button {
width: 24px;
height: 4px;
margin: 0 6px;
background: var(--secondary-color);
border-radius: 2px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.testimonialSlider02 .owl-dots button:hover, .testimonialSlider02 .owl-dots button.active {
background: var(--secon-hover-color); }
.testimonialSlider02 .owl-stage-outer {
height: calc(100% + 30px);
margin: -15px;
padding: 15px;
width: calc(100% + 30px); }
.testimonialSlider02 .owl-item.active .testimonilaItem02 {
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); } .blogItem02 {
position: relative; }
.blogItem02 .blogThumb {
position: relative;
overflow: hidden; }
.blogItem02 .blogThumb img {
width: 100%;
height: auto;
border-radius: 4px 4px 0 0; }
.blogItem02 .blogThumb .pDate {
display: block;
text-align: center;
width: 75px;
height: 75px;
line-height: 20px;
border-radius: 4px;
font-size: 16px;
color: #fff;
padding: 16px 15px;
font-family: var(--heading-font);
background: var(--secondary-color);
position: absolute;
z-index: 2;
right: 11px;
top: 15px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.blogItem02 .blogThumb .pDate span {
display: block;
font-size: 28px;
font-weight: 700;
margin-bottom: 4px; }
.blogItem02 .blogThumb::after {
position: absolute;
top: 0px;
left: -100%;
display: block;
content: "";
width: 50%;
height: 100%;
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
transform: skewX(-25deg);
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.blogItem02 .blogContent {
background: #FFFFFF;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
border-radius: 0px 0px 0px 4px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
position: relative;
padding: 21px 22px 29px; }
.blogItem02 .blogContent .biMeta {
display: flex;
flex-wrap: wrap;
align-items: center;
position: relative;
text-transform: capitalize;
font-size: 16px;
line-height: 26px;
margin: 0 0 10px; }
.blogItem02 .blogContent .biMeta svg {
display: inline-block;
height: 16px;
fill: var(--primay-color);
margin-right: 7px; }
.blogItem02 .blogContent .biMeta a {
color: inherit;
margin-left: 5px; }
.blogItem02 .blogContent .biMeta a:hover {
color: var(--primay-color); }
.blogItem02 .blogContent .biMeta span {
margin-left: 23px; }
.blogItem02 .blogContent h3 {
font-size: 24px;
line-height: 34px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
margin: 0 0 24px; }
.blogItem02 .blogContent h3 a {
color: inherit;
background-image: linear-gradient(var(--heading-color), var(--heading-color)), linear-gradient(var(--heading-color), var(--heading-color));
display: inline;
background-position: 100% 100%, 0 100%;
background-size: 0% 2px, 100% 2px;
background-repeat: no-repeat;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.blogItem02 .blogContent h3 a:hover {
color: var(--primay-color);
background-image: linear-gradient(var(--primay-color), var(--primay-color)), linear-gradient(var(--primay-color), var(--primay-color)); }
.blogItem02 .blogContent p {
margin: 0; }
.blogItem02 .immiPressBtn {
background: var(--body-color);
border-radius: 0px 0px 4px 4px;
font-size: 16px;
font-family: var(--heading-font);
font-weight: 400;
padding: 0 38px; }
.blogItem02 .immiPressBtn svg {
display: inline-block;
height: 10px;
margin-left: 10px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
fill: #fff; }
.blogItem02 .immiPressBtn::before, .blogItem02 .immiPressBtn::after, .blogItem02 .immiPressBtn span::before, .blogItem02 .immiPressBtn span::after {
background: var(--secon-hover-color); }
.blogItem02:hover .blogThumb::after {
animation: 1s ease 0s 1 normal none running shine; }
.blogItem02:hover .blogThumb .pDate {
background: var(--primay-color); }  .topbar02 {
position: relative;
background: var(--secondary-color);
padding: 0 68px; }
.topbar02 .topBarWrapper {
display: flex;
align-items: center;
position: relative; }
.topbar02 .infoText {
border: none;
padding: 15px 0 14px;
margin-right: 43px; }
.topbar02 .infoText i {
font-size: 15px;
top: 3px;
margin-right: 11px; }
.topbar02 .infoText:last-child {
margin-right: 0; }
.topbar02 .topBarSocial {
border: none;
margin-left: auto;
padding: 14px 0 13px; }
.topbar02 .topBarSocial a {
font-size: 20px;
margin: 0 0 0 20px; }
.topbar02 .topBarSocial a:first-child {
margin-left: 0; } .header04 {
position: absolute;
left: 0;
top: 0;
width: 100%;
background: transparent;
padding: 0 68px;
z-index: 99; }
.header04 .mainMenu ul li::after {
display: none; }
.header04 .mainMenu > ul > li > a {
color: #fff; }
.header04 .mainMenu > ul > li.menu-item-has-children > a::after {
color: #fff; }
.header04 .mainMenu ul li::before {
background: #fff;
width: 0;
bottom: 0;
top: 32px;
margin: auto; }
.header04 .mainMenu ul li.current-menu-ancestor::before,
.header04 .mainMenu ul li:hover::before {
width: 100%; }
.header04 .mainMenu ul li {
margin-right: 39px; }
.header04 .immiPressBtn {
height: 60px;
line-height: 60px;
border-radius: 5px;
padding: 0 33px;
margin-left: 28px; }
.header04 .immiPressBtn:hover {
color: var(--primay-color); }
.header04 .immiPressBtn::before, .header04 .immiPressBtn::after, .header04 .immiPressBtn span::before, .header04 .immiPressBtn span::after {
background: #fff; }
.header04 .blanks {
position: absolute;
left: 0;
top: 0;
z-index: -999; }
.header04 .popupBtn {
margin-left: 20px; }
.searchBtn {
width: 60px;
height: 60px;
line-height: 58px;
text-align: center;
border: 1px solid #FFFF;
border-radius: 3px;
font-size: 22px;
display: inline-block; }
.searchBtn:hover {
background: var(--primay-color);
border-color: var(--primay-color); }
.searchBtn svg {
height: 30px;
fill: #fff;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; } .popupSearchSec {
position: absolute;
left: 0;
top: 0;
right: 0; }
.popupSearchSec .popupSearchOverlay {
position: fixed;
left: 0;
top: -100%;
width: 100%;
height: 100%;
background: rgba(30, 30, 30, 0.6);
z-index: 99;
opacity: 0;
visibility: hidden;
cursor: url(//www.honsberg.de/wp-content/themes/immiland/assets/images/close.png), auto;
-webkit-transition: all .4s ease-in .8s;
-o-transition: all .4s ease-in .8s;
transition: all .4s ease-in .8s; }
.popupSearchSec.active .popupSearchOverlay {
visibility: visible;
-webkit-transition: all .8s ease-out 0s;
-o-transition: all .8s ease-out 0s;
transition: all .8s ease-out 0s;
top: 0;
opacity: 1; }
.popupSearchSec .popSearchBackground {
background: #fff;
width: 100%;
height: 300px;
top: -100%;
z-index: 99;
position: fixed;
left: 0;
opacity: 0;
visibility: hidden;
-webkit-overflow-scrolling: touch;
-webkit-transition: all 0.6s cubic-bezier(0.9, 0.03, 0, 0.96) 0.7s;
-o-transition: all 0.6s cubic-bezier(0.9, 0.03, 0, 0.96) 0.7s;
transition: all 0.6s cubic-bezier(0.9, 0.03, 0, 0.96) 0.7s; }
.popupSearchSec .popSearchBackground .middleSearch {
position: relative;
top: 50%;
transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
position: relative;
z-index: 2; }
.popupSearchSec .popSearchBackground .middleSearch .popupSearchForm {
position: relative;
max-width: 600px;
margin: auto; }
.popupSearchSec .popSearchBackground .middleSearch .popupSearchForm input[type="search"] {
position: relative;
padding: 0 20px;
border-radius: 50px;
background: #fff;
border: 1px solid rgba(83, 97, 132, 0.6);
color: var(--body-color);
font-size: 15px;
display: block;
width: 100%;
height: 58px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.popupSearchSec .popSearchBackground .middleSearch .popupSearchForm input[type="search"]::-moz-placeholder {
color: var(--body-color);
opacity: .6; }
.popupSearchSec .popSearchBackground .middleSearch .popupSearchForm input[type="search"]::-ms-input-placeholder {
color: var(--body-color);
opacity: .6; }
.popupSearchSec .popSearchBackground .middleSearch .popupSearchForm input[type="search"]::-webkit-input-placeholder {
color: var(--body-color);
opacity: .6; }
.popupSearchSec .popSearchBackground .middleSearch .popupSearchForm input[type="search"]:focus {
border-color: var(--body-color); }
.popupSearchSec .popSearchBackground .middleSearch .popupSearchForm input[type="search"]:focus::-moz-placeholder {
opacity: 1; }
.popupSearchSec .popSearchBackground .middleSearch .popupSearchForm input[type="search"]:focus::-ms-input-placeholder {
opacity: 1; }
.popupSearchSec .popSearchBackground .middleSearch .popupSearchForm input[type="search"]:focus::-webkit-input-placeholder {
opacity: 1; }
.popupSearchSec .popSearchBackground .middleSearch .popupSearchForm button[type="submit"] {
position: absolute;
right: 20px;
bottom: 0;
border: none;
outline: none;
z-index: 2;
font-size: 25px;
line-height: 50px;
margin: 0;
padding: 0;
background: transparent;
color: var(--body-color);
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.popupSearchSec .popSearchBackground .middleSearch .popupSearchForm button[type="submit"]:hover {
color: var(--primay-color); }
.popupSearchSec.active .popSearchBackground {
opacity: 1;
visibility: visible;
top: 0;
-webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.5s;
-o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.5s;
transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.5s; }
.popupSearchSec .popupClose {
position: fixed;
right: 20px;
top: 20px;
width: 26px;
height: 26px;
z-index: 999;
opacity: 0;
visibility: hidden;
-webkit-transition: all 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
-moz-transition: all 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition: all 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
transform: translate3d(0, -70px, 0);
-moz-transform: translate3d(0, -70px, 0);
-webkit-transform: translate3d(0, -70px, 0); }
.popupSearchSec .popupClose::after {
content: " ";
position: absolute;
top: 50%;
display: inline-block;
margin-top: -1px;
width: 26px;
height: 2px;
background-color: var(--body-color);
transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
right: 0;
transform: rotate(45deg); }
.popupSearchSec .popupClose::before {
content: " ";
position: absolute;
top: 50%;
display: inline-block;
margin-top: -1px;
width: 26px;
height: 2px;
background-color: var(--body-color);
transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
right: 0;
transform: rotate(-45deg); }
.popupSearchSec .popupClose:hover::after {
transform: rotate(0);
background: var(--primay-color); }
.popupSearchSec .popupClose:hover::before {
transform: rotate(0);
background: var(--primay-color); }
.popupSearchSec.active .popupClose {
visibility: visible;
opacity: 1;
transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0); }
@-webkit-keyframes fadeIn {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes fadeIn {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-webkit-keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@-webkit-keyframes fadeInGo {
0% {
opacity: 0.1;
width: 0; }
100% {
opacity: 1;
width: 100%; } }
@keyframes fadeInGo {
0% {
opacity: 0.1;
width: 0; }
100% {
opacity: 1;
width: 100%; } }
@-webkit-keyframes fadeOutGo {
0% {
opacity: 1;
width: 100%; }
100% {
opacity: 0;
width: 0; } }
@keyframes fadeOutGo {
0% {
opacity: 1;
width: 100%; }
100% {
opacity: 0;
width: 0; } }
@-webkit-keyframes fadeOutGo2 {
0% {
opacity: 0.8;
width: 100%; }
100% {
opacity: 0.14;
width: 0; } }
@keyframes fadeOutGo2 {
0% {
opacity: 0.8;
width: 100%; }
100% {
opacity: 0.14;
width: 0; } }
header.fixedHeader.header04 {
background: var(--secondary-color);
box-shadow: 0 0 25px rgba(255, 255, 255, 0.15); } .heroSection04 {
position: relative;
background: rgba(0, 58, 102, 0.5);
overflow: hidden; }
.heroSection04 .heroSlider02 {
position: relative; }
.heroSection04 .heroSlider02 .singleSlide {
background-position: center center;
background-size: cover;
position: relative;
z-index: 5;
height: 700px; }
.heroSection04 .heroSlider02 .singleSlide::after {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
content: '';
background: rgba(0, 58, 102, 0.5); }
.heroSection04 .heroSlider02 .singleSlide .sliderContent {
position: relative;
max-width: 100%; }
.heroSection04 .heroSlider02 .singleSlide .sliderContent h2 {
margin-bottom: 41px;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(-120px);
transform: translateY(-120px);
-webkit-transition-delay: 1000ms;
transition-delay: 1000ms;
-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
transition: transform 2000ms ease, opacity 2000ms ease;
transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease; }
.heroSection04 .heroSlider02 .singleSlide .sliderContent p {
max-width: 650px;
font-size: 18px;
line-height: 28px;
color: #fff;
margin: 0 0 50px;
opacity: 0;
visibility: hidden;
-webkit-transform: translateX(120px);
transform: translateX(120px);
-webkit-transition-delay: 1100ms;
transition-delay: 1100ms;
-webkit-transition: opacity 2200ms ease, -webkit-transform 2200ms ease;
transition: opacity 2200ms ease, -webkit-transform 2200ms ease;
transition: transform 2200ms ease, opacity 2200ms ease;
transition: transform 2200ms ease, opacity 2200ms ease, -webkit-transform 2200ms ease; }
.heroSection04 .heroSlider02 .singleSlide .sliderContent .immiPressBtn {
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(120px);
transform: translateY(120px);
-webkit-transition-delay: 1300ms;
transition-delay: 1300ms;
-webkit-transition: opacity 2400ms ease, -webkit-transform 2400ms ease;
transition: opacity 2400ms ease, -webkit-transform 2400ms ease;
transition: transform 2400ms ease, opacity 2400ms ease;
transition: transform 2400ms ease, opacity 2400ms ease, -webkit-transform 2400ms ease; }
.heroSection04 .heroSlider02 .singleSlide .sliderContent .popup_video {
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(120px);
transform: translateY(120px);
-webkit-transition-delay: 1400ms;
transition-delay: 1400ms;
-webkit-transition: opacity 2500ms ease, -webkit-transform 2500ms ease;
transition: opacity 2500ms ease, -webkit-transform 2500ms ease;
transition: transform 2500ms ease, opacity 2500ms ease;
transition: transform 2500ms ease, opacity 2500ms ease, -webkit-transform 2500ms ease; }
.heroSection04 .heroSlider02 .owl-item.active .sliderContent h2 {
visibility: visible;
opacity: 1;
-webkit-transform: translateY(0) translateX(0);
transform: translateY(0) translateX(0); }
.heroSection04 .heroSlider02 .owl-item.active .sliderContent p {
visibility: visible;
opacity: 1;
-webkit-transform: translateY(0) translateX(0);
transform: translateY(0) translateX(0); }
.heroSection04 .heroSlider02 .owl-item.active .sliderContent .immiPressBtn {
visibility: visible;
opacity: 1;
-webkit-transform: translateY(0) translateX(0);
transform: translateY(0) translateX(0); }
.heroSection04 .heroSlider02 .owl-item.active .sliderContent .popup_video {
visibility: visible;
opacity: 1;
-webkit-transform: translateY(0) translateX(0);
transform: translateY(0) translateX(0); }
.heroSection04 .owl-dots {
position: absolute;
bottom: 30px;
left: 0;
right: 0;
margin: auto;
text-align: center;
z-index: 4; }
.heroSection04 .owl-dots button {
width: 10px;
height: 10px;
background: rgba(255, 255, 255, 0.5);
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
border-radius: 50%;
margin: 0 10px 0 0;
display: inline-block; }
.heroSection04 .owl-dots button:hover, .heroSection04 .owl-dots button.active {
background: var(--primay-color); }
.heroSection04 .slNav {
position: absolute;
right: 0;
left: 0;
margin: auto;
width: 1296px;
text-align: right;
position: absolute;
outline: none;
top: 50%;
z-index: 4;
transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%); }
.heroSection04 .slNav a {
display: block;
width: 50px;
height: 50px;
margin: 10px 0 10px auto;
background: rgba(255, 255, 255, 0.5);
color: var(--heading-color);
border-radius: 50%;
font-size: 17px;
line-height: 52px;
text-align: center;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
position: relative;
z-index: 2; }
.heroSection04 .slNav a::after {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
content: '';
background: var(--primay-color);
border-radius: 50%;
text-align: center;
width: 0;
height: 0;
z-index: -1; }
.heroSection04 .slNav a:hover {
color: #fff; }
.heroSection04 .slNav a:hover::after {
width: 100%;
height: 100%;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; } .abFact {
position: relative;
overflow: hidden;
border-radius: 6px;
max-width: 597px; }
.abFact::after {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
content: '';
background: rgba(35, 49, 82, 0.2); }
.abFact img {
max-width: 100%;
height: auto;
border-radius: 6px; }
.abFact .abContent {
position: absolute;
z-index: 2;
left: -140px;
bottom: -156px;
width: 400px;
height: 400px;
border-radius: 50%;
text-align: center;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
border: 6px solid #FFFFFF;
background: var(--secondary-color);
padding: 72px 15px 15px 135px; }
.abFact .abContent h2 {
font-size: 50px;
line-height: 60px;
font-weight: 700;
color: #fff;
margin: 0 0 15px; }
.abFact .abContent h2 sup {
font-size: inherit;
top: 0;
font-style: normal; }
.abFact .abContent h5 {
font-size: 30px;
line-height: 32px;
color: #fff;
margin: 0; } .si04 {
box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
margin-top: 0; }
.si04 .serviceWrapper::after {
display: none; }
.si04 .immiPressBtn {
background: var(--body-color);
color: #fff;
font-family: var(--heading-font);
border: none;
margin-bottom: -8px; } .ci04 {
position: relative; }
.ci04 .coachingThumb {
border-radius: 6px 6px 0px 6px;
overflow: visible; }
.ci04 .coachingThumb::after {
background: rgba(255, 255, 255, 0.3);
bottom: 0;
content: "";
left: 50%;
position: absolute;
right: 51%;
top: 0;
opacity: 1;
pointer-events: none;
transition: all 500ms linear; }
.ci04 .coachingThumb::before {
background: rgba(255, 255, 255, 0.3);
bottom: 50%;
content: "";
left: 0;
position: absolute;
right: 0;
top: 50%;
opacity: 1;
pointer-events: none;
transition: all 600ms linear; }
.ci04 .coachingThumb img {
box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
border-radius: 6px 6px 0px 6px; }
.ci04:hover .coachingThumb img {
transform: none; }
.ci04:hover .coachingThumb::after {
left: 0;
right: 0;
opacity: 0;
transition: all 500ms linear; }
.ci04:hover .coachingThumb::before {
top: 0;
bottom: 0;
opacity: 0;
transition: all 600ms linear; }
.ci04 .coachingContent {
border-radius: 5px 0px 0px 5px;
margin: -90px 0 0 60px; }
.ci04 .coachingContent::after {
position: absolute;
left: 0;
top: 0;
width: 7px;
height: 0;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
content: '';
border-radius: 5px 0px 0px 5px;
background: var(--primay-color); }
.ci04:hover .coachingContent::after {
height: 100%; }
.ci04 .immiPressBtn {
margin: 0 0 0 60px;
background: var(--secondary-color); } .fqsTitle .subTitle {
margin-top: 24px; }
.fqsTitle .secTitle {
margin-bottom: 58px; }
.faqTabTabsNav {
position: relative;
margin: 0;
padding: 0;
border: none; }
.faqTabTabsNav li {
list-style: none;
display: inline-block;
margin: 0 15px 20px 0; }
.faqTabTabsNav li button {
border: 1px solid var(--body-color);
border-radius: 5px;
outline: none;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
height: 56px;
font-family: var(--heading-font);
color: var(--heading-color);
font-size: 16px;
line-height: 56px;
font-weight: 600;
text-transform: capitalize;
text-align: center;
background: transparent;
padding: 0 20px; }
.faqTabTabsNav li button:hover, .faqTabTabsNav li button.active {
border-color: var(--primay-color);
background: var(--primay-color);
color: #fff; } .conInfoWrapper {
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
position: relative;
padding: 62px 115px 60px 58px;
border-radius: 4px; }
.conInfoWrapper h3 {
font-size: 30px;
line-height: 34px;
color: #fff;
margin: 0 0 26px; }
.conInfoWrapper .starRatings {
position: relative;
display: flex;
color: #FFC107;
font-size: 45px;
line-height: 45px;
letter-spacing: 14px;
margin-bottom: 30px; }
.conInfoWrapper h2 {
font-size: 48px;
color: #fff;
margin-bottom: 18px; }
.conInfoWrapper h4 {
font-size: 20px;
color: #fff;
line-height: 30px;
margin-bottom: 51px; } .iconBox05 {
position: relative;
min-height: 65px;
margin: 0 0 28px;
padding: 0 0 29px 65px;
border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
.iconBox05 .ibBox {
position: absolute;
left: 0;
top: 6px;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 45px; }
.iconBox05 .ibBox i {
display: block;
-webkit-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease; }
.iconBox05 .ibTitle {
font-size: 16px;
line-height: 26px;
font-weight: 400;
color: #fff;
margin: 0 0 1px; }
.iconBox05 p {
font-size: 22px;
line-height: 33px;
font-weight: 400;
color: #fff;
font-family: var(--heading-font);
margin: 0; }
.iconBox05:hover .ibBox i {
transform: rotateY(360deg); }
.iconBox05:last-child {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0; }
.iconBox05.ib0501 p {
font-size: 26px; } .blogItem03 {
position: relative; }
.blogItem03 .blogThumb {
position: relative;
overflow: hidden; }
.blogItem03 .blogThumb img {
width: 100%;
height: auto;
border-radius: 4px 4px 0 0; }
.blogItem03 .blogThumb .biCats {
position: absolute;
top: 15px;
right: 11px;
z-index: 2; }
.blogItem03 .blogThumb .biCats a {
display: block;
background: var(--secondary-color);
height: 41px;
border-radius: 4px;
line-height: 41px;
text-align: center;
color: #fff;
font-size: 18px;
text-transform: capitalize;
padding: 0 34px;
margin: 0 0 5px; }
.blogItem03 .blogThumb::after {
position: absolute;
top: 50%;
left: 50%;
display: block;
content: '';
width: 0;
height: 0;
background: rgba(255, 255, 255, 0.2);
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0; }
.blogItem03 .blogContent {
background: #FFFFFF;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
border-radius: 0px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
position: relative;
padding: 21px 35px 29px 25px; }
.blogItem03 .blogContent .biMeta {
display: flex;
flex-wrap: wrap;
align-items: center;
position: relative;
text-transform: capitalize;
font-size: 16px;
line-height: 26px;
margin: 0 0 15px; }
.blogItem03 .blogContent .biMeta svg {
display: inline-block;
height: 16px;
fill: var(--primay-color);
margin-right: 7px; }
.blogItem03 .blogContent .biMeta a {
color: inherit;
margin-left: 5px; }
.blogItem03 .blogContent .biMeta a:hover {
color: var(--primay-color); }
.blogItem03 .blogContent .biMeta span {
margin-left: 23px; }
.blogItem03 .blogContent .biMeta span.date svg {
position: relative;
top: -2px; }
.blogItem03 .blogContent h3 {
font-size: 24px;
line-height: 34px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
margin: 0 0 19px; }
.blogItem03 .blogContent h3 a {
color: inherit;
background-image: linear-gradient(var(--heading-color), var(--heading-color)), linear-gradient(var(--heading-color), var(--heading-color));
display: inline;
background-position: 100% 100%, 0 100%;
background-size: 0% 2px, 100% 2px;
background-repeat: no-repeat;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.blogItem03 .blogContent h3 a:hover {
color: var(--primay-color);
background-image: linear-gradient(var(--primay-color), var(--primay-color)), linear-gradient(var(--primay-color), var(--primay-color)); }
.blogItem03 .blogContent p {
margin: 0; }
.blogItem03 .immiPressBtn {
background: var(--secondary-color);
border-radius: 0px 0px 4px 4px;
font-size: 16px;
font-family: var(--heading-font);
font-weight: 400;
padding: 0 38px;
width: 100%; }
.blogItem03 .immiPressBtn svg {
display: inline-block;
height: 10px;
margin-left: 11px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
fill: #fff; }
.blogItem03 .immiPressBtn::before, .blogItem03 .immiPressBtn::after, .blogItem03 .immiPressBtn span::before, .blogItem03 .immiPressBtn span::after {
background: var(--secon-hover-color); }
.blogItem03:hover .blogThumb::after {
-webkit-animation: circle .75s;
animation: circle .75s; }
.blogItem03:hover .blogThumb .biCats a {
background: var(--secon-hover-color); } .testimonialSlider02 {
position: relative; }
.testimonialSlider02 .owl-stage-outer {
height: calc(100% + 30px);
margin: -15px;
padding: 15px;
width: calc(100% + 30px); }
.testimonialSlider02 .testimonilaItem03 {
position: relative;
background: #FFFFFF;
border-radius: 5px;
padding: 45px 195px 45px 40px;
margin: 0 0 30px; }
.testimonialSlider02 .testimonilaItem03 .tstRatings {
display: flex;
position: relative;
font-size: 14px;
letter-spacing: 5px;
color: var(--primay-color);
margin: 0 0 5px; }
.testimonialSlider02 .testimonilaItem03 .quote {
margin: 0 0 20px;
letter-spacing: .45px; }
.testimonialSlider02 .testimonilaItem03 .tsAuthor {
display: flex; }
.testimonialSlider02 .testimonilaItem03 .tsAuthor h5 {
font-size: 20px;
margin: 0; }
.testimonialSlider02 .testimonilaItem03 .tsAuthor .tsdesignation {
margin: 3px 0 0 12px;
color: var(--primay-color);
font-weight: 400;
font-size: 15px; }
.testimonialSlider02 .testimonilaItem03 .tsThumb {
position: absolute;
right: 30px;
top: 0;
bottom: 0;
margin: auto;
width: 120px;
height: 120px;
border: 5px solid #fff;
border-radius: 50%;
box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.1); }
.testimonialSlider02 .testimonilaItem03 .tsThumb img {
width: 100%;
height: 100%;
border-radius: 50%; }
.testimonialSlider02 .testimonilaItem03 .tsThumb .quoteIcon {
width: 50px;
height: 50px;
border-radius: 50%;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
background: var(--primay-color);
position: absolute;
left: -10px;
top: -10px; }
.testimonialSlider02 .testimonilaItem03 .tsThumb .quoteIcon img {
width: 30px;
height: 30px; }
.testimonialSlider02 .owl-item.active .testimonilaItem03 {
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); } .mailchimpWidget02 {
position: relative;
margin: -12px -77px 0 20px;
padding: 79px 0 0 30px;
border: none;
z-index: 2; }
.mailchimpWidget02 .widgetTitle {
margin-bottom: 28px; }
.mailchimpWidget02 .widgetTitle::after {
background: #fff; }
.mailchimpWidget02 p {
margin: 0 15px 25px 0; }
.mailchimpWidget02 .mailForm [type="email"] {
max-width: 100%; }
.mailchimpWidget02 .immiPressBtn {
height: 50px;
line-height: 50px; }
.mailchimpWidget02 .tj-stretch-element-inside-column {
position: absolute;
left: 0;
top: 0;
z-index: -1; }
.mailchimpWidget02 .tj-stretch-element-inside-column img {
min-height: 551px;
object-fit: cover; }
.mailchimpWidget02 .tj-stretch-element-inside-column ::after {
position: absolute;
right: 0;
top: 0;
width: 100%;
height: 100%;
content: '';
background: rgba(0, 0, 0, 0.6); } .pageBanner {
position: relative;
background-color: var(--secondary-color);
background-position: center center;
background-size: cover;
background-repeat: no-repeat; }
.pageBanner .overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
content: '';
background: rgba(0, 58, 102, 0.65); }
.pageBanner .container {
position: relative;
z-index: 2; }
.pageBanner .bannerTitle {
font-size: 48px;
line-height: 58px;
color: #fff;
font-family: var(--body-font);
margin: 77px 0 64px; }
.pageBanner .bannerCon {
color: #fff;
margin: -55px 0 64px; }
.pageBanner .breadcrumbs {
display: inline-block;
background: #F8F8FA;
border-radius: 5px 5px 0px 0px;
font-family: var(--heading-font);
color: var(--heading-color);
font-size: 16px;
line-height: 26px;
margin: 0;
word-break: break-word;
padding: 13px 32px 12px 30px; }
.pageBanner .breadcrumbs a {
color: inherit; }
.pageBanner .breadcrumbs a:hover {
color: var(--primay-color); }
.pageBanner .breadcrumbs .separate {
margin: 0 4px; } .singleServiceSection {
position: relative;
padding: 120px 0 105px; }
.serviceDConArea {
position: relative;
margin: 0 6px 0 0; }
.serviceDThumb {
position: relative;
overflow: hidden;
border-radius: 5px;
margin: 0 0 38px; }
.serviceDThumb img {
width: 100%;
height: auto; }
.serviceDThumb::after {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
content: '';
background: rgba(35, 49, 82, 0.4); }
.serviceDcon {
position: relative; }
.serviceDcon h3 {
font-size: 35px;
margin-bottom: 20px; }
.serviceDcon p {
margin: 0 0 39px; }
.serviceDcon img {
max-width: 100%;
height: auto;
border-radius: 5px; }
.serviceDcon .sDcon {
position: relative;
padding: 28px 0 0 8px; }
.serviceDcon .sDcon h5 {
font-size: 24px;
line-height: 26px;
margin: 0 0 26px; }
.serviceDcon > h4 {
font-size: 30px;
line-height: 36px;
margin: 43px 0 14px; }
.listItem {
position: relative;
list-style: none;
margin: 0;
padding: 0; }
.listItem li {
font-family: var(--heading-font);
font-size: 18px;
line-height: 26px;
position: relative;
padding: 0 0 0 39px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
margin: 0 0 15px; }
.listItem li i {
color: var(--heading-color);
font-size: 24px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
position: absolute;
left: 0;
top: 1px; }
.listItem li:hover {
color: var(--primay-color); }
.listItem li:hover i {
color: var(--primay-color); }
.iconBox06 {
position: relative;
background: #FFFFFF;
box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
border-radius: 6px;
padding: 40px 22px 55px;
margin: 0 0 20px; }
.iconBox06 .ibBox {
position: relative;
background: var(--secondary-color);
color: #fff;
display: flex;
justify-content: center;
align-items: center;
font-size: 34px;
width: 80px;
height: 80px;
border-radius: 50%;
margin: 0 auto 20px; }
.iconBox06 .ibBox i {
display: block;
-webkit-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease; }
.iconBox06 .ibTitle {
font-size: 20px;
line-height: 34px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
margin: 0 0 9px; }
.iconBox06 p {
margin: 0; }
.iconBox06:hover .ibTitle {
color: var(--primay-color); }
.iconBox06:hover .ibBox {
background: var(--secon-hover-color); }
.iconBox06:hover .ibBox i {
transform: rotateY(360deg); }
.elementor-align-left .iconBox06 .ibBox {
margin-left: 0; }
.elementor-align-right .iconBox06 .ibBox {
margin-right: 0; }
.sdFAQ {
margin-top: 40px; }
.sdFAQ .card .card-header .title {
font-size: 20px; }
.sbIconbox {
margin: 0 0 32px;
padding-left: 45px;
position: relative; }
.sbIconbox .ibBox {
color: var(--primay-color);
font-size: 30px;
position: absolute;
left: 0;
top: 5px; }
.sbIconbox .ibBox i {
display: block;
-webkit-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease; }
.sbIconbox .ibTitle {
font-family: var(--body-font);
color: var(--body-color);
font-size: 16px;
line-height: 26px;
font-weight: 400;
margin-bottom: 0px; }
.sbIconbox p {
font-size: 18px;
color: var(--heading-color);
margin: 0; }
.sbIconbox:hover .ibBox i {
transform: rotateY(360deg); } .serviceWidget {
position: relative;
background: #F7F7F7;
border-radius: 4px;
padding: 39px 28px 26px;
margin: 0 0 28px; }
.serviceWidget .widgetTitle {
color: var(--heading-color);
padding-bottom: 13px;
margin: 0 0 29px; }
.serviceWidget .widgetTitle::after {
width: 55px; }
.serviceWidget ul {
margin: 0;
padding: 0; }
.serviceWidget ul li {
list-style: none;
display: block;
margin: 0 0 14px; }
.serviceWidget ul li a {
display: block;
background: #fff;
border-radius: 4px;
color: var(--heading-color);
font-family: var(--heading-font);
font-size: 16px;
line-height: 26px;
font-weight: 500;
padding: 15px 35px 14px 20px;
filter: drop-shadow(0px 0px 45px rgba(0, 0, 0, 0.1));
position: relative;
overflow: hidden; }
.serviceWidget ul li a::after {
position: absolute;
left: 0;
bottom: 0;
width: 2px;
height: 100%;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
border-radius: 4px;
content: '';
background: var(--primay-color);
z-index: -1; }
.serviceWidget ul li a:hover::after {
width: 100%; }
.serviceWidget ul li a:hover {
color: #fff; }
.serviceWidget ul li a::before {
font-size: 24px;
position: absolute;
right: 13px;
top: 15px;
color: currentColor;
content: "\f124";
font-family: flaticon !important;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.serviceWidget ul li.current-menu-ancestor a, .serviceWidget ul li.current-menu-item a {
color: #fff; }
.serviceWidget ul li.current-menu-ancestor a::after, .serviceWidget ul li.current-menu-item a::after {
width: 100%; } .brochureWidget {
position: relative;
background: #F7F7F7;
border-radius: 4px;
padding: 32px 28px 11px;
margin: 0 0 28px; }
.brochureWidget .iconBox02 {
padding: 0 0 0 68px;
min-height: 50px;
margin: 0 0 21px; }
.brochureWidget .iconBox02 .ibBox {
width: 51px;
height: 50px;
background: var(--primay-color);
border-radius: 5px;
box-shadow: none;
font-size: 30px;
color: #fff;
top: 0; }
.brochureWidget .iconBox02 .ibBox img {
height: 30px; }
.brochureWidget .iconBox02 .ibTitle {
font-size: 16px;
line-height: 19px;
margin-bottom: 10px; }
.brochureWidget .iconBox02 .ibTitle a {
color: inherit; }
.brochureWidget .iconBox02 .ibTitle a:hover {
color: var(--primay-color); }
.brochureWidget .iconBox02 p {
color: var(--body-color);
font-size: 16px;
line-height: 19px;
font-family: var(--heading-font);
margin: 0; }
.brochureWidget .iconBox02:last-child .ibBox {
background: var(--secondary-color); } .contacInfotWidget {
position: relative;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
border-radius: 5px;
overflow: hidden; }
.contacInfotWidget::after {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
content: '';
background: rgba(0, 58, 102, 0.7); }
.contacInfotWidget .infoContent {
position: relative;
z-index: 2;
margin: 0 78px 17px 0;
padding: 19px 20px 27px 28px;
background: var(--primay-color);
border-radius: 0px 0px 15px 0px; }
.contacInfotWidget .infoContent .ibTitle {
color: #FFFFFF;
font-size: 18px;
line-height: 26px;
font-weight: 400;
margin: 0 0 15px; }
.contacInfotWidget .infoContent h2 {
display: flex;
align-items: center;
font-size: 24px;
line-height: 26px;
color: #FFFFFF;
margin: 0; }
.contacInfotWidget .infoContent h2 i {
margin-right: 14px;
width: 45px;
height: 45px;
background: #fff;
border-radius: 50%;
color: var(--primay-color);
font-size: 25px;
display: flex;
align-items: center;
justify-content: center; }
.contacInfotWidget img {
position: relative;
z-index: 2;
max-width: 100%;
margin: auto;
text-align: center;
display: block; } .teamDetailsSection {
position: relative;
padding: 120px 0; }
.teamDetailsArea {
position: relative;
background: #fff;
box-shadow: 0px 0px 55px rgba(0, 0, 0, 0.1);
border-radius: 4px;
margin: 0 110.5px 101px;
padding: 65px 65px 80px; }
.teamDetailsArea .col-lg-7 {
flex: 0 0 auto;
width: 51.5%; }
.teamDetailsArea .col-lg-5 {
flex: 0 0 auto;
width: 48.5%; }
.teamDetailsArea .teamDThumb {
position: relative; }
.teamDetailsArea .teamDThumb img {
max-width: 100%;
border-radius: 6px; }
.teamDetailsArea h2 {
font-size: 30px;
line-height: 40px;
margin: 31px 0 20px; }
.teamDetailsArea p {
font-family: var(--heading-font);
margin: 0 140px 0 0; }
.teamDContent {
position: relative;
padding: 26px 0 0 21px; }
.teamDContent h3 {
font-size: 24px;
line-height: 26px;
margin: 0 0 10px; }
.teamDContent h5 {
color: var(--body-color);
font-size: 16px;
font-weight: 400;
line-height: 26px;
margin: 0 0 20px; }
.teamDContent ul {
margin: 0 0 26px;
padding: 0;
list-style: none; }
.teamDContent ul li {
font-size: 16px;
line-height: 40px;
font-family: var(--heading-font); }
.teamDContent ul li span {
display: inline-block;
color: var(--heading-color);
font-weight: 500;
min-width: 178px; }
.teamDSocial {
position: relative; }
.teamDSocial a {
display: inline-block;
width: 45px;
height: 45px;
line-height: 45px;
background: transparent;
color: var(--heading-color);
border: 1px solid var(--heading-color);
border-radius: 4px;
font-size: 20px;
text-align: center;
margin: 0 6px 0 0; }
.teamDSocial a .flaticon-twitter {
font-size: calc(100% + 4px);
position: relative;
top: 3px; }
.teamDSocial a:hover {
border-color: var(--primay-color);
color: #fff;
background: var(--primay-color); } .skArea {
position: relative;
margin: 0 40px 0 0; }
.skArea h3 {
font-size: 30px;
line-height: 40px;
margin: 0 0 33px; }
.singleSkill {
position: relative;
margin: 20px 0 0; }
.singleSkill p {
margin: 0 0 9px; }
.singleSkill .bar {
position: relative;
height: 14px;
background: #DCE6FF;
width: 100%;
border-radius: 7px; }
.singleSkill .bar-inner {
position: relative;
display: block;
width: 0px;
height: 14px;
border-radius: 7px;
background: var(--primay-color);
-webkit-transition: all 1500ms ease;
-o-transition: all 1500ms ease;
transition: all 1500ms ease; }
.singleSkill .bar-inner.counted .count-text {
opacity: 1; }
.singleSkill .count-text {
position: absolute;
right: 9px;
bottom: 23px;
text-align: center;
opacity: 0;
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease; } .tmContact {
position: relative;
margin: 0 0 0 0; }
.tmContact h3 {
font-size: 30px;
line-height: 40px;
margin: 0 0 33px; }
.tmContact .contactForm {
position: relative; }
.tmContact .contactForm input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.tmContact .contactForm textarea, .tmContact .contactForm .contactForm .nice-select {
border: 1px solid #DDDDDD;
height: 55px;
font-size: 16px;
font-family: var(--body-font); }
.tmContact .contactForm input::placeholder,
.tmContact .contactForm textarea::placeholder {
opacity: 1;
color: var(--body-color);
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.tmContact .contactForm input::-moz-placeholder,
.tmContact .contactForm textarea::-moz-placeholder {
opacity: 1;
color: var(--body-color);
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.tmContact .contactForm input::-webkit-placeholder,
.tmContact .contactForm textarea::-webkit-placeholder {
opacity: 1;
color: var(--body-color);
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.tmContact .contactForm textarea {
height: 145px;
border-radius: 4px; } .singleCoachingSection {
position: relative;
padding: 120px 0; }
.swIcon.serviceWidget ul li a::before {
content: "\f122";
right: 17px; }
.coachingDConArea {
position: relative;
margin: 0 6px 0 0; }
.coachingDConArea h3 {
font-size: 35px;
line-height: 50px;
margin-bottom: 20px; }
.coachingDConArea > p {
margin: 0 0 30px; }
.coachingDConArea .lastItem {
margin-bottom: 48px; }
.coachingDConArea > h4 {
font-size: 30px;
line-height: 45px;
margin: 46px 0 9px; }
.coachingInfo {
position: relative;
background: #F4F4F4;
border-radius: 4px;
padding: 30px 30px 30px;
margin: 0 0 46px; }
.coachingInfo .col-lg-5 {
flex: 0 0 auto;
width: 40%; }
.coachingInfo .col-lg-7 {
flex: 0 0 auto;
width: 60%; }
.coachingInfo .coachingDThumb {
position: relative;
overflow: hidden;
border-radius: 5px; }
.coachingInfo .coachingDThumb img {
width: 100%;
height: auto; }
.coachingInfo .coachingDThumb::after {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
content: '';
background: rgba(35, 49, 82, 0.3); }
.coachingInfo .coachingDCon {
position: relative;
padding: 35px 0 0 0; }
.coachingInfo .coachingDCon h4 {
font-size: 24px;
line-height: 26px;
margin-bottom: 16px; }
.coachingInfo .coachingDCon > p {
margin: 0 0 40px; }
.coachingInfo .coachingDCon .iconBox01 {
margin: 0 0 32px;
padding-left: 45px; }
.coachingInfo .coachingDCon .iconBox01 .ibBox {
color: var(--primay-color);
font-size: 30px;
top: 5px; }
.coachingInfo .coachingDCon .iconBox01 .ibTitle {
color: var(--body-color);
font-size: 16px;
line-height: 26px;
font-weight: 400;
margin-bottom: 0px; }
.coachingInfo .coachingDCon .iconBox01 p {
font-size: 18px;
color: var(--heading-color); }
.videoBanner {
position: relative;
border-radius: 5px;
overflow: hidden; }
.videoBanner img {
width: 100%;
height: auto; }
.videoBanner::after {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
content: '';
background: rgba(0, 58, 102, 0.45); }
.videoBanner .popup_video {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
z-index: 2;
width: 75px;
height: 75px;
display: block;
border-radius: 50%;
text-align: center;
color: #fff;
font-size: 75px; }
.videoBanner .popup_video::after {
content: "";
border: 2px solid #fff;
position: absolute;
z-index: -1;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: calc(100% + 75px);
height: calc(100% + 75px);
border-radius: 50%;
animation: zoomBig 3s linear infinite;
animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-delay: 0s;
animation-delay: 0s; }
.videoBanner .popup_video::before {
content: "";
border: 2px solid #fff;
position: absolute;
z-index: -1;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: calc(100% + 75px);
height: calc(100% + 75px);
border-radius: 50%;
animation: zoomBig 3.25s linear infinite;
animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-delay: .55s;
animation-delay: .55s; }
.videoBanner .popup_video:hover {
color: var(--primay-color);
transform: scale(1.05); }
.popup_video.vBtn {
display: inline-block;
position: relative;
color: var(--primay-color);
font-size: 75px; }
.popup_video.vBtn::after {
content: "";
border: 2px solid #fff;
position: absolute;
z-index: -1;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: calc(100% + 75px);
height: calc(100% + 75px);
border-radius: 50%;
animation: zoomBig 3s linear infinite;
animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-delay: 0s;
animation-delay: 0s; }
.popup_video.vBtn::before {
content: "";
border: 2px solid #fff;
position: absolute;
z-index: -1;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: calc(100% + 75px);
height: calc(100% + 75px);
border-radius: 50%;
animation: zoomBig 3.25s linear infinite;
animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-delay: .55s;
animation-delay: .55s; }
.popup_video.vBtn:hover {
color: var(--primay-color);
transform: scale(1.05); } .borderRight {
border-right: 1px solid rgba(83, 97, 132, 0.4); }
.iconBox07 {
position: relative;
padding: 0 22px 6px;
margin: 0; }
.iconBox07 .ibBox {
position: relative;
color: var(--heading-color);
display: inline-block;
text-align: center;
font-size: 65px;
margin: 0 0 15px; }
.iconBox07 .ibBox i {
display: block;
-webkit-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease; }
.iconBox07 .ibTitle {
font-size: 20px;
line-height: 34px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
margin: 0 0 9px; }
.iconBox07 p {
margin: 0; }
.iconBox07:hover .ibBox {
color: var(--primay-color); }
.iconBox07:hover .ibBox i {
transform: rotateY(360deg); } .singleCountrySection {
position: relative;
padding: 120px 0 105px; }
.singleCountrySection .serviceDConArea > h3 {
font-size: 35px;
line-height: 50px;
margin: 0 0 20px; }
.singleCountrySection .serviceDConArea > p {
margin: 0 0 33px; }
.singleCountrySection .serviceDConArea > h4 {
font-size: 30px;
line-height: 36px;
margin: 43px 0 14px; }
.singleCountrySection .scDThumb {
position: relative; }
.singleCountrySection .scDThumb img {
width: 100%;
height: auto;
border-radius: 5px; }
.singleCountrySection .schr {
border-bottom: 1px solid #E4E4E4;
margin: 51px 0 38px; }
.cwIcon.serviceWidget ul li a::before {
content: "\f122";
right: 20px; }
.countryTabTabsNav {
position: relative;
margin: 0 0 32px;
padding: 0;
border: none; }
.countryTabTabsNav li {
list-style: none;
display: inline-block;
margin: 0 10px 10px 0; }
.countryTabTabsNav li button {
outline: none;
border: none;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
height: 55px;
background: #F6F6F6;
border-radius: 4px;
font-family: var(--heading-font);
color: var(--heading-color);
font-size: 20px;
font-weight: 500;
line-height: 55px;
text-transform: capitalize;
text-align: center;
padding: 0 31px;
position: relative; }
.countryTabTabsNav li button:hover, .countryTabTabsNav li button.active {
background: var(--primay-color);
color: #fff; }
.countryTabTabsNav li button::after {
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: auto;
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 9px 10.5px 0 10.5px;
border-color: var(--primay-color) transparent transparent transparent;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
opacity: 0;
z-index: -1; }
.countryTabTabsNav li button:hover::after, .countryTabTabsNav li button.active::after {
bottom: -9px;
opacity: 1; } .blogPageSection {
position: relative;
padding: 120px 0 100px; }
.blListItem {
margin-bottom: 30px; }
.blListItem .blogThumb img {
width: auto;
max-width: 100%; }
.blListItem .blogContent {
padding: 28px 30px 30px; }
.blListItem .blogContent .biMeta {
margin-bottom: 7px; }
.blListItem .blogContent .biMeta span {
margin-left: 15px; }
.blListItem .blogContent .biMeta span.date svg {
top: -1px;
position: relative; }
.blListItem .blogContent h3 {
font-size: 30px;
line-height: 40px; }
.cmPagination {
position: relative;
display: flex;
align-items: center;
margin: 20px 0 0; }
.cmPagination.text-center {
justify-content: center; }
.cmPagination.text-right {
justify-content: flex-end;
text-align: right; }
.cmPagination .pagination {
display: block;
width: 100%; }
.cmPagination a, .cmPagination span {
position: relative;
z-index: 2;
display: inline-block;
overflow: hidden;
width: 45px;
height: 45px;
border: 1px solid #DBDBDB;
background: 0 0;
text-align: center;
line-height: 45px;
font-size: 16px;
font-family: var(--heading-font);
color: var(--heading-color);
font-weight: 600;
border-radius: 5px;
margin: 0 4px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.cmPagination a:hover, .cmPagination a.current, .cmPagination span:hover, .cmPagination span.current {
background: var(--primay-color);
color: #fff;
border-color: var(--primay-color); } .sidebar {
position: relative;
margin-left: 6px; }
.sidebar.lft {
margin-left: 0;
margin-right: 6px; }
.sidebar .widget {
position: relative;
background: #F5F5F5;
border-radius: 4px;
padding: 41px 26px 20px;
margin: 0 0 30px; }
.sidebar .widget.widget_search {
padding: 23px 28px 23px 32px; }
.sidebar .widget.widget_tag_cloud {
padding-bottom: 32px; }
.sidebar .widget h2, .sidebar .widget .widgetTitle {
position: relative;
display: block;
font-size: 24px;
line-height: 26px;
color: var(--heading-color);
padding-bottom: 13px;
margin-bottom: 30px; }
.sidebar .widget h2 a, .sidebar .widget .widgetTitle a {
color: inherit; }
.sidebar .widget h2::after, .sidebar .widget .widgetTitle::after {
position: absolute;
left: 0;
bottom: 0;
width: 58px;
height: 2px;
content: "";
background: var(--primay-color); }
.sidebar .widget ul {
margin: 0;
padding: 0; }
.sidebar .widget ul li {
list-style: none;
font-size: 16px;
line-height: 26px;
color: var(--heading-color);
font-weight: 500;
margin: 0 0 16px;
padding: 0 0 16px;
border-bottom: 1px solid rgba(83, 97, 132, 0.1);
display: block;
position: relative; }
.sidebar .widget ul li a {
display: inline-block;
color: inherit;
padding-left: 0;
line-height: inherit; }
.sidebar .widget ul li a::after {
display: none; }
.sidebar .widget ul li a:hover {
color: var(--primay-color);
padding-left: 0; }
.sidebar .widget ul li:last-child {
border-bottom: none;
margin-bottom: 9px; }
.sidebar .widget ul li ol, .sidebar .widget ul li ul {
margin: 16px 0 0; }
.sidebar .widget ul li ol li, .sidebar .widget ul li ul li {
border-bottom: none;
padding-top: 16px;
padding-bottom: 0;
padding-left: 15px;
border-top: 1px solid rgba(83, 97, 132, 0.1); }
.sidebar .widget ul li ol li:last-child, .sidebar .widget ul li ul li:last-child {
margin-bottom: 0;
padding-bottom: 0; }
.sidebar .widget.widget_categories ul li, .sidebar .widget.widget_categories ol li {
text-transform: capitalize; }
.sidebar .widget.cusCat ul li:hover a {
color: var(--primay-color); }
.sidebar .widget.cusCat ul li span {
display: inline-block;
width: 30px;
height: 30px;
border-radius: 50%;
text-align: center;
background: #FFFFFF;
font-size: 14px;
color: var(--primay-color);
line-height: 30px;
position: absolute;
right: 0;
top: 0; }
.sidebar .widget ol li a, .sidebar .widget_recent_comments ul li a {
display: contents; }
.sidebar select {
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background: url(//www.honsberg.de/wp-content/themes/immiland/assets/images/select.png) no-repeat calc(100% - 25px) center #FFF;
font-size: 16px;
width: 100%;
height: 60px;
line-height: 60px;
border-radius: 4px;
padding: 0 22px;
color: var(--body-color);
cursor: pointer;
font-weight: 400;
border: none;
outline: none;
margin: 0 0 20px; }
.sidebar table {
width: 100%;
border: 1px solid rgba(83, 97, 132, 0.1);
margin: -1px 0 0; }
.rss-date {
text-transform: uppercase;
display: block;
color: var(--heading-color);
font-weight: 600;
font-size: 15px;
margin: 6px 0; }
.widget_rss ul li cite {
display: block;
color: var(--heading-color);
font-weight: 700;
margin: 6px 0 0; }
.textwidget p {
margin: 0 0; }
.textwidget img {
max-width: 100%;
height: auto;
margin: 15px 0; }
.textwidget select {
margin-top: 15px; }
.commentContent table, .blDContent table {
width: 100%;
border: 1px solid rgba(83, 97, 132, 0.1);
margin: 0 0 30px; }
.commentContent table caption, .blDContent table caption, .sidebar table caption {
font-size: 14px;
color: var(--heading-color);
font-weight: 600;
line-height: .8;
caption-side: top;
padding: 16px 5px;
text-align: center;
border: 1px solid rgba(83, 97, 132, 0.1);
border-bottom: none;
text-transform: uppercase; }
.blDContent table thead, .commentContent table tbody, .widget table thead, .sidebar table tbody {
border-left: 1px solid rgba(83, 97, 132, 0.1); }
.commentContent table tbody tr th, .blDContent table thead tr th, .sidebar table thead tr th {
font-size: 14px;
color: var(--heading-color);
font-weight: 700;
background: transparent;
text-align: center;
border-bottom: 1px solid rgba(83, 97, 132, 0.1);
padding: 8px 2px;
border-right: 1px solid rgba(83, 97, 132, 0.1);
border-top: 1px solid rgba(83, 97, 132, 0.1); }
.commentContent table tbody tr td, .blDContent table tbody tr th, .blDContent table tbody tr td, .sidebar table tbody tr td {
font-size: 14px;
color: var(--body-color);
font-weight: 400;
text-align: center;
border-bottom: 1px solid rgba(83, 97, 132, 0.1);
border-right: 1px solid rgba(83, 97, 132, 0.1);
padding: 8px 2px; }
.commentContent table tbody tr td a, .blDContent table tbody tr th a, .blDContent table tbody tr td a, .widget table tbody tr td a {
color: inherit;
text-decoration: none; }
.commentContent table tbody tr td a:hover, .blDContent table tbody tr th a:hover, .blDContent table tbody tr td a:hover, .widget table tbody tr td a:hover {
color: var(--primay-color); }
.wp-calendar-nav {
margin-top: 10px; }
.wp-calendar-nav a {
color: var(--heading-color);
font-size: 12px;
font-weight: 700;
text-decoration: none; }
.wp-calendar-nav a:hover {
color: var(--primay-color); }
.wp-calendar-nav .wp-calendar-nav-prev {
float: left; }
.wp-calendar-nav .wp-calendar-nav-next {
float: right; }
.blListItem.featuredPost {
background: #F5F5F5;
box-shadow: none; }
.wp-block-search__label {
display: none; }
.searchForm, .wp-block-search {
margin: 0;
padding: 0;
position: relative; }
.searchForm input[type="search"], .wp-block-search input[type="search"] {
display: block;
width: 100%;
height: 55px;
border-radius: 4px;
background: #fff;
padding: 0 15px;
font-size: 16px;
color: var(--heading-color);
font-family: var(--heading-font);
border: none;
margin: 0; }
.searchForm input[type="search"]::-moz-placeholder, .wp-block-search input[type="search"]::-moz-placeholder {
color: var(--heading-color);
opacity: 1; }
.searchForm input[type="search"]::-ms-input-placeholder, .wp-block-search input[type="search"]::-ms-input-placeholder {
color: var(--heading-color);
opacity: 1; }
.searchForm input[type="search"]::-webkit-input-placeholder, .wp-block-search input[type="search"]::-webkit-input-placeholder {
color: var(--heading-color);
opacity: 1; }
.searchForm button, .wp-block-search button {
border: none;
background: var(--primay-color);
width: 64px;
height: 55px;
border-radius: 0px 4px 4px 0px;
padding: 0;
font-size: 18px;
line-height: 58px;
color: #fff;
position: absolute;
right: 0;
top: 0;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.searchForm button:hover, .wp-block-search button:hover {
color: #fff;
background: var(--heading-color); }
.searchForm.wp-block-search__text-button button, .wp-block-search.wp-block-search__text-button button {
width: auto;
padding: 0 20px;
margin: 0; }
.widget_blog .ppPostItem {
position: relative;
min-height: 110px;
padding: 10px 22px 0 125px;
margin: 0 0 24px; }
.widget_blog .ppPostItem img {
width: 110px;
height: 110px;
border-radius: 3px;
position: absolute;
left: 0;
top: 0; }
.widget_blog .ppPostItem .biMeta {
display: flex;
flex-wrap: wrap;
align-items: center;
position: relative;
font-size: 16px;
line-height: 20px;
margin: 0 0 19px; }
.widget_blog .ppPostItem .biMeta span {
color: inherit; }
.widget_blog .ppPostItem .biMeta span.date {
margin-right: 15px; }
.widget_blog .ppPostItem .biMeta span.date svg {
position: relative;
top: -1px; }
.widget_blog .ppPostItem .biMeta span svg {
display: inline-block;
height: 16px;
fill: var(--primay-color);
margin-right: 7px; }
.widget_blog .ppPostItem h4 {
font-size: 18px;
line-height: 25px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
margin: 0 0 0; }
.widget_blog .ppPostItem h4 a {
color: inherit;
background-image: linear-gradient(var(--primay-color), var(--primay-color)), linear-gradient(var(--primay-color), var(--primay-color));
display: inline;
background-size: 0% 1px, 0 1px;
background-position: 100% 100%, 0 100%;
background-repeat: no-repeat;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.widget_blog .ppPostItem h4 a:hover {
color: var(--primay-color);
background-size: 0% 1px, 100% 1px; }
.tagcloud {
position: relative; }
.tagcloud a {
display: inline-block;
height: 45px;
line-height: 45px;
border: none;
font-size: 16px !important;
color: var(--heading-color);
text-transform: capitalize;
border-radius: 3px;
background: #fff;
padding: 0 19px;
margin: 0 6px 14px 0;
font-family: var(--heading-font);
font-weight: 500; }
.tagcloud a:hover {
color: #fff;
background: var(--primay-color); }
.not-found .searchForm input[type=search] {
background: #F5F5F5; } .singleBlog {
position: relative;
padding: 120px 0; }
.singleBlog .blDContent {
margin-bottom: 40px;
margin-top: 20px; }
.singleBlog .spThumb {
display: inline-block; }
.spThumb, .featured_image.spThumb {
position: relative;
margin: 0 0 30px; }
.spThumb img, .featured_image.spThumb img {
max-width: 100%;
border-radius: 5px;
height: auto;
width: auto; }
.spThumb::after, .featured_image.spThumb::after {
position: absolute;
left: 0;
bottom: 0;
border-radius: 5px;
width: 100%;
height: 100%;
content: "";
background: rgba(0, 58, 102, 0.4); }
.pTitle {
font-size: 35px;
line-height: 50px;
margin: 0 0 17px; }
.biDMeta {
display: flex;
flex-wrap: wrap;
align-items: center;
text-transform: capitalize;
position: relative;
font-size: 16px;
line-height: 26px;
margin: 0 0 9px; }
.biDMeta svg {
display: inline-block;
height: 16px;
fill: var(--primay-color);
margin-right: 7px;
position: relative;
top: 1px; }
.biDMeta a {
color: inherit;
margin-left: 5px; }
.biDMeta a:hover {
color: var(--primay-color); }
.biDMeta span {
margin-left: 24px; }
.biDMeta span svg {
position: relative;
top: -1px; }
.elementor-align-center .biDMeta {
justify-content: center; }
.elementor-align-right .biDMeta {
justify-content: flex-end; }
.wp-block-quote {
background: #FFFFFF;
box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.1);
border-radius: 4px;
max-width: 833px;
padding: 45px 55px 44px 34px;
position: relative;
margin: 40px 0; }
.wp-block-quote::before {
display: block;
width: 37px;
height: 35px;
background: url(//www.honsberg.de/wp-content/themes/immiland/assets/images/quote.png) no-repeat center center/cover;
content: '';
position: relative;
margin: 0 0 18px; }
.wp-block-quote p {
margin: 0 0 14px; }
.wp-block-quote cite {
font-weight: 400;
font-size: 24px;
line-height: 34px;
color: var(--heading-color);
font-family: var(--heading-font);
font-style: normal; }
.wp-block-quote cite::before {
display: inline-block;
width: 43px;
height: 3px;
background: var(--primay-color);
border-radius: 2px;
content: '';
position: relative;
top: -6px;
margin-right: 15px; }
.blDContent {
position: relative; }
.blDContent p {
margin: 0 16px 37px 0; }
.blDContent .listItem {
padding-top: 33px; }
.blDContent .listItem li {
color: var(--heading-color);
padding-left: 45px;
margin-bottom: 24px; }
.blDContent .listItem li i {
font-size: 30px;
top: -2px; }
.blDContent .listItem li:hover {
color: var(--primay-color); }
.blDContent .wp-block-quote, .blDContent blockquote.wp-block-quote {
background: #FFFFFF;
box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.1);
border-radius: 4px;
max-width: 833px;
padding: 45px 55px 44px 34px;
position: relative;
margin: 40px 0; }
.blDContent .wp-block-quote::before, .blDContent blockquote.wp-block-quote::before {
display: block;
width: 37px;
height: 35px;
background: url(//www.honsberg.de/wp-content/themes/immiland/assets/images/quote.png) no-repeat center center/cover;
content: '';
position: relative;
margin: 0 0 18px; }
.blDContent .wp-block-quote p, .blDContent blockquote.wp-block-quote p {
margin: 0 0 14px; }
.blDContent .wp-block-quote cite, .blDContent blockquote.wp-block-quote cite {
font-weight: 400;
font-size: 24px;
line-height: 34px;
color: var(--heading-color);
font-family: var(--heading-font);
font-style: normal; }
.blDContent .wp-block-quote cite::before, .blDContent blockquote.wp-block-quote cite::before {
display: inline-block;
width: 43px;
height: 3px;
background: var(--primay-color);
border-radius: 2px;
content: '';
position: relative;
top: -6px;
margin-right: 15px; }
.blDThumb {
position: relative;
margin: 0 0 0 -52px; }
.blDThumb img {
max-width: 100%;
height: auto;
border-radius: 5px; }
.singleBlog .blogTag {
border-top: 1px solid #DDDDDD;
border-bottom: 1px solid #DDDDDD;
padding: 32px 0 22px;
margin: 0 0 48px; }
.blogTag {
position: relative; }
.blogTag h4 {
display: inline-block;
font-size: 20px;
margin: 0 0 0;
position: relative;
top: 2px; }
.blogTag a {
display: inline-block;
height: 36px;
font-size: 15px;
background: var(--primay-color);
border-radius: 3px;
color: #fff;
padding: 0 15px;
line-height: 36px;
text-transform: capitalize;
margin: 0 0 10px 6px; }
.blogTag a:hover {
background: var(--heading-color); }
.psShare {
position: relative;
margin-top: -3px; }
.psShare a {
display: inline-block;
border-radius: 50%;
width: 40px;
height: 40px;
line-height: 41px;
font-size: 14px;
background: #f8f6f4;
color: var(--heading-color);
text-align: center;
margin-left: 10px; }
.psShare a:first-child {
margin-left: 0; }
.psShare a:hover {
background: var(--primay-color);
color: #fff; }
.psShare a .flaticon-twitter {
font-size: calc(100% + 4px);
position: relative;
top: 3px; }
.elementor .postAuthorBox, .postAuthorBox {
position: relative;
background: #f7f7f7;
padding: 50px  80px 26px 251px;
border-radius: 4px;
margin: 50px 0 0;
min-height: 240px; }
.elementor .postAuthorBox img, .postAuthorBox img {
position: absolute;
top: 34px;
left: 53px;
width: 160px;
height: 160px;
border-radius: 50%; }
.elementor .postAuthorBox h3, .postAuthorBox h3 {
font-size: 24px;
line-height: 1;
margin: 0 0 15px; }
.elementor .postAuthorBox h3 a, .postAuthorBox h3 a {
color: inherit; }
.elementor .postAuthorBox h3 a:hover, .postAuthorBox h3 a:hover {
color: var(--primay-color); }
.elementor .postAuthorBox p, .postAuthorBox p {
margin: 0 0 21px; }
.elementor .postAuthorBox .pabSocial, .postAuthorBox .pabSocial {
position: relative; }
.elementor .postAuthorBox .pabSocial a, .postAuthorBox .pabSocial a {
font-size: 14px;
line-height: 1;
display: inline-block;
color: var(--heading-color);
margin-right: 15px; }
.elementor .postAuthorBox .pabSocial a .flaticon-twitter, .postAuthorBox .pabSocial a .flaticon-twitter {
font-size: calc(100% + 4px);
position: relative;
top: 3px; }
.elementor .postAuthorBox .pabSocial a:hover, .postAuthorBox .pabSocial a:hover {
color: var(--primay-color); }
.postCommetnListBox {
position: relative;
margin: 50px 100px 20px 0; }
.commentHeading {
font-size: 30px;
line-height: 45px;
padding-bottom: 13px;
margin: 0 0 36px;
position: relative; }
.commentHeading::after {
width: 70px;
height: 3px;
background: var(--primay-color);
border-radius: 2px;
content: '';
position: absolute;
left: 0;
bottom: 0; }
.commentHeading #cancel-comment-reply-link {
display: inline-block;
font-size: calc(100% - 10px);
text-decoration: underline;
margin-left: 10px; }
.commentHeading #cancel-comment-reply-link:hover {
color: var(--heading-color); }
.commentList {
margin: 0;
padding: 0; }
.commentList li {
list-style: none; }
.commentList li .children li {
margin-left: 38px; }
.commentList .depth-1:last-child .singleComment {
border-bottom: none;
margin-bottom: 0; }
.singleComment {
position: relative;
padding: 0 0 30px 101px;
min-height: 80px;
margin: 0 0 30px;
border-bottom: 1px solid #E4E4E4; }
.singleComment > img {
width: 80px;
height: 80px !important;
object-fit: cover;
border-radius: 50% !important;
position: absolute;
left: 0;
top: 0; }
.singleComment .cmAuthor {
font-weight: 600;
font-size: 20px;
text-transform: capitalize;
line-height: 28px;
margin: 0 0 9px; }
.singleComment .cmAuthor span {
display: inline-block;
font-size: 13px;
line-height: 1;
color: #8b8b8b;
text-transform: lowercase;
margin: 0 0 0 12px; }
.singleComment .commentContent {
margin: 0 0 16px; }
.singleComment .commentContent p {
margin: 0 0 20px; }
.singleComment .commentContent p:last-child {
margin-bottom: 0; }
.singleComment .comment-reply-link {
display: inline-block;
height: 36px;
width: 36px;
text-align: center;
border-radius: 50%;
background: var(--primay-color);
color: #fff;
font-size: 16px;
text-transform: capitalize;
line-height: 36px;
position: relative; }
.singleComment .comment-reply-link::after {
content: "";
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 4.5px 9px 4.5px 0;
border-color: transparent var(--primay-color) transparent transparent;
bottom: -2px;
left: -2px;
transform: rotate(-45deg);
transition: all .3s ease; }
.singleComment .comment-reply-link:hover:after {
border-right-color: var(--heading-color); }
.singleComment .comment-reply-link:hover {
background: var(--primay-hover-color);
color: #fff; }
.commentForm {
position: relative; }
.commentForm .commentHeading {
margin-bottom: 40px; }
.commentForm label {
display: none; }
.commentForm textarea, .commentForm input {
font-size: 16px;
font-weight: 400;
color: var(--body-color);
width: 100%;
height: 55px;
border: 1px solid #DDDDDD;
border-radius: 3px;
background: transparent;
margin: 0 0 24px;
padding: 0 20px; }
.commentForm textarea {
height: 145px;
padding-top: 14px;
resize: none;
margin-bottom: 29px; }
.commentForm input::placeholder,
.commentForm textarea::placeholder {
opacity: 1;
color: var(--body-color); }
.commentForm input::-moz-placeholder,
.commentForm textarea::-moz-placeholder {
opacity: 1;
color: var(--body-color); }
.commentForm input::-webkit-placeholder,
.commentForm textarea::-webkit-placeholder {
opacity: 1;
color: var(--body-color); }
.commentForm .immiPressBtn {
padding: 0 31px; }
.postCommetnListBox .commentForm {
margin-bottom: 41px; }
.commentContent ol, .commentContent ul, .blDContent ol, .blDContent ul {
margin: 27px 0 32px;
padding: 0; }
.commentContent ol li, .commentContent ul li, .blDContent ol li, .blDContent ul li {
list-style: inherit;
list-style-position: inside;
margin: 0 0 10px;
border: none; }
.commentContent code, .blDContent code {
color: var(--primay-color); }
.commentContent a, .commentContent ol li a, .commentContent ul li a, .blDContent ol li a, .blDContent ul li a {
color: var(--heading-color); }
.commentContent a:hover, .commentContent ol li a:hover, .commentContent ul li a:hover, .blDContent ol li a:hover, .blDContent ul li a:hover {
color: var(--primay-color); }
.commentContent ol ol, .commentContent ul ul, .blDContent ol ul, .blDContent ul ol, .blDContent ol ol, .blDContent ul ul {
padding-left: 15px;
margin: 10px 0 0; }
.blDContent .has-black-border-color {
display: flex; }
.blDContent .has-black-border-color p:last-child {
margin: 0; }
.blDContent .has-light-green-cyan-background-color {
display: flex;
align-items: center;
margin-top: 24px; }
.blDContent .has-light-green-cyan-background-color.has-light-green-cyan-background-color {
margin-bottom: 24px; }
.blDContent .has-light-green-cyan-background-color p:last-child {
margin: 0; }
.blDContent .wp-block-navigation .wp-block-page-list {
margin: 0; }
.blDContent .wp-block-navigation .wp-block-page-list li {
margin: 0; }
.blDContent .wp-block-navigation .wp-block-page-list li ol, .blDContent .wp-block-navigation .wp-block-page-list li ul {
margin: 0;
padding: 0; }
.wp-block-query-pagination {
position: relative;
margin-bottom: 20px; }
.wp-block-query-pagination a, .wp-block-query-pagination span {
position: relative;
z-index: 2;
display: inline-block;
overflow: hidden;
height: 38px;
border: 1px solid #DBDBDB;
background: 0 0;
text-align: center;
line-height: 38px;
padding: 0 12px;
font-size: 14px;
font-family: var(--heading-font);
color: var(--heading-color);
font-weight: 500;
border-radius: 5px;
margin: 0 2px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.wp-block-query-pagination a:hover, .wp-block-query-pagination a.current, .wp-block-query-pagination span:hover, .wp-block-query-pagination span.current {
background: var(--primay-color);
color: #fff;
border-color: var(--primay-color); }
.wp-block-query-pagination a.wp-block-query-pagination-previous, .wp-block-query-pagination a.wp-block-query-pagination-next, .wp-block-query-pagination span.wp-block-query-pagination-previous, .wp-block-query-pagination span.wp-block-query-pagination-next {
margin-bottom: 0;
margin-top: -16px; }
.wp-block-avatar {
margin-bottom: 18px; }
.wp-block-post-comments-form,
.wp-block-comments .comment-form {
position: relative; }
.wp-block-post-comments-form .commentHeading,
.wp-block-comments .comment-form .commentHeading {
margin-bottom: 40px; }
.wp-block-post-comments-form textarea, .wp-block-post-comments-form input[type=email], .wp-block-post-comments-form input[type=text], .wp-block-post-comments-form input[type=url],
.wp-block-comments .comment-form textarea,
.wp-block-comments .comment-form input[type=email],
.wp-block-comments .comment-form input[type=text],
.wp-block-comments .comment-form input[type=url] {
font-size: 16px;
font-weight: 400;
color: var(--body-color);
width: 100%;
height: 55px;
border: 1px solid #DDDDDD;
border-radius: 3px;
background: transparent;
margin: 0 0 24px;
padding: 0 20px !important; }
.wp-block-post-comments-form textarea,
.wp-block-comments .comment-form textarea {
height: 145px;
padding-top: 14px;
resize: none;
margin-bottom: 29px; }
.wp-block-post-comments-form input[type=submit],
.wp-block-comments .comment-form input[type=submit] {
position: relative;
overflow: hidden;
font-size: 18px;
height: 58px;
line-height: 58px;
border-radius: 4px;
padding: 0 31px;
text-align: center;
border: none;
outline: none;
text-transform: capitalize;
display: inline-block;
background: var(--primay-color);
color: #ffffff;
z-index: 2;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.wp-block-post-comments-form input[type=submit]:hover,
.wp-block-comments .comment-form input[type=submit]:hover {
background: var(--heading-color); }
.blDContent .wp-block-calendar {
margin-bottom: 30px; }
.blDContent .wp-block-search input[type=search] {
border: 1px solid rgba(83, 97, 132, 0.1); }
.blDContent :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
border: none;
padding: 0; }
.blDContent .wp-block-search {
margin-bottom: 24px; }
.blDContent ul.wp-block-rss.wp-block-rss {
margin: 0 0 30px;
list-style: none; }
.blDContent .wp-block-latest-comments,
.blDContent .wp-block-post-template,
.blDContent .wp-block-comment-template {
list-style: none; }
.blDContent .wp-element-button, .blDContent .wp-block-button__link {
border-radius: 0;
margin: 0 20px 30px 0; }
.blDContent .wp-block-cover, .blDContent .wp-block-cover-image {
margin: 0 0 24px; }
.blDContent .wp-block-cover.is-light p, .blDContent .wp-block-cover-image.is-light p {
color: #fff; }
.blDContent .wp-block-cover p:last-child, .blDContent .wp-block-cover-image p:last-child {
margin: 0; }
.blDContent .wp-block-file a {
margin-right: 20px; }
.blDContent .wp-block-media-text {
margin-bottom: 24px; }
.blDContent .alignleft {
float: left;
margin: 0.5em 1em 0.5em 0; }
.blDContent .aligncenter {
margin-left: auto;
margin-right: auto;
margin-bottom: 24px; }
.blDContent .alignright {
float: right;
clear: both;
margin: 0.5em 0 0.5em 1em; }
.blDContent .wp-block-image figcaption {
margin-top: 1em; }
.blDContent .wp-block-button.alignleft {
float: left;
margin: 0 1em 1em 0; }
.blDContent .wp-block-button.alignright {
float: right;
margin: 1em 0 1em 1em; }
.blDContent .wp-block-cover .wp-block-cover-text {
color: #fff;
margin: 0; }
.blDContent .blocks-gallery-caption {
margin-bottom: 24px; }
.blDContent iframe, .blDContent .twitter-tweet {
max-width: 100% !important; }
.blDContent .wp-block-media-text.alignwide {
margin-bottom: 0; }
.wp-block-quote.has-text-align-right::before {
margin-left: auto !important; }
.PaginInner {
position: relative;
display: flex;
align-items: center; }
.PaginInner strong {
color: var(--heading-color);
margin: 0 6px 0 0; }
.PaginInner a, .PaginInner .post-page-numbers {
position: relative;
z-index: 2;
display: inline-block;
overflow: hidden;
height: 38px;
border: 1px solid #DBDBDB;
background: 0 0;
text-align: center;
line-height: 38px;
padding: 0 14px;
font-size: 14px;
font-family: var(--heading-font);
color: var(--heading-color);
border-radius: 5px;
margin: 0 4px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.PaginInner a:hover, .PaginInner a.current, .PaginInner .post-page-numbers:hover, .PaginInner .post-page-numbers.current {
background: var(--primay-color);
color: #fff;
border-color: var(--primay-color); }
.PaginInner a.wp-block-query-pagination-previous, .PaginInner a.wp-block-query-pagination-next, .PaginInner .post-page-numbers.wp-block-query-pagination-previous, .PaginInner .post-page-numbers.wp-block-query-pagination-next {
margin-bottom: 0;
margin-top: -16px; }
.commentContent select,
.blDContent select {
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background: url(//www.honsberg.de/wp-content/themes/immiland/assets/images/select.png) no-repeat calc(100% - 25px) center #FFF;
font-size: 16px;
width: 100%;
height: 60px;
line-height: 60px;
border-radius: 4px;
padding: 0 22px;
color: var(--body-color);
cursor: pointer;
font-weight: 400;
border: 1px solid rgba(83, 97, 132, 0.1);
outline: none;
margin: 0 0 30px; }
.commentContent pre, .blDContent pre {
max-height: 300px;
overflow: scroll;
max-width: 100%;
background: #F5F5F5;
padding: 25px;
margin: 25px 0 32px; }
.commentContent dt, .blDContent dt {
color: var(--heading-color); }
.commentContent dd, .blDContent dd {
margin-bottom: 20px; }
.comentPaginations a, .comentPaginations span {
width: 38px;
height: 38px;
line-height: 38px;
font-size: 15px; }
.commentContent img {
margin: 10px 0; }
.singleComment.pingbackcomments {
padding-left: 0; }
.blListItem .blogContent h3,
.bannerTitle {
word-break: break-all; }
.pageSection .PaginInner {
margin-top: 20px; } .errorBanner {
position: relative; }
.errorBanner .bannerTitle {
margin: 93px 0 99px; }
.errorBanner .breadcrumbs {
display: none; }
.errorPageSection {
position: relative;
padding: 128px 0 112px; }
.errorContent {
position: relative; }
.errorContent h1 {
font-size: 300px;
line-height: 240px;
margin: 0 0 32px; }
.errorContent h1 .animImage {
top: 14px; }
.errorContent h2 {
font-size: 60px;
line-height: 70px;
margin: 0 0 48px; }
.errorContent .immiPressBtn {
padding: 0 34px; }
.blDContent {
position: relative; }
.blDContent input[type=password] {
font-size: 16px;
font-weight: 400;
color: var(--body-color);
width: 100%;
height: 50px;
border: 1px solid #DDDDDD;
border-radius: 3px;
background: transparent;
margin: 10px 0 0;
padding: 0 20px !important; }
.blDContent input[type=submit] {
position: relative;
overflow: hidden;
font-size: 16px;
height: 50px;
line-height: 50px;
border-radius: 4px;
padding: 0 31px;
text-align: center;
border: none;
outline: none;
text-transform: capitalize;
display: inline-block;
background: var(--primay-color);
color: #ffffff;
z-index: 2;
margin: 0 0 0 5px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease; }
.blDContent input[type=submit]:hover {
background: var(--primay-hover-color); } .comingPageSection {
position: relative;
padding: 165px 0 140px;
background-position: bottom center;
background-size: auto;
background-repeat: no-repeat;
border-top: 1px solid #E3E3E3; }
.comingSoonContent {
position: relative; }
.comingSoonContent h2 {
font-size: 70px;
line-height: 100px;
margin: 0 0 55px; }
.comingSoonContent .mailForm {
max-width: 545px;
margin: auto; }
.comingSoonContent .mailForm [type="email"] {
max-width: 100%;
height: 60px; }
.comingSoonContent .mailForm .immiPressBtn {
position: absolute;
right: 0;
top: 0;
border-radius: 0px 4px 4px 0px;
height: 60px;
padding: 0 37px; }
.comingSoonContent .mailForm .immiPressBtn:hover {
color: #fff; }
.comingSoonContent .mailForm .immiPressBtn::before, .comingSoonContent .mailForm .immiPressBtn::after, .comingSoonContent .mailForm .immiPressBtn span::before, .comingSoonContent .mailForm .immiPressBtn span::after {
background: var(--primay-hover-color); }
.immiPressCountWrap {
justify-content: center;
display: flex;
font-family: var(--heading-font);
margin: 0 0 70px; }
.immiPressCountWrap .countdown-section {
float: left;
margin: 0 54px; }
.immiPressCountWrap .countdown-section .countdown-amount {
text-align: center;
font-weight: 600;
font-size: 50px;
line-height: 1;
color: var(--heading-color);
margin: 0 0 10px;
display: block; }
.immiPressCountWrap .countdown-section .countdown-period {
font-weight: 600;
font-size: 24px;
line-height: 34px;
color: var(--heading-color);
margin: 0;
text-align: center;
display: block; }
.themejunction_editor {
position: relative; }
.themejunction_editor.disc ul {
list-style-type: disc; }
.themejunction_editor.circle ul {
list-style-type: circle; }
.themejunction_editor.square ul {
list-style-type: square; }
.themejunction_editor.decimal ul {
list-style-type: decimal; }
.themejunction_editor.deorgian ul {
list-style-type: deorgian; }
.themejunction_editor.trad ul {
list-style-type: trad-chinese-informal; }
.themejunction_editor.lannada ul {
list-style-type: lannada; }
.themejunction_editor.none ul {
list-style-type: none; }
.elementor-align-left .immiPressCountWrap {
justify-content: flex-start; }
.elementor-align-right .immiPressCountWrap {
justify-content: flex-end; }
body .elementor-widget:not(:last-child) {
margin-bottom: 0; } .customeCursor {
width: 30px;
height: 30px;
border-radius: 100%;
border: 1px solid var(--primay-color);
-webkit-transition: all 200ms ease-out;
transition: all 200ms ease-out;
position: fixed;
pointer-events: none;
left: 0;
top: 0;
-webkit-transform: translate(calc(-50% + 5px), -50%);
transform: translate(calc(-50% + 5px), -50%);
z-index: 999991; }
.customeCursorDot {
width: 12px;
height: 12px;
border-radius: 100%;
background: var(--primay-color);
opacity: .3;
position: fixed;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
pointer-events: none;
-webkit-transition: width .3s, height .3s, opacity .3s;
transition: width .3s, height .3s, opacity .3s;
z-index: 999991; }
.customeCursorHover {
background: var(--primay-color);
opacity: 0.4; }
.customeCursorInHover {
width: 30px;
height: 30px;
opacity: .4; }  @media (min-width: 1200px) and (max-width: 1600px) {
.testimonialSlider02 .testimonilaItem03 {
padding: 45px 170px 45px 30px; }
.blDThumb {
margin: 0; }
.widget_blog .ppPostItem {
padding-right: 0; }
.footer_04 .copyRight {
margin-left: auto;
padding-left: 12px;
padding-right: 12px; }
.topbar02 {
padding: 0; }
.header04 {
padding: 0; }
.header04 .immiPressBtn {
padding: 0 25px;
margin-left: 18px; }
.header04 .mainMenu ul li {
margin-right: 20px; }
.heroSection01 .heroSlider01 .singleSlide .sliderContent {
margin-left: 0; }
.topbar01 .topLeftShape {
left: 5px;
bottom: -10px; }
.topbar01 .topLeftShape svg {
width: 70px; }
.topbar01 .topRightShape {
right: 5px;
bottom: -10px; }
.topbar01 .topRightShape svg {
width: 70px; }
.topbar01 .topBarWrapper {
margin: 0; }
.topbar01 .topBarWrapper .infoText {
padding-right: 15px;
margin-left: 10px; }
.topbar01 .topBarWrapper .infoText.infoText02 {
padding-left: 18px; }
.topbar01 .topBarWrapper .topBarSocial {
padding: 16px 5px 12px 20px; }
.header01 {
padding: 0; }
.header01 .immiPressBtn {
margin-left: 30px; }
.mainMenu ul li {
margin-right: 20px; }
.mainMenu ul li:nth-last-child(1) .sub-menu li .sub-menu,
.mainMenu ul li:nth-last-child(2) .sub-menu li .sub-menu {
left: auto;
right: 100%; }
.aboutWidget {
margin: 81px -45px 0 0px;
padding-right: 27px; }
.serviceMenu {
position: relative;
margin: 67px 15px 0 45px; }
.contactWidget {
margin-left: 0; }
.tj-stretch-element-inside-column {
height: 100%; }
.tj-stretch-element-inside-column .straceThumb {
height: 100%; }
.tj-stretch-element-inside-column .straceThumb img {
height: 100%;
width: auto;
object-fit: cover;
object-position: center; }
.elementor-widget-tj-strech-image {
height: 100%; }
.elementor-widget-tj-strech-image > div {
height: 100%; }
.contactFWrapper02 {
margin: 0; }
.header03 .mainMenu ul li,
.header02 .mainMenu ul li {
margin-right: 18px; }
.header03 {
padding: 0 15px; }
.header03 .immiPressBtn {
padding: 0 22px; }
.header03 > svg {
left: -90px; }
.header03 svg.last {
left: -80px; }
.heroSection03 .sliderContent h2 {
font-size: 60px;
line-height: 85px; }
.bannerThumb .heroThumb {
margin-left: 0; }
.bannerThumb .heroThumb img {
max-width: 75%; }
.bannerThumb .bgBorder {
left: 0; }
.bannerThumb .bgBorder img {
max-width: 100%; }
.bannerThumb .bnFlag {
left: 0; }
.bannerThumb .bnFlag img {
max-width: 100%; }
.galleryWidget {
padding-left: 30px; }
.footer_02 .serviceMenu {
margin-right: 50px; }
.footer_02 .aboutWidget {
padding-right: 27px; } }
@media (min-width: 1600px) and (max-width: 1900px) {
.header03 > svg {
left: -50px; }
.header03 svg.last {
left: -40px; }
.topbar01 .topLeftShape {
left: 15px;
bottom: -5px; }
.topbar01 .topLeftShape svg {
width: 120px;
height: auto; }
.topbar01 .topRightShape {
right: 15px;
bottom: -5px; }
.topbar01 .topRightShape svg {
width: 120px;
height: auto; }
.header01 {
padding: 0 45px; } }
@media (min-width: 1200px) and (max-width: 1365px) {
.mailchimpWidget02 {
margin: 0;
padding-left: 0; }
.mailchimpWidget02 .tj-stretch-element-inside-column {
display: none; }
.topbar02 {
padding: 0; }
.header04 {
padding: 0; }
.header04 .immiPressBtn {
display: none; }
.header04 .mainMenu ul li {
margin-right: 20px; }
.topbar01 .topLeftShape, .topbar01 .topRightShape {
display: none; }
.header01 {
padding: 0; }
.header01 .immiPressBtn {
margin-left: 0;
padding: 0 25px;
font-size: 15px; }
.mainMenu ul li {
margin-right: 15px; }
.mainMenu ul li .megaMenu {
right: -180px; }
.mainMenu > ul > li:last-of-type > .sub-menu {
left: auto;
right: 0; }
.defaultHeader .mainMenu ul li:nth-last-child(4) .sub-menu li .sub-menu,
.mainMenu ul li:nth-last-child(1) .sub-menu li .sub-menu,
.mainMenu ul li:nth-last-child(2) .sub-menu li .sub-menu,
.mainMenu ul li:nth-last-child(3) .sub-menu li .sub-menu {
left: auto;
right: 100%; }
.header03 {
padding: 0; }
.header03 > svg {
left: -75px; }
.header03 svg.last {
left: -65px; }
.header03 .mainMenu ul li {
margin-right: 20px; }
.header03 .immiPressBtn {
display: none; }
.heroSection04 .heroSlider02 .singleSlide .sliderContent h2 {
font-size: 80px; } }
@media (min-width: 1200px) and (max-width: 1400px) {
.coachingItem03 {
min-height: 249px; }
.heroSection01 .heroSlider01 .singleSlide {
height: 700px; }
.heroSection04 .slNav {
max-width: 1160px; }
.heroSection02 {
padding: 210px 0 120px; }
.heroSection02 .sliderContent h2 {
font-size: 75px;
line-height: 90px; }
.mailchimpWidget02 .tj-stretch-element-inside-column {
display: none; } }
@media (min-width: 1400px) and (max-width: 1800px) {
.mailchimpWidget02 .tj-stretch-element-inside-column {
display: block;
min-height: 551px; }
.mailchimpWidget02 {
padding-right: 50px; } } @media (max-width: 1199px) {
.blDContent .wp-block-embed-instagram, .blDContent .wp-block-embed-facebook {
overflow: hidden; }
.footer_01 {
background-position: left center; }
.heroSection02 {
padding: 165px 0 90px; }
.sidebar {
margin-left: 0; }
.sidebar.lft {
margin-right: 0; }
.blDThumb {
margin: 0; }
.postCommetnListBox {
margin-right: 0; }
.wp-block-quote, .blDContent blockquote.wp-block-quote {
padding-left: 30px;
padding-right: 30px; }
.blDContent p,
.blDContent p.sbText {
margin-right: 0; }
.teamDetailsArea {
margin: 0 0 60px;
padding: 65px 25px 80px; }
.skArea {
margin: 0; }
.coachingDConArea,
.serviceDConArea {
margin: 0; }
.mailchimpWidget02 p,
.abSocial a:last-child {
margin-right: 0; }
.mailchimpWidget02 .tj-stretch-element-inside-column {
display: none; }
.mailchimpWidget.mailchimpWidget02 {
margin-left: 0;
padding-left: 0;
margin-right: 0; }
.conInfoWrapper {
padding-left: 25px;
padding-right: 25px; }
.conInfoWrapper .starRatings {
font-size: 35px;
line-height: 45px;
letter-spacing: 8px; }
.iconBox05 p {
word-wrap: break-word; }
.heroSection04 .heroSlider02 .singleSlide .sliderContent h2 {
font-size: 65px;
line-height: 75px; }
.abFact .abContent {
left: -160px;
bottom: -180px;
padding: 65px 15px 15px 160px; }
.topbar02 {
padding: 0; }
.header04 {
padding: 0; }
.header04 .immiPressBtn {
display: none; }
.bannerThumb .heroThumb {
margin-left: 0; }
.bannerThumb .heroThumb img {
max-width: 70%; }
.bannerThumb .bgBorder {
left: 0; }
.bannerThumb .bgBorder img {
max-width: 100%; }
.bannerThumb .bnFlag {
left: 0; }
.bannerThumb .bnFlag img {
max-width: 100%; }
.contactFWrapper02 {
margin: 0 -15px; }
.contactFWrapper02 .cwBg {
padding-left: 22px;
padding-right: 22px; }
.contactFWrapper02 .cwBg .subTitle {
font-size: 22px;
margin-bottom: 12px; }
.contactFWrapper02 .cwBg .secTitle {
font-size: 26px;
line-height: 36px;
margin-bottom: 30px; } .topbar01 .topLeftShape, .topbar01 .topRightShape {
display: none; }
.topbar01 .topBarWrapper {
margin: 0; }
.topbar01 .topBarWrapper .infoText {
padding-right: 15px;
margin-left: 0; }
.topbar01 .topBarWrapper .infoText.infoText02 {
padding-left: 18px; }
.topbar01 .linkText {
display: none; }
.topbar01 .topBarSocial {
padding: 16px 0 12px 20px;
border-right: none;
margin-left: auto; }
.topbar01 .topBarSocial a {
margin-right: 15px; }
.topbar01 .topBarSocial a:last-child {
margin-right: 0; }
.topbar01 .searchBar {
padding-left: 15px;
margin-right: 5px; }
.topbar01 .searchBar [type="search"] {
width: 200px; }
header .logo01 img {
height: 48px; }
.header01 {
padding: 0; }
.header01 .immiPressBtn {
display: none; }
.heroSection01 .heroSlider01 .singleSlide {
height: 650px; }
.heroSection01 .heroSlider01 .singleSlide .sliderContent {
margin-left: 0; }
.heroSection01 .heroSlider01 .singleSlide .sliderContent h2 {
font-size: 75px;
line-height: 85px; }
.serviceItem01 .serContent {
padding-left: 20px;
padding-right: 20px; }
.sectionTitle {
margin: 0 0 45px; }
.sectionTitle .subTitle {
font-size: 22px;
margin-bottom: 12px; }
.sectionTitle .secTitle {
font-size: 40px;
line-height: 50px; }
.iconBox02 {
margin: 24px 0 0; }
.qutation br {
display: none; }
.hideM {
display: none; }
.heroSection01 .heroSlider01 .owl-dots {
right: 20px; }
.header03 {
padding: 0; }
.header03 .immiPressBtn {
display: none; }
.coachingItem03 {
margin: 0 0 24px; }
.coachingInfo .coachingDCon {
padding: 0; } }
@media (min-width: 992px) and (max-width: 1199px) {
.heroSection04 .heroSlider02 .singleSlide {
height: 600px; }
.heroSection04 .slNav {
max-width: 800px; }
.testimonialSlider02 .testimonilaItem03 {
padding: 45px 170px 45px 30px; }
.funfact01 {
padding-left: 12px;
padding-right: 12px; }
.blogItem02 .blogContent .biMeta span {
margin-left: 15px; }
.teamItem02 .teamThumb {
width: 100%;
height: 100%;
max-width: 306px;
max-height: 306px; }
.contactForm {
padding: 55px 30px; }
.tmjAccordion .card .card-body p br {
display: none; }
.serviceItem02 p {
margin-left: 25px;
margin-right: 25px; }
.countryTabTabsNav li button {
font-size: 18px;
padding: 0 26px; }
.commentList li .children li {
margin-left: 15px; }
.widget_blog .ppPostItem {
padding: 0;
margin-bottom: 30px; }
.widget_blog .ppPostItem img {
position: relative;
left: 0;
top: 0;
margin: 0 0 15px; }
.widget_blog .ppPostItem .biMeta {
margin-bottom: 10px; }
.comingSoonContent h2 {
font-size: 60px;
line-height: 70px; }
.immiPressCountWrap .countdown-section {
margin: 0 30px; }
.iconBox07 {
padding: 0 0 6px; }
.coachingInfo .col-lg-5 {
width: 45%; }
.coachingInfo .col-lg-7 {
width: 55%; }
.serviceDcon .sDcon {
padding: 0; }
.contacInfotWidget .infoContent {
margin-right: 25px; }
.aboutWidget {
margin-left: 0; }
.serviceMenu {
margin-left: 35px;
margin-right: 0; }
.contactWidget {
margin-left: 0; }
.mainMenu > ul > li:nth-last-child(2) > .sub-menu,
.mainMenu > ul > li:nth-last-child(1) > .sub-menu {
left: auto;
right: 0; }
.blogItem03 .blogContent {
padding-left: 22px;
padding-right: 22px; }
.blogItem03 .blogContent .biMeta {
font-size: 15px; }
.blogItem03 .blogContent .biMeta span {
margin-left: 10px; }
.blogItem03 .blogContent .biMeta svg {
margin-right: 5px; }
.heroSection03 .sliderContent h2 {
font-size: 50px;
line-height: 65px; }
.mainMenu ul li:nth-last-child(1) .sub-menu li .sub-menu,
.mainMenu ul li:nth-last-child(2) .sub-menu li .sub-menu,
.mainMenu ul li:nth-last-child(3) .sub-menu li .sub-menu,
.mainMenu ul li:nth-last-child(4) .sub-menu li .sub-menu {
left: auto;
right: 100%; }
.mainMenu ul li .megaMenu {
width: 950px;
right: -80px; }
.header02 .mainMenu ul li .megaMenu {
right: -160px; }
.header01 {
padding: 0; }
.header01 .immiPressBtn {
display: none; }
.header01 .mainMenu ul li {
margin-right: 15px;
padding: 33px 0; }
.header01 .mainMenu ul li a {
font-size: 17px; }
.coachingItem02 .immiPressBtn,
.coachingItem02 .coachingContent {
margin-right: 30px; }
.ci04 .immiPressBtn,
.ci04 .coachingContent {
margin-right: 0;
margin-left: 30px;
padding-right: 30px; }
.heroSection02 .sliderContent h2 {
font-size: 60px;
line-height: 70px; }
.footer_02 .aboutWidget {
padding-right: 18px;
margin-right: -20px; }
.footer_02 .serviceMenu {
margin: 79px 25px 0 20px; }
.mailchimpWidget {
margin-left: -25px;
padding-left: 25px; }
.header03 .mainMenu ul li,
.header02 .mainMenu ul li {
margin-right: 10px; }
.header03 .popupBtn,
.header02 .popupBtn {
margin-left: 10px;
width: 50px;
height: 50px; }
.header03 .mainMenu > ul > li > a,
.header02 .mainMenu > ul > li > a {
font-size: 16px; }
.contactFWrapper02 {
margin-right: 0; }
.header03 > svg {
left: -115px;
height: 94px; }
.header03 svg.last {
left: -105px; }
.header03 .mainMenu ul li .megaMenu {
right: -145px; }
.testimonialSlider02 .testimonilaItem02 {
padding-right: 30px; }
.galleryWidget {
padding-left: 25px;
margin-left: -10px; }
.galleryShots a:nth-child(3), .galleryShots a:nth-child(6), .galleryShots a:last-child {
margin-right: 10px; }
.blogItem02 .blogContent .biMeta {
font-size: 15px; }
.searchBtn {
display: none; }
.header04 .mainMenu ul li {
margin-right: 15px; }
.header03 .logo01,
header .logo01 {
padding: 23px 0; }
.header03 .mainMenu ul li,
.mainMenu ul li {
padding: 33px 0; }
.header01 .mainMenu ul li:hover::after {
top: 35px; }
.header01 .mainMenu ul li:hover::before {
bottom: 35px; }
.iconBox03 .ibTitle {
font-size: 22px; } } @media (min-width: 768px) and (max-width: 991px) {
.heroSection04 .slNav {
max-width: 645px; }
.heroSection04 .heroSlider02 .singleSlide .sliderContent h2 {
font-size: 55px;
line-height: 66px; }
.heroSection04 .heroSlider02 .singleSlide {
height: 600px; }
.heroSection01 .heroSlider01 .singleSlide .sliderContent h2 {
font-size: 65px;
line-height: 75px; }
.footer_04 .serviceMenu {
margin-left: 0; }
.footer_04 .aboutWidget {
margin-right: 20px; }
.heroSection02 .sliderContent p {
margin-right: 30px; }
.immiPressCountWrap .countdown-section {
margin: 0 30px; }
.coachingInfo .col-lg-5 {
width: 49%; }
.coachingInfo .col-lg-7 {
width: 51%; }
.topbar01 .topBarWrapper .infoText.infoText02 {
display: none; }
.topbar01 .topBarSocial {
border-left: 1px solid var(--body-color); }
.heroSection02 .sliderContent h2 {
font-size: 50px;
line-height: 60px; }
.footer_02 .contactWidget {
margin-left: 0; }
.heroSection03 .sliderContent h2 {
font-size: 36px;
line-height: 50px; }
.heroSection03 .btnInfo .immiPressBtn {
padding: 0 21px; }
.header03 > svg {
left: -70px;
height: 95px; }
.header03 svg.last {
left: -60px; }
.header04 .immiPressBtn {
display: inline-block;
height: 50px;
line-height: 50px;
padding: 0 25px;
margin-left: 12px; } } @media (max-width: 991px) {
.header04 .popupBtn {
margin-left: 10px; }
.header02 .immiPressBtn {
margin-left: 20px; }
.header01 .searchBtn,
.header01 .popupBtn {
margin-left: 10px; }
.header01 .searchBtn svg {
height: 24px; }
.sidebar {
margin-top: 50px; }
.sidebar.lft {
margin-top: 0;
margin-bottom: 50px; }
.teamDContent {
padding: 0; }
.teamDContent ul li span {
min-width: 115px; }
.teamDetailsArea p {
margin-right: 0; }
.skArea {
margin: 0 0 30px; }
.iconBox07 {
padding-bottom: 30px; }
.coachingDConArea,
.serviceDConArea {
margin: 0 0 50px; }
.footer_04 .copyRight {
margin-left: auto;
padding-left: 12px;
padding-right: 12px; }
.mailchimpWidget02 {
margin: 0; }
.searchBtn {
width: 50px;
height: 50px;
line-height: 48px;
font-size: 18px;
margin-left: 10px; }
.iconBox04 {
padding: 0 0 0 105px; }
.sliderContent h2 {
font-size: 70px;
line-height: 80px; }
.coachingItem02, .blogItem02, .iconBox03, .blogItem01, .coachingItem01, .teamItem01, .serviceItem01 {
margin: 0 0 24px; }
header .logo01 {
padding: 25px 0; }
.header01 .immiPressBtn {
display: inline-block;
margin-left: 15px;
height: 50px;
line-height: 50px;
font-size: 15px;
padding: 0 15px; }
.header03 .popupBtn,
.popupBtn {
width: 50px;
height: 50px; } .menuBtn {
display: block;
font-size: 16px;
line-height: 50px;
color: #fff;
padding: 0;
position: relative;
margin: 0;
background: var(--secondary-color);
width: 50px;
height: 50px;
border-radius: 5px;
text-align: center;
margin-left: auto; }
.menuBtn:hover, .menuBtn.active {
background: var(--secon-hover-color);
color: #fff; }
.menuBtn.mbText {
width: auto;
padding: 0 18px;
background: var(--secon-hover-color); }
.menuBtn.mbText i {
display: inline-block;
margin-right: 8px; }
.menuBtn span {
display: inline-block;
font-size: 15px;
text-transform: uppercase;
position: relative;
top: -1px;
font-weight: 600; }
.header04 .mainMenu,
.header03 .mainMenu,
.header02 .mainMenu,
header .mainMenu {
position: absolute;
left: 0;
top: 100%;
background: #FFF;
box-shadow: 0 0 50px 0 rgba(29, 35, 58, 0.08);
border-radius: 0;
width: 100%;
padding: 0;
margin: 0;
max-height: calc(100vh - 130px);
overflow-y: auto;
display: none;
z-index: 99; }
.header04 .mainMenu > ul,
.header03 .mainMenu > ul,
.header02 .mainMenu > ul,
header .mainMenu > ul {
display: block;
width: 100%; }
.header04 .mainMenu > ul > li,
.header03 .mainMenu > ul > li,
.header02 .mainMenu > ul > li,
header .mainMenu > ul > li {
display: block;
margin: 0;
padding: 0; }
.header04 .mainMenu > ul > li > a,
.header03 .mainMenu > ul > li > a,
.header02 .mainMenu > ul > li > a,
header .mainMenu > ul > li > a {
width: 100%;
display: block;
padding: 11px 20px;
border-top: 1px solid #eee; }
.header04 .mainMenu > ul > li > a::after,
.header03 .mainMenu > ul > li > a::after,
.header02 .mainMenu > ul > li > a::after,
header .mainMenu > ul > li > a::after {
position: absolute !important;
margin: 0 !important;
top: 12px !important;
right: 20px; }
.header04 .mainMenu > ul > li::after, .header04 .mainMenu > ul > li::before,
.header03 .mainMenu > ul > li::after,
.header03 .mainMenu > ul > li::before,
.header02 .mainMenu > ul > li::after,
.header02 .mainMenu > ul > li::before,
header .mainMenu > ul > li::after,
header .mainMenu > ul > li::before {
display: none; }
.header04 .mainMenu > ul > li .sub-menu, .header04 .mainMenu > ul > li .megaMenu,
.header03 .mainMenu > ul > li .sub-menu,
.header03 .mainMenu > ul > li .megaMenu,
.header02 .mainMenu > ul > li .sub-menu,
.header02 .mainMenu > ul > li .megaMenu,
header .mainMenu > ul > li .sub-menu,
header .mainMenu > ul > li .megaMenu {
display: none;
position: relative;
top: 0;
left: auto;
opacity: 1;
visibility: visible;
pointer-events: inherit;
border: none;
border-radius: 0;
padding: 0;
margin: 0;
box-shadow: none;
transition: none;
min-width: 100%; }
.header04 .mainMenu > ul > li .sub-menu li, .header04 .mainMenu > ul > li .megaMenu li,
.header03 .mainMenu > ul > li .sub-menu li,
.header03 .mainMenu > ul > li .megaMenu li,
.header02 .mainMenu > ul > li .sub-menu li,
.header02 .mainMenu > ul > li .megaMenu li,
header .mainMenu > ul > li .sub-menu li,
header .mainMenu > ul > li .megaMenu li {
padding: 0;
border: none; }
.header04 .mainMenu > ul > li .sub-menu li a, .header04 .mainMenu > ul > li .megaMenu li a,
.header03 .mainMenu > ul > li .sub-menu li a,
.header03 .mainMenu > ul > li .megaMenu li a,
.header02 .mainMenu > ul > li .sub-menu li a,
.header02 .mainMenu > ul > li .megaMenu li a,
header .mainMenu > ul > li .sub-menu li a,
header .mainMenu > ul > li .megaMenu li a {
width: 100%;
display: block;
padding: 11px 20px;
padding-left: 35px;
border-top: 1px solid #eee; }
.header04 .mainMenu > ul > li .sub-menu li .sub-menu li a, .header04 .mainMenu > ul > li .megaMenu li .sub-menu li a,
.header03 .mainMenu > ul > li .sub-menu li .sub-menu li a,
.header03 .mainMenu > ul > li .megaMenu li .sub-menu li a,
.header02 .mainMenu > ul > li .sub-menu li .sub-menu li a,
.header02 .mainMenu > ul > li .megaMenu li .sub-menu li a,
header .mainMenu > ul > li .sub-menu li .sub-menu li a,
header .mainMenu > ul > li .megaMenu li .sub-menu li a {
padding-left: 45px; }
.header04 .mainMenu > ul > li .sub-menu li.menu-item-has-children > a::after, .header04 .mainMenu > ul > li .megaMenu li.menu-item-has-children > a::after,
.header03 .mainMenu > ul > li .sub-menu li.menu-item-has-children > a::after,
.header03 .mainMenu > ul > li .megaMenu li.menu-item-has-children > a::after,
.header02 .mainMenu > ul > li .sub-menu li.menu-item-has-children > a::after,
.header02 .mainMenu > ul > li .megaMenu li.menu-item-has-children > a::after,
header .mainMenu > ul > li .sub-menu li.menu-item-has-children > a::after,
header .mainMenu > ul > li .megaMenu li.menu-item-has-children > a::after {
transform: none; }
.header04 .mainMenu > ul > li .sub-menu .sub-menu, .header04 .mainMenu > ul > li .megaMenu .sub-menu,
.header03 .mainMenu > ul > li .sub-menu .sub-menu,
.header03 .mainMenu > ul > li .megaMenu .sub-menu,
.header02 .mainMenu > ul > li .sub-menu .sub-menu,
.header02 .mainMenu > ul > li .megaMenu .sub-menu,
header .mainMenu > ul > li .sub-menu .sub-menu,
header .mainMenu > ul > li .megaMenu .sub-menu {
top: 0;
left: 0; }
.header04 .mainMenu > ul > li .megaMenu,
.header03 .mainMenu > ul > li .megaMenu,
.header02 .mainMenu > ul > li .megaMenu,
header .mainMenu > ul > li .megaMenu {
width: 100%;
right: auto;
padding: 20px; }
.header04 .mainMenu > ul > li .megaMenu .mgmenuItem,
.header03 .mainMenu > ul > li .megaMenu .mgmenuItem,
.header02 .mainMenu > ul > li .megaMenu .mgmenuItem,
header .mainMenu > ul > li .megaMenu .mgmenuItem {
margin: 0 0 30px; }
.header04 .mainMenu > ul > li:hover > .sub-menu,
.header03 .mainMenu > ul > li:hover > .sub-menu,
.header02 .mainMenu > ul > li:hover > .sub-menu,
header .mainMenu > ul > li:hover > .sub-menu {
pointer-events: inherit;
top: 0;
opacity: 1;
visibility: visible; }
.header04 .mainMenu,
.header02 .mainMenu {
background: var(--secondary-color); }
.header04 .mainMenu > ul > li > a,
.header02 .mainMenu > ul > li > a {
border-color: rgba(255, 255, 255, 0.1); }
.header01 .mainMenu ul li:nth-last-child(1) .sub-menu li .sub-menu,
.header01 .mainMenu ul li:nth-last-child(2) .sub-menu li .sub-menu,
.header01 .mainMenu ul li:nth-last-child(3) .sub-menu li .sub-menu,
.header01 .mainMenu ul li:nth-last-child(4) .sub-menu li .sub-menu {
left: 0;
right: auto; }
.mainMenu ul li .sub-menu li:hover .sub-menu {
top: 0; }
.header04 .menuBtn {
background: var(--primay-color); } .aboutWidget {
margin-left: 0;
padding-right: 20px; }
.galleryWidget, .footer_04 .aboutWidget,
.footer_02 .mailchimpWidget,
.footer_02 .aboutWidget {
border: none; }
.serviceMenu {
margin-left: 30px;
margin-right: 0; }
.footer_04 .serviceMenu,
.footer_02 .serviceMenu {
border-right: none; }
.contactWidget {
margin-left: 0; }
.abSocial a {
margin-right: 4px; }
.blogItem03 {
margin: 0 0 24px; }
.iconBox07 {
padding-left: 0;
padding-right: 0; } } @media (max-width: 767px) {
.customeCursor, .customeCursorDot {
display: none; }
.testimonialSlider02 .testimonilaItem03 {
padding: 45px 20px 45px 25px; }
.testimonialSlider02 .testimonilaItem03 .tsThumb {
margin: 30px 0 0;
right: auto;
position: relative; }
.header03 .searchBtn {
width: 45px;
height: 45px;
line-height: 42px; }
.tmjAccordion .card .card-header .title svg {
right: 18px; }
.teamItem02 .teamThumb {
width: 100%;
height: 100%;
max-width: 306px;
max-height: 306px; }
.testimonialSlider01 .testimonilaItem01 .tsAuthor .tsNM {
margin-top: 25px; }
.testimonialSlider01 .owl-dots {
margin-top: 25px; }
.testimonialSlider01 .testimonilaItem01 .tsAuthor {
margin-bottom: 30px; }
#gallery-2 .gallery-item, #gallery-3 .gallery-item, #gallery-4 .gallery-item, #gallery-5 .gallery-item, #gallery-9 .gallery-item, #gallery-8 .gallery-item, #gallery-7 .gallery-item, #gallery-6 .gallery-item {
width: 100% !important; }
.blDContent .wp-block-media-text.alignwide {
display: block; }
.blDContent .wp-block-media-text.alignwide .wp-block-media-text__content {
padding: 10px 0 0; }
.blDContent .wp-block-media-text p {
margin: 20px 0 0; }
.elementor .postAuthorBox, .postAuthorBox {
padding: 50px 30px 26px 30px; }
.elementor .postAuthorBox img, .postAuthorBox img {
position: relative;
top: 0;
left: 0;
margin-bottom: 20px; }
.iconBox03 > span::before,
.iconBox03 > span::after {
width: 50px; }
.container-sm, .container {
max-width: 100%; }
.singleComment {
padding-left: 0; }
.singleComment > img {
position: relative;
margin: 0 0 25px; }
.commentList li .children li {
margin-left: 15px; }
.widget_blog .ppPostItem {
padding-right: 0;
padding-top: 0; }
.widget_blog .ppPostItem .biMeta span.date {
margin-right: 15px; }
.teamDContent {
padding: 50px 0 0; }
.teamDetailsArea .col-lg-7,
.teamDetailsArea .col-lg-5 {
width: 100%; }
.comingPageSection {
padding: 90px 0 70px; }
.mailForm.mail01 .immiPressBtn {
padding: 0 15px; }
.immiPressCountWrap {
display: block; }
.immiPressCountWrap .countdown-section {
float: none;
margin: 0 0 30px;
display: block; }
.comingSoonContent h2 {
font-size: 48px;
line-height: 58px; }
.errorContent {
overflow: hidden; }
.errorContent h1 {
font-size: 200px;
line-height: 1; }
.errorContent h2 {
font-size: 45px;
line-height: 55px; }
.borderRight {
border: none; }
.contacInfotWidget .infoContent {
margin-right: 25px; }
.pageBanner .bannerTitle {
font-size: 40px;
line-height: 50px; }
.topbar02 {
padding: 0; }
.topbar02 .topBarWrapper {
display: block;
text-align: center; }
.topbar02 .infoText {
display: none; }
.abFact .abContent {
left: -210px;
bottom: -255px;
padding: 50px 15px 15px 185px; }
.abFact .abContent h2 {
font-size: 35px;
line-height: 1;
margin-bottom: 5px; }
.abFact .abContent h5 {
font-size: 20px;
line-height: 24px; }
.conInfoWrapper {
margin: 40px 0 0; }
.conInfoWrapper .starRatings {
font-size: 35px; }
.footer_04 .copyRight {
padding-left: 12px;
padding-right: 12px; }
.galleryWidget {
margin: 25px 0 0;
border: none;
padding-left: 0; }
.countrySlider.owl-carousel .owl-nav,
.coachingSlider.owl-carousel .owl-nav,
.serviceSlider.owl-carousel .owl-nav {
position: relative;
top: 0;
text-align: center;
margin: 20px 0 0; }
.coachingItem02 .immiPressBtn,
.coachingItem02 .coachingContent {
margin-right: 30px; }
.ci04 .immiPressBtn,
.ci04 .coachingContent {
margin-right: 0;
margin-left: 30px;
padding-right: 30px; }
.contactFWrapper02 {
margin: 50px 0 0; }
.contactFWrapper02 .cwBg {
padding-left: 25px;
padding-right: 25px; }
.contactFWrapper02 .cwBg .subTitle {
font-size: 22px;
margin-bottom: 12px; }
.contactFWrapper02 .cwBg .secTitle {
font-size: 26px;
line-height: 36px;
margin-bottom: 30px; }
.header03 .popupBtn,
.header02 .popupBtn {
margin-left: 12px; }
.header03 .menuBtn.mbText i,
.header02 .menuBtn.mbText i {
display: none; }
.header01 .immiPressBtn {
display: none; }
.footer_02 .aboutWidget,
.aboutWidget {
margin-right: 0;
margin-left: 0; }
.testimonialSlider01 .testimonilaItem01 .qutation {
font-size: 35px; }
.sectionTitle {
margin-bottom: 30px; }
.sectionTitle .subTitle {
font-size: 22px; }
.sectionTitle .secTitle {
font-size: 30px;
line-height: 40px; }
.sectionTitle .secTitle br {
display: none; }
.sliderContent .subTitle {
font-size: 20px; }
.heroSection01 .heroSlider01 .singleSlide .sliderContent h2,
.heroSection03 .sliderContent h2,
.sliderContent h2 {
font-size: 55px;
line-height: 65px;
max-width: 450px; }
.heroSection01 .heroSlider01 .owl-dots {
right: 10px; }
.heroSection01 .heroSlider01 .singleSlide {
height: 650px; }
.heroSection04 .heroSlider02 .singleSlide .sliderContent {
padding-left: 0; }
.heroSection04 .heroSlider02 .singleSlide .sliderContent h2 {
font-size: 40px;
line-height: 52px;
max-width: 430px;
margin-bottom: 30px; }
.heroSection04 .heroSlider02 .singleSlide .sliderContent p {
max-width: 400px;
margin-bottom: 30px; }
.heroSection04 .prevArrow,
.heroSection04 .nextArrow {
display: none; }
.topbar01 {
position: relative; }
.topbar01 .topBarWrapper {
display: block;
margin-left: 0; }
.topbar01 .topBarWrapper .searchBar {
padding: 0;
margin: 10px 0 0;
border-bottom: 1px solid var(--body-color); }
.topbar01 .topBarWrapper .searchBar [type="search"] {
width: 100%; }
.topbar01 .topBarWrapper .infoText {
padding: 12px 0;
border: none; }
.topbar01 .topBarWrapper .infoText {
display: none; }
.topbar01 .topBarWrapper .topBarSocial {
padding: 10px 0;
text-align: center;
border-right: none; }
.topbar01 .topBarWrapper .linkText {
display: none; }
.bannerThumb {
text-align: center;
margin: auto; }
.bannerThumb .heroThumb {
margin: 45px 0 0; }
.bannerThumb .heroThumb img {
max-width: 65%; }
.bannerThumb .bgBorder {
left: 0;
top: 30px; }
.bannerThumb .bgBorder img {
max-width: 100%; }
.bannerThumb .bnFlag img {
max-width: 80%; }
.heroSection02 {
padding: 150px 0 80px; }
.heroSection02 .sliderContent h2 {
max-width: 80%;
margin-bottom: 30px; }
.heroSection02 .sliderContent p {
margin-bottom: 32px; }
.heroSection02 .btnInfo .immiPressBtn {
padding: 0 25px;
margin: 0 15px 0 0; }
.header03 > svg {
display: none; }
.header03.fixedHeader,
.header03 {
background: var(--secondary-color); }
.header03.fixedHeader .popupBtn:hover,
.header03 .popupBtn:hover {
border-color: var(--primay-color); }
.header03.fixedHeader .popupBtn:hover svg,
.header03 .popupBtn:hover svg {
fill: var(--primay-color); }
.tmjAccordion .card .card-body br {
display: none; }
.testimonialSlider02 .testimonilaItem02 {
padding-left: 25px;
padding-right: 25px; }
.testimonialSlider02 .testimonilaItem02 .quoteIcon {
right: 15px;
width: 70px;
height: auto; }
.footer_01 {
padding-bottom: 25px; }
.footer_02 .serviceMenu,
.serviceMenu {
margin: 20px 0 0;
border: none; }
.footer_02 .contactWidget,
.contactWidget {
margin: 30px 0 0; }
.mailchimpWidget {
margin: 35px 0 0;
padding: 0;
border: none; }
.footer_02 .aboutWidget,
.aboutWidget {
border: none;
padding-right: 0; }
.copyright {
text-align: center;
padding-bottom: 10px; }
.crMenu {
text-align: center;
padding-bottom: 0px; }
.header03 .logo01,
header .logo01 {
padding: 15px 0; }
.heroSection01 .heroSlider01 .singleSlide {
height: 550px; }
.animImage {
top: 60px; }
.serviceMenu {
padding-bottom: 0; }
.brhr {
margin-top: 65px; }
.testimonialSlider01 .testimonilaItem01 .qutation {
font-size: 30px;
line-height: 45px; }
.teamItem01 .teamThumb .share {
right: -95px;
top: -85px;
padding: 0 0 35px 26px; }
.teamItem01 .teamThumb .share svg {
width: 30px;
height: 30px; }
.teamItem01 .teamContent h3 a {
padding: 10px 20px 9px 15px; }
.teamItem01 .teamContent .designation {
padding: 3px 18px 5px 18px; }
.contactFWrapper .secTitle {
margin-bottom: 30px; }
.footer_02 {
padding-top: 0; }
.heroSection03 .sliderContent h2 {
max-width: 80%; }
.heroSection03 {
padding: 80px 0; }
.galleryShots a:nth-child(3), .galleryShots a:nth-child(6), .galleryShots a:last-child {
margin-right: 10px; }
.errorPageSection {
padding: 90px 0 80px; }
.gmaps iframe {
height: 450px; }
.serviceDcon .sDcon {
padding: 20px 0 0; }
.singleBlog,
.blogPageSection,
.singleCoachingSection,
.singleServiceSection,
.singleCountrySection {
padding: 80px 0 70px; }
.coachingItem03 {
min-height: 249px; }
.faqTabTabsNav {
margin: 0 0 20px; }
.faqTabTabsNav li {
margin: 0 10px 10px 0; }
.faqTabTabsNav li button {
height: 50px;
line-height: 50px;
padding: 0 15px;
font-size: 15px; }
.countryTabTabsNav li button {
height: 50px;
font-size: 17px;
line-height: 50px;
padding: 0 17px;
margin-bottom: 10px; }
.heroSection04 .slNav {
max-width: 100%;
display: flex;
justify-content: center;
top: auto;
transform: none;
bottom: 20px; }
.heroSection04 .slNav a {
width: 40px;
height: 40px;
font-size: 14px;
line-height: 41px;
margin: 0 10px; }
.serviceItem02, .countryItem02 {
margin-left: auto !important;
margin-right: auto !important; }
.abThumbWrapper .col-sm-6 {
flex: 0 0 auto;
width: 50%; }
.abThumbWrapper .abThumb .abContent {
width: 120px;
height: 120px;
bottom: -60px; }
.abThumbWrapper .abThumb .abContent h2 {
font-size: 30px;
margin-bottom: 0; }
.abThumbWrapper .abThumb .abContent p {
font-size: 14px;
text-align: center;
line-height: 1rem;
padding: 0 15px; }
.immiPressCountWrap .countdown-section {
margin-bottom: 20px; }
.immiPressCountWrap .countdown-section .countdown-amount {
margin-bottom: 0; } }
@media (max-width: 575px) {
.blogItem02 .blogContent .biMeta svg {
margin-right: 4px; }
.blogItem02 .blogContent .biMeta span {
margin-left: 12px; }
.testimonialSlider01 .testimonilaItem01 .qutation {
font-size: 24px;
line-height: 40px; }
.contactForm {
padding: 50px 25px; }
.contactForm .subTitle {
font-size: 20px;
margin: 0px 0px 10px 0px; }
.contactForm .secTitle {
font-size: 26px;
margin-bottom: 30px; }
.blListItem .blogContent h3 {
font-size: 24px;
line-height: 30px; }
.blListItem .blogContent .biMeta span.date {
margin-right: 15px; }
.blListItem .blogContent .biMeta span:last-child {
margin-left: 0; }
.blListItem .blogContent {
padding-left: 20px;
padding-right: 20px; }
.countryTabTabsNav li button:hover::after, .countryTabTabsNav li button.active::after {
bottom: -6px; }
.faqTabTabsNav li button {
font-size: 14px; }
.comingSoonContent h2 {
font-size: 34px;
line-height: 46px;
margin-bottom: 30px; }
.coachingItem03 {
min-height: auto; }
.coachingInfo .col-lg-7,
.coachingInfo .col-lg-5 {
width: 100%; }
.pageBanner .bannerTitle {
font-size: 32px;
line-height: 40px;
margin: 60px 0 48px; }
.heroSection04 .heroSlider02 .singleSlide {
height: 450px; }
.heroSection04 .heroSlider02 .singleSlide .sliderContent h2 {
font-size: 34px;
line-height: 48px;
margin-bottom: 25px; }
.heroSection04 .heroSlider02 .singleSlide .sliderContent p {
font-size: 16px;
line-height: 26px;
margin-bottom: 25px; }
.coachingDConArea h3,
.singleCountrySection .serviceDConArea > h3,
.serviceDcon h3 {
font-size: 30px; }
.coachingInfo .coachingDCon,
.serviceDcon .sDcon {
padding: 40px 0 0; }
.coachingItem01,
.countryItem01,
.serviceItem02,
.countryItem02,
.serviceItem02.si04,
.countryItem02.ciItem02 {
max-width: 306px;
margin-left: auto;
margin-right: auto; }
.blogItem02,
.serviceItem01,
.blogItem01,
.blogItem03,
.coachingItem02,
.teamItem01 {
max-width: 416px;
margin-left: auto;
margin-right: auto; }
.iconBox03 {
max-width: 320px;
margin-left: auto;
margin-right: auto; }
.iconBox06 {
max-width: 272px;
margin-left: auto;
margin-right: auto; }
.conInfoWrapper {
padding-left: 22px;
padding-right: 22px; }
.heroSection02 .sliderContent h2 {
max-width: 100%; }
.heroSection02 .sliderContent p {
margin-right: 0; }
.heroSection01 .heroSlider01 .owl-dots {
display: flex;
align-items: flex-end;
justify-content: center;
top: auto;
bottom: 15px;
margin: auto;
left: 0;
right: 0; }
.heroSection01 .heroSlider01 .owl-dots .owl-dot {
width: 10px;
height: 10px;
margin: 0 4px; }
.heroSection01 .heroSlider01 .owl-dots .owl-dot span {
left: 0;
top: 0;
width: 10px;
height: 10px; }
.preloader .immiPressBtn {
font-size: 14px;
height: 50px;
line-height: 50px;
padding: 0 25px; }
.preloader .middleGif img {
max-width: 41%; }
.heroSection03 .btnInfo .immiPressBtn:last-child {
margin-left: 10px;
padding: 0 20px; }
.heroSection01 .btnInfo {
display: block; }
.heroSection01 .btnInfo .immiPressBtn {
margin: 0 0 10px; }
.biDMeta span {
margin-left: 0;
margin-right: 15px; }
.biDMeta span.date {
margin-left: 15px; }
.pTitle {
font-size: 30px;
line-height: 45px; }
.widget_blog .ppPostItem {
padding: 0;
margin-bottom: 30px; }
.widget_blog .ppPostItem img {
position: relative;
left: 0;
top: 0;
margin: 0 0 15px; }
.widget_blog .ppPostItem .biMeta {
margin-bottom: 10px; }
.errorContent h1 {
font-size: 150px;
line-height: 1; }
.iconBox05 p {
font-size: 20px; }
.blogItem03 .blogContent {
padding-left: 22px;
padding-right: 22px; }
.blogItem03 .blogContent .biMeta {
font-size: 15px; }
.blogItem03 .blogContent .biMeta span {
margin-left: 10px; }
.heroSection03 .sliderContent .subTitle,
.sliderContent .subTitle {
font-size: 19px;
margin-bottom: 15px; }
.blogItem03 .blogContent .biMeta svg {
margin-right: 5px; }
.testimonialSlider02 .testimonilaItem02 .quoteIcon {
top: 15px;
width: 45px; }
.heroSection03 .btnInfo .immiPressBtn {
padding: 0 20px;
margin: 0;
font-size: 16px; }
.popupSidebarSsec .widgetArea .aboutWidgetArea > p {
margin-right: 0; }
.header04 .logo01 img {
height: 42px; }
.header03 .logo01 img,
.header02 .logo01 img {
height: 40px; }
.header03 .menuBtn span,
.header02 .menuBtn span {
font-size: 14px; }
.header03 .menuBtn.mbText,
.header02 .menuBtn.mbText {
padding: 0 12px; }
.header03 .popupBtn,
.header02 .popupBtn {
width: 45px;
height: 45px;
margin-left: 12px;
Display: none;}
.header03 .immiPressBtn,
.header02 .immiPressBtn {
display: none; }
.header03 .searchBtn,
.header02 .searchBtn {
margin-left: 10px; }
.header03 .searchBtn svg,
.header02 .searchBtn svg {
height: 24px; }
.withText span {
display: none; }
.heroSection01 .heroSlider01 .singleSlide .sliderContent h2,
.sliderContent h2 {
font-size: 40px;
line-height: 52px; }
.heroSection03 .sliderContent h2 {
max-width: 100%;
font-size: 30px;
line-height: 42px;
margin-bottom: 30px; }
.heroSection01 .heroSlider01 .singleSlide .sliderContent h2 {
max-width: 300px; }
.sectionTitle {
margin: 0 0 30px; }
.abVideo .videoBtn {
left: -235px;
bottom: -265px; }
.abVideo .videoBtn .popup_video {
font-size: 50px;
margin: -230px 0 0 185px; } }.preloader {
position: fixed;
z-index: 999999;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: var(--secondary-color); }
.preloader .spinner-eff {
width: 76px;
height: 76px;
position: absolute;
left: 0;
bottom: 0;
right: 0;
top: 0;
margin: auto;
z-index: 2;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
overflow: hidden;
}
.preloader .spinner-eff:before, .preloader .spinner-eff:after {
content: "";
display: block;
}
.preloader .spinner-eff .bar {
width: 0;
height: 0;
border: 38px solid transparent;
position: absolute;
top: 0;
left: 0;
transform: rotate(0deg);
opacity: 0.5;
z-index: -2;
}
.preloader .spinner-eff .bar-top {
border-top: 38px solid var(--primay-color);
animation: rotation-top 3.6s linear 0s infinite;
}
.preloader .spinner-eff .bar-right {
border-right: 38px solid var(--primay-color);
animation: rotation-right 3.6s linear 0s infinite;
}
.preloader .spinner-eff .bar-bottom {
border-bottom: 38px solid var(--primay-color);
animation: rotation-bottom 3.6s linear 0s infinite;
}
.preloader .spinner-eff .bar-left {
border-left: 38px solid var(--primay-color);
animation: rotation-left 3.6s linear 0s infinite;
}
@keyframes rotation-top {
0% {
transform: rotate(0deg);
opacity: 0.5;
}
20% {
transform: rotate(360deg);
opacity: 1;
}
80% {
transform: rotate(360deg);
opacity: 1;
}
100% {
transform: rotate(360deg);
opacity: 0.5;
}
}
@keyframes rotation-right {
0% {
transform: rotate(0deg);
opacity: 0.5;
}
20% {
transform: rotate(0deg);
opacity: 0.5;
}
40% {
transform: rotate(360deg);
opacity: 1;
}
80% {
transform: rotate(360deg);
opacity: 1;
}
100% {
transform: rotate(360deg);
opacity: 0.5;
}
}
@keyframes rotation-bottom {
0% {
transform: rotate(0deg);
opacity: 0.5;
}
40% {
transform: rotate(0deg);
opacity: 0.5;
}
60% {
transform: rotate(360deg);
opacity: 1;
}
80% {
transform: rotate(360deg);
opacity: 1;
}
100% {
transform: rotate(360deg);
opacity: 0.5;
}
}
@keyframes rotation-left {
0% {
transform: rotate(0deg);
opacity: 0.5;
}
60% {
transform: rotate(0deg);
opacity: 0.5;
}
80% {
transform: rotate(360deg);
opacity: 1;
}
100% {
transform: rotate(360deg);
opacity: 0.5;
}
}
.preloader .immiPressBtn {
position: absolute;
right: 0;
bottom: 0;
z-index: 2;
border-radius: 0;
font-size: 16px;
height: 52px;
line-height: 52px;
}
.preloader .immiPressBtn:hover {
color: var(--primay-color);
}
.preloader .immiPressBtn::before, .preloader .immiPressBtn::after, .preloader .immiPressBtn span::before, .preloader .immiPressBtn span::after {
background: #fff;
}
.loaderGif{
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
} .la-ball-circus,.la-ball-circus>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-ball-circus{display:block;font-size:0;color:#fff}
.la-ball-circus.la-dark{color:#FFF}
.la-ball-circus>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-ball-circus{width:16px;height:16px}
.la-ball-circus>div{position:absolute;top:0;left:-100%;display:block;width:16px;width:100%;height:16px;height:100%;border-radius:100%;opacity:.5;-webkit-animation:ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1),ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1);-moz-animation:ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1),ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1);-o-animation:ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1),ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1);animation:ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1),ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1)}
.la-ball-circus>div:nth-child(1){-webkit-animation-delay:0s,-0.5s;-moz-animation-delay:0s,-0.5s;-o-animation-delay:0s,-0.5s;animation-delay:0s,-0.5s}
.la-ball-circus>div:nth-child(2){-webkit-animation-delay:-0.5s,-1s;-moz-animation-delay:-0.5s,-1s;-o-animation-delay:-0.5s,-1s;animation-delay:-0.5s,-1s}
.la-ball-circus>div:nth-child(3){-webkit-animation-delay:-1s,-1.5s;-moz-animation-delay:-1s,-1.5s;-o-animation-delay:-1s,-1.5s;animation-delay:-1s,-1.5s}
.la-ball-circus>div:nth-child(4){-webkit-animation-delay:-1.5s,-2s;-moz-animation-delay:-1.5s,-2s;-o-animation-delay:-1.5s,-2s;animation-delay:-1.5s,-2s}
.la-ball-circus>div:nth-child(5){-webkit-animation-delay:-2s,-2.5s;-moz-animation-delay:-2s,-2.5s;-o-animation-delay:-2s,-2.5s;animation-delay:-2s,-2.5s}
.la-ball-circus.la-sm{width:8px;height:8px}
.la-ball-circus.la-sm>div{width:8px;height:8px}
.la-ball-circus.la-2x{width:32px;height:32px;  left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-ball-circus.la-2x>div{width:32px;height:32px}
.la-ball-circus.la-3x{width:48px;height:48px}
.la-ball-circus.la-3x>div{width:48px;height:48px}@-webkit-keyframes ball-circus-position{50%{left:100%}}@-moz-keyframes ball-circus-position{50%{left:100%}}@-o-keyframes ball-circus-position{50%{left:100%}}@keyframes ball-circus-position{50%{left:100%}}@-webkit-keyframes ball-circus-size{50%{-webkit-transform:scale(0.3, 0.3);transform:scale(0.3, 0.3)}}@-moz-keyframes ball-circus-size{50%{-moz-transform:scale(0.3, 0.3);transform:scale(0.3, 0.3)}}@-o-keyframes ball-circus-size{50%{-o-transform:scale(0.3, 0.3);transform:scale(0.3, 0.3)}}@keyframes ball-circus-size{50%{-webkit-transform:scale(0.3, 0.3);-moz-transform:scale(0.3, 0.3);-o-transform:scale(0.3, 0.3);transform:scale(0.3, 0.3)}} .la-ball-climbing-dot,
.la-ball-climbing-dot>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-ball-climbing-dot{display:block;font-size:0;color:#fff}
.la-ball-climbing-dot.la-dark{color:#333}
.la-ball-climbing-dot>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-ball-climbing-dot{width:42px;height:32px}
.la-ball-climbing-dot>div:nth-child(1){position:absolute;bottom:32%;left:18%;width:14px;height:14px;border-radius:100%;-webkit-transform-origin:center bottom;-moz-transform-origin:center bottom;-ms-transform-origin:center bottom;-o-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation:ball-climbing-dot-jump 0.6s ease-in-out infinite;-moz-animation:ball-climbing-dot-jump 0.6s ease-in-out infinite;-o-animation:ball-climbing-dot-jump 0.6s ease-in-out infinite;animation:ball-climbing-dot-jump 0.6s ease-in-out infinite}
.la-ball-climbing-dot>div:not(:nth-child(1)){position:absolute;top:0;right:0;width:14px;height:2px;border-radius:0;-webkit-transform:translate(60%, 0);-moz-transform:translate(60%, 0);-ms-transform:translate(60%, 0);-o-transform:translate(60%, 0);transform:translate(60%, 0);-webkit-animation:ball-climbing-dot-steps 1.8s linear infinite;-moz-animation:ball-climbing-dot-steps 1.8s linear infinite;-o-animation:ball-climbing-dot-steps 1.8s linear infinite;animation:ball-climbing-dot-steps 1.8s linear infinite}.la-ball-climbing-dot>div:not(:nth-child(1)):nth-child(2){-webkit-animation-delay:0ms;-moz-animation-delay:0ms;-o-animation-delay:0ms;animation-delay:0ms}
.la-ball-climbing-dot>div:not(:nth-child(1)):nth-child(3){-webkit-animation-delay:-600ms;-moz-animation-delay:-600ms;-o-animation-delay:-600ms;animation-delay:-600ms}
.la-ball-climbing-dot>div:not(:nth-child(1)):nth-child(4){-webkit-animation-delay:-1200ms;-moz-animation-delay:-1200ms;-o-animation-delay:-1200ms;animation-delay:-1200ms}
.la-ball-climbing-dot.la-sm{width:20px;height:16px}
.la-ball-climbing-dot.la-sm>div:nth-child(1){width:6px;height:6px}
.la-ball-climbing-dot.la-sm>div:not(:nth-child(1)){width:6px;height:1px}
.la-ball-climbing-dot.la-2x{width:84px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-ball-climbing-dot.la-2x>div:nth-child(1){width:28px;height:28px}
.la-ball-climbing-dot.la-2x>div:not(:nth-child(1)){width:28px;height:4px}
.la-ball-climbing-dot.la-3x{width:126px;height:96px}
.la-ball-climbing-dot.la-3x>div:nth-child(1){width:42px;height:42px}
.la-ball-climbing-dot.la-3x>div:not(:nth-child(1)){width:42px;height:6px}@-webkit-keyframes ball-climbing-dot-jump{0%{-webkit-transform:scale(1, 0.7);transform:scale(1, 0.7)}20%{-webkit-transform:scale(0.7, 1.2);transform:scale(0.7, 1.2)}40%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}50%{bottom:125%}46%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}80%{-webkit-transform:scale(0.7, 1.2);transform:scale(0.7, 1.2)}90%{-webkit-transform:scale(0.7, 1.2);transform:scale(0.7, 1.2)}100%{-webkit-transform:scale(1, 0.7);transform:scale(1, 0.7)}}@-moz-keyframes ball-climbing-dot-jump{0%{-moz-transform:scale(1, 0.7);transform:scale(1, 0.7)}20%{-moz-transform:scale(0.7, 1.2);transform:scale(0.7, 1.2)}40%{-moz-transform:scale(1, 1);transform:scale(1, 1)}50%{bottom:125%}46%{-moz-transform:scale(1, 1);transform:scale(1, 1)}80%{-moz-transform:scale(0.7, 1.2);transform:scale(0.7, 1.2)}90%{-moz-transform:scale(0.7, 1.2);transform:scale(0.7, 1.2)}100%{-moz-transform:scale(1, 0.7);transform:scale(1, 0.7)}}@-o-keyframes ball-climbing-dot-jump{0%{-o-transform:scale(1, 0.7);transform:scale(1, 0.7)}20%{-o-transform:scale(0.7, 1.2);transform:scale(0.7, 1.2)}40%{-o-transform:scale(1, 1);transform:scale(1, 1)}50%{bottom:125%}46%{-o-transform:scale(1, 1);transform:scale(1, 1)}80%{-o-transform:scale(0.7, 1.2);transform:scale(0.7, 1.2)}90%{-o-transform:scale(0.7, 1.2);transform:scale(0.7, 1.2)}100%{-o-transform:scale(1, 0.7);transform:scale(1, 0.7)}}@keyframes ball-climbing-dot-jump{0%{-webkit-transform:scale(1, 0.7);-moz-transform:scale(1, 0.7);-o-transform:scale(1, 0.7);transform:scale(1, 0.7)}20%{-webkit-transform:scale(0.7, 1.2);-moz-transform:scale(0.7, 1.2);-o-transform:scale(0.7, 1.2);transform:scale(0.7, 1.2)}40%{-webkit-transform:scale(1, 1);-moz-transform:scale(1, 1);-o-transform:scale(1, 1);transform:scale(1, 1)}50%{bottom:125%}46%{-webkit-transform:scale(1, 1);-moz-transform:scale(1, 1);-o-transform:scale(1, 1);transform:scale(1, 1)}80%{-webkit-transform:scale(0.7, 1.2);-moz-transform:scale(0.7, 1.2);-o-transform:scale(0.7, 1.2);transform:scale(0.7, 1.2)}90%{-webkit-transform:scale(0.7, 1.2);-moz-transform:scale(0.7, 1.2);-o-transform:scale(0.7, 1.2);transform:scale(0.7, 1.2)}100%{-webkit-transform:scale(1, 0.7);-moz-transform:scale(1, 0.7);-o-transform:scale(1, 0.7);transform:scale(1, 0.7)}}@-webkit-keyframes ball-climbing-dot-steps{0%{top:0;right:0;opacity:0}50%{opacity:1}100%{top:100%;right:100%;opacity:0}}@-moz-keyframes ball-climbing-dot-steps{0%{top:0;right:0;opacity:0}50%{opacity:1}100%{top:100%;right:100%;opacity:0}}@-o-keyframes ball-climbing-dot-steps{0%{top:0;right:0;opacity:0}50%{opacity:1}100%{top:100%;right:100%;opacity:0}}@keyframes ball-climbing-dot-steps{0%{top:0;right:0;opacity:0}50%{opacity:1}100%{top:100%;right:100%;opacity:0}} .la-ball-clip-rotate,.la-ball-clip-rotate>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-ball-clip-rotate{display:block;font-size:0;color:#fff}
.la-ball-clip-rotate.la-dark{color:#333}
.la-ball-clip-rotate>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-ball-clip-rotate{width:32px;height:32px}
.la-ball-clip-rotate>div{width:32px;height:32px;background:transparent;border-width:2px;border-bottom-color:transparent;border-radius:100%;-webkit-animation:ball-clip-rotate 0.75s linear infinite;-moz-animation:ball-clip-rotate 0.75s linear infinite;-o-animation:ball-clip-rotate 0.75s linear infinite;animation:ball-clip-rotate 0.75s linear infinite}.la-ball-clip-rotate.la-sm{width:16px;height:16px}
.la-ball-clip-rotate.la-sm>div{width:16px;height:16px;border-width:1px}
.la-ball-clip-rotate.la-2x{width:64px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-ball-clip-rotate.la-2x>div{width:64px;height:64px;border-width:4px}
.la-ball-clip-rotate.la-3x{width:96px;height:96px}
.la-ball-clip-rotate.la-3x>div{width:96px;height:96px;border-width:6px}@-webkit-keyframes ball-clip-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes ball-clip-rotate{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}50%{-moz-transform:rotate(180deg);transform:rotate(180deg)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes ball-clip-rotate{0%{-o-transform:rotate(0deg);transform:rotate(0deg)}50%{-o-transform:rotate(180deg);transform:rotate(180deg)}100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes ball-clip-rotate{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}} .la-ball-clip-rotate-multiple,
.la-ball-clip-rotate-multiple>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-ball-clip-rotate-multiple{display:block;font-size:0;color:#fff}
.la-ball-clip-rotate-multiple.la-dark{color:#333}
.la-ball-clip-rotate-multiple>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-ball-clip-rotate-multiple{width:32px;height:32px}
.la-ball-clip-rotate-multiple>div{position:absolute;top:50%;left:50%;background:transparent;border-style:solid;border-width:2px;border-radius:100%;-webkit-animation:ball-clip-rotate-multiple-rotate 1s ease-in-out infinite;-moz-animation:ball-clip-rotate-multiple-rotate 1s ease-in-out infinite;-o-animation:ball-clip-rotate-multiple-rotate 1s ease-in-out infinite;animation:ball-clip-rotate-multiple-rotate 1s ease-in-out infinite}
.la-ball-clip-rotate-multiple>div:first-child{position:absolute;width:32px;height:32px;border-right-color:transparent;border-left-color:transparent}
.la-ball-clip-rotate-multiple>div:last-child{width:16px;height:16px;border-top-color:transparent;border-bottom-color:transparent;-webkit-animation-duration:.5s;-moz-animation-duration:.5s;-o-animation-duration:.5s;animation-duration:.5s;-webkit-animation-direction:reverse;-moz-animation-direction:reverse;-o-animation-direction:reverse;animation-direction:reverse}
.la-ball-clip-rotate-multiple.la-sm{width:16px;height:16px}
.la-ball-clip-rotate-multiple.la-sm>div{border-width:1px}
.la-ball-clip-rotate-multiple.la-sm>div:first-child{width:16px;height:16px}
.la-ball-clip-rotate-multiple.la-sm>div:last-child{width:8px;height:8px}
.la-ball-clip-rotate-multiple.la-2x{width:64px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-ball-clip-rotate-multiple.la-2x>div{border-width:4px}
.la-ball-clip-rotate-multiple.la-2x>div:first-child{width:64px;height:64px}
.la-ball-clip-rotate-multiple.la-2x>div:last-child{width:32px;height:32px}
.la-ball-clip-rotate-multiple.la-3x{width:96px;height:96px;}
.la-ball-clip-rotate-multiple.la-3x>div{border-width:6px}
.la-ball-clip-rotate-multiple.la-3x>div:first-child{width:96px;height:96px}
.la-ball-clip-rotate-multiple.la-3x>div:last-child{width:48px;height:48px}@-webkit-keyframes ball-clip-rotate-multiple-rotate{0%{-webkit-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)}50%{-webkit-transform:translate(-50%, -50%) rotate(180deg);transform:translate(-50%, -50%) rotate(180deg)}100%{-webkit-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)}}@-moz-keyframes ball-clip-rotate-multiple-rotate{0%{-moz-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)}50%{-moz-transform:translate(-50%, -50%) rotate(180deg);transform:translate(-50%, -50%) rotate(180deg)}100%{-moz-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)}}@-o-keyframes ball-clip-rotate-multiple-rotate{0%{-o-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)}50%{-o-transform:translate(-50%, -50%) rotate(180deg);transform:translate(-50%, -50%) rotate(180deg)}100%{-o-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)}}@keyframes ball-clip-rotate-multiple-rotate{0%{-webkit-transform:translate(-50%, -50%) rotate(0deg);-moz-transform:translate(-50%, -50%) rotate(0deg);-o-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)}50%{-webkit-transform:translate(-50%, -50%) rotate(180deg);-moz-transform:translate(-50%, -50%) rotate(180deg);-o-transform:translate(-50%, -50%) rotate(180deg);transform:translate(-50%, -50%) rotate(180deg)}100%{-webkit-transform:translate(-50%, -50%) rotate(360deg);-moz-transform:translate(-50%, -50%) rotate(360deg);-o-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)}} .la-ball-clip-rotate-pulse,
.la-ball-clip-rotate-pulse>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-ball-clip-rotate-pulse{display:block;font-size:0;color:#fff}
.la-ball-clip-rotate-pulse.la-dark{color:#333}
.la-ball-clip-rotate-pulse>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-ball-clip-rotate-pulse{width:32px;height:32px}
.la-ball-clip-rotate-pulse>div{position:absolute;top:50%;left:50%;border-radius:100%}
.la-ball-clip-rotate-pulse>div:first-child{position:absolute;width:32px;height:32px;background:transparent;border-style:solid;border-width:2px;border-right-color:transparent;border-left-color:transparent;-webkit-animation:ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;-moz-animation:ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;-o-animation:ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;animation:ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite}
.la-ball-clip-rotate-pulse>div:last-child{width:16px;height:16px;-webkit-animation:ball-clip-rotate-pulse-scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;-moz-animation:ball-clip-rotate-pulse-scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;-o-animation:ball-clip-rotate-pulse-scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;animation:ball-clip-rotate-pulse-scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite}
.la-ball-clip-rotate-pulse.la-sm{width:16px;height:16px}
.la-ball-clip-rotate-pulse.la-sm>div:first-child{width:16px;height:16px;border-width:1px}
.la-ball-clip-rotate-pulse.la-sm>div:last-child{width:8px;height:8px}
.la-ball-clip-rotate-pulse.la-2x{width:64px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-ball-clip-rotate-pulse.la-2x>div:first-child{width:64px;height:64px;border-width:4px}
.la-ball-clip-rotate-pulse.la-2x>div:last-child{width:32px;height:32px}
.la-ball-clip-rotate-pulse.la-3x{width:96px;height:96px}
.la-ball-clip-rotate-pulse.la-3x>div:first-child{width:96px;height:96px;border-width:6px}
.la-ball-clip-rotate-pulse.la-3x>div:last-child{width:48px;height:48px}@-webkit-keyframes ball-clip-rotate-pulse-rotate{0%{-webkit-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)}50%{-webkit-transform:translate(-50%, -50%) rotate(180deg);transform:translate(-50%, -50%) rotate(180deg)}100%{-webkit-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)}}@-moz-keyframes ball-clip-rotate-pulse-rotate{0%{-moz-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)}50%{-moz-transform:translate(-50%, -50%) rotate(180deg);transform:translate(-50%, -50%) rotate(180deg)}100%{-moz-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)}}@-o-keyframes ball-clip-rotate-pulse-rotate{0%{-o-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)}50%{-o-transform:translate(-50%, -50%) rotate(180deg);transform:translate(-50%, -50%) rotate(180deg)}100%{-o-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)}}@keyframes ball-clip-rotate-pulse-rotate{0%{-webkit-transform:translate(-50%, -50%) rotate(0deg);-moz-transform:translate(-50%, -50%) rotate(0deg);-o-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)}50%{-webkit-transform:translate(-50%, -50%) rotate(180deg);-moz-transform:translate(-50%, -50%) rotate(180deg);-o-transform:translate(-50%, -50%) rotate(180deg);transform:translate(-50%, -50%) rotate(180deg)}100%{-webkit-transform:translate(-50%, -50%) rotate(360deg);-moz-transform:translate(-50%, -50%) rotate(360deg);-o-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)}}@-webkit-keyframes ball-clip-rotate-pulse-scale{0%,100%{opacity:1;-webkit-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1)}30%{opacity:.3;-webkit-transform:translate(-50%, -50%) scale(0.15);transform:translate(-50%, -50%) scale(0.15)}}@-moz-keyframes ball-clip-rotate-pulse-scale{0%,100%{opacity:1;-moz-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1)}30%{opacity:.3;-moz-transform:translate(-50%, -50%) scale(0.15);transform:translate(-50%, -50%) scale(0.15)}}@-o-keyframes ball-clip-rotate-pulse-scale{0%,100%{opacity:1;-o-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1)}30%{opacity:.3;-o-transform:translate(-50%, -50%) scale(0.15);transform:translate(-50%, -50%) scale(0.15)}}@keyframes ball-clip-rotate-pulse-scale{0%,100%{opacity:1;-webkit-transform:translate(-50%, -50%) scale(1);-moz-transform:translate(-50%, -50%) scale(1);-o-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1)}30%{opacity:.3;-webkit-transform:translate(-50%, -50%) scale(0.15);-moz-transform:translate(-50%, -50%) scale(0.15);-o-transform:translate(-50%, -50%) scale(0.15);transform:translate(-50%, -50%) scale(0.15)}} .la-ball-newton-cradle,
.la-ball-newton-cradle>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-ball-newton-cradle{display:block;font-size:0;color:#fff}
.la-ball-newton-cradle.la-dark{color:#333}
.la-ball-newton-cradle>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-ball-newton-cradle{width:40px;height:10px}
.la-ball-newton-cradle>div{width:10px;height:10px;border-radius:100%}
.la-ball-newton-cradle>div:first-child{-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-ms-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%);-webkit-animation:ball-newton-cradle-left 1s 0s ease-out infinite;-moz-animation:ball-newton-cradle-left 1s 0s ease-out infinite;-o-animation:ball-newton-cradle-left 1s 0s ease-out infinite;animation:ball-newton-cradle-left 1s 0s ease-out infinite}.la-ball-newton-cradle>div:last-child{-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-ms-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%);-webkit-animation:ball-newton-cradle-right 1s 0s ease-out infinite;-moz-animation:ball-newton-cradle-right 1s 0s ease-out infinite;-o-animation:ball-newton-cradle-right 1s 0s ease-out infinite;animation:ball-newton-cradle-right 1s 0s ease-out infinite}
.la-ball-newton-cradle.la-sm{width:20px;height:4px}
.la-ball-newton-cradle.la-sm>div{width:4px;height:4px}
.la-ball-newton-cradle.la-2x{width:80px;height:20px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-ball-newton-cradle.la-2x>div{width:20px;height:20px}
.la-ball-newton-cradle.la-3x{width:120px;height:30px}
.la-ball-newton-cradle.la-3x>div{width:30px;height:30px}@-webkit-keyframes ball-newton-cradle-left{25%{-webkit-transform:translateX(-100%);transform:translateX(-100%);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}50%{-webkit-transform:translateX(0%);transform:translateX(0%)}}@-moz-keyframes ball-newton-cradle-left{25%{-moz-transform:translateX(-100%);transform:translateX(-100%);-moz-animation-timing-function:ease-in;animation-timing-function:ease-in}50%{-moz-transform:translateX(0%);transform:translateX(0%)}}@-o-keyframes ball-newton-cradle-left{25%{-o-transform:translateX(-100%);transform:translateX(-100%);-o-animation-timing-function:ease-in;animation-timing-function:ease-in}50%{-o-transform:translateX(0%);transform:translateX(0%)}}@keyframes ball-newton-cradle-left{25%{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%);-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in}50%{-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%)}}@-webkit-keyframes ball-newton-cradle-right{50%{-webkit-transform:translateX(0%);transform:translateX(0%)}75%{-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:translateX(0%);transform:translateX(0%)}}@-moz-keyframes ball-newton-cradle-right{50%{-moz-transform:translateX(0%);transform:translateX(0%)}75%{-moz-transform:translateX(100%);transform:translateX(100%);-moz-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-moz-transform:translateX(0%);transform:translateX(0%)}}@-o-keyframes ball-newton-cradle-right{50%{-o-transform:translateX(0%);transform:translateX(0%)}75%{-o-transform:translateX(100%);transform:translateX(100%);-o-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-o-transform:translateX(0%);transform:translateX(0%)}}@keyframes ball-newton-cradle-right{50%{-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%)}75%{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%);-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%)}} .la-ball-rotate,
.la-ball-rotate>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-ball-rotate{display:block;font-size:0;color:#fff}
.la-ball-rotate.la-dark{color:#333}
.la-ball-rotate>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-ball-rotate{width:10px;height:10px}
.la-ball-rotate>div{width:10px;height:10px;border-radius:100%;-webkit-animation:ball-rotate-animation 1s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;-moz-animation:ball-rotate-animation 1s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;-o-animation:ball-rotate-animation 1s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;animation:ball-rotate-animation 1s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite}
.la-ball-rotate>div:before,
.la-ball-rotate>div:after{position:absolute;width:inherit;height:inherit;margin:inherit;content:"";background:currentColor;border-radius:inherit;opacity:.8}
.la-ball-rotate>div:before{top:0;left:-150%}
.la-ball-rotate>div:after{top:0;left:150%}
.la-ball-rotate.la-sm{width:4px;height:4px}
.la-ball-rotate.la-sm>div{width:4px;height:4px}
.la-ball-rotate.la-2x{width:20px;height:20px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-ball-rotate.la-2x>div{width:20px;height:20px}
.la-ball-rotate.la-3x{width:30px;height:30px}
.la-ball-rotate.la-3x>div{width:30px;height:30px}@-webkit-keyframes ball-rotate-animation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes ball-rotate-animation{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}50%{-moz-transform:rotate(180deg);transform:rotate(180deg)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes ball-rotate-animation{0%{-o-transform:rotate(0deg);transform:rotate(0deg)}50%{-o-transform:rotate(180deg);transform:rotate(180deg)}100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes ball-rotate-animation{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}} .la-ball-scale-multiple,
.la-ball-scale-multiple>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-ball-scale-multiple{display:block;font-size:0;color:#fff}
.la-ball-scale-multiple.la-dark{color:#333}
.la-ball-scale-multiple>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-ball-scale-multiple{width:32px;height:32px}
.la-ball-scale-multiple>div{position:absolute;top:0;left:0;width:32px;height:32px;border-radius:100%;opacity:0;-webkit-animation:ball-scale-multiple 1s 0s linear infinite;-moz-animation:ball-scale-multiple 1s 0s linear infinite;-o-animation:ball-scale-multiple 1s 0s linear infinite;animation:ball-scale-multiple 1s 0s linear infinite}
.la-ball-scale-multiple>div:nth-child(2){-webkit-animation-delay:.2s;-moz-animation-delay:.2s;-o-animation-delay:.2s;animation-delay:.2s}
.la-ball-scale-multiple>div:nth-child(3){-webkit-animation-delay:.4s;-moz-animation-delay:.4s;-o-animation-delay:.4s;animation-delay:.4s}
.la-ball-scale-multiple.la-sm{width:16px;height:16px}
.la-ball-scale-multiple.la-sm>div{width:16px;height:16px}
.la-ball-scale-multiple.la-2x{width:64px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-ball-scale-multiple.la-2x>div{width:64px;height:64px}
.la-ball-scale-multiple.la-3x{width:96px;height:96px}
.la-ball-scale-multiple.la-3x>div{width:96px;height:96px}@-webkit-keyframes ball-scale-multiple{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}5%{opacity:.75}100%{opacity:0;-webkit-transform:scale(1);transform:scale(1)}}@-moz-keyframes ball-scale-multiple{0%{opacity:0;-moz-transform:scale(0);transform:scale(0)}5%{opacity:.75}100%{opacity:0;-moz-transform:scale(1);transform:scale(1)}}@-o-keyframes ball-scale-multiple{0%{opacity:0;-o-transform:scale(0);transform:scale(0)}5%{opacity:.75}100%{opacity:0;-o-transform:scale(1);transform:scale(1)}}@keyframes ball-scale-multiple{0%{opacity:0;-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0)}5%{opacity:.75}100%{opacity:0;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}} .la-ball-scale-ripple-multiple,
.la-ball-scale-ripple-multiple>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-ball-scale-ripple-multiple{display:block;font-size:0;color:#fff}
.la-ball-scale-ripple-multiple.la-dark{color:#333}
.la-ball-scale-ripple-multiple>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-ball-scale-ripple-multiple{width:32px;height:32px}
.la-ball-scale-ripple-multiple>div{position:absolute;top:0;left:0;width:32px;height:32px;background:transparent;border-width:2px;border-radius:100%;opacity:0;-webkit-animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);-moz-animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);-o-animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8)}
.la-ball-scale-ripple-multiple>div:nth-child(1){-webkit-animation-delay:0s;-moz-animation-delay:0s;-o-animation-delay:0s;animation-delay:0s}
.la-ball-scale-ripple-multiple>div:nth-child(2){-webkit-animation-delay:.25s;-moz-animation-delay:.25s;-o-animation-delay:.25s;animation-delay:.25s}
.la-ball-scale-ripple-multiple>div:nth-child(3){-webkit-animation-delay:.5s;-moz-animation-delay:.5s;-o-animation-delay:.5s;animation-delay:.5s}
.la-ball-scale-ripple-multiple.la-sm{width:16px;height:16px}
.la-ball-scale-ripple-multiple.la-sm>div{width:16px;height:16px;border-width:1px}
.la-ball-scale-ripple-multiple.la-2x{width:64px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-ball-scale-ripple-multiple.la-2x>div{width:64px;height:64px;border-width:4px}
.la-ball-scale-ripple-multiple.la-3x{width:96px;height:96px}
.la-ball-scale-ripple-multiple.la-3x>div{width:96px;height:96px;border-width:6px}@-webkit-keyframes ball-scale-ripple-multiple{0%{opacity:1;-webkit-transform:scale(0.1);transform:scale(0.1)}70%{opacity:.5;-webkit-transform:scale(1);transform:scale(1)}95%{opacity:0}}@-moz-keyframes ball-scale-ripple-multiple{0%{opacity:1;-moz-transform:scale(0.1);transform:scale(0.1)}70%{opacity:.5;-moz-transform:scale(1);transform:scale(1)}95%{opacity:0}}@-o-keyframes ball-scale-ripple-multiple{0%{opacity:1;-o-transform:scale(0.1);transform:scale(0.1)}70%{opacity:.5;-o-transform:scale(1);transform:scale(1)}95%{opacity:0}}@keyframes ball-scale-ripple-multiple{0%{opacity:1;-webkit-transform:scale(0.1);-moz-transform:scale(0.1);-o-transform:scale(0.1);transform:scale(0.1)}70%{opacity:.5;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}95%{opacity:0}} .la-ball-zig-zag,
.la-ball-zig-zag>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-ball-zig-zag{display:block;font-size:0;color:#fff}
.la-ball-zig-zag.la-dark{color:#333}
.la-ball-zig-zag>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-ball-zig-zag{position:relative;width:32px;height:32px}
.la-ball-zig-zag>div{position:absolute;top:50%;left:50%;width:10px;height:10px;margin-top:-5px;margin-left:-5px;border-radius:100%}
.la-ball-zig-zag>div:first-child{-webkit-animation:ball-zig-effect 0.7s 0s infinite linear;-moz-animation:ball-zig-effect 0.7s 0s infinite linear;-o-animation:ball-zig-effect 0.7s 0s infinite linear;animation:ball-zig-effect 0.7s 0s infinite linear}
.la-ball-zig-zag>div:last-child{-webkit-animation:ball-zag-effect 0.7s 0s infinite linear;-moz-animation:ball-zag-effect 0.7s 0s infinite linear;-o-animation:ball-zag-effect 0.7s 0s infinite linear;animation:ball-zag-effect 0.7s 0s infinite linear}
.la-ball-zig-zag.la-sm{width:16px;height:16px}
.la-ball-zig-zag.la-sm>div{width:4px;height:4px;margin-top:-2px;margin-left:-2px}
.la-ball-zig-zag.la-2x{width:64px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-ball-zig-zag.la-2x>div{width:20px;height:20px;margin-top:-10px;margin-left:-10px}
.la-ball-zig-zag.la-3x{width:96px;height:96px}
.la-ball-zig-zag.la-3x>div{width:30px;height:30px;margin-top:-15px;margin-left:-15px}@-webkit-keyframes ball-zig-effect{0%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}33%{-webkit-transform:translate(-75%, -150%);transform:translate(-75%, -150%)}66%{-webkit-transform:translate(75%, -150%);transform:translate(75%, -150%)}100%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@-moz-keyframes ball-zig-effect{0%{-moz-transform:translate(0, 0);transform:translate(0, 0)}33%{-moz-transform:translate(-75%, -150%);transform:translate(-75%, -150%)}66%{-moz-transform:translate(75%, -150%);transform:translate(75%, -150%)}100%{-moz-transform:translate(0, 0);transform:translate(0, 0)}}@-o-keyframes ball-zig-effect{0%{-o-transform:translate(0, 0);transform:translate(0, 0)}33%{-o-transform:translate(-75%, -150%);transform:translate(-75%, -150%)}66%{-o-transform:translate(75%, -150%);transform:translate(75%, -150%)}100%{-o-transform:translate(0, 0);transform:translate(0, 0)}}@keyframes ball-zig-effect{0%{-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}33%{-webkit-transform:translate(-75%, -150%);-moz-transform:translate(-75%, -150%);-o-transform:translate(-75%, -150%);transform:translate(-75%, -150%)}66%{-webkit-transform:translate(75%, -150%);-moz-transform:translate(75%, -150%);-o-transform:translate(75%, -150%);transform:translate(75%, -150%)}100%{-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}}@-webkit-keyframes ball-zag-effect{0%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}33%{-webkit-transform:translate(75%, 150%);transform:translate(75%, 150%)}66%{-webkit-transform:translate(-75%, 150%);transform:translate(-75%, 150%)}100%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@-moz-keyframes ball-zag-effect{0%{-moz-transform:translate(0, 0);transform:translate(0, 0)}33%{-moz-transform:translate(75%, 150%);transform:translate(75%, 150%)}66%{-moz-transform:translate(-75%, 150%);transform:translate(-75%, 150%)}100%{-moz-transform:translate(0, 0);transform:translate(0, 0)}}@-o-keyframes ball-zag-effect{0%{-o-transform:translate(0, 0);transform:translate(0, 0)}33%{-o-transform:translate(75%, 150%);transform:translate(75%, 150%)}66%{-o-transform:translate(-75%, 150%);transform:translate(-75%, 150%)}100%{-o-transform:translate(0, 0);transform:translate(0, 0)}}@keyframes ball-zag-effect{0%{-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}33%{-webkit-transform:translate(75%, 150%);-moz-transform:translate(75%, 150%);-o-transform:translate(75%, 150%);transform:translate(75%, 150%)}66%{-webkit-transform:translate(-75%, 150%);-moz-transform:translate(-75%, 150%);-o-transform:translate(-75%, 150%);transform:translate(-75%, 150%)}100%{-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}} .la-fire,.la-fire>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-fire{display:block;font-size:0;color:#fff}
.la-fire.la-dark{color:#333}
.la-fire>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-fire{width:32px;height:32px}
.la-fire>div{position:absolute;bottom:0;left:50%;width:12px;height:12px;border-radius:0;border-radius:2px;-webkit-transform:translateY(0) translateX(-50%) rotate(45deg) scale(0);-moz-transform:translateY(0) translateX(-50%) rotate(45deg) scale(0);-ms-transform:translateY(0) translateX(-50%) rotate(45deg) scale(0);-o-transform:translateY(0) translateX(-50%) rotate(45deg) scale(0);transform:translateY(0) translateX(-50%) rotate(45deg) scale(0);-webkit-animation:fire-diamonds 1.5s infinite linear;-moz-animation:fire-diamonds 1.5s infinite linear;-o-animation:fire-diamonds 1.5s infinite linear;animation:fire-diamonds 1.5s infinite linear}
.la-fire>div:nth-child(1){-webkit-animation-delay:-.85s;-moz-animation-delay:-.85s;-o-animation-delay:-.85s;animation-delay:-.85s}
.la-fire>div:nth-child(2){-webkit-animation-delay:-1.85s;-moz-animation-delay:-1.85s;-o-animation-delay:-1.85s;animation-delay:-1.85s}
.la-fire>div:nth-child(3){-webkit-animation-delay:-2.85s;-moz-animation-delay:-2.85s;-o-animation-delay:-2.85s;animation-delay:-2.85s}
.la-fire.la-sm{width:16px;height:16px}
.la-fire.la-sm>div{width:6px;height:6px}
.la-fire.la-2x{width:64px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-fire.la-2x>div{width:24px;height:24px}
.la-fire.la-3x{width:96px;height:96px}
.la-fire.la-3x>div{width:36px;height:36px}@-webkit-keyframes fire-diamonds{0%{-webkit-transform:translateY(75%) translateX(-50%) rotate(45deg) scale(0);transform:translateY(75%) translateX(-50%) rotate(45deg) scale(0)}50%{-webkit-transform:translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);transform:translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1)}100%{-webkit-transform:translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);transform:translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0)}}@-moz-keyframes fire-diamonds{0%{-moz-transform:translateY(75%) translateX(-50%) rotate(45deg) scale(0);transform:translateY(75%) translateX(-50%) rotate(45deg) scale(0)}50%{-moz-transform:translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);transform:translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1)}100%{-moz-transform:translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);transform:translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0)}}@-o-keyframes fire-diamonds{0%{-o-transform:translateY(75%) translateX(-50%) rotate(45deg) scale(0);transform:translateY(75%) translateX(-50%) rotate(45deg) scale(0)}50%{-o-transform:translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);transform:translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1)}100%{-o-transform:translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);transform:translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0)}}@keyframes fire-diamonds{0%{-webkit-transform:translateY(75%) translateX(-50%) rotate(45deg) scale(0);-moz-transform:translateY(75%) translateX(-50%) rotate(45deg) scale(0);-o-transform:translateY(75%) translateX(-50%) rotate(45deg) scale(0);transform:translateY(75%) translateX(-50%) rotate(45deg) scale(0)}50%{-webkit-transform:translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);-moz-transform:translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);-o-transform:translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);transform:translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1)}100%{-webkit-transform:translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);-moz-transform:translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);-o-transform:translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);transform:translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0)}} .la-line-scale,
.la-line-scale>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-line-scale{display:block;font-size:0;color:#fff}
.la-line-scale.la-dark{color:#333}
.la-line-scale>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-line-scale{width:40px;height:32px}
.la-line-scale>div{width:4px;height:32px;margin:2px;margin-top:0;margin-bottom:0;border-radius:0;-webkit-animation:line-scale 1.2s infinite ease;-moz-animation:line-scale 1.2s infinite ease;-o-animation:line-scale 1.2s infinite ease;animation:line-scale 1.2s infinite ease}
.la-line-scale>div:nth-child(1){-webkit-animation-delay:-1.2s;-moz-animation-delay:-1.2s;-o-animation-delay:-1.2s;animation-delay:-1.2s}
.la-line-scale>div:nth-child(2){-webkit-animation-delay:-1.1s;-moz-animation-delay:-1.1s;-o-animation-delay:-1.1s;animation-delay:-1.1s}
.la-line-scale>div:nth-child(3){-webkit-animation-delay:-1s;-moz-animation-delay:-1s;-o-animation-delay:-1s;animation-delay:-1s}
.la-line-scale>div:nth-child(4){-webkit-animation-delay:-.9s;-moz-animation-delay:-.9s;-o-animation-delay:-.9s;animation-delay:-.9s}
.la-line-scale>div:nth-child(5){-webkit-animation-delay:-.8s;-moz-animation-delay:-.8s;-o-animation-delay:-.8s;animation-delay:-.8s}
.la-line-scale.la-sm{width:20px;height:16px}
.la-line-scale.la-sm>div{width:2px;height:16px;margin:1px;margin-top:0;margin-bottom:0}
.la-line-scale.la-2x{width:80px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-line-scale.la-2x>div{width:5px;height:64px;margin:4px;margin-top:0;margin-bottom:0}
.la-line-scale.la-3x{width:120px;height:96px}
.la-line-scale.la-3x>div{width:12px;height:96px;margin:6px;margin-top:0;margin-bottom:0}@-webkit-keyframes line-scale{0%,40%,100%{-webkit-transform:scaleY(0.4);transform:scaleY(0.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-moz-keyframes line-scale{0%,40%,100%{-webkit-transform:scaleY(0.4);-moz-transform:scaleY(0.4);transform:scaleY(0.4)}20%{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);transform:scaleY(1)}}@-o-keyframes line-scale{0%,40%,100%{-webkit-transform:scaleY(0.4);-o-transform:scaleY(0.4);transform:scaleY(0.4)}20%{-webkit-transform:scaleY(1);-o-transform:scaleY(1);transform:scaleY(1)}}@keyframes line-scale{0%,40%,100%{-webkit-transform:scaleY(0.4);-moz-transform:scaleY(0.4);-o-transform:scaleY(0.4);transform:scaleY(0.4)}20%{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);-o-transform:scaleY(1);transform:scaleY(1)}} .la-line-scale-party,.la-line-scale-party>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-line-scale-party{display:block;font-size:0;color:#fff}
.la-line-scale-party.la-dark{color:#333}
.la-line-scale-party>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-line-scale-party{width:40px;height:32px}
.la-line-scale-party>div{width:4px;height:32px;margin:2px;margin-top:0;margin-bottom:0;border-radius:0;-webkit-animation-name:line-scale-party;-moz-animation-name:line-scale-party;-o-animation-name:line-scale-party;animation-name:line-scale-party;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite}
.la-line-scale-party>div:nth-child(1){-webkit-animation-duration:.43s;-moz-animation-duration:.43s;-o-animation-duration:.43s;animation-duration:.43s;-webkit-animation-delay:-.23s;-moz-animation-delay:-.23s;-o-animation-delay:-.23s;animation-delay:-.23s}
.la-line-scale-party>div:nth-child(2){-webkit-animation-duration:.62s;-moz-animation-duration:.62s;-o-animation-duration:.62s;animation-duration:.62s;-webkit-animation-delay:-.32s;-moz-animation-delay:-.32s;-o-animation-delay:-.32s;animation-delay:-.32s}
.la-line-scale-party>div:nth-child(3){-webkit-animation-duration:.43s;-moz-animation-duration:.43s;-o-animation-duration:.43s;animation-duration:.43s;-webkit-animation-delay:-.44s;-moz-animation-delay:-.44s;-o-animation-delay:-.44s;animation-delay:-.44s}
.la-line-scale-party>div:nth-child(4){-webkit-animation-duration:.8s;-moz-animation-duration:.8s;-o-animation-duration:.8s;animation-duration:.8s;-webkit-animation-delay:-.31s;-moz-animation-delay:-.31s;-o-animation-delay:-.31s;animation-delay:-.31s}
.la-line-scale-party>div:nth-child(5){-webkit-animation-duration:.74s;-moz-animation-duration:.74s;-o-animation-duration:.74s;animation-duration:.74s;-webkit-animation-delay:-.24s;-moz-animation-delay:-.24s;-o-animation-delay:-.24s;animation-delay:-.24s}
.la-line-scale-party.la-sm{width:20px;height:16px}
.la-line-scale-party.la-sm>div{width:2px;height:16px;margin:1px;margin-top:0;margin-bottom:0}
.la-line-scale-party.la-2x{width:80px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-line-scale-party.la-2x>div{width:5px;height:64px;margin:4px;margin-top:0;margin-bottom:0}
.la-line-scale-party.la-3x{width:120px;height:96px}
.la-line-scale-party.la-3x>div{width:12px;height:96px;margin:6px;margin-top:0;margin-bottom:0}@-webkit-keyframes line-scale-party{0%{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(0.3);transform:scaleY(0.3)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-moz-keyframes line-scale-party{0%{-moz-transform:scaleY(1);transform:scaleY(1)}50%{-moz-transform:scaleY(0.3);transform:scaleY(0.3)}100%{-moz-transform:scaleY(1);transform:scaleY(1)}}@-o-keyframes line-scale-party{0%{-o-transform:scaleY(1);transform:scaleY(1)}50%{-o-transform:scaleY(0.3);transform:scaleY(0.3)}100%{-o-transform:scaleY(1);transform:scaleY(1)}}@keyframes line-scale-party{0%{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);-o-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(0.3);-moz-transform:scaleY(0.3);-o-transform:scaleY(0.3);transform:scaleY(0.3)}100%{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);-o-transform:scaleY(1);transform:scaleY(1)}} .la-line-scale-pulse-out,
.la-line-scale-pulse-out>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-line-scale-pulse-out{display:block;font-size:0;color:#fff}
.la-line-scale-pulse-out.la-dark{color:#333}
.la-line-scale-pulse-out>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-line-scale-pulse-out{width:40px;height:32px}
.la-line-scale-pulse-out>div{width:4px;height:32px;margin:2px;margin-top:0;margin-bottom:0;border-radius:0;-webkit-animation:line-scale-pulse-out 0.9s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);-moz-animation:line-scale-pulse-out 0.9s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);-o-animation:line-scale-pulse-out 0.9s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);animation:line-scale-pulse-out 0.9s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85)}
.la-line-scale-pulse-out>div:nth-child(3){-webkit-animation-delay:-.9s;-moz-animation-delay:-.9s;-o-animation-delay:-.9s;animation-delay:-.9s}
.la-line-scale-pulse-out>div:nth-child(2),
.la-line-scale-pulse-out>div:nth-child(4){-webkit-animation-delay:-.7s;-moz-animation-delay:-.7s;-o-animation-delay:-.7s;animation-delay:-.7s}
.la-line-scale-pulse-out>div:nth-child(1),
.la-line-scale-pulse-out>div:nth-child(5){-webkit-animation-delay:-.5s;-moz-animation-delay:-.5s;-o-animation-delay:-.5s;animation-delay:-.5s}
.la-line-scale-pulse-out.la-sm{width:20px;height:16px}
.la-line-scale-pulse-out.la-sm>div{width:2px;height:16px;margin:1px;margin-top:0;margin-bottom:0}
.la-line-scale-pulse-out.la-2x{width:80px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-line-scale-pulse-out.la-2x>div{width:5px;height:64px;margin:4px;margin-top:0;margin-bottom:0}
.la-line-scale-pulse-out.la-3x{width:120px;height:96px}
.la-line-scale-pulse-out.la-3x>div{width:12px;height:96px;margin:6px;margin-top:0;margin-bottom:0}@-webkit-keyframes line-scale-pulse-out{0%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(0.3);transform:scaley(0.3)}100%{-webkit-transform:scaley(1);transform:scaley(1)}}@-moz-keyframes line-scale-pulse-out{0%{-moz-transform:scaley(1);transform:scaley(1)}50%{-moz-transform:scaley(0.3);transform:scaley(0.3)}100%{-moz-transform:scaley(1);transform:scaley(1)}}@-o-keyframes line-scale-pulse-out{0%{-o-transform:scaley(1);transform:scaley(1)}50%{-o-transform:scaley(0.3);transform:scaley(0.3)}100%{-o-transform:scaley(1);transform:scaley(1)}}@keyframes line-scale-pulse-out{0%{-webkit-transform:scaley(1);-moz-transform:scaley(1);-o-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(0.3);-moz-transform:scaley(0.3);-o-transform:scaley(0.3);transform:scaley(0.3)}100%{-webkit-transform:scaley(1);-moz-transform:scaley(1);-o-transform:scaley(1);transform:scaley(1)}} .la-line-spin-clockwise-fade-rotating,
.la-line-spin-clockwise-fade-rotating>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-line-spin-clockwise-fade-rotating{display:block;font-size:0;color:#fff}
.la-line-spin-clockwise-fade-rotating.la-dark{color:#333}
.la-line-spin-clockwise-fade-rotating>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-line-spin-clockwise-fade-rotating{width:32px;height:32px;-webkit-animation:line-spin-clockwise-fade-rotating-rotate 6s infinite linear;-moz-animation:line-spin-clockwise-fade-rotating-rotate 6s infinite linear;-o-animation:line-spin-clockwise-fade-rotating-rotate 6s infinite linear;animation:line-spin-clockwise-fade-rotating-rotate 6s infinite linear}
.la-line-spin-clockwise-fade-rotating>div{position:absolute;width:2px;height:10px;margin:2px;margin-top:-5px;margin-left:-1px;border-radius:0;-webkit-animation:line-spin-clockwise-fade-rotating 1s infinite ease-in-out;-moz-animation:line-spin-clockwise-fade-rotating 1s infinite ease-in-out;-o-animation:line-spin-clockwise-fade-rotating 1s infinite ease-in-out;animation:line-spin-clockwise-fade-rotating 1s infinite ease-in-out}
.la-line-spin-clockwise-fade-rotating>div:nth-child(1){top:15%;left:50%;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-animation-delay:-.875s;-moz-animation-delay:-.875s;-o-animation-delay:-.875s;animation-delay:-.875s}
.la-line-spin-clockwise-fade-rotating>div:nth-child(2){top:25.2512626585%;left:74.7487373415%;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-animation-delay:-.75s;-moz-animation-delay:-.75s;-o-animation-delay:-.75s;animation-delay:-.75s}
.la-line-spin-clockwise-fade-rotating>div:nth-child(3){top:50%;left:85%;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);-webkit-animation-delay:-.625s;-moz-animation-delay:-.625s;-o-animation-delay:-.625s;animation-delay:-.625s}
.la-line-spin-clockwise-fade-rotating>div:nth-child(4){top:74.7487373415%;left:74.7487373415%;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg);-webkit-animation-delay:-.5s;-moz-animation-delay:-.5s;-o-animation-delay:-.5s;animation-delay:-.5s}
.la-line-spin-clockwise-fade-rotating>div:nth-child(5){top:84.9999999974%;left:50.0000000004%;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);-webkit-animation-delay:-.375s;-moz-animation-delay:-.375s;-o-animation-delay:-.375s;animation-delay:-.375s}
.la-line-spin-clockwise-fade-rotating>div:nth-child(6){top:74.7487369862%;left:25.2512627193%;-webkit-transform:rotate(225deg);-moz-transform:rotate(225deg);-ms-transform:rotate(225deg);-o-transform:rotate(225deg);transform:rotate(225deg);-webkit-animation-delay:-.25s;-moz-animation-delay:-.25s;-o-animation-delay:-.25s;animation-delay:-.25s}
.la-line-spin-clockwise-fade-rotating>div:nth-child(7){top:49.9999806189%;left:15.0000039834%;-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);-webkit-animation-delay:-.125s;-moz-animation-delay:-.125s;-o-animation-delay:-.125s;animation-delay:-.125s}
.la-line-spin-clockwise-fade-rotating>div:nth-child(8){top:25.2506949798%;left:25.2513989292%;-webkit-transform:rotate(315deg);-moz-transform:rotate(315deg);-ms-transform:rotate(315deg);-o-transform:rotate(315deg);transform:rotate(315deg);-webkit-animation-delay:0s;-moz-animation-delay:0s;-o-animation-delay:0s;animation-delay:0s}
.la-line-spin-clockwise-fade-rotating.la-sm{width:16px;height:16px}
.la-line-spin-clockwise-fade-rotating.la-sm>div{width:1px;height:4px;margin-top:-2px;margin-left:0}
.la-line-spin-clockwise-fade-rotating.la-2x{width:64px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-line-spin-clockwise-fade-rotating.la-2x>div{width:4px;height:20px;margin-top:-10px;margin-left:-2px}
.la-line-spin-clockwise-fade-rotating.la-3x{width:96px;height:96px}
.la-line-spin-clockwise-fade-rotating.la-3x>div{width:6px;height:30px;margin-top:-15px;margin-left:-3px}@-webkit-keyframes line-spin-clockwise-fade-rotating-rotate{100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@-moz-keyframes line-spin-clockwise-fade-rotating-rotate{100%{-moz-transform:rotate(-360deg);transform:rotate(-360deg)}}@-o-keyframes line-spin-clockwise-fade-rotating-rotate{100%{-o-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes line-spin-clockwise-fade-rotating-rotate{100%{-webkit-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-o-transform:rotate(-360deg);transform:rotate(-360deg)}}@-webkit-keyframes line-spin-clockwise-fade-rotating{50%{opacity:.2}100%{opacity:1}}@-moz-keyframes line-spin-clockwise-fade-rotating{50%{opacity:.2}100%{opacity:1}}@-o-keyframes line-spin-clockwise-fade-rotating{50%{opacity:.2}100%{opacity:1}}@keyframes line-spin-clockwise-fade-rotating{50%{opacity:.2}100%{opacity:1}} .la-square-jelly-box,
.la-square-jelly-box>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-square-jelly-box{display:block;font-size:0;color:#fff}
.la-square-jelly-box.la-dark{color:#333}
.la-square-jelly-box>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-square-jelly-box{width:32px;height:32px}
.la-square-jelly-box>div:nth-child(1),
.la-square-jelly-box>div:nth-child(2){position:absolute;left:0;width:100%}
.la-square-jelly-box>div:nth-child(1){top:-25%;z-index:1;height:100%;border-radius:10%;-webkit-animation:square-jelly-box-animate 0.6s -0.1s linear infinite;-moz-animation:square-jelly-box-animate 0.6s -0.1s linear infinite;-o-animation:square-jelly-box-animate 0.6s -0.1s linear infinite;animation:square-jelly-box-animate 0.6s -0.1s linear infinite}
.la-square-jelly-box>div:nth-child(2){bottom:-9%;height:10%;background:#000;border-radius:50%;opacity:.2;-webkit-animation:square-jelly-box-shadow 0.6s -0.1s linear infinite;-moz-animation:square-jelly-box-shadow 0.6s -0.1s linear infinite;-o-animation:square-jelly-box-shadow 0.6s -0.1s linear infinite;animation:square-jelly-box-shadow 0.6s -0.1s linear infinite}
.la-square-jelly-box.la-sm{width:16px;height:16px}
.la-square-jelly-box.la-2x{width:64px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-square-jelly-box.la-3x{width:96px;height:96px}@-webkit-keyframes square-jelly-box-animate{17%{border-bottom-right-radius:10%}25%{-webkit-transform:translateY(25%) rotate(22.5deg);transform:translateY(25%) rotate(22.5deg)}50%{border-bottom-right-radius:100%;-webkit-transform:translateY(50%) scale(1, 0.9) rotate(45deg);transform:translateY(50%) scale(1, 0.9) rotate(45deg)}75%{-webkit-transform:translateY(25%) rotate(67.5deg);transform:translateY(25%) rotate(67.5deg)}100%{-webkit-transform:translateY(0) rotate(90deg);transform:translateY(0) rotate(90deg)}}@-moz-keyframes square-jelly-box-animate{17%{border-bottom-right-radius:10%}25%{-moz-transform:translateY(25%) rotate(22.5deg);transform:translateY(25%) rotate(22.5deg)}50%{border-bottom-right-radius:100%;-moz-transform:translateY(50%) scale(1, 0.9) rotate(45deg);transform:translateY(50%) scale(1, 0.9) rotate(45deg)}75%{-moz-transform:translateY(25%) rotate(67.5deg);transform:translateY(25%) rotate(67.5deg)}100%{-moz-transform:translateY(0) rotate(90deg);transform:translateY(0) rotate(90deg)}}@-o-keyframes square-jelly-box-animate{17%{border-bottom-right-radius:10%}25%{-o-transform:translateY(25%) rotate(22.5deg);transform:translateY(25%) rotate(22.5deg)}50%{border-bottom-right-radius:100%;-o-transform:translateY(50%) scale(1, 0.9) rotate(45deg);transform:translateY(50%) scale(1, 0.9) rotate(45deg)}75%{-o-transform:translateY(25%) rotate(67.5deg);transform:translateY(25%) rotate(67.5deg)}100%{-o-transform:translateY(0) rotate(90deg);transform:translateY(0) rotate(90deg)}}@keyframes square-jelly-box-animate{17%{border-bottom-right-radius:10%}25%{-webkit-transform:translateY(25%) rotate(22.5deg);-moz-transform:translateY(25%) rotate(22.5deg);-o-transform:translateY(25%) rotate(22.5deg);transform:translateY(25%) rotate(22.5deg)}50%{border-bottom-right-radius:100%;-webkit-transform:translateY(50%) scale(1, 0.9) rotate(45deg);-moz-transform:translateY(50%) scale(1, 0.9) rotate(45deg);-o-transform:translateY(50%) scale(1, 0.9) rotate(45deg);transform:translateY(50%) scale(1, 0.9) rotate(45deg)}75%{-webkit-transform:translateY(25%) rotate(67.5deg);-moz-transform:translateY(25%) rotate(67.5deg);-o-transform:translateY(25%) rotate(67.5deg);transform:translateY(25%) rotate(67.5deg)}100%{-webkit-transform:translateY(0) rotate(90deg);-moz-transform:translateY(0) rotate(90deg);-o-transform:translateY(0) rotate(90deg);transform:translateY(0) rotate(90deg)}}@-webkit-keyframes square-jelly-box-shadow{50%{-webkit-transform:scale(1.25, 1);transform:scale(1.25, 1)}}@-moz-keyframes square-jelly-box-shadow{50%{-moz-transform:scale(1.25, 1);transform:scale(1.25, 1)}}@-o-keyframes square-jelly-box-shadow{50%{-o-transform:scale(1.25, 1);transform:scale(1.25, 1)}}@keyframes square-jelly-box-shadow{50%{-webkit-transform:scale(1.25, 1);-moz-transform:scale(1.25, 1);-o-transform:scale(1.25, 1);transform:scale(1.25, 1)}} .la-square-spin,
.la-square-spin>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-square-spin{display:block;font-size:0;color:#fff}
.la-square-spin.la-dark{color:#333}
.la-square-spin>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-square-spin{width:32px;height:32px}
.la-square-spin>div{width:100%;height:100%;border-radius:0;-webkit-animation:square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;-moz-animation:square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;-o-animation:square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;animation:square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite}
.la-square-spin.la-sm{width:16px;height:16px}
.la-square-spin.la-2x{width:55px;height:55px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-square-spin.la-3x{width:96px;height:96px}@-webkit-keyframes square-spin{0%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(360deg);transform:perspective(100px) rotateX(0) rotateY(360deg)}}@-moz-keyframes square-spin{0%{-moz-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}25%{-moz-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-moz-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-moz-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-moz-transform:perspective(100px) rotateX(0) rotateY(360deg);transform:perspective(100px) rotateX(0) rotateY(360deg)}}@-o-keyframes square-spin{0%{transform:perspective(100px) rotateX(0) rotateY(0)}25%{transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{transform:perspective(100px) rotateX(0) rotateY(360deg)}}@keyframes square-spin{0%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);-moz-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);-moz-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);-moz-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);-moz-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(360deg);-moz-transform:perspective(100px) rotateX(0) rotateY(360deg);transform:perspective(100px) rotateX(0) rotateY(360deg)}} .loader-inner {
bottom: 0;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
}
.sk-folding-cube {
width: 50px;
height: 50px;
-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: #fff;
-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: 0.3s;
animation-delay: 0.3s; }
.sk-folding-cube .sk-cube3:before {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s; }
.sk-folding-cube .sk-cube4:before {
-webkit-animation-delay: 0.9s;
animation-delay: 0.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(0deg);
transform: perspective(140px) rotateX(0deg);
opacity: 1; }
90%, 100% {
-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(0deg);
transform: perspective(140px) rotateX(0deg);
opacity: 1; }
90%, 100% {
-webkit-transform: perspective(140px) rotateY(180deg);
transform: perspective(140px) rotateY(180deg);
opacity: 0; } }.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var( --container-widget-align-self,initial );--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{min-height:22px;min-width:22px;position:relative}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{height:22px;inset:0;margin:auto;padding:0;position:absolute;width:22px}