/* CSS Optimizado - Combinado en el orden correcto */
@charset "UTF-8";

/*!
 * Bootstrap v5.0.0-beta3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

*,
::after,
::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {

    .h1,
    h1 {
        font-size: 2.5rem
    }
}

.h2,
h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

    .h2,
    h2 {
        font-size: 2rem
    }
}

.h3,
h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

    .h3,
    h3 {
        font-size: 1.75rem
    }
}

.h4,
h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

    .h4,
    h4 {
        font-size: 1.5rem
    }
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-bs-original-title],
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    padding-left: 2rem
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

.small,
small {
    font-size: .875em
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

sub,
sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d
}

.blockquote-footer::before {
    content: "â€”Â "
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: .875em;
    color: #6c757d
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2)
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    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.3333333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.3333333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.6666666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.3333333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.6666666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

.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.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }

    .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.3333333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }

    .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.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }

    .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.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }

    .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.3333333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xxl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xxl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xxl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xxl-11 {
        margin-left: 91.6666666667%
    }

    .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-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6
}

.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .25rem .25rem
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 1px
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6
}

.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9
}

.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #6c757d
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
    max-width: 3rem;
    height: auto;
    padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    background-color: #e9ecef
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
    pointer-events: none;
    filter: none;
    opacity: .65
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.form-floating {
    position: relative
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    padding: 1rem .75rem
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-floating>label {
        transition: none
    }
}

.form-floating>.form-control::-moz-placeholder {
    color: transparent
}

.form-floating>.form-control::placeholder {
    color: transparent
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
    z-index: 3
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 3
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 3rem
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #198754
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(25, 135, 84, .9);
    border-radius: .25rem
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #198754;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #198754;
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: #198754
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #198754
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #198754
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
    z-index: 3
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #dc3545;
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #dc3545
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: #dc3545
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
    z-index: 3
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e
}

.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.btn-check:active+.btn-success,
.btn-check:checked+.btn-success,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f
}

.btn-check:active+.btn-success:focus,
.btn-check:checked+.btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2
}

.btn-check:focus+.btn-info,
.btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.btn-check:active+.btn-info,
.btn-check:checked+.btn-info,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2
}

.btn-check:active+.btn-info:focus,
.btn-check:checked+.btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.btn-check:active+.btn-warning,
.btn-check:checked+.btn-warning,
.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720
}

.btn-check:active+.btn-warning:focus,
.btn-check:checked+.btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.btn-check:active+.btn-danger,
.btn-check:checked+.btn-danger,
.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834
}

.btn-check:active+.btn-danger:focus,
.btn-check:checked+.btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-check:focus+.btn-light,
.btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.btn-check:active+.btn-light,
.btn-check:checked+.btn-light,
.btn-light.active,
.btn-light:active,
.show>.btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-check:active+.btn-light:focus,
.btn-check:checked+.btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.btn-check:active+.btn-dark,
.btn-check:checked+.btn-dark,
.btn-dark.active,
.btn-dark:active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f
}

.btn-check:active+.btn-dark:focus,
.btn-check:checked+.btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #0d6efd;
    background-color: transparent
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-check:active+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-success {
    color: #198754;
    border-color: #198754
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-check:active+.btn-outline-success:focus,
.btn-check:checked+.btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #198754;
    background-color: transparent
}

.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.btn-check:active+.btn-outline-info,
.btn-check:checked+.btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-check:active+.btn-outline-info:focus,
.btn-check:checked+.btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #0dcaf0;
    background-color: transparent
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

.btn-check:active+.btn-outline-warning,
.btn-check:checked+.btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-check:active+.btn-outline-warning:focus,
.btn-check:checked+.btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-check:active+.btn-outline-danger:focus,
.btn-check:checked+.btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}

.btn-check:active+.btn-outline-light,
.btn-check:checked+.btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-check:active+.btn-outline-light:focus,
.btn-check:checked+.btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
    box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-dark {
    color: #212529;
    border-color: #212529
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.btn-check:active+.btn-outline-dark,
.btn-check:checked+.btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-check:active+.btn-outline-dark:focus,
.btn-check:checked+.btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
    box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #212529;
    background-color: transparent
}

.btn-link {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: underline
}

.btn-link:hover {
    color: #0a58ca
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropend,
.dropstart,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu[data-bs-popper] {
    left: 0;
    margin-top: .125rem
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-end {
        --bs-position: end
    }

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%
}

.dropend .dropdown-menu[data-bs-popper] {
    margin-top: 0;
    margin-left: .125rem
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-toggle::after {
    vertical-align: 0
}

.dropstart .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto
}

.dropstart .dropdown-menu[data-bs-popper] {
    margin-top: 0;
    margin-right: .125rem
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropstart .dropdown-toggle::after {
    display: none
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .15)
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1rem;
    color: #212529
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #0d6efd
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd
}

.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-header {
    color: #adb5bd
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropstart .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn~.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0d6efd
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

@media (min-width:1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .55);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem
}

.card-title {
    margin-bottom: .5rem
}

.card-subtitle {
    margin-top: -.25rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1rem
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.5rem;
    margin-bottom: -.5rem;
    margin-left: -.5rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.5rem;
    margin-left: -.5rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-group>.card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(180deg)
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.accordion-item:last-of-type {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "https://unicktheme.com/")
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6
}

.page-link {
    padding: .375rem .75rem
}

.page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3rem
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem
}

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe
}

.alert-primary .alert-link {
    color: #06357a
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8
}

.alert-secondary .alert-link {
    color: #34383c
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc
}

.alert-success .alert-link {
    color: #0c4128
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb
}

.alert-info .alert-link {
    color: #04414d
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5
}

.alert-warning .alert-link {
    color: #523e02
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7
}

.alert-danger .alert-link {
    color: #6a1a21
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light .alert-link {
    color: #4f5050
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf
}

.alert-dark .alert-link {
    color: #101214
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

.list-group-numbered>li::before {
    content: counters(section, ".") ". ";
    counter-increment: section
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row
    }

    .list-group-horizontal-xxl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #084298;
    background-color: #cfe2ff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #084298;
    background-color: #bacbe6
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #084298;
    border-color: #084298
}

.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #41464b;
    background-color: #cbccce
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #41464b;
    border-color: #41464b
}

.list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #0f5132;
    background-color: #bcd0c7
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132
}

.list-group-item-info {
    color: #055160;
    background-color: #cff4fc
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #055160;
    background-color: #badce3
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #055160;
    border-color: #055160
}

.list-group-item-warning {
    color: #664d03;
    background-color: #fff3cd
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #664d03;
    background-color: #e6dbb9
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03
}

.list-group-item-danger {
    color: #842029;
    background-color: #f8d7da
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #842029;
    background-color: #dfc2c4
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #842029;
    border-color: #842029
}

.list-group-item-light {
    color: #636464;
    background-color: #fefefe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #636464;
    background-color: #e5e5e5
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #636464;
    border-color: #636464
}

.list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #141619;
    background-color: #bebebf
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141619;
    border-color: #141619
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    opacity: 1
}

.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: .25
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.toast:not(.showing):not(.show) {
    opacity: 0
}

.toast.hide {
    display: none
}

.toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.toast-container>:not(:last-child) {
    margin-bottom: .75rem
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-header .btn-close {
    margin-right: -.375rem;
    margin-left: .75rem
}

.toast-body {
    padding: .75rem;
    word-wrap: break-word
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-fullscreen .modal-footer {
    border-radius: 0
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[data-popper-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
    bottom: 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[data-popper-placement^=right],
.bs-tooltip-end {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
    right: -1px;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[data-popper-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    top: 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[data-popper-placement^=left],
.bs-tooltip-start {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
    left: -1px;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem
}

.popover .popover-arrow::after,
.popover .popover-arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
.bs-popover-top>.popover-arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
.bs-popover-top>.popover-arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.bs-popover-top>.popover-arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
.bs-popover-end>.popover-arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
.bs-popover-end>.popover-arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,
.bs-popover-end>.popover-arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
.bs-popover-bottom>.popover-arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
.bs-popover-start>.popover-arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
.bs-popover-start>.popover-arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,
.bs-popover-start>.popover-arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid #d8d8d8;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: 1rem 1rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion:reduce) {

    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1040;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas-header {
    display: flex;
    justify-content: space-between;
    padding: 1rem 1rem
}

.offcanvas-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(-100%)
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(100%)
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, .2);
    transform: translateY(100%)
}

.offcanvas.show {
    transform: none
}

.offcanvas-backdrop::before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1039;
    width: 100vw;
    height: 100vh;
    content: "";
    background-color: rgba(0, 0, 0, .5)
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.link-primary {
    color: #0d6efd
}

.link-primary:focus,
.link-primary:hover {
    color: #0a58ca
}

.link-secondary {
    color: #6c757d
}

.link-secondary:focus,
.link-secondary:hover {
    color: #565e64
}

.link-success {
    color: #198754
}

.link-success:focus,
.link-success:hover {
    color: #146c43
}

.link-info {
    color: #0dcaf0
}

.link-info:focus,
.link-info:hover {
    color: #3dd5f3
}

.link-warning {
    color: #ffc107
}

.link-warning:focus,
.link-warning:hover {
    color: #ffcd39
}

.link-danger {
    color: #dc3545
}

.link-danger:focus,
.link-danger:hover {
    color: #b02a37
}

.link-light {
    color: #f8f9fa
}

.link-light:focus,
.link-light:hover {
    color: #f9fafb
}

.link-dark {
    color: #212529
}

.link-dark:focus,
.link-dark:hover {
    color: #1a1e21
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%)
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%)
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%)
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

@media (min-width:576px) {
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:768px) {
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:992px) {
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:1200px) {
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:1400px) {
    .sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.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
}

.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
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    transform: translateX(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid #dee2e6 !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid #dee2e6 !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #0d6efd !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #198754 !important
}

.border-info {
    border-color: #0dcaf0 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #212529 !important
}

.border-white {
    border-color: #fff !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fst-normal {
    font-style: normal !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    color: #0d6efd !important
}

.text-secondary {
    color: #6c757d !important
}

.text-success {
    color: #198754 !important
}

.text-info {
    color: #0dcaf0 !important
}

.text-warning {
    color: #ffc107 !important
}

.text-danger {
    color: #dc3545 !important
}

.text-light {
    color: #f8f9fa !important
}

.text-dark {
    color: #212529 !important
}

.text-white {
    color: #fff !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-reset {
    color: inherit !important
}

.bg-primary {
    background-color: #0d6efd !important
}

.bg-secondary {
    background-color: #6c757d !important
}

.bg-success {
    background-color: #198754 !important
}

.bg-info {
    background-color: #0dcaf0 !important
}

.bg-warning {
    background-color: #ffc107 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

.bg-dark {
    background-color: #212529 !important
}

.bg-body {
    background-color: #fff !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: .2rem !important
}

.rounded-2 {
    border-radius: .25rem !important
}

.rounded-3 {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-end {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-start {
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media (min-width:576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width:1400px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .fs-1 {
        font-size: 2.5rem !important
    }

    .fs-2 {
        font-size: 2rem !important
    }

    .fs-3 {
        font-size: 1.75rem !important
    }

    .fs-4 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

/*# sourceMappingURL=bootstrap.min.css.map */

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.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.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -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 {

    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -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 {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% {
        -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);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -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);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -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(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -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(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {

    0%,
    100% {
        -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 {

    0%,
    100% {
        -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 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);
    }

    100% {
        -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);
    }

    100% {
        -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 {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .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);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .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);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    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);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    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);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none
    }

    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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none
    }

    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)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}



.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;

    transform-origin: center
}

@-webkit-keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    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);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    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);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    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);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    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);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    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);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    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);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        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);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        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);
    }

    100% {
        -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(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

.bounceOut {
    -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);
    }

    100% {
        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);
    }

    100% {
        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);
    }

    100% {
        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);
    }

    100% {
        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);
    }

    100% {
        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);
    }

    100% {
        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);
    }

    100% {
        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);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}


@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) 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(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) 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(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -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 {
    0% {
        -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);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -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);
    }

    100% {
        -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 {
    0% {
        -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);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -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);
    }

    100% {
        -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 {
    0% {
        -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;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -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;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -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;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -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;
    }

    100% {
        -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;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        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 {
    0% {
        opacity: 1;
    }

    100% {
        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 {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInStable {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    33.333% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    66.666666% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes zoomInStable {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    33.333% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    66.666666% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.zoomInStable {
    -webkit-animation-name: zoomInStable;
    animation-name: zoomInStable;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    100% {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .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.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .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.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.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(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.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(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .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.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .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.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }

    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }
}

@-webkit-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }

    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }
}

@-moz-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }

    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }

}

@-o-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }

    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }
}

@-ms-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }

    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }

}

@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotateme {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotateme {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg);
    }
}


.rotate-me {
    animation-name: rotateme;
    animation-duration: 24s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 24s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: rotateme;
    -moz-animation-duration: 24s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -ms-animation-name: rotateme;
    -ms-animation-duration: 24s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    -o-animation-name: rotateme;
    -o-animation-duration: 24s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}


@-webkit-keyframes bounceright {
    from {
        -webkit-transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(3px);
    }
}

@keyframes bounceright {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(3px);
    }
}



@keyframes textRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.text-rotate-box {
    animation: textRotate 10s linear 0s forwards infinite alternate;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}



/*** 
=============================================
    circle Css
=============================================
***/
@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}


@-webkit-keyframes float-bob {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
}

@keyframes float-bob {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
}

.float-bob {
    animation-name: float-bob;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    -webkit-animation-name: float-bob;
    -webkit-animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: float-bob;
    -moz-animation-duration: 7s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -ms-animation-name: float-bob;
    -ms-animation-duration: 7s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    -o-animation-name: float-bob;
    -o-animation-duration: 7s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

/*** 
=============================================
    Zoom In Out Css
=============================================
***/
.zoominout {
    animation-name: zoomInOut;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;

    -webkit-animation-name: zoomInOut;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;

    -moz-animation-name: zoomInOut;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;

    -ms-animation-name: zoomInOut;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;

    -o-animation-name: zoomInOut;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
}

@-webkit-keyframes zoomInOut {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7);
        transform: rotate(0deg) scale(0.7);
        opacity: 0;
    }

    50% {
        -webkit-transform: rotate(180deg) scale(1);
        transform: rotate(180deg) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(360deg) scale(0.7);
        transform: rotate(360deg) scale(0.7);
        opacity: 0;
    }
}@-webkit-keyframes banner-animate {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
    }

    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
    }
}

@keyframes banner-animate {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
    }

    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
    }
}

.banner-animate {
    animation-name: banner-animate;
    animation-duration: 70s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: banner-animate;
    -webkit-animation-duration: 70s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: banner-animate;
    -moz-animation-duration: 70s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -ms-animation-name: banner-animate;
    -ms-animation-duration: 70s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    -o-animation-name: banner-animate;
    -o-animation-duration: 70s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}



/*** 
=============================================
    Ripple Animation
=============================================
***/


@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}
/*** 
=============================================
    Float Bob Y Animation Css
=============================================
***/
@-webkit-keyframes float-bob-y {
    0% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes float-bob-y {
    0% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(-20px);
    }
}

.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}


/*** 
=============================================
    Footer Tree Animation 
=============================================
***/

@-webkit-keyframes footerTree {

    0%,
    100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }

    25%,
    75% {
        -webkit-transform: rotate(5deg) translateX(15px);
        transform: rotate(5deg) translateX(15px);
    }

    50% {
        -webkit-transform: rotate(10deg) translateX(30px);
        transform: rotate(10deg) translateX(30px);
    }
}

@keyframes footerTree {

    0%,
    100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }

    25%,
    75% {
        -webkit-transform: rotate(5deg) translateX(15px);
        transform: rotate(5deg) translateX(15px);
    }

    50% {
        -webkit-transform: rotate(10deg) translateX(30px);
        transform: rotate(10deg) translateX(30px);
    }
}

.footertree {
    -webkit-animation: footerTree 5s ease-in infinite;
    animation: footerTree 5s ease-in infinite;
}@keyframes rotateScale {
    from {
        transform: rotate(0deg) scale(1);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateScale {
    from {
        transform: rotate(0deg) scale(1);
    }

    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotateScale {
    from {
        transform: rotate(0deg) scale(1);
    }

    to {
        transform: rotate(360deg);
    }
}

@-o-keyframes rotateScale {
    from {
        transform: rotate(0deg) scale(1);
    }

    to {
        transform: rotate(360deg);
    }
}

.rotatescale {
    -webkit-animation-name: rotateScale;
    -webkit-animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: rotateScale;
    -moz-animation-duration: 20s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -ms-animation-name: rotateScale;
    -ms-animation-duration: 20s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: rotateScale;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}



/*--------------------------------------------------------------
# Animations Shape Mover
--------------------------------------------------------------*/

@-webkit-keyframes shapeMover {

    0%,
    100% {
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }

    50% {
        transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}

@keyframes shapeMover {

    0%,
    100% {
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }

    50% {
        transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}



@-webkit-keyframes shapeMover {

    0%,
    100% {
        -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }

    50% {
        -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
        transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}



.shape-mover {
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-perspective: 100px;
    perspective: 100px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}


/*--------------------------------------------------------------
#     Zoom Fade Css
--------------------------------------------------------------*/
.zoom-fade {
    animation-name: zoom-fade;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    -o-animation-name: zoom-fade;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
    0% {
        transform: scale(0.9) translateX(-50%);
    }

    50% {
        transform: scale(1) translateX(-50%);
    }

    100% {
        transform: scale(0.9) translateX(-50%);
    }
}

@keyframes zoom-fade {
    0% {
        transform: scale(0.9) translateX(-50%);
    }

    50% {
        transform: scale(1) translateX(-50%);
    }

    100% {
        transform: scale(0.9) translateX(-50%);
    }
}


/*--------------------------------------------------------------
#     Zoom Fade 2 Css
--------------------------------------------------------------*/
.zoom-fade-2 {
    animation-name: zoom-fade-2;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    -webkit-animation-name: zoom-fade-2;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: zoom-fade-2;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -ms-animation-name: zoom-fade-2;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    -o-animation-name: zoom-fade-2;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade-2 {
    0% {
        transform: scale(0.9) translateX(0%) translateY(0%);
    }

    50% {
        transform: scale(1) translateX(0%) translateY(0%);
    }

    100% {
        transform: scale(0.9) translateX(0%) translateY(0%);
    }
}

@keyframes zoom-fade-2 {
    0% {
        transform: scale(0.9) translateX(0%) translateY(0%);
    }

    50% {
        transform: scale(1) translateX(0%) translateY(0%);
    }

    100% {
        transform: scale(0.9) translateX(0%) translateY(0%);
    }
}



/* Image Bounce */

@-webkit-keyframes ImgBounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes ImgBounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}


.img-bounce {
    -webkit-animation: ImgBounce 5s ease-in-out 0s infinite alternate;
    animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}


/***
=============================================
    Float Bob X Animation Css
=============================================
***/
@-webkit-keyframes float-bob-x {
    0% {
        transform: translateX(-30px);
    }

    50% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(-30px);
    }
}

@keyframes float-bob-x {
    0% {
        transform: translateX(-30px);
    }

    50% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(-30px);
    }
}

.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
/***
=============================================
    Float Bob X 2 Animation Css
=============================================
***/
@-webkit-keyframes float-bob-x-2 {
    0% {
        transform: translateX(-30px) translateY(-50%);
    }

    50% {
        transform: translateX(-10px) translateY(-50%);
    }

    100% {
        transform: translateX(-30px) translateY(-50%);
    }
}

@keyframes float-bob-x-2 {
    0% {
        transform: translateX(-30px) translateY(-50%);
    }

    50% {
        transform: translateX(-10px) translateY(-50%);
    }

    100% {
        transform: translateX(-30px) translateY(-50%);
    }
}

.float-bob-x-2 {
    -webkit-animation-name: float-bob-x-2;
    animation-name: float-bob-x-2;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}



/*** 
=============================================
    Float Bob Y Animation Css
=============================================
***/
@-webkit-keyframes float-bob-y-2 {
    0% {
        transform: translateY(-20px) rotate(90deg);
        ;
    }

    50% {
        transform: translateY(-10px) rotate(90deg);
        ;
    }

    100% {
        transform: translateY(-20px) rotate(90deg);
        ;
    }
}

@keyframes float-bob-y-2 {
    0% {
        transform: translateY(-20px) rotate(90deg);
        ;
    }

    50% {
        transform: translateY(-10px) rotate(90deg);
        ;
    }

    100% {
        transform: translateY(-20px) rotate(90deg);
        ;
    }
}

.float-bob-y-2 {
    -webkit-animation-name: float-bob-y-2;
    animation-name: float-bob-y-2;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}


@keyframes leftRight {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0px);
    }
}


@keyframes topBottom {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}


/* Shape Top Bottom animation */

@keyframes shapeTopBottom {
    0% {
        transform: rotate(45deg) translateY(-0px);
    }

    25% {
        transform: rotate(43deg) translateY(-20px);
    }

    50% {
        transform: rotate(45deg) translateY(-40px);
    }

    75% {
        transform: rotate(43deg) translateY(-20px);
    }

    100% {
        transform: rotate(45deg) translateY(-0px);
    }
}


@keyframes swing-x {
    0% {
        -webkit-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
        transform: rotate(25deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}


.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    font-weight: var(--fa-style, 900)
}

.fa,
.fa-brands,
.fa-classic,
.fa-duotone,
.fa-light,
.fa-regular,
.fa-sharp,
.fa-sharp-duotone,
.fa-solid,
.fa-thin,
.fab,
.fad,
.fadl,
.fadr,
.fadt,
.fal,
.far,
.fas,
.fasdl,
.fasdr,
.fasds,
.fasdt,
.fasl,
.fasr,
.fass,
.fast,
.fat {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa-brands:before,
.fa-classic:before,
.fa-duotone:before,
.fa-light:before,
.fa-regular:before,
.fa-sharp-duotone:before,
.fa-sharp:before,
.fa-solid:before,
.fa-thin:before,
.fa:before,
.fab:before,
.fad:before,
.fadl:before,
.fadr:before,
.fadt:before,
.fal:before,
.far:before,
.fas:before,
.fasdl:before,
.fasdr:before,
.fasds:before,
.fasdt:before,
.fasl:before,
.fasr:before,
.fass:before,
.fast:before,
.fat:before {
    content: var(--fa)
}

.fa-duotone.fa-light:after,
.fa-duotone.fa-regular:after,
.fa-duotone.fa-solid:after,
.fa-duotone.fa-thin:after,
.fa-duotone:after,
.fa-sharp-duotone.fa-light:after,
.fa-sharp-duotone.fa-regular:after,
.fa-sharp-duotone.fa-solid:after,
.fa-sharp-duotone.fa-thin:after,
.fa-sharp-duotone:after,
.fad:after,
.fadl:after,
.fadr:after,
.fadt:after,
.fasdl:after,
.fasdr:after,
.fasds:after,
.fasdt:after {
    content: var(--fa--fa)
}

.fa-classic.fa-duotone {
    font-family: "Font Awesome 6 Duotone"
}

.fa-sharp,
.fa-sharp-duotone,
.fasds,
.fass {
    font-weight: 900
}

.fa-classic,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin,
.fal,
.far,
.fas,
.fat {
    font-family: "Font Awesome 6 Pro"
}

.fa-duotone,
.fad,
.fadl,
.fadr,
.fadt {
    font-family: "Font Awesome 6 Duotone"
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands"
}

.fa-sharp,
.fasl,
.fasr,
.fass,
.fast {
    font-family: "Font Awesome 6 Sharp"
}

.fa-sharp-duotone,
.fasdl,
.fasdr,
.fasds,
.fasdt {
    font-family: "Font Awesome 6 Sharp Duotone"
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-2xs {
    font-size: .625em;
    line-height: .1em;
    vertical-align: .225em
}

.fa-xs {
    font-size: .75em;
    line-height: .08333em;
    vertical-align: .125em
}

.fa-sm {
    font-size: .875em;
    line-height: .07143em;
    vertical-align: .05357em
}

.fa-lg {
    font-size: 1.25em;
    line-height: .05em;
    vertical-align: -.075em
}

.fa-xl {
    font-size: 1.5em;
    line-height: .04167em;
    vertical-align: -.125em
}

.fa-2xl {
    font-size: 2em;
    line-height: .03125em;
    vertical-align: -.1875em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: var(--fa-li-margin, 2.5em);
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: calc(var(--fa-li-width, 2em)*-1);
    position: absolute;
    text-align: center;
    width: var(--fa-li-width, 2em);
    line-height: inherit
}

.fa-border {
    border-radius: var(--fa-border-radius, .1em);
    border: var(--fa-border-width, .08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
    padding: var(--fa-border-padding, .2em .25em .15em)
}

.fa-pull-left {
    float: left;
    margin-right: var(--fa-pull-margin, .3em)
}

.fa-pull-right {
    float: right;
    margin-left: var(--fa-pull-margin, .3em)
}

.fa-beat {
    animation-name: fa-beat;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-bounce {
    animation-name: fa-bounce;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1))
}

.fa-fade {
    animation-name: fa-fade;
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}

.fa-beat-fade,
.fa-fade {
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s)
}

.fa-beat-fade {
    animation-name: fa-beat-fade;
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}

.fa-flip {
    animation-name: fa-flip;
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-shake {
    animation-name: fa-shake;
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-shake,
.fa-spin {
    animation-delay: var(--fa-animation-delay, 0s);
    animation-direction: var(--fa-animation-direction, normal)
}

.fa-spin {
    animation-name: fa-spin;
    animation-duration: var(--fa-animation-duration, 2s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-spin-reverse {
    --fa-animation-direction: reverse
}

.fa-pulse,
.fa-spin-pulse {
    animation-name: fa-spin;
    animation-direction: var(--fa-animation-direction, normal);
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, steps(8))
}

@media (prefers-reduced-motion:reduce) {

    .fa-beat,
    .fa-beat-fade,
    .fa-bounce,
    .fa-fade,
    .fa-flip,
    .fa-pulse,
    .fa-shake,
    .fa-spin,
    .fa-spin-pulse {
        animation-delay: -1ms;
        animation-duration: 1ms;
        animation-iteration-count: 1;
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@keyframes fa-beat {

    0%,
    90% {
        transform: scale(1)
    }

    45% {
        transform: scale(var(--fa-beat-scale, 1.25))
    }
}

@keyframes fa-bounce {
    0% {
        transform: scale(1) translateY(0)
    }

    10% {
        transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
    }

    30% {
        transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
    }

    50% {
        transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
    }

    57% {
        transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em))
    }

    64% {
        transform: scale(1) translateY(0)
    }

    to {
        transform: scale(1) translateY(0)
    }
}

@keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity, .4)
    }
}

@keyframes fa-beat-fade {

    0%,
    to {
        opacity: var(--fa-beat-fade-opacity, .4);
        transform: scale(1)
    }

    50% {
        opacity: 1;
        transform: scale(var(--fa-beat-fade-scale, 1.125))
    }
}

@keyframes fa-flip {
    50% {
        transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
    }
}

@keyframes fa-shake {
    0% {
        transform: rotate(-15deg)
    }

    4% {
        transform: rotate(15deg)
    }

    8%,
    24% {
        transform: rotate(-18deg)
    }

    12%,
    28% {
        transform: rotate(18deg)
    }

    16% {
        transform: rotate(-22deg)
    }

    20% {
        transform: rotate(22deg)
    }

    32% {
        transform: rotate(-12deg)
    }

    36% {
        transform: rotate(12deg)
    }

    40%,
    to {
        transform: rotate(0deg)
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    transform: rotate(90deg)
}

.fa-rotate-180 {
    transform: rotate(180deg)
}

.fa-rotate-270 {
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    transform: scaleX(-1)
}

.fa-flip-vertical {
    transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1)
}

.fa-rotate-by {
    transform: rotate(var(--fa-rotate-angle, 0))
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: var(--fa-stack-z-index, auto)
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: var(--fa-inverse, #fff)
}

.fa-0 {
    --fa: "\30";
    --fa--fa: "\30\30"
}

.fa-1 {
    --fa: "\31";
    --fa--fa: "\31\31"
}

.fa-2 {
    --fa: "\32";
    --fa--fa: "\32\32"
}

.fa-3 {
    --fa: "\33";
    --fa--fa: "\33\33"
}

.fa-4 {
    --fa: "\34";
    --fa--fa: "\34\34"
}

.fa-5 {
    --fa: "\35";
    --fa--fa: "\35\35"
}

.fa-6 {
    --fa: "\36";
    --fa--fa: "\36\36"
}

.fa-7 {
    --fa: "\37";
    --fa--fa: "\37\37"
}

.fa-8 {
    --fa: "\38";
    --fa--fa: "\38\38"
}

.fa-9 {
    --fa: "\39";
    --fa--fa: "\39\39"
}

.fa-fill-drip {
    --fa: "\f576";
    --fa--fa: "\f576\f576"
}

.fa-arrows-to-circle {
    --fa: "\e4bd";
    --fa--fa: "\e4bd\e4bd"
}

.fa-chevron-circle-right,
.fa-circle-chevron-right {
    --fa: "\f138";
    --fa--fa: "\f138\f138"
}

.fa-wagon-covered {
    --fa: "\f8ee";
    --fa--fa: "\f8ee\f8ee"
}

.fa-line-height {
    --fa: "\f871";
    --fa--fa: "\f871\f871"
}

.fa-bagel {
    --fa: "\e3d7";
    --fa--fa: "\e3d7\e3d7"
}

.fa-transporter-7 {
    --fa: "\e2a8";
    --fa--fa: "\e2a8\e2a8"
}

.fa-at {
    --fa: "\40";
    --fa--fa: "\40\40"
}

.fa-rectangles-mixed {
    --fa: "\e323";
    --fa--fa: "\e323\e323"
}

.fa-phone-arrow-up,
.fa-phone-arrow-up-right,
.fa-phone-outgoing {
    --fa: "\e224";
    --fa--fa: "\e224\e224"
}

.fa-trash-alt,
.fa-trash-can {
    --fa: "\f2ed";
    --fa--fa: "\f2ed\f2ed"
}

.fa-circle-l {
    --fa: "\e114";
    --fa--fa: "\e114\e114"
}

.fa-head-side-goggles,
.fa-head-vr {
    --fa: "\f6ea";
    --fa--fa: "\f6ea\f6ea"
}

.fa-text-height {
    --fa: "\f034";
    --fa--fa: "\f034\f034"
}

.fa-user-times,
.fa-user-xmark {
    --fa: "\f235";
    --fa--fa: "\f235\f235"
}

.fa-face-hand-yawn {
    --fa: "\e379";
    --fa--fa: "\e379\e379"
}

.fa-gauge-simple-min,
.fa-tachometer-slowest {
    --fa: "\f62d";
    --fa--fa: "\f62d\f62d"
}

.fa-stethoscope {
    --fa: "\f0f1";
    --fa--fa: "\f0f1\f0f1"
}

.fa-coffin {
    --fa: "\f6c6";
    --fa--fa: "\f6c6\f6c6"
}

.fa-comment-alt,
.fa-message {
    --fa: "\f27a";
    --fa--fa: "\f27a\f27a"
}

.fa-bowl-salad,
.fa-salad {
    --fa: "\f81e";
    --fa--fa: "\f81e\f81e"
}

.fa-info {
    --fa: "\f129";
    --fa--fa: "\f129\f129"
}

.fa-robot-astromech {
    --fa: "\e2d2";
    --fa--fa: "\e2d2\e2d2"
}

.fa-ring-diamond {
    --fa: "\e5ab";
    --fa--fa: "\e5ab\e5ab"
}

.fa-fondue-pot {
    --fa: "\e40d";
    --fa--fa: "\e40d\e40d"
}

.fa-theta {
    --fa: "\f69e";
    --fa--fa: "\f69e\f69e"
}

.fa-face-hand-peeking {
    --fa: "\e481";
    --fa--fa: "\e481\e481"
}

.fa-square-user {
    --fa: "\e283";
    --fa--fa: "\e283\e283"
}

.fa-compress-alt,
.fa-down-left-and-up-right-to-center {
    --fa: "\f422";
    --fa--fa: "\f422\f422"
}

.fa-explosion {
    --fa: "\e4e9";
    --fa--fa: "\e4e9\e4e9"
}

.fa-file-alt,
.fa-file-lines,
.fa-file-text {
    --fa: "\f15c";
    --fa--fa: "\f15c\f15c"
}

.fa-wave-square {
    --fa: "\f83e";
    --fa--fa: "\f83e\f83e"
}

.fa-ring {
    --fa: "\f70b";
    --fa--fa: "\f70b\f70b"
}

.fa-building-un {
    --fa: "\e4d9";
    --fa--fa: "\e4d9\e4d9"
}

.fa-dice-three {
    --fa: "\f527";
    --fa--fa: "\f527\f527"
}

.fa-tire-pressure-warning {
    --fa: "\f633";
    --fa--fa: "\f633\f633"
}

.fa-wifi-2,
.fa-wifi-fair {
    --fa: "\f6ab";
    --fa--fa: "\f6ab\f6ab"
}

.fa-calendar-alt,
.fa-calendar-days {
    --fa: "\f073";
    --fa--fa: "\f073\f073"
}

.fa-mp3-player {
    --fa: "\f8ce";
    --fa--fa: "\f8ce\f8ce"
}

.fa-anchor-circle-check {
    --fa: "\e4aa";
    --fa--fa: "\e4aa\e4aa"
}

.fa-tally-4 {
    --fa: "\e297";
    --fa--fa: "\e297\e297"
}

.fa-rectangle-history {
    --fa: "\e4a2";
    --fa--fa: "\e4a2\e4a2"
}

.fa-building-circle-arrow-right {
    --fa: "\e4d1";
    --fa--fa: "\e4d1\e4d1"
}

.fa-volleyball,
.fa-volleyball-ball {
    --fa: "\f45f";
    --fa--fa: "\f45f\f45f"
}

.fa-sun-haze {
    --fa: "\f765";
    --fa--fa: "\f765\f765"
}

.fa-text-size {
    --fa: "\f894";
    --fa--fa: "\f894\f894"
}

.fa-ufo {
    --fa: "\e047";
    --fa--fa: "\e047\e047"
}

.fa-fork,
.fa-utensil-fork {
    --fa: "\f2e3";
    --fa--fa: "\f2e3\f2e3"
}

.fa-arrows-up-to-line {
    --fa: "\e4c2";
    --fa--fa: "\e4c2\e4c2"
}

.fa-mobile-signal {
    --fa: "\e1ef";
    --fa--fa: "\e1ef\e1ef"
}

.fa-barcode-scan {
    --fa: "\f465";
    --fa--fa: "\f465\f465"
}

.fa-sort-desc,
.fa-sort-down {
    --fa: "\f0dd";
    --fa--fa: "\f0dd\f0dd"
}

.fa-folder-arrow-down,
.fa-folder-download {
    --fa: "\e053";
    --fa--fa: "\e053\e053"
}

.fa-circle-minus,
.fa-minus-circle {
    --fa: "\f056";
    --fa--fa: "\f056\f056"
}

.fa-face-icicles {
    --fa: "\e37c";
    --fa--fa: "\e37c\e37c"
}

.fa-shovel {
    --fa: "\f713";
    --fa--fa: "\f713\f713"
}

.fa-door-open {
    --fa: "\f52b";
    --fa--fa: "\f52b\f52b"
}

.fa-films {
    --fa: "\e17a";
    --fa--fa: "\e17a\e17a"
}

.fa-right-from-bracket,
.fa-sign-out-alt {
    --fa: "\f2f5";
    --fa--fa: "\f2f5\f2f5"
}

.fa-face-glasses {
    --fa: "\e377";
    --fa--fa: "\e377\e377"
}

.fa-nfc {
    --fa: "\e1f7";
    --fa--fa: "\e1f7\e1f7"
}

.fa-atom {
    --fa: "\f5d2";
    --fa--fa: "\f5d2\f5d2"
}

.fa-soap {
    --fa: "\e06e";
    --fa--fa: "\e06e\e06e"
}

.fa-heart-music-camera-bolt,
.fa-icons {
    --fa: "\f86d";
    --fa--fa: "\f86d\f86d"
}

.fa-microphone-alt-slash,
.fa-microphone-lines-slash {
    --fa: "\f539";
    --fa--fa: "\f539\f539"
}

.fa-closed-captioning-slash {
    --fa: "\e135";
    --fa--fa: "\e135\e135"
}

.fa-calculator-alt,
.fa-calculator-simple {
    --fa: "\f64c";
    --fa--fa: "\f64c\f64c"
}

.fa-bridge-circle-check {
    --fa: "\e4c9";
    --fa--fa: "\e4c9\e4c9"
}

.fa-sliders-up,
.fa-sliders-v {
    --fa: "\f3f1";
    --fa--fa: "\f3f1\f3f1"
}

.fa-location-minus,
.fa-map-marker-minus {
    --fa: "\f609";
    --fa--fa: "\f609\f609"
}

.fa-pump-medical {
    --fa: "\e06a";
    --fa--fa: "\e06a\e06a"
}

.fa-fingerprint {
    --fa: "\f577";
    --fa--fa: "\f577\f577"
}

.fa-ski-boot {
    --fa: "\e3cc";
    --fa--fa: "\e3cc\e3cc"
}

.fa-rectangle-sd,
.fa-standard-definition {
    --fa: "\e28a";
    --fa--fa: "\e28a\e28a"
}

.fa-h1 {
    --fa: "\f313";
    --fa--fa: "\f313\f313"
}

.fa-hand-point-right {
    --fa: "\f0a4";
    --fa--fa: "\f0a4\f0a4"
}

.fa-magnifying-glass-location,
.fa-search-location {
    --fa: "\f689";
    --fa--fa: "\f689\f689"
}

.fa-message-bot {
    --fa: "\e3b8";
    --fa--fa: "\e3b8\e3b8"
}

.fa-forward-step,
.fa-step-forward {
    --fa: "\f051";
    --fa--fa: "\f051\f051"
}

.fa-face-smile-beam,
.fa-smile-beam {
    --fa: "\f5b8";
    --fa--fa: "\f5b8\f5b8"
}

.fa-light-ceiling {
    --fa: "\e016";
    --fa--fa: "\e016\e016"
}

.fa-comment-alt-exclamation,
.fa-message-exclamation {
    --fa: "\f4a5";
    --fa--fa: "\f4a5\f4a5"
}

.fa-bowl-scoop,
.fa-bowl-shaved-ice {
    --fa: "\e3de";
    --fa--fa: "\e3de\e3de"
}

.fa-square-x {
    --fa: "\e286";
    --fa--fa: "\e286\e286"
}

.fa-building-memo {
    --fa: "\e61e";
    --fa--fa: "\e61e\e61e"
}

.fa-utility-pole-double {
    --fa: "\e2c4";
    --fa--fa: "\e2c4\e2c4"
}

.fa-flag-checkered {
    --fa: "\f11e";
    --fa--fa: "\f11e\f11e"
}

.fa-chevron-double-up,
.fa-chevrons-up {
    --fa: "\f325";
    --fa--fa: "\f325\f325"
}

.fa-football,
.fa-football-ball {
    --fa: "\f44e";
    --fa--fa: "\f44e\f44e"
}

.fa-user-vneck {
    --fa: "\e461";
    --fa--fa: "\e461\e461"
}

.fa-school-circle-exclamation {
    --fa: "\e56c";
    --fa--fa: "\e56c\e56c"
}

.fa-crop {
    --fa: "\f125";
    --fa--fa: "\f125\f125"
}

.fa-angle-double-down,
.fa-angles-down {
    --fa: "\f103";
    --fa--fa: "\f103\f103"
}

.fa-users-rectangle {
    --fa: "\e594";
    --fa--fa: "\e594\e594"
}

.fa-people-roof {
    --fa: "\e537";
    --fa--fa: "\e537\e537"
}

.fa-arrow-square-right,
.fa-square-arrow-right {
    --fa: "\f33b";
    --fa--fa: "\f33b\f33b"
}

.fa-location-plus,
.fa-map-marker-plus {
    --fa: "\f60a";
    --fa--fa: "\f60a\f60a"
}

.fa-lightbulb-exclamation-on {
    --fa: "\e1ca";
    --fa--fa: "\e1ca\e1ca"
}

.fa-people-line {
    --fa: "\e534";
    --fa--fa: "\e534\e534"
}

.fa-beer,
.fa-beer-mug-empty {
    --fa: "\f0fc";
    --fa--fa: "\f0fc\f0fc"
}

.fa-car-people,
.fa-carpool {
    --fa: "\e69c";
    --fa--fa: "\e69c\e69c"
}

.fa-crate-empty {
    --fa: "\e151";
    --fa--fa: "\e151\e151"
}

.fa-diagram-predecessor {
    --fa: "\e477";
    --fa--fa: "\e477\e477"
}

.fa-transporter {
    --fa: "\e042";
    --fa--fa: "\e042\e042"
}

.fa-calendar-circle-user {
    --fa: "\e471";
    --fa--fa: "\e471\e471"
}

.fa-arrow-up-long,
.fa-long-arrow-up {
    --fa: "\f176";
    --fa--fa: "\f176\f176"
}

.fa-person-carry,
.fa-person-carry-box {
    --fa: "\f4cf";
    --fa--fa: "\f4cf\f4cf"
}

.fa-burn,
.fa-fire-flame-simple {
    --fa: "\f46a";
    --fa--fa: "\f46a\f46a"
}

.fa-male,
.fa-person {
    --fa: "\f183";
    --fa--fa: "\f183\f183"
}

.fa-laptop {
    --fa: "\f109";
    --fa--fa: "\f109\f109"
}

.fa-file-csv {
    --fa: "\f6dd";
    --fa--fa: "\f6dd\f6dd"
}

.fa-menorah {
    --fa: "\f676";
    --fa--fa: "\f676\f676"
}

.fa-union {
    --fa: "\f6a2";
    --fa--fa: "\f6a2\f6a2"
}

.fa-chevron-double-left,
.fa-chevrons-left {
    --fa: "\f323";
    --fa--fa: "\f323\f323"
}

.fa-circle-heart,
.fa-heart-circle {
    --fa: "\f4c7";
    --fa--fa: "\f4c7\f4c7"
}

.fa-truck-plane {
    --fa: "\e58f";
    --fa--fa: "\e58f\e58f"
}

.fa-record-vinyl {
    --fa: "\f8d9";
    --fa--fa: "\f8d9\f8d9"
}

.fa-bring-forward {
    --fa: "\f856";
    --fa--fa: "\f856\f856"
}

.fa-square-p {
    --fa: "\e279";
    --fa--fa: "\e279\e279"
}

.fa-face-grin-stars,
.fa-grin-stars {
    --fa: "\f587";
    --fa--fa: "\f587\f587"
}

.fa-sigma {
    --fa: "\f68b";
    --fa--fa: "\f68b\f68b"
}

.fa-camera-movie {
    --fa: "\f8a9";
    --fa--fa: "\f8a9\f8a9"
}

.fa-bong {
    --fa: "\f55c";
    --fa--fa: "\f55c\f55c"
}

.fa-clarinet {
    --fa: "\f8ad";
    --fa--fa: "\f8ad\f8ad"
}

.fa-truck-flatbed {
    --fa: "\e2b6";
    --fa--fa: "\e2b6\e2b6"
}

.fa-pastafarianism,
.fa-spaghetti-monster-flying {
    --fa: "\f67b";
    --fa--fa: "\f67b\f67b"
}

.fa-arrow-down-up-across-line {
    --fa: "\e4af";
    --fa--fa: "\e4af\e4af"
}

.fa-arrows-rotate-reverse {
    --fa: "\e630";
    --fa--fa: "\e630\e630"
}

.fa-leaf-heart {
    --fa: "\f4cb";
    --fa--fa: "\f4cb\f4cb"
}

.fa-house-building {
    --fa: "\e1b1";
    --fa--fa: "\e1b1\e1b1"
}

.fa-cheese-swiss {
    --fa: "\f7f0";
    --fa--fa: "\f7f0\f7f0"
}

.fa-spoon,
.fa-utensil-spoon {
    --fa: "\f2e5";
    --fa--fa: "\f2e5\f2e5"
}

.fa-jar-wheat {
    --fa: "\e517";
    --fa--fa: "\e517\e517"
}

.fa-envelopes-bulk,
.fa-mail-bulk {
    --fa: "\f674";
    --fa--fa: "\f674\f674"
}

.fa-file-circle-exclamation {
    --fa: "\e4eb";
    --fa--fa: "\e4eb\e4eb"
}

.fa-bow-arrow {
    --fa: "\f6b9";
    --fa--fa: "\f6b9\f6b9"
}

.fa-cart-xmark {
    --fa: "\e0dd";
    --fa--fa: "\e0dd\e0dd"
}

.fa-hexagon-xmark,
.fa-times-hexagon,
.fa-xmark-hexagon {
    --fa: "\f2ee";
    --fa--fa: "\f2ee\f2ee"
}

.fa-circle-h,
.fa-hospital-symbol {
    --fa: "\f47e";
    --fa--fa: "\f47e\f47e"
}

.fa-merge {
    --fa: "\e526";
    --fa--fa: "\e526\e526"
}

.fa-pager {
    --fa: "\f815";
    --fa--fa: "\f815\f815"
}

.fa-cart-minus {
    --fa: "\e0db";
    --fa--fa: "\e0db\e0db"
}

.fa-address-book,
.fa-contact-book {
    --fa: "\f2b9";
    --fa--fa: "\f2b9\f2b9"
}

.fa-pan-frying {
    --fa: "\e42c";
    --fa--fa: "\e42c\e42c"
}

.fa-grid,
.fa-grid-3 {
    --fa: "\e195";
    --fa--fa: "\e195\e195"
}

.fa-football-helmet {
    --fa: "\f44f";
    --fa--fa: "\f44f\f44f"
}

.fa-hand-love {
    --fa: "\e1a5";
    --fa--fa: "\e1a5\e1a5"
}

.fa-trees {
    --fa: "\f724";
    --fa--fa: "\f724\f724"
}

.fa-strikethrough {
    --fa: "\f0cc";
    --fa--fa: "\f0cc\f0cc"
}

.fa-page {
    --fa: "\e428";
    --fa--fa: "\e428\e428"
}

.fa-k {
    --fa: "\4b";
    --fa--fa: "\4b\4b"
}

.fa-diagram-previous {
    --fa: "\e478";
    --fa--fa: "\e478\e478"
}

.fa-gauge-min,
.fa-tachometer-alt-slowest {
    --fa: "\f628";
    --fa--fa: "\f628\f628"
}

.fa-folder-grid {
    --fa: "\e188";
    --fa--fa: "\e188\e188"
}

.fa-eggplant {
    --fa: "\e16c";
    --fa--fa: "\e16c\e16c"
}

.fa-excavator {
    --fa: "\e656";
    --fa--fa: "\e656\e656"
}

.fa-ram {
    --fa: "\f70a";
    --fa--fa: "\f70a\f70a"
}

.fa-landmark-flag {
    --fa: "\e51c";
    --fa--fa: "\e51c\e51c"
}

.fa-lips {
    --fa: "\f600";
    --fa--fa: "\f600\f600"
}

.fa-pencil,
.fa-pencil-alt {
    --fa: "\f303";
    --fa--fa: "\f303\f303"
}

.fa-backward {
    --fa: "\f04a";
    --fa--fa: "\f04a\f04a"
}

.fa-caret-right {
    --fa: "\f0da";
    --fa--fa: "\f0da\f0da"
}

.fa-comments {
    --fa: "\f086";
    --fa--fa: "\f086\f086"
}

.fa-file-clipboard,
.fa-paste {
    --fa: "\f0ea";
    --fa--fa: "\f0ea\f0ea"
}

.fa-desktop-arrow-down {
    --fa: "\e155";
    --fa--fa: "\e155\e155"
}

.fa-code-pull-request {
    --fa: "\e13c";
    --fa--fa: "\e13c\e13c"
}

.fa-pumpkin {
    --fa: "\f707";
    --fa--fa: "\f707\f707"
}

.fa-clipboard-list {
    --fa: "\f46d";
    --fa--fa: "\f46d\f46d"
}

.fa-pen-field {
    --fa: "\e211";
    --fa--fa: "\e211\e211"
}

.fa-chart-sine {
    --fa: "\e69d";
    --fa--fa: "\e69d\e69d"
}

.fa-blueberries {
    --fa: "\e2e8";
    --fa--fa: "\e2e8\e2e8"
}

.fa-truck-loading,
.fa-truck-ramp-box {
    --fa: "\f4de";
    --fa--fa: "\f4de\f4de"
}

.fa-note {
    --fa: "\e1ff";
    --fa--fa: "\e1ff\e1ff"
}

.fa-arrow-down-to-square {
    --fa: "\e096";
    --fa--fa: "\e096\e096"
}

.fa-user-check {
    --fa: "\f4fc";
    --fa--fa: "\f4fc\f4fc"
}

.fa-cloud-xmark {
    --fa: "\e35f";
    --fa--fa: "\e35f\e35f"
}

.fa-vial-virus {
    --fa: "\e597";
    --fa--fa: "\e597\e597"
}

.fa-book-alt,
.fa-book-blank {
    --fa: "\f5d9";
    --fa--fa: "\f5d9\f5d9"
}

.fa-golf-flag-hole {
    --fa: "\e3ac";
    --fa--fa: "\e3ac\e3ac"
}

.fa-comment-alt-arrow-down,
.fa-message-arrow-down {
    --fa: "\e1db";
    --fa--fa: "\e1db\e1db"
}

.fa-face-unamused {
    --fa: "\e39f";
    --fa--fa: "\e39f\e39f"
}

.fa-sheet-plastic {
    --fa: "\e571";
    --fa--fa: "\e571\e571"
}

.fa-circle-9 {
    --fa: "\e0f6";
    --fa--fa: "\e0f6\e0f6"
}

.fa-blog {
    --fa: "\f781";
    --fa--fa: "\f781\f781"
}

.fa-user-ninja {
    --fa: "\f504";
    --fa--fa: "\f504\f504"
}

.fa-pencil-slash {
    --fa: "\e215";
    --fa--fa: "\e215\e215"
}

.fa-bowling-pins {
    --fa: "\f437";
    --fa--fa: "\f437\f437"
}

.fa-person-arrow-up-from-line {
    --fa: "\e539";
    --fa--fa: "\e539\e539"
}

.fa-down-right {
    --fa: "\e16b";
    --fa--fa: "\e16b\e16b"
}

.fa-scroll-torah,
.fa-torah {
    --fa: "\f6a0";
    --fa--fa: "\f6a0\f6a0"
}

.fa-webhook {
    --fa: "\e5d5";
    --fa--fa: "\e5d5\e5d5"
}

.fa-blinds-open {
    --fa: "\f8fc";
    --fa--fa: "\f8fc\f8fc"
}

.fa-fence {
    --fa: "\e303";
    --fa--fa: "\e303\e303"
}

.fa-arrow-alt-up,
.fa-up {
    --fa: "\f357";
    --fa--fa: "\f357\f357"
}

.fa-broom-ball,
.fa-quidditch,
.fa-quidditch-broom-ball {
    --fa: "\f458";
    --fa--fa: "\f458\f458"
}

.fa-drumstick {
    --fa: "\f6d6";
    --fa--fa: "\f6d6\f6d6"
}

.fa-square-v {
    --fa: "\e284";
    --fa--fa: "\e284\e284"
}

.fa-face-awesome,
.fa-gave-dandy {
    --fa: "\e409";
    --fa--fa: "\e409\e409"
}

.fa-dial-off {
    --fa: "\e162";
    --fa--fa: "\e162\e162"
}

.fa-toggle-off {
    --fa: "\f204";
    --fa--fa: "\f204\f204"
}

.fa-face-smile-horns {
    --fa: "\e391";
    --fa--fa: "\e391\e391"
}

.fa-archive,
.fa-box-archive {
    --fa: "\f187";
    --fa--fa: "\f187\f187"
}

.fa-grapes {
    --fa: "\e306";
    --fa--fa: "\e306\e306"
}

.fa-person-drowning {
    --fa: "\e545";
    --fa--fa: "\e545\e545"
}

.fa-dial-max {
    --fa: "\e15e";
    --fa--fa: "\e15e\e15e"
}

.fa-circle-m {
    --fa: "\e115";
    --fa--fa: "\e115\e115"
}

.fa-calendar-image {
    --fa: "\e0d4";
    --fa--fa: "\e0d4\e0d4"
}

.fa-caret-circle-down,
.fa-circle-caret-down {
    --fa: "\f32d";
    --fa--fa: "\f32d\f32d"
}

.fa-arrow-down-9-1,
.fa-sort-numeric-desc,
.fa-sort-numeric-down-alt {
    --fa: "\f886";
    --fa--fa: "\f886\f886"
}

.fa-face-grin-tongue-squint,
.fa-grin-tongue-squint {
    --fa: "\f58a";
    --fa--fa: "\f58a\f58a"
}

.fa-shish-kebab {
    --fa: "\f821";
    --fa--fa: "\f821\f821"
}

.fa-spray-can {
    --fa: "\f5bd";
    --fa--fa: "\f5bd\f5bd"
}

.fa-alarm-snooze {
    --fa: "\f845";
    --fa--fa: "\f845\f845"
}

.fa-scarecrow {
    --fa: "\f70d";
    --fa--fa: "\f70d\f70d"
}

.fa-truck-monster {
    --fa: "\f63b";
    --fa--fa: "\f63b\f63b"
}

.fa-gift-card {
    --fa: "\f663";
    --fa--fa: "\f663\f663"
}

.fa-w {
    --fa: "\57";
    --fa--fa: "\57\57"
}

.fa-code-pull-request-draft {
    --fa: "\e3fa";
    --fa--fa: "\e3fa\e3fa"
}

.fa-square-b {
    --fa: "\e264";
    --fa--fa: "\e264\e264"
}

.fa-elephant {
    --fa: "\f6da";
    --fa--fa: "\f6da\f6da"
}

.fa-earth-africa,
.fa-globe-africa {
    --fa: "\f57c";
    --fa--fa: "\f57c\f57c"
}

.fa-rainbow {
    --fa: "\f75b";
    --fa--fa: "\f75b\f75b"
}

.fa-circle-notch {
    --fa: "\f1ce";
    --fa--fa: "\f1ce\f1ce"
}

.fa-tablet-alt,
.fa-tablet-screen-button {
    --fa: "\f3fa";
    --fa--fa: "\f3fa\f3fa"
}

.fa-paw {
    --fa: "\f1b0";
    --fa--fa: "\f1b0\f1b0"
}

.fa-message-question {
    --fa: "\e1e3";
    --fa--fa: "\e1e3\e1e3"
}

.fa-cloud {
    --fa: "\f0c2";
    --fa--fa: "\f0c2\f0c2"
}

.fa-trowel-bricks {
    --fa: "\e58a";
    --fa--fa: "\e58a\e58a"
}

.fa-square-3 {
    --fa: "\e258";
    --fa--fa: "\e258\e258"
}

.fa-face-flushed,
.fa-flushed {
    --fa: "\f579";
    --fa--fa: "\f579\f579"
}

.fa-hospital-user {
    --fa: "\f80d";
    --fa--fa: "\f80d\f80d"
}

.fa-microwave {
    --fa: "\e01b";
    --fa--fa: "\e01b\e01b"
}

.fa-chf-sign {
    --fa: "\e602";
    --fa--fa: "\e602\e602"
}

.fa-tent-arrow-left-right {
    --fa: "\e57f";
    --fa--fa: "\e57f\e57f"
}

.fa-cart-circle-arrow-up {
    --fa: "\e3f0";
    --fa--fa: "\e3f0\e3f0"
}

.fa-trash-clock {
    --fa: "\e2b0";
    --fa--fa: "\e2b0\e2b0"
}

.fa-reflect-both {
    --fa: "\e66f";
    --fa--fa: "\e66f\e66f"
}

.fa-gavel,
.fa-legal {
    --fa: "\f0e3";
    --fa--fa: "\f0e3\f0e3"
}

.fa-sprinkler-ceiling {
    --fa: "\e44c";
    --fa--fa: "\e44c\e44c"
}

.fa-browsers {
    --fa: "\e0cb";
    --fa--fa: "\e0cb\e0cb"
}

.fa-trillium {
    --fa: "\e588";
    --fa--fa: "\e588\e588"
}

.fa-table-cells-unlock {
    --fa: "\e692";
    --fa--fa: "\e692\e692"
}

.fa-music-slash {
    --fa: "\f8d1";
    --fa--fa: "\f8d1\f8d1"
}

.fa-truck-ramp {
    --fa: "\f4e0";
    --fa--fa: "\f4e0\f4e0"
}

.fa-binoculars {
    --fa: "\f1e5";
    --fa--fa: "\f1e5\f1e5"
}

.fa-microphone-slash {
    --fa: "\f131";
    --fa--fa: "\f131\f131"
}

.fa-box-tissue {
    --fa: "\e05b";
    --fa--fa: "\e05b\e05b"
}

.fa-circle-c {
    --fa: "\e101";
    --fa--fa: "\e101\e101"
}

.fa-star-christmas {
    --fa: "\f7d4";
    --fa--fa: "\f7d4\f7d4"
}

.fa-chart-bullet {
    --fa: "\e0e1";
    --fa--fa: "\e0e1\e0e1"
}

.fa-motorcycle {
    --fa: "\f21c";
    --fa--fa: "\f21c\f21c"
}

.fa-tree-christmas {
    --fa: "\f7db";
    --fa--fa: "\f7db\f7db"
}

.fa-tire-flat {
    --fa: "\f632";
    --fa--fa: "\f632\f632"
}

.fa-sunglasses {
    --fa: "\f892";
    --fa--fa: "\f892\f892"
}

.fa-badge {
    --fa: "\f335";
    --fa--fa: "\f335\f335"
}

.fa-comment-alt-edit,
.fa-message-edit,
.fa-message-pen {
    --fa: "\f4a4";
    --fa--fa: "\f4a4\f4a4"
}

.fa-bell-concierge,
.fa-concierge-bell {
    --fa: "\f562";
    --fa--fa: "\f562\f562"
}

.fa-pen-ruler,
.fa-pencil-ruler {
    --fa: "\f5ae";
    --fa--fa: "\f5ae\f5ae"
}

.fa-file-mp3 {
    --fa: "\e648";
    --fa--fa: "\e648\e648"
}

.fa-arrow-progress {
    --fa: "\e5df";
    --fa--fa: "\e5df\e5df"
}

.fa-chess-rook-alt,
.fa-chess-rook-piece {
    --fa: "\f448";
    --fa--fa: "\f448\f448"
}

.fa-square-root {
    --fa: "\f697";
    --fa--fa: "\f697\f697"
}

.fa-album-collection-circle-plus {
    --fa: "\e48e";
    --fa--fa: "\e48e\e48e"
}

.fa-people-arrows,
.fa-people-arrows-left-right {
    --fa: "\e068";
    --fa--fa: "\e068\e068"
}

.fa-sign-post {
    --fa: "\e624";
    --fa--fa: "\e624\e624"
}

.fa-face-angry-horns {
    --fa: "\e368";
    --fa--fa: "\e368\e368"
}

.fa-mars-and-venus-burst {
    --fa: "\e523";
    --fa--fa: "\e523\e523"
}

.fa-tombstone {
    --fa: "\f720";
    --fa--fa: "\f720\f720"
}

.fa-caret-square-right,
.fa-square-caret-right {
    --fa: "\f152";
    --fa--fa: "\f152\f152"
}

.fa-cut,
.fa-scissors {
    --fa: "\f0c4";
    --fa--fa: "\f0c4\f0c4"
}

.fa-list-music {
    --fa: "\f8c9";
    --fa--fa: "\f8c9\f8c9"
}

.fa-sun-plant-wilt {
    --fa: "\e57a";
    --fa--fa: "\e57a\e57a"
}

.fa-toilets-portable {
    --fa: "\e584";
    --fa--fa: "\e584\e584"
}

.fa-hockey-puck {
    --fa: "\f453";
    --fa--fa: "\f453\f453"
}

.fa-mustache {
    --fa: "\e5bc";
    --fa--fa: "\e5bc\e5bc"
}

.fa-hyphen {
    --fa: "\2d";
    --fa--fa: "\2d\2d"
}

.fa-table {
    --fa: "\f0ce";
    --fa--fa: "\f0ce\f0ce"
}

.fa-user-chef {
    --fa: "\e3d2";
    --fa--fa: "\e3d2\e3d2"
}

.fa-comment-alt-image,
.fa-message-image {
    --fa: "\e1e0";
    --fa--fa: "\e1e0\e1e0"
}

.fa-users-medical {
    --fa: "\f830";
    --fa--fa: "\f830\f830"
}

.fa-sensor-alert,
.fa-sensor-triangle-exclamation {
    --fa: "\e029";
    --fa--fa: "\e029\e029"
}

.fa-magnifying-glass-arrow-right {
    --fa: "\e521";
    --fa--fa: "\e521\e521"
}

.fa-digital-tachograph,
.fa-tachograph-digital {
    --fa: "\f566";
    --fa--fa: "\f566\f566"
}

.fa-face-mask {
    --fa: "\e37f";
    --fa--fa: "\e37f\e37f"
}

.fa-pickleball {
    --fa: "\e435";
    --fa--fa: "\e435\e435"
}

.fa-star-sharp-half {
    --fa: "\e28c";
    --fa--fa: "\e28c\e28c"
}

.fa-users-slash {
    --fa: "\e073";
    --fa--fa: "\e073\e073"
}

.fa-clover {
    --fa: "\e139";
    --fa--fa: "\e139\e139"
}

.fa-meat {
    --fa: "\f814";
    --fa--fa: "\f814\f814"
}

.fa-mail-reply,
.fa-reply {
    --fa: "\f3e5";
    --fa--fa: "\f3e5\f3e5"
}

.fa-star-and-crescent {
    --fa: "\f699";
    --fa--fa: "\f699\f699"
}

.fa-empty-set {
    --fa: "\f656";
    --fa--fa: "\f656\f656"
}

.fa-house-fire {
    --fa: "\e50c";
    --fa--fa: "\e50c\e50c"
}

.fa-minus-square,
.fa-square-minus {
    --fa: "\f146";
    --fa--fa: "\f146\f146"
}

.fa-helicopter {
    --fa: "\f533";
    --fa--fa: "\f533\f533"
}

.fa-bird {
    --fa: "\e469";
    --fa--fa: "\e469\e469"
}

.fa-compass {
    --fa: "\f14e";
    --fa--fa: "\f14e\f14e"
}

.fa-caret-square-down,
.fa-square-caret-down {
    --fa: "\f150";
    --fa--fa: "\f150\f150"
}

.fa-heart-half-alt,
.fa-heart-half-stroke {
    --fa: "\e1ac";
    --fa--fa: "\e1ac\e1ac"
}

.fa-file-circle-question {
    --fa: "\e4ef";
    --fa--fa: "\e4ef\e4ef"
}

.fa-truck-utensils {
    --fa: "\e628";
    --fa--fa: "\e628\e628"
}

.fa-laptop-code {
    --fa: "\f5fc";
    --fa--fa: "\f5fc\f5fc"
}

.fa-joystick {
    --fa: "\f8c5";
    --fa--fa: "\f8c5\f8c5"
}

.fa-grill-fire {
    --fa: "\e5a4";
    --fa--fa: "\e5a4\e5a4"
}

.fa-rectangle-vertical-history {
    --fa: "\e237";
    --fa--fa: "\e237\e237"
}

.fa-swatchbook {
    --fa: "\f5c3";
    --fa--fa: "\f5c3\f5c3"
}

.fa-prescription-bottle {
    --fa: "\f485";
    --fa--fa: "\f485\f485"
}

.fa-bars,
.fa-navicon {
    --fa: "\f0c9";
    --fa--fa: "\f0c9\f0c9"
}

.fa-keyboard-left {
    --fa: "\e1c3";
    --fa--fa: "\e1c3\e1c3"
}

.fa-people-group {
    --fa: "\e533";
    --fa--fa: "\e533\e533"
}

.fa-hourglass-3,
.fa-hourglass-end {
    --fa: "\f253";
    --fa--fa: "\f253\f253"
}

.fa-heart-broken,
.fa-heart-crack {
    --fa: "\f7a9";
    --fa--fa: "\f7a9\f7a9"
}

.fa-face-beam-hand-over-mouth {
    --fa: "\e47c";
    --fa--fa: "\e47c\e47c"
}

.fa-droplet-percent,
.fa-humidity {
    --fa: "\f750";
    --fa--fa: "\f750\f750"
}

.fa-external-link-square-alt,
.fa-square-up-right {
    --fa: "\f360";
    --fa--fa: "\f360\f360"
}

.fa-face-kiss-beam,
.fa-kiss-beam {
    --fa: "\f597";
    --fa--fa: "\f597\f597"
}

.fa-corn {
    --fa: "\f6c7";
    --fa--fa: "\f6c7\f6c7"
}

.fa-roller-coaster {
    --fa: "\e324";
    --fa--fa: "\e324\e324"
}

.fa-photo-film-music {
    --fa: "\e228";
    --fa--fa: "\e228\e228"
}

.fa-radar {
    --fa: "\e024";
    --fa--fa: "\e024\e024"
}

.fa-sickle {
    --fa: "\f822";
    --fa--fa: "\f822\f822"
}

.fa-film {
    --fa: "\f008";
    --fa--fa: "\f008\f008"
}

.fa-coconut {
    --fa: "\e2f6";
    --fa--fa: "\e2f6\e2f6"
}

.fa-ruler-horizontal {
    --fa: "\f547";
    --fa--fa: "\f547\f547"
}

.fa-shield-cross {
    --fa: "\f712";
    --fa--fa: "\f712\f712"
}

.fa-cassette-tape {
    --fa: "\f8ab";
    --fa--fa: "\f8ab\f8ab"
}

.fa-square-terminal {
    --fa: "\e32a";
    --fa--fa: "\e32a\e32a"
}

.fa-people-robbery {
    --fa: "\e536";
    --fa--fa: "\e536\e536"
}

.fa-lightbulb {
    --fa: "\f0eb";
    --fa--fa: "\f0eb\f0eb"
}

.fa-caret-left {
    --fa: "\f0d9";
    --fa--fa: "\f0d9\f0d9"
}

.fa-comment-middle {
    --fa: "\e149";
    --fa--fa: "\e149\e149"
}

.fa-trash-can-list {
    --fa: "\e2ab";
    --fa--fa: "\e2ab\e2ab"
}

.fa-block {
    --fa: "\e46a";
    --fa--fa: "\e46a\e46a"
}

.fa-circle-exclamation,
.fa-exclamation-circle {
    --fa: "\f06a";
    --fa--fa: "\f06a\f06a"
}

.fa-school-circle-xmark {
    --fa: "\e56d";
    --fa--fa: "\e56d\e56d"
}

.fa-arrow-right-from-bracket,
.fa-sign-out {
    --fa: "\f08b";
    --fa--fa: "\f08b\f08b"
}

.fa-face-frown-slight {
    --fa: "\e376";
    --fa--fa: "\e376\e376"
}

.fa-chevron-circle-down,
.fa-circle-chevron-down {
    --fa: "\f13a";
    --fa--fa: "\f13a\f13a"
}

.fa-sidebar-flip {
    --fa: "\e24f";
    --fa--fa: "\e24f\e24f"
}

.fa-unlock-alt,
.fa-unlock-keyhole {
    --fa: "\f13e";
    --fa--fa: "\f13e\f13e"
}

.fa-temperature-list {
    --fa: "\e299";
    --fa--fa: "\e299\e299"
}

.fa-cloud-showers-heavy {
    --fa: "\f740";
    --fa--fa: "\f740\f740"
}

.fa-headphones-alt,
.fa-headphones-simple {
    --fa: "\f58f";
    --fa--fa: "\f58f\f58f"
}

.fa-sitemap {
    --fa: "\f0e8";
    --fa--fa: "\f0e8\f0e8"
}

.fa-pipe-section {
    --fa: "\e438";
    --fa--fa: "\e438\e438"
}

.fa-space-station-moon-alt,
.fa-space-station-moon-construction {
    --fa: "\e034";
    --fa--fa: "\e034\e034"
}

.fa-circle-dollar-to-slot,
.fa-donate {
    --fa: "\f4b9";
    --fa--fa: "\f4b9\f4b9"
}

.fa-memory {
    --fa: "\f538";
    --fa--fa: "\f538\f538"
}

.fa-face-sleeping {
    --fa: "\e38d";
    --fa--fa: "\e38d\e38d"
}

.fa-road-spikes {
    --fa: "\e568";
    --fa--fa: "\e568\e568"
}

.fa-fire-burner {
    --fa: "\e4f1";
    --fa--fa: "\e4f1\e4f1"
}

.fa-squirrel {
    --fa: "\f71a";
    --fa--fa: "\f71a\f71a"
}

.fa-arrow-to-top,
.fa-arrow-up-to-line {
    --fa: "\f341";
    --fa--fa: "\f341\f341"
}

.fa-flag {
    --fa: "\f024";
    --fa--fa: "\f024\f024"
}

.fa-face-cowboy-hat {
    --fa: "\e36e";
    --fa--fa: "\e36e\e36e"
}

.fa-hanukiah {
    --fa: "\f6e6";
    --fa--fa: "\f6e6\f6e6"
}

.fa-chart-scatter-3d {
    --fa: "\e0e8";
    --fa--fa: "\e0e8\e0e8"
}

.fa-display-chart-up {
    --fa: "\e5e3";
    --fa--fa: "\e5e3\e5e3"
}

.fa-square-code {
    --fa: "\e267";
    --fa--fa: "\e267\e267"
}

.fa-feather {
    --fa: "\f52d";
    --fa--fa: "\f52d\f52d"
}

.fa-volume-down,
.fa-volume-low {
    --fa: "\f027";
    --fa--fa: "\f027\f027"
}

.fa-times-to-slot,
.fa-vote-nay,
.fa-xmark-to-slot {
    --fa: "\f771";
    --fa--fa: "\f771\f771"
}

.fa-box-alt,
.fa-box-taped {
    --fa: "\f49a";
    --fa--fa: "\f49a\f49a"
}

.fa-comment-slash {
    --fa: "\f4b3";
    --fa--fa: "\f4b3\f4b3"
}

.fa-swords {
    --fa: "\f71d";
    --fa--fa: "\f71d\f71d"
}

.fa-cloud-sun-rain {
    --fa: "\f743";
    --fa--fa: "\f743\f743"
}

.fa-album {
    --fa: "\f89f";
    --fa--fa: "\f89f\f89f"
}

.fa-circle-n {
    --fa: "\e118";
    --fa--fa: "\e118\e118"
}

.fa-compress {
    --fa: "\f066";
    --fa--fa: "\f066\f066"
}

.fa-wheat-alt,
.fa-wheat-awn {
    --fa: "\e2cd";
    --fa--fa: "\e2cd\e2cd"
}

.fa-ankh {
    --fa: "\f644";
    --fa--fa: "\f644\f644"
}

.fa-hands-holding-child {
    --fa: "\e4fa";
    --fa--fa: "\e4fa\e4fa"
}

.fa-asterisk {
    --fa: "\2a";
    --fa--fa: "\2a\2a"
}

.fa-key-skeleton-left-right {
    --fa: "\e3b4";
    --fa--fa: "\e3b4\e3b4"
}

.fa-comment-lines {
    --fa: "\f4b0";
    --fa--fa: "\f4b0\f4b0"
}

.fa-luchador,
.fa-luchador-mask,
.fa-mask-luchador {
    --fa: "\f455";
    --fa--fa: "\f455\f455"
}

.fa-check-square,
.fa-square-check {
    --fa: "\f14a";
    --fa--fa: "\f14a\f14a"
}

.fa-shredder {
    --fa: "\f68a";
    --fa--fa: "\f68a\f68a"
}

.fa-book-open-alt,
.fa-book-open-cover {
    --fa: "\e0c0";
    --fa--fa: "\e0c0\e0c0"
}

.fa-sandwich {
    --fa: "\f81f";
    --fa--fa: "\f81f\f81f"
}

.fa-peseta-sign {
    --fa: "\e221";
    --fa--fa: "\e221\e221"
}

.fa-parking-slash,
.fa-square-parking-slash {
    --fa: "\f617";
    --fa--fa: "\f617\f617"
}

.fa-train-tunnel {
    --fa: "\e454";
    --fa--fa: "\e454\e454"
}

.fa-header,
.fa-heading {
    --fa: "\f1dc";
    --fa--fa: "\f1dc\f1dc"
}

.fa-ghost {
    --fa: "\f6e2";
    --fa--fa: "\f6e2\f6e2"
}

.fa-face-anguished {
    --fa: "\e369";
    --fa--fa: "\e369\e369"
}

.fa-hockey-sticks {
    --fa: "\f454";
    --fa--fa: "\f454\f454"
}

.fa-abacus {
    --fa: "\f640";
    --fa--fa: "\f640\f640"
}

.fa-film-alt,
.fa-film-simple {
    --fa: "\f3a0";
    --fa--fa: "\f3a0\f3a0"
}

.fa-list,
.fa-list-squares {
    --fa: "\f03a";
    --fa--fa: "\f03a\f03a"
}

.fa-tree-palm {
    --fa: "\f82b";
    --fa--fa: "\f82b\f82b"
}

.fa-phone-square-alt,
.fa-square-phone-flip {
    --fa: "\f87b";
    --fa--fa: "\f87b\f87b"
}

.fa-user-beard-bolt {
    --fa: "\e689";
    --fa--fa: "\e689\e689"
}

.fa-cart-plus {
    --fa: "\f217";
    --fa--fa: "\f217\f217"
}

.fa-gamepad {
    --fa: "\f11b";
    --fa--fa: "\f11b\f11b"
}

.fa-border-center-v {
    --fa: "\f89d";
    --fa--fa: "\f89d\f89d"
}

.fa-circle-dot,
.fa-dot-circle {
    --fa: "\f192";
    --fa--fa: "\f192\f192"
}

.fa-clipboard-medical {
    --fa: "\e133";
    --fa--fa: "\e133\e133"
}

.fa-dizzy,
.fa-face-dizzy {
    --fa: "\f567";
    --fa--fa: "\f567\f567"
}

.fa-egg {
    --fa: "\f7fb";
    --fa--fa: "\f7fb\f7fb"
}

.fa-arrow-alt-to-top,
.fa-up-to-line {
    --fa: "\f34d";
    --fa--fa: "\f34d\f34d"
}

.fa-house-medical-circle-xmark {
    --fa: "\e513";
    --fa--fa: "\e513\e513"
}

.fa-watch-fitness {
    --fa: "\f63e";
    --fa--fa: "\f63e\f63e"
}

.fa-clock-nine-thirty {
    --fa: "\e34d";
    --fa--fa: "\e34d\e34d"
}

.fa-campground {
    --fa: "\f6bb";
    --fa--fa: "\f6bb\f6bb"
}

.fa-folder-plus {
    --fa: "\f65e";
    --fa--fa: "\f65e\f65e"
}

.fa-jug {
    --fa: "\f8c6";
    --fa--fa: "\f8c6\f8c6"
}

.fa-futbol,
.fa-futbol-ball,
.fa-soccer-ball {
    --fa: "\f1e3";
    --fa--fa: "\f1e3\f1e3"
}

.fa-snow-blowing {
    --fa: "\f761";
    --fa--fa: "\f761\f761"
}

.fa-paint-brush,
.fa-paintbrush {
    --fa: "\f1fc";
    --fa--fa: "\f1fc\f1fc"
}

.fa-lock {
    --fa: "\f023";
    --fa--fa: "\f023\f023"
}

.fa-arrow-down-from-line,
.fa-arrow-from-top {
    --fa: "\f345";
    --fa--fa: "\f345\f345"
}

.fa-gas-pump {
    --fa: "\f52f";
    --fa--fa: "\f52f\f52f"
}

.fa-signal-alt-slash,
.fa-signal-bars-slash {
    --fa: "\f694";
    --fa--fa: "\f694\f694"
}

.fa-monkey {
    --fa: "\f6fb";
    --fa--fa: "\f6fb\f6fb"
}

.fa-pro,
.fa-rectangle-pro {
    --fa: "\e235";
    --fa--fa: "\e235\e235"
}

.fa-house-night {
    --fa: "\e010";
    --fa--fa: "\e010\e010"
}

.fa-hot-tub,
.fa-hot-tub-person {
    --fa: "\f593";
    --fa--fa: "\f593\f593"
}

.fa-globe-pointer {
    --fa: "\e60e";
    --fa--fa: "\e60e\e60e"
}

.fa-blanket {
    --fa: "\f498";
    --fa--fa: "\f498\f498"
}

.fa-map-location,
.fa-map-marked {
    --fa: "\f59f";
    --fa--fa: "\f59f\f59f"
}

.fa-house-flood-water {
    --fa: "\e50e";
    --fa--fa: "\e50e\e50e"
}

.fa-comments-question-check {
    --fa: "\e14f";
    --fa--fa: "\e14f\e14f"
}

.fa-tree {
    --fa: "\f1bb";
    --fa--fa: "\f1bb\f1bb"
}

.fa-arrows-cross {
    --fa: "\e0a2";
    --fa--fa: "\e0a2\e0a2"
}

.fa-backpack {
    --fa: "\f5d4";
    --fa--fa: "\f5d4\f5d4"
}

.fa-square-small {
    --fa: "\e27e";
    --fa--fa: "\e27e\e27e"
}

.fa-folder-arrow-up,
.fa-folder-upload {
    --fa: "\e054";
    --fa--fa: "\e054\e054"
}

.fa-bridge-lock {
    --fa: "\e4cc";
    --fa--fa: "\e4cc\e4cc"
}

.fa-crosshairs-simple {
    --fa: "\e59f";
    --fa--fa: "\e59f\e59f"
}

.fa-sack-dollar {
    --fa: "\f81d";
    --fa--fa: "\f81d\f81d"
}

.fa-edit,
.fa-pen-to-square {
    --fa: "\f044";
    --fa--fa: "\f044\f044"
}

.fa-sliders-h-square,
.fa-square-sliders {
    --fa: "\f3f0";
    --fa--fa: "\f3f0\f3f0"
}

.fa-car-side {
    --fa: "\f5e4";
    --fa--fa: "\f5e4\f5e4"
}

.fa-comment-middle-top-alt,
.fa-message-middle-top {
    --fa: "\e1e2";
    --fa--fa: "\e1e2\e1e2"
}

.fa-lightbulb-on {
    --fa: "\f672";
    --fa--fa: "\f672\f672"
}

.fa-knife,
.fa-utensil-knife {
    --fa: "\f2e4";
    --fa--fa: "\f2e4\f2e4"
}

.fa-share-alt,
.fa-share-nodes {
    --fa: "\f1e0";
    --fa--fa: "\f1e0\f1e0"
}

.fa-display-chart-up-circle-dollar {
    --fa: "\e5e6";
    --fa--fa: "\e5e6\e5e6"
}

.fa-wave-sine {
    --fa: "\f899";
    --fa--fa: "\f899\f899"
}

.fa-heart-circle-minus {
    --fa: "\e4ff";
    --fa--fa: "\e4ff\e4ff"
}

.fa-circle-w {
    --fa: "\e12c";
    --fa--fa: "\e12c\e12c"
}

.fa-calendar-circle,
.fa-circle-calendar {
    --fa: "\e102";
    --fa--fa: "\e102\e102"
}

.fa-hourglass-2,
.fa-hourglass-half {
    --fa: "\f252";
    --fa--fa: "\f252\f252"
}

.fa-microscope {
    --fa: "\f610";
    --fa--fa: "\f610\f610"
}

.fa-sunset {
    --fa: "\f767";
    --fa--fa: "\f767\f767"
}

.fa-sink {
    --fa: "\e06d";
    --fa--fa: "\e06d\e06d"
}

.fa-calendar-exclamation {
    --fa: "\f334";
    --fa--fa: "\f334\f334"
}

.fa-truck-container-empty {
    --fa: "\e2b5";
    --fa--fa: "\e2b5\e2b5"
}

.fa-hand-heart {
    --fa: "\f4bc";
    --fa--fa: "\f4bc\f4bc"
}

.fa-bag-shopping,
.fa-shopping-bag {
    --fa: "\f290";
    --fa--fa: "\f290\f290"
}

.fa-arrow-down-z-a,
.fa-sort-alpha-desc,
.fa-sort-alpha-down-alt {
    --fa: "\f881";
    --fa--fa: "\f881\f881"
}

.fa-mitten {
    --fa: "\f7b5";
    --fa--fa: "\f7b5\f7b5"
}

.fa-reply-clock,
.fa-reply-time {
    --fa: "\e239";
    --fa--fa: "\e239\e239"
}

.fa-person-rays {
    --fa: "\e54d";
    --fa--fa: "\e54d\e54d"
}

.fa-arrow-alt-right,
.fa-right {
    --fa: "\f356";
    --fa--fa: "\f356\f356"
}

.fa-circle-f {
    --fa: "\e10e";
    --fa--fa: "\e10e\e10e"
}

.fa-users {
    --fa: "\f0c0";
    --fa--fa: "\f0c0\f0c0"
}

.fa-face-pleading {
    --fa: "\e386";
    --fa--fa: "\e386\e386"
}

.fa-eye-slash {
    --fa: "\f070";
    --fa--fa: "\f070\f070"
}

.fa-flask-vial {
    --fa: "\e4f3";
    --fa--fa: "\e4f3\e4f3"
}

.fa-police-box {
    --fa: "\e021";
    --fa--fa: "\e021\e021"
}

.fa-cucumber {
    --fa: "\e401";
    --fa--fa: "\e401\e401"
}

.fa-head-side-brain {
    --fa: "\f808";
    --fa--fa: "\f808\f808"
}

.fa-hand,
.fa-hand-paper {
    --fa: "\f256";
    --fa--fa: "\f256\f256"
}

.fa-biking-mountain,
.fa-person-biking-mountain {
    --fa: "\f84b";
    --fa--fa: "\f84b\f84b"
}

.fa-utensils-slash {
    --fa: "\e464";
    --fa--fa: "\e464\e464"
}

.fa-print-magnifying-glass,
.fa-print-search {
    --fa: "\f81a";
    --fa--fa: "\f81a\f81a"
}

.fa-turn-right {
    --fa: "\e639";
    --fa--fa: "\e639\e639"
}

.fa-folder-bookmark {
    --fa: "\e186";
    --fa--fa: "\e186\e186"
}

.fa-arrow-turn-left-down {
    --fa: "\e633";
    --fa--fa: "\e633\e633"
}

.fa-om {
    --fa: "\f679";
    --fa--fa: "\f679\f679"
}

.fa-pi {
    --fa: "\f67e";
    --fa--fa: "\f67e\f67e"
}

.fa-flask-potion,
.fa-flask-round-potion {
    --fa: "\f6e1";
    --fa--fa: "\f6e1\f6e1"
}

.fa-face-shush {
    --fa: "\e38c";
    --fa--fa: "\e38c\e38c"
}

.fa-worm {
    --fa: "\e599";
    --fa--fa: "\e599\e599"
}

.fa-house-circle-xmark {
    --fa: "\e50b";
    --fa--fa: "\e50b\e50b"
}

.fa-plug {
    --fa: "\f1e6";
    --fa--fa: "\f1e6\f1e6"
}

.fa-calendar-circle-exclamation {
    --fa: "\e46e";
    --fa--fa: "\e46e\e46e"
}

.fa-square-i {
    --fa: "\e272";
    --fa--fa: "\e272\e272"
}

.fa-chevron-up {
    --fa: "\f077";
    --fa--fa: "\f077\f077"
}

.fa-face-saluting {
    --fa: "\e484";
    --fa--fa: "\e484\e484"
}

.fa-gauge-simple-low,
.fa-tachometer-slow {
    --fa: "\f62c";
    --fa--fa: "\f62c\f62c"
}

.fa-face-persevering {
    --fa: "\e385";
    --fa--fa: "\e385\e385"
}

.fa-camera-circle,
.fa-circle-camera {
    --fa: "\e103";
    --fa--fa: "\e103\e103"
}

.fa-hand-spock {
    --fa: "\f259";
    --fa--fa: "\f259\f259"
}

.fa-spider-web {
    --fa: "\f719";
    --fa--fa: "\f719\f719"
}

.fa-circle-microphone,
.fa-microphone-circle {
    --fa: "\e116";
    --fa--fa: "\e116\e116"
}

.fa-book-arrow-up {
    --fa: "\e0ba";
    --fa--fa: "\e0ba\e0ba"
}

.fa-popsicle {
    --fa: "\e43e";
    --fa--fa: "\e43e\e43e"
}

.fa-command {
    --fa: "\e142";
    --fa--fa: "\e142\e142"
}

.fa-blinds {
    --fa: "\f8fb";
    --fa--fa: "\f8fb\f8fb"
}

.fa-stopwatch {
    --fa: "\f2f2";
    --fa--fa: "\f2f2\f2f2"
}

.fa-saxophone {
    --fa: "\f8dc";
    --fa--fa: "\f8dc\f8dc"
}

.fa-square-2 {
    --fa: "\e257";
    --fa--fa: "\e257\e257"
}

.fa-field-hockey,
.fa-field-hockey-stick-ball {
    --fa: "\f44c";
    --fa--fa: "\f44c\f44c"
}

.fa-arrow-up-square-triangle,
.fa-sort-shapes-up-alt {
    --fa: "\f88b";
    --fa--fa: "\f88b\f88b"
}

.fa-face-scream {
    --fa: "\e38b";
    --fa--fa: "\e38b\e38b"
}

.fa-square-m {
    --fa: "\e276";
    --fa--fa: "\e276\e276"
}

.fa-camera-web,
.fa-webcam {
    --fa: "\f832";
    --fa--fa: "\f832\f832"
}

.fa-comment-arrow-down {
    --fa: "\e143";
    --fa--fa: "\e143\e143"
}

.fa-lightbulb-cfl {
    --fa: "\e5a6";
    --fa--fa: "\e5a6\e5a6"
}

.fa-window-frame-open {
    --fa: "\e050";
    --fa--fa: "\e050\e050"
}

.fa-face-kiss,
.fa-kiss {
    --fa: "\f596";
    --fa--fa: "\f596\f596"
}

.fa-bridge-circle-xmark {
    --fa: "\e4cb";
    --fa--fa: "\e4cb\e4cb"
}

.fa-period {
    --fa: "\2e";
    --fa--fa: "\2e\2e"
}

.fa-face-grin-tongue,
.fa-grin-tongue {
    --fa: "\f589";
    --fa--fa: "\f589\f589"
}

.fa-up-to-dotted-line {
    --fa: "\e457";
    --fa--fa: "\e457\e457"
}

.fa-thought-bubble {
    --fa: "\e32e";
    --fa--fa: "\e32e\e32e"
}

.fa-skeleton-ribs {
    --fa: "\e5cb";
    --fa--fa: "\e5cb\e5cb"
}

.fa-raygun {
    --fa: "\e025";
    --fa--fa: "\e025\e025"
}

.fa-flute {
    --fa: "\f8b9";
    --fa--fa: "\f8b9\f8b9"
}

.fa-acorn {
    --fa: "\f6ae";
    --fa--fa: "\f6ae\f6ae"
}

.fa-video-arrow-up-right {
    --fa: "\e2c9";
    --fa--fa: "\e2c9\e2c9"
}

.fa-grate-droplet {
    --fa: "\e194";
    --fa--fa: "\e194\e194"
}

.fa-seal-exclamation {
    --fa: "\e242";
    --fa--fa: "\e242\e242"
}

.fa-chess-bishop {
    --fa: "\f43a";
    --fa--fa: "\f43a\f43a"
}

.fa-message-sms {
    --fa: "\e1e5";
    --fa--fa: "\e1e5\e1e5"
}

.fa-coffee-beans {
    --fa: "\e13f";
    --fa--fa: "\e13f\e13f"
}

.fa-hat-witch {
    --fa: "\f6e7";
    --fa--fa: "\f6e7\f6e7"
}

.fa-face-grin-wink,
.fa-grin-wink {
    --fa: "\f58c";
    --fa--fa: "\f58c\f58c"
}

.fa-clock-three-thirty {
    --fa: "\e357";
    --fa--fa: "\e357\e357"
}

.fa-deaf,
.fa-deafness,
.fa-ear-deaf,
.fa-hard-of-hearing {
    --fa: "\f2a4";
    --fa--fa: "\f2a4\f2a4"
}

.fa-alarm-clock {
    --fa: "\f34e";
    --fa--fa: "\f34e\f34e"
}

.fa-eclipse {
    --fa: "\f749";
    --fa--fa: "\f749\f749"
}

.fa-face-relieved {
    --fa: "\e389";
    --fa--fa: "\e389\e389"
}

.fa-road-circle-check {
    --fa: "\e564";
    --fa--fa: "\e564\e564"
}

.fa-dice-five {
    --fa: "\f523";
    --fa--fa: "\f523\f523"
}

.fa-minus-octagon,
.fa-octagon-minus {
    --fa: "\f308";
    --fa--fa: "\f308\f308"
}

.fa-rss-square,
.fa-square-rss {
    --fa: "\f143";
    --fa--fa: "\f143\f143"
}

.fa-face-zany {
    --fa: "\e3a4";
    --fa--fa: "\e3a4\e3a4"
}

.fa-tricycle {
    --fa: "\e5c3";
    --fa--fa: "\e5c3\e5c3"
}

.fa-land-mine-on {
    --fa: "\e51b";
    --fa--fa: "\e51b\e51b"
}

.fa-square-arrow-up-left {
    --fa: "\e263";
    --fa--fa: "\e263\e263"
}

.fa-i-cursor {
    --fa: "\f246";
    --fa--fa: "\f246\f246"
}

.fa-chart-mixed-up-circle-dollar {
    --fa: "\e5d9";
    --fa--fa: "\e5d9\e5d9"
}

.fa-salt-shaker {
    --fa: "\e446";
    --fa--fa: "\e446\e446"
}

.fa-stamp {
    --fa: "\f5bf";
    --fa--fa: "\f5bf\f5bf"
}

.fa-file-plus {
    --fa: "\f319";
    --fa--fa: "\f319\f319"
}

.fa-draw-square {
    --fa: "\f5ef";
    --fa--fa: "\f5ef\f5ef"
}

.fa-toilet-paper-reverse-slash,
.fa-toilet-paper-under-slash {
    --fa: "\e2a1";
    --fa--fa: "\e2a1\e2a1"
}

.fa-stairs {
    --fa: "\e289";
    --fa--fa: "\e289\e289"
}

.fa-drone-alt,
.fa-drone-front {
    --fa: "\f860";
    --fa--fa: "\f860\f860"
}

.fa-glass-empty {
    --fa: "\e191";
    --fa--fa: "\e191\e191"
}

.fa-dial-high {
    --fa: "\e15c";
    --fa--fa: "\e15c\e15c"
}

.fa-user-construction,
.fa-user-hard-hat,
.fa-user-helmet-safety {
    --fa: "\f82c";
    --fa--fa: "\f82c\f82c"
}

.fa-i {
    --fa: "\49";
    --fa--fa: "\49\49"
}

.fa-hryvnia,
.fa-hryvnia-sign {
    --fa: "\f6f2";
    --fa--fa: "\f6f2\f6f2"
}

.fa-arrow-down-left-and-arrow-up-right-to-center {
    --fa: "\e092";
    --fa--fa: "\e092\e092"
}

.fa-pills {
    --fa: "\f484";
    --fa--fa: "\f484\f484"
}

.fa-face-grin-wide,
.fa-grin-alt {
    --fa: "\f581";
    --fa--fa: "\f581\f581"
}

.fa-tooth {
    --fa: "\f5c9";
    --fa--fa: "\f5c9\f5c9"
}

.fa-basketball-hoop {
    --fa: "\f435";
    --fa--fa: "\f435\f435"
}

.fa-objects-align-bottom {
    --fa: "\e3bb";
    --fa--fa: "\e3bb\e3bb"
}

.fa-v {
    --fa: "\56";
    --fa--fa: "\56\56"
}

.fa-sparkles {
    --fa: "\f890";
    --fa--fa: "\f890\f890"
}

.fa-squid {
    --fa: "\e450";
    --fa--fa: "\e450\e450"
}

.fa-leafy-green {
    --fa: "\e41d";
    --fa--fa: "\e41d\e41d"
}

.fa-circle-arrow-up-right {
    --fa: "\e0fc";
    --fa--fa: "\e0fc\e0fc"
}

.fa-calendars {
    --fa: "\e0d7";
    --fa--fa: "\e0d7\e0d7"
}

.fa-bangladeshi-taka-sign {
    --fa: "\e2e6";
    --fa--fa: "\e2e6\e2e6"
}

.fa-bicycle {
    --fa: "\f206";
    --fa--fa: "\f206\f206"
}

.fa-hammer-war {
    --fa: "\f6e4";
    --fa--fa: "\f6e4\f6e4"
}

.fa-circle-d {
    --fa: "\e104";
    --fa--fa: "\e104\e104"
}

.fa-spider-black-widow {
    --fa: "\f718";
    --fa--fa: "\f718\f718"
}

.fa-rod-asclepius,
.fa-rod-snake,
.fa-staff-aesculapius,
.fa-staff-snake {
    --fa: "\e579";
    --fa--fa: "\e579\e579"
}

.fa-pear {
    --fa: "\e20c";
    --fa--fa: "\e20c\e20c"
}

.fa-head-side-cough-slash {
    --fa: "\e062";
    --fa--fa: "\e062\e062"
}

.fa-file-mov {
    --fa: "\e647";
    --fa--fa: "\e647\e647"
}

.fa-triangle {
    --fa: "\f2ec";
    --fa--fa: "\f2ec\f2ec"
}

.fa-apartment {
    --fa: "\e468";
    --fa--fa: "\e468\e468"
}

.fa-ambulance,
.fa-truck-medical {
    --fa: "\f0f9";
    --fa--fa: "\f0f9\f0f9"
}

.fa-pepper {
    --fa: "\e432";
    --fa--fa: "\e432\e432"
}

.fa-piano {
    --fa: "\f8d4";
    --fa--fa: "\f8d4\f8d4"
}

.fa-gun-squirt {
    --fa: "\e19d";
    --fa--fa: "\e19d\e19d"
}

.fa-wheat-awn-circle-exclamation {
    --fa: "\e598";
    --fa--fa: "\e598\e598"
}

.fa-snowman {
    --fa: "\f7d0";
    --fa--fa: "\f7d0\f7d0"
}

.fa-user-alien {
    --fa: "\e04a";
    --fa--fa: "\e04a\e04a"
}

.fa-shield-check {
    --fa: "\f2f7";
    --fa--fa: "\f2f7\f2f7"
}

.fa-mortar-pestle {
    --fa: "\f5a7";
    --fa--fa: "\f5a7\f5a7"
}

.fa-road-barrier {
    --fa: "\e562";
    --fa--fa: "\e562\e562"
}

.fa-chart-candlestick {
    --fa: "\e0e2";
    --fa--fa: "\e0e2\e0e2"
}

.fa-briefcase-blank {
    --fa: "\e0c8";
    --fa--fa: "\e0c8\e0c8"
}

.fa-school {
    --fa: "\f549";
    --fa--fa: "\f549\f549"
}

.fa-igloo {
    --fa: "\f7ae";
    --fa--fa: "\f7ae\f7ae"
}

.fa-bracket-round,
.fa-parenthesis {
    --fa: "\28";
    --fa--fa: "\28\28"
}

.fa-joint {
    --fa: "\f595";
    --fa--fa: "\f595\f595"
}

.fa-horse-saddle {
    --fa: "\f8c3";
    --fa--fa: "\f8c3\f8c3"
}

.fa-mug-marshmallows {
    --fa: "\f7b7";
    --fa--fa: "\f7b7\f7b7"
}

.fa-filters {
    --fa: "\e17e";
    --fa--fa: "\e17e\e17e"
}

.fa-bell-on {
    --fa: "\f8fa";
    --fa--fa: "\f8fa\f8fa"
}

.fa-angle-right {
    --fa: "\f105";
    --fa--fa: "\f105\f105"
}

.fa-dial-med {
    --fa: "\e15f";
    --fa--fa: "\e15f\e15f"
}

.fa-horse {
    --fa: "\f6f0";
    --fa--fa: "\f6f0\f6f0"
}

.fa-q {
    --fa: "\51";
    --fa--fa: "\51\51"
}

.fa-monitor-heart-rate,
.fa-monitor-waveform {
    --fa: "\f611";
    --fa--fa: "\f611\f611"
}

.fa-link-simple {
    --fa: "\e1cd";
    --fa--fa: "\e1cd\e1cd"
}

.fa-whistle {
    --fa: "\f460";
    --fa--fa: "\f460\f460"
}

.fa-g {
    --fa: "\47";
    --fa--fa: "\47\47"
}

.fa-fragile,
.fa-wine-glass-crack {
    --fa: "\f4bb";
    --fa--fa: "\f4bb\f4bb"
}

.fa-slot-machine {
    --fa: "\e3ce";
    --fa--fa: "\e3ce\e3ce"
}

.fa-notes-medical {
    --fa: "\f481";
    --fa--fa: "\f481\f481"
}

.fa-car-wash {
    --fa: "\f5e6";
    --fa--fa: "\f5e6\f5e6"
}

.fa-escalator {
    --fa: "\e171";
    --fa--fa: "\e171\e171"
}

.fa-comment-image {
    --fa: "\e148";
    --fa--fa: "\e148\e148"
}

.fa-temperature-2,
.fa-temperature-half,
.fa-thermometer-2,
.fa-thermometer-half {
    --fa: "\f2c9";
    --fa--fa: "\f2c9\f2c9"
}

.fa-dong-sign {
    --fa: "\e169";
    --fa--fa: "\e169\e169"
}

.fa-donut,
.fa-doughnut {
    --fa: "\e406";
    --fa--fa: "\e406\e406"
}

.fa-capsules {
    --fa: "\f46b";
    --fa--fa: "\f46b\f46b"
}

.fa-poo-bolt,
.fa-poo-storm {
    --fa: "\f75a";
    --fa--fa: "\f75a\f75a"
}

.fa-tally-1 {
    --fa: "\e294";
    --fa--fa: "\e294\e294"
}

.fa-file-vector {
    --fa: "\e64c";
    --fa--fa: "\e64c\e64c"
}

.fa-face-frown-open,
.fa-frown-open {
    --fa: "\f57a";
    --fa--fa: "\f57a\f57a"
}

.fa-square-dashed {
    --fa: "\e269";
    --fa--fa: "\e269\e269"
}

.fa-bag-shopping-plus {
    --fa: "\e651";
    --fa--fa: "\e651\e651"
}

.fa-square-j {
    --fa: "\e273";
    --fa--fa: "\e273\e273"
}

.fa-hand-point-up {
    --fa: "\f0a6";
    --fa--fa: "\f0a6\f0a6"
}

.fa-money-bill {
    --fa: "\f0d6";
    --fa--fa: "\f0d6\f0d6"
}

.fa-arrow-up-big-small,
.fa-sort-size-up {
    --fa: "\f88e";
    --fa--fa: "\f88e\f88e"
}

.fa-barcode-read {
    --fa: "\f464";
    --fa--fa: "\f464\f464"
}

.fa-baguette {
    --fa: "\e3d8";
    --fa--fa: "\e3d8\e3d8"
}

.fa-bowl-soft-serve {
    --fa: "\e46b";
    --fa--fa: "\e46b\e46b"
}

.fa-face-holding-back-tears {
    --fa: "\e482";
    --fa--fa: "\e482\e482"
}

.fa-arrow-alt-square-up,
.fa-square-up {
    --fa: "\f353";
    --fa--fa: "\f353\f353"
}

.fa-subway-tunnel,
.fa-train-subway-tunnel {
    --fa: "\e2a3";
    --fa--fa: "\e2a3\e2a3"
}

.fa-exclamation-square,
.fa-square-exclamation {
    --fa: "\f321";
    --fa--fa: "\f321\f321"
}

.fa-semicolon {
    --fa: "\3b";
    --fa--fa: "\3b\3b"
}

.fa-bookmark {
    --fa: "\f02e";
    --fa--fa: "\f02e\f02e"
}

.fa-fan-table {
    --fa: "\e004";
    --fa--fa: "\e004\e004"
}

.fa-align-justify {
    --fa: "\f039";
    --fa--fa: "\f039\f039"
}

.fa-battery-1,
.fa-battery-low {
    --fa: "\e0b1";
    --fa--fa: "\e0b1\e0b1"
}

.fa-credit-card-front {
    --fa: "\f38a";
    --fa--fa: "\f38a\f38a"
}

.fa-brain-arrow-curved-right,
.fa-mind-share {
    --fa: "\f677";
    --fa--fa: "\f677\f677"
}

.fa-umbrella-beach {
    --fa: "\f5ca";
    --fa--fa: "\f5ca\f5ca"
}

.fa-helmet-un {
    --fa: "\e503";
    --fa--fa: "\e503\e503"
}

.fa-location-smile,
.fa-map-marker-smile {
    --fa: "\f60d";
    --fa--fa: "\f60d\f60d"
}

.fa-arrow-left-to-line,
.fa-arrow-to-left {
    --fa: "\f33e";
    --fa--fa: "\f33e\f33e"
}

.fa-bullseye {
    --fa: "\f140";
    --fa--fa: "\f140\f140"
}

.fa-nigiri,
.fa-sushi {
    --fa: "\e48a";
    --fa--fa: "\e48a\e48a"
}

.fa-comment-alt-captions,
.fa-message-captions {
    --fa: "\e1de";
    --fa--fa: "\e1de\e1de"
}

.fa-trash-list {
    --fa: "\e2b1";
    --fa--fa: "\e2b1\e2b1"
}

.fa-bacon {
    --fa: "\f7e5";
    --fa--fa: "\f7e5\f7e5"
}

.fa-option {
    --fa: "\e318";
    --fa--fa: "\e318\e318"
}

.fa-raccoon {
    --fa: "\e613";
    --fa--fa: "\e613\e613"
}

.fa-hand-point-down {
    --fa: "\f0a7";
    --fa--fa: "\f0a7\f0a7"
}

.fa-arrow-up-from-bracket {
    --fa: "\e09a";
    --fa--fa: "\e09a\e09a"
}

.fa-head-side-gear {
    --fa: "\e611";
    --fa--fa: "\e611\e611"
}

.fa-trash-plus {
    --fa: "\e2b2";
    --fa--fa: "\e2b2\e2b2"
}

.fa-file-cad {
    --fa: "\e672";
    --fa--fa: "\e672\e672"
}

.fa-objects-align-top {
    --fa: "\e3c0";
    --fa--fa: "\e3c0\e3c0"
}

.fa-folder,
.fa-folder-blank {
    --fa: "\f07b";
    --fa--fa: "\f07b\f07b"
}

.fa-face-anxious-sweat {
    --fa: "\e36a";
    --fa--fa: "\e36a\e36a"
}

.fa-credit-card-blank {
    --fa: "\f389";
    --fa--fa: "\f389\f389"
}

.fa-file-medical-alt,
.fa-file-waveform {
    --fa: "\f478";
    --fa--fa: "\f478\f478"
}

.fa-microchip-ai {
    --fa: "\e1ec";
    --fa--fa: "\e1ec\e1ec"
}

.fa-mug {
    --fa: "\f874";
    --fa--fa: "\f874\f874"
}

.fa-plane-up-slash {
    --fa: "\e22e";
    --fa--fa: "\e22e\e22e"
}

.fa-radiation {
    --fa: "\f7b9";
    --fa--fa: "\f7b9\f7b9"
}

.fa-pen-circle {
    --fa: "\e20e";
    --fa--fa: "\e20e\e20e"
}

.fa-bag-seedling {
    --fa: "\e5f2";
    --fa--fa: "\e5f2\e5f2"
}

.fa-chart-simple {
    --fa: "\e473";
    --fa--fa: "\e473\e473"
}

.fa-crutches {
    --fa: "\f7f8";
    --fa--fa: "\f7f8\f7f8"
}

.fa-circle-parking,
.fa-parking-circle {
    --fa: "\f615";
    --fa--fa: "\f615\f615"
}

.fa-mars-stroke {
    --fa: "\f229";
    --fa--fa: "\f229\f229"
}

.fa-leaf-oak {
    --fa: "\f6f7";
    --fa--fa: "\f6f7\f6f7"
}

.fa-square-bolt {
    --fa: "\e265";
    --fa--fa: "\e265\e265"
}

.fa-vial {
    --fa: "\f492";
    --fa--fa: "\f492\f492"
}

.fa-dashboard,
.fa-gauge,
.fa-gauge-med,
.fa-tachometer-alt-average {
    --fa: "\f624";
    --fa--fa: "\f624\f624"
}

.fa-magic-wand-sparkles,
.fa-wand-magic-sparkles {
    --fa: "\e2ca";
    --fa--fa: "\e2ca\e2ca"
}

.fa-lambda {
    --fa: "\f66e";
    --fa--fa: "\f66e\f66e"
}

.fa-e {
    --fa: "\45";
    --fa--fa: "\45\45"
}

.fa-pizza {
    --fa: "\f817";
    --fa--fa: "\f817\f817"
}

.fa-bowl-chopsticks-noodles {
    --fa: "\e2ea";
    --fa--fa: "\e2ea\e2ea"
}

.fa-h3 {
    --fa: "\f315";
    --fa--fa: "\f315\f315"
}

.fa-pen-alt,
.fa-pen-clip {
    --fa: "\f305";
    --fa--fa: "\f305\f305"
}

.fa-bridge-circle-exclamation {
    --fa: "\e4ca";
    --fa--fa: "\e4ca\e4ca"
}

.fa-badge-percent {
    --fa: "\f646";
    --fa--fa: "\f646\f646"
}

.fa-rotate-reverse {
    --fa: "\e631";
    --fa--fa: "\e631\e631"
}

.fa-user {
    --fa: "\f007";
    --fa--fa: "\f007\f007"
}

.fa-sensor {
    --fa: "\e028";
    --fa--fa: "\e028\e028"
}

.fa-comma {
    --fa: "\2c";
    --fa--fa: "\2c\2c"
}

.fa-school-circle-check {
    --fa: "\e56b";
    --fa--fa: "\e56b\e56b"
}

.fa-toilet-paper-reverse,
.fa-toilet-paper-under {
    --fa: "\e2a0";
    --fa--fa: "\e2a0\e2a0"
}

.fa-light-emergency {
    --fa: "\e41f";
    --fa--fa: "\e41f\e41f"
}

.fa-arrow-down-to-arc {
    --fa: "\e4ae";
    --fa--fa: "\e4ae\e4ae"
}

.fa-dumpster {
    --fa: "\f793";
    --fa--fa: "\f793\f793"
}

.fa-shuttle-van,
.fa-van-shuttle {
    --fa: "\f5b6";
    --fa--fa: "\f5b6\f5b6"
}

.fa-building-user {
    --fa: "\e4da";
    --fa--fa: "\e4da\e4da"
}

.fa-light-switch {
    --fa: "\e017";
    --fa--fa: "\e017\e017"
}

.fa-caret-square-left,
.fa-square-caret-left {
    --fa: "\f191";
    --fa--fa: "\f191\f191"
}

.fa-highlighter {
    --fa: "\f591";
    --fa--fa: "\f591\f591"
}

.fa-heart-rate,
.fa-wave-pulse {
    --fa: "\f5f8";
    --fa--fa: "\f5f8\f5f8"
}

.fa-key {
    --fa: "\f084";
    --fa--fa: "\f084\f084"
}

.fa-arrow-left-to-bracket {
    --fa: "\e669";
    --fa--fa: "\e669\e669"
}

.fa-hat-santa {
    --fa: "\f7a7";
    --fa--fa: "\f7a7\f7a7"
}

.fa-tamale {
    --fa: "\e451";
    --fa--fa: "\e451\e451"
}

.fa-box-check {
    --fa: "\f467";
    --fa--fa: "\f467\f467"
}

.fa-bullhorn {
    --fa: "\f0a1";
    --fa--fa: "\f0a1\f0a1"
}

.fa-steak {
    --fa: "\f824";
    --fa--fa: "\f824\f824"
}

.fa-location-crosshairs-slash,
.fa-location-slash {
    --fa: "\f603";
    --fa--fa: "\f603\f603"
}

.fa-person-dolly {
    --fa: "\f4d0";
    --fa--fa: "\f4d0\f4d0"
}

.fa-globe {
    --fa: "\f0ac";
    --fa--fa: "\f0ac\f0ac"
}

.fa-synagogue {
    --fa: "\f69b";
    --fa--fa: "\f69b\f69b"
}

.fa-file-chart-column,
.fa-file-chart-line {
    --fa: "\f659";
    --fa--fa: "\f659\f659"
}

.fa-person-half-dress {
    --fa: "\e548";
    --fa--fa: "\e548\e548"
}

.fa-folder-image {
    --fa: "\e18a";
    --fa--fa: "\e18a\e18a"
}

.fa-calendar-edit,
.fa-calendar-pen {
    --fa: "\f333";
    --fa--fa: "\f333\f333"
}

.fa-road-bridge {
    --fa: "\e563";
    --fa--fa: "\e563\e563"
}

.fa-face-smile-tear {
    --fa: "\e393";
    --fa--fa: "\e393\e393"
}

.fa-comment-alt-plus,
.fa-message-plus {
    --fa: "\f4a8";
    --fa--fa: "\f4a8\f4a8"
}

.fa-location-arrow {
    --fa: "\f124";
    --fa--fa: "\f124\f124"
}

.fa-c {
    --fa: "\43";
    --fa--fa: "\43\43"
}

.fa-tablet-button {
    --fa: "\f10a";
    --fa--fa: "\f10a\f10a"
}

.fa-person-dress-fairy {
    --fa: "\e607";
    --fa--fa: "\e607\e607"
}

.fa-rectangle-history-circle-user {
    --fa: "\e4a4";
    --fa--fa: "\e4a4\e4a4"
}

.fa-building-lock {
    --fa: "\e4d6";
    --fa--fa: "\e4d6\e4d6"
}

.fa-chart-line-up {
    --fa: "\e0e5";
    --fa--fa: "\e0e5\e0e5"
}

.fa-mailbox {
    --fa: "\f813";
    --fa--fa: "\f813\f813"
}

.fa-sign-posts {
    --fa: "\e625";
    --fa--fa: "\e625\e625"
}

.fa-truck-bolt {
    --fa: "\e3d0";
    --fa--fa: "\e3d0\e3d0"
}

.fa-pizza-slice {
    --fa: "\f818";
    --fa--fa: "\f818\f818"
}

.fa-money-bill-wave {
    --fa: "\f53a";
    --fa--fa: "\f53a\f53a"
}

.fa-area-chart,
.fa-chart-area {
    --fa: "\f1fe";
    --fa--fa: "\f1fe\f1fe"
}

.fa-house-flag {
    --fa: "\e50d";
    --fa--fa: "\e50d\e50d"
}

.fa-circle-three-quarters-stroke {
    --fa: "\e5d4";
    --fa--fa: "\e5d4\e5d4"
}

.fa-person-circle-minus {
    --fa: "\e540";
    --fa--fa: "\e540\e540"
}

.fa-scalpel {
    --fa: "\f61d";
    --fa--fa: "\f61d\f61d"
}

.fa-ban,
.fa-cancel {
    --fa: "\f05e";
    --fa--fa: "\f05e\f05e"
}

.fa-bell-exclamation {
    --fa: "\f848";
    --fa--fa: "\f848\f848"
}

.fa-bookmark-circle,
.fa-circle-bookmark {
    --fa: "\e100";
    --fa--fa: "\e100\e100"
}

.fa-egg-fried {
    --fa: "\f7fc";
    --fa--fa: "\f7fc\f7fc"
}

.fa-face-weary {
    --fa: "\e3a1";
    --fa--fa: "\e3a1\e3a1"
}

.fa-uniform-martial-arts {
    --fa: "\e3d1";
    --fa--fa: "\e3d1\e3d1"
}

.fa-camera-rotate {
    --fa: "\e0d8";
    --fa--fa: "\e0d8\e0d8"
}

.fa-sun-dust {
    --fa: "\f764";
    --fa--fa: "\f764\f764"
}

.fa-comment-text {
    --fa: "\e14d";
    --fa--fa: "\e14d\e14d"
}

.fa-air-freshener,
.fa-spray-can-sparkles {
    --fa: "\f5d0";
    --fa--fa: "\f5d0\f5d0"
}

.fa-signal-alt,
.fa-signal-alt-4,
.fa-signal-bars,
.fa-signal-bars-strong {
    --fa: "\f690";
    --fa--fa: "\f690\f690"
}

.fa-diamond-exclamation {
    --fa: "\e405";
    --fa--fa: "\e405\e405"
}

.fa-star {
    --fa: "\f005";
    --fa--fa: "\f005\f005"
}

.fa-dial-min {
    --fa: "\e161";
    --fa--fa: "\e161\e161"
}

.fa-repeat {
    --fa: "\f363";
    --fa--fa: "\f363\f363"
}

.fa-cross {
    --fa: "\f654";
    --fa--fa: "\f654\f654"
}

.fa-file-caret-down,
.fa-page-caret-down {
    --fa: "\e429";
    --fa--fa: "\e429\e429"
}

.fa-box {
    --fa: "\f466";
    --fa--fa: "\f466\f466"
}

.fa-venus-mars {
    --fa: "\f228";
    --fa--fa: "\f228\f228"
}

.fa-clock-seven-thirty {
    --fa: "\e351";
    --fa--fa: "\e351\e351"
}

.fa-arrow-pointer,
.fa-mouse-pointer {
    --fa: "\f245";
    --fa--fa: "\f245\f245"
}

.fa-clock-four-thirty {
    --fa: "\e34b";
    --fa--fa: "\e34b\e34b"
}

.fa-signal-alt-3,
.fa-signal-bars-good {
    --fa: "\f693";
    --fa--fa: "\f693\f693"
}

.fa-cactus {
    --fa: "\f8a7";
    --fa--fa: "\f8a7\f8a7"
}

.fa-lightbulb-gear {
    --fa: "\e5fd";
    --fa--fa: "\e5fd\e5fd"
}

.fa-expand-arrows-alt,
.fa-maximize {
    --fa: "\f31e";
    --fa--fa: "\f31e\f31e"
}

.fa-charging-station {
    --fa: "\f5e7";
    --fa--fa: "\f5e7\f5e7"
}

.fa-shapes,
.fa-triangle-circle-square {
    --fa: "\f61f";
    --fa--fa: "\f61f\f61f"
}

.fa-plane-tail {
    --fa: "\e22c";
    --fa--fa: "\e22c\e22c"
}

.fa-gauge-simple-max,
.fa-tachometer-fastest {
    --fa: "\f62b";
    --fa--fa: "\f62b\f62b"
}

.fa-circle-u {
    --fa: "\e127";
    --fa--fa: "\e127\e127"
}

.fa-shield-slash {
    --fa: "\e24b";
    --fa--fa: "\e24b\e24b"
}

.fa-phone-square-down,
.fa-square-phone-hangup {
    --fa: "\e27a";
    --fa--fa: "\e27a\e27a"
}

.fa-arrow-up-left {
    --fa: "\e09d";
    --fa--fa: "\e09d\e09d"
}

.fa-transporter-1 {
    --fa: "\e043";
    --fa--fa: "\e043\e043"
}

.fa-peanuts {
    --fa: "\e431";
    --fa--fa: "\e431\e431"
}

.fa-random,
.fa-shuffle {
    --fa: "\f074";
    --fa--fa: "\f074\f074"
}

.fa-person-running,
.fa-running {
    --fa: "\f70c";
    --fa--fa: "\f70c\f70c"
}

.fa-mobile-retro {
    --fa: "\e527";
    --fa--fa: "\e527\e527"
}

.fa-grip-lines-vertical {
    --fa: "\f7a5";
    --fa--fa: "\f7a5\f7a5"
}

.fa-bin-bottles-recycle {
    --fa: "\e5f6";
    --fa--fa: "\e5f6\e5f6"
}

.fa-arrow-up-from-square {
    --fa: "\e09c";
    --fa--fa: "\e09c\e09c"
}

.fa-file-dashed-line,
.fa-page-break {
    --fa: "\f877";
    --fa--fa: "\f877\f877"
}

.fa-bracket-curly-right {
    --fa: "\7d";
    --fa--fa: "\7d\7d"
}

.fa-spider {
    --fa: "\f717";
    --fa--fa: "\f717\f717"
}

.fa-clock-three {
    --fa: "\e356";
    --fa--fa: "\e356\e356"
}

.fa-hands-bound {
    --fa: "\e4f9";
    --fa--fa: "\e4f9\e4f9"
}

.fa-scalpel-line-dashed,
.fa-scalpel-path {
    --fa: "\f61e";
    --fa--fa: "\f61e\f61e"
}

.fa-file-invoice-dollar {
    --fa: "\f571";
    --fa--fa: "\f571\f571"
}

.fa-pipe-smoking {
    --fa: "\e3c4";
    --fa--fa: "\e3c4\e3c4"
}

.fa-face-astonished {
    --fa: "\e36b";
    --fa--fa: "\e36b\e36b"
}

.fa-window {
    --fa: "\f40e";
    --fa--fa: "\f40e\f40e"
}

.fa-plane-circle-exclamation {
    --fa: "\e556";
    --fa--fa: "\e556\e556"
}

.fa-ear {
    --fa: "\f5f0";
    --fa--fa: "\f5f0\f5f0"
}

.fa-file-lock {
    --fa: "\e3a6";
    --fa--fa: "\e3a6\e3a6"
}

.fa-diagram-venn {
    --fa: "\e15a";
    --fa--fa: "\e15a\e15a"
}

.fa-arrow-down-from-bracket {
    --fa: "\e667";
    --fa--fa: "\e667\e667"
}

.fa-x-ray {
    --fa: "\f497";
    --fa--fa: "\f497\f497"
}

.fa-goal-net {
    --fa: "\e3ab";
    --fa--fa: "\e3ab\e3ab"
}

.fa-coffin-cross {
    --fa: "\e051";
    --fa--fa: "\e051\e051"
}

.fa-octopus {
    --fa: "\e688";
    --fa--fa: "\e688\e688"
}

.fa-spell-check {
    --fa: "\f891";
    --fa--fa: "\f891\f891"
}

.fa-location-xmark,
.fa-map-marker-times,
.fa-map-marker-xmark {
    --fa: "\f60e";
    --fa--fa: "\f60e\f60e"
}

.fa-circle-quarter-stroke {
    --fa: "\e5d3";
    --fa--fa: "\e5d3\e5d3"
}

.fa-lasso {
    --fa: "\f8c8";
    --fa--fa: "\f8c8\f8c8"
}

.fa-slash {
    --fa: "\f715";
    --fa--fa: "\f715\f715"
}

.fa-person-to-portal,
.fa-portal-enter {
    --fa: "\e022";
    --fa--fa: "\e022\e022"
}

.fa-calendar-star {
    --fa: "\f736";
    --fa--fa: "\f736\f736"
}

.fa-computer-mouse,
.fa-mouse {
    --fa: "\f8cc";
    --fa--fa: "\f8cc\f8cc"
}

.fa-arrow-right-to-bracket,
.fa-sign-in {
    --fa: "\f090";
    --fa--fa: "\f090\f090"
}

.fa-pegasus {
    --fa: "\f703";
    --fa--fa: "\f703\f703"
}

.fa-files-medical {
    --fa: "\f7fd";
    --fa--fa: "\f7fd\f7fd"
}

.fa-cannon {
    --fa: "\e642";
    --fa--fa: "\e642\e642"
}

.fa-nfc-lock {
    --fa: "\e1f8";
    --fa--fa: "\e1f8\e1f8"
}

.fa-person-ski-lift,
.fa-ski-lift {
    --fa: "\f7c8";
    --fa--fa: "\f7c8\f7c8"
}

.fa-square-6 {
    --fa: "\e25b";
    --fa--fa: "\e25b\e25b"
}

.fa-shop-slash,
.fa-store-alt-slash {
    --fa: "\e070";
    --fa--fa: "\e070\e070"
}

.fa-wind-turbine {
    --fa: "\f89b";
    --fa--fa: "\f89b\f89b"
}

.fa-sliders-simple {
    --fa: "\e253";
    --fa--fa: "\e253\e253"
}

.fa-grid-round {
    --fa: "\e5da";
    --fa--fa: "\e5da\e5da"
}

.fa-badge-sheriff {
    --fa: "\f8a2";
    --fa--fa: "\f8a2\f8a2"
}

.fa-server {
    --fa: "\f233";
    --fa--fa: "\f233\f233"
}

.fa-virus-covid-slash {
    --fa: "\e4a9";
    --fa--fa: "\e4a9\e4a9"
}

.fa-intersection {
    --fa: "\f668";
    --fa--fa: "\f668\f668"
}

.fa-shop-lock {
    --fa: "\e4a5";
    --fa--fa: "\e4a5\e4a5"
}

.fa-family {
    --fa: "\e300";
    --fa--fa: "\e300\e300"
}

.fa-hourglass-1,
.fa-hourglass-start {
    --fa: "\f251";
    --fa--fa: "\f251\f251"
}

.fa-user-hair-buns {
    --fa: "\e3d3";
    --fa--fa: "\e3d3\e3d3"
}

.fa-blender-phone {
    --fa: "\f6b6";
    --fa--fa: "\f6b6\f6b6"
}

.fa-hourglass-clock {
    --fa: "\e41b";
    --fa--fa: "\e41b\e41b"
}

.fa-person-seat-reclined {
    --fa: "\e21f";
    --fa--fa: "\e21f\e21f"
}

.fa-paper-plane-alt,
.fa-paper-plane-top,
.fa-send {
    --fa: "\e20a";
    --fa--fa: "\e20a\e20a"
}

.fa-comment-alt-arrow-up,
.fa-message-arrow-up {
    --fa: "\e1dc";
    --fa--fa: "\e1dc\e1dc"
}

.fa-lightbulb-exclamation {
    --fa: "\f671";
    --fa--fa: "\f671\f671"
}

.fa-layer-group-minus,
.fa-layer-minus {
    --fa: "\f5fe";
    --fa--fa: "\f5fe\f5fe"
}

.fa-chart-pie-simple-circle-currency {
    --fa: "\e604";
    --fa--fa: "\e604\e604"
}

.fa-circle-e {
    --fa: "\e109";
    --fa--fa: "\e109\e109"
}

.fa-building-wheat {
    --fa: "\e4db";
    --fa--fa: "\e4db\e4db"
}

.fa-gauge-max,
.fa-tachometer-alt-fastest {
    --fa: "\f626";
    --fa--fa: "\f626\f626"
}

.fa-person-breastfeeding {
    --fa: "\e53a";
    --fa--fa: "\e53a\e53a"
}

.fa-apostrophe {
    --fa: "\27";
    --fa--fa: "\27\27"
}

.fa-file-png {
    --fa: "\e666";
    --fa--fa: "\e666\e666"
}

.fa-fire-hydrant {
    --fa: "\e17f";
    --fa--fa: "\e17f\e17f"
}

.fa-right-to-bracket,
.fa-sign-in-alt {
    --fa: "\f2f6";
    --fa--fa: "\f2f6\f2f6"
}

.fa-video-plus {
    --fa: "\f4e1";
    --fa--fa: "\f4e1\f4e1"
}

.fa-arrow-alt-square-right,
.fa-square-right {
    --fa: "\f352";
    --fa--fa: "\f352\f352"
}

.fa-comment-smile {
    --fa: "\f4b4";
    --fa--fa: "\f4b4\f4b4"
}

.fa-venus {
    --fa: "\f221";
    --fa--fa: "\f221\f221"
}

.fa-passport {
    --fa: "\f5ab";
    --fa--fa: "\f5ab\f5ab"
}

.fa-thumb-tack-slash,
.fa-thumbtack-slash {
    --fa: "\e68f";
    --fa--fa: "\e68f\e68f"
}

.fa-inbox-arrow-down,
.fa-inbox-in {
    --fa: "\f310";
    --fa--fa: "\f310\f310"
}

.fa-heart-pulse,
.fa-heartbeat {
    --fa: "\f21e";
    --fa--fa: "\f21e\f21e"
}

.fa-circle-8 {
    --fa: "\e0f5";
    --fa--fa: "\e0f5\e0f5"
}

.fa-clouds-moon {
    --fa: "\f745";
    --fa--fa: "\f745\f745"
}

.fa-clock-ten-thirty {
    --fa: "\e355";
    --fa--fa: "\e355\e355"
}

.fa-people-carry,
.fa-people-carry-box {
    --fa: "\f4ce";
    --fa--fa: "\f4ce\f4ce"
}

.fa-folder-user {
    --fa: "\e18e";
    --fa--fa: "\e18e\e18e"
}

.fa-trash-can-xmark {
    --fa: "\e2ae";
    --fa--fa: "\e2ae\e2ae"
}

.fa-temperature-high {
    --fa: "\f769";
    --fa--fa: "\f769\f769"
}

.fa-microchip {
    --fa: "\f2db";
    --fa--fa: "\f2db\f2db"
}

.fa-left-long-to-line {
    --fa: "\e41e";
    --fa--fa: "\e41e\e41e"
}

.fa-crown {
    --fa: "\f521";
    --fa--fa: "\f521\f521"
}

.fa-weight-hanging {
    --fa: "\f5cd";
    --fa--fa: "\f5cd\f5cd"
}

.fa-xmarks-lines {
    --fa: "\e59a";
    --fa--fa: "\e59a\e59a"
}

.fa-file-prescription {
    --fa: "\f572";
    --fa--fa: "\f572\f572"
}

.fa-table-cells-lock {
    --fa: "\e679";
    --fa--fa: "\e679\e679"
}

.fa-calendar-range {
    --fa: "\e0d6";
    --fa--fa: "\e0d6\e0d6"
}

.fa-flower-daffodil {
    --fa: "\f800";
    --fa--fa: "\f800\f800"
}

.fa-hand-back-point-up {
    --fa: "\e1a2";
    --fa--fa: "\e1a2\e1a2"
}

.fa-weight,
.fa-weight-scale {
    --fa: "\f496";
    --fa--fa: "\f496\f496"
}

.fa-arrow-up-to-arc {
    --fa: "\e617";
    --fa--fa: "\e617\e617"
}

.fa-star-exclamation {
    --fa: "\f2f3";
    --fa--fa: "\f2f3\f2f3"
}

.fa-books {
    --fa: "\f5db";
    --fa--fa: "\f5db\f5db"
}

.fa-user-friends,
.fa-user-group {
    --fa: "\f500";
    --fa--fa: "\f500\f500"
}

.fa-arrow-up-a-z,
.fa-sort-alpha-up {
    --fa: "\f15e";
    --fa--fa: "\f15e\f15e"
}

.fa-layer-group-plus,
.fa-layer-plus {
    --fa: "\f5ff";
    --fa--fa: "\f5ff\f5ff"
}

.fa-play-pause {
    --fa: "\e22f";
    --fa--fa: "\e22f\e22f"
}

.fa-block-question {
    --fa: "\e3dd";
    --fa--fa: "\e3dd\e3dd"
}

.fa-snooze,
.fa-zzz {
    --fa: "\f880";
    --fa--fa: "\f880\f880"
}

.fa-scanner-image {
    --fa: "\f8f3";
    --fa--fa: "\f8f3\f8f3"
}

.fa-tv-retro {
    --fa: "\f401";
    --fa--fa: "\f401\f401"
}

.fa-square-t {
    --fa: "\e280";
    --fa--fa: "\e280\e280"
}

.fa-barn-silo,
.fa-farm {
    --fa: "\f864";
    --fa--fa: "\f864\f864"
}

.fa-chess-knight {
    --fa: "\f441";
    --fa--fa: "\f441\f441"
}

.fa-bars-sort {
    --fa: "\e0ae";
    --fa--fa: "\e0ae\e0ae"
}

.fa-palette-boxes,
.fa-pallet-alt,
.fa-pallet-boxes {
    --fa: "\f483";
    --fa--fa: "\f483\f483"
}

.fa-face-laugh-squint,
.fa-laugh-squint {
    --fa: "\f59b";
    --fa--fa: "\f59b\f59b"
}

.fa-code-simple {
    --fa: "\e13d";
    --fa--fa: "\e13d\e13d"
}

.fa-bolt-slash {
    --fa: "\e0b8";
    --fa--fa: "\e0b8\e0b8"
}

.fa-panel-fire {
    --fa: "\e42f";
    --fa--fa: "\e42f\e42f"
}

.fa-binary-circle-check {
    --fa: "\e33c";
    --fa--fa: "\e33c\e33c"
}

.fa-comment-minus {
    --fa: "\f4b1";
    --fa--fa: "\f4b1\f4b1"
}

.fa-burrito {
    --fa: "\f7ed";
    --fa--fa: "\f7ed\f7ed"
}

.fa-violin {
    --fa: "\f8ed";
    --fa--fa: "\f8ed\f8ed"
}

.fa-objects-column {
    --fa: "\e3c1";
    --fa--fa: "\e3c1\e3c1"
}

.fa-chevron-square-down,
.fa-square-chevron-down {
    --fa: "\f329";
    --fa--fa: "\f329\f329"
}

.fa-comment-plus {
    --fa: "\f4b2";
    --fa--fa: "\f4b2\f4b2"
}

.fa-triangle-instrument,
.fa-triangle-music {
    --fa: "\f8e2";
    --fa--fa: "\f8e2\f8e2"
}

.fa-wheelchair {
    --fa: "\f193";
    --fa--fa: "\f193\f193"
}

.fa-user-pilot-tie {
    --fa: "\e2c1";
    --fa--fa: "\e2c1\e2c1"
}

.fa-piano-keyboard {
    --fa: "\f8d5";
    --fa--fa: "\f8d5\f8d5"
}

.fa-bed-empty {
    --fa: "\f8f9";
    --fa--fa: "\f8f9\f8f9"
}

.fa-arrow-circle-up,
.fa-circle-arrow-up {
    --fa: "\f0aa";
    --fa--fa: "\f0aa\f0aa"
}

.fa-toggle-on {
    --fa: "\f205";
    --fa--fa: "\f205\f205"
}

.fa-rectangle-portrait,
.fa-rectangle-vertical {
    --fa: "\f2fb";
    --fa--fa: "\f2fb\f2fb"
}

.fa-person-walking,
.fa-walking {
    --fa: "\f554";
    --fa--fa: "\f554\f554"
}

.fa-l {
    --fa: "\4c";
    --fa--fa: "\4c\4c"
}

.fa-signal-stream {
    --fa: "\f8dd";
    --fa--fa: "\f8dd\f8dd"
}

.fa-down-to-bracket {
    --fa: "\e4e7";
    --fa--fa: "\e4e7\e4e7"
}

.fa-circle-z {
    --fa: "\e130";
    --fa--fa: "\e130\e130"
}

.fa-stars {
    --fa: "\f762";
    --fa--fa: "\f762\f762"
}

.fa-fire {
    --fa: "\f06d";
    --fa--fa: "\f06d\f06d"
}

.fa-bed-pulse,
.fa-procedures {
    --fa: "\f487";
    --fa--fa: "\f487\f487"
}

.fa-house-day {
    --fa: "\e00e";
    --fa--fa: "\e00e\e00e"
}

.fa-shuttle-space,
.fa-space-shuttle {
    --fa: "\f197";
    --fa--fa: "\f197\f197"
}

.fa-shirt-long-sleeve {
    --fa: "\e3c7";
    --fa--fa: "\e3c7\e3c7"
}

.fa-chart-pie-alt,
.fa-chart-pie-simple {
    --fa: "\f64e";
    --fa--fa: "\f64e\f64e"
}

.fa-face-laugh,
.fa-laugh {
    --fa: "\f599";
    --fa--fa: "\f599\f599"
}

.fa-folder-open {
    --fa: "\f07c";
    --fa--fa: "\f07c\f07c"
}

.fa-album-collection-circle-user {
    --fa: "\e48f";
    --fa--fa: "\e48f\e48f"
}

.fa-candy {
    --fa: "\e3e7";
    --fa--fa: "\e3e7\e3e7"
}

.fa-bowl-hot,
.fa-soup {
    --fa: "\f823";
    --fa--fa: "\f823\f823"
}

.fa-flatbread {
    --fa: "\e40b";
    --fa--fa: "\e40b\e40b"
}

.fa-heart-circle-plus {
    --fa: "\e500";
    --fa--fa: "\e500\e500"
}

.fa-code-fork {
    --fa: "\e13b";
    --fa--fa: "\e13b\e13b"
}

.fa-city {
    --fa: "\f64f";
    --fa--fa: "\f64f\f64f"
}

.fa-signal-alt-1,
.fa-signal-bars-weak {
    --fa: "\f691";
    --fa--fa: "\f691\f691"
}

.fa-microphone-alt,
.fa-microphone-lines {
    --fa: "\f3c9";
    --fa--fa: "\f3c9\f3c9"
}

.fa-clock-twelve {
    --fa: "\e358";
    --fa--fa: "\e358\e358"
}

.fa-pepper-hot {
    --fa: "\f816";
    --fa--fa: "\f816\f816"
}

.fa-citrus-slice {
    --fa: "\e2f5";
    --fa--fa: "\e2f5\e2f5"
}

.fa-sheep {
    --fa: "\f711";
    --fa--fa: "\f711\f711"
}

.fa-unlock {
    --fa: "\f09c";
    --fa--fa: "\f09c\f09c"
}

.fa-colon-sign {
    --fa: "\e140";
    --fa--fa: "\e140\e140"
}

.fa-headset {
    --fa: "\f590";
    --fa--fa: "\f590\f590"
}

.fa-badger-honey {
    --fa: "\f6b4";
    --fa--fa: "\f6b4\f6b4"
}

.fa-h4 {
    --fa: "\f86a";
    --fa--fa: "\f86a\f86a"
}

.fa-store-slash {
    --fa: "\e071";
    --fa--fa: "\e071\e071"
}

.fa-road-circle-xmark {
    --fa: "\e566";
    --fa--fa: "\e566\e566"
}

.fa-signal-slash {
    --fa: "\f695";
    --fa--fa: "\f695\f695"
}

.fa-user-minus {
    --fa: "\f503";
    --fa--fa: "\f503\f503"
}

.fa-mars-stroke-up,
.fa-mars-stroke-v {
    --fa: "\f22a";
    --fa--fa: "\f22a\f22a"
}

.fa-champagne-glasses,
.fa-glass-cheers {
    --fa: "\f79f";
    --fa--fa: "\f79f\f79f"
}

.fa-taco {
    --fa: "\f826";
    --fa--fa: "\f826\f826"
}

.fa-hexagon-plus,
.fa-plus-hexagon {
    --fa: "\f300";
    --fa--fa: "\f300\f300"
}

.fa-clipboard {
    --fa: "\f328";
    --fa--fa: "\f328\f328"
}

.fa-house-circle-exclamation {
    --fa: "\e50a";
    --fa--fa: "\e50a\e50a"
}

.fa-file-arrow-up,
.fa-file-upload {
    --fa: "\f574";
    --fa--fa: "\f574\f574"
}

.fa-wifi,
.fa-wifi-3,
.fa-wifi-strong {
    --fa: "\f1eb";
    --fa--fa: "\f1eb\f1eb"
}

.fa-comments-alt,
.fa-messages {
    --fa: "\f4b6";
    --fa--fa: "\f4b6\f4b6"
}

.fa-bath,
.fa-bathtub {
    --fa: "\f2cd";
    --fa--fa: "\f2cd\f2cd"
}

.fa-umbrella-alt,
.fa-umbrella-simple {
    --fa: "\e2bc";
    --fa--fa: "\e2bc\e2bc"
}

.fa-rectangle-history-circle-plus {
    --fa: "\e4a3";
    --fa--fa: "\e4a3\e4a3"
}

.fa-underline {
    --fa: "\f0cd";
    --fa--fa: "\f0cd\f0cd"
}

.fa-prescription-bottle-pill {
    --fa: "\e5c0";
    --fa--fa: "\e5c0\e5c0"
}

.fa-user-edit,
.fa-user-pen {
    --fa: "\f4ff";
    --fa--fa: "\f4ff\f4ff"
}

.fa-binary-slash {
    --fa: "\e33e";
    --fa--fa: "\e33e\e33e"
}

.fa-square-o {
    --fa: "\e278";
    --fa--fa: "\e278\e278"
}

.fa-caduceus {
    --fa: "\e681";
    --fa--fa: "\e681\e681"
}

.fa-signature {
    --fa: "\f5b7";
    --fa--fa: "\f5b7\f5b7"
}

.fa-stroopwafel {
    --fa: "\f551";
    --fa--fa: "\f551\f551"
}

.fa-bold {
    --fa: "\f032";
    --fa--fa: "\f032\f032"
}

.fa-anchor-lock {
    --fa: "\e4ad";
    --fa--fa: "\e4ad\e4ad"
}

.fa-building-ngo {
    --fa: "\e4d7";
    --fa--fa: "\e4d7\e4d7"
}

.fa-transporter-3 {
    --fa: "\e045";
    --fa--fa: "\e045\e045"
}

.fa-engine-exclamation,
.fa-engine-warning {
    --fa: "\f5f2";
    --fa--fa: "\f5f2\f5f2"
}

.fa-circle-down-right {
    --fa: "\e108";
    --fa--fa: "\e108\e108"
}

.fa-square-k {
    --fa: "\e274";
    --fa--fa: "\e274\e274"
}

.fa-manat-sign {
    --fa: "\e1d5";
    --fa--fa: "\e1d5\e1d5"
}

.fa-money-check-edit,
.fa-money-check-pen {
    --fa: "\f872";
    --fa--fa: "\f872\f872"
}

.fa-not-equal {
    --fa: "\f53e";
    --fa--fa: "\f53e\f53e"
}

.fa-border-style,
.fa-border-top-left {
    --fa: "\f853";
    --fa--fa: "\f853\f853"
}

.fa-map-location-dot,
.fa-map-marked-alt {
    --fa: "\f5a0";
    --fa--fa: "\f5a0\f5a0"
}

.fa-tilde {
    --fa: "\7e";
    --fa--fa: "\7e\7e"
}

.fa-jedi {
    --fa: "\f669";
    --fa--fa: "\f669\f669"
}

.fa-poll,
.fa-square-poll-vertical {
    --fa: "\f681";
    --fa--fa: "\f681\f681"
}

.fa-arrow-down-square-triangle,
.fa-sort-shapes-down-alt {
    --fa: "\f889";
    --fa--fa: "\f889\f889"
}

.fa-mug-hot {
    --fa: "\f7b6";
    --fa--fa: "\f7b6\f7b6"
}

.fa-dog-leashed {
    --fa: "\f6d4";
    --fa--fa: "\f6d4\f6d4"
}

.fa-battery-car,
.fa-car-battery {
    --fa: "\f5df";
    --fa--fa: "\f5df\f5df"
}

.fa-face-downcast-sweat {
    --fa: "\e371";
    --fa--fa: "\e371\e371"
}

.fa-mailbox-flag-up {
    --fa: "\e5bb";
    --fa--fa: "\e5bb\e5bb"
}

.fa-memo-circle-info {
    --fa: "\e49a";
    --fa--fa: "\e49a\e49a"
}

.fa-gift {
    --fa: "\f06b";
    --fa--fa: "\f06b\f06b"
}

.fa-dice-two {
    --fa: "\f528";
    --fa--fa: "\f528\f528"
}

.fa-volume,
.fa-volume-medium {
    --fa: "\f6a8";
    --fa--fa: "\f6a8\f6a8"
}

.fa-transporter-5 {
    --fa: "\e2a6";
    --fa--fa: "\e2a6\e2a6"
}

.fa-gauge-circle-bolt {
    --fa: "\e496";
    --fa--fa: "\e496\e496"
}

.fa-coin-front {
    --fa: "\e3fc";
    --fa--fa: "\e3fc\e3fc"
}

.fa-file-slash {
    --fa: "\e3a7";
    --fa--fa: "\e3a7\e3a7"
}

.fa-message-arrow-up-right {
    --fa: "\e1dd";
    --fa--fa: "\e1dd\e1dd"
}

.fa-treasure-chest {
    --fa: "\f723";
    --fa--fa: "\f723\f723"
}

.fa-chess-queen {
    --fa: "\f445";
    --fa--fa: "\f445\f445"
}

.fa-paint-brush-alt,
.fa-paint-brush-fine,
.fa-paintbrush-alt,
.fa-paintbrush-fine {
    --fa: "\f5a9";
    --fa--fa: "\f5a9\f5a9"
}

.fa-glasses {
    --fa: "\f530";
    --fa--fa: "\f530\f530"
}

.fa-hood-cloak {
    --fa: "\f6ef";
    --fa--fa: "\f6ef\f6ef"
}

.fa-square-quote {
    --fa: "\e329";
    --fa--fa: "\e329\e329"
}

.fa-up-left {
    --fa: "\e2bd";
    --fa--fa: "\e2bd\e2bd"
}

.fa-bring-front {
    --fa: "\f857";
    --fa--fa: "\f857\f857"
}

.fa-chess-board {
    --fa: "\f43c";
    --fa--fa: "\f43c\f43c"
}

.fa-burger-cheese,
.fa-cheeseburger {
    --fa: "\f7f1";
    --fa--fa: "\f7f1\f7f1"
}

.fa-building-circle-check {
    --fa: "\e4d2";
    --fa--fa: "\e4d2\e4d2"
}

.fa-repeat-1 {
    --fa: "\f365";
    --fa--fa: "\f365\f365"
}

.fa-arrow-down-to-line,
.fa-arrow-to-bottom {
    --fa: "\f33d";
    --fa--fa: "\f33d\f33d"
}

.fa-grid-5 {
    --fa: "\e199";
    --fa--fa: "\e199\e199"
}

.fa-swap-arrows {
    --fa: "\e60a";
    --fa--fa: "\e60a\e60a"
}

.fa-right-long-to-line {
    --fa: "\e444";
    --fa--fa: "\e444\e444"
}

.fa-person-chalkboard {
    --fa: "\e53d";
    --fa--fa: "\e53d\e53d"
}

.fa-mars-stroke-h,
.fa-mars-stroke-right {
    --fa: "\f22b";
    --fa--fa: "\f22b\f22b"
}

.fa-hand-back-fist,
.fa-hand-rock {
    --fa: "\f255";
    --fa--fa: "\f255\f255"
}

.fa-grid-round-5 {
    --fa: "\e5de";
    --fa--fa: "\e5de\e5de"
}

.fa-tally,
.fa-tally-5 {
    --fa: "\f69c";
    --fa--fa: "\f69c\f69c"
}

.fa-caret-square-up,
.fa-square-caret-up {
    --fa: "\f151";
    --fa--fa: "\f151\f151"
}

.fa-cloud-showers-water {
    --fa: "\e4e4";
    --fa--fa: "\e4e4\e4e4"
}

.fa-bar-chart,
.fa-chart-bar {
    --fa: "\f080";
    --fa--fa: "\f080\f080"
}

.fa-hands-bubbles,
.fa-hands-wash {
    --fa: "\e05e";
    --fa--fa: "\e05e\e05e"
}

.fa-less-than-equal {
    --fa: "\f537";
    --fa--fa: "\f537\f537"
}

.fa-train {
    --fa: "\f238";
    --fa--fa: "\f238\f238"
}

.fa-up-from-dotted-line {
    --fa: "\e456";
    --fa--fa: "\e456\e456"
}

.fa-eye-low-vision,
.fa-low-vision {
    --fa: "\f2a8";
    --fa--fa: "\f2a8\f2a8"
}

.fa-traffic-light-go {
    --fa: "\f638";
    --fa--fa: "\f638\f638"
}

.fa-face-exhaling {
    --fa: "\e480";
    --fa--fa: "\e480\e480"
}

.fa-sensor-fire {
    --fa: "\e02a";
    --fa--fa: "\e02a\e02a"
}

.fa-user-unlock {
    --fa: "\e058";
    --fa--fa: "\e058\e058"
}

.fa-hexagon-divide {
    --fa: "\e1ad";
    --fa--fa: "\e1ad\e1ad"
}

.fa-00 {
    --fa: "\e467";
    --fa--fa: "\e467\e467"
}

.fa-crow {
    --fa: "\f520";
    --fa--fa: "\f520\f520"
}

.fa-betamax,
.fa-cassette-betamax {
    --fa: "\f8a4";
    --fa--fa: "\f8a4\f8a4"
}

.fa-sailboat {
    --fa: "\e445";
    --fa--fa: "\e445\e445"
}

.fa-window-restore {
    --fa: "\f2d2";
    --fa--fa: "\f2d2\f2d2"
}

.fa-nfc-magnifying-glass {
    --fa: "\e1f9";
    --fa--fa: "\e1f9\e1f9"
}

.fa-file-binary {
    --fa: "\e175";
    --fa--fa: "\e175\e175"
}

.fa-circle-v {
    --fa: "\e12a";
    --fa--fa: "\e12a\e12a"
}

.fa-plus-square,
.fa-square-plus {
    --fa: "\f0fe";
    --fa--fa: "\f0fe\f0fe"
}

.fa-bowl-scoops {
    --fa: "\e3df";
    --fa--fa: "\e3df\e3df"
}

.fa-mistletoe {
    --fa: "\f7b4";
    --fa--fa: "\f7b4\f7b4"
}

.fa-custard {
    --fa: "\e403";
    --fa--fa: "\e403\e403"
}

.fa-lacrosse-stick {
    --fa: "\e3b5";
    --fa--fa: "\e3b5\e3b5"
}

.fa-hockey-mask {
    --fa: "\f6ee";
    --fa--fa: "\f6ee\f6ee"
}

.fa-sunrise {
    --fa: "\f766";
    --fa--fa: "\f766\f766"
}

.fa-subtitles {
    --fa: "\e60f";
    --fa--fa: "\e60f\e60f"
}

.fa-panel-ews {
    --fa: "\e42e";
    --fa--fa: "\e42e\e42e"
}

.fa-torii-gate {
    --fa: "\f6a1";
    --fa--fa: "\f6a1\f6a1"
}

.fa-cloud-exclamation {
    --fa: "\e491";
    --fa--fa: "\e491\e491"
}

.fa-comment-alt-lines,
.fa-message-lines {
    --fa: "\f4a6";
    --fa--fa: "\f4a6\f4a6"
}

.fa-frog {
    --fa: "\f52e";
    --fa--fa: "\f52e\f52e"
}

.fa-bucket {
    --fa: "\e4cf";
    --fa--fa: "\e4cf\e4cf"
}

.fa-floppy-disk-pen {
    --fa: "\e182";
    --fa--fa: "\e182\e182"
}

.fa-image {
    --fa: "\f03e";
    --fa--fa: "\f03e\f03e"
}

.fa-window-frame {
    --fa: "\e04f";
    --fa--fa: "\e04f\e04f"
}

.fa-microphone {
    --fa: "\f130";
    --fa--fa: "\f130\f130"
}

.fa-cow {
    --fa: "\f6c8";
    --fa--fa: "\f6c8\f6c8"
}

.fa-file-zip {
    --fa: "\e5ee";
    --fa--fa: "\e5ee\e5ee"
}

.fa-square-ring {
    --fa: "\e44f";
    --fa--fa: "\e44f\e44f"
}

.fa-arrow-alt-from-top,
.fa-down-from-line {
    --fa: "\f349";
    --fa--fa: "\f349\f349"
}

.fa-caret-up {
    --fa: "\f0d8";
    --fa--fa: "\f0d8\f0d8"
}

.fa-shield-times,
.fa-shield-xmark {
    --fa: "\e24c";
    --fa--fa: "\e24c\e24c"
}

.fa-screwdriver {
    --fa: "\f54a";
    --fa--fa: "\f54a\f54a"
}

.fa-circle-sort-down,
.fa-sort-circle-down {
    --fa: "\e031";
    --fa--fa: "\e031\e031"
}

.fa-folder-closed {
    --fa: "\e185";
    --fa--fa: "\e185\e185"
}

.fa-house-tsunami {
    --fa: "\e515";
    --fa--fa: "\e515\e515"
}

.fa-square-nfi {
    --fa: "\e576";
    --fa--fa: "\e576\e576"
}

.fa-forklift {
    --fa: "\f47a";
    --fa--fa: "\f47a\f47a"
}

.fa-arrow-up-from-ground-water {
    --fa: "\e4b5";
    --fa--fa: "\e4b5\e4b5"
}

.fa-bracket-square-right {
    --fa: "\5d";
    --fa--fa: "\5d\5d"
}

.fa-glass-martini-alt,
.fa-martini-glass {
    --fa: "\f57b";
    --fa--fa: "\f57b\f57b"
}

.fa-square-binary {
    --fa: "\e69b";
    --fa--fa: "\e69b\e69b"
}

.fa-rotate-back,
.fa-rotate-backward,
.fa-rotate-left,
.fa-undo-alt {
    --fa: "\f2ea";
    --fa--fa: "\f2ea\f2ea"
}

.fa-columns,
.fa-table-columns {
    --fa: "\f0db";
    --fa--fa: "\f0db\f0db"
}

.fa-square-a {
    --fa: "\e25f";
    --fa--fa: "\e25f\e25f"
}

.fa-tick {
    --fa: "\e32f";
    --fa--fa: "\e32f\e32f"
}

.fa-lemon {
    --fa: "\f094";
    --fa--fa: "\f094\f094"
}

.fa-head-side-mask {
    --fa: "\e063";
    --fa--fa: "\e063\e063"
}

.fa-handshake {
    --fa: "\f2b5";
    --fa--fa: "\f2b5\f2b5"
}

.fa-gem {
    --fa: "\f3a5";
    --fa--fa: "\f3a5\f3a5"
}

.fa-dolly,
.fa-dolly-box {
    --fa: "\f472";
    --fa--fa: "\f472\f472"
}

.fa-smoking {
    --fa: "\f48d";
    --fa--fa: "\f48d\f48d"
}

.fa-compress-arrows-alt,
.fa-minimize {
    --fa: "\f78c";
    --fa--fa: "\f78c\f78c"
}

.fa-refrigerator {
    --fa: "\e026";
    --fa--fa: "\e026\e026"
}

.fa-monument {
    --fa: "\f5a6";
    --fa--fa: "\f5a6\f5a6"
}

.fa-octagon-xmark,
.fa-times-octagon,
.fa-xmark-octagon {
    --fa: "\f2f0";
    --fa--fa: "\f2f0\f2f0"
}

.fa-align-slash {
    --fa: "\f846";
    --fa--fa: "\f846\f846"
}

.fa-snowplow {
    --fa: "\f7d2";
    --fa--fa: "\f7d2\f7d2"
}

.fa-angle-double-right,
.fa-angles-right {
    --fa: "\f101";
    --fa--fa: "\f101\f101"
}

.fa-truck-couch,
.fa-truck-ramp-couch {
    --fa: "\f4dd";
    --fa--fa: "\f4dd\f4dd"
}

.fa-cannabis {
    --fa: "\f55f";
    --fa--fa: "\f55f\f55f"
}

.fa-circle-play,
.fa-play-circle {
    --fa: "\f144";
    --fa--fa: "\f144\f144"
}

.fa-arrow-up-right-and-arrow-down-left-from-center {
    --fa: "\e0a0";
    --fa--fa: "\e0a0\e0a0"
}

.fa-location-arrow-up {
    --fa: "\e63a";
    --fa--fa: "\e63a\e63a"
}

.fa-tablets {
    --fa: "\f490";
    --fa--fa: "\f490\f490"
}

.fa-360-degrees {
    --fa: "\e2dc";
    --fa--fa: "\e2dc\e2dc"
}

.fa-ethernet {
    --fa: "\f796";
    --fa--fa: "\f796\f796"
}

.fa-eur,
.fa-euro,
.fa-euro-sign {
    --fa: "\f153";
    --fa--fa: "\f153\f153"
}

.fa-chair {
    --fa: "\f6c0";
    --fa--fa: "\f6c0\f6c0"
}

.fa-check-circle,
.fa-circle-check {
    --fa: "\f058";
    --fa--fa: "\f058\f058"
}

.fa-square-dashed-circle-plus {
    --fa: "\e5c2";
    --fa--fa: "\e5c2\e5c2"
}

.fa-hand-holding-circle-dollar {
    --fa: "\e621";
    --fa--fa: "\e621\e621"
}

.fa-money-simple-from-bracket {
    --fa: "\e313";
    --fa--fa: "\e313\e313"
}

.fa-bat {
    --fa: "\f6b5";
    --fa--fa: "\f6b5\f6b5"
}

.fa-circle-stop,
.fa-stop-circle {
    --fa: "\f28d";
    --fa--fa: "\f28d\f28d"
}

.fa-head-side-headphones {
    --fa: "\f8c2";
    --fa--fa: "\f8c2\f8c2"
}

.fa-phone-rotary {
    --fa: "\f8d3";
    --fa--fa: "\f8d3\f8d3"
}

.fa-arrow-up-to-bracket {
    --fa: "\e66a";
    --fa--fa: "\e66a\e66a"
}

.fa-compass-drafting,
.fa-drafting-compass {
    --fa: "\f568";
    --fa--fa: "\f568\f568"
}

.fa-plate-wheat {
    --fa: "\e55a";
    --fa--fa: "\e55a\e55a"
}

.fa-calendar-circle-minus {
    --fa: "\e46f";
    --fa--fa: "\e46f\e46f"
}

.fa-chopsticks {
    --fa: "\e3f7";
    --fa--fa: "\e3f7\e3f7"
}

.fa-car-mechanic,
.fa-car-wrench {
    --fa: "\f5e3";
    --fa--fa: "\f5e3\f5e3"
}

.fa-icicles {
    --fa: "\f7ad";
    --fa--fa: "\f7ad\f7ad"
}

.fa-person-shelter {
    --fa: "\e54f";
    --fa--fa: "\e54f\e54f"
}

.fa-neuter {
    --fa: "\f22c";
    --fa--fa: "\f22c\f22c"
}

.fa-id-badge {
    --fa: "\f2c1";
    --fa--fa: "\f2c1\f2c1"
}

.fa-kazoo {
    --fa: "\f8c7";
    --fa--fa: "\f8c7\f8c7"
}

.fa-marker {
    --fa: "\f5a1";
    --fa--fa: "\f5a1\f5a1"
}

.fa-bin-bottles {
    --fa: "\e5f5";
    --fa--fa: "\e5f5\e5f5"
}

.fa-face-laugh-beam,
.fa-laugh-beam {
    --fa: "\f59a";
    --fa--fa: "\f59a\f59a"
}

.fa-square-arrow-down-left {
    --fa: "\e261";
    --fa--fa: "\e261\e261"
}

.fa-battery-bolt {
    --fa: "\f376";
    --fa--fa: "\f376\f376"
}

.fa-tree-large {
    --fa: "\f7dd";
    --fa--fa: "\f7dd\f7dd"
}

.fa-helicopter-symbol {
    --fa: "\e502";
    --fa--fa: "\e502\e502"
}

.fa-aperture {
    --fa: "\e2df";
    --fa--fa: "\e2df\e2df"
}

.fa-universal-access {
    --fa: "\f29a";
    --fa--fa: "\f29a\f29a"
}

.fa-gear-complex {
    --fa: "\e5e9";
    --fa--fa: "\e5e9\e5e9"
}

.fa-file-magnifying-glass,
.fa-file-search {
    --fa: "\f865";
    --fa--fa: "\f865\f865"
}

.fa-up-right {
    --fa: "\e2be";
    --fa--fa: "\e2be\e2be"
}

.fa-chevron-circle-up,
.fa-circle-chevron-up {
    --fa: "\f139";
    --fa--fa: "\f139\f139"
}

.fa-user-police {
    --fa: "\e333";
    --fa--fa: "\e333\e333"
}

.fa-lari-sign {
    --fa: "\e1c8";
    --fa--fa: "\e1c8\e1c8"
}

.fa-volcano {
    --fa: "\f770";
    --fa--fa: "\f770\f770"
}

.fa-teddy-bear {
    --fa: "\e3cf";
    --fa--fa: "\e3cf\e3cf"
}

.fa-stocking {
    --fa: "\f7d5";
    --fa--fa: "\f7d5\f7d5"
}

.fa-person-walking-dashed-line-arrow-right {
    --fa: "\e553";
    --fa--fa: "\e553\e553"
}

.fa-image-slash {
    --fa: "\e1b7";
    --fa--fa: "\e1b7\e1b7"
}

.fa-mask-snorkel {
    --fa: "\e3b7";
    --fa--fa: "\e3b7\e3b7"
}

.fa-smoke {
    --fa: "\f760";
    --fa--fa: "\f760\f760"
}

.fa-gbp,
.fa-pound-sign,
.fa-sterling-sign {
    --fa: "\f154";
    --fa--fa: "\f154\f154"
}

.fa-battery-exclamation {
    --fa: "\e0b0";
    --fa--fa: "\e0b0\e0b0"
}

.fa-viruses {
    --fa: "\e076";
    --fa--fa: "\e076\e076"
}

.fa-square-person-confined {
    --fa: "\e577";
    --fa--fa: "\e577\e577"
}

.fa-user-tie {
    --fa: "\f508";
    --fa--fa: "\f508\f508"
}

.fa-up-to-bracket {
    --fa: "\e66e";
    --fa--fa: "\e66e\e66e"
}

.fa-arrow-down-long,
.fa-long-arrow-down {
    --fa: "\f175";
    --fa--fa: "\f175\f175"
}

.fa-tent-arrow-down-to-line {
    --fa: "\e57e";
    --fa--fa: "\e57e\e57e"
}

.fa-certificate {
    --fa: "\f0a3";
    --fa--fa: "\f0a3\f0a3"
}

.fa-crystal-ball {
    --fa: "\e362";
    --fa--fa: "\e362\e362"
}

.fa-mail-reply-all,
.fa-reply-all {
    --fa: "\f122";
    --fa--fa: "\f122\f122"
}

.fa-suitcase {
    --fa: "\f0f2";
    --fa--fa: "\f0f2\f0f2"
}

.fa-person-skating,
.fa-skating {
    --fa: "\f7c5";
    --fa--fa: "\f7c5\f7c5"
}

.fa-star-shooting {
    --fa: "\e036";
    --fa--fa: "\e036\e036"
}

.fa-binary-lock {
    --fa: "\e33d";
    --fa--fa: "\e33d\e33d"
}

.fa-filter-circle-dollar,
.fa-funnel-dollar {
    --fa: "\f662";
    --fa--fa: "\f662\f662"
}

.fa-camera-retro {
    --fa: "\f083";
    --fa--fa: "\f083\f083"
}

.fa-arrow-circle-down,
.fa-circle-arrow-down {
    --fa: "\f0ab";
    --fa--fa: "\f0ab\f0ab"
}

.fa-comment-edit,
.fa-comment-pen {
    --fa: "\f4ae";
    --fa--fa: "\f4ae\f4ae"
}

.fa-arrow-right-to-file,
.fa-file-import {
    --fa: "\f56f";
    --fa--fa: "\f56f\f56f"
}

.fa-banjo {
    --fa: "\f8a3";
    --fa--fa: "\f8a3\f8a3"
}

.fa-external-link-square,
.fa-square-arrow-up-right {
    --fa: "\f14c";
    --fa--fa: "\f14c\f14c"
}

.fa-light-emergency-on {
    --fa: "\e420";
    --fa--fa: "\e420\e420"
}

.fa-kerning {
    --fa: "\f86f";
    --fa--fa: "\f86f\f86f"
}

.fa-box-open {
    --fa: "\f49e";
    --fa--fa: "\f49e\f49e"
}

.fa-square-f {
    --fa: "\e270";
    --fa--fa: "\e270\e270"
}

.fa-scroll {
    --fa: "\f70e";
    --fa--fa: "\f70e\f70e"
}

.fa-spa {
    --fa: "\f5bb";
    --fa--fa: "\f5bb\f5bb"
}

.fa-arrow-from-right,
.fa-arrow-left-from-line {
    --fa: "\f344";
    --fa--fa: "\f344\f344"
}

.fa-strawberry {
    --fa: "\e32b";
    --fa--fa: "\e32b\e32b"
}

.fa-location-pin-lock {
    --fa: "\e51f";
    --fa--fa: "\e51f\e51f"
}

.fa-pause {
    --fa: "\f04c";
    --fa--fa: "\f04c\f04c"
}

.fa-clock-eight-thirty {
    --fa: "\e346";
    --fa--fa: "\e346\e346"
}

.fa-plane-alt,
.fa-plane-engines {
    --fa: "\f3de";
    --fa--fa: "\f3de\f3de"
}

.fa-hill-avalanche {
    --fa: "\e507";
    --fa--fa: "\e507\e507"
}

.fa-temperature-0,
.fa-temperature-empty,
.fa-thermometer-0,
.fa-thermometer-empty {
    --fa: "\f2cb";
    --fa--fa: "\f2cb\f2cb"
}

.fa-bomb {
    --fa: "\f1e2";
    --fa--fa: "\f1e2\f1e2"
}

.fa-gauge-low,
.fa-tachometer-alt-slow {
    --fa: "\f627";
    --fa--fa: "\f627\f627"
}

.fa-registered {
    --fa: "\f25d";
    --fa--fa: "\f25d\f25d"
}

.fa-trash-can-plus {
    --fa: "\e2ac";
    --fa--fa: "\e2ac\e2ac"
}

.fa-address-card,
.fa-contact-card,
.fa-vcard {
    --fa: "\f2bb";
    --fa--fa: "\f2bb\f2bb"
}

.fa-chart-fft {
    --fa: "\e69e";
    --fa--fa: "\e69e\e69e"
}

.fa-balance-scale-right,
.fa-scale-unbalanced-flip {
    --fa: "\f516";
    --fa--fa: "\f516\f516"
}

.fa-globe-snow {
    --fa: "\f7a3";
    --fa--fa: "\f7a3\f7a3"
}

.fa-subscript {
    --fa: "\f12c";
    --fa--fa: "\f12c\f12c"
}

.fa-diamond-turn-right,
.fa-directions {
    --fa: "\f5eb";
    --fa--fa: "\f5eb\f5eb"
}

.fa-integral {
    --fa: "\f667";
    --fa--fa: "\f667\f667"
}

.fa-burst {
    --fa: "\e4dc";
    --fa--fa: "\e4dc\e4dc"
}

.fa-house-laptop,
.fa-laptop-house {
    --fa: "\e066";
    --fa--fa: "\e066\e066"
}

.fa-face-tired,
.fa-tired {
    --fa: "\f5c8";
    --fa--fa: "\f5c8\f5c8"
}

.fa-money-bills {
    --fa: "\e1f3";
    --fa--fa: "\e1f3\e1f3"
}

.fa-blinds-raised {
    --fa: "\f8fd";
    --fa--fa: "\f8fd\f8fd"
}

.fa-smog {
    --fa: "\f75f";
    --fa--fa: "\f75f\f75f"
}

.fa-ufo-beam {
    --fa: "\e048";
    --fa--fa: "\e048\e048"
}

.fa-hydra {
    --fa: "\e686";
    --fa--fa: "\e686\e686"
}

.fa-caret-circle-up,
.fa-circle-caret-up {
    --fa: "\f331";
    --fa--fa: "\f331\f331"
}

.fa-user-vneck-hair-long {
    --fa: "\e463";
    --fa--fa: "\e463\e463"
}

.fa-square-a-lock {
    --fa: "\e44d";
    --fa--fa: "\e44d\e44d"
}

.fa-crutch {
    --fa: "\f7f7";
    --fa--fa: "\f7f7\f7f7"
}

.fa-gas-pump-slash {
    --fa: "\f5f4";
    --fa--fa: "\f5f4\f5f4"
}

.fa-cloud-arrow-up,
.fa-cloud-upload,
.fa-cloud-upload-alt {
    --fa: "\f0ee";
    --fa--fa: "\f0ee\f0ee"
}

.fa-palette {
    --fa: "\f53f";
    --fa--fa: "\f53f\f53f"
}

.fa-transporter-4 {
    --fa: "\e2a5";
    --fa--fa: "\e2a5\e2a5"
}

.fa-chart-mixed-up-circle-currency {
    --fa: "\e5d8";
    --fa--fa: "\e5d8\e5d8"
}

.fa-objects-align-right {
    --fa: "\e3bf";
    --fa--fa: "\e3bf\e3bf"
}

.fa-arrows-turn-right {
    --fa: "\e4c0";
    --fa--fa: "\e4c0\e4c0"
}

.fa-vest {
    --fa: "\e085";
    --fa--fa: "\e085\e085"
}

.fa-pig {
    --fa: "\f706";
    --fa--fa: "\f706\f706"
}

.fa-inbox-full {
    --fa: "\e1ba";
    --fa--fa: "\e1ba\e1ba"
}

.fa-circle-envelope,
.fa-envelope-circle {
    --fa: "\e10c";
    --fa--fa: "\e10c\e10c"
}

.fa-construction,
.fa-triangle-person-digging {
    --fa: "\f85d";
    --fa--fa: "\f85d\f85d"
}

.fa-ferry {
    --fa: "\e4ea";
    --fa--fa: "\e4ea\e4ea"
}

.fa-bullseye-arrow {
    --fa: "\f648";
    --fa--fa: "\f648\f648"
}

.fa-arrows-down-to-people {
    --fa: "\e4b9";
    --fa--fa: "\e4b9\e4b9"
}

.fa-seedling,
.fa-sprout {
    --fa: "\f4d8";
    --fa--fa: "\f4d8\f4d8"
}

.fa-clock-seven {
    --fa: "\e350";
    --fa--fa: "\e350\e350"
}

.fa-arrows-alt-h,
.fa-left-right {
    --fa: "\f337";
    --fa--fa: "\f337\f337"
}

.fa-boxes-packing {
    --fa: "\e4c7";
    --fa--fa: "\e4c7\e4c7"
}

.fa-arrow-circle-left,
.fa-circle-arrow-left {
    --fa: "\f0a8";
    --fa--fa: "\f0a8\f0a8"
}

.fa-flashlight {
    --fa: "\f8b8";
    --fa--fa: "\f8b8\f8b8"
}

.fa-file-jpg {
    --fa: "\e646";
    --fa--fa: "\e646\e646"
}

.fa-group-arrows-rotate {
    --fa: "\e4f6";
    --fa--fa: "\e4f6\e4f6"
}

.fa-bowl-food {
    --fa: "\e4c6";
    --fa--fa: "\e4c6\e4c6"
}

.fa-square-9 {
    --fa: "\e25e";
    --fa--fa: "\e25e\e25e"
}

.fa-candy-cane {
    --fa: "\f786";
    --fa--fa: "\f786\f786"
}

.fa-arrow-down-wide-short,
.fa-sort-amount-asc,
.fa-sort-amount-down {
    --fa: "\f160";
    --fa--fa: "\f160\f160"
}

.fa-dollar-square,
.fa-square-dollar,
.fa-usd-square {
    --fa: "\f2e9";
    --fa--fa: "\f2e9\f2e9"
}

.fa-phone-arrow-right {
    --fa: "\e5be";
    --fa--fa: "\e5be\e5be"
}

.fa-hand-holding-seedling {
    --fa: "\f4bf";
    --fa--fa: "\f4bf\f4bf"
}

.fa-comment-alt-check,
.fa-message-check {
    --fa: "\f4a2";
    --fa--fa: "\f4a2\f4a2"
}

.fa-cloud-bolt,
.fa-thunderstorm {
    --fa: "\f76c";
    --fa--fa: "\f76c\f76c"
}

.fa-chart-line-up-down {
    --fa: "\e5d7";
    --fa--fa: "\e5d7\e5d7"
}

.fa-remove-format,
.fa-text-slash {
    --fa: "\f87d";
    --fa--fa: "\f87d\f87d"
}

.fa-watch {
    --fa: "\f2e1";
    --fa--fa: "\f2e1\f2e1"
}

.fa-circle-down-left {
    --fa: "\e107";
    --fa--fa: "\e107\e107"
}

.fa-text {
    --fa: "\f893";
    --fa--fa: "\f893\f893"
}

.fa-projector {
    --fa: "\f8d6";
    --fa--fa: "\f8d6\f8d6"
}

.fa-face-smile-wink,
.fa-smile-wink {
    --fa: "\f4da";
    --fa--fa: "\f4da\f4da"
}

.fa-tombstone-alt,
.fa-tombstone-blank {
    --fa: "\f721";
    --fa--fa: "\f721\f721"
}

.fa-chess-king-alt,
.fa-chess-king-piece {
    --fa: "\f440";
    --fa--fa: "\f440\f440"
}

.fa-circle-6 {
    --fa: "\e0f3";
    --fa--fa: "\e0f3\e0f3"
}

.fa-waves-sine {
    --fa: "\e65d";
    --fa--fa: "\e65d\e65d"
}

.fa-arrow-alt-left,
.fa-left {
    --fa: "\f355";
    --fa--fa: "\f355\f355"
}

.fa-file-word {
    --fa: "\f1c2";
    --fa--fa: "\f1c2\f1c2"
}

.fa-file-powerpoint {
    --fa: "\f1c4";
    --fa--fa: "\f1c4\f1c4"
}

.fa-arrow-alt-square-down,
.fa-square-down {
    --fa: "\f350";
    --fa--fa: "\f350\f350"
}

.fa-objects-align-center-vertical {
    --fa: "\e3bd";
    --fa--fa: "\e3bd\e3bd"
}

.fa-arrows-h,
.fa-arrows-left-right {
    --fa: "\f07e";
    --fa--fa: "\f07e\f07e"
}

.fa-house-lock {
    --fa: "\e510";
    --fa--fa: "\e510\e510"
}

.fa-cloud-arrow-down,
.fa-cloud-download,
.fa-cloud-download-alt {
    --fa: "\f0ed";
    --fa--fa: "\f0ed\f0ed"
}

.fa-wreath {
    --fa: "\f7e2";
    --fa--fa: "\f7e2\f7e2"
}

.fa-children {
    --fa: "\e4e1";
    --fa--fa: "\e4e1\e4e1"
}

.fa-meter-droplet {
    --fa: "\e1ea";
    --fa--fa: "\e1ea\e1ea"
}

.fa-blackboard,
.fa-chalkboard {
    --fa: "\f51b";
    --fa--fa: "\f51b\f51b"
}

.fa-user-alt-slash,
.fa-user-large-slash {
    --fa: "\f4fa";
    --fa--fa: "\f4fa\f4fa"
}

.fa-signal-4,
.fa-signal-strong {
    --fa: "\f68f";
    --fa--fa: "\f68f\f68f"
}

.fa-lollipop,
.fa-lollypop {
    --fa: "\e424";
    --fa--fa: "\e424\e424"
}

.fa-list-tree {
    --fa: "\e1d2";
    --fa--fa: "\e1d2\e1d2"
}

.fa-envelope-open {
    --fa: "\f2b6";
    --fa--fa: "\f2b6\f2b6"
}

.fa-draw-circle {
    --fa: "\f5ed";
    --fa--fa: "\f5ed\f5ed"
}

.fa-cat-space {
    --fa: "\e001";
    --fa--fa: "\e001\e001"
}

.fa-handshake-alt-slash,
.fa-handshake-simple-slash {
    --fa: "\e05f";
    --fa--fa: "\e05f\e05f"
}

.fa-rabbit-fast,
.fa-rabbit-running {
    --fa: "\f709";
    --fa--fa: "\f709\f709"
}

.fa-memo-pad {
    --fa: "\e1da";
    --fa--fa: "\e1da\e1da"
}

.fa-mattress-pillow {
    --fa: "\e525";
    --fa--fa: "\e525\e525"
}

.fa-alarm-plus {
    --fa: "\f844";
    --fa--fa: "\f844\f844"
}

.fa-alicorn {
    --fa: "\f6b0";
    --fa--fa: "\f6b0\f6b0"
}

.fa-comment-question {
    --fa: "\e14b";
    --fa--fa: "\e14b\e14b"
}

.fa-gingerbread-man {
    --fa: "\f79d";
    --fa--fa: "\f79d\f79d"
}

.fa-guarani-sign {
    --fa: "\e19a";
    --fa--fa: "\e19a\e19a"
}

.fa-burger-fries {
    --fa: "\e0cd";
    --fa--fa: "\e0cd\e0cd"
}

.fa-mug-tea {
    --fa: "\f875";
    --fa--fa: "\f875\f875"
}

.fa-border-top {
    --fa: "\f855";
    --fa--fa: "\f855\f855"
}

.fa-arrows-rotate,
.fa-refresh,
.fa-sync {
    --fa: "\f021";
    --fa--fa: "\f021\f021"
}

.fa-book-circle,
.fa-circle-book-open {
    --fa: "\e0ff";
    --fa--fa: "\e0ff\e0ff"
}

.fa-arrows-to-dotted-line {
    --fa: "\e0a6";
    --fa--fa: "\e0a6\e0a6"
}

.fa-fire-extinguisher {
    --fa: "\f134";
    --fa--fa: "\f134\f134"
}

.fa-magnifying-glass-arrows-rotate {
    --fa: "\e65e";
    --fa--fa: "\e65e\e65e"
}

.fa-garage-open {
    --fa: "\e00b";
    --fa--fa: "\e00b\e00b"
}

.fa-shelves-empty {
    --fa: "\e246";
    --fa--fa: "\e246\e246"
}

.fa-cruzeiro-sign {
    --fa: "\e152";
    --fa--fa: "\e152\e152"
}

.fa-watch-apple {
    --fa: "\e2cb";
    --fa--fa: "\e2cb\e2cb"
}

.fa-watch-calculator {
    --fa: "\f8f0";
    --fa--fa: "\f8f0\f8f0"
}

.fa-list-dropdown {
    --fa: "\e1cf";
    --fa--fa: "\e1cf\e1cf"
}

.fa-cabinet-filing {
    --fa: "\f64b";
    --fa--fa: "\f64b\f64b"
}

.fa-burger-soda {
    --fa: "\f858";
    --fa--fa: "\f858\f858"
}

.fa-arrow-square-up,
.fa-square-arrow-up {
    --fa: "\f33c";
    --fa--fa: "\f33c\f33c"
}

.fa-greater-than-equal {
    --fa: "\f532";
    --fa--fa: "\f532\f532"
}

.fa-pallet-box {
    --fa: "\e208";
    --fa--fa: "\e208\e208"
}

.fa-face-confounded {
    --fa: "\e36c";
    --fa--fa: "\e36c\e36c"
}

.fa-shield-alt,
.fa-shield-halved {
    --fa: "\f3ed";
    --fa--fa: "\f3ed\f3ed"
}

.fa-truck-plow {
    --fa: "\f7de";
    --fa--fa: "\f7de\f7de"
}

.fa-atlas,
.fa-book-atlas {
    --fa: "\f558";
    --fa--fa: "\f558\f558"
}

.fa-virus {
    --fa: "\e074";
    --fa--fa: "\e074\e074"
}

.fa-grid-round-2 {
    --fa: "\e5db";
    --fa--fa: "\e5db\e5db"
}

.fa-comment-middle-top {
    --fa: "\e14a";
    --fa--fa: "\e14a\e14a"
}

.fa-wave {
    --fa: "\e65b";
    --fa--fa: "\e65b\e65b"
}

.fa-envelope-circle-check {
    --fa: "\e4e8";
    --fa--fa: "\e4e8\e4e8"
}

.fa-layer-group {
    --fa: "\f5fd";
    --fa--fa: "\f5fd\f5fd"
}

.fa-restroom-simple {
    --fa: "\e23a";
    --fa--fa: "\e23a\e23a"
}

.fa-arrows-to-dot {
    --fa: "\e4be";
    --fa--fa: "\e4be\e4be"
}

.fa-border-outer {
    --fa: "\f851";
    --fa--fa: "\f851\f851"
}

.fa-hashtag-lock {
    --fa: "\e415";
    --fa--fa: "\e415\e415"
}

.fa-clock-two-thirty {
    --fa: "\e35b";
    --fa--fa: "\e35b\e35b"
}

.fa-archway {
    --fa: "\f557";
    --fa--fa: "\f557\f557"
}

.fa-heart-circle-check {
    --fa: "\e4fd";
    --fa--fa: "\e4fd\e4fd"
}

.fa-house-chimney-crack,
.fa-house-damage {
    --fa: "\f6f1";
    --fa--fa: "\f6f1\f6f1"
}

.fa-file-archive,
.fa-file-zipper {
    --fa: "\f1c6";
    --fa--fa: "\f1c6\f1c6"
}

.fa-ticket-perforated {
    --fa: "\e63e";
    --fa--fa: "\e63e\e63e"
}

.fa-heart-half {
    --fa: "\e1ab";
    --fa--fa: "\e1ab\e1ab"
}

.fa-comment-check {
    --fa: "\f4ac";
    --fa--fa: "\f4ac\f4ac"
}

.fa-square {
    --fa: "\f0c8";
    --fa--fa: "\f0c8\f0c8"
}

.fa-memo {
    --fa: "\e1d8";
    --fa--fa: "\e1d8\e1d8"
}

.fa-glass-martini,
.fa-martini-glass-empty {
    --fa: "\f000";
    --fa--fa: "\f000\f000"
}

.fa-couch {
    --fa: "\f4b8";
    --fa--fa: "\f4b8\f4b8"
}

.fa-cedi-sign {
    --fa: "\e0df";
    --fa--fa: "\e0df\e0df"
}

.fa-italic {
    --fa: "\f033";
    --fa--fa: "\f033\f033"
}

.fa-glass-citrus {
    --fa: "\f869";
    --fa--fa: "\f869\f869"
}

.fa-calendar-lines-pen {
    --fa: "\e472";
    --fa--fa: "\e472\e472"
}

.fa-table-cells-column-lock {
    --fa: "\e678";
    --fa--fa: "\e678\e678"
}

.fa-church {
    --fa: "\f51d";
    --fa--fa: "\f51d\f51d"
}

.fa-person-snowmobiling,
.fa-snowmobile {
    --fa: "\f7d1";
    --fa--fa: "\f7d1\f7d1"
}

.fa-face-hushed {
    --fa: "\e37b";
    --fa--fa: "\e37b\e37b"
}

.fa-comments-dollar {
    --fa: "\f653";
    --fa--fa: "\f653\f653"
}

.fa-tickets-simple {
    --fa: "\e659";
    --fa--fa: "\e659\e659"
}

.fa-pickaxe {
    --fa: "\e5bf";
    --fa--fa: "\e5bf\e5bf"
}

.fa-link-simple-slash {
    --fa: "\e1ce";
    --fa--fa: "\e1ce\e1ce"
}

.fa-democrat {
    --fa: "\f747";
    --fa--fa: "\f747\f747"
}

.fa-face-confused {
    --fa: "\e36d";
    --fa--fa: "\e36d\e36d"
}

.fa-pinball {
    --fa: "\e229";
    --fa--fa: "\e229\e229"
}

.fa-z {
    --fa: "\5a";
    --fa--fa: "\5a\5a"
}

.fa-person-skiing,
.fa-skiing {
    --fa: "\f7c9";
    --fa--fa: "\f7c9\f7c9"
}

.fa-deer {
    --fa: "\f78e";
    --fa--fa: "\f78e\f78e"
}

.fa-input-pipe {
    --fa: "\e1be";
    --fa--fa: "\e1be\e1be"
}

.fa-road-lock {
    --fa: "\e567";
    --fa--fa: "\e567\e567"
}

.fa-a {
    --fa: "\41";
    --fa--fa: "\41\41"
}

.fa-bookmark-slash {
    --fa: "\e0c2";
    --fa--fa: "\e0c2\e0c2"
}

.fa-temperature-arrow-down,
.fa-temperature-down {
    --fa: "\e03f";
    --fa--fa: "\e03f\e03f"
}

.fa-mace {
    --fa: "\f6f8";
    --fa--fa: "\f6f8\f6f8"
}

.fa-feather-alt,
.fa-feather-pointed {
    --fa: "\f56b";
    --fa--fa: "\f56b\f56b"
}

.fa-sausage {
    --fa: "\f820";
    --fa--fa: "\f820\f820"
}

.fa-trash-can-clock {
    --fa: "\e2aa";
    --fa--fa: "\e2aa\e2aa"
}

.fa-p {
    --fa: "\50";
    --fa--fa: "\50\50"
}

.fa-broom-wide {
    --fa: "\e5d1";
    --fa--fa: "\e5d1\e5d1"
}

.fa-snowflake {
    --fa: "\f2dc";
    --fa--fa: "\f2dc\f2dc"
}

.fa-stomach {
    --fa: "\f623";
    --fa--fa: "\f623\f623"
}

.fa-newspaper {
    --fa: "\f1ea";
    --fa--fa: "\f1ea\f1ea"
}

.fa-ad,
.fa-rectangle-ad {
    --fa: "\f641";
    --fa--fa: "\f641\f641"
}

.fa-guitar-electric {
    --fa: "\f8be";
    --fa--fa: "\f8be\f8be"
}

.fa-arrow-turn-down-right {
    --fa: "\e3d6";
    --fa--fa: "\e3d6\e3d6"
}

.fa-moon-cloud {
    --fa: "\f754";
    --fa--fa: "\f754\f754"
}

.fa-bread-slice-butter {
    --fa: "\e3e1";
    --fa--fa: "\e3e1\e3e1"
}

.fa-arrow-circle-right,
.fa-circle-arrow-right {
    --fa: "\f0a9";
    --fa--fa: "\f0a9\f0a9"
}

.fa-user-group-crown,
.fa-users-crown {
    --fa: "\f6a5";
    --fa--fa: "\f6a5\f6a5"
}

.fa-circle-i {
    --fa: "\e111";
    --fa--fa: "\e111\e111"
}

.fa-toilet-paper-check {
    --fa: "\e5b2";
    --fa--fa: "\e5b2\e5b2"
}

.fa-filter-circle-xmark {
    --fa: "\e17b";
    --fa--fa: "\e17b\e17b"
}

.fa-locust {
    --fa: "\e520";
    --fa--fa: "\e520\e520"
}

.fa-sort,
.fa-unsorted {
    --fa: "\f0dc";
    --fa--fa: "\f0dc\f0dc"
}

.fa-list-1-2,
.fa-list-numeric,
.fa-list-ol {
    --fa: "\f0cb";
    --fa--fa: "\f0cb\f0cb"
}

.fa-chart-waterfall {
    --fa: "\e0eb";
    --fa--fa: "\e0eb\e0eb"
}

.fa-sparkle {
    --fa: "\e5d6";
    --fa--fa: "\e5d6\e5d6"
}

.fa-face-party {
    --fa: "\e383";
    --fa--fa: "\e383\e383"
}

.fa-kidneys {
    --fa: "\f5fb";
    --fa--fa: "\f5fb\f5fb"
}

.fa-wifi-exclamation {
    --fa: "\e2cf";
    --fa--fa: "\e2cf\e2cf"
}

.fa-chart-network {
    --fa: "\f78a";
    --fa--fa: "\f78a\f78a"
}

.fa-person-dress-burst {
    --fa: "\e544";
    --fa--fa: "\e544\e544"
}

.fa-dice-d4 {
    --fa: "\f6d0";
    --fa--fa: "\f6d0\f6d0"
}

.fa-money-check-alt,
.fa-money-check-dollar {
    --fa: "\f53d";
    --fa--fa: "\f53d\f53d"
}

.fa-vector-square {
    --fa: "\f5cb";
    --fa--fa: "\f5cb\f5cb"
}

.fa-bread-slice {
    --fa: "\f7ec";
    --fa--fa: "\f7ec\f7ec"
}

.fa-language {
    --fa: "\f1ab";
    --fa--fa: "\f1ab\f1ab"
}

.fa-wheat-awn-slash {
    --fa: "\e338";
    --fa--fa: "\e338\e338"
}

.fa-face-kiss-wink-heart,
.fa-kiss-wink-heart {
    --fa: "\f598";
    --fa--fa: "\f598\f598"
}

.fa-dagger {
    --fa: "\f6cb";
    --fa--fa: "\f6cb\f6cb"
}

.fa-podium {
    --fa: "\f680";
    --fa--fa: "\f680\f680"
}

.fa-diamonds-4 {
    --fa: "\e68b";
    --fa--fa: "\e68b\e68b"
}

.fa-memo-circle-check {
    --fa: "\e1d9";
    --fa--fa: "\e1d9\e1d9"
}

.fa-route-highway {
    --fa: "\f61a";
    --fa--fa: "\f61a\f61a"
}

.fa-arrow-alt-to-bottom,
.fa-down-to-line {
    --fa: "\f34a";
    --fa--fa: "\f34a\f34a"
}

.fa-filter {
    --fa: "\f0b0";
    --fa--fa: "\f0b0\f0b0"
}

.fa-square-g {
    --fa: "\e271";
    --fa--fa: "\e271\e271"
}

.fa-circle-phone,
.fa-phone-circle {
    --fa: "\e11b";
    --fa--fa: "\e11b\e11b"
}

.fa-clipboard-prescription {
    --fa: "\f5e8";
    --fa--fa: "\f5e8\f5e8"
}

.fa-user-nurse-hair {
    --fa: "\e45d";
    --fa--fa: "\e45d\e45d"
}

.fa-question {
    --fa: "\3f";
    --fa--fa: "\3f\3f"
}

.fa-file-signature {
    --fa: "\f573";
    --fa--fa: "\f573\f573"
}

.fa-toggle-large-on {
    --fa: "\e5b1";
    --fa--fa: "\e5b1\e5b1"
}

.fa-arrows-alt,
.fa-up-down-left-right {
    --fa: "\f0b2";
    --fa--fa: "\f0b2\f0b2"
}

.fa-dryer-alt,
.fa-dryer-heat {
    --fa: "\f862";
    --fa--fa: "\f862\f862"
}

.fa-house-chimney-user {
    --fa: "\e065";
    --fa--fa: "\e065\e065"
}

.fa-hand-holding-heart {
    --fa: "\f4be";
    --fa--fa: "\f4be\f4be"
}

.fa-arrow-up-small-big,
.fa-sort-size-up-alt {
    --fa: "\f88f";
    --fa--fa: "\f88f\f88f"
}

.fa-train-track {
    --fa: "\e453";
    --fa--fa: "\e453\e453"
}

.fa-puzzle-piece {
    --fa: "\f12e";
    --fa--fa: "\f12e\f12e"
}

.fa-money-check {
    --fa: "\f53c";
    --fa--fa: "\f53c\f53c"
}

.fa-star-half-alt,
.fa-star-half-stroke {
    --fa: "\f5c0";
    --fa--fa: "\f5c0\f5c0"
}

.fa-file-exclamation {
    --fa: "\f31a";
    --fa--fa: "\f31a\f31a"
}

.fa-code {
    --fa: "\f121";
    --fa--fa: "\f121\f121"
}

.fa-glass-whiskey,
.fa-whiskey-glass {
    --fa: "\f7a0";
    --fa--fa: "\f7a0\f7a0"
}

.fa-moon-stars {
    --fa: "\f755";
    --fa--fa: "\f755\f755"
}

.fa-building-circle-exclamation {
    --fa: "\e4d3";
    --fa--fa: "\e4d3\e4d3"
}

.fa-clothes-hanger {
    --fa: "\e136";
    --fa--fa: "\e136\e136"
}

.fa-mobile-iphone,
.fa-mobile-notch {
    --fa: "\e1ee";
    --fa--fa: "\e1ee\e1ee"
}

.fa-magnifying-glass-chart {
    --fa: "\e522";
    --fa--fa: "\e522\e522"
}

.fa-arrow-up-right-from-square,
.fa-external-link {
    --fa: "\f08e";
    --fa--fa: "\f08e\f08e"
}

.fa-cubes-stacked {
    --fa: "\e4e6";
    --fa--fa: "\e4e6\e4e6"
}

.fa-images-user {
    --fa: "\e1b9";
    --fa--fa: "\e1b9\e1b9"
}

.fa-krw,
.fa-won,
.fa-won-sign {
    --fa: "\f159";
    --fa--fa: "\f159\f159"
}

.fa-image-polaroid-user {
    --fa: "\e1b6";
    --fa--fa: "\e1b6\e1b6"
}

.fa-virus-covid {
    --fa: "\e4a8";
    --fa--fa: "\e4a8\e4a8"
}

.fa-square-ellipsis {
    --fa: "\e26e";
    --fa--fa: "\e26e\e26e"
}

.fa-pie {
    --fa: "\f705";
    --fa--fa: "\f705\f705"
}

.fa-chess-knight-alt,
.fa-chess-knight-piece {
    --fa: "\f442";
    --fa--fa: "\f442\f442"
}

.fa-austral-sign {
    --fa: "\e0a9";
    --fa--fa: "\e0a9\e0a9"
}

.fa-cloud-plus {
    --fa: "\e35e";
    --fa--fa: "\e35e\e35e"
}

.fa-f {
    --fa: "\46";
    --fa--fa: "\46\46"
}

.fa-leaf {
    --fa: "\f06c";
    --fa--fa: "\f06c\f06c"
}

.fa-bed-bunk {
    --fa: "\f8f8";
    --fa--fa: "\f8f8\f8f8"
}

.fa-road {
    --fa: "\f018";
    --fa--fa: "\f018\f018"
}

.fa-cab,
.fa-taxi {
    --fa: "\f1ba";
    --fa--fa: "\f1ba\f1ba"
}

.fa-person-circle-plus {
    --fa: "\e541";
    --fa--fa: "\e541\e541"
}

.fa-chart-pie,
.fa-pie-chart {
    --fa: "\f200";
    --fa--fa: "\f200\f200"
}

.fa-bolt-lightning {
    --fa: "\e0b7";
    --fa--fa: "\e0b7\e0b7"
}

.fa-clock-eight {
    --fa: "\e345";
    --fa--fa: "\e345\e345"
}

.fa-sack-xmark {
    --fa: "\e56a";
    --fa--fa: "\e56a\e56a"
}

.fa-file-xls {
    --fa: "\e64d";
    --fa--fa: "\e64d\e64d"
}

.fa-file-excel {
    --fa: "\f1c3";
    --fa--fa: "\f1c3\f1c3"
}

.fa-file-contract {
    --fa: "\f56c";
    --fa--fa: "\f56c\f56c"
}

.fa-fish-fins {
    --fa: "\e4f2";
    --fa--fa: "\e4f2\e4f2"
}

.fa-circle-q {
    --fa: "\e11e";
    --fa--fa: "\e11e\e11e"
}

.fa-building-flag {
    --fa: "\e4d5";
    --fa--fa: "\e4d5\e4d5"
}

.fa-face-grin-beam,
.fa-grin-beam {
    --fa: "\f582";
    --fa--fa: "\f582\f582"
}

.fa-object-ungroup {
    --fa: "\f248";
    --fa--fa: "\f248\f248"
}

.fa-face-disguise {
    --fa: "\e370";
    --fa--fa: "\e370\e370"
}

.fa-circle-arrow-down-right {
    --fa: "\e0fa";
    --fa--fa: "\e0fa\e0fa"
}

.fa-alien-8bit,
.fa-alien-monster {
    --fa: "\f8f6";
    --fa--fa: "\f8f6\f8f6"
}

.fa-hand-point-ribbon {
    --fa: "\e1a6";
    --fa--fa: "\e1a6\e1a6"
}

.fa-poop {
    --fa: "\f619";
    --fa--fa: "\f619\f619"
}

.fa-object-exclude {
    --fa: "\e49c";
    --fa--fa: "\e49c\e49c"
}

.fa-telescope {
    --fa: "\e03e";
    --fa--fa: "\e03e\e03e"
}

.fa-location-pin,
.fa-map-marker {
    --fa: "\f041";
    --fa--fa: "\f041\f041"
}

.fa-square-list {
    --fa: "\e489";
    --fa--fa: "\e489\e489"
}

.fa-kaaba {
    --fa: "\f66b";
    --fa--fa: "\f66b\f66b"
}

.fa-toilet-paper {
    --fa: "\f71e";
    --fa--fa: "\f71e\f71e"
}

.fa-hard-hat,
.fa-hat-hard,
.fa-helmet-safety {
    --fa: "\f807";
    --fa--fa: "\f807\f807"
}

.fa-comment-code {
    --fa: "\e147";
    --fa--fa: "\e147\e147"
}

.fa-sim-cards {
    --fa: "\e251";
    --fa--fa: "\e251\e251"
}

.fa-starship {
    --fa: "\e039";
    --fa--fa: "\e039\e039"
}

.fa-eject {
    --fa: "\f052";
    --fa--fa: "\f052\f052"
}

.fa-arrow-alt-circle-right,
.fa-circle-right {
    --fa: "\f35a";
    --fa--fa: "\f35a\f35a"
}

.fa-plane-circle-check {
    --fa: "\e555";
    --fa--fa: "\e555\e555"
}

.fa-seal {
    --fa: "\e241";
    --fa--fa: "\e241\e241"
}

.fa-user-cowboy {
    --fa: "\f8ea";
    --fa--fa: "\f8ea\f8ea"
}

.fa-hexagon-vertical-nft {
    --fa: "\e505";
    --fa--fa: "\e505\e505"
}

.fa-face-rolling-eyes,
.fa-meh-rolling-eyes {
    --fa: "\f5a5";
    --fa--fa: "\f5a5\f5a5"
}

.fa-bread-loaf {
    --fa: "\f7eb";
    --fa--fa: "\f7eb\f7eb"
}

.fa-rings-wedding {
    --fa: "\f81b";
    --fa--fa: "\f81b\f81b"
}

.fa-object-group {
    --fa: "\f247";
    --fa--fa: "\f247\f247"
}

.fa-french-fries {
    --fa: "\f803";
    --fa--fa: "\f803\f803"
}

.fa-chart-line,
.fa-line-chart {
    --fa: "\f201";
    --fa--fa: "\f201\f201"
}

.fa-calendar-arrow-down,
.fa-calendar-download {
    --fa: "\e0d0";
    --fa--fa: "\e0d0\e0d0"
}

.fa-send-back {
    --fa: "\f87e";
    --fa--fa: "\f87e\f87e"
}

.fa-mask-ventilator {
    --fa: "\e524";
    --fa--fa: "\e524\e524"
}

.fa-tickets {
    --fa: "\e658";
    --fa--fa: "\e658\e658"
}

.fa-signature-lock {
    --fa: "\e3ca";
    --fa--fa: "\e3ca\e3ca"
}

.fa-arrow-right {
    --fa: "\f061";
    --fa--fa: "\f061\f061"
}

.fa-map-signs,
.fa-signs-post {
    --fa: "\f277";
    --fa--fa: "\f277\f277"
}

.fa-octagon-plus,
.fa-plus-octagon {
    --fa: "\f301";
    --fa--fa: "\f301\f301"
}

.fa-cash-register {
    --fa: "\f788";
    --fa--fa: "\f788\f788"
}

.fa-person-circle-question {
    --fa: "\e542";
    --fa--fa: "\e542\e542"
}

.fa-melon-slice {
    --fa: "\e311";
    --fa--fa: "\e311\e311"
}

.fa-space-station-moon {
    --fa: "\e033";
    --fa--fa: "\e033\e033"
}

.fa-comment-alt-smile,
.fa-message-smile {
    --fa: "\f4aa";
    --fa--fa: "\f4aa\f4aa"
}

.fa-cup-straw {
    --fa: "\e363";
    --fa--fa: "\e363\e363"
}

.fa-arrow-alt-from-right,
.fa-left-from-line {
    --fa: "\f348";
    --fa--fa: "\f348\f348"
}

.fa-h {
    --fa: "\48";
    --fa--fa: "\48\48"
}

.fa-basket-shopping-simple,
.fa-shopping-basket-alt {
    --fa: "\e0af";
    --fa--fa: "\e0af\e0af"
}

.fa-hands-heart,
.fa-hands-holding-heart {
    --fa: "\f4c3";
    --fa--fa: "\f4c3\f4c3"
}

.fa-clock-nine {
    --fa: "\e34c";
    --fa--fa: "\e34c\e34c"
}

.fa-hammer-brush {
    --fa: "\e620";
    --fa--fa: "\e620\e620"
}

.fa-tarp {
    --fa: "\e57b";
    --fa--fa: "\e57b\e57b"
}

.fa-face-sleepy {
    --fa: "\e38e";
    --fa--fa: "\e38e\e38e"
}

.fa-hand-horns {
    --fa: "\e1a9";
    --fa--fa: "\e1a9\e1a9"
}

.fa-screwdriver-wrench,
.fa-tools {
    --fa: "\f7d9";
    --fa--fa: "\f7d9\f7d9"
}

.fa-arrows-to-eye {
    --fa: "\e4bf";
    --fa--fa: "\e4bf\e4bf"
}

.fa-circle-three-quarters {
    --fa: "\e125";
    --fa--fa: "\e125\e125"
}

.fa-trophy-alt,
.fa-trophy-star {
    --fa: "\f2eb";
    --fa--fa: "\f2eb\f2eb"
}

.fa-plug-circle-bolt {
    --fa: "\e55b";
    --fa--fa: "\e55b\e55b"
}

.fa-face-thermometer {
    --fa: "\e39a";
    --fa--fa: "\e39a\e39a"
}

.fa-grid-round-4 {
    --fa: "\e5dd";
    --fa--fa: "\e5dd\e5dd"
}

.fa-sign-posts-wrench {
    --fa: "\e626";
    --fa--fa: "\e626\e626"
}

.fa-shirt-running {
    --fa: "\e3c8";
    --fa--fa: "\e3c8\e3c8"
}

.fa-book-circle-arrow-up {
    --fa: "\e0bd";
    --fa--fa: "\e0bd\e0bd"
}

.fa-face-nauseated {
    --fa: "\e381";
    --fa--fa: "\e381\e381"
}

.fa-heart {
    --fa: "\f004";
    --fa--fa: "\f004\f004"
}

.fa-file-chart-pie {
    --fa: "\f65a";
    --fa--fa: "\f65a\f65a"
}

.fa-mars-and-venus {
    --fa: "\f224";
    --fa--fa: "\f224\f224"
}

.fa-home-user,
.fa-house-user {
    --fa: "\e1b0";
    --fa--fa: "\e1b0\e1b0"
}

.fa-circle-arrow-down-left {
    --fa: "\e0f9";
    --fa--fa: "\e0f9\e0f9"
}

.fa-dumpster-fire {
    --fa: "\f794";
    --fa--fa: "\f794\f794"
}

.fa-hexagon-minus,
.fa-minus-hexagon {
    --fa: "\f307";
    --fa--fa: "\f307\f307"
}

.fa-arrow-alt-to-left,
.fa-left-to-line {
    --fa: "\f34b";
    --fa--fa: "\f34b\f34b"
}

.fa-house-crack {
    --fa: "\e3b1";
    --fa--fa: "\e3b1\e3b1"
}

.fa-paw-alt,
.fa-paw-simple {
    --fa: "\f701";
    --fa--fa: "\f701\f701"
}

.fa-arrow-left-long-to-line {
    --fa: "\e3d4";
    --fa--fa: "\e3d4\e3d4"
}

.fa-brackets-round,
.fa-parentheses {
    --fa: "\e0c5";
    --fa--fa: "\e0c5\e0c5"
}

.fa-cocktail,
.fa-martini-glass-citrus {
    --fa: "\f561";
    --fa--fa: "\f561\f561"
}

.fa-user-shakespeare {
    --fa: "\e2c2";
    --fa--fa: "\e2c2\e2c2"
}

.fa-arrow-right-to-arc {
    --fa: "\e4b2";
    --fa--fa: "\e4b2\e4b2"
}

.fa-face-surprise,
.fa-surprise {
    --fa: "\f5c2";
    --fa--fa: "\f5c2\f5c2"
}

.fa-bottle-water {
    --fa: "\e4c5";
    --fa--fa: "\e4c5\e4c5"
}

.fa-circle-pause,
.fa-pause-circle {
    --fa: "\f28b";
    --fa--fa: "\f28b\f28b"
}

.fa-gauge-circle-plus {
    --fa: "\e498";
    --fa--fa: "\e498\e498"
}

.fa-folders {
    --fa: "\f660";
    --fa--fa: "\f660\f660"
}

.fa-angel {
    --fa: "\f779";
    --fa--fa: "\f779\f779"
}

.fa-value-absolute {
    --fa: "\f6a6";
    --fa--fa: "\f6a6\f6a6"
}

.fa-rabbit {
    --fa: "\f708";
    --fa--fa: "\f708\f708"
}

.fa-toilet-paper-slash {
    --fa: "\e072";
    --fa--fa: "\e072\e072"
}

.fa-circle-euro {
    --fa: "\e5ce";
    --fa--fa: "\e5ce\e5ce"
}

.fa-apple-alt,
.fa-apple-whole {
    --fa: "\f5d1";
    --fa--fa: "\f5d1\f5d1"
}

.fa-kitchen-set {
    --fa: "\e51a";
    --fa--fa: "\e51a\e51a"
}

.fa-diamond-half {
    --fa: "\e5b7";
    --fa--fa: "\e5b7\e5b7"
}

.fa-lock-alt,
.fa-lock-keyhole {
    --fa: "\f30d";
    --fa--fa: "\f30d\f30d"
}

.fa-r {
    --fa: "\52";
    --fa--fa: "\52\52"
}

.fa-temperature-1,
.fa-temperature-quarter,
.fa-thermometer-1,
.fa-thermometer-quarter {
    --fa: "\f2ca";
    --fa--fa: "\f2ca\f2ca"
}

.fa-info-square,
.fa-square-info {
    --fa: "\f30f";
    --fa--fa: "\f30f\f30f"
}

.fa-wifi-slash {
    --fa: "\f6ac";
    --fa--fa: "\f6ac\f6ac"
}

.fa-toilet-paper-xmark {
    --fa: "\e5b3";
    --fa--fa: "\e5b3\e5b3"
}

.fa-hands-holding-dollar,
.fa-hands-usd {
    --fa: "\f4c5";
    --fa--fa: "\f4c5\f4c5"
}

.fa-cube {
    --fa: "\f1b2";
    --fa--fa: "\f1b2\f1b2"
}

.fa-arrow-down-triangle-square,
.fa-sort-shapes-down {
    --fa: "\f888";
    --fa--fa: "\f888\f888"
}

.fa-bitcoin-sign {
    --fa: "\e0b4";
    --fa--fa: "\e0b4\e0b4"
}

.fa-shutters {
    --fa: "\e449";
    --fa--fa: "\e449\e449"
}

.fa-shield-dog {
    --fa: "\e573";
    --fa--fa: "\e573\e573"
}

.fa-solar-panel {
    --fa: "\f5ba";
    --fa--fa: "\f5ba\f5ba"
}

.fa-lock-open {
    --fa: "\f3c1";
    --fa--fa: "\f3c1\f3c1"
}

.fa-table-tree {
    --fa: "\e293";
    --fa--fa: "\e293\e293"
}

.fa-house-chimney-heart {
    --fa: "\e1b2";
    --fa--fa: "\e1b2\e1b2"
}

.fa-tally-3 {
    --fa: "\e296";
    --fa--fa: "\e296\e296"
}

.fa-elevator {
    --fa: "\e16d";
    --fa--fa: "\e16d\e16d"
}

.fa-money-bill-transfer {
    --fa: "\e528";
    --fa--fa: "\e528\e528"
}

.fa-money-bill-trend-up {
    --fa: "\e529";
    --fa--fa: "\e529\e529"
}

.fa-house-flood-water-circle-arrow-right {
    --fa: "\e50f";
    --fa--fa: "\e50f\e50f"
}

.fa-poll-h,
.fa-square-poll-horizontal {
    --fa: "\f682";
    --fa--fa: "\f682\f682"
}

.fa-circle {
    --fa: "\f111";
    --fa--fa: "\f111\f111"
}

.fa-left-to-bracket {
    --fa: "\e66d";
    --fa--fa: "\e66d\e66d"
}

.fa-cart-circle-exclamation {
    --fa: "\e3f2";
    --fa--fa: "\e3f2\e3f2"
}

.fa-sword {
    --fa: "\f71c";
    --fa--fa: "\f71c\f71c"
}

.fa-backward-fast,
.fa-fast-backward {
    --fa: "\f049";
    --fa--fa: "\f049\f049"
}

.fa-recycle {
    --fa: "\f1b8";
    --fa--fa: "\f1b8\f1b8"
}

.fa-user-astronaut {
    --fa: "\f4fb";
    --fa--fa: "\f4fb\f4fb"
}

.fa-interrobang {
    --fa: "\e5ba";
    --fa--fa: "\e5ba\e5ba"
}

.fa-plane-slash {
    --fa: "\e069";
    --fa--fa: "\e069\e069"
}

.fa-circle-dashed {
    --fa: "\e105";
    --fa--fa: "\e105\e105"
}

.fa-trademark {
    --fa: "\f25c";
    --fa--fa: "\f25c\f25c"
}

.fa-basketball,
.fa-basketball-ball {
    --fa: "\f434";
    --fa--fa: "\f434\f434"
}

.fa-fork-knife,
.fa-utensils-alt {
    --fa: "\f2e6";
    --fa--fa: "\f2e6\f2e6"
}

.fa-satellite-dish {
    --fa: "\f7c0";
    --fa--fa: "\f7c0\f7c0"
}

.fa-badge-check {
    --fa: "\f336";
    --fa--fa: "\f336\f336"
}

.fa-arrow-alt-circle-up,
.fa-circle-up {
    --fa: "\f35b";
    --fa--fa: "\f35b\f35b"
}

.fa-slider {
    --fa: "\e252";
    --fa--fa: "\e252\e252"
}

.fa-mobile-alt,
.fa-mobile-screen-button {
    --fa: "\f3cd";
    --fa--fa: "\f3cd\f3cd"
}

.fa-clock-one-thirty {
    --fa: "\e34f";
    --fa--fa: "\e34f\e34f"
}

.fa-inbox-arrow-up,
.fa-inbox-out {
    --fa: "\f311";
    --fa--fa: "\f311\f311"
}

.fa-cloud-slash {
    --fa: "\e137";
    --fa--fa: "\e137\e137"
}

.fa-volume-high,
.fa-volume-up {
    --fa: "\f028";
    --fa--fa: "\f028\f028"
}

.fa-users-rays {
    --fa: "\e593";
    --fa--fa: "\e593\e593"
}

.fa-wallet {
    --fa: "\f555";
    --fa--fa: "\f555\f555"
}

.fa-octagon-check {
    --fa: "\e426";
    --fa--fa: "\e426\e426"
}

.fa-flatbread-stuffed {
    --fa: "\e40c";
    --fa--fa: "\e40c\e40c"
}

.fa-clipboard-check {
    --fa: "\f46c";
    --fa--fa: "\f46c\f46c"
}

.fa-cart-circle-plus {
    --fa: "\e3f3";
    --fa--fa: "\e3f3\e3f3"
}

.fa-shipping-timed,
.fa-truck-clock {
    --fa: "\f48c";
    --fa--fa: "\f48c\f48c"
}

.fa-pool-8-ball {
    --fa: "\e3c5";
    --fa--fa: "\e3c5\e3c5"
}

.fa-file-audio {
    --fa: "\f1c7";
    --fa--fa: "\f1c7\f1c7"
}

.fa-turn-down-left {
    --fa: "\e331";
    --fa--fa: "\e331\e331"
}

.fa-lock-hashtag {
    --fa: "\e423";
    --fa--fa: "\e423\e423"
}

.fa-chart-radar {
    --fa: "\e0e7";
    --fa--fa: "\e0e7\e0e7"
}

.fa-staff {
    --fa: "\f71b";
    --fa--fa: "\f71b\f71b"
}

.fa-burger,
.fa-hamburger {
    --fa: "\f805";
    --fa--fa: "\f805\f805"
}

.fa-utility-pole {
    --fa: "\e2c3";
    --fa--fa: "\e2c3\e2c3"
}

.fa-transporter-6 {
    --fa: "\e2a7";
    --fa--fa: "\e2a7\e2a7"
}

.fa-arrow-turn-left {
    --fa: "\e632";
    --fa--fa: "\e632\e632"
}

.fa-wrench {
    --fa: "\f0ad";
    --fa--fa: "\f0ad\f0ad"
}

.fa-bugs {
    --fa: "\e4d0";
    --fa--fa: "\e4d0\e4d0"
}

.fa-vector-polygon {
    --fa: "\e2c7";
    --fa--fa: "\e2c7\e2c7"
}

.fa-diagram-nested {
    --fa: "\e157";
    --fa--fa: "\e157\e157"
}

.fa-rupee,
.fa-rupee-sign {
    --fa: "\f156";
    --fa--fa: "\f156\f156"
}

.fa-file-image {
    --fa: "\f1c5";
    --fa--fa: "\f1c5\f1c5"
}

.fa-circle-question,
.fa-question-circle {
    --fa: "\f059";
    --fa--fa: "\f059\f059"
}

.fa-tickets-perforated {
    --fa: "\e63f";
    --fa--fa: "\e63f\e63f"
}

.fa-image-user {
    --fa: "\e1b8";
    --fa--fa: "\e1b8\e1b8"
}

.fa-buoy {
    --fa: "\e5b5";
    --fa--fa: "\e5b5\e5b5"
}

.fa-plane-departure {
    --fa: "\f5b0";
    --fa--fa: "\f5b0\f5b0"
}

.fa-handshake-slash {
    --fa: "\e060";
    --fa--fa: "\e060\e060"
}

.fa-book-bookmark {
    --fa: "\e0bb";
    --fa--fa: "\e0bb\e0bb"
}

.fa-border-center-h {
    --fa: "\f89c";
    --fa--fa: "\f89c\f89c"
}

.fa-can-food {
    --fa: "\e3e6";
    --fa--fa: "\e3e6\e3e6"
}

.fa-typewriter {
    --fa: "\f8e7";
    --fa--fa: "\f8e7\f8e7"
}

.fa-arrow-right-from-arc {
    --fa: "\e4b1";
    --fa--fa: "\e4b1\e4b1"
}

.fa-circle-k {
    --fa: "\e113";
    --fa--fa: "\e113\e113"
}

.fa-face-hand-over-mouth {
    --fa: "\e378";
    --fa--fa: "\e378\e378"
}

.fa-popcorn {
    --fa: "\f819";
    --fa--fa: "\f819\f819"
}

.fa-house-flood,
.fa-house-water {
    --fa: "\f74f";
    --fa--fa: "\f74f\f74f"
}

.fa-object-subtract {
    --fa: "\e49e";
    --fa--fa: "\e49e\e49e"
}

.fa-code-branch {
    --fa: "\f126";
    --fa--fa: "\f126\f126"
}

.fa-warehouse-alt,
.fa-warehouse-full {
    --fa: "\f495";
    --fa--fa: "\f495\f495"
}

.fa-hat-cowboy {
    --fa: "\f8c0";
    --fa--fa: "\f8c0\f8c0"
}

.fa-bridge {
    --fa: "\e4c8";
    --fa--fa: "\e4c8\e4c8"
}

.fa-phone-alt,
.fa-phone-flip {
    --fa: "\f879";
    --fa--fa: "\f879\f879"
}

.fa-arrow-down-from-dotted-line {
    --fa: "\e090";
    --fa--fa: "\e090\e090"
}

.fa-file-doc {
    --fa: "\e5ed";
    --fa--fa: "\e5ed\e5ed"
}

.fa-square-quarters {
    --fa: "\e44e";
    --fa--fa: "\e44e\e44e"
}

.fa-truck-front {
    --fa: "\e2b7";
    --fa--fa: "\e2b7\e2b7"
}

.fa-cat {
    --fa: "\f6be";
    --fa--fa: "\f6be\f6be"
}

.fa-trash-xmark {
    --fa: "\e2b4";
    --fa--fa: "\e2b4\e2b4"
}

.fa-caret-circle-left,
.fa-circle-caret-left {
    --fa: "\f32e";
    --fa--fa: "\f32e\f32e"
}

.fa-files {
    --fa: "\e178";
    --fa--fa: "\e178\e178"
}

.fa-anchor-circle-exclamation {
    --fa: "\e4ab";
    --fa--fa: "\e4ab\e4ab"
}

.fa-face-clouds {
    --fa: "\e47d";
    --fa--fa: "\e47d\e47d"
}

.fa-user-crown {
    --fa: "\f6a4";
    --fa--fa: "\f6a4\f6a4"
}

.fa-basket-shopping-plus {
    --fa: "\e653";
    --fa--fa: "\e653\e653"
}

.fa-truck-field {
    --fa: "\e58d";
    --fa--fa: "\e58d\e58d"
}

.fa-route {
    --fa: "\f4d7";
    --fa--fa: "\f4d7\f4d7"
}

.fa-cart-circle-check {
    --fa: "\e3f1";
    --fa--fa: "\e3f1\e3f1"
}

.fa-clipboard-question {
    --fa: "\e4e3";
    --fa--fa: "\e4e3\e4e3"
}

.fa-panorama {
    --fa: "\e209";
    --fa--fa: "\e209\e209"
}

.fa-comment-medical {
    --fa: "\f7f5";
    --fa--fa: "\f7f5\f7f5"
}

.fa-teeth-open {
    --fa: "\f62f";
    --fa--fa: "\f62f\f62f"
}

.fa-user-tie-hair-long {
    --fa: "\e460";
    --fa--fa: "\e460\e460"
}

.fa-file-circle-minus {
    --fa: "\e4ed";
    --fa--fa: "\e4ed\e4ed"
}

.fa-head-side-medical {
    --fa: "\f809";
    --fa--fa: "\f809\f809"
}

.fa-arrow-turn-right {
    --fa: "\e635";
    --fa--fa: "\e635\e635"
}

.fa-tags {
    --fa: "\f02c";
    --fa--fa: "\f02c\f02c"
}

.fa-wine-glass {
    --fa: "\f4e3";
    --fa--fa: "\f4e3\f4e3"
}

.fa-fast-forward,
.fa-forward-fast {
    --fa: "\f050";
    --fa--fa: "\f050\f050"
}

.fa-face-meh-blank,
.fa-meh-blank {
    --fa: "\f5a4";
    --fa--fa: "\f5a4\f5a4"
}

.fa-user-robot {
    --fa: "\e04b";
    --fa--fa: "\e04b\e04b"
}

.fa-parking,
.fa-square-parking {
    --fa: "\f540";
    --fa--fa: "\f540\f540"
}

.fa-card-diamond {
    --fa: "\e3ea";
    --fa--fa: "\e3ea\e3ea"
}

.fa-face-zipper {
    --fa: "\e3a5";
    --fa--fa: "\e3a5\e3a5"
}

.fa-face-raised-eyebrow {
    --fa: "\e388";
    --fa--fa: "\e388\e388"
}

.fa-house-signal {
    --fa: "\e012";
    --fa--fa: "\e012\e012"
}

.fa-chevron-square-up,
.fa-square-chevron-up {
    --fa: "\f32c";
    --fa--fa: "\f32c\f32c"
}

.fa-bars-progress,
.fa-tasks-alt {
    --fa: "\f828";
    --fa--fa: "\f828\f828"
}

.fa-faucet-drip {
    --fa: "\e006";
    --fa--fa: "\e006\e006"
}

.fa-arrows-to-line {
    --fa: "\e0a7";
    --fa--fa: "\e0a7\e0a7"
}

.fa-dolphin {
    --fa: "\e168";
    --fa--fa: "\e168\e168"
}

.fa-arrow-up-right {
    --fa: "\e09f";
    --fa--fa: "\e09f\e09f"
}

.fa-circle-r {
    --fa: "\e120";
    --fa--fa: "\e120\e120"
}

.fa-cart-flatbed,
.fa-dolly-flatbed {
    --fa: "\f474";
    --fa--fa: "\f474\f474"
}

.fa-ban-smoking,
.fa-smoking-ban {
    --fa: "\f54d";
    --fa--fa: "\f54d\f54d"
}

.fa-circle-sort-up,
.fa-sort-circle-up {
    --fa: "\e032";
    --fa--fa: "\e032\e032"
}

.fa-terminal {
    --fa: "\f120";
    --fa--fa: "\f120\f120"
}

.fa-mobile-button {
    --fa: "\f10b";
    --fa--fa: "\f10b\f10b"
}

.fa-house-medical-flag {
    --fa: "\e514";
    --fa--fa: "\e514\e514"
}

.fa-basket-shopping,
.fa-shopping-basket {
    --fa: "\f291";
    --fa--fa: "\f291\f291"
}

.fa-tape {
    --fa: "\f4db";
    --fa--fa: "\f4db\f4db"
}

.fa-chestnut {
    --fa: "\e3f6";
    --fa--fa: "\e3f6\e3f6"
}

.fa-bus-alt,
.fa-bus-simple {
    --fa: "\f55e";
    --fa--fa: "\f55e\f55e"
}

.fa-eye {
    --fa: "\f06e";
    --fa--fa: "\f06e\f06e"
}

.fa-face-sad-cry,
.fa-sad-cry {
    --fa: "\f5b3";
    --fa--fa: "\f5b3\f5b3"
}

.fa-heat {
    --fa: "\e00c";
    --fa--fa: "\e00c\e00c"
}

.fa-ticket-airline,
.fa-ticket-perforated-plane,
.fa-ticket-plane {
    --fa: "\e29a";
    --fa--fa: "\e29a\e29a"
}

.fa-boot-heeled {
    --fa: "\e33f";
    --fa--fa: "\e33f\e33f"
}

.fa-arrows-minimize,
.fa-compress-arrows {
    --fa: "\e0a5";
    --fa--fa: "\e0a5\e0a5"
}

.fa-audio-description {
    --fa: "\f29e";
    --fa--fa: "\f29e\f29e"
}

.fa-person-military-to-person {
    --fa: "\e54c";
    --fa--fa: "\e54c\e54c"
}

.fa-file-shield {
    --fa: "\e4f0";
    --fa--fa: "\e4f0\e4f0"
}

.fa-hexagon {
    --fa: "\f312";
    --fa--fa: "\f312\f312"
}

.fa-manhole {
    --fa: "\e1d6";
    --fa--fa: "\e1d6\e1d6"
}

.fa-user-slash {
    --fa: "\f506";
    --fa--fa: "\f506\f506"
}

.fa-pen {
    --fa: "\f304";
    --fa--fa: "\f304\f304"
}

.fa-tower-observation {
    --fa: "\e586";
    --fa--fa: "\e586\e586"
}

.fa-floppy-disks {
    --fa: "\e183";
    --fa--fa: "\e183\e183"
}

.fa-toilet-paper-blank-under,
.fa-toilet-paper-reverse-alt {
    --fa: "\e29f";
    --fa--fa: "\e29f\e29f"
}

.fa-file-code {
    --fa: "\f1c9";
    --fa--fa: "\f1c9\f1c9"
}

.fa-signal,
.fa-signal-5,
.fa-signal-perfect {
    --fa: "\f012";
    --fa--fa: "\f012\f012"
}

.fa-pump {
    --fa: "\e442";
    --fa--fa: "\e442\e442"
}

.fa-bus {
    --fa: "\f207";
    --fa--fa: "\f207\f207"
}

.fa-heart-circle-xmark {
    --fa: "\e501";
    --fa--fa: "\e501\e501"
}

.fa-arrow-up-left-from-circle {
    --fa: "\e09e";
    --fa--fa: "\e09e\e09e"
}

.fa-home-lg,
.fa-house-chimney {
    --fa: "\e3af";
    --fa--fa: "\e3af\e3af"
}

.fa-window-maximize {
    --fa: "\f2d0";
    --fa--fa: "\f2d0\f2d0"
}

.fa-dryer {
    --fa: "\f861";
    --fa--fa: "\f861\f861"
}

.fa-face-frown,
.fa-frown {
    --fa: "\f119";
    --fa--fa: "\f119\f119"
}

.fa-chess-bishop-alt,
.fa-chess-bishop-piece {
    --fa: "\f43b";
    --fa--fa: "\f43b\f43b"
}

.fa-shirt-tank-top {
    --fa: "\e3c9";
    --fa--fa: "\e3c9\e3c9"
}

.fa-diploma,
.fa-scroll-ribbon {
    --fa: "\f5ea";
    --fa--fa: "\f5ea\f5ea"
}

.fa-screencast {
    --fa: "\e23e";
    --fa--fa: "\e23e\e23e"
}

.fa-walker {
    --fa: "\f831";
    --fa--fa: "\f831\f831"
}

.fa-prescription {
    --fa: "\f5b1";
    --fa--fa: "\f5b1\f5b1"
}

.fa-shop,
.fa-store-alt {
    --fa: "\f54f";
    --fa--fa: "\f54f\f54f"
}

.fa-floppy-disk,
.fa-save {
    --fa: "\f0c7";
    --fa--fa: "\f0c7\f0c7"
}

.fa-vihara {
    --fa: "\f6a7";
    --fa--fa: "\f6a7\f6a7"
}

.fa-face-kiss-closed-eyes {
    --fa: "\e37d";
    --fa--fa: "\e37d\e37d"
}

.fa-balance-scale-left,
.fa-scale-unbalanced {
    --fa: "\f515";
    --fa--fa: "\f515\f515"
}

.fa-file-user {
    --fa: "\f65c";
    --fa--fa: "\f65c\f65c"
}

.fa-user-police-tie {
    --fa: "\e334";
    --fa--fa: "\e334\e334"
}

.fa-face-tongue-money {
    --fa: "\e39d";
    --fa--fa: "\e39d\e39d"
}

.fa-tennis-ball {
    --fa: "\f45e";
    --fa--fa: "\f45e\f45e"
}

.fa-square-l {
    --fa: "\e275";
    --fa--fa: "\e275\e275"
}

.fa-sort-asc,
.fa-sort-up {
    --fa: "\f0de";
    --fa--fa: "\f0de\f0de"
}

.fa-calendar-arrow-up,
.fa-calendar-upload {
    --fa: "\e0d1";
    --fa--fa: "\e0d1\e0d1"
}

.fa-comment-dots,
.fa-commenting {
    --fa: "\f4ad";
    --fa--fa: "\f4ad\f4ad"
}

.fa-plant-wilt {
    --fa: "\e5aa";
    --fa--fa: "\e5aa\e5aa"
}

.fa-scarf {
    --fa: "\f7c1";
    --fa--fa: "\f7c1\f7c1"
}

.fa-album-circle-plus {
    --fa: "\e48c";
    --fa--fa: "\e48c\e48c"
}

.fa-user-nurse-hair-long {
    --fa: "\e45e";
    --fa--fa: "\e45e\e45e"
}

.fa-diamond {
    --fa: "\f219";
    --fa--fa: "\f219\f219"
}

.fa-arrow-alt-square-left,
.fa-square-left {
    --fa: "\f351";
    --fa--fa: "\f351\f351"
}

.fa-face-grin-squint,
.fa-grin-squint {
    --fa: "\f585";
    --fa--fa: "\f585\f585"
}

.fa-circle-ellipsis-vertical {
    --fa: "\e10b";
    --fa--fa: "\e10b\e10b"
}

.fa-hand-holding-dollar,
.fa-hand-holding-usd {
    --fa: "\f4c0";
    --fa--fa: "\f4c0\f4c0"
}

.fa-grid-dividers {
    --fa: "\e3ad";
    --fa--fa: "\e3ad\e3ad"
}

.fa-chart-diagram {
    --fa: "\e695";
    --fa--fa: "\e695\e695"
}

.fa-bacterium {
    --fa: "\e05a";
    --fa--fa: "\e05a\e05a"
}

.fa-hand-pointer {
    --fa: "\f25a";
    --fa--fa: "\f25a\f25a"
}

.fa-drum-steelpan {
    --fa: "\f56a";
    --fa--fa: "\f56a\f56a"
}

.fa-hand-scissors {
    --fa: "\f257";
    --fa--fa: "\f257\f257"
}

.fa-hands-praying,
.fa-praying-hands {
    --fa: "\f684";
    --fa--fa: "\f684\f684"
}

.fa-face-pensive {
    --fa: "\e384";
    --fa--fa: "\e384\e384"
}

.fa-user-music {
    --fa: "\f8eb";
    --fa--fa: "\f8eb\f8eb"
}

.fa-arrow-right-rotate,
.fa-arrow-rotate-forward,
.fa-arrow-rotate-right,
.fa-redo {
    --fa: "\f01e";
    --fa--fa: "\f01e\f01e"
}

.fa-comments-alt-dollar,
.fa-messages-dollar {
    --fa: "\f652";
    --fa--fa: "\f652\f652"
}

.fa-sensor-on {
    --fa: "\e02b";
    --fa--fa: "\e02b\e02b"
}

.fa-balloon {
    --fa: "\e2e3";
    --fa--fa: "\e2e3\e2e3"
}

.fa-biohazard {
    --fa: "\f780";
    --fa--fa: "\f780\f780"
}

.fa-chess-queen-alt,
.fa-chess-queen-piece {
    --fa: "\f446";
    --fa--fa: "\f446\f446"
}

.fa-location,
.fa-location-crosshairs {
    --fa: "\f601";
    --fa--fa: "\f601\f601"
}

.fa-mars-double {
    --fa: "\f227";
    --fa--fa: "\f227\f227"
}

.fa-left-from-bracket {
    --fa: "\e66c";
    --fa--fa: "\e66c\e66c"
}

.fa-house-leave,
.fa-house-person-depart,
.fa-house-person-leave {
    --fa: "\e00f";
    --fa--fa: "\e00f\e00f"
}

.fa-ruler-triangle {
    --fa: "\f61c";
    --fa--fa: "\f61c\f61c"
}

.fa-card-club {
    --fa: "\e3e9";
    --fa--fa: "\e3e9\e3e9"
}

.fa-child-dress {
    --fa: "\e59c";
    --fa--fa: "\e59c\e59c"
}

.fa-users-between-lines {
    --fa: "\e591";
    --fa--fa: "\e591\e591"
}

.fa-lungs-virus {
    --fa: "\e067";
    --fa--fa: "\e067\e067"
}

.fa-spinner-third {
    --fa: "\f3f4";
    --fa--fa: "\f3f4\f3f4"
}

.fa-face-grin-tears,
.fa-grin-tears {
    --fa: "\f588";
    --fa--fa: "\f588\f588"
}

.fa-phone {
    --fa: "\f095";
    --fa--fa: "\f095\f095"
}

.fa-computer-mouse-scrollwheel,
.fa-mouse-alt {
    --fa: "\f8cd";
    --fa--fa: "\f8cd\f8cd"
}

.fa-calendar-times,
.fa-calendar-xmark {
    --fa: "\f273";
    --fa--fa: "\f273\f273"
}

.fa-child-reaching {
    --fa: "\e59d";
    --fa--fa: "\e59d\e59d"
}

.fa-table-layout {
    --fa: "\e290";
    --fa--fa: "\e290\e290"
}

.fa-narwhal {
    --fa: "\f6fe";
    --fa--fa: "\f6fe\f6fe"
}

.fa-ramp-loading {
    --fa: "\f4d4";
    --fa--fa: "\f4d4\f4d4"
}

.fa-calendar-circle-plus {
    --fa: "\e470";
    --fa--fa: "\e470\e470"
}

.fa-toothbrush {
    --fa: "\f635";
    --fa--fa: "\f635\f635"
}

.fa-border-inner {
    --fa: "\f84e";
    --fa--fa: "\f84e\f84e"
}

.fa-paw-claws {
    --fa: "\f702";
    --fa--fa: "\f702\f702"
}

.fa-kiwi-fruit {
    --fa: "\e30c";
    --fa--fa: "\e30c\e30c"
}

.fa-traffic-light-slow {
    --fa: "\f639";
    --fa--fa: "\f639\f639"
}

.fa-rectangle-code {
    --fa: "\e322";
    --fa--fa: "\e322\e322"
}

.fa-head-side-virus {
    --fa: "\e064";
    --fa--fa: "\e064\e064"
}

.fa-keyboard-brightness {
    --fa: "\e1c0";
    --fa--fa: "\e1c0\e1c0"
}

.fa-books-medical {
    --fa: "\f7e8";
    --fa--fa: "\f7e8\f7e8"
}

.fa-lightbulb-slash {
    --fa: "\f673";
    --fa--fa: "\f673\f673"
}

.fa-home-blank,
.fa-house-blank {
    --fa: "\e487";
    --fa--fa: "\e487\e487"
}

.fa-square-5 {
    --fa: "\e25a";
    --fa--fa: "\e25a\e25a"
}

.fa-heart-square,
.fa-square-heart {
    --fa: "\f4c8";
    --fa--fa: "\f4c8\f4c8"
}

.fa-puzzle {
    --fa: "\e443";
    --fa--fa: "\e443\e443"
}

.fa-user-cog,
.fa-user-gear {
    --fa: "\f4fe";
    --fa--fa: "\f4fe\f4fe"
}

.fa-pipe-circle-check {
    --fa: "\e436";
    --fa--fa: "\e436\e436"
}

.fa-arrow-up-1-9,
.fa-sort-numeric-up {
    --fa: "\f163";
    --fa--fa: "\f163\f163"
}

.fa-octagon-exclamation {
    --fa: "\e204";
    --fa--fa: "\e204\e204"
}

.fa-dial-low {
    --fa: "\e15d";
    --fa--fa: "\e15d\e15d"
}

.fa-door-closed {
    --fa: "\f52a";
    --fa--fa: "\f52a\f52a"
}

.fa-laptop-mobile,
.fa-phone-laptop {
    --fa: "\f87a";
    --fa--fa: "\f87a\f87a"
}

.fa-conveyor-belt-alt,
.fa-conveyor-belt-boxes {
    --fa: "\f46f";
    --fa--fa: "\f46f\f46f"
}

.fa-shield-virus {
    --fa: "\e06c";
    --fa--fa: "\e06c\e06c"
}

.fa-starfighter-alt-advanced,
.fa-starfighter-twin-ion-engine-advanced {
    --fa: "\e28e";
    --fa--fa: "\e28e\e28e"
}

.fa-dice-six {
    --fa: "\f526";
    --fa--fa: "\f526\f526"
}

.fa-starfighter-alt,
.fa-starfighter-twin-ion-engine {
    --fa: "\e038";
    --fa--fa: "\e038\e038"
}

.fa-rocket-launch {
    --fa: "\e027";
    --fa--fa: "\e027\e027"
}

.fa-mosquito-net {
    --fa: "\e52c";
    --fa--fa: "\e52c\e52c"
}

.fa-file-fragment {
    --fa: "\e697";
    --fa--fa: "\e697\e697"
}

.fa-vent-damper {
    --fa: "\e465";
    --fa--fa: "\e465\e465"
}

.fa-bridge-water {
    --fa: "\e4ce";
    --fa--fa: "\e4ce\e4ce"
}

.fa-ban-bug,
.fa-debug {
    --fa: "\f7f9";
    --fa--fa: "\f7f9\f7f9"
}

.fa-person-booth {
    --fa: "\f756";
    --fa--fa: "\f756\f756"
}

.fa-text-width {
    --fa: "\f035";
    --fa--fa: "\f035\f035"
}

.fa-garage-car {
    --fa: "\e00a";
    --fa--fa: "\e00a\e00a"
}

.fa-square-kanban {
    --fa: "\e488";
    --fa--fa: "\e488\e488"
}

.fa-hat-wizard {
    --fa: "\f6e8";
    --fa--fa: "\f6e8\f6e8"
}

.fa-chart-kanban {
    --fa: "\e64f";
    --fa--fa: "\e64f\e64f"
}

.fa-pen-fancy {
    --fa: "\f5ac";
    --fa--fa: "\f5ac\f5ac"
}

.fa-coffee-pot {
    --fa: "\e002";
    --fa--fa: "\e002\e002"
}

.fa-mouse-field {
    --fa: "\e5a8";
    --fa--fa: "\e5a8\e5a8"
}

.fa-digging,
.fa-person-digging {
    --fa: "\f85e";
    --fa--fa: "\f85e\f85e"
}

.fa-shower-alt,
.fa-shower-down {
    --fa: "\e24d";
    --fa--fa: "\e24d\e24d"
}

.fa-box-circle-check {
    --fa: "\e0c4";
    --fa--fa: "\e0c4\e0c4"
}

.fa-brightness {
    --fa: "\e0c9";
    --fa--fa: "\e0c9\e0c9"
}

.fa-car-side-bolt {
    --fa: "\e344";
    --fa--fa: "\e344\e344"
}

.fa-file-xml {
    --fa: "\e654";
    --fa--fa: "\e654\e654"
}

.fa-ornament {
    --fa: "\f7b8";
    --fa--fa: "\f7b8\f7b8"
}

.fa-phone-arrow-down,
.fa-phone-arrow-down-left,
.fa-phone-incoming {
    --fa: "\e223";
    --fa--fa: "\e223\e223"
}

.fa-cloud-word {
    --fa: "\e138";
    --fa--fa: "\e138\e138"
}

.fa-hand-fingers-crossed {
    --fa: "\e1a3";
    --fa--fa: "\e1a3\e1a3"
}

.fa-trash {
    --fa: "\f1f8";
    --fa--fa: "\f1f8\f1f8"
}

.fa-gauge-simple,
.fa-gauge-simple-med,
.fa-tachometer-average {
    --fa: "\f629";
    --fa--fa: "\f629\f629"
}

.fa-arrow-down-small-big,
.fa-sort-size-down-alt {
    --fa: "\f88d";
    --fa--fa: "\f88d\f88d"
}

.fa-book-medical {
    --fa: "\f7e6";
    --fa--fa: "\f7e6\f7e6"
}

.fa-face-melting {
    --fa: "\e483";
    --fa--fa: "\e483\e483"
}

.fa-poo {
    --fa: "\f2fe";
    --fa--fa: "\f2fe\f2fe"
}

.fa-pen-alt-slash,
.fa-pen-clip-slash {
    --fa: "\e20f";
    --fa--fa: "\e20f\e20f"
}

.fa-quote-right,
.fa-quote-right-alt {
    --fa: "\f10e";
    --fa--fa: "\f10e\f10e"
}

.fa-scroll-old {
    --fa: "\f70f";
    --fa--fa: "\f70f\f70f"
}

.fa-guitars {
    --fa: "\f8bf";
    --fa--fa: "\f8bf\f8bf"
}

.fa-phone-xmark {
    --fa: "\e227";
    --fa--fa: "\e227\e227"
}

.fa-hose {
    --fa: "\e419";
    --fa--fa: "\e419\e419"
}

.fa-clock-six {
    --fa: "\e352";
    --fa--fa: "\e352\e352"
}

.fa-shirt,
.fa-t-shirt,
.fa-tshirt {
    --fa: "\f553";
    --fa--fa: "\f553\f553"
}

.fa-billboard {
    --fa: "\e5cd";
    --fa--fa: "\e5cd\e5cd"
}

.fa-square-r {
    --fa: "\e27c";
    --fa--fa: "\e27c\e27c"
}

.fa-cubes {
    --fa: "\f1b3";
    --fa--fa: "\f1b3\f1b3"
}

.fa-envelope-open-dollar {
    --fa: "\f657";
    --fa--fa: "\f657\f657"
}

.fa-divide {
    --fa: "\f529";
    --fa--fa: "\f529\f529"
}

.fa-sun-cloud {
    --fa: "\f763";
    --fa--fa: "\f763\f763"
}

.fa-lamp-floor {
    --fa: "\e015";
    --fa--fa: "\e015\e015"
}

.fa-square-7 {
    --fa: "\e25c";
    --fa--fa: "\e25c\e25c"
}

.fa-tenge,
.fa-tenge-sign {
    --fa: "\f7d7";
    --fa--fa: "\f7d7\f7d7"
}

.fa-headphones {
    --fa: "\f025";
    --fa--fa: "\f025\f025"
}

.fa-hands-holding {
    --fa: "\f4c2";
    --fa--fa: "\f4c2\f4c2"
}

.fa-campfire {
    --fa: "\f6ba";
    --fa--fa: "\f6ba\f6ba"
}

.fa-circle-ampersand {
    --fa: "\e0f8";
    --fa--fa: "\e0f8\e0f8"
}

.fa-snowflakes {
    --fa: "\f7cf";
    --fa--fa: "\f7cf\f7cf"
}

.fa-hands-clapping {
    --fa: "\e1a8";
    --fa--fa: "\e1a8\e1a8"
}

.fa-republican {
    --fa: "\f75e";
    --fa--fa: "\f75e\f75e"
}

.fa-leaf-maple {
    --fa: "\f6f6";
    --fa--fa: "\f6f6\f6f6"
}

.fa-arrow-left {
    --fa: "\f060";
    --fa--fa: "\f060\f060"
}

.fa-person-circle-xmark {
    --fa: "\e543";
    --fa--fa: "\e543\e543"
}

.fa-ruler {
    --fa: "\f545";
    --fa--fa: "\f545\f545"
}

.fa-arrow-left-from-bracket {
    --fa: "\e668";
    --fa--fa: "\e668\e668"
}

.fa-cup-straw-swoosh {
    --fa: "\e364";
    --fa--fa: "\e364\e364"
}

.fa-temperature-hot,
.fa-temperature-sun {
    --fa: "\f76a";
    --fa--fa: "\f76a\f76a"
}

.fa-align-left {
    --fa: "\f036";
    --fa--fa: "\f036\f036"
}

.fa-dice-d6 {
    --fa: "\f6d1";
    --fa--fa: "\f6d1\f6d1"
}

.fa-restroom {
    --fa: "\f7bd";
    --fa--fa: "\f7bd\f7bd"
}

.fa-high-definition,
.fa-rectangle-hd {
    --fa: "\e1ae";
    --fa--fa: "\e1ae\e1ae"
}

.fa-j {
    --fa: "\4a";
    --fa--fa: "\4a\4a"
}

.fa-galaxy {
    --fa: "\e008";
    --fa--fa: "\e008\e008"
}

.fa-users-viewfinder {
    --fa: "\e595";
    --fa--fa: "\e595\e595"
}

.fa-file-video {
    --fa: "\f1c8";
    --fa--fa: "\f1c8\f1c8"
}

.fa-cherries {
    --fa: "\e0ec";
    --fa--fa: "\e0ec\e0ec"
}

.fa-external-link-alt,
.fa-up-right-from-square {
    --fa: "\f35d";
    --fa--fa: "\f35d\f35d"
}

.fa-circle-sort,
.fa-sort-circle {
    --fa: "\e030";
    --fa--fa: "\e030\e030"
}

.fa-table-cells,
.fa-th {
    --fa: "\f00a";
    --fa--fa: "\f00a\f00a"
}

.fa-bag-shopping-minus {
    --fa: "\e650";
    --fa--fa: "\e650\e650"
}

.fa-file-pdf {
    --fa: "\f1c1";
    --fa--fa: "\f1c1\f1c1"
}

.fa-siren {
    --fa: "\e02d";
    --fa--fa: "\e02d\e02d"
}

.fa-arrow-up-to-dotted-line {
    --fa: "\e0a1";
    --fa--fa: "\e0a1\e0a1"
}

.fa-image-landscape,
.fa-landscape {
    --fa: "\e1b5";
    --fa--fa: "\e1b5\e1b5"
}

.fa-tank-water {
    --fa: "\e452";
    --fa--fa: "\e452\e452"
}

.fa-curling,
.fa-curling-stone {
    --fa: "\f44a";
    --fa--fa: "\f44a\f44a"
}

.fa-gamepad-alt,
.fa-gamepad-modern {
    --fa: "\e5a2";
    --fa--fa: "\e5a2\e5a2"
}

.fa-messages-question {
    --fa: "\e1e7";
    --fa--fa: "\e1e7\e1e7"
}

.fa-bible,
.fa-book-bible {
    --fa: "\f647";
    --fa--fa: "\f647\f647"
}

.fa-o {
    --fa: "\4f";
    --fa--fa: "\4f\4f"
}

.fa-medkit,
.fa-suitcase-medical {
    --fa: "\f0fa";
    --fa--fa: "\f0fa\f0fa"
}

.fa-briefcase-arrow-right {
    --fa: "\e2f2";
    --fa--fa: "\e2f2\e2f2"
}

.fa-expand-wide {
    --fa: "\f320";
    --fa--fa: "\f320\f320"
}

.fa-clock-eleven-thirty {
    --fa: "\e348";
    --fa--fa: "\e348\e348"
}

.fa-rv {
    --fa: "\f7be";
    --fa--fa: "\f7be\f7be"
}

.fa-user-secret {
    --fa: "\f21b";
    --fa--fa: "\f21b\f21b"
}

.fa-otter {
    --fa: "\f700";
    --fa--fa: "\f700\f700"
}

.fa-dreidel {
    --fa: "\f792";
    --fa--fa: "\f792\f792"
}

.fa-female,
.fa-person-dress {
    --fa: "\f182";
    --fa--fa: "\f182\f182"
}

.fa-comment-dollar {
    --fa: "\f651";
    --fa--fa: "\f651\f651"
}

.fa-briefcase-clock,
.fa-business-time {
    --fa: "\f64a";
    --fa--fa: "\f64a\f64a"
}

.fa-flower-tulip {
    --fa: "\f801";
    --fa--fa: "\f801\f801"
}

.fa-people-pants-simple {
    --fa: "\e21a";
    --fa--fa: "\e21a\e21a"
}

.fa-cloud-drizzle {
    --fa: "\f738";
    --fa--fa: "\f738\f738"
}

.fa-table-cells-large,
.fa-th-large {
    --fa: "\f009";
    --fa--fa: "\f009\f009"
}

.fa-book-tanakh,
.fa-tanakh {
    --fa: "\f827";
    --fa--fa: "\f827\f827"
}

.fa-solar-system {
    --fa: "\e02f";
    --fa--fa: "\e02f\e02f"
}

.fa-seal-question {
    --fa: "\e243";
    --fa--fa: "\e243\e243"
}

.fa-phone-volume,
.fa-volume-control-phone {
    --fa: "\f2a0";
    --fa--fa: "\f2a0\f2a0"
}

.fa-disc-drive {
    --fa: "\f8b5";
    --fa--fa: "\f8b5\f8b5"
}

.fa-hat-cowboy-side {
    --fa: "\f8c1";
    --fa--fa: "\f8c1\f8c1"
}

.fa-rows,
.fa-table-rows {
    --fa: "\e292";
    --fa--fa: "\e292\e292"
}

.fa-location-exclamation,
.fa-map-marker-exclamation {
    --fa: "\f608";
    --fa--fa: "\f608\f608"
}

.fa-face-fearful {
    --fa: "\e375";
    --fa--fa: "\e375\e375"
}

.fa-clipboard-user {
    --fa: "\f7f3";
    --fa--fa: "\f7f3\f7f3"
}

.fa-bus-school {
    --fa: "\f5dd";
    --fa--fa: "\f5dd\f5dd"
}

.fa-film-slash {
    --fa: "\e179";
    --fa--fa: "\e179\e179"
}

.fa-square-arrow-down-right {
    --fa: "\e262";
    --fa--fa: "\e262\e262"
}

.fa-book-sparkles,
.fa-book-spells {
    --fa: "\f6b8";
    --fa--fa: "\f6b8\f6b8"
}

.fa-washer,
.fa-washing-machine {
    --fa: "\f898";
    --fa--fa: "\f898\f898"
}

.fa-child {
    --fa: "\f1ae";
    --fa--fa: "\f1ae\f1ae"
}

.fa-lira-sign {
    --fa: "\f195";
    --fa--fa: "\f195\f195"
}

.fa-user-visor {
    --fa: "\e04c";
    --fa--fa: "\e04c\e04c"
}

.fa-file-plus-minus {
    --fa: "\e177";
    --fa--fa: "\e177\e177"
}

.fa-chess-clock-alt,
.fa-chess-clock-flip {
    --fa: "\f43e";
    --fa--fa: "\f43e\f43e"
}

.fa-satellite {
    --fa: "\f7bf";
    --fa--fa: "\f7bf\f7bf"
}

.fa-truck-fire {
    --fa: "\e65a";
    --fa--fa: "\e65a\e65a"
}

.fa-plane-lock {
    --fa: "\e558";
    --fa--fa: "\e558\e558"
}

.fa-steering-wheel {
    --fa: "\f622";
    --fa--fa: "\f622\f622"
}

.fa-tag {
    --fa: "\f02b";
    --fa--fa: "\f02b\f02b"
}

.fa-stretcher {
    --fa: "\f825";
    --fa--fa: "\f825\f825"
}

.fa-book-law,
.fa-book-section {
    --fa: "\e0c1";
    --fa--fa: "\e0c1\e0c1"
}

.fa-inboxes {
    --fa: "\e1bb";
    --fa--fa: "\e1bb\e1bb"
}

.fa-coffee-bean {
    --fa: "\e13e";
    --fa--fa: "\e13e\e13e"
}

.fa-circle-yen {
    --fa: "\e5d0";
    --fa--fa: "\e5d0\e5d0"
}

.fa-brackets-curly {
    --fa: "\f7ea";
    --fa--fa: "\f7ea\f7ea"
}

.fa-ellipsis-stroke-vertical,
.fa-ellipsis-v-alt {
    --fa: "\f39c";
    --fa--fa: "\f39c\f39c"
}

.fa-comment {
    --fa: "\f075";
    --fa--fa: "\f075\f075"
}

.fa-square-1 {
    --fa: "\e256";
    --fa--fa: "\e256\e256"
}

.fa-birthday-cake,
.fa-cake,
.fa-cake-candles {
    --fa: "\f1fd";
    --fa--fa: "\f1fd\f1fd"
}

.fa-head-side {
    --fa: "\f6e9";
    --fa--fa: "\f6e9\f6e9"
}

.fa-truck-ladder {
    --fa: "\e657";
    --fa--fa: "\e657\e657"
}

.fa-envelope {
    --fa: "\f0e0";
    --fa--fa: "\f0e0\f0e0"
}

.fa-dolly-empty {
    --fa: "\f473";
    --fa--fa: "\f473\f473"
}

.fa-face-tissue {
    --fa: "\e39c";
    --fa--fa: "\e39c\e39c"
}

.fa-angle-double-up,
.fa-angles-up {
    --fa: "\f102";
    --fa--fa: "\f102\f102"
}

.fa-bin-recycle {
    --fa: "\e5f7";
    --fa--fa: "\e5f7\e5f7"
}

.fa-paperclip {
    --fa: "\f0c6";
    --fa--fa: "\f0c6\f0c6"
}

.fa-chart-line-down {
    --fa: "\f64d";
    --fa--fa: "\f64d\f64d"
}

.fa-arrow-right-to-city {
    --fa: "\e4b3";
    --fa--fa: "\e4b3\e4b3"
}

.fa-lock-a {
    --fa: "\e422";
    --fa--fa: "\e422\e422"
}

.fa-ribbon {
    --fa: "\f4d6";
    --fa--fa: "\f4d6\f4d6"
}

.fa-lungs {
    --fa: "\f604";
    --fa--fa: "\f604\f604"
}

.fa-person-pinball {
    --fa: "\e21d";
    --fa--fa: "\e21d\e21d"
}

.fa-arrow-up-9-1,
.fa-sort-numeric-up-alt {
    --fa: "\f887";
    --fa--fa: "\f887\f887"
}

.fa-apple-core {
    --fa: "\e08f";
    --fa--fa: "\e08f\e08f"
}

.fa-circle-y {
    --fa: "\e12f";
    --fa--fa: "\e12f\e12f"
}

.fa-h6 {
    --fa: "\e413";
    --fa--fa: "\e413\e413"
}

.fa-litecoin-sign {
    --fa: "\e1d3";
    --fa--fa: "\e1d3\e1d3"
}

.fa-bottle-baby {
    --fa: "\e673";
    --fa--fa: "\e673\e673"
}

.fa-circle-small {
    --fa: "\e122";
    --fa--fa: "\e122\e122"
}

.fa-border-none {
    --fa: "\f850";
    --fa--fa: "\f850\f850"
}

.fa-arrow-turn-down-left {
    --fa: "\e2e1";
    --fa--fa: "\e2e1\e2e1"
}

.fa-circle-wifi-circle-wifi,
.fa-circle-wifi-group {
    --fa: "\e67e";
    --fa--fa: "\e67e\e67e"
}

.fa-circle-nodes {
    --fa: "\e4e2";
    --fa--fa: "\e4e2\e4e2"
}

.fa-parachute-box {
    --fa: "\f4cd";
    --fa--fa: "\f4cd\f4cd"
}

.fa-reflect-horizontal {
    --fa: "\e664";
    --fa--fa: "\e664\e664"
}

.fa-comment-alt-medical,
.fa-message-medical {
    --fa: "\f7f4";
    --fa--fa: "\f7f4\f7f4"
}

.fa-rugby-ball {
    --fa: "\e3c6";
    --fa--fa: "\e3c6\e3c6"
}

.fa-comment-music {
    --fa: "\f8b0";
    --fa--fa: "\f8b0\f8b0"
}

.fa-indent {
    --fa: "\f03c";
    --fa--fa: "\f03c\f03c"
}

.fa-tree-alt,
.fa-tree-deciduous {
    --fa: "\f400";
    --fa--fa: "\f400\f400"
}

.fa-puzzle-piece-alt,
.fa-puzzle-piece-simple {
    --fa: "\e231";
    --fa--fa: "\e231\e231"
}

.fa-truck-field-un {
    --fa: "\e58e";
    --fa--fa: "\e58e\e58e"
}

.fa-nfc-trash {
    --fa: "\e1fd";
    --fa--fa: "\e1fd\e1fd"
}

.fa-hourglass,
.fa-hourglass-empty {
    --fa: "\f254";
    --fa--fa: "\f254\f254"
}

.fa-mountain {
    --fa: "\f6fc";
    --fa--fa: "\f6fc\f6fc"
}

.fa-file-times,
.fa-file-xmark {
    --fa: "\f317";
    --fa--fa: "\f317\f317"
}

.fa-home-heart,
.fa-house-heart {
    --fa: "\f4c9";
    --fa--fa: "\f4c9\f4c9"
}

.fa-house-chimney-blank {
    --fa: "\e3b0";
    --fa--fa: "\e3b0\e3b0"
}

.fa-meter-bolt {
    --fa: "\e1e9";
    --fa--fa: "\e1e9\e1e9"
}

.fa-user-doctor,
.fa-user-md {
    --fa: "\f0f0";
    --fa--fa: "\f0f0\f0f0"
}

.fa-slash-back {
    --fa: "\5c";
    --fa--fa: "\5c\5c"
}

.fa-circle-info,
.fa-info-circle {
    --fa: "\f05a";
    --fa--fa: "\f05a\f05a"
}

.fa-fishing-rod {
    --fa: "\e3a8";
    --fa--fa: "\e3a8\e3a8"
}

.fa-hammer-crash {
    --fa: "\e414";
    --fa--fa: "\e414\e414"
}

.fa-message-heart {
    --fa: "\e5c9";
    --fa--fa: "\e5c9\e5c9"
}

.fa-cloud-meatball {
    --fa: "\f73b";
    --fa--fa: "\f73b\f73b"
}

.fa-camera-polaroid {
    --fa: "\f8aa";
    --fa--fa: "\f8aa\f8aa"
}

.fa-camera,
.fa-camera-alt {
    --fa: "\f030";
    --fa--fa: "\f030\f030"
}

.fa-square-virus {
    --fa: "\e578";
    --fa--fa: "\e578\e578"
}

.fa-cart-arrow-up {
    --fa: "\e3ee";
    --fa--fa: "\e3ee\e3ee"
}

.fa-meteor {
    --fa: "\f753";
    --fa--fa: "\f753\f753"
}

.fa-car-on {
    --fa: "\e4dd";
    --fa--fa: "\e4dd\e4dd"
}

.fa-sleigh {
    --fa: "\f7cc";
    --fa--fa: "\f7cc\f7cc"
}

.fa-arrow-down-1-9,
.fa-sort-numeric-asc,
.fa-sort-numeric-down {
    --fa: "\f162";
    --fa--fa: "\f162\f162"
}

.fa-buoy-mooring {
    --fa: "\e5b6";
    --fa--fa: "\e5b6\e5b6"
}

.fa-square-4 {
    --fa: "\e259";
    --fa--fa: "\e259\e259"
}

.fa-hand-holding-droplet,
.fa-hand-holding-water {
    --fa: "\f4c1";
    --fa--fa: "\f4c1\f4c1"
}

.fa-file-eps {
    --fa: "\e644";
    --fa--fa: "\e644\e644"
}

.fa-tricycle-adult {
    --fa: "\e5c4";
    --fa--fa: "\e5c4\e5c4"
}

.fa-waveform {
    --fa: "\f8f1";
    --fa--fa: "\f8f1\f8f1"
}

.fa-water {
    --fa: "\f773";
    --fa--fa: "\f773\f773"
}

.fa-star-sharp-half-alt,
.fa-star-sharp-half-stroke {
    --fa: "\e28d";
    --fa--fa: "\e28d\e28d"
}

.fa-nfc-signal {
    --fa: "\e1fb";
    --fa--fa: "\e1fb\e1fb"
}

.fa-plane-prop {
    --fa: "\e22b";
    --fa--fa: "\e22b\e22b"
}

.fa-calendar-check {
    --fa: "\f274";
    --fa--fa: "\f274\f274"
}

.fa-clock-desk {
    --fa: "\e134";
    --fa--fa: "\e134\e134"
}

.fa-calendar-clock,
.fa-calendar-time {
    --fa: "\e0d2";
    --fa--fa: "\e0d2\e0d2"
}

.fa-braille {
    --fa: "\f2a1";
    --fa--fa: "\f2a1\f2a1"
}

.fa-prescription-bottle-alt,
.fa-prescription-bottle-medical {
    --fa: "\f486";
    --fa--fa: "\f486\f486"
}

.fa-plate-utensils {
    --fa: "\e43b";
    --fa--fa: "\e43b\e43b"
}

.fa-family-pants {
    --fa: "\e302";
    --fa--fa: "\e302\e302"
}

.fa-hose-reel {
    --fa: "\e41a";
    --fa--fa: "\e41a\e41a"
}

.fa-house-window {
    --fa: "\e3b3";
    --fa--fa: "\e3b3\e3b3"
}

.fa-landmark {
    --fa: "\f66f";
    --fa--fa: "\f66f\f66f"
}

.fa-truck {
    --fa: "\f0d1";
    --fa--fa: "\f0d1\f0d1"
}

.fa-music-magnifying-glass {
    --fa: "\e662";
    --fa--fa: "\e662\e662"
}

.fa-crosshairs {
    --fa: "\f05b";
    --fa--fa: "\f05b\f05b"
}

.fa-cloud-rainbow {
    --fa: "\f73e";
    --fa--fa: "\f73e\f73e"
}

.fa-person-cane {
    --fa: "\e53c";
    --fa--fa: "\e53c\e53c"
}

.fa-alien {
    --fa: "\f8f5";
    --fa--fa: "\f8f5\f8f5"
}

.fa-tent {
    --fa: "\e57d";
    --fa--fa: "\e57d\e57d"
}

.fa-laptop-binary {
    --fa: "\e5e7";
    --fa--fa: "\e5e7\e5e7"
}

.fa-vest-patches {
    --fa: "\e086";
    --fa--fa: "\e086\e086"
}

.fa-people-dress-simple {
    --fa: "\e218";
    --fa--fa: "\e218\e218"
}

.fa-check-double {
    --fa: "\f560";
    --fa--fa: "\f560\f560"
}

.fa-arrow-down-a-z,
.fa-sort-alpha-asc,
.fa-sort-alpha-down {
    --fa: "\f15d";
    --fa--fa: "\f15d\f15d"
}

.fa-bowling-ball-pin {
    --fa: "\e0c3";
    --fa--fa: "\e0c3\e0c3"
}

.fa-bell-school-slash {
    --fa: "\f5d6";
    --fa--fa: "\f5d6\f5d6"
}

.fa-plus-large {
    --fa: "\e59e";
    --fa--fa: "\e59e\e59e"
}

.fa-money-bill-wheat {
    --fa: "\e52a";
    --fa--fa: "\e52a\e52a"
}

.fa-camera-viewfinder,
.fa-screenshot {
    --fa: "\e0da";
    --fa--fa: "\e0da\e0da"
}

.fa-comment-alt-music,
.fa-message-music {
    --fa: "\f8af";
    --fa--fa: "\f8af\f8af"
}

.fa-car-building {
    --fa: "\f859";
    --fa--fa: "\f859\f859"
}

.fa-border-bottom-right,
.fa-border-style-alt {
    --fa: "\f854";
    --fa--fa: "\f854\f854"
}

.fa-octagon {
    --fa: "\f306";
    --fa--fa: "\f306\f306"
}

.fa-comment-arrow-up-right {
    --fa: "\e145";
    --fa--fa: "\e145\e145"
}

.fa-octagon-divide {
    --fa: "\e203";
    --fa--fa: "\e203\e203"
}

.fa-cookie {
    --fa: "\f563";
    --fa--fa: "\f563\f563"
}

.fa-arrow-left-rotate,
.fa-arrow-rotate-back,
.fa-arrow-rotate-backward,
.fa-arrow-rotate-left,
.fa-undo {
    --fa: "\f0e2";
    --fa--fa: "\f0e2\f0e2"
}

.fa-tv-music {
    --fa: "\f8e6";
    --fa--fa: "\f8e6\f8e6"
}

.fa-hard-drive,
.fa-hdd {
    --fa: "\f0a0";
    --fa--fa: "\f0a0\f0a0"
}

.fa-reel {
    --fa: "\e238";
    --fa--fa: "\e238\e238"
}

.fa-face-grin-squint-tears,
.fa-grin-squint-tears {
    --fa: "\f586";
    --fa--fa: "\f586\f586"
}

.fa-dumbbell {
    --fa: "\f44b";
    --fa--fa: "\f44b\f44b"
}

.fa-list-alt,
.fa-rectangle-list {
    --fa: "\f022";
    --fa--fa: "\f022\f022"
}

.fa-tarp-droplet {
    --fa: "\e57c";
    --fa--fa: "\e57c\e57c"
}

.fa-alarm-exclamation {
    --fa: "\f843";
    --fa--fa: "\f843\f843"
}

.fa-house-medical-circle-check {
    --fa: "\e511";
    --fa--fa: "\e511\e511"
}

.fa-traffic-cone {
    --fa: "\f636";
    --fa--fa: "\f636\f636"
}

.fa-grate {
    --fa: "\e193";
    --fa--fa: "\e193\e193"
}

.fa-arrow-down-right {
    --fa: "\e093";
    --fa--fa: "\e093\e093"
}

.fa-person-skiing-nordic,
.fa-skiing-nordic {
    --fa: "\f7ca";
    --fa--fa: "\f7ca\f7ca"
}

.fa-calendar-plus {
    --fa: "\f271";
    --fa--fa: "\f271\f271"
}

.fa-person-from-portal,
.fa-portal-exit {
    --fa: "\e023";
    --fa--fa: "\e023\e023"
}

.fa-plane-arrival {
    --fa: "\f5af";
    --fa--fa: "\f5af\f5af"
}

.fa-cowbell-circle-plus,
.fa-cowbell-more {
    --fa: "\f8b4";
    --fa--fa: "\f8b4\f8b4"
}

.fa-arrow-alt-circle-left,
.fa-circle-left {
    --fa: "\f359";
    --fa--fa: "\f359\f359"
}

.fa-distribute-spacing-vertical {
    --fa: "\e366";
    --fa--fa: "\e366\e366"
}

.fa-signal-alt-2,
.fa-signal-bars-fair {
    --fa: "\f692";
    --fa--fa: "\f692\f692"
}

.fa-sportsball {
    --fa: "\e44b";
    --fa--fa: "\e44b\e44b"
}

.fa-game-console-handheld-crank {
    --fa: "\e5b9";
    --fa--fa: "\e5b9\e5b9"
}

.fa-subway,
.fa-train-subway {
    --fa: "\f239";
    --fa--fa: "\f239\f239"
}

.fa-chart-gantt {
    --fa: "\e0e4";
    --fa--fa: "\e0e4\e0e4"
}

.fa-face-smile-upside-down {
    --fa: "\e395";
    --fa--fa: "\e395\e395"
}

.fa-ball-pile {
    --fa: "\f77e";
    --fa--fa: "\f77e\f77e"
}

.fa-badge-dollar {
    --fa: "\f645";
    --fa--fa: "\f645\f645"
}

.fa-money-bills-alt,
.fa-money-bills-simple {
    --fa: "\e1f4";
    --fa--fa: "\e1f4\e1f4"
}

.fa-list-timeline {
    --fa: "\e1d1";
    --fa--fa: "\e1d1\e1d1"
}

.fa-indian-rupee,
.fa-indian-rupee-sign,
.fa-inr {
    --fa: "\e1bc";
    --fa--fa: "\e1bc\e1bc"
}

.fa-crop-alt,
.fa-crop-simple {
    --fa: "\f565";
    --fa--fa: "\f565\f565"
}

.fa-money-bill-1,
.fa-money-bill-alt {
    --fa: "\f3d1";
    --fa--fa: "\f3d1\f3d1"
}

.fa-left-long,
.fa-long-arrow-alt-left {
    --fa: "\f30a";
    --fa--fa: "\f30a\f30a"
}

.fa-keyboard-down {
    --fa: "\e1c2";
    --fa--fa: "\e1c2\e1c2"
}

.fa-circle-up-right {
    --fa: "\e129";
    --fa--fa: "\e129\e129"
}

.fa-cloud-bolt-moon,
.fa-thunderstorm-moon {
    --fa: "\f76d";
    --fa--fa: "\f76d\f76d"
}

.fa-turn-left-up {
    --fa: "\e638";
    --fa--fa: "\e638\e638"
}

.fa-dna {
    --fa: "\f471";
    --fa--fa: "\f471\f471"
}

.fa-virus-slash {
    --fa: "\e075";
    --fa--fa: "\e075\e075"
}

.fa-bracket-round-right {
    --fa: "\29";
    --fa--fa: "\29\29"
}

.fa-circle-sterling {
    --fa: "\e5cf";
    --fa--fa: "\e5cf\e5cf"
}

.fa-circle-5 {
    --fa: "\e0f2";
    --fa--fa: "\e0f2\e0f2"
}

.fa-minus,
.fa-subtract {
    --fa: "\f068";
    --fa--fa: "\f068\f068"
}

.fa-fire-flame,
.fa-flame {
    --fa: "\f6df";
    --fa--fa: "\f6df\f6df"
}

.fa-arrow-alt-to-right,
.fa-right-to-line {
    --fa: "\f34c";
    --fa--fa: "\f34c\f34c"
}

.fa-gif {
    --fa: "\e190";
    --fa--fa: "\e190\e190"
}

.fa-chess {
    --fa: "\f439";
    --fa--fa: "\f439\f439"
}

.fa-trash-slash {
    --fa: "\e2b3";
    --fa--fa: "\e2b3\e2b3"
}

.fa-arrow-left-long,
.fa-long-arrow-left {
    --fa: "\f177";
    --fa--fa: "\f177\f177"
}

.fa-plug-circle-check {
    --fa: "\e55c";
    --fa--fa: "\e55c\e55c"
}

.fa-font-case {
    --fa: "\f866";
    --fa--fa: "\f866\f866"
}

.fa-street-view {
    --fa: "\f21d";
    --fa--fa: "\f21d\f21d"
}

.fa-arrow-down-left {
    --fa: "\e091";
    --fa--fa: "\e091\e091"
}

.fa-franc-sign {
    --fa: "\e18f";
    --fa--fa: "\e18f\e18f"
}

.fa-flask-poison,
.fa-flask-round-poison {
    --fa: "\f6e0";
    --fa--fa: "\f6e0\f6e0"
}

.fa-volume-off {
    --fa: "\f026";
    --fa--fa: "\f026\f026"
}

.fa-book-circle-arrow-right {
    --fa: "\e0bc";
    --fa--fa: "\e0bc\e0bc"
}

.fa-chart-user,
.fa-user-chart {
    --fa: "\f6a3";
    --fa--fa: "\f6a3\f6a3"
}

.fa-american-sign-language-interpreting,
.fa-asl-interpreting,
.fa-hands-american-sign-language-interpreting,
.fa-hands-asl-interpreting {
    --fa: "\f2a3";
    --fa--fa: "\f2a3\f2a3"
}

.fa-presentation,
.fa-presentation-screen {
    --fa: "\f685";
    --fa--fa: "\f685\f685"
}

.fa-circle-bolt {
    --fa: "\e0fe";
    --fa--fa: "\e0fe\e0fe"
}

.fa-face-smile-halo {
    --fa: "\e38f";
    --fa--fa: "\e38f\e38f"
}

.fa-cart-circle-arrow-down {
    --fa: "\e3ef";
    --fa--fa: "\e3ef\e3ef"
}

.fa-house-person-arrive,
.fa-house-person-return,
.fa-house-return {
    --fa: "\e011";
    --fa--fa: "\e011\e011"
}

.fa-comment-alt-times,
.fa-message-times,
.fa-message-xmark {
    --fa: "\f4ab";
    --fa--fa: "\f4ab\f4ab"
}

.fa-file-award,
.fa-file-certificate {
    --fa: "\f5f3";
    --fa--fa: "\f5f3\f5f3"
}

.fa-user-doctor-hair-long {
    --fa: "\e459";
    --fa--fa: "\e459\e459"
}

.fa-camera-home,
.fa-camera-security {
    --fa: "\f8fe";
    --fa--fa: "\f8fe\f8fe"
}

.fa-cog,
.fa-gear {
    --fa: "\f013";
    --fa--fa: "\f013\f013"
}

.fa-droplet-slash,
.fa-tint-slash {
    --fa: "\f5c7";
    --fa--fa: "\f5c7\f5c7"
}

.fa-book-heart {
    --fa: "\f499";
    --fa--fa: "\f499\f499"
}

.fa-mosque {
    --fa: "\f678";
    --fa--fa: "\f678\f678"
}

.fa-duck {
    --fa: "\f6d8";
    --fa--fa: "\f6d8\f6d8"
}

.fa-mosquito {
    --fa: "\e52b";
    --fa--fa: "\e52b\e52b"
}

.fa-star-of-david {
    --fa: "\f69a";
    --fa--fa: "\f69a\f69a"
}

.fa-flag-alt,
.fa-flag-swallowtail {
    --fa: "\f74c";
    --fa--fa: "\f74c\f74c"
}

.fa-person-military-rifle {
    --fa: "\e54b";
    --fa--fa: "\e54b\e54b"
}

.fa-car-garage {
    --fa: "\f5e2";
    --fa--fa: "\f5e2\f5e2"
}

.fa-cart-shopping,
.fa-shopping-cart {
    --fa: "\f07a";
    --fa--fa: "\f07a\f07a"
}

.fa-book-font {
    --fa: "\e0bf";
    --fa--fa: "\e0bf\e0bf"
}

.fa-shield-plus {
    --fa: "\e24a";
    --fa--fa: "\e24a\e24a"
}

.fa-vials {
    --fa: "\f493";
    --fa--fa: "\f493\f493"
}

.fa-eye-dropper-full {
    --fa: "\e172";
    --fa--fa: "\e172\e172"
}

.fa-distribute-spacing-horizontal {
    --fa: "\e365";
    --fa--fa: "\e365\e365"
}

.fa-tablet-rugged {
    --fa: "\f48f";
    --fa--fa: "\f48f\f48f"
}

.fa-temperature-frigid,
.fa-temperature-snow {
    --fa: "\f768";
    --fa--fa: "\f768\f768"
}

.fa-moped {
    --fa: "\e3b9";
    --fa--fa: "\e3b9\e3b9"
}

.fa-face-smile-plus,
.fa-smile-plus {
    --fa: "\f5b9";
    --fa--fa: "\f5b9\f5b9"
}

.fa-radio-alt,
.fa-radio-tuner {
    --fa: "\f8d8";
    --fa--fa: "\f8d8\f8d8"
}

.fa-face-swear {
    --fa: "\e399";
    --fa--fa: "\e399\e399"
}

.fa-water-arrow-down,
.fa-water-lower {
    --fa: "\f774";
    --fa--fa: "\f774\f774"
}

.fa-scanner-touchscreen {
    --fa: "\f48a";
    --fa--fa: "\f48a\f48a"
}

.fa-circle-7 {
    --fa: "\e0f4";
    --fa--fa: "\e0f4\e0f4"
}

.fa-plug-circle-plus {
    --fa: "\e55f";
    --fa--fa: "\e55f\e55f"
}

.fa-person-ski-jumping,
.fa-ski-jump {
    --fa: "\f7c7";
    --fa--fa: "\f7c7\f7c7"
}

.fa-place-of-worship {
    --fa: "\f67f";
    --fa--fa: "\f67f\f67f"
}

.fa-water-arrow-up,
.fa-water-rise {
    --fa: "\f775";
    --fa--fa: "\f775\f775"
}

.fa-waveform-lines,
.fa-waveform-path {
    --fa: "\f8f2";
    --fa--fa: "\f8f2\f8f2"
}

.fa-split {
    --fa: "\e254";
    --fa--fa: "\e254\e254"
}

.fa-film-canister,
.fa-film-cannister {
    --fa: "\f8b7";
    --fa--fa: "\f8b7\f8b7"
}

.fa-folder-times,
.fa-folder-xmark {
    --fa: "\f65f";
    --fa--fa: "\f65f\f65f"
}

.fa-toilet-paper-alt,
.fa-toilet-paper-blank {
    --fa: "\f71f";
    --fa--fa: "\f71f\f71f"
}

.fa-tablet-android-alt,
.fa-tablet-screen {
    --fa: "\f3fc";
    --fa--fa: "\f3fc\f3fc"
}

.fa-hexagon-vertical-nft-slanted {
    --fa: "\e506";
    --fa--fa: "\e506\e506"
}

.fa-folder-music {
    --fa: "\e18d";
    --fa--fa: "\e18d\e18d"
}

.fa-desktop-medical,
.fa-display-medical {
    --fa: "\e166";
    --fa--fa: "\e166\e166"
}

.fa-share-all {
    --fa: "\f367";
    --fa--fa: "\f367\f367"
}

.fa-peapod {
    --fa: "\e31c";
    --fa--fa: "\e31c\e31c"
}

.fa-chess-clock {
    --fa: "\f43d";
    --fa--fa: "\f43d\f43d"
}

.fa-axe {
    --fa: "\f6b2";
    --fa--fa: "\f6b2\f6b2"
}

.fa-square-d {
    --fa: "\e268";
    --fa--fa: "\e268\e268"
}

.fa-grip-vertical {
    --fa: "\f58e";
    --fa--fa: "\f58e\f58e"
}

.fa-mobile-signal-out {
    --fa: "\e1f0";
    --fa--fa: "\e1f0\e1f0"
}

.fa-hexagon-nodes {
    --fa: "\e699";
    --fa--fa: "\e699\e699"
}

.fa-arrow-turn-up,
.fa-level-up {
    --fa: "\f148";
    --fa--fa: "\f148\f148"
}

.fa-u {
    --fa: "\55";
    --fa--fa: "\55\55"
}

.fa-arrow-up-from-dotted-line {
    --fa: "\e09b";
    --fa--fa: "\e09b\e09b"
}

.fa-square-root-alt,
.fa-square-root-variable {
    --fa: "\f698";
    --fa--fa: "\f698\f698"
}

.fa-light-switch-on {
    --fa: "\e019";
    --fa--fa: "\e019\e019"
}

.fa-arrow-down-arrow-up,
.fa-sort-alt {
    --fa: "\f883";
    --fa--fa: "\f883\f883"
}

.fa-raindrops {
    --fa: "\f75c";
    --fa--fa: "\f75c\f75c"
}

.fa-dash,
.fa-minus-large {
    --fa: "\e404";
    --fa--fa: "\e404\e404"
}

.fa-clock,
.fa-clock-four {
    --fa: "\f017";
    --fa--fa: "\f017\f017"
}

.fa-input-numeric {
    --fa: "\e1bd";
    --fa--fa: "\e1bd\e1bd"
}

.fa-truck-tow {
    --fa: "\e2b8";
    --fa--fa: "\e2b8\e2b8"
}

.fa-backward-step,
.fa-step-backward {
    --fa: "\f048";
    --fa--fa: "\f048\f048"
}

.fa-pallet {
    --fa: "\f482";
    --fa--fa: "\f482\f482"
}

.fa-car-bolt {
    --fa: "\e341";
    --fa--fa: "\e341\e341"
}

.fa-arrows-maximize,
.fa-expand-arrows {
    --fa: "\f31d";
    --fa--fa: "\f31d\f31d"
}

.fa-faucet {
    --fa: "\e005";
    --fa--fa: "\e005\e005"
}

.fa-cloud-sleet {
    --fa: "\f741";
    --fa--fa: "\f741\f741"
}

.fa-lamp-street {
    --fa: "\e1c5";
    --fa--fa: "\e1c5\e1c5"
}

.fa-list-radio {
    --fa: "\e1d0";
    --fa--fa: "\e1d0\e1d0"
}

.fa-pen-nib-slash {
    --fa: "\e4a1";
    --fa--fa: "\e4a1\e4a1"
}

.fa-baseball-bat-ball {
    --fa: "\f432";
    --fa--fa: "\f432\f432"
}

.fa-square-up-left {
    --fa: "\e282";
    --fa--fa: "\e282\e282"
}

.fa-overline {
    --fa: "\f876";
    --fa--fa: "\f876\f876"
}

.fa-s {
    --fa: "\53";
    --fa--fa: "\53\53"
}

.fa-timeline {
    --fa: "\e29c";
    --fa--fa: "\e29c\e29c"
}

.fa-keyboard {
    --fa: "\f11c";
    --fa--fa: "\f11c\f11c"
}

.fa-arrows-from-dotted-line {
    --fa: "\e0a3";
    --fa--fa: "\e0a3\e0a3"
}

.fa-usb-drive {
    --fa: "\f8e9";
    --fa--fa: "\f8e9\f8e9"
}

.fa-ballot {
    --fa: "\f732";
    --fa--fa: "\f732\f732"
}

.fa-caret-down {
    --fa: "\f0d7";
    --fa--fa: "\f0d7\f0d7"
}

.fa-location-dot-slash,
.fa-map-marker-alt-slash {
    --fa: "\f605";
    --fa--fa: "\f605\f605"
}

.fa-cards {
    --fa: "\e3ed";
    --fa--fa: "\e3ed\e3ed"
}

.fa-clinic-medical,
.fa-house-chimney-medical {
    --fa: "\f7f2";
    --fa--fa: "\f7f2\f7f2"
}

.fa-boxing-glove,
.fa-glove-boxing {
    --fa: "\f438";
    --fa--fa: "\f438\f438"
}

.fa-temperature-3,
.fa-temperature-three-quarters,
.fa-thermometer-3,
.fa-thermometer-three-quarters {
    --fa: "\f2c8";
    --fa--fa: "\f2c8\f2c8"
}

.fa-bell-school {
    --fa: "\f5d5";
    --fa--fa: "\f5d5\f5d5"
}

.fa-mobile-android-alt,
.fa-mobile-screen {
    --fa: "\f3cf";
    --fa--fa: "\f3cf\f3cf"
}

.fa-plane-up {
    --fa: "\e22d";
    --fa--fa: "\e22d\e22d"
}

.fa-folder-heart {
    --fa: "\e189";
    --fa--fa: "\e189\e189"
}

.fa-circle-location-arrow,
.fa-location-circle {
    --fa: "\f602";
    --fa--fa: "\f602\f602"
}

.fa-face-head-bandage {
    --fa: "\e37a";
    --fa--fa: "\e37a\e37a"
}

.fa-maki-roll,
.fa-makizushi,
.fa-sushi-roll {
    --fa: "\e48b";
    --fa--fa: "\e48b\e48b"
}

.fa-car-bump {
    --fa: "\f5e0";
    --fa--fa: "\f5e0\f5e0"
}

.fa-piggy-bank {
    --fa: "\f4d3";
    --fa--fa: "\f4d3\f4d3"
}

.fa-racquet {
    --fa: "\f45a";
    --fa--fa: "\f45a\f45a"
}

.fa-car-mirrors {
    --fa: "\e343";
    --fa--fa: "\e343\e343"
}

.fa-industry-alt,
.fa-industry-windows {
    --fa: "\f3b3";
    --fa--fa: "\f3b3\f3b3"
}

.fa-bolt-auto {
    --fa: "\e0b6";
    --fa--fa: "\e0b6\e0b6"
}

.fa-battery-3,
.fa-battery-half {
    --fa: "\f242";
    --fa--fa: "\f242\f242"
}

.fa-flux-capacitor {
    --fa: "\f8ba";
    --fa--fa: "\f8ba\f8ba"
}

.fa-mountain-city {
    --fa: "\e52e";
    --fa--fa: "\e52e\e52e"
}

.fa-coins {
    --fa: "\f51e";
    --fa--fa: "\f51e\f51e"
}

.fa-honey-pot {
    --fa: "\e418";
    --fa--fa: "\e418\e418"
}

.fa-olive {
    --fa: "\e316";
    --fa--fa: "\e316\e316"
}

.fa-khanda {
    --fa: "\f66d";
    --fa--fa: "\f66d\f66d"
}

.fa-filter-list {
    --fa: "\e17c";
    --fa--fa: "\e17c\e17c"
}

.fa-outlet {
    --fa: "\e01c";
    --fa--fa: "\e01c\e01c"
}

.fa-sliders,
.fa-sliders-h {
    --fa: "\f1de";
    --fa--fa: "\f1de\f1de"
}

.fa-cauldron {
    --fa: "\f6bf";
    --fa--fa: "\f6bf\f6bf"
}

.fa-people {
    --fa: "\e216";
    --fa--fa: "\e216\e216"
}

.fa-folder-tree {
    --fa: "\f802";
    --fa--fa: "\f802\f802"
}

.fa-network-wired {
    --fa: "\f6ff";
    --fa--fa: "\f6ff\f6ff"
}

.fa-croissant {
    --fa: "\f7f6";
    --fa--fa: "\f7f6\f7f6"
}

.fa-map-pin {
    --fa: "\f276";
    --fa--fa: "\f276\f276"
}

.fa-hamsa {
    --fa: "\f665";
    --fa--fa: "\f665\f665"
}

.fa-cent-sign {
    --fa: "\e3f5";
    --fa--fa: "\e3f5\e3f5"
}

.fa-swords-laser {
    --fa: "\e03d";
    --fa--fa: "\e03d\e03d"
}

.fa-flask {
    --fa: "\f0c3";
    --fa--fa: "\f0c3\f0c3"
}

.fa-person-pregnant {
    --fa: "\e31e";
    --fa--fa: "\e31e\e31e"
}

.fa-square-u {
    --fa: "\e281";
    --fa--fa: "\e281\e281"
}

.fa-wand-sparkles {
    --fa: "\f72b";
    --fa--fa: "\f72b\f72b"
}

.fa-router {
    --fa: "\f8da";
    --fa--fa: "\f8da\f8da"
}

.fa-ellipsis-v,
.fa-ellipsis-vertical {
    --fa: "\f142";
    --fa--fa: "\f142\f142"
}

.fa-sword-laser-alt {
    --fa: "\e03c";
    --fa--fa: "\e03c\e03c"
}

.fa-ticket {
    --fa: "\f145";
    --fa--fa: "\f145\f145"
}

.fa-power-off {
    --fa: "\f011";
    --fa--fa: "\f011\f011"
}

.fa-coin {
    --fa: "\f85c";
    --fa--fa: "\f85c\f85c"
}

.fa-laptop-slash {
    --fa: "\e1c7";
    --fa--fa: "\e1c7\e1c7"
}

.fa-long-arrow-alt-right,
.fa-right-long {
    --fa: "\f30b";
    --fa--fa: "\f30b\f30b"
}

.fa-circle-b {
    --fa: "\e0fd";
    --fa--fa: "\e0fd\e0fd"
}

.fa-person-dress-simple {
    --fa: "\e21c";
    --fa--fa: "\e21c\e21c"
}

.fa-pipe-collar {
    --fa: "\e437";
    --fa--fa: "\e437\e437"
}

.fa-lights-holiday {
    --fa: "\f7b2";
    --fa--fa: "\f7b2\f7b2"
}

.fa-citrus {
    --fa: "\e2f4";
    --fa--fa: "\e2f4\e2f4"
}

.fa-flag-usa {
    --fa: "\f74d";
    --fa--fa: "\f74d\f74d"
}

.fa-laptop-file {
    --fa: "\e51d";
    --fa--fa: "\e51d\e51d"
}

.fa-teletype,
.fa-tty {
    --fa: "\f1e4";
    --fa--fa: "\f1e4\f1e4"
}

.fa-chart-tree-map {
    --fa: "\e0ea";
    --fa--fa: "\e0ea\e0ea"
}

.fa-diagram-next {
    --fa: "\e476";
    --fa--fa: "\e476\e476"
}

.fa-person-rifle {
    --fa: "\e54e";
    --fa--fa: "\e54e\e54e"
}

.fa-clock-five-thirty {
    --fa: "\e34a";
    --fa--fa: "\e34a\e34a"
}

.fa-pipe-valve {
    --fa: "\e439";
    --fa--fa: "\e439\e439"
}

.fa-lightbulb-message {
    --fa: "\e687";
    --fa--fa: "\e687\e687"
}

.fa-arrow-up-from-arc {
    --fa: "\e4b4";
    --fa--fa: "\e4b4\e4b4"
}

.fa-face-spiral-eyes {
    --fa: "\e485";
    --fa--fa: "\e485\e485"
}

.fa-compress-wide {
    --fa: "\f326";
    --fa--fa: "\f326\f326"
}

.fa-circle-phone-hangup,
.fa-phone-circle-down {
    --fa: "\e11d";
    --fa--fa: "\e11d\e11d"
}

.fa-gear-complex-code {
    --fa: "\e5eb";
    --fa--fa: "\e5eb\e5eb"
}

.fa-house-medical-circle-exclamation {
    --fa: "\e512";
    --fa--fa: "\e512\e512"
}

.fa-badminton {
    --fa: "\e33a";
    --fa--fa: "\e33a\e33a"
}

.fa-closed-captioning {
    --fa: "\f20a";
    --fa--fa: "\f20a\f20a"
}

.fa-hiking,
.fa-person-hiking {
    --fa: "\f6ec";
    --fa--fa: "\f6ec\f6ec"
}

.fa-arrow-alt-from-left,
.fa-right-from-line {
    --fa: "\f347";
    --fa--fa: "\f347\f347"
}

.fa-venus-double {
    --fa: "\f226";
    --fa--fa: "\f226\f226"
}

.fa-images {
    --fa: "\f302";
    --fa--fa: "\f302\f302"
}

.fa-calculator {
    --fa: "\f1ec";
    --fa--fa: "\f1ec\f1ec"
}

.fa-shuttlecock {
    --fa: "\f45b";
    --fa--fa: "\f45b\f45b"
}

.fa-user-hair {
    --fa: "\e45a";
    --fa--fa: "\e45a\e45a"
}

.fa-eye-evil {
    --fa: "\f6db";
    --fa--fa: "\f6db\f6db"
}

.fa-people-pulling {
    --fa: "\e535";
    --fa--fa: "\e535\e535"
}

.fa-n {
    --fa: "\4e";
    --fa--fa: "\4e\4e"
}

.fa-swap {
    --fa: "\e609";
    --fa--fa: "\e609\e609"
}

.fa-garage {
    --fa: "\e009";
    --fa--fa: "\e009\e009"
}

.fa-cable-car,
.fa-tram {
    --fa: "\f7da";
    --fa--fa: "\f7da\f7da"
}

.fa-shovel-snow {
    --fa: "\f7c3";
    --fa--fa: "\f7c3\f7c3"
}

.fa-cloud-rain {
    --fa: "\f73d";
    --fa--fa: "\f73d\f73d"
}

.fa-face-lying {
    --fa: "\e37e";
    --fa--fa: "\e37e\e37e"
}

.fa-sprinkler {
    --fa: "\e035";
    --fa--fa: "\e035\e035"
}

.fa-building-circle-xmark {
    --fa: "\e4d4";
    --fa--fa: "\e4d4\e4d4"
}

.fa-person-sledding,
.fa-sledding {
    --fa: "\f7cb";
    --fa--fa: "\f7cb\f7cb"
}

.fa-game-console-handheld {
    --fa: "\f8bb";
    --fa--fa: "\f8bb\f8bb"
}

.fa-ship {
    --fa: "\f21a";
    --fa--fa: "\f21a\f21a"
}

.fa-clock-six-thirty {
    --fa: "\e353";
    --fa--fa: "\e353\e353"
}

.fa-battery-slash {
    --fa: "\f377";
    --fa--fa: "\f377\f377"
}

.fa-tugrik-sign {
    --fa: "\e2ba";
    --fa--fa: "\e2ba\e2ba"
}

.fa-arrows-down-to-line {
    --fa: "\e4b8";
    --fa--fa: "\e4b8\e4b8"
}

.fa-download {
    --fa: "\f019";
    --fa--fa: "\f019\f019"
}

.fa-angles-up-down {
    --fa: "\e60d";
    --fa--fa: "\e60d\e60d"
}

.fa-inventory,
.fa-shelves {
    --fa: "\f480";
    --fa--fa: "\f480\f480"
}

.fa-cloud-snow {
    --fa: "\f742";
    --fa--fa: "\f742\f742"
}

.fa-face-grin,
.fa-grin {
    --fa: "\f580";
    --fa--fa: "\f580\f580"
}

.fa-backspace,
.fa-delete-left {
    --fa: "\f55a";
    --fa--fa: "\f55a\f55a"
}

.fa-oven {
    --fa: "\e01d";
    --fa--fa: "\e01d\e01d"
}

.fa-cloud-binary {
    --fa: "\e601";
    --fa--fa: "\e601\e601"
}

.fa-eye-dropper,
.fa-eye-dropper-empty,
.fa-eyedropper {
    --fa: "\f1fb";
    --fa--fa: "\f1fb\f1fb"
}

.fa-comment-captions {
    --fa: "\e146";
    --fa--fa: "\e146\e146"
}

.fa-comments-question {
    --fa: "\e14e";
    --fa--fa: "\e14e\e14e"
}

.fa-scribble {
    --fa: "\e23f";
    --fa--fa: "\e23f\e23f"
}

.fa-rotate-exclamation {
    --fa: "\e23c";
    --fa--fa: "\e23c\e23c"
}

.fa-file-circle-check {
    --fa: "\e5a0";
    --fa--fa: "\e5a0\e5a0"
}

.fa-glass {
    --fa: "\f804";
    --fa--fa: "\f804\f804"
}

.fa-loader {
    --fa: "\e1d4";
    --fa--fa: "\e1d4\e1d4"
}

.fa-forward {
    --fa: "\f04e";
    --fa--fa: "\f04e\f04e"
}

.fa-user-pilot {
    --fa: "\e2c0";
    --fa--fa: "\e2c0\e2c0"
}

.fa-mobile,
.fa-mobile-android,
.fa-mobile-phone {
    --fa: "\f3ce";
    --fa--fa: "\f3ce\f3ce"
}

.fa-code-pull-request-closed {
    --fa: "\e3f9";
    --fa--fa: "\e3f9\e3f9"
}

.fa-face-meh,
.fa-meh {
    --fa: "\f11a";
    --fa--fa: "\f11a\f11a"
}

.fa-align-center {
    --fa: "\f037";
    --fa--fa: "\f037\f037"
}

.fa-book-dead,
.fa-book-skull {
    --fa: "\f6b7";
    --fa--fa: "\f6b7\f6b7"
}

.fa-drivers-license,
.fa-id-card {
    --fa: "\f2c2";
    --fa--fa: "\f2c2\f2c2"
}

.fa-face-dotted {
    --fa: "\e47f";
    --fa--fa: "\e47f\e47f"
}

.fa-face-worried {
    --fa: "\e3a3";
    --fa--fa: "\e3a3\e3a3"
}

.fa-dedent,
.fa-outdent {
    --fa: "\f03b";
    --fa--fa: "\f03b\f03b"
}

.fa-court-sport {
    --fa: "\e643";
    --fa--fa: "\e643\e643"
}

.fa-heart-circle-exclamation {
    --fa: "\e4fe";
    --fa--fa: "\e4fe\e4fe"
}

.fa-home,
.fa-home-alt,
.fa-home-lg-alt,
.fa-house {
    --fa: "\f015";
    --fa--fa: "\f015\f015"
}

.fa-vector-circle {
    --fa: "\e2c6";
    --fa--fa: "\e2c6\e2c6"
}

.fa-car-circle-bolt {
    --fa: "\e342";
    --fa--fa: "\e342\e342"
}

.fa-calendar-week {
    --fa: "\f784";
    --fa--fa: "\f784\f784"
}

.fa-flying-disc {
    --fa: "\e3a9";
    --fa--fa: "\e3a9\e3a9"
}

.fa-laptop-medical {
    --fa: "\f812";
    --fa--fa: "\f812\f812"
}

.fa-square-down-right {
    --fa: "\e26c";
    --fa--fa: "\e26c\e26c"
}

.fa-b {
    --fa: "\42";
    --fa--fa: "\42\42"
}

.fa-seat-airline {
    --fa: "\e244";
    --fa--fa: "\e244\e244"
}

.fa-eclipse-alt,
.fa-moon-over-sun {
    --fa: "\f74a";
    --fa--fa: "\f74a\f74a"
}

.fa-pipe {
    --fa: "\7c";
    --fa--fa: "\7c\7c"
}

.fa-file-medical {
    --fa: "\f477";
    --fa--fa: "\f477\f477"
}

.fa-potato {
    --fa: "\e440";
    --fa--fa: "\e440\e440"
}

.fa-dice-one {
    --fa: "\f525";
    --fa--fa: "\f525\f525"
}

.fa-circle-a {
    --fa: "\e0f7";
    --fa--fa: "\e0f7\e0f7"
}

.fa-helmet-battle {
    --fa: "\f6eb";
    --fa--fa: "\f6eb\f6eb"
}

.fa-butter {
    --fa: "\e3e4";
    --fa--fa: "\e3e4\e3e4"
}

.fa-blanket-fire {
    --fa: "\e3da";
    --fa--fa: "\e3da\e3da"
}

.fa-kiwi-bird {
    --fa: "\f535";
    --fa--fa: "\f535\f535"
}

.fa-castle {
    --fa: "\e0de";
    --fa--fa: "\e0de\e0de"
}

.fa-golf-club {
    --fa: "\f451";
    --fa--fa: "\f451\f451"
}

.fa-arrow-right-arrow-left,
.fa-exchange {
    --fa: "\f0ec";
    --fa--fa: "\f0ec\f0ec"
}

.fa-redo-alt,
.fa-rotate-forward,
.fa-rotate-right {
    --fa: "\f2f9";
    --fa--fa: "\f2f9\f2f9"
}

.fa-cutlery,
.fa-utensils {
    --fa: "\f2e7";
    --fa--fa: "\f2e7\f2e7"
}

.fa-arrow-up-wide-short,
.fa-sort-amount-up {
    --fa: "\f161";
    --fa--fa: "\f161\f161"
}

.fa-chart-pie-simple-circle-dollar {
    --fa: "\e605";
    --fa--fa: "\e605\e605"
}

.fa-balloons {
    --fa: "\e2e4";
    --fa--fa: "\e2e4\e2e4"
}

.fa-mill-sign {
    --fa: "\e1ed";
    --fa--fa: "\e1ed\e1ed"
}

.fa-bowl-rice {
    --fa: "\e2eb";
    --fa--fa: "\e2eb\e2eb"
}

.fa-timeline-arrow {
    --fa: "\e29d";
    --fa--fa: "\e29d\e29d"
}

.fa-skull {
    --fa: "\f54c";
    --fa--fa: "\f54c\f54c"
}

.fa-game-board-alt,
.fa-game-board-simple {
    --fa: "\f868";
    --fa--fa: "\f868\f868"
}

.fa-circle-video,
.fa-video-circle {
    --fa: "\e12b";
    --fa--fa: "\e12b\e12b"
}

.fa-chart-scatter-bubble {
    --fa: "\e0e9";
    --fa--fa: "\e0e9\e0e9"
}

.fa-house-turret {
    --fa: "\e1b4";
    --fa--fa: "\e1b4\e1b4"
}

.fa-banana {
    --fa: "\e2e5";
    --fa--fa: "\e2e5\e2e5"
}

.fa-hand-holding-skull {
    --fa: "\e1a4";
    --fa--fa: "\e1a4\e1a4"
}

.fa-people-dress {
    --fa: "\e217";
    --fa--fa: "\e217\e217"
}

.fa-couch-small,
.fa-loveseat {
    --fa: "\f4cc";
    --fa--fa: "\f4cc\f4cc"
}

.fa-broadcast-tower,
.fa-tower-broadcast {
    --fa: "\f519";
    --fa--fa: "\f519\f519"
}

.fa-truck-pickup {
    --fa: "\f63c";
    --fa--fa: "\f63c\f63c"
}

.fa-block-quote {
    --fa: "\e0b5";
    --fa--fa: "\e0b5\e0b5"
}

.fa-long-arrow-alt-up,
.fa-up-long {
    --fa: "\f30c";
    --fa--fa: "\f30c\f30c"
}

.fa-stop {
    --fa: "\f04d";
    --fa--fa: "\f04d\f04d"
}

.fa-code-merge {
    --fa: "\f387";
    --fa--fa: "\f387\f387"
}

.fa-money-check-dollar-pen,
.fa-money-check-edit-alt {
    --fa: "\f873";
    --fa--fa: "\f873\f873"
}

.fa-arrow-alt-from-bottom,
.fa-up-from-line {
    --fa: "\f346";
    --fa--fa: "\f346\f346"
}

.fa-upload {
    --fa: "\f093";
    --fa--fa: "\f093\f093"
}

.fa-hurricane {
    --fa: "\f751";
    --fa--fa: "\f751\f751"
}

.fa-grid-round-2-plus {
    --fa: "\e5dc";
    --fa--fa: "\e5dc\e5dc"
}

.fa-people-pants {
    --fa: "\e219";
    --fa--fa: "\e219\e219"
}

.fa-mound {
    --fa: "\e52d";
    --fa--fa: "\e52d\e52d"
}

.fa-windsock {
    --fa: "\f777";
    --fa--fa: "\f777\f777"
}

.fa-circle-half {
    --fa: "\e110";
    --fa--fa: "\e110\e110"
}

.fa-brake-warning {
    --fa: "\e0c7";
    --fa--fa: "\e0c7\e0c7"
}

.fa-toilet-portable {
    --fa: "\e583";
    --fa--fa: "\e583\e583"
}

.fa-compact-disc {
    --fa: "\f51f";
    --fa--fa: "\f51f\f51f"
}

.fa-file-arrow-down,
.fa-file-download {
    --fa: "\f56d";
    --fa--fa: "\f56d\f56d"
}

.fa-sax-hot,
.fa-saxophone-fire {
    --fa: "\f8db";
    --fa--fa: "\f8db\f8db"
}

.fa-camera-web-slash,
.fa-webcam-slash {
    --fa: "\f833";
    --fa--fa: "\f833\f833"
}

.fa-folder-medical {
    --fa: "\e18c";
    --fa--fa: "\e18c\e18c"
}

.fa-folder-cog,
.fa-folder-gear {
    --fa: "\e187";
    --fa--fa: "\e187\e187"
}

.fa-hand-wave {
    --fa: "\e1a7";
    --fa--fa: "\e1a7\e1a7"
}

.fa-arrow-up-arrow-down,
.fa-sort-up-down {
    --fa: "\e099";
    --fa--fa: "\e099\e099"
}

.fa-caravan {
    --fa: "\f8ff";
    --fa--fa: "\f8ff\f8ff"
}

.fa-shield-cat {
    --fa: "\e572";
    --fa--fa: "\e572\e572"
}

.fa-comment-alt-slash,
.fa-message-slash {
    --fa: "\f4a9";
    --fa--fa: "\f4a9\f4a9"
}

.fa-bolt,
.fa-zap {
    --fa: "\f0e7";
    --fa--fa: "\f0e7\f0e7"
}

.fa-trash-can-check {
    --fa: "\e2a9";
    --fa--fa: "\e2a9\e2a9"
}

.fa-glass-water {
    --fa: "\e4f4";
    --fa--fa: "\e4f4\e4f4"
}

.fa-oil-well {
    --fa: "\e532";
    --fa--fa: "\e532\e532"
}

.fa-table-cells-column-unlock {
    --fa: "\e690";
    --fa--fa: "\e690\e690"
}

.fa-person-simple {
    --fa: "\e220";
    --fa--fa: "\e220\e220"
}

.fa-arrow-turn-left-up {
    --fa: "\e634";
    --fa--fa: "\e634\e634"
}

.fa-vault {
    --fa: "\e2c5";
    --fa--fa: "\e2c5\e2c5"
}

.fa-mars {
    --fa: "\f222";
    --fa--fa: "\f222\f222"
}

.fa-toilet {
    --fa: "\f7d8";
    --fa--fa: "\f7d8\f7d8"
}

.fa-plane-circle-xmark {
    --fa: "\e557";
    --fa--fa: "\e557\e557"
}

.fa-cny,
.fa-jpy,
.fa-rmb,
.fa-yen,
.fa-yen-sign {
    --fa: "\f157";
    --fa--fa: "\f157\f157"
}

.fa-gear-code {
    --fa: "\e5e8";
    --fa--fa: "\e5e8\e5e8"
}

.fa-notes {
    --fa: "\e202";
    --fa--fa: "\e202\e202"
}

.fa-rouble,
.fa-rub,
.fa-ruble,
.fa-ruble-sign {
    --fa: "\f158";
    --fa--fa: "\f158\f158"
}

.fa-trash-arrow-turn-left,
.fa-trash-undo {
    --fa: "\f895";
    --fa--fa: "\f895\f895"
}

.fa-champagne-glass,
.fa-glass-champagne {
    --fa: "\f79e";
    --fa--fa: "\f79e\f79e"
}

.fa-objects-align-center-horizontal {
    --fa: "\e3bc";
    --fa--fa: "\e3bc\e3bc"
}

.fa-sun {
    --fa: "\f185";
    --fa--fa: "\f185\f185"
}

.fa-trash-alt-slash,
.fa-trash-can-slash {
    --fa: "\e2ad";
    --fa--fa: "\e2ad\e2ad"
}

.fa-screen-users,
.fa-users-class {
    --fa: "\f63d";
    --fa--fa: "\f63d\f63d"
}

.fa-guitar {
    --fa: "\f7a6";
    --fa--fa: "\f7a6\f7a6"
}

.fa-arrow-square-left,
.fa-square-arrow-left {
    --fa: "\f33a";
    --fa--fa: "\f33a\f33a"
}

.fa-square-8 {
    --fa: "\e25d";
    --fa--fa: "\e25d\e25d"
}

.fa-face-smile-hearts {
    --fa: "\e390";
    --fa--fa: "\e390\e390"
}

.fa-brackets,
.fa-brackets-square {
    --fa: "\f7e9";
    --fa--fa: "\f7e9\f7e9"
}

.fa-laptop-arrow-down {
    --fa: "\e1c6";
    --fa--fa: "\e1c6\e1c6"
}

.fa-hockey-stick-puck {
    --fa: "\e3ae";
    --fa--fa: "\e3ae\e3ae"
}

.fa-house-tree {
    --fa: "\e1b3";
    --fa--fa: "\e1b3\e1b3"
}

.fa-signal-2,
.fa-signal-fair {
    --fa: "\f68d";
    --fa--fa: "\f68d\f68d"
}

.fa-face-laugh-wink,
.fa-laugh-wink {
    --fa: "\f59c";
    --fa--fa: "\f59c\f59c"
}

.fa-circle-dollar,
.fa-dollar-circle,
.fa-usd-circle {
    --fa: "\f2e8";
    --fa--fa: "\f2e8\f2e8"
}

.fa-horse-head {
    --fa: "\f7ab";
    --fa--fa: "\f7ab\f7ab"
}

.fa-arrows-repeat,
.fa-repeat-alt {
    --fa: "\f364";
    --fa--fa: "\f364\f364"
}

.fa-bore-hole {
    --fa: "\e4c3";
    --fa--fa: "\e4c3\e4c3"
}

.fa-industry {
    --fa: "\f275";
    --fa--fa: "\f275\f275"
}

.fa-image-polaroid {
    --fa: "\f8c4";
    --fa--fa: "\f8c4\f8c4"
}

.fa-wave-triangle {
    --fa: "\f89a";
    --fa--fa: "\f89a\f89a"
}

.fa-turn-left-down {
    --fa: "\e637";
    --fa--fa: "\e637\e637"
}

.fa-person-running-fast {
    --fa: "\e5ff";
    --fa--fa: "\e5ff\e5ff"
}

.fa-arrow-alt-circle-down,
.fa-circle-down {
    --fa: "\f358";
    --fa--fa: "\f358\f358"
}

.fa-grill {
    --fa: "\e5a3";
    --fa--fa: "\e5a3\e5a3"
}

.fa-arrows-turn-to-dots {
    --fa: "\e4c1";
    --fa--fa: "\e4c1\e4c1"
}

.fa-analytics,
.fa-chart-mixed {
    --fa: "\f643";
    --fa--fa: "\f643\f643"
}

.fa-florin-sign {
    --fa: "\e184";
    --fa--fa: "\e184\e184"
}

.fa-arrow-down-short-wide,
.fa-sort-amount-desc,
.fa-sort-amount-down-alt {
    --fa: "\f884";
    --fa--fa: "\f884\f884"
}

.fa-less-than {
    --fa: "\3c";
    --fa--fa: "\3c\3c"
}

.fa-desktop-code,
.fa-display-code {
    --fa: "\e165";
    --fa--fa: "\e165\e165"
}

.fa-face-drooling {
    --fa: "\e372";
    --fa--fa: "\e372\e372"
}

.fa-oil-temp,
.fa-oil-temperature {
    --fa: "\f614";
    --fa--fa: "\f614\f614"
}

.fa-question-square,
.fa-square-question {
    --fa: "\f2fd";
    --fa--fa: "\f2fd\f2fd"
}

.fa-air-conditioner {
    --fa: "\f8f4";
    --fa--fa: "\f8f4\f8f4"
}

.fa-angle-down {
    --fa: "\f107";
    --fa--fa: "\f107\f107"
}

.fa-mountains {
    --fa: "\f6fd";
    --fa--fa: "\f6fd\f6fd"
}

.fa-omega {
    --fa: "\f67a";
    --fa--fa: "\f67a\f67a"
}

.fa-car-tunnel {
    --fa: "\e4de";
    --fa--fa: "\e4de\e4de"
}

.fa-person-dolly-empty {
    --fa: "\f4d1";
    --fa--fa: "\f4d1\f4d1"
}

.fa-pan-food {
    --fa: "\e42b";
    --fa--fa: "\e42b\e42b"
}

.fa-head-side-cough {
    --fa: "\e061";
    --fa--fa: "\e061\e061"
}

.fa-grip-lines {
    --fa: "\f7a4";
    --fa--fa: "\f7a4\f7a4"
}

.fa-thumbs-down {
    --fa: "\f165";
    --fa--fa: "\f165\f165"
}

.fa-user-lock {
    --fa: "\f502";
    --fa--fa: "\f502\f502"
}

.fa-arrow-right-long,
.fa-long-arrow-right {
    --fa: "\f178";
    --fa--fa: "\f178\f178"
}

.fa-tickets-airline,
.fa-tickets-perforated-plane,
.fa-tickets-plane {
    --fa: "\e29b";
    --fa--fa: "\e29b\e29b"
}

.fa-tent-double-peak {
    --fa: "\e627";
    --fa--fa: "\e627\e627"
}

.fa-anchor-circle-xmark {
    --fa: "\e4ac";
    --fa--fa: "\e4ac\e4ac"
}

.fa-ellipsis,
.fa-ellipsis-h {
    --fa: "\f141";
    --fa--fa: "\f141\f141"
}

.fa-nfc-slash {
    --fa: "\e1fc";
    --fa--fa: "\e1fc\e1fc"
}

.fa-chess-pawn {
    --fa: "\f443";
    --fa--fa: "\f443\f443"
}

.fa-first-aid,
.fa-kit-medical {
    --fa: "\f479";
    --fa--fa: "\f479\f479"
}

.fa-grid-2-plus {
    --fa: "\e197";
    --fa--fa: "\e197\e197"
}

.fa-bells {
    --fa: "\f77f";
    --fa--fa: "\f77f\f77f"
}

.fa-person-through-window {
    --fa: "\e5a9";
    --fa--fa: "\e5a9\e5a9"
}

.fa-toolbox {
    --fa: "\f552";
    --fa--fa: "\f552\f552"
}

.fa-globe-wifi {
    --fa: "\e685";
    --fa--fa: "\e685\e685"
}

.fa-envelope-badge,
.fa-envelope-dot {
    --fa: "\e16f";
    --fa--fa: "\e16f\e16f"
}

.fa-magnifying-glass-waveform {
    --fa: "\e661";
    --fa--fa: "\e661\e661"
}

.fa-hands-holding-circle {
    --fa: "\e4fb";
    --fa--fa: "\e4fb\e4fb"
}

.fa-bug {
    --fa: "\f188";
    --fa--fa: "\f188\f188"
}

.fa-bowl-chopsticks {
    --fa: "\e2e9";
    --fa--fa: "\e2e9\e2e9"
}

.fa-credit-card,
.fa-credit-card-alt {
    --fa: "\f09d";
    --fa--fa: "\f09d\f09d"
}

.fa-circle-s {
    --fa: "\e121";
    --fa--fa: "\e121\e121"
}

.fa-box-ballot {
    --fa: "\f735";
    --fa--fa: "\f735\f735"
}

.fa-automobile,
.fa-car {
    --fa: "\f1b9";
    --fa--fa: "\f1b9\f1b9"
}

.fa-hand-holding-hand {
    --fa: "\e4f7";
    --fa--fa: "\e4f7\e4f7"
}

.fa-user-tie-hair {
    --fa: "\e45f";
    --fa--fa: "\e45f\e45f"
}

.fa-podium-star {
    --fa: "\f758";
    --fa--fa: "\f758\f758"
}

.fa-business-front,
.fa-party-back,
.fa-trian-balbot,
.fa-user-hair-mullet {
    --fa: "\e45c";
    --fa--fa: "\e45c\e45c"
}

.fa-microphone-stand {
    --fa: "\f8cb";
    --fa--fa: "\f8cb\f8cb"
}

.fa-book-open-reader,
.fa-book-reader {
    --fa: "\f5da";
    --fa--fa: "\f5da\f5da"
}

.fa-family-dress {
    --fa: "\e301";
    --fa--fa: "\e301\e301"
}

.fa-circle-x {
    --fa: "\e12e";
    --fa--fa: "\e12e\e12e"
}

.fa-cabin {
    --fa: "\e46d";
    --fa--fa: "\e46d\e46d"
}

.fa-mountain-sun {
    --fa: "\e52f";
    --fa--fa: "\e52f\e52f"
}

.fa-chart-simple-horizontal {
    --fa: "\e474";
    --fa--fa: "\e474\e474"
}

.fa-arrows-left-right-to-line {
    --fa: "\e4ba";
    --fa--fa: "\e4ba\e4ba"
}

.fa-hand-back-point-left {
    --fa: "\e19f";
    --fa--fa: "\e19f\e19f"
}

.fa-comment-alt-dots,
.fa-message-dots,
.fa-messaging {
    --fa: "\f4a3";
    --fa--fa: "\f4a3\f4a3"
}

.fa-file-heart {
    --fa: "\e176";
    --fa--fa: "\e176\e176"
}

.fa-beer-foam,
.fa-beer-mug {
    --fa: "\e0b3";
    --fa--fa: "\e0b3\e0b3"
}

.fa-dice-d20 {
    --fa: "\f6cf";
    --fa--fa: "\f6cf\f6cf"
}

.fa-drone {
    --fa: "\f85f";
    --fa--fa: "\f85f\f85f"
}

.fa-truck-droplet {
    --fa: "\e58c";
    --fa--fa: "\e58c\e58c"
}

.fa-file-circle-xmark {
    --fa: "\e5a1";
    --fa--fa: "\e5a1\e5a1"
}

.fa-temperature-arrow-up,
.fa-temperature-up {
    --fa: "\e040";
    --fa--fa: "\e040\e040"
}

.fa-medal {
    --fa: "\f5a2";
    --fa--fa: "\f5a2\f5a2"
}

.fa-person-fairy {
    --fa: "\e608";
    --fa--fa: "\e608\e608"
}

.fa-bed {
    --fa: "\f236";
    --fa--fa: "\f236\f236"
}

.fa-book-copy {
    --fa: "\e0be";
    --fa--fa: "\e0be\e0be"
}

.fa-h-square,
.fa-square-h {
    --fa: "\f0fd";
    --fa--fa: "\f0fd\f0fd"
}

.fa-square-c {
    --fa: "\e266";
    --fa--fa: "\e266\e266"
}

.fa-clock-two {
    --fa: "\e35a";
    --fa--fa: "\e35a\e35a"
}

.fa-square-ellipsis-vertical {
    --fa: "\e26f";
    --fa--fa: "\e26f\e26f"
}

.fa-calendar-users {
    --fa: "\e5e2";
    --fa--fa: "\e5e2\e5e2"
}

.fa-podcast {
    --fa: "\f2ce";
    --fa--fa: "\f2ce\f2ce"
}

.fa-bee {
    --fa: "\e0b2";
    --fa--fa: "\e0b2\e0b2"
}

.fa-temperature-4,
.fa-temperature-full,
.fa-thermometer-4,
.fa-thermometer-full {
    --fa: "\f2c7";
    --fa--fa: "\f2c7\f2c7"
}

.fa-bell {
    --fa: "\f0f3";
    --fa--fa: "\f0f3\f0f3"
}

.fa-candy-bar,
.fa-chocolate-bar {
    --fa: "\e3e8";
    --fa--fa: "\e3e8\e3e8"
}

.fa-xmark-large {
    --fa: "\e59b";
    --fa--fa: "\e59b\e59b"
}

.fa-pinata {
    --fa: "\e3c3";
    --fa--fa: "\e3c3\e3c3"
}

.fa-file-ppt {
    --fa: "\e64a";
    --fa--fa: "\e64a\e64a"
}

.fa-arrows-from-line {
    --fa: "\e0a4";
    --fa--fa: "\e0a4\e0a4"
}

.fa-superscript {
    --fa: "\f12b";
    --fa--fa: "\f12b\f12b"
}

.fa-bowl-spoon {
    --fa: "\e3e0";
    --fa--fa: "\e3e0\e3e0"
}

.fa-hexagon-check {
    --fa: "\e416";
    --fa--fa: "\e416\e416"
}

.fa-plug-circle-xmark {
    --fa: "\e560";
    --fa--fa: "\e560\e560"
}

.fa-star-of-life {
    --fa: "\f621";
    --fa--fa: "\f621\f621"
}

.fa-phone-slash {
    --fa: "\f3dd";
    --fa--fa: "\f3dd\f3dd"
}

.fa-traffic-light-stop {
    --fa: "\f63a";
    --fa--fa: "\f63a\f63a"
}

.fa-paint-roller {
    --fa: "\f5aa";
    --fa--fa: "\f5aa\f5aa"
}

.fa-accent-grave {
    --fa: "\60";
    --fa--fa: "\60\60"
}

.fa-hands-helping,
.fa-handshake-angle {
    --fa: "\f4c4";
    --fa--fa: "\f4c4\f4c4"
}

.fa-circle-0 {
    --fa: "\e0ed";
    --fa--fa: "\e0ed\e0ed"
}

.fa-dial-med-low {
    --fa: "\e160";
    --fa--fa: "\e160\e160"
}

.fa-location-dot,
.fa-map-marker-alt {
    --fa: "\f3c5";
    --fa--fa: "\f3c5\f3c5"
}

.fa-crab {
    --fa: "\e3ff";
    --fa--fa: "\e3ff\e3ff"
}

.fa-box-full,
.fa-box-open-full {
    --fa: "\f49c";
    --fa--fa: "\f49c\f49c"
}

.fa-file {
    --fa: "\f15b";
    --fa--fa: "\f15b\f15b"
}

.fa-greater-than {
    --fa: "\3e";
    --fa--fa: "\3e\3e"
}

.fa-quotes {
    --fa: "\e234";
    --fa--fa: "\e234\e234"
}

.fa-pretzel {
    --fa: "\e441";
    --fa--fa: "\e441\e441"
}

.fa-t-rex {
    --fa: "\e629";
    --fa--fa: "\e629\e629"
}

.fa-person-swimming,
.fa-swimmer {
    --fa: "\f5c4";
    --fa--fa: "\f5c4\f5c4"
}

.fa-arrow-down {
    --fa: "\f063";
    --fa--fa: "\f063\f063"
}

.fa-user-robot-xmarks {
    --fa: "\e4a7";
    --fa--fa: "\e4a7\e4a7"
}

.fa-comment-alt-quote,
.fa-message-quote {
    --fa: "\e1e4";
    --fa--fa: "\e1e4\e1e4"
}

.fa-candy-corn {
    --fa: "\f6bd";
    --fa--fa: "\f6bd\f6bd"
}

.fa-folder-magnifying-glass,
.fa-folder-search {
    --fa: "\e18b";
    --fa--fa: "\e18b\e18b"
}

.fa-notebook {
    --fa: "\e201";
    --fa--fa: "\e201\e201"
}

.fa-circle-wifi {
    --fa: "\e67d";
    --fa--fa: "\e67d\e67d"
}

.fa-droplet,
.fa-tint {
    --fa: "\f043";
    --fa--fa: "\f043\f043"
}

.fa-bullseye-pointer {
    --fa: "\f649";
    --fa--fa: "\f649\f649"
}

.fa-eraser {
    --fa: "\f12d";
    --fa--fa: "\f12d\f12d"
}

.fa-hexagon-image {
    --fa: "\e504";
    --fa--fa: "\e504\e504"
}

.fa-earth,
.fa-earth-america,
.fa-earth-americas,
.fa-globe-americas {
    --fa: "\f57d";
    --fa--fa: "\f57d\f57d"
}

.fa-file-svg {
    --fa: "\e64b";
    --fa--fa: "\e64b\e64b"
}

.fa-crate-apple {
    --fa: "\f6b1";
    --fa--fa: "\f6b1\f6b1"
}

.fa-apple-crate {
    --fa: "\f6b1";
    --fa--fa: "\f6b1\f6b1"
}

.fa-person-burst {
    --fa: "\e53b";
    --fa--fa: "\e53b\e53b"
}

.fa-game-board {
    --fa: "\f867";
    --fa--fa: "\f867\f867"
}

.fa-hat-chef {
    --fa: "\f86b";
    --fa--fa: "\f86b\f86b"
}

.fa-hand-back-point-right {
    --fa: "\e1a1";
    --fa--fa: "\e1a1\e1a1"
}

.fa-dove {
    --fa: "\f4ba";
    --fa--fa: "\f4ba\f4ba"
}

.fa-snowflake-droplets {
    --fa: "\e5c1";
    --fa--fa: "\e5c1\e5c1"
}

.fa-battery-0,
.fa-battery-empty {
    --fa: "\f244";
    --fa--fa: "\f244\f244"
}

.fa-grid-4 {
    --fa: "\e198";
    --fa--fa: "\e198\e198"
}

.fa-socks {
    --fa: "\f696";
    --fa--fa: "\f696\f696"
}

.fa-face-sunglasses {
    --fa: "\e398";
    --fa--fa: "\e398\e398"
}

.fa-inbox {
    --fa: "\f01c";
    --fa--fa: "\f01c\f01c"
}

.fa-square-0 {
    --fa: "\e255";
    --fa--fa: "\e255\e255"
}

.fa-section {
    --fa: "\e447";
    --fa--fa: "\e447\e447"
}

.fa-box-up,
.fa-square-this-way-up {
    --fa: "\f49f";
    --fa--fa: "\f49f\f49f"
}

.fa-gauge-high,
.fa-tachometer-alt,
.fa-tachometer-alt-fast {
    --fa: "\f625";
    --fa--fa: "\f625\f625"
}

.fa-square-ampersand {
    --fa: "\e260";
    --fa--fa: "\e260\e260"
}

.fa-envelope-open-text {
    --fa: "\f658";
    --fa--fa: "\f658\f658"
}

.fa-lamp-desk {
    --fa: "\e014";
    --fa--fa: "\e014\e014"
}

.fa-hospital,
.fa-hospital-alt,
.fa-hospital-wide {
    --fa: "\f0f8";
    --fa--fa: "\f0f8\f0f8"
}

.fa-poll-people {
    --fa: "\f759";
    --fa--fa: "\f759\f759"
}

.fa-glass-whiskey-rocks,
.fa-whiskey-glass-ice {
    --fa: "\f7a1";
    --fa--fa: "\f7a1\f7a1"
}

.fa-wine-bottle {
    --fa: "\f72f";
    --fa--fa: "\f72f\f72f"
}

.fa-chess-rook {
    --fa: "\f447";
    --fa--fa: "\f447\f447"
}

.fa-user-bounty-hunter {
    --fa: "\e2bf";
    --fa--fa: "\e2bf\e2bf"
}

.fa-bars-staggered,
.fa-reorder,
.fa-stream {
    --fa: "\f550";
    --fa--fa: "\f550\f550"
}

.fa-diagram-sankey {
    --fa: "\e158";
    --fa--fa: "\e158\e158"
}

.fa-cloud-hail-mixed {
    --fa: "\f73a";
    --fa--fa: "\f73a\f73a"
}

.fa-circle-up-left {
    --fa: "\e128";
    --fa--fa: "\e128\e128"
}

.fa-dharmachakra {
    --fa: "\f655";
    --fa--fa: "\f655\f655"
}

.fa-objects-align-left {
    --fa: "\e3be";
    --fa--fa: "\e3be\e3be"
}

.fa-oil-can-drip {
    --fa: "\e205";
    --fa--fa: "\e205\e205"
}

.fa-face-smiling-hands {
    --fa: "\e396";
    --fa--fa: "\e396\e396"
}

.fa-broccoli {
    --fa: "\e3e2";
    --fa--fa: "\e3e2\e3e2"
}

.fa-route-interstate {
    --fa: "\f61b";
    --fa--fa: "\f61b\f61b"
}

.fa-ear-muffs {
    --fa: "\f795";
    --fa--fa: "\f795\f795"
}

.fa-hotdog {
    --fa: "\f80f";
    --fa--fa: "\f80f\f80f"
}

.fa-transporter-empty {
    --fa: "\e046";
    --fa--fa: "\e046\e046"
}

.fa-blind,
.fa-person-walking-with-cane {
    --fa: "\f29d";
    --fa--fa: "\f29d\f29d"
}

.fa-angle-90 {
    --fa: "\e08d";
    --fa--fa: "\e08d\e08d"
}

.fa-rectangle-terminal {
    --fa: "\e236";
    --fa--fa: "\e236\e236"
}

.fa-kite {
    --fa: "\f6f4";
    --fa--fa: "\f6f4\f6f4"
}

.fa-drum {
    --fa: "\f569";
    --fa--fa: "\f569\f569"
}

.fa-scrubber {
    --fa: "\f2f8";
    --fa--fa: "\f2f8\f2f8"
}

.fa-ice-cream {
    --fa: "\f810";
    --fa--fa: "\f810\f810"
}

.fa-heart-circle-bolt {
    --fa: "\e4fc";
    --fa--fa: "\e4fc\e4fc"
}

.fa-fish-bones {
    --fa: "\e304";
    --fa--fa: "\e304\e304"
}

.fa-deer-rudolph {
    --fa: "\f78f";
    --fa--fa: "\f78f\f78f"
}

.fa-fax {
    --fa: "\f1ac";
    --fa--fa: "\f1ac\f1ac"
}

.fa-paragraph {
    --fa: "\f1dd";
    --fa--fa: "\f1dd\f1dd"
}

.fa-head-side-heart {
    --fa: "\e1aa";
    --fa--fa: "\e1aa\e1aa"
}

.fa-square-e {
    --fa: "\e26d";
    --fa--fa: "\e26d\e26d"
}

.fa-meter-fire {
    --fa: "\e1eb";
    --fa--fa: "\e1eb\e1eb"
}

.fa-cloud-hail {
    --fa: "\f739";
    --fa--fa: "\f739\f739"
}

.fa-check-to-slot,
.fa-vote-yea {
    --fa: "\f772";
    --fa--fa: "\f772\f772"
}

.fa-money-from-bracket {
    --fa: "\e312";
    --fa--fa: "\e312\e312"
}

.fa-star-half {
    --fa: "\f089";
    --fa--fa: "\f089\f089"
}

.fa-car-bus {
    --fa: "\f85a";
    --fa--fa: "\f85a\f85a"
}

.fa-speaker {
    --fa: "\f8df";
    --fa--fa: "\f8df\f8df"
}

.fa-timer {
    --fa: "\e29e";
    --fa--fa: "\e29e\e29e"
}

.fa-boxes,
.fa-boxes-alt,
.fa-boxes-stacked {
    --fa: "\f468";
    --fa--fa: "\f468\f468"
}

.fa-landmark-magnifying-glass {
    --fa: "\e622";
    --fa--fa: "\e622\e622"
}

.fa-grill-hot {
    --fa: "\e5a5";
    --fa--fa: "\e5a5\e5a5"
}

.fa-ballot-check {
    --fa: "\f733";
    --fa--fa: "\f733\f733"
}

.fa-chain,
.fa-link {
    --fa: "\f0c1";
    --fa--fa: "\f0c1\f0c1"
}

.fa-assistive-listening-systems,
.fa-ear-listen {
    --fa: "\f2a2";
    --fa--fa: "\f2a2\f2a2"
}

.fa-file-minus {
    --fa: "\f318";
    --fa--fa: "\f318\f318"
}

.fa-tree-city {
    --fa: "\e587";
    --fa--fa: "\e587\e587"
}

.fa-play {
    --fa: "\f04b";
    --fa--fa: "\f04b\f04b"
}

.fa-font {
    --fa: "\f031";
    --fa--fa: "\f031\f031"
}

.fa-coffee-togo,
.fa-cup-togo {
    --fa: "\f6c5";
    --fa--fa: "\f6c5\f6c5"
}

.fa-square-down-left {
    --fa: "\e26b";
    --fa--fa: "\e26b\e26b"
}

.fa-burger-lettuce {
    --fa: "\e3e3";
    --fa--fa: "\e3e3\e3e3"
}

.fa-table-cells-row-lock {
    --fa: "\e67a";
    --fa--fa: "\e67a\e67a"
}

.fa-rupiah-sign {
    --fa: "\e23d";
    --fa--fa: "\e23d\e23d"
}

.fa-magnifying-glass,
.fa-search {
    --fa: "\f002";
    --fa--fa: "\f002\f002"
}

.fa-ping-pong-paddle-ball,
.fa-table-tennis,
.fa-table-tennis-paddle-ball {
    --fa: "\f45d";
    --fa--fa: "\f45d\f45d"
}

.fa-diagnoses,
.fa-person-dots-from-line {
    --fa: "\f470";
    --fa--fa: "\f470\f470"
}

.fa-chevron-double-down,
.fa-chevrons-down {
    --fa: "\f322";
    --fa--fa: "\f322\f322"
}

.fa-trash-can-arrow-up,
.fa-trash-restore-alt {
    --fa: "\f82a";
    --fa--fa: "\f82a\f82a"
}

.fa-signal-3,
.fa-signal-good {
    --fa: "\f68e";
    --fa--fa: "\f68e\f68e"
}

.fa-location-question,
.fa-map-marker-question {
    --fa: "\f60b";
    --fa--fa: "\f60b\f60b"
}

.fa-floppy-disk-circle-xmark,
.fa-floppy-disk-times,
.fa-save-circle-xmark,
.fa-save-times {
    --fa: "\e181";
    --fa--fa: "\e181\e181"
}

.fa-naira-sign {
    --fa: "\e1f6";
    --fa--fa: "\e1f6\e1f6"
}

.fa-peach {
    --fa: "\e20b";
    --fa--fa: "\e20b\e20b"
}

.fa-circles-overlap-3,
.fa-pronoun {
    --fa: "\e6a1";
    --fa--fa: "\e6a1\e6a1"
}

.fa-taxi-bus {
    --fa: "\e298";
    --fa--fa: "\e298\e298"
}

.fa-bracket-curly,
.fa-bracket-curly-left {
    --fa: "\7b";
    --fa--fa: "\7b\7b"
}

.fa-lobster {
    --fa: "\e421";
    --fa--fa: "\e421\e421"
}

.fa-cart-flatbed-empty,
.fa-dolly-flatbed-empty {
    --fa: "\f476";
    --fa--fa: "\f476\f476"
}

.fa-colon {
    --fa: "\3a";
    --fa--fa: "\3a\3a"
}

.fa-cart-arrow-down {
    --fa: "\f218";
    --fa--fa: "\f218\f218"
}

.fa-wand {
    --fa: "\f72a";
    --fa--fa: "\f72a\f72a"
}

.fa-walkie-talkie {
    --fa: "\f8ef";
    --fa--fa: "\f8ef\f8ef"
}

.fa-file-edit,
.fa-file-pen {
    --fa: "\f31c";
    --fa--fa: "\f31c\f31c"
}

.fa-receipt {
    --fa: "\f543";
    --fa--fa: "\f543\f543"
}

.fa-table-picnic {
    --fa: "\e32d";
    --fa--fa: "\e32d\e32d"
}

.fa-pen-square,
.fa-pencil-square,
.fa-square-pen {
    --fa: "\f14b";
    --fa--fa: "\f14b\f14b"
}

.fa-circle-microphone-lines,
.fa-microphone-circle-alt {
    --fa: "\e117";
    --fa--fa: "\e117\e117"
}

.fa-desktop-slash,
.fa-display-slash {
    --fa: "\e2fa";
    --fa--fa: "\e2fa\e2fa"
}

.fa-suitcase-rolling {
    --fa: "\f5c1";
    --fa--fa: "\f5c1\f5c1"
}

.fa-person-circle-exclamation {
    --fa: "\e53f";
    --fa--fa: "\e53f\e53f"
}

.fa-transporter-2 {
    --fa: "\e044";
    --fa--fa: "\e044\e044"
}

.fa-user-hoodie {
    --fa: "\e68a";
    --fa--fa: "\e68a\e68a"
}

.fa-hand-receiving,
.fa-hands-holding-diamond {
    --fa: "\f47c";
    --fa--fa: "\f47c\f47c"
}

.fa-money-bill-simple-wave {
    --fa: "\e1f2";
    --fa--fa: "\e1f2\e1f2"
}

.fa-chevron-down {
    --fa: "\f078";
    --fa--fa: "\f078\f078"
}

.fa-battery,
.fa-battery-5,
.fa-battery-full {
    --fa: "\f240";
    --fa--fa: "\f240\f240"
}

.fa-bell-plus {
    --fa: "\f849";
    --fa--fa: "\f849\f849"
}

.fa-book-arrow-right {
    --fa: "\e0b9";
    --fa--fa: "\e0b9\e0b9"
}

.fa-hospitals {
    --fa: "\f80e";
    --fa--fa: "\f80e\f80e"
}

.fa-club {
    --fa: "\f327";
    --fa--fa: "\f327\f327"
}

.fa-skull-crossbones {
    --fa: "\f714";
    --fa--fa: "\f714\f714"
}

.fa-dewpoint,
.fa-droplet-degree {
    --fa: "\f748";
    --fa--fa: "\f748\f748"
}

.fa-code-compare {
    --fa: "\e13a";
    --fa--fa: "\e13a\e13a"
}

.fa-list-dots,
.fa-list-ul {
    --fa: "\f0ca";
    --fa--fa: "\f0ca\f0ca"
}

.fa-hand-holding-magic {
    --fa: "\f6e5";
    --fa--fa: "\f6e5\f6e5"
}

.fa-watermelon-slice {
    --fa: "\e337";
    --fa--fa: "\e337\e337"
}

.fa-circle-ellipsis {
    --fa: "\e10a";
    --fa--fa: "\e10a\e10a"
}

.fa-school-lock {
    --fa: "\e56f";
    --fa--fa: "\e56f\e56f"
}

.fa-tower-cell {
    --fa: "\e585";
    --fa--fa: "\e585\e585"
}

.fa-sd-cards {
    --fa: "\e240";
    --fa--fa: "\e240\e240"
}

.fa-jug-bottle {
    --fa: "\e5fb";
    --fa--fa: "\e5fb\e5fb"
}

.fa-down-long,
.fa-long-arrow-alt-down {
    --fa: "\f309";
    --fa--fa: "\f309\f309"
}

.fa-envelopes {
    --fa: "\e170";
    --fa--fa: "\e170\e170"
}

.fa-phone-office {
    --fa: "\f67d";
    --fa--fa: "\f67d\f67d"
}

.fa-ranking-star {
    --fa: "\e561";
    --fa--fa: "\e561\e561"
}

.fa-chess-king {
    --fa: "\f43f";
    --fa--fa: "\f43f\f43f"
}

.fa-nfc-pen {
    --fa: "\e1fa";
    --fa--fa: "\e1fa\e1fa"
}

.fa-person-harassing {
    --fa: "\e549";
    --fa--fa: "\e549\e549"
}

.fa-magnifying-glass-play {
    --fa: "\e660";
    --fa--fa: "\e660\e660"
}

.fa-hat-winter {
    --fa: "\f7a8";
    --fa--fa: "\f7a8\f7a8"
}

.fa-brazilian-real-sign {
    --fa: "\e46c";
    --fa--fa: "\e46c\e46c"
}

.fa-landmark-alt,
.fa-landmark-dome {
    --fa: "\f752";
    --fa--fa: "\f752\f752"
}

.fa-bone-break {
    --fa: "\f5d8";
    --fa--fa: "\f5d8\f5d8"
}

.fa-arrow-up {
    --fa: "\f062";
    --fa--fa: "\f062\f062"
}

.fa-down-from-dotted-line {
    --fa: "\e407";
    --fa--fa: "\e407\e407"
}

.fa-television,
.fa-tv,
.fa-tv-alt {
    --fa: "\f26c";
    --fa--fa: "\f26c\f26c"
}

.fa-border-left {
    --fa: "\f84f";
    --fa--fa: "\f84f\f84f"
}

.fa-circle-divide {
    --fa: "\e106";
    --fa--fa: "\e106\e106"
}

.fa-shrimp {
    --fa: "\e448";
    --fa--fa: "\e448\e448"
}

.fa-list-check,
.fa-tasks {
    --fa: "\f0ae";
    --fa--fa: "\f0ae\f0ae"
}

.fa-diagram-subtask {
    --fa: "\e479";
    --fa--fa: "\e479\e479"
}

.fa-jug-detergent {
    --fa: "\e519";
    --fa--fa: "\e519\e519"
}

.fa-circle-user,
.fa-user-circle {
    --fa: "\f2bd";
    --fa--fa: "\f2bd\f2bd"
}

.fa-square-y {
    --fa: "\e287";
    --fa--fa: "\e287\e287"
}

.fa-user-doctor-hair {
    --fa: "\e458";
    --fa--fa: "\e458\e458"
}

.fa-planet-ringed {
    --fa: "\e020";
    --fa--fa: "\e020\e020"
}

.fa-mushroom {
    --fa: "\e425";
    --fa--fa: "\e425\e425"
}

.fa-user-shield {
    --fa: "\f505";
    --fa--fa: "\f505\f505"
}

.fa-megaphone {
    --fa: "\f675";
    --fa--fa: "\f675\f675"
}

.fa-wreath-laurel {
    --fa: "\e5d2";
    --fa--fa: "\e5d2\e5d2"
}

.fa-circle-exclamation-check {
    --fa: "\e10d";
    --fa--fa: "\e10d\e10d"
}

.fa-wind {
    --fa: "\f72e";
    --fa--fa: "\f72e\f72e"
}

.fa-box-dollar,
.fa-box-usd {
    --fa: "\f4a0";
    --fa--fa: "\f4a0\f4a0"
}

.fa-car-burst,
.fa-car-crash {
    --fa: "\f5e1";
    --fa--fa: "\f5e1\f5e1"
}

.fa-y {
    --fa: "\59";
    --fa--fa: "\59\59"
}

.fa-user-headset {
    --fa: "\f82d";
    --fa--fa: "\f82d\f82d"
}

.fa-arrows-retweet,
.fa-retweet-alt {
    --fa: "\f361";
    --fa--fa: "\f361\f361"
}

.fa-person-snowboarding,
.fa-snowboarding {
    --fa: "\f7ce";
    --fa--fa: "\f7ce\f7ce"
}

.fa-chevron-square-right,
.fa-square-chevron-right {
    --fa: "\f32b";
    --fa--fa: "\f32b\f32b"
}

.fa-lacrosse-stick-ball {
    --fa: "\e3b6";
    --fa--fa: "\e3b6\e3b6"
}

.fa-shipping-fast,
.fa-truck-fast {
    --fa: "\f48b";
    --fa--fa: "\f48b\f48b"
}

.fa-user-magnifying-glass {
    --fa: "\e5c5";
    --fa--fa: "\e5c5\e5c5"
}

.fa-star-sharp {
    --fa: "\e28b";
    --fa--fa: "\e28b\e28b"
}

.fa-comment-heart {
    --fa: "\e5c8";
    --fa--fa: "\e5c8\e5c8"
}

.fa-circle-1 {
    --fa: "\e0ee";
    --fa--fa: "\e0ee\e0ee"
}

.fa-circle-star,
.fa-star-circle {
    --fa: "\e123";
    --fa--fa: "\e123\e123"
}

.fa-fish {
    --fa: "\f578";
    --fa--fa: "\f578\f578"
}

.fa-cloud-fog,
.fa-fog {
    --fa: "\f74e";
    --fa--fa: "\f74e\f74e"
}

.fa-waffle {
    --fa: "\e466";
    --fa--fa: "\e466\e466"
}

.fa-music-alt,
.fa-music-note {
    --fa: "\f8cf";
    --fa--fa: "\f8cf\f8cf"
}

.fa-hexagon-exclamation {
    --fa: "\e417";
    --fa--fa: "\e417\e417"
}

.fa-cart-shopping-fast {
    --fa: "\e0dc";
    --fa--fa: "\e0dc\e0dc"
}

.fa-object-union {
    --fa: "\e49f";
    --fa--fa: "\e49f\e49f"
}

.fa-user-graduate {
    --fa: "\f501";
    --fa--fa: "\f501\f501"
}

.fa-starfighter {
    --fa: "\e037";
    --fa--fa: "\e037\e037"
}

.fa-adjust,
.fa-circle-half-stroke {
    --fa: "\f042";
    --fa--fa: "\f042\f042"
}

.fa-arrow-right-long-to-line {
    --fa: "\e3d5";
    --fa--fa: "\e3d5\e3d5"
}

.fa-arrow-square-down,
.fa-square-arrow-down {
    --fa: "\f339";
    --fa--fa: "\f339\f339"
}

.fa-diamond-half-stroke {
    --fa: "\e5b8";
    --fa--fa: "\e5b8\e5b8"
}

.fa-clapperboard {
    --fa: "\e131";
    --fa--fa: "\e131\e131"
}

.fa-chevron-square-left,
.fa-square-chevron-left {
    --fa: "\f32a";
    --fa--fa: "\f32a\f32a"
}

.fa-phone-intercom {
    --fa: "\e434";
    --fa--fa: "\e434\e434"
}

.fa-chain-horizontal,
.fa-link-horizontal {
    --fa: "\e1cb";
    --fa--fa: "\e1cb\e1cb"
}

.fa-mango {
    --fa: "\e30f";
    --fa--fa: "\e30f\e30f"
}

.fa-music-alt-slash,
.fa-music-note-slash {
    --fa: "\f8d0";
    --fa--fa: "\f8d0\f8d0"
}

.fa-circle-radiation,
.fa-radiation-alt {
    --fa: "\f7ba";
    --fa--fa: "\f7ba\f7ba"
}

.fa-face-tongue-sweat {
    --fa: "\e39e";
    --fa--fa: "\e39e\e39e"
}

.fa-globe-stand {
    --fa: "\f5f6";
    --fa--fa: "\f5f6\f5f6"
}

.fa-baseball,
.fa-baseball-ball {
    --fa: "\f433";
    --fa--fa: "\f433\f433"
}

.fa-circle-p {
    --fa: "\e11a";
    --fa--fa: "\e11a\e11a"
}

.fa-award-simple {
    --fa: "\e0ab";
    --fa--fa: "\e0ab\e0ab"
}

.fa-jet-fighter-up {
    --fa: "\e518";
    --fa--fa: "\e518\e518"
}

.fa-diagram-project,
.fa-project-diagram {
    --fa: "\f542";
    --fa--fa: "\f542\f542"
}

.fa-pedestal {
    --fa: "\e20d";
    --fa--fa: "\e20d\e20d"
}

.fa-chart-pyramid {
    --fa: "\e0e6";
    --fa--fa: "\e0e6\e0e6"
}

.fa-sidebar {
    --fa: "\e24e";
    --fa--fa: "\e24e\e24e"
}

.fa-frosty-head,
.fa-snowman-head {
    --fa: "\f79b";
    --fa--fa: "\f79b\f79b"
}

.fa-copy {
    --fa: "\f0c5";
    --fa--fa: "\f0c5\f0c5"
}

.fa-burger-glass {
    --fa: "\e0ce";
    --fa--fa: "\e0ce\e0ce"
}

.fa-volume-mute,
.fa-volume-times,
.fa-volume-xmark {
    --fa: "\f6a9";
    --fa--fa: "\f6a9\f6a9"
}

.fa-hand-sparkles {
    --fa: "\e05d";
    --fa--fa: "\e05d\e05d"
}

.fa-bars-filter {
    --fa: "\e0ad";
    --fa--fa: "\e0ad\e0ad"
}

.fa-paintbrush-pencil {
    --fa: "\e206";
    --fa--fa: "\e206\e206"
}

.fa-party-bell {
    --fa: "\e31a";
    --fa--fa: "\e31a\e31a"
}

.fa-user-vneck-hair {
    --fa: "\e462";
    --fa--fa: "\e462\e462"
}

.fa-jack-o-lantern {
    --fa: "\f30e";
    --fa--fa: "\f30e\f30e"
}

.fa-grip,
.fa-grip-horizontal {
    --fa: "\f58d";
    --fa--fa: "\f58d\f58d"
}

.fa-share-from-square,
.fa-share-square {
    --fa: "\f14d";
    --fa--fa: "\f14d\f14d"
}

.fa-keynote {
    --fa: "\f66c";
    --fa--fa: "\f66c\f66c"
}

.fa-child-combatant,
.fa-child-rifle {
    --fa: "\e4e0";
    --fa--fa: "\e4e0\e4e0"
}

.fa-gun {
    --fa: "\e19b";
    --fa--fa: "\e19b\e19b"
}

.fa-phone-square,
.fa-square-phone {
    --fa: "\f098";
    --fa--fa: "\f098\f098"
}

.fa-hat-beach {
    --fa: "\e606";
    --fa--fa: "\e606\e606"
}

.fa-add,
.fa-plus {
    --fa: "\2b";
    --fa--fa: "\2b\2b"
}

.fa-expand {
    --fa: "\f065";
    --fa--fa: "\f065\f065"
}

.fa-computer {
    --fa: "\e4e5";
    --fa--fa: "\e4e5\e4e5"
}

.fa-fort {
    --fa: "\e486";
    --fa--fa: "\e486\e486"
}

.fa-cloud-check {
    --fa: "\e35c";
    --fa--fa: "\e35c\e35c"
}

.fa-close,
.fa-multiply,
.fa-remove,
.fa-times,
.fa-xmark {
    --fa: "\f00d";
    --fa--fa: "\f00d\f00d"
}

.fa-face-smirking {
    --fa: "\e397";
    --fa--fa: "\e397\e397"
}

.fa-arrows,
.fa-arrows-up-down-left-right {
    --fa: "\f047";
    --fa--fa: "\f047\f047"
}

.fa-chalkboard-teacher,
.fa-chalkboard-user {
    --fa: "\f51c";
    --fa--fa: "\f51c\f51c"
}

.fa-rhombus {
    --fa: "\e23b";
    --fa--fa: "\e23b\e23b"
}

.fa-claw-marks {
    --fa: "\f6c2";
    --fa--fa: "\f6c2\f6c2"
}

.fa-peso-sign {
    --fa: "\e222";
    --fa--fa: "\e222\e222"
}

.fa-face-smile-tongue {
    --fa: "\e394";
    --fa--fa: "\e394\e394"
}

.fa-cart-circle-xmark {
    --fa: "\e3f4";
    --fa--fa: "\e3f4\e3f4"
}

.fa-building-shield {
    --fa: "\e4d8";
    --fa--fa: "\e4d8\e4d8"
}

.fa-circle-phone-flip,
.fa-phone-circle-alt {
    --fa: "\e11c";
    --fa--fa: "\e11c\e11c"
}

.fa-baby {
    --fa: "\f77c";
    --fa--fa: "\f77c\f77c"
}

.fa-users-line {
    --fa: "\e592";
    --fa--fa: "\e592\e592"
}

.fa-quote-left,
.fa-quote-left-alt {
    --fa: "\f10d";
    --fa--fa: "\f10d\f10d"
}

.fa-tractor {
    --fa: "\f722";
    --fa--fa: "\f722\f722"
}

.fa-down-from-bracket {
    --fa: "\e66b";
    --fa--fa: "\e66b\e66b"
}

.fa-key-skeleton {
    --fa: "\f6f3";
    --fa--fa: "\f6f3\f6f3"
}

.fa-trash-arrow-up,
.fa-trash-restore {
    --fa: "\f829";
    --fa--fa: "\f829\f829"
}

.fa-arrow-down-up-lock {
    --fa: "\e4b0";
    --fa--fa: "\e4b0\e4b0"
}

.fa-arrow-down-to-bracket {
    --fa: "\e094";
    --fa--fa: "\e094\e094"
}

.fa-lines-leaning {
    --fa: "\e51e";
    --fa--fa: "\e51e\e51e"
}

.fa-square-q {
    --fa: "\e27b";
    --fa--fa: "\e27b\e27b"
}

.fa-ruler-combined {
    --fa: "\f546";
    --fa--fa: "\f546\f546"
}

.fa-icons-alt,
.fa-symbols {
    --fa: "\f86e";
    --fa--fa: "\f86e\f86e"
}

.fa-copyright {
    --fa: "\f1f9";
    --fa--fa: "\f1f9\f1f9"
}

.fa-flask-gear {
    --fa: "\e5f1";
    --fa--fa: "\e5f1\e5f1"
}

.fa-highlighter-line {
    --fa: "\e1af";
    --fa--fa: "\e1af\e1af"
}

.fa-bracket,
.fa-bracket-left,
.fa-bracket-square {
    --fa: "\5b";
    --fa--fa: "\5b\5b"
}

.fa-island-tree-palm,
.fa-island-tropical {
    --fa: "\f811";
    --fa--fa: "\f811\f811"
}

.fa-arrow-from-left,
.fa-arrow-right-from-line {
    --fa: "\f343";
    --fa--fa: "\f343\f343"
}

.fa-h2 {
    --fa: "\f314";
    --fa--fa: "\f314\f314"
}

.fa-equals {
    --fa: "\3d";
    --fa--fa: "\3d\3d"
}

.fa-cake-slice,
.fa-shortcake {
    --fa: "\e3e5";
    --fa--fa: "\e3e5\e3e5"
}

.fa-building-magnifying-glass {
    --fa: "\e61c";
    --fa--fa: "\e61c\e61c"
}

.fa-peanut {
    --fa: "\e430";
    --fa--fa: "\e430\e430"
}

.fa-wrench-simple {
    --fa: "\e2d1";
    --fa--fa: "\e2d1\e2d1"
}

.fa-blender {
    --fa: "\f517";
    --fa--fa: "\f517\f517"
}

.fa-teeth {
    --fa: "\f62e";
    --fa--fa: "\f62e\f62e"
}

.fa-tally-2 {
    --fa: "\e295";
    --fa--fa: "\e295\e295"
}

.fa-ils,
.fa-shekel,
.fa-shekel-sign,
.fa-sheqel,
.fa-sheqel-sign {
    --fa: "\f20b";
    --fa--fa: "\f20b\f20b"
}

.fa-cars {
    --fa: "\f85b";
    --fa--fa: "\f85b\f85b"
}

.fa-axe-battle {
    --fa: "\f6b3";
    --fa--fa: "\f6b3\f6b3"
}

.fa-user-hair-long {
    --fa: "\e45b";
    --fa--fa: "\e45b\e45b"
}

.fa-map {
    --fa: "\f279";
    --fa--fa: "\f279\f279"
}

.fa-arrow-left-from-arc {
    --fa: "\e615";
    --fa--fa: "\e615\e615"
}

.fa-file-circle-info {
    --fa: "\e493";
    --fa--fa: "\e493\e493"
}

.fa-face-disappointed {
    --fa: "\e36f";
    --fa--fa: "\e36f\e36f"
}

.fa-lasso-sparkles {
    --fa: "\e1c9";
    --fa--fa: "\e1c9\e1c9"
}

.fa-clock-eleven {
    --fa: "\e347";
    --fa--fa: "\e347\e347"
}

.fa-rocket {
    --fa: "\f135";
    --fa--fa: "\f135\f135"
}

.fa-siren-on {
    --fa: "\e02e";
    --fa--fa: "\e02e\e02e"
}

.fa-clock-ten {
    --fa: "\e354";
    --fa--fa: "\e354\e354"
}

.fa-candle-holder {
    --fa: "\f6bc";
    --fa--fa: "\f6bc\f6bc"
}

.fa-video-arrow-down-left {
    --fa: "\e2c8";
    --fa--fa: "\e2c8\e2c8"
}

.fa-photo-film,
.fa-photo-video {
    --fa: "\f87c";
    --fa--fa: "\f87c\f87c"
}

.fa-floppy-disk-circle-arrow-right,
.fa-save-circle-arrow-right {
    --fa: "\e180";
    --fa--fa: "\e180\e180"
}

.fa-folder-minus {
    --fa: "\f65d";
    --fa--fa: "\f65d\f65d"
}

.fa-hexagon-nodes-bolt {
    --fa: "\e69a";
    --fa--fa: "\e69a\e69a"
}

.fa-planet-moon {
    --fa: "\e01f";
    --fa--fa: "\e01f\e01f"
}

.fa-face-eyes-xmarks {
    --fa: "\e374";
    --fa--fa: "\e374\e374"
}

.fa-chart-scatter {
    --fa: "\f7ee";
    --fa--fa: "\f7ee\f7ee"
}

.fa-circle-gf {
    --fa: "\e67f";
    --fa--fa: "\e67f\e67f"
}

.fa-display-arrow-down {
    --fa: "\e164";
    --fa--fa: "\e164\e164"
}

.fa-store {
    --fa: "\f54e";
    --fa--fa: "\f54e\f54e"
}

.fa-arrow-trend-up {
    --fa: "\e098";
    --fa--fa: "\e098\e098"
}

.fa-plug-circle-minus {
    --fa: "\e55e";
    --fa--fa: "\e55e\e55e"
}

.fa-olive-branch {
    --fa: "\e317";
    --fa--fa: "\e317\e317"
}

.fa-angle {
    --fa: "\e08c";
    --fa--fa: "\e08c\e08c"
}

.fa-vacuum-robot {
    --fa: "\e04e";
    --fa--fa: "\e04e\e04e"
}

.fa-sign,
.fa-sign-hanging {
    --fa: "\f4d9";
    --fa--fa: "\f4d9\f4d9"
}

.fa-square-divide {
    --fa: "\e26a";
    --fa--fa: "\e26a\e26a"
}

.fa-folder-check {
    --fa: "\e64e";
    --fa--fa: "\e64e\e64e"
}

.fa-signal-stream-slash {
    --fa: "\e250";
    --fa--fa: "\e250\e250"
}

.fa-bezier-curve {
    --fa: "\f55b";
    --fa--fa: "\f55b\f55b"
}

.fa-eye-dropper-half {
    --fa: "\e173";
    --fa--fa: "\e173\e173"
}

.fa-store-lock {
    --fa: "\e4a6";
    --fa--fa: "\e4a6\e4a6"
}

.fa-bell-slash {
    --fa: "\f1f6";
    --fa--fa: "\f1f6\f1f6"
}

.fa-cloud-bolt-sun,
.fa-thunderstorm-sun {
    --fa: "\f76e";
    --fa--fa: "\f76e\f76e"
}

.fa-camera-slash {
    --fa: "\e0d9";
    --fa--fa: "\e0d9\e0d9"
}

.fa-comment-quote {
    --fa: "\e14c";
    --fa--fa: "\e14c\e14c"
}

.fa-tablet,
.fa-tablet-android {
    --fa: "\f3fb";
    --fa--fa: "\f3fb\f3fb"
}

.fa-school-flag {
    --fa: "\e56e";
    --fa--fa: "\e56e\e56e"
}

.fa-message-code {
    --fa: "\e1df";
    --fa--fa: "\e1df\e1df"
}

.fa-glass-half,
.fa-glass-half-empty,
.fa-glass-half-full {
    --fa: "\e192";
    --fa--fa: "\e192\e192"
}

.fa-fill {
    --fa: "\f575";
    --fa--fa: "\f575\f575"
}

.fa-comment-alt-minus,
.fa-message-minus {
    --fa: "\f4a7";
    --fa--fa: "\f4a7\f4a7"
}

.fa-angle-up {
    --fa: "\f106";
    --fa--fa: "\f106\f106"
}

.fa-dinosaur {
    --fa: "\e5fe";
    --fa--fa: "\e5fe\e5fe"
}

.fa-drumstick-bite {
    --fa: "\f6d7";
    --fa--fa: "\f6d7\f6d7"
}

.fa-chain-horizontal-slash,
.fa-link-horizontal-slash {
    --fa: "\e1cc";
    --fa--fa: "\e1cc\e1cc"
}

.fa-holly-berry {
    --fa: "\f7aa";
    --fa--fa: "\f7aa\f7aa"
}

.fa-nose {
    --fa: "\e5bd";
    --fa--fa: "\e5bd\e5bd"
}

.fa-arrow-left-to-arc {
    --fa: "\e616";
    --fa--fa: "\e616\e616"
}

.fa-chevron-left {
    --fa: "\f053";
    --fa--fa: "\f053\f053"
}

.fa-bacteria {
    --fa: "\e059";
    --fa--fa: "\e059\e059"
}

.fa-clouds {
    --fa: "\f744";
    --fa--fa: "\f744\f744"
}

.fa-money-bill-simple {
    --fa: "\e1f1";
    --fa--fa: "\e1f1\e1f1"
}

.fa-hand-lizard {
    --fa: "\f258";
    --fa--fa: "\f258\f258"
}

.fa-table-pivot {
    --fa: "\e291";
    --fa--fa: "\e291\e291"
}

.fa-filter-slash {
    --fa: "\e17d";
    --fa--fa: "\e17d\e17d"
}

.fa-trash-can-arrow-turn-left,
.fa-trash-can-undo,
.fa-trash-undo-alt {
    --fa: "\f896";
    --fa--fa: "\f896\f896"
}

.fa-notdef {
    --fa: "\e1fe";
    --fa--fa: "\e1fe\e1fe"
}

.fa-disease {
    --fa: "\f7fa";
    --fa--fa: "\f7fa\f7fa"
}

.fa-person-to-door {
    --fa: "\e433";
    --fa--fa: "\e433\e433"
}

.fa-turntable {
    --fa: "\f8e4";
    --fa--fa: "\f8e4\f8e4"
}

.fa-briefcase-medical {
    --fa: "\f469";
    --fa--fa: "\f469\f469"
}

.fa-genderless {
    --fa: "\f22d";
    --fa--fa: "\f22d\f22d"
}

.fa-chevron-right {
    --fa: "\f054";
    --fa--fa: "\f054\f054"
}

.fa-signal-1,
.fa-signal-weak {
    --fa: "\f68c";
    --fa--fa: "\f68c\f68c"
}

.fa-clock-five {
    --fa: "\e349";
    --fa--fa: "\e349\e349"
}

.fa-retweet {
    --fa: "\f079";
    --fa--fa: "\f079\f079"
}

.fa-car-alt,
.fa-car-rear {
    --fa: "\f5de";
    --fa--fa: "\f5de\f5de"
}

.fa-pump-soap {
    --fa: "\e06b";
    --fa--fa: "\e06b\e06b"
}

.fa-computer-classic {
    --fa: "\f8b1";
    --fa--fa: "\f8b1\f8b1"
}

.fa-frame {
    --fa: "\e495";
    --fa--fa: "\e495\e495"
}

.fa-video-slash {
    --fa: "\f4e2";
    --fa--fa: "\f4e2\f4e2"
}

.fa-battery-2,
.fa-battery-quarter {
    --fa: "\f243";
    --fa--fa: "\f243\f243"
}

.fa-ellipsis-h-alt,
.fa-ellipsis-stroke {
    --fa: "\f39b";
    --fa--fa: "\f39b\f39b"
}

.fa-radio {
    --fa: "\f8d7";
    --fa--fa: "\f8d7\f8d7"
}

.fa-baby-carriage,
.fa-carriage-baby {
    --fa: "\f77d";
    --fa--fa: "\f77d\f77d"
}

.fa-face-expressionless {
    --fa: "\e373";
    --fa--fa: "\e373\e373"
}

.fa-down-to-dotted-line {
    --fa: "\e408";
    --fa--fa: "\e408\e408"
}

.fa-cloud-music {
    --fa: "\f8ae";
    --fa--fa: "\f8ae\f8ae"
}

.fa-traffic-light {
    --fa: "\f637";
    --fa--fa: "\f637\f637"
}

.fa-cloud-minus {
    --fa: "\e35d";
    --fa--fa: "\e35d\e35d"
}

.fa-thermometer {
    --fa: "\f491";
    --fa--fa: "\f491\f491"
}

.fa-shield-minus {
    --fa: "\e249";
    --fa--fa: "\e249\e249"
}

.fa-vr-cardboard {
    --fa: "\f729";
    --fa--fa: "\f729\f729"
}

.fa-car-tilt {
    --fa: "\f5e5";
    --fa--fa: "\f5e5\f5e5"
}

.fa-gauge-circle-minus {
    --fa: "\e497";
    --fa--fa: "\e497\e497"
}

.fa-brightness-low {
    --fa: "\e0ca";
    --fa--fa: "\e0ca\e0ca"
}

.fa-hand-middle-finger {
    --fa: "\f806";
    --fa--fa: "\f806\f806"
}

.fa-percent,
.fa-percentage {
    --fa: "\25";
    --fa--fa: "\25\25"
}

.fa-truck-moving {
    --fa: "\f4df";
    --fa--fa: "\f4df\f4df"
}

.fa-glass-water-droplet {
    --fa: "\e4f5";
    --fa--fa: "\e4f5\e4f5"
}

.fa-conveyor-belt {
    --fa: "\f46e";
    --fa--fa: "\f46e\f46e"
}

.fa-location-check,
.fa-map-marker-check {
    --fa: "\f606";
    --fa--fa: "\f606\f606"
}

.fa-coin-vertical {
    --fa: "\e3fd";
    --fa--fa: "\e3fd\e3fd"
}

.fa-display {
    --fa: "\e163";
    --fa--fa: "\e163\e163"
}

.fa-person-sign {
    --fa: "\f757";
    --fa--fa: "\f757\f757"
}

.fa-face-smile,
.fa-smile {
    --fa: "\f118";
    --fa--fa: "\f118\f118"
}

.fa-phone-hangup {
    --fa: "\e225";
    --fa--fa: "\e225\e225"
}

.fa-signature-slash {
    --fa: "\e3cb";
    --fa--fa: "\e3cb\e3cb"
}

.fa-thumb-tack,
.fa-thumbtack {
    --fa: "\f08d";
    --fa--fa: "\f08d\f08d"
}

.fa-wheat-slash {
    --fa: "\e339";
    --fa--fa: "\e339\e339"
}

.fa-trophy {
    --fa: "\f091";
    --fa--fa: "\f091\f091"
}

.fa-clouds-sun {
    --fa: "\f746";
    --fa--fa: "\f746\f746"
}

.fa-person-praying,
.fa-pray {
    --fa: "\f683";
    --fa--fa: "\f683\f683"
}

.fa-hammer {
    --fa: "\f6e3";
    --fa--fa: "\f6e3\f6e3"
}

.fa-face-vomit {
    --fa: "\e3a0";
    --fa--fa: "\e3a0\e3a0"
}

.fa-speakers {
    --fa: "\f8e0";
    --fa--fa: "\f8e0\f8e0"
}

.fa-teletype-answer,
.fa-tty-answer {
    --fa: "\e2b9";
    --fa--fa: "\e2b9\e2b9"
}

.fa-mug-tea-saucer {
    --fa: "\e1f5";
    --fa--fa: "\e1f5\e1f5"
}

.fa-diagram-lean-canvas {
    --fa: "\e156";
    --fa--fa: "\e156\e156"
}

.fa-alt {
    --fa: "\e08a";
    --fa--fa: "\e08a\e08a"
}

.fa-dial,
.fa-dial-med-high {
    --fa: "\e15b";
    --fa--fa: "\e15b\e15b"
}

.fa-hand-peace {
    --fa: "\f25b";
    --fa--fa: "\f25b\f25b"
}

.fa-circle-trash,
.fa-trash-circle {
    --fa: "\e126";
    --fa--fa: "\e126\e126"
}

.fa-rotate,
.fa-sync-alt {
    --fa: "\f2f1";
    --fa--fa: "\f2f1\f2f1"
}

.fa-circle-quarters {
    --fa: "\e3f8";
    --fa--fa: "\e3f8\e3f8"
}

.fa-spinner {
    --fa: "\f110";
    --fa--fa: "\f110\f110"
}

.fa-tower-control {
    --fa: "\e2a2";
    --fa--fa: "\e2a2\e2a2"
}

.fa-arrow-up-triangle-square,
.fa-sort-shapes-up {
    --fa: "\f88a";
    --fa--fa: "\f88a\f88a"
}

.fa-whale {
    --fa: "\f72c";
    --fa--fa: "\f72c\f72c"
}

.fa-robot {
    --fa: "\f544";
    --fa--fa: "\f544\f544"
}

.fa-peace {
    --fa: "\f67c";
    --fa--fa: "\f67c\f67c"
}

.fa-party-horn {
    --fa: "\e31b";
    --fa--fa: "\e31b\e31b"
}

.fa-cogs,
.fa-gears {
    --fa: "\f085";
    --fa--fa: "\f085\f085"
}

.fa-sun-alt,
.fa-sun-bright {
    --fa: "\e28f";
    --fa--fa: "\e28f\e28f"
}

.fa-warehouse {
    --fa: "\f494";
    --fa--fa: "\f494\f494"
}

.fa-conveyor-belt-arm {
    --fa: "\e5f8";
    --fa--fa: "\e5f8\e5f8"
}

.fa-lock-keyhole-open,
.fa-lock-open-alt {
    --fa: "\f3c2";
    --fa--fa: "\f3c2\f3c2"
}

.fa-box-fragile,
.fa-square-fragile,
.fa-square-wine-glass-crack {
    --fa: "\f49b";
    --fa--fa: "\f49b\f49b"
}

.fa-arrow-up-right-dots {
    --fa: "\e4b7";
    --fa--fa: "\e4b7\e4b7"
}

.fa-square-n {
    --fa: "\e277";
    --fa--fa: "\e277\e277"
}

.fa-splotch {
    --fa: "\f5bc";
    --fa--fa: "\f5bc\f5bc"
}

.fa-face-grin-hearts,
.fa-grin-hearts {
    --fa: "\f584";
    --fa--fa: "\f584\f584"
}

.fa-meter {
    --fa: "\e1e8";
    --fa--fa: "\e1e8\e1e8"
}

.fa-mandolin {
    --fa: "\f6f9";
    --fa--fa: "\f6f9\f6f9"
}

.fa-dice-four {
    --fa: "\f524";
    --fa--fa: "\f524\f524"
}

.fa-sim-card {
    --fa: "\f7c4";
    --fa--fa: "\f7c4\f7c4"
}

.fa-transgender,
.fa-transgender-alt {
    --fa: "\f225";
    --fa--fa: "\f225\f225"
}

.fa-mercury {
    --fa: "\f223";
    --fa--fa: "\f223\f223"
}

.fa-up-from-bracket {
    --fa: "\e590";
    --fa--fa: "\e590\e590"
}

.fa-knife-kitchen {
    --fa: "\f6f5";
    --fa--fa: "\f6f5\f6f5"
}

.fa-border-right {
    --fa: "\f852";
    --fa--fa: "\f852\f852"
}

.fa-arrow-turn-down,
.fa-level-down {
    --fa: "\f149";
    --fa--fa: "\f149\f149"
}

.fa-spade {
    --fa: "\f2f4";
    --fa--fa: "\f2f4\f2f4"
}

.fa-card-spade {
    --fa: "\e3ec";
    --fa--fa: "\e3ec\e3ec"
}

.fa-line-columns {
    --fa: "\f870";
    --fa--fa: "\f870\f870"
}

.fa-ant {
    --fa: "\e680";
    --fa--fa: "\e680\e680"
}

.fa-arrow-right-to-line,
.fa-arrow-to-right {
    --fa: "\f340";
    --fa--fa: "\f340\f340"
}

.fa-person-falling-burst {
    --fa: "\e547";
    --fa--fa: "\e547\e547"
}

.fa-flag-pennant,
.fa-pennant {
    --fa: "\f456";
    --fa--fa: "\f456\f456"
}

.fa-conveyor-belt-empty {
    --fa: "\e150";
    --fa--fa: "\e150\e150"
}

.fa-user-group-simple {
    --fa: "\e603";
    --fa--fa: "\e603\e603"
}

.fa-award {
    --fa: "\f559";
    --fa--fa: "\f559\f559"
}

.fa-ticket-alt,
.fa-ticket-simple {
    --fa: "\f3ff";
    --fa--fa: "\f3ff\f3ff"
}

.fa-building {
    --fa: "\f1ad";
    --fa--fa: "\f1ad\f1ad"
}

.fa-angle-double-left,
.fa-angles-left {
    --fa: "\f100";
    --fa--fa: "\f100\f100"
}

.fa-camcorder,
.fa-video-handheld {
    --fa: "\f8a8";
    --fa--fa: "\f8a8\f8a8"
}

.fa-pancakes {
    --fa: "\e42d";
    --fa--fa: "\e42d\e42d"
}

.fa-album-circle-user {
    --fa: "\e48d";
    --fa--fa: "\e48d\e48d"
}

.fa-subtitles-slash {
    --fa: "\e610";
    --fa--fa: "\e610\e610"
}

.fa-qrcode {
    --fa: "\f029";
    --fa--fa: "\f029\f029"
}

.fa-dice-d10 {
    --fa: "\f6cd";
    --fa--fa: "\f6cd\f6cd"
}

.fa-fireplace {
    --fa: "\f79a";
    --fa--fa: "\f79a\f79a"
}

.fa-browser {
    --fa: "\f37e";
    --fa--fa: "\f37e\f37e"
}

.fa-pen-paintbrush,
.fa-pencil-paintbrush {
    --fa: "\f618";
    --fa--fa: "\f618\f618"
}

.fa-fish-cooked {
    --fa: "\f7fe";
    --fa--fa: "\f7fe\f7fe"
}

.fa-chair-office {
    --fa: "\f6c1";
    --fa--fa: "\f6c1\f6c1"
}

.fa-magnifying-glass-music {
    --fa: "\e65f";
    --fa--fa: "\e65f\e65f"
}

.fa-nesting-dolls {
    --fa: "\e3ba";
    --fa--fa: "\e3ba\e3ba"
}

.fa-clock-rotate-left,
.fa-history {
    --fa: "\f1da";
    --fa--fa: "\f1da\f1da"
}

.fa-trumpet {
    --fa: "\f8e3";
    --fa--fa: "\f8e3\f8e3"
}

.fa-face-grin-beam-sweat,
.fa-grin-beam-sweat {
    --fa: "\f583";
    --fa--fa: "\f583\f583"
}

.fa-fire-smoke {
    --fa: "\f74b";
    --fa--fa: "\f74b\f74b"
}

.fa-phone-missed {
    --fa: "\e226";
    --fa--fa: "\e226\e226"
}

.fa-arrow-right-from-file,
.fa-file-export {
    --fa: "\f56e";
    --fa--fa: "\f56e\f56e"
}

.fa-shield,
.fa-shield-blank {
    --fa: "\f132";
    --fa--fa: "\f132\f132"
}

.fa-arrow-up-short-wide,
.fa-sort-amount-up-alt {
    --fa: "\f885";
    --fa--fa: "\f885\f885"
}

.fa-arrows-repeat-1,
.fa-repeat-1-alt {
    --fa: "\f366";
    --fa--fa: "\f366\f366"
}

.fa-gun-slash {
    --fa: "\e19c";
    --fa--fa: "\e19c\e19c"
}

.fa-avocado {
    --fa: "\e0aa";
    --fa--fa: "\e0aa\e0aa"
}

.fa-binary {
    --fa: "\e33b";
    --fa--fa: "\e33b\e33b"
}

.fa-comment-nodes {
    --fa: "\e696";
    --fa--fa: "\e696\e696"
}

.fa-glasses-alt,
.fa-glasses-round {
    --fa: "\f5f5";
    --fa--fa: "\f5f5\f5f5"
}

.fa-phone-plus {
    --fa: "\f4d2";
    --fa--fa: "\f4d2\f4d2"
}

.fa-ditto {
    --fa: "\22";
    --fa--fa: "\22\22"
}

.fa-person-seat {
    --fa: "\e21e";
    --fa--fa: "\e21e\e21e"
}

.fa-house-medical {
    --fa: "\e3b2";
    --fa--fa: "\e3b2\e3b2"
}

.fa-golf-ball,
.fa-golf-ball-tee {
    --fa: "\f450";
    --fa--fa: "\f450\f450"
}

.fa-chevron-circle-left,
.fa-circle-chevron-left {
    --fa: "\f137";
    --fa--fa: "\f137\f137"
}

.fa-house-chimney-window {
    --fa: "\e00d";
    --fa--fa: "\e00d\e00d"
}

.fa-scythe {
    --fa: "\f710";
    --fa--fa: "\f710\f710"
}

.fa-pen-nib {
    --fa: "\f5ad";
    --fa--fa: "\f5ad\f5ad"
}

.fa-ban-parking,
.fa-parking-circle-slash {
    --fa: "\f616";
    --fa--fa: "\f616\f616"
}

.fa-tent-arrow-turn-left {
    --fa: "\e580";
    --fa--fa: "\e580\e580"
}

.fa-face-diagonal-mouth {
    --fa: "\e47e";
    --fa--fa: "\e47e\e47e"
}

.fa-diagram-cells {
    --fa: "\e475";
    --fa--fa: "\e475\e475"
}

.fa-cricket,
.fa-cricket-bat-ball {
    --fa: "\f449";
    --fa--fa: "\f449\f449"
}

.fa-tents {
    --fa: "\e582";
    --fa--fa: "\e582\e582"
}

.fa-magic,
.fa-wand-magic {
    --fa: "\f0d0";
    --fa--fa: "\f0d0\f0d0"
}

.fa-dog {
    --fa: "\f6d3";
    --fa--fa: "\f6d3\f6d3"
}

.fa-pen-line {
    --fa: "\e212";
    --fa--fa: "\e212\e212"
}

.fa-atom-alt,
.fa-atom-simple {
    --fa: "\f5d3";
    --fa--fa: "\f5d3\f5d3"
}

.fa-ampersand {
    --fa: "\26";
    --fa--fa: "\26\26"
}

.fa-carrot {
    --fa: "\f787";
    --fa--fa: "\f787\f787"
}

.fa-arrow-from-bottom,
.fa-arrow-up-from-line {
    --fa: "\f342";
    --fa--fa: "\f342\f342"
}

.fa-moon {
    --fa: "\f186";
    --fa--fa: "\f186\f186"
}

.fa-pen-slash {
    --fa: "\e213";
    --fa--fa: "\e213\e213"
}

.fa-wine-glass-alt,
.fa-wine-glass-empty {
    --fa: "\f5ce";
    --fa--fa: "\f5ce\f5ce"
}

.fa-square-star {
    --fa: "\e27f";
    --fa--fa: "\e27f\e27f"
}

.fa-cheese {
    --fa: "\f7ef";
    --fa--fa: "\f7ef\f7ef"
}

.fa-send-backward {
    --fa: "\f87f";
    --fa--fa: "\f87f\f87f"
}

.fa-yin-yang {
    --fa: "\f6ad";
    --fa--fa: "\f6ad\f6ad"
}

.fa-music {
    --fa: "\f001";
    --fa--fa: "\f001\f001"
}

.fa-compass-slash {
    --fa: "\f5e9";
    --fa--fa: "\f5e9\f5e9"
}

.fa-clock-one {
    --fa: "\e34e";
    --fa--fa: "\e34e\e34e"
}

.fa-file-music {
    --fa: "\f8b6";
    --fa--fa: "\f8b6\f8b6"
}

.fa-code-commit {
    --fa: "\f386";
    --fa--fa: "\f386\f386"
}

.fa-temperature-low {
    --fa: "\f76b";
    --fa--fa: "\f76b\f76b"
}

.fa-biking,
.fa-person-biking {
    --fa: "\f84a";
    --fa--fa: "\f84a\f84a"
}

.fa-display-chart-up-circle-currency {
    --fa: "\e5e5";
    --fa--fa: "\e5e5\e5e5"
}

.fa-skeleton {
    --fa: "\f620";
    --fa--fa: "\f620\f620"
}

.fa-circle-g {
    --fa: "\e10f";
    --fa--fa: "\e10f\e10f"
}

.fa-circle-arrow-up-left {
    --fa: "\e0fb";
    --fa--fa: "\e0fb\e0fb"
}

.fa-coin-blank {
    --fa: "\e3fb";
    --fa--fa: "\e3fb\e3fb"
}

.fa-broom {
    --fa: "\f51a";
    --fa--fa: "\f51a\f51a"
}

.fa-vacuum {
    --fa: "\e04d";
    --fa--fa: "\e04d\e04d"
}

.fa-shield-heart {
    --fa: "\e574";
    --fa--fa: "\e574\e574"
}

.fa-card-heart {
    --fa: "\e3eb";
    --fa--fa: "\e3eb\e3eb"
}

.fa-lightbulb-cfl-on {
    --fa: "\e5a7";
    --fa--fa: "\e5a7\e5a7"
}

.fa-melon {
    --fa: "\e310";
    --fa--fa: "\e310\e310"
}

.fa-gopuram {
    --fa: "\f664";
    --fa--fa: "\f664\f664"
}

.fa-earth-oceania,
.fa-globe-oceania {
    --fa: "\e47b";
    --fa--fa: "\e47b\e47b"
}

.fa-container-storage {
    --fa: "\f4b7";
    --fa--fa: "\f4b7\f4b7"
}

.fa-face-pouting {
    --fa: "\e387";
    --fa--fa: "\e387\e387"
}

.fa-square-xmark,
.fa-times-square,
.fa-xmark-square {
    --fa: "\f2d3";
    --fa--fa: "\f2d3\f2d3"
}

.fa-exploding-head,
.fa-face-explode {
    --fa: "\e2fe";
    --fa--fa: "\e2fe\e2fe"
}

.fa-hashtag {
    --fa: "\23";
    --fa--fa: "\23\23"
}

.fa-expand-alt,
.fa-up-right-and-down-left-from-center {
    --fa: "\f424";
    --fa--fa: "\f424\f424"
}

.fa-oil-can {
    --fa: "\f613";
    --fa--fa: "\f613\f613"
}

.fa-t {
    --fa: "\54";
    --fa--fa: "\54\54"
}

.fa-transformer-bolt {
    --fa: "\e2a4";
    --fa--fa: "\e2a4\e2a4"
}

.fa-hippo {
    --fa: "\f6ed";
    --fa--fa: "\f6ed\f6ed"
}

.fa-chart-column {
    --fa: "\e0e3";
    --fa--fa: "\e0e3\e0e3"
}

.fa-cassette-vhs,
.fa-vhs {
    --fa: "\f8ec";
    --fa--fa: "\f8ec\f8ec"
}

.fa-infinity {
    --fa: "\f534";
    --fa--fa: "\f534\f534"
}

.fa-vial-circle-check {
    --fa: "\e596";
    --fa--fa: "\e596\e596"
}

.fa-chimney {
    --fa: "\f78b";
    --fa--fa: "\f78b\f78b"
}

.fa-object-intersect {
    --fa: "\e49d";
    --fa--fa: "\e49d\e49d"
}

.fa-person-arrow-down-to-line {
    --fa: "\e538";
    --fa--fa: "\e538\e538"
}

.fa-voicemail {
    --fa: "\f897";
    --fa--fa: "\f897\f897"
}

.fa-block-brick,
.fa-wall-brick {
    --fa: "\e3db";
    --fa--fa: "\e3db\e3db"
}

.fa-fan {
    --fa: "\f863";
    --fa--fa: "\f863\f863"
}

.fa-bags-shopping {
    --fa: "\f847";
    --fa--fa: "\f847\f847"
}

.fa-paragraph-left,
.fa-paragraph-rtl {
    --fa: "\f878";
    --fa--fa: "\f878\f878"
}

.fa-person-walking-luggage {
    --fa: "\e554";
    --fa--fa: "\e554\e554"
}

.fa-caravan-alt,
.fa-caravan-simple {
    --fa: "\e000";
    --fa--fa: "\e000\e000"
}

.fa-turtle {
    --fa: "\f726";
    --fa--fa: "\f726\f726"
}

.fa-pencil-mechanical {
    --fa: "\e5ca";
    --fa--fa: "\e5ca\e5ca"
}

.fa-arrows-alt-v,
.fa-up-down {
    --fa: "\f338";
    --fa--fa: "\f338\f338"
}

.fa-cloud-moon-rain {
    --fa: "\f73c";
    --fa--fa: "\f73c\f73c"
}

.fa-booth-curtain {
    --fa: "\f734";
    --fa--fa: "\f734\f734"
}

.fa-calendar {
    --fa: "\f133";
    --fa--fa: "\f133\f133"
}

.fa-box-heart {
    --fa: "\f49d";
    --fa--fa: "\f49d\f49d"
}

.fa-trailer {
    --fa: "\e041";
    --fa--fa: "\e041\e041"
}

.fa-user-doctor-message,
.fa-user-md-chat {
    --fa: "\f82e";
    --fa--fa: "\f82e\f82e"
}

.fa-bahai,
.fa-haykal {
    --fa: "\f666";
    --fa--fa: "\f666\f666"
}

.fa-lighthouse {
    --fa: "\e612";
    --fa--fa: "\e612\e612"
}

.fa-amp-guitar {
    --fa: "\f8a1";
    --fa--fa: "\f8a1\f8a1"
}

.fa-sd-card {
    --fa: "\f7c2";
    --fa--fa: "\f7c2\f7c2"
}

.fa-volume-slash {
    --fa: "\f2e2";
    --fa--fa: "\f2e2\f2e2"
}

.fa-border-bottom {
    --fa: "\f84d";
    --fa--fa: "\f84d\f84d"
}

.fa-wifi-1,
.fa-wifi-weak {
    --fa: "\f6aa";
    --fa--fa: "\f6aa\f6aa"
}

.fa-dragon {
    --fa: "\f6d5";
    --fa--fa: "\f6d5\f6d5"
}

.fa-shoe-prints {
    --fa: "\f54b";
    --fa--fa: "\f54b\f54b"
}

.fa-circle-plus,
.fa-plus-circle {
    --fa: "\f055";
    --fa--fa: "\f055\f055"
}

.fa-face-grin-tongue-wink,
.fa-grin-tongue-wink {
    --fa: "\f58b";
    --fa--fa: "\f58b\f58b"
}

.fa-hand-holding {
    --fa: "\f4bd";
    --fa--fa: "\f4bd\f4bd"
}

.fa-plug-circle-exclamation {
    --fa: "\e55d";
    --fa--fa: "\e55d\e55d"
}

.fa-chain-broken,
.fa-chain-slash,
.fa-link-slash,
.fa-unlink {
    --fa: "\f127";
    --fa--fa: "\f127\f127"
}

.fa-clone {
    --fa: "\f24d";
    --fa--fa: "\f24d\f24d"
}

.fa-person-walking-arrow-loop-left {
    --fa: "\e551";
    --fa--fa: "\e551\e551"
}

.fa-arrow-up-z-a,
.fa-sort-alpha-up-alt {
    --fa: "\f882";
    --fa--fa: "\f882\f882"
}

.fa-fire-alt,
.fa-fire-flame-curved {
    --fa: "\f7e4";
    --fa--fa: "\f7e4\f7e4"
}

.fa-tornado {
    --fa: "\f76f";
    --fa--fa: "\f76f\f76f"
}

.fa-file-circle-plus {
    --fa: "\e494";
    --fa--fa: "\e494\e494"
}

.fa-delete-right {
    --fa: "\e154";
    --fa--fa: "\e154\e154"
}

.fa-book-quran,
.fa-quran {
    --fa: "\f687";
    --fa--fa: "\f687\f687"
}

.fa-circle-quarter {
    --fa: "\e11f";
    --fa--fa: "\e11f\e11f"
}

.fa-anchor {
    --fa: "\f13d";
    --fa--fa: "\f13d\f13d"
}

.fa-border-all {
    --fa: "\f84c";
    --fa--fa: "\f84c\f84c"
}

.fa-function {
    --fa: "\f661";
    --fa--fa: "\f661\f661"
}

.fa-angry,
.fa-face-angry {
    --fa: "\f556";
    --fa--fa: "\f556\f556"
}

.fa-people-simple {
    --fa: "\e21b";
    --fa--fa: "\e21b\e21b"
}

.fa-cookie-bite {
    --fa: "\f564";
    --fa--fa: "\f564\f564"
}

.fa-arrow-trend-down {
    --fa: "\e097";
    --fa--fa: "\e097\e097"
}

.fa-feed,
.fa-rss {
    --fa: "\f09e";
    --fa--fa: "\f09e\f09e"
}

.fa-face-monocle {
    --fa: "\e380";
    --fa--fa: "\e380\e380"
}

.fa-draw-polygon {
    --fa: "\f5ee";
    --fa--fa: "\f5ee\f5ee"
}

.fa-balance-scale,
.fa-scale-balanced {
    --fa: "\f24e";
    --fa--fa: "\f24e\f24e"
}

.fa-calendar-lines,
.fa-calendar-note {
    --fa: "\e0d5";
    --fa--fa: "\e0d5\e0d5"
}

.fa-arrow-down-big-small,
.fa-sort-size-down {
    --fa: "\f88c";
    --fa--fa: "\f88c\f88c"
}

.fa-gauge-simple-high,
.fa-tachometer,
.fa-tachometer-fast {
    --fa: "\f62a";
    --fa--fa: "\f62a\f62a"
}

.fa-do-not-enter {
    --fa: "\f5ec";
    --fa--fa: "\f5ec\f5ec"
}

.fa-shower {
    --fa: "\f2cc";
    --fa--fa: "\f2cc\f2cc"
}

.fa-dice-d8 {
    --fa: "\f6d2";
    --fa--fa: "\f6d2\f6d2"
}

.fa-desktop,
.fa-desktop-alt {
    --fa: "\f390";
    --fa--fa: "\f390\f390"
}

.fa-m {
    --fa: "\4d";
    --fa--fa: "\4d\4d"
}

.fa-spinner-scale {
    --fa: "\e62a";
    --fa--fa: "\e62a\e62a"
}

.fa-grip-dots-vertical {
    --fa: "\e411";
    --fa--fa: "\e411\e411"
}

.fa-face-viewfinder {
    --fa: "\e2ff";
    --fa--fa: "\e2ff\e2ff"
}

.fa-creemee,
.fa-soft-serve {
    --fa: "\e400";
    --fa--fa: "\e400\e400"
}

.fa-h5 {
    --fa: "\e412";
    --fa--fa: "\e412\e412"
}

.fa-hand-back-point-down {
    --fa: "\e19e";
    --fa--fa: "\e19e\e19e"
}

.fa-table-list,
.fa-th-list {
    --fa: "\f00b";
    --fa--fa: "\f00b\f00b"
}

.fa-basket-shopping-minus {
    --fa: "\e652";
    --fa--fa: "\e652\e652"
}

.fa-comment-sms,
.fa-sms {
    --fa: "\f7cd";
    --fa--fa: "\f7cd\f7cd"
}

.fa-rectangle,
.fa-rectangle-landscape {
    --fa: "\f2fa";
    --fa--fa: "\f2fa\f2fa"
}

.fa-clipboard-list-check {
    --fa: "\f737";
    --fa--fa: "\f737\f737"
}

.fa-turkey {
    --fa: "\f725";
    --fa--fa: "\f725\f725"
}

.fa-book {
    --fa: "\f02d";
    --fa--fa: "\f02d\f02d"
}

.fa-user-plus {
    --fa: "\f234";
    --fa--fa: "\f234\f234"
}

.fa-ice-skate {
    --fa: "\f7ac";
    --fa--fa: "\f7ac\f7ac"
}

.fa-check {
    --fa: "\f00c";
    --fa--fa: "\f00c\f00c"
}

.fa-battery-4,
.fa-battery-three-quarters {
    --fa: "\f241";
    --fa--fa: "\f241\f241"
}

.fa-tomato {
    --fa: "\e330";
    --fa--fa: "\e330\e330"
}

.fa-sword-laser {
    --fa: "\e03b";
    --fa--fa: "\e03b\e03b"
}

.fa-house-circle-check {
    --fa: "\e509";
    --fa--fa: "\e509\e509"
}

.fa-buildings {
    --fa: "\e0cc";
    --fa--fa: "\e0cc\e0cc"
}

.fa-angle-left {
    --fa: "\f104";
    --fa--fa: "\f104\f104"
}

.fa-cart-flatbed-boxes,
.fa-dolly-flatbed-alt {
    --fa: "\f475";
    --fa--fa: "\f475\f475"
}

.fa-diagram-successor {
    --fa: "\e47a";
    --fa--fa: "\e47a\e47a"
}

.fa-truck-arrow-right {
    --fa: "\e58b";
    --fa--fa: "\e58b\e58b"
}

.fa-square-w {
    --fa: "\e285";
    --fa--fa: "\e285\e285"
}

.fa-arrows-split-up-and-left {
    --fa: "\e4bc";
    --fa--fa: "\e4bc\e4bc"
}

.fa-lamp {
    --fa: "\f4ca";
    --fa--fa: "\f4ca\f4ca"
}

.fa-airplay {
    --fa: "\e089";
    --fa--fa: "\e089\e089"
}

.fa-fist-raised,
.fa-hand-fist {
    --fa: "\f6de";
    --fa--fa: "\f6de\f6de"
}

.fa-shield-quartered {
    --fa: "\e575";
    --fa--fa: "\e575\e575"
}

.fa-slash-forward {
    --fa: "\2f";
    --fa--fa: "\2f\2f"
}

.fa-location-pen,
.fa-map-marker-edit {
    --fa: "\f607";
    --fa--fa: "\f607\f607"
}

.fa-cloud-moon {
    --fa: "\f6c3";
    --fa--fa: "\f6c3\f6c3"
}

.fa-pot-food {
    --fa: "\e43f";
    --fa--fa: "\e43f\e43f"
}

.fa-briefcase {
    --fa: "\f0b1";
    --fa--fa: "\f0b1\f0b1"
}

.fa-person-falling {
    --fa: "\e546";
    --fa--fa: "\e546\e546"
}

.fa-image-portrait,
.fa-portrait {
    --fa: "\f3e0";
    --fa--fa: "\f3e0\f3e0"
}

.fa-user-tag {
    --fa: "\f507";
    --fa--fa: "\f507\f507"
}

.fa-rug {
    --fa: "\e569";
    --fa--fa: "\e569\e569"
}

.fa-print-slash {
    --fa: "\f686";
    --fa--fa: "\f686\f686"
}

.fa-earth-europe,
.fa-globe-europe {
    --fa: "\f7a2";
    --fa--fa: "\f7a2\f7a2"
}

.fa-cart-flatbed-suitcase,
.fa-luggage-cart {
    --fa: "\f59d";
    --fa--fa: "\f59d\f59d"
}

.fa-hand-back-point-ribbon {
    --fa: "\e1a0";
    --fa--fa: "\e1a0\e1a0"
}

.fa-rectangle-times,
.fa-rectangle-xmark,
.fa-times-rectangle,
.fa-window-close {
    --fa: "\f410";
    --fa--fa: "\f410\f410"
}

.fa-tire-rugged {
    --fa: "\f634";
    --fa--fa: "\f634\f634"
}

.fa-lightbulb-dollar {
    --fa: "\f670";
    --fa--fa: "\f670\f670"
}

.fa-cowbell {
    --fa: "\f8b3";
    --fa--fa: "\f8b3\f8b3"
}

.fa-baht-sign {
    --fa: "\e0ac";
    --fa--fa: "\e0ac\e0ac"
}

.fa-corner {
    --fa: "\e3fe";
    --fa--fa: "\e3fe\e3fe"
}

.fa-chevron-double-right,
.fa-chevrons-right {
    --fa: "\f324";
    --fa--fa: "\f324\f324"
}

.fa-book-open {
    --fa: "\f518";
    --fa--fa: "\f518\f518"
}

.fa-book-journal-whills,
.fa-journal-whills {
    --fa: "\f66a";
    --fa--fa: "\f66a\f66a"
}

.fa-inhaler {
    --fa: "\f5f9";
    --fa--fa: "\f5f9\f5f9"
}

.fa-handcuffs {
    --fa: "\e4f8";
    --fa--fa: "\e4f8\e4f8"
}

.fa-snake {
    --fa: "\f716";
    --fa--fa: "\f716\f716"
}

.fa-exclamation-triangle,
.fa-triangle-exclamation,
.fa-warning {
    --fa: "\f071";
    --fa--fa: "\f071\f071"
}

.fa-note-medical {
    --fa: "\e200";
    --fa--fa: "\e200\e200"
}

.fa-database {
    --fa: "\f1c0";
    --fa--fa: "\f1c0\f1c0"
}

.fa-down-left {
    --fa: "\e16a";
    --fa--fa: "\e16a\e16a"
}

.fa-mail-forward,
.fa-share {
    --fa: "\f064";
    --fa--fa: "\f064\f064"
}

.fa-face-thinking {
    --fa: "\e39b";
    --fa--fa: "\e39b\e39b"
}

.fa-turn-down-right {
    --fa: "\e455";
    --fa--fa: "\e455\e455"
}

.fa-bottle-droplet {
    --fa: "\e4c4";
    --fa--fa: "\e4c4\e4c4"
}

.fa-mask-face {
    --fa: "\e1d7";
    --fa--fa: "\e1d7\e1d7"
}

.fa-hill-rockslide {
    --fa: "\e508";
    --fa--fa: "\e508\e508"
}

.fa-scanner-keyboard {
    --fa: "\f489";
    --fa--fa: "\f489\f489"
}

.fa-circle-o {
    --fa: "\e119";
    --fa--fa: "\e119\e119"
}

.fa-grid-horizontal {
    --fa: "\e307";
    --fa--fa: "\e307\e307"
}

.fa-comment-alt-dollar,
.fa-message-dollar {
    --fa: "\f650";
    --fa--fa: "\f650\f650"
}

.fa-exchange-alt,
.fa-right-left {
    --fa: "\f362";
    --fa--fa: "\f362\f362"
}

.fa-columns-3 {
    --fa: "\e361";
    --fa--fa: "\e361\e361"
}

.fa-paper-plane {
    --fa: "\f1d8";
    --fa--fa: "\f1d8\f1d8"
}

.fa-road-circle-exclamation {
    --fa: "\e565";
    --fa--fa: "\e565\e565"
}

.fa-dungeon {
    --fa: "\f6d9";
    --fa--fa: "\f6d9\f6d9"
}

.fa-hand-holding-box {
    --fa: "\f47b";
    --fa--fa: "\f47b\f47b"
}

.fa-input-text {
    --fa: "\e1bf";
    --fa--fa: "\e1bf\e1bf"
}

.fa-window-alt,
.fa-window-flip {
    --fa: "\f40f";
    --fa--fa: "\f40f\f40f"
}

.fa-align-right {
    --fa: "\f038";
    --fa--fa: "\f038\f038"
}

.fa-scanner,
.fa-scanner-gun {
    --fa: "\f488";
    --fa--fa: "\f488\f488"
}

.fa-tire {
    --fa: "\f631";
    --fa--fa: "\f631\f631"
}

.fa-engine {
    --fa: "\e16e";
    --fa--fa: "\e16e\e16e"
}

.fa-money-bill-1-wave,
.fa-money-bill-wave-alt {
    --fa: "\f53b";
    --fa--fa: "\f53b\f53b"
}

.fa-life-ring {
    --fa: "\f1cd";
    --fa--fa: "\f1cd\f1cd"
}

.fa-hands,
.fa-sign-language,
.fa-signing {
    --fa: "\f2a7";
    --fa--fa: "\f2a7\f2a7"
}

.fa-caret-circle-right,
.fa-circle-caret-right {
    --fa: "\f330";
    --fa--fa: "\f330\f330"
}

.fa-turn-left {
    --fa: "\e636";
    --fa--fa: "\e636\e636"
}

.fa-wheat {
    --fa: "\f72d";
    --fa--fa: "\f72d\f72d"
}

.fa-file-spreadsheet {
    --fa: "\f65b";
    --fa--fa: "\f65b\f65b"
}

.fa-audio-description-slash {
    --fa: "\e0a8";
    --fa--fa: "\e0a8\e0a8"
}

.fa-bell-ring {
    --fa: "\e62c";
    --fa--fa: "\e62c\e62c"
}

.fa-calendar-day {
    --fa: "\f783";
    --fa--fa: "\f783\f783"
}

.fa-ladder-water,
.fa-swimming-pool,
.fa-water-ladder {
    --fa: "\f5c5";
    --fa--fa: "\f5c5\f5c5"
}

.fa-arrows-up-down,
.fa-arrows-v {
    --fa: "\f07d";
    --fa--fa: "\f07d\f07d"
}

.fa-chess-pawn-alt,
.fa-chess-pawn-piece {
    --fa: "\f444";
    --fa--fa: "\f444\f444"
}

.fa-face-grimace,
.fa-grimace {
    --fa: "\f57f";
    --fa--fa: "\f57f\f57f"
}

.fa-wheelchair-alt,
.fa-wheelchair-move {
    --fa: "\e2ce";
    --fa--fa: "\e2ce\e2ce"
}

.fa-level-down-alt,
.fa-turn-down {
    --fa: "\f3be";
    --fa--fa: "\f3be\f3be"
}

.fa-square-s {
    --fa: "\e27d";
    --fa--fa: "\e27d\e27d"
}

.fa-barcode-alt,
.fa-rectangle-barcode {
    --fa: "\f463";
    --fa--fa: "\f463\f463"
}

.fa-person-walking-arrow-right {
    --fa: "\e552";
    --fa--fa: "\e552\e552"
}

.fa-envelope-square,
.fa-square-envelope {
    --fa: "\f199";
    --fa--fa: "\f199\f199"
}

.fa-dice {
    --fa: "\f522";
    --fa--fa: "\f522\f522"
}

.fa-unicorn {
    --fa: "\f727";
    --fa--fa: "\f727\f727"
}

.fa-bowling-ball {
    --fa: "\f436";
    --fa--fa: "\f436\f436"
}

.fa-pompebled {
    --fa: "\e43d";
    --fa--fa: "\e43d\e43d"
}

.fa-brain {
    --fa: "\f5dc";
    --fa--fa: "\f5dc\f5dc"
}

.fa-watch-smart {
    --fa: "\e2cc";
    --fa--fa: "\e2cc\e2cc"
}

.fa-book-user {
    --fa: "\f7e7";
    --fa--fa: "\f7e7\f7e7"
}

.fa-sensor-cloud,
.fa-sensor-smoke {
    --fa: "\e02c";
    --fa--fa: "\e02c\e02c"
}

.fa-clapperboard-play {
    --fa: "\e132";
    --fa--fa: "\e132\e132"
}

.fa-band-aid,
.fa-bandage {
    --fa: "\f462";
    --fa--fa: "\f462\f462"
}

.fa-calendar-minus {
    --fa: "\f272";
    --fa--fa: "\f272\f272"
}

.fa-circle-xmark,
.fa-times-circle,
.fa-xmark-circle {
    --fa: "\f057";
    --fa--fa: "\f057\f057"
}

.fa-circle-4 {
    --fa: "\e0f1";
    --fa--fa: "\e0f1\e0f1"
}

.fa-gifts {
    --fa: "\f79c";
    --fa--fa: "\f79c\f79c"
}

.fa-album-collection {
    --fa: "\f8a0";
    --fa--fa: "\f8a0\f8a0"
}

.fa-hotel {
    --fa: "\f594";
    --fa--fa: "\f594\f594"
}

.fa-earth-asia,
.fa-globe-asia {
    --fa: "\f57e";
    --fa--fa: "\f57e\f57e"
}

.fa-id-card-alt,
.fa-id-card-clip {
    --fa: "\f47f";
    --fa--fa: "\f47f\f47f"
}

.fa-magnifying-glass-plus,
.fa-search-plus {
    --fa: "\f00e";
    --fa--fa: "\f00e\f00e"
}

.fa-thumbs-up {
    --fa: "\f164";
    --fa--fa: "\f164\f164"
}

.fa-cloud-showers {
    --fa: "\f73f";
    --fa--fa: "\f73f\f73f"
}

.fa-user-clock {
    --fa: "\f4fd";
    --fa--fa: "\f4fd\f4fd"
}

.fa-onion {
    --fa: "\e427";
    --fa--fa: "\e427\e427"
}

.fa-clock-twelve-thirty {
    --fa: "\e359";
    --fa--fa: "\e359\e359"
}

.fa-arrow-down-to-dotted-line {
    --fa: "\e095";
    --fa--fa: "\e095\e095"
}

.fa-allergies,
.fa-hand-dots {
    --fa: "\f461";
    --fa--fa: "\f461\f461"
}

.fa-file-invoice {
    --fa: "\f570";
    --fa--fa: "\f570\f570"
}

.fa-window-minimize {
    --fa: "\f2d1";
    --fa--fa: "\f2d1\f2d1"
}

.fa-rectangle-wide {
    --fa: "\f2fc";
    --fa--fa: "\f2fc\f2fc"
}

.fa-comment-arrow-up {
    --fa: "\e144";
    --fa--fa: "\e144\e144"
}

.fa-garlic {
    --fa: "\e40e";
    --fa--fa: "\e40e\e40e"
}

.fa-coffee,
.fa-mug-saucer {
    --fa: "\f0f4";
    --fa--fa: "\f0f4\f0f4"
}

.fa-brush {
    --fa: "\f55d";
    --fa--fa: "\f55d\f55d"
}

.fa-file-half-dashed {
    --fa: "\e698";
    --fa--fa: "\e698\e698"
}

.fa-tree-decorated {
    --fa: "\f7dc";
    --fa--fa: "\f7dc\f7dc"
}

.fa-mask {
    --fa: "\f6fa";
    --fa--fa: "\f6fa\f6fa"
}

.fa-calendar-heart {
    --fa: "\e0d3";
    --fa--fa: "\e0d3\e0d3"
}

.fa-magnifying-glass-minus,
.fa-search-minus {
    --fa: "\f010";
    --fa--fa: "\f010\f010"
}

.fa-flower {
    --fa: "\f7ff";
    --fa--fa: "\f7ff\f7ff"
}

.fa-arrow-down-from-arc {
    --fa: "\e614";
    --fa--fa: "\e614\e614"
}

.fa-right-left-large {
    --fa: "\e5e1";
    --fa--fa: "\e5e1\e5e1"
}

.fa-ruler-vertical {
    --fa: "\f548";
    --fa--fa: "\f548\f548"
}

.fa-circles-overlap {
    --fa: "\e600";
    --fa--fa: "\e600\e600"
}

.fa-user-alt,
.fa-user-large {
    --fa: "\f406";
    --fa--fa: "\f406\f406"
}

.fa-starship-freighter {
    --fa: "\e03a";
    --fa--fa: "\e03a\e03a"
}

.fa-train-tram {
    --fa: "\e5b4";
    --fa--fa: "\e5b4\e5b4"
}

.fa-bridge-suspension {
    --fa: "\e4cd";
    --fa--fa: "\e4cd\e4cd"
}

.fa-trash-check {
    --fa: "\e2af";
    --fa--fa: "\e2af\e2af"
}

.fa-user-nurse {
    --fa: "\f82f";
    --fa--fa: "\f82f\f82f"
}

.fa-boombox {
    --fa: "\f8a5";
    --fa--fa: "\f8a5\f8a5"
}

.fa-syringe {
    --fa: "\f48e";
    --fa--fa: "\f48e\f48e"
}

.fa-cloud-sun {
    --fa: "\f6c4";
    --fa--fa: "\f6c4\f6c4"
}

.fa-shield-exclamation {
    --fa: "\e247";
    --fa--fa: "\e247\e247"
}

.fa-stopwatch-20 {
    --fa: "\e06f";
    --fa--fa: "\e06f\e06f"
}

.fa-square-full {
    --fa: "\f45c";
    --fa--fa: "\f45c\f45c"
}

.fa-grip-dots {
    --fa: "\e410";
    --fa--fa: "\e410\e410"
}

.fa-comment-exclamation {
    --fa: "\f4af";
    --fa--fa: "\f4af\f4af"
}

.fa-pen-swirl {
    --fa: "\e214";
    --fa--fa: "\e214\e214"
}

.fa-falafel {
    --fa: "\e40a";
    --fa--fa: "\e40a\e40a"
}

.fa-circle-2 {
    --fa: "\e0ef";
    --fa--fa: "\e0ef\e0ef"
}

.fa-magnet {
    --fa: "\f076";
    --fa--fa: "\f076\f076"
}

.fa-jar {
    --fa: "\e516";
    --fa--fa: "\e516\e516"
}

.fa-gramophone {
    --fa: "\f8bd";
    --fa--fa: "\f8bd\f8bd"
}

.fa-dice-d12 {
    --fa: "\f6ce";
    --fa--fa: "\f6ce\f6ce"
}

.fa-note-sticky,
.fa-sticky-note {
    --fa: "\f249";
    --fa--fa: "\f249\f249"
}

.fa-arrow-alt-down,
.fa-down {
    --fa: "\f354";
    --fa--fa: "\f354\f354"
}

.fa-100,
.fa-hundred-points {
    --fa: "\e41c";
    --fa--fa: "\e41c\e41c"
}

.fa-paperclip-vertical {
    --fa: "\e3c2";
    --fa--fa: "\e3c2\e3c2"
}

.fa-wind-circle-exclamation,
.fa-wind-warning {
    --fa: "\f776";
    --fa--fa: "\f776\f776"
}

.fa-location-pin-slash,
.fa-map-marker-slash {
    --fa: "\f60c";
    --fa--fa: "\f60c\f60c"
}

.fa-face-sad-sweat {
    --fa: "\e38a";
    --fa--fa: "\e38a\e38a"
}

.fa-bug-slash {
    --fa: "\e490";
    --fa--fa: "\e490\e490"
}

.fa-cupcake {
    --fa: "\e402";
    --fa--fa: "\e402\e402"
}

.fa-light-switch-off {
    --fa: "\e018";
    --fa--fa: "\e018\e018"
}

.fa-toggle-large-off {
    --fa: "\e5b0";
    --fa--fa: "\e5b0\e5b0"
}

.fa-pen-fancy-slash {
    --fa: "\e210";
    --fa--fa: "\e210\e210"
}

.fa-truck-container {
    --fa: "\f4dc";
    --fa--fa: "\f4dc\f4dc"
}

.fa-boot {
    --fa: "\f782";
    --fa--fa: "\f782\f782"
}

.fa-arrow-up-from-water-pump {
    --fa: "\e4b6";
    --fa--fa: "\e4b6\e4b6"
}

.fa-file-check {
    --fa: "\f316";
    --fa--fa: "\f316\f316"
}

.fa-bone {
    --fa: "\f5d7";
    --fa--fa: "\f5d7\f5d7"
}

.fa-cards-blank {
    --fa: "\e4df";
    --fa--fa: "\e4df\e4df"
}

.fa-circle-3 {
    --fa: "\e0f0";
    --fa--fa: "\e0f0\e0f0"
}

.fa-bench-tree {
    --fa: "\e2e7";
    --fa--fa: "\e2e7\e2e7"
}

.fa-keyboard-brightness-low {
    --fa: "\e1c1";
    --fa--fa: "\e1c1\e1c1"
}

.fa-ski-boot-ski {
    --fa: "\e3cd";
    --fa--fa: "\e3cd\e3cd"
}

.fa-brain-circuit {
    --fa: "\e0c6";
    --fa--fa: "\e0c6\e0c6"
}

.fa-table-cells-row-unlock {
    --fa: "\e691";
    --fa--fa: "\e691\e691"
}

.fa-user-injured {
    --fa: "\f728";
    --fa--fa: "\f728\f728"
}

.fa-block-brick-fire,
.fa-firewall {
    --fa: "\e3dc";
    --fa--fa: "\e3dc\e3dc"
}

.fa-face-sad-tear,
.fa-sad-tear {
    --fa: "\f5b4";
    --fa--fa: "\f5b4\f5b4"
}

.fa-plane {
    --fa: "\f072";
    --fa--fa: "\f072\f072"
}

.fa-tent-arrows-down {
    --fa: "\e581";
    --fa--fa: "\e581\e581"
}

.fa-exclamation {
    --fa: "\21";
    --fa--fa: "\21\21"
}

.fa-arrows-spin {
    --fa: "\e4bb";
    --fa--fa: "\e4bb\e4bb"
}

.fa-face-smile-relaxed {
    --fa: "\e392";
    --fa--fa: "\e392\e392"
}

.fa-comment-times,
.fa-comment-xmark {
    --fa: "\f4b5";
    --fa--fa: "\f4b5\f4b5"
}

.fa-print {
    --fa: "\f02f";
    --fa--fa: "\f02f\f02f"
}

.fa-try,
.fa-turkish-lira,
.fa-turkish-lira-sign {
    --fa: "\e2bb";
    --fa--fa: "\e2bb\e2bb"
}

.fa-face-nose-steam {
    --fa: "\e382";
    --fa--fa: "\e382\e382"
}

.fa-circle-waveform-lines,
.fa-waveform-circle {
    --fa: "\e12d";
    --fa--fa: "\e12d\e12d"
}

.fa-dollar,
.fa-dollar-sign,
.fa-usd {
    --fa: "\24";
    --fa--fa: "\24\24"
}

.fa-ferris-wheel {
    --fa: "\e174";
    --fa--fa: "\e174\e174"
}

.fa-computer-speaker {
    --fa: "\f8b2";
    --fa--fa: "\f8b2\f8b2"
}

.fa-skull-cow {
    --fa: "\f8de";
    --fa--fa: "\f8de\f8de"
}

.fa-x {
    --fa: "\58";
    --fa--fa: "\58\58"
}

.fa-magnifying-glass-dollar,
.fa-search-dollar {
    --fa: "\f688";
    --fa--fa: "\f688\f688"
}

.fa-users-cog,
.fa-users-gear {
    --fa: "\f509";
    --fa--fa: "\f509\f509"
}

.fa-person-military-pointing {
    --fa: "\e54a";
    --fa--fa: "\e54a\e54a"
}

.fa-bank,
.fa-building-columns,
.fa-institution,
.fa-museum,
.fa-university {
    --fa: "\f19c";
    --fa--fa: "\f19c\f19c"
}

.fa-circle-t {
    --fa: "\e124";
    --fa--fa: "\e124\e124"
}

.fa-sack {
    --fa: "\f81c";
    --fa--fa: "\f81c\f81c"
}

.fa-grid-2 {
    --fa: "\e196";
    --fa--fa: "\e196\e196"
}

.fa-camera-cctv,
.fa-cctv {
    --fa: "\f8ac";
    --fa--fa: "\f8ac\f8ac"
}

.fa-umbrella {
    --fa: "\f0e9";
    --fa--fa: "\f0e9\f0e9"
}

.fa-trowel {
    --fa: "\e589";
    --fa--fa: "\e589\e589"
}

.fa-horizontal-rule {
    --fa: "\f86c";
    --fa--fa: "\f86c\f86c"
}

.fa-bed-alt,
.fa-bed-front {
    --fa: "\f8f7";
    --fa--fa: "\f8f7\f8f7"
}

.fa-d {
    --fa: "\44";
    --fa--fa: "\44\44"
}

.fa-stapler {
    --fa: "\e5af";
    --fa--fa: "\e5af\e5af"
}

.fa-masks-theater,
.fa-theater-masks {
    --fa: "\f630";
    --fa--fa: "\f630\f630"
}

.fa-file-gif {
    --fa: "\e645";
    --fa--fa: "\e645\e645"
}

.fa-kip-sign {
    --fa: "\e1c4";
    --fa--fa: "\e1c4\e1c4"
}

.fa-face-woozy {
    --fa: "\e3a2";
    --fa--fa: "\e3a2\e3a2"
}

.fa-cloud-question {
    --fa: "\e492";
    --fa--fa: "\e492\e492"
}

.fa-pineapple {
    --fa: "\e31f";
    --fa--fa: "\e31f\e31f"
}

.fa-hand-point-left {
    --fa: "\f0a5";
    --fa--fa: "\f0a5\f0a5"
}

.fa-gallery-thumbnails {
    --fa: "\e3aa";
    --fa--fa: "\e3aa\e3aa"
}

.fa-circle-j {
    --fa: "\e112";
    --fa--fa: "\e112\e112"
}

.fa-eyes {
    --fa: "\e367";
    --fa--fa: "\e367\e367"
}

.fa-handshake-alt,
.fa-handshake-simple {
    --fa: "\f4c6";
    --fa--fa: "\f4c6\f4c6"
}

.fa-file-caret-up,
.fa-page-caret-up {
    --fa: "\e42a";
    --fa--fa: "\e42a\e42a"
}

.fa-fighter-jet,
.fa-jet-fighter {
    --fa: "\f0fb";
    --fa--fa: "\f0fb\f0fb"
}

.fa-comet {
    --fa: "\e003";
    --fa--fa: "\e003\e003"
}

.fa-share-alt-square,
.fa-square-share-nodes {
    --fa: "\f1e1";
    --fa--fa: "\f1e1\f1e1"
}

.fa-reflect-vertical {
    --fa: "\e665";
    --fa--fa: "\e665\e665"
}

.fa-shield-keyhole {
    --fa: "\e248";
    --fa--fa: "\e248\e248"
}

.fa-file-mp4 {
    --fa: "\e649";
    --fa--fa: "\e649\e649"
}

.fa-barcode {
    --fa: "\f02a";
    --fa--fa: "\f02a\f02a"
}

.fa-bulldozer {
    --fa: "\e655";
    --fa--fa: "\e655\e655"
}

.fa-plus-minus {
    --fa: "\e43c";
    --fa--fa: "\e43c\e43c"
}

.fa-sliders-v-square,
.fa-square-sliders-vertical {
    --fa: "\f3f2";
    --fa--fa: "\f3f2\f3f2"
}

.fa-video,
.fa-video-camera {
    --fa: "\f03d";
    --fa--fa: "\f03d\f03d"
}

.fa-comment-middle-alt,
.fa-message-middle {
    --fa: "\e1e1";
    --fa--fa: "\e1e1\e1e1"
}

.fa-graduation-cap,
.fa-mortar-board {
    --fa: "\f19d";
    --fa--fa: "\f19d\f19d"
}

.fa-hand-holding-medical {
    --fa: "\e05c";
    --fa--fa: "\e05c\e05c"
}

.fa-person-circle-check {
    --fa: "\e53e";
    --fa--fa: "\e53e\e53e"
}

.fa-square-z {
    --fa: "\e288";
    --fa--fa: "\e288\e288"
}

.fa-comment-alt-text,
.fa-message-text {
    --fa: "\e1e6";
    --fa--fa: "\e1e6\e1e6"
}

.fa-level-up-alt,
.fa-turn-up {
    --fa: "\f3bf";
    --fa--fa: "\f3bf\f3bf"
}

.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

:host,
:root {
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.ttf) format("truetype")
}

.fa-brands,
.fab {
    font-weight: 400
}

.fa-monero {
    --fa: "\f3d0"
}

.fa-hooli {
    --fa: "\f427"
}

.fa-yelp {
    --fa: "\f1e9"
}

.fa-cc-visa {
    --fa: "\f1f0"
}

.fa-lastfm {
    --fa: "\f202"
}

.fa-shopware {
    --fa: "\f5b5"
}

.fa-creative-commons-nc {
    --fa: "\f4e8"
}

.fa-aws {
    --fa: "\f375"
}

.fa-redhat {
    --fa: "\f7bc"
}

.fa-yoast {
    --fa: "\f2b1"
}

.fa-cloudflare {
    --fa: "\e07d"
}

.fa-ups {
    --fa: "\f7e0"
}

.fa-pixiv {
    --fa: "\e640"
}

.fa-wpexplorer {
    --fa: "\f2de"
}

.fa-dyalog {
    --fa: "\f399"
}

.fa-bity {
    --fa: "\f37a"
}

.fa-stackpath {
    --fa: "\f842"
}

.fa-buysellads {
    --fa: "\f20d"
}

.fa-first-order {
    --fa: "\f2b0"
}

.fa-modx {
    --fa: "\f285"
}

.fa-guilded {
    --fa: "\e07e"
}

.fa-vnv {
    --fa: "\f40b"
}

.fa-js-square,
.fa-square-js {
    --fa: "\f3b9"
}

.fa-microsoft {
    --fa: "\f3ca"
}

.fa-qq {
    --fa: "\f1d6"
}

.fa-orcid {
    --fa: "\f8d2"
}

.fa-java {
    --fa: "\f4e4"
}

.fa-invision {
    --fa: "\f7b0"
}

.fa-creative-commons-pd-alt {
    --fa: "\f4ed"
}

.fa-centercode {
    --fa: "\f380"
}

.fa-glide-g {
    --fa: "\f2a6"
}

.fa-drupal {
    --fa: "\f1a9"
}

.fa-jxl {
    --fa: "\e67b"
}

.fa-dart-lang {
    --fa: "\e693"
}

.fa-hire-a-helper {
    --fa: "\f3b0"
}

.fa-creative-commons-by {
    --fa: "\f4e7"
}

.fa-unity {
    --fa: "\e049"
}

.fa-whmcs {
    --fa: "\f40d"
}

.fa-rocketchat {
    --fa: "\f3e8"
}

.fa-vk {
    --fa: "\f189"
}

.fa-untappd {
    --fa: "\f405"
}

.fa-mailchimp {
    --fa: "\f59e"
}

.fa-css3-alt {
    --fa: "\f38b"
}

.fa-reddit-square,
.fa-square-reddit {
    --fa: "\f1a2"
}

.fa-vimeo-v {
    --fa: "\f27d"
}

.fa-contao {
    --fa: "\f26d"
}

.fa-square-font-awesome {
    --fa: "\e5ad"
}

.fa-deskpro {
    --fa: "\f38f"
}

.fa-brave {
    --fa: "\e63c"
}

.fa-sistrix {
    --fa: "\f3ee"
}

.fa-instagram-square,
.fa-square-instagram {
    --fa: "\e055"
}

.fa-battle-net {
    --fa: "\f835"
}

.fa-the-red-yeti {
    --fa: "\f69d"
}

.fa-hacker-news-square,
.fa-square-hacker-news {
    --fa: "\f3af"
}

.fa-edge {
    --fa: "\f282"
}

.fa-threads {
    --fa: "\e618"
}

.fa-napster {
    --fa: "\f3d2"
}

.fa-snapchat-square,
.fa-square-snapchat {
    --fa: "\f2ad"
}

.fa-google-plus-g {
    --fa: "\f0d5"
}

.fa-artstation {
    --fa: "\f77a"
}

.fa-markdown {
    --fa: "\f60f"
}

.fa-sourcetree {
    --fa: "\f7d3"
}

.fa-google-plus {
    --fa: "\f2b3"
}

.fa-diaspora {
    --fa: "\f791"
}

.fa-foursquare {
    --fa: "\f180"
}

.fa-stack-overflow {
    --fa: "\f16c"
}

.fa-github-alt {
    --fa: "\f113"
}

.fa-phoenix-squadron {
    --fa: "\f511"
}

.fa-pagelines {
    --fa: "\f18c"
}

.fa-algolia {
    --fa: "\f36c"
}

.fa-red-river {
    --fa: "\f3e3"
}

.fa-creative-commons-sa {
    --fa: "\f4ef"
}

.fa-safari {
    --fa: "\f267"
}

.fa-google {
    --fa: "\f1a0"
}

.fa-font-awesome-alt,
.fa-square-font-awesome-stroke {
    --fa: "\f35c"
}

.fa-atlassian {
    --fa: "\f77b"
}

.fa-linkedin-in {
    --fa: "\f0e1"
}

.fa-digital-ocean {
    --fa: "\f391"
}

.fa-nimblr {
    --fa: "\f5a8"
}

.fa-chromecast {
    --fa: "\f838"
}

.fa-evernote {
    --fa: "\f839"
}

.fa-hacker-news {
    --fa: "\f1d4"
}

.fa-creative-commons-sampling {
    --fa: "\f4f0"
}

.fa-adversal {
    --fa: "\f36a"
}

.fa-creative-commons {
    --fa: "\f25e"
}

.fa-watchman-monitoring {
    --fa: "\e087"
}

.fa-fonticons {
    --fa: "\f280"
}

.fa-weixin {
    --fa: "\f1d7"
}

.fa-shirtsinbulk {
    --fa: "\f214"
}

.fa-codepen {
    --fa: "\f1cb"
}

.fa-git-alt {
    --fa: "\f841"
}

.fa-lyft {
    --fa: "\f3c3"
}

.fa-rev {
    --fa: "\f5b2"
}

.fa-windows {
    --fa: "\f17a"
}

.fa-wizards-of-the-coast {
    --fa: "\f730"
}

.fa-square-viadeo,
.fa-viadeo-square {
    --fa: "\f2aa"
}

.fa-meetup {
    --fa: "\f2e0"
}

.fa-centos {
    --fa: "\f789"
}

.fa-adn {
    --fa: "\f170"
}

.fa-cloudsmith {
    --fa: "\f384"
}

.fa-opensuse {
    --fa: "\e62b"
}

.fa-pied-piper-alt {
    --fa: "\f1a8"
}

.fa-dribbble-square,
.fa-square-dribbble {
    --fa: "\f397"
}

.fa-codiepie {
    --fa: "\f284"
}

.fa-node {
    --fa: "\f419"
}

.fa-mix {
    --fa: "\f3cb"
}

.fa-steam {
    --fa: "\f1b6"
}

.fa-cc-apple-pay {
    --fa: "\f416"
}

.fa-scribd {
    --fa: "\f28a"
}

.fa-debian {
    --fa: "\e60b"
}

.fa-openid {
    --fa: "\f19b"
}

.fa-instalod {
    --fa: "\e081"
}

.fa-files-pinwheel {
    --fa: "\e69f"
}

.fa-expeditedssl {
    --fa: "\f23e"
}

.fa-sellcast {
    --fa: "\f2da"
}

.fa-square-twitter,
.fa-twitter-square {
    --fa: "\f081"
}

.fa-r-project {
    --fa: "\f4f7"
}

.fa-delicious {
    --fa: "\f1a5"
}

.fa-freebsd {
    --fa: "\f3a4"
}

.fa-vuejs {
    --fa: "\f41f"
}

.fa-accusoft {
    --fa: "\f369"
}

.fa-ioxhost {
    --fa: "\f208"
}

.fa-fonticons-fi {
    --fa: "\f3a2"
}

.fa-app-store {
    --fa: "\f36f"
}

.fa-cc-mastercard {
    --fa: "\f1f1"
}

.fa-itunes-note {
    --fa: "\f3b5"
}

.fa-golang {
    --fa: "\e40f"
}

.fa-kickstarter,
.fa-square-kickstarter {
    --fa: "\f3bb"
}

.fa-grav {
    --fa: "\f2d6"
}

.fa-weibo {
    --fa: "\f18a"
}

.fa-uncharted {
    --fa: "\e084"
}

.fa-firstdraft {
    --fa: "\f3a1"
}

.fa-square-youtube,
.fa-youtube-square {
    --fa: "\f431"
}

.fa-wikipedia-w {
    --fa: "\f266"
}

.fa-rendact,
.fa-wpressr {
    --fa: "\f3e4"
}

.fa-angellist {
    --fa: "\f209"
}

.fa-galactic-republic {
    --fa: "\f50c"
}

.fa-nfc-directional {
    --fa: "\e530"
}

.fa-skype {
    --fa: "\f17e"
}

.fa-joget {
    --fa: "\f3b7"
}

.fa-fedora {
    --fa: "\f798"
}

.fa-stripe-s {
    --fa: "\f42a"
}

.fa-meta {
    --fa: "\e49b"
}

.fa-laravel {
    --fa: "\f3bd"
}

.fa-hotjar {
    --fa: "\f3b1"
}

.fa-bluetooth-b {
    --fa: "\f294"
}

.fa-square-letterboxd {
    --fa: "\e62e"
}

.fa-sticker-mule {
    --fa: "\f3f7"
}

.fa-creative-commons-zero {
    --fa: "\f4f3"
}

.fa-hips {
    --fa: "\f452"
}

.fa-css {
    --fa: "\e6a2"
}

.fa-behance {
    --fa: "\f1b4"
}

.fa-reddit {
    --fa: "\f1a1"
}

.fa-discord {
    --fa: "\f392"
}

.fa-chrome {
    --fa: "\f268"
}

.fa-app-store-ios {
    --fa: "\f370"
}

.fa-cc-discover {
    --fa: "\f1f2"
}

.fa-wpbeginner {
    --fa: "\f297"
}

.fa-confluence {
    --fa: "\f78d"
}

.fa-shoelace {
    --fa: "\e60c"
}

.fa-mdb {
    --fa: "\f8ca"
}

.fa-dochub {
    --fa: "\f394"
}

.fa-accessible-icon {
    --fa: "\f368"
}

.fa-ebay {
    --fa: "\f4f4"
}

.fa-amazon {
    --fa: "\f270"
}

.fa-unsplash {
    --fa: "\e07c"
}

.fa-yarn {
    --fa: "\f7e3"
}

.fa-square-steam,
.fa-steam-square {
    --fa: "\f1b7"
}

.fa-500px {
    --fa: "\f26e"
}

.fa-square-vimeo,
.fa-vimeo-square {
    --fa: "\f194"
}

.fa-asymmetrik {
    --fa: "\f372"
}

.fa-font-awesome,
.fa-font-awesome-flag,
.fa-font-awesome-logo-full {
    --fa: "\f2b4"
}

.fa-gratipay {
    --fa: "\f184"
}

.fa-apple {
    --fa: "\f179"
}

.fa-hive {
    --fa: "\e07f"
}

.fa-gitkraken {
    --fa: "\f3a6"
}

.fa-keybase {
    --fa: "\f4f5"
}

.fa-apple-pay {
    --fa: "\f415"
}

.fa-padlet {
    --fa: "\e4a0"
}

.fa-amazon-pay {
    --fa: "\f42c"
}

.fa-github-square,
.fa-square-github {
    --fa: "\f092"
}

.fa-stumbleupon {
    --fa: "\f1a4"
}

.fa-fedex {
    --fa: "\f797"
}

.fa-phoenix-framework {
    --fa: "\f3dc"
}

.fa-shopify {
    --fa: "\e057"
}

.fa-neos {
    --fa: "\f612"
}

.fa-square-threads {
    --fa: "\e619"
}

.fa-hackerrank {
    --fa: "\f5f7"
}

.fa-researchgate {
    --fa: "\f4f8"
}

.fa-swift {
    --fa: "\f8e1"
}

.fa-angular {
    --fa: "\f420"
}

.fa-speakap {
    --fa: "\f3f3"
}

.fa-angrycreative {
    --fa: "\f36e"
}

.fa-y-combinator {
    --fa: "\f23b"
}

.fa-empire {
    --fa: "\f1d1"
}

.fa-envira {
    --fa: "\f299"
}

.fa-google-scholar {
    --fa: "\e63b"
}

.fa-gitlab-square,
.fa-square-gitlab {
    --fa: "\e5ae"
}

.fa-studiovinari {
    --fa: "\f3f8"
}

.fa-pied-piper {
    --fa: "\f2ae"
}

.fa-wordpress {
    --fa: "\f19a"
}

.fa-product-hunt {
    --fa: "\f288"
}

.fa-firefox {
    --fa: "\f269"
}

.fa-linode {
    --fa: "\f2b8"
}

.fa-goodreads {
    --fa: "\f3a8"
}

.fa-odnoklassniki-square,
.fa-square-odnoklassniki {
    --fa: "\f264"
}

.fa-jsfiddle {
    --fa: "\f1cc"
}

.fa-sith {
    --fa: "\f512"
}

.fa-themeisle {
    --fa: "\f2b2"
}

.fa-page4 {
    --fa: "\f3d7"
}

.fa-hashnode {
    --fa: "\e499"
}

.fa-react {
    --fa: "\f41b"
}

.fa-cc-paypal {
    --fa: "\f1f4"
}

.fa-squarespace {
    --fa: "\f5be"
}

.fa-cc-stripe {
    --fa: "\f1f5"
}

.fa-creative-commons-share {
    --fa: "\f4f2"
}

.fa-bitcoin {
    --fa: "\f379"
}

.fa-keycdn {
    --fa: "\f3ba"
}

.fa-opera {
    --fa: "\f26a"
}

.fa-itch-io {
    --fa: "\f83a"
}

.fa-umbraco {
    --fa: "\f8e8"
}

.fa-galactic-senate {
    --fa: "\f50d"
}

.fa-ubuntu {
    --fa: "\f7df"
}

.fa-draft2digital {
    --fa: "\f396"
}

.fa-stripe {
    --fa: "\f429"
}

.fa-houzz {
    --fa: "\f27c"
}

.fa-gg {
    --fa: "\f260"
}

.fa-dhl {
    --fa: "\f790"
}

.fa-pinterest-square,
.fa-square-pinterest {
    --fa: "\f0d3"
}

.fa-xing {
    --fa: "\f168"
}

.fa-blackberry {
    --fa: "\f37b"
}

.fa-creative-commons-pd {
    --fa: "\f4ec"
}

.fa-playstation {
    --fa: "\f3df"
}

.fa-quinscape {
    --fa: "\f459"
}

.fa-less {
    --fa: "\f41d"
}

.fa-blogger-b {
    --fa: "\f37d"
}

.fa-opencart {
    --fa: "\f23d"
}

.fa-vine {
    --fa: "\f1ca"
}

.fa-signal-messenger {
    --fa: "\e663"
}

.fa-paypal {
    --fa: "\f1ed"
}

.fa-gitlab {
    --fa: "\f296"
}

.fa-typo3 {
    --fa: "\f42b"
}

.fa-reddit-alien {
    --fa: "\f281"
}

.fa-yahoo {
    --fa: "\f19e"
}

.fa-dailymotion {
    --fa: "\e052"
}

.fa-affiliatetheme {
    --fa: "\f36b"
}

.fa-pied-piper-pp {
    --fa: "\f1a7"
}

.fa-bootstrap {
    --fa: "\f836"
}

.fa-odnoklassniki {
    --fa: "\f263"
}

.fa-nfc-symbol {
    --fa: "\e531"
}

.fa-mintbit {
    --fa: "\e62f"
}

.fa-ethereum {
    --fa: "\f42e"
}

.fa-speaker-deck {
    --fa: "\f83c"
}

.fa-creative-commons-nc-eu {
    --fa: "\f4e9"
}

.fa-patreon {
    --fa: "\f3d9"
}

.fa-avianex {
    --fa: "\f374"
}

.fa-ello {
    --fa: "\f5f1"
}

.fa-gofore {
    --fa: "\f3a7"
}

.fa-bimobject {
    --fa: "\f378"
}

.fa-brave-reverse {
    --fa: "\e63d"
}

.fa-facebook-f {
    --fa: "\f39e"
}

.fa-google-plus-square,
.fa-square-google-plus {
    --fa: "\f0d4"
}

.fa-web-awesome {
    --fa: "\e682"
}

.fa-mandalorian {
    --fa: "\f50f"
}

.fa-first-order-alt {
    --fa: "\f50a"
}

.fa-osi {
    --fa: "\f41a"
}

.fa-google-wallet {
    --fa: "\f1ee"
}

.fa-d-and-d-beyond {
    --fa: "\f6ca"
}

.fa-periscope {
    --fa: "\f3da"
}

.fa-fulcrum {
    --fa: "\f50b"
}

.fa-cloudscale {
    --fa: "\f383"
}

.fa-forumbee {
    --fa: "\f211"
}

.fa-mizuni {
    --fa: "\f3cc"
}

.fa-schlix {
    --fa: "\f3ea"
}

.fa-square-xing,
.fa-xing-square {
    --fa: "\f169"
}

.fa-bandcamp {
    --fa: "\f2d5"
}

.fa-wpforms {
    --fa: "\f298"
}

.fa-cloudversify {
    --fa: "\f385"
}

.fa-usps {
    --fa: "\f7e1"
}

.fa-megaport {
    --fa: "\f5a3"
}

.fa-magento {
    --fa: "\f3c4"
}

.fa-spotify {
    --fa: "\f1bc"
}

.fa-optin-monster {
    --fa: "\f23c"
}

.fa-fly {
    --fa: "\f417"
}

.fa-square-bluesky {
    --fa: "\e6a3"
}

.fa-aviato {
    --fa: "\f421"
}

.fa-itunes {
    --fa: "\f3b4"
}

.fa-cuttlefish {
    --fa: "\f38c"
}

.fa-blogger {
    --fa: "\f37c"
}

.fa-flickr {
    --fa: "\f16e"
}

.fa-viber {
    --fa: "\f409"
}

.fa-soundcloud {
    --fa: "\f1be"
}

.fa-digg {
    --fa: "\f1a6"
}

.fa-tencent-weibo {
    --fa: "\f1d5"
}

.fa-letterboxd {
    --fa: "\e62d"
}

.fa-symfony {
    --fa: "\f83d"
}

.fa-maxcdn {
    --fa: "\f136"
}

.fa-etsy {
    --fa: "\f2d7"
}

.fa-facebook-messenger {
    --fa: "\f39f"
}

.fa-audible {
    --fa: "\f373"
}

.fa-think-peaks {
    --fa: "\f731"
}

.fa-bilibili {
    --fa: "\e3d9"
}

.fa-erlang {
    --fa: "\f39d"
}

.fa-x-twitter {
    --fa: "\e61b"
}

.fa-cotton-bureau {
    --fa: "\f89e"
}

.fa-dashcube {
    --fa: "\f210"
}

.fa-42-group,
.fa-innosoft {
    --fa: "\e080"
}

.fa-stack-exchange {
    --fa: "\f18d"
}

.fa-elementor {
    --fa: "\f430"
}

.fa-pied-piper-square,
.fa-square-pied-piper {
    --fa: "\e01e"
}

.fa-creative-commons-nd {
    --fa: "\f4eb"
}

.fa-palfed {
    --fa: "\f3d8"
}

.fa-superpowers {
    --fa: "\f2dd"
}

.fa-resolving {
    --fa: "\f3e7"
}

.fa-xbox {
    --fa: "\f412"
}

.fa-square-web-awesome-stroke {
    --fa: "\e684"
}

.fa-searchengin {
    --fa: "\f3eb"
}

.fa-tiktok {
    --fa: "\e07b"
}

.fa-facebook-square,
.fa-square-facebook {
    --fa: "\f082"
}

.fa-renren {
    --fa: "\f18b"
}

.fa-linux {
    --fa: "\f17c"
}

.fa-glide {
    --fa: "\f2a5"
}

.fa-linkedin {
    --fa: "\f08c"
}

.fa-hubspot {
    --fa: "\f3b2"
}

.fa-deploydog {
    --fa: "\f38e"
}

.fa-twitch {
    --fa: "\f1e8"
}

.fa-flutter {
    --fa: "\e694"
}

.fa-ravelry {
    --fa: "\f2d9"
}

.fa-mixer {
    --fa: "\e056"
}

.fa-lastfm-square,
.fa-square-lastfm {
    --fa: "\f203"
}

.fa-vimeo {
    --fa: "\f40a"
}

.fa-mendeley {
    --fa: "\f7b3"
}

.fa-uniregistry {
    --fa: "\f404"
}

.fa-figma {
    --fa: "\f799"
}

.fa-creative-commons-remix {
    --fa: "\f4ee"
}

.fa-cc-amazon-pay {
    --fa: "\f42d"
}

.fa-dropbox {
    --fa: "\f16b"
}

.fa-instagram {
    --fa: "\f16d"
}

.fa-cmplid {
    --fa: "\e360"
}

.fa-upwork {
    --fa: "\e641"
}

.fa-facebook {
    --fa: "\f09a"
}

.fa-gripfire {
    --fa: "\f3ac"
}

.fa-jedi-order {
    --fa: "\f50e"
}

.fa-uikit {
    --fa: "\f403"
}

.fa-fort-awesome-alt {
    --fa: "\f3a3"
}

.fa-phabricator {
    --fa: "\f3db"
}

.fa-ussunnah {
    --fa: "\f407"
}

.fa-earlybirds {
    --fa: "\f39a"
}

.fa-trade-federation {
    --fa: "\f513"
}

.fa-autoprefixer {
    --fa: "\f41c"
}

.fa-whatsapp {
    --fa: "\f232"
}

.fa-square-upwork {
    --fa: "\e67c"
}

.fa-slideshare {
    --fa: "\f1e7"
}

.fa-google-play {
    --fa: "\f3ab"
}

.fa-viadeo {
    --fa: "\f2a9"
}

.fa-line {
    --fa: "\f3c0"
}

.fa-google-drive {
    --fa: "\f3aa"
}

.fa-servicestack {
    --fa: "\f3ec"
}

.fa-simplybuilt {
    --fa: "\f215"
}

.fa-bitbucket {
    --fa: "\f171"
}

.fa-imdb {
    --fa: "\f2d8"
}

.fa-deezer {
    --fa: "\e077"
}

.fa-raspberry-pi {
    --fa: "\f7bb"
}

.fa-jira {
    --fa: "\f7b1"
}

.fa-docker {
    --fa: "\f395"
}

.fa-screenpal {
    --fa: "\e570"
}

.fa-bluetooth {
    --fa: "\f293"
}

.fa-gitter {
    --fa: "\f426"
}

.fa-d-and-d {
    --fa: "\f38d"
}

.fa-microblog {
    --fa: "\e01a"
}

.fa-cc-diners-club {
    --fa: "\f24c"
}

.fa-gg-circle {
    --fa: "\f261"
}

.fa-pied-piper-hat {
    --fa: "\f4e5"
}

.fa-kickstarter-k {
    --fa: "\f3bc"
}

.fa-yandex {
    --fa: "\f413"
}

.fa-readme {
    --fa: "\f4d5"
}

.fa-html5 {
    --fa: "\f13b"
}

.fa-sellsy {
    --fa: "\f213"
}

.fa-square-web-awesome {
    --fa: "\e683"
}

.fa-sass {
    --fa: "\f41e"
}

.fa-wirsindhandwerk,
.fa-wsh {
    --fa: "\e2d0"
}

.fa-buromobelexperte {
    --fa: "\f37f"
}

.fa-salesforce {
    --fa: "\f83b"
}

.fa-octopus-deploy {
    --fa: "\e082"
}

.fa-medapps {
    --fa: "\f3c6"
}

.fa-ns8 {
    --fa: "\f3d5"
}

.fa-pinterest-p {
    --fa: "\f231"
}

.fa-apper {
    --fa: "\f371"
}

.fa-fort-awesome {
    --fa: "\f286"
}

.fa-waze {
    --fa: "\f83f"
}

.fa-bluesky {
    --fa: "\e671"
}

.fa-cc-jcb {
    --fa: "\f24b"
}

.fa-snapchat,
.fa-snapchat-ghost {
    --fa: "\f2ab"
}

.fa-fantasy-flight-games {
    --fa: "\f6dc"
}

.fa-rust {
    --fa: "\e07a"
}

.fa-wix {
    --fa: "\f5cf"
}

.fa-behance-square,
.fa-square-behance {
    --fa: "\f1b5"
}

.fa-supple {
    --fa: "\f3f9"
}

.fa-webflow {
    --fa: "\e65c"
}

.fa-rebel {
    --fa: "\f1d0"
}

.fa-css3 {
    --fa: "\f13c"
}

.fa-staylinked {
    --fa: "\f3f5"
}

.fa-kaggle {
    --fa: "\f5fa"
}

.fa-space-awesome {
    --fa: "\e5ac"
}

.fa-deviantart {
    --fa: "\f1bd"
}

.fa-cpanel {
    --fa: "\f388"
}

.fa-goodreads-g {
    --fa: "\f3a9"
}

.fa-git-square,
.fa-square-git {
    --fa: "\f1d2"
}

.fa-square-tumblr,
.fa-tumblr-square {
    --fa: "\f174"
}

.fa-trello {
    --fa: "\f181"
}

.fa-creative-commons-nc-jp {
    --fa: "\f4ea"
}

.fa-get-pocket {
    --fa: "\f265"
}

.fa-perbyte {
    --fa: "\e083"
}

.fa-grunt {
    --fa: "\f3ad"
}

.fa-weebly {
    --fa: "\f5cc"
}

.fa-connectdevelop {
    --fa: "\f20e"
}

.fa-leanpub {
    --fa: "\f212"
}

.fa-black-tie {
    --fa: "\f27e"
}

.fa-themeco {
    --fa: "\f5c6"
}

.fa-python {
    --fa: "\f3e2"
}

.fa-android {
    --fa: "\f17b"
}

.fa-bots {
    --fa: "\e340"
}

.fa-free-code-camp {
    --fa: "\f2c5"
}

.fa-hornbill {
    --fa: "\f592"
}

.fa-js {
    --fa: "\f3b8"
}

.fa-ideal {
    --fa: "\e013"
}

.fa-git {
    --fa: "\f1d3"
}

.fa-dev {
    --fa: "\f6cc"
}

.fa-sketch {
    --fa: "\f7c6"
}

.fa-yandex-international {
    --fa: "\f414"
}

.fa-cc-amex {
    --fa: "\f1f3"
}

.fa-uber {
    --fa: "\f402"
}

.fa-github {
    --fa: "\f09b"
}

.fa-php {
    --fa: "\f457"
}

.fa-alipay {
    --fa: "\f642"
}

.fa-youtube {
    --fa: "\f167"
}

.fa-skyatlas {
    --fa: "\f216"
}

.fa-firefox-browser {
    --fa: "\e007"
}

.fa-replyd {
    --fa: "\f3e6"
}

.fa-suse {
    --fa: "\f7d6"
}

.fa-jenkins {
    --fa: "\f3b6"
}

.fa-twitter {
    --fa: "\f099"
}

.fa-rockrms {
    --fa: "\f3e9"
}

.fa-pinterest {
    --fa: "\f0d2"
}

.fa-buffer {
    --fa: "\f837"
}

.fa-npm {
    --fa: "\f3d4"
}

.fa-yammer {
    --fa: "\f840"
}

.fa-btc {
    --fa: "\f15a"
}

.fa-dribbble {
    --fa: "\f17d"
}

.fa-stumbleupon-circle {
    --fa: "\f1a3"
}

.fa-internet-explorer {
    --fa: "\f26b"
}

.fa-stubber {
    --fa: "\e5c7"
}

.fa-telegram,
.fa-telegram-plane {
    --fa: "\f2c6"
}

.fa-old-republic {
    --fa: "\f510"
}

.fa-odysee {
    --fa: "\e5c6"
}

.fa-square-whatsapp,
.fa-whatsapp-square {
    --fa: "\f40c"
}

.fa-node-js {
    --fa: "\f3d3"
}

.fa-edge-legacy {
    --fa: "\e078"
}

.fa-slack,
.fa-slack-hash {
    --fa: "\f198"
}

.fa-medrt {
    --fa: "\f3c8"
}

.fa-usb {
    --fa: "\f287"
}

.fa-tumblr {
    --fa: "\f173"
}

.fa-vaadin {
    --fa: "\f408"
}

.fa-quora {
    --fa: "\f2c4"
}

.fa-square-x-twitter {
    --fa: "\e61a"
}

.fa-reacteurope {
    --fa: "\f75d"
}

.fa-medium,
.fa-medium-m {
    --fa: "\f23a"
}

.fa-amilia {
    --fa: "\f36d"
}

.fa-mixcloud {
    --fa: "\f289"
}

.fa-flipboard {
    --fa: "\f44d"
}

.fa-viacoin {
    --fa: "\f237"
}

.fa-critical-role {
    --fa: "\f6c9"
}

.fa-sitrox {
    --fa: "\e44a"
}

.fa-discourse {
    --fa: "\f393"
}

.fa-joomla {
    --fa: "\f1aa"
}

.fa-mastodon {
    --fa: "\f4f6"
}

.fa-airbnb {
    --fa: "\f834"
}

.fa-wolf-pack-battalion {
    --fa: "\f514"
}

.fa-buy-n-large {
    --fa: "\f8a6"
}

.fa-gulp {
    --fa: "\f3ae"
}

.fa-creative-commons-sampling-plus {
    --fa: "\f4f1"
}

.fa-strava {
    --fa: "\f428"
}

.fa-ember {
    --fa: "\f423"
}

.fa-canadian-maple-leaf {
    --fa: "\f785"
}

.fa-teamspeak {
    --fa: "\f4f9"
}

.fa-pushed {
    --fa: "\f3e1"
}

.fa-wordpress-simple {
    --fa: "\f411"
}

.fa-nutritionix {
    --fa: "\f3d6"
}

.fa-wodu {
    --fa: "\e088"
}

.fa-google-pay {
    --fa: "\e079"
}

.fa-intercom {
    --fa: "\f7af"
}

.fa-zhihu {
    --fa: "\f63f"
}

.fa-korvue {
    --fa: "\f42f"
}

.fa-pix {
    --fa: "\e43a"
}

.fa-steam-symbol {
    --fa: "\f3f6"
}

:host,
:root {
    --fa-style-family-duotone: "Font Awesome 6 Duotone";
    --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone"
}

@font-face {
    font-family: "Font Awesome 6 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../webfonts/fa-duotone-900.woff2) format("woff2"), url(../webfonts/fa-duotone-900.ttf) format("truetype")
}

.fa-duotone,
.fad {
    position: relative;
    font-weight: 900;
    letter-spacing: normal
}

.fa-duotone:before,
.fad:before {
    position: absolute;
    color: var(--fa-primary-color, inherit);
    opacity: var(--fa-primary-opacity, 1)
}

.fa-duotone:after,
.fad:after {
    color: var(--fa-secondary-color, inherit)
}

.fa-duotone.fa-swap-opacity:before,
.fa-duotone:after,
.fa-swap-opacity .fa-duotone:before,
.fa-swap-opacity .fad:before,
.fad.fa-swap-opacity:before,
.fad:after {
    opacity: var(--fa-secondary-opacity, .4)
}

.fa-duotone.fa-swap-opacity:after,
.fa-swap-opacity .fa-duotone:after,
.fa-swap-opacity .fad:after,
.fad.fa-swap-opacity:after {
    opacity: var(--fa-primary-opacity, 1)
}

.fa-duotone.fa-inverse,
.fad.fa-inverse {
    color: var(--fa-inverse, #fff)
}

.fa-duotone.fa-stack-1x,
.fa-duotone.fa-stack-2x,
.fad.fa-stack-1x,
.fad.fa-stack-2x {
    position: absolute
}

:host,
:root {
    --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro"
}

@font-face {
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url(../webfonts/fa-light-300.woff2) format("woff2"), url(../webfonts/fa-light-300.ttf) format("truetype")
}

.fa-light,
.fal {
    font-weight: 300
}

:host,
:root {
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro"
}

@font-face {
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.ttf) format("truetype")
}

.fa-regular,
.far {
    font-weight: 400
}

:host,
:root {
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro"
}

@font-face {
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.ttf) format("truetype")
}

.fa-solid,
.fas {
    font-weight: 900
}

:host,
:root {
    --fa-style-family-classic: "Font Awesome 6 Pro";
    --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro"
}

@font-face {
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 100;
    font-display: block;
    src: url(../webfonts/fa-thin-100.woff2) format("woff2"), url(../webfonts/fa-thin-100.ttf) format("truetype")
}

.fa-thin,
.fat {
    font-weight: 100
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-display: block;
    font-weight: 400;
    src: url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-display: block;
    font-weight: 900;
    src: url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-display: block;
    font-weight: 400;
    src: url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-display: block;
    font-weight: 300;
    src: url(../webfonts/fa-light-300.woff2) format("woff2"), url(../webfonts/fa-light-300.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-display: block;
    font-weight: 900;
    src: url(../webfonts/fa-duotone-900.woff2) format("woff2"), url(../webfonts/fa-duotone-900.ttf) format("truetype")
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.ttf) format("truetype")
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.ttf) format("truetype");
    unicode-range: u+f003, u+f006, u+f014, u+f016-f017, u+f01a-f01b, u+f01d, u+f022, u+f03e, u+f044, u+f046, u+f05c-f05d, u+f06e, u+f070, u+f087-f088, u+f08a, u+f094, u+f096-f097, u+f09d, u+f0a0, u+f0a2, u+f0a4-f0a7, u+f0c5, u+f0c7, u+f0e5-f0e6, u+f0eb, u+f0f6-f0f8, u+f10c, u+f114-f115, u+f118-f11a, u+f11c-f11d, u+f133, u+f147, u+f14e, u+f150-f152, u+f185-f186, u+f18e, u+f190-f192, u+f196, u+f1c1-f1c9, u+f1d9, u+f1db, u+f1e3, u+f1ea, u+f1f7, u+f1f9, u+f20a, u+f247-f248, u+f24a, u+f24d, u+f255-f25b, u+f25d, u+f271-f274, u+f278, u+f27b, u+f28c, u+f28e, u+f29c, u+f2b5, u+f2b7, u+f2ba, u+f2bc, u+f2be, u+f2c0-f2c1, u+f2c3, u+f2d0, u+f2d2, u+f2d4, u+f2dc
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(../webfonts/fa-v4compatibility.woff2) format("woff2"), url(../webfonts/fa-v4compatibility.ttf) format("truetype");
    unicode-range: u+f041, u+f047, u+f065-f066, u+f07d-f07e, u+f080, u+f08b, u+f08e, u+f090, u+f09a, u+f0ac, u+f0ae, u+f0b2, u+f0d0, u+f0d6, u+f0e4, u+f0ec, u+f10a-f10b, u+f123, u+f13e, u+f148-f149, u+f14c, u+f156, u+f15e, u+f160-f161, u+f163, u+f175-f178, u+f195, u+f1f8, u+f219, u+f27a
}

.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax>.jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon78ed.eot?orkqwr');
    src: url('../fonts/icomoon78ed.eot?orkqwr#iefix') format('embedded-opentype'),
        url('../fonts/icomoon78ed.ttf?orkqwr') format('truetype'),
        url('../fonts/icomoon78ed.woff?orkqwr') format('woff'),
        url('../fonts/icomoon78ed.svg?orkqwr#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.icon-check:before {
    content: "\e923";
}

.icon-plus:before {
    content: "\e924";
}

.icon-minus:before {
    content: "\e925";
}

.icon-worldwide-shipping:before {
    content: "\e926";
}

.icon-24-hours-service:before {
    content: "\e927";
}

.icon-worldwide-shipping-1:before {
    content: "\e928";
}

.icon-courier-services:before {
    content: "\e929";
}

.icon-man:before {
    content: "\e92a";
}

.icon-shipment:before {
    content: "\e92b";
}

.icon-international-shipping:before {
    content: "\e92c";
}

.icon-ship:before {
    content: "\e92d";
}

.icon-box:before {
    content: "\e92e";
}

.icon-location:before {
    content: "\e92f";
}

.icon-customer-loyalty:before {
    content: "\e930";
}

.icon-global-services:before {
    content: "\e931";
}

.icon-protection:before {
    content: "\e932";
}

.icon-professional-services:before {
    content: "\e933";
}

.icon-tracking:before {
    content: "\e934";
}

.icon-quote:before {
    content: "\e935";
}

.icon-new-product:before {
    content: "\e936";
}

.icon-service:before {
    content: "\e937";
}

.icon-delivery-man:before {
    content: "\e938";
}

.icon-ship-1:before {
    content: "\e939";
}

.icon-storehouse:before {
    content: "\e93a";
}

.icon-humanitarian-aid:before {
    content: "\e93b";
}

.icon-pdf:before {
    content: "\e93c";
}

.icon-twitter:before {
    content: "\e93d";
}

.icon-label:before {
    content: "\e93e";
}

.icon-search:before {
    content: "\e900";
}

.icon-shopping-bag:before {
    content: "\e901";
}

.icon-location1:before {
    content: "\e902";
}

.icon-email:before {
    content: "\e903";
}

.icon-facebook-app-symbol:before {
    content: "\e904";
}

.icon-instagram:before {
    content: "\e905";
}

.icon-twitter1:before {
    content: "\e906";
}

.icon-play-button:before {
    content: "\e907";
}

.icon-payment:before {
    content: "\e908";
}

.icon-delivery-man1:before {
    content: "\e909";
}

.icon-cruise:before {
    content: "\e90a";
}

.icon-plane:before {
    content: "\e90b";
}

.icon-truck:before {
    content: "\e90c";
}

.icon-train:before {
    content: "\e90d";
}

.icon-air-freight:before {
    content: "\e90e";
}

.icon-shield:before {
    content: "\e90f";
}

.icon-world-wide-web:before {
    content: "\e910";
}

.icon-user-avatar:before {
    content: "\e911";
}

.icon-rating:before {
    content: "\e912";
}

.icon-delivery-man-1:before {
    content: "\e913";
}

.icon-packaging:before {
    content: "\e914";
}

.icon-box1:before {
    content: "\e915";
}

.icon-user:before {
    content: "\e916";
}

.icon-chat:before {
    content: "\e917";
}

.icon-next:before {
    content: "\e918";
}

.icon-right-arrow:before {
    content: "\e919";
}

.icon-paper-plane:before {
    content: "\e91a";
}

.icon-data-warehouse:before {
    content: "\e91b";
}

.icon-phone-call:before {
    content: "\e91c";
}

.icon-link:before {
    content: "\e91d";
}

.icon-reputation:before {
    content: "\e91e";
}

.icon-google-docs:before {
    content: "\e91f";
}

.icon-share:before {
    content: "\e920";
}

.icon-calendar:before {
    content: "\e921";
}

.icon-user-1:before {
    content: "\e922";
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.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
}

.nice-select {
    position: relative;
    display: block;
    -webkit-tap-highlight-color: transparent;
    background-color: #f6f4f9;
    border-radius: 0px;
    border: 0px solid #e4e4e4;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    float: none;
    font-family: inherit;
    color: #888888;
    font-size: 14px;
    font-weight: 300;
    height: 70px;
    line-height: 48px;
    outline: none;
    padding-left: 25px;
    padding-right: 25px;
    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: #6e7a7a;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #6e7a7a;
}


.nice-select:after {
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -4px;
    display: block;
    border-bottom: 1px solid var(--amr-gray);
    border-right: 1px solid var(--amr-gray);
    content: '';
    width: 8px;
    height: 8px;
    pointer-events: none;
    -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;
}

.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: var(--amr-base);
    border-radius: 5px;
    box-sizing: border-box;
    margin-top: 0px;
    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 {
    color: #ffffff;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    color: #ffffff;
    background-color: var(--amr-black);
}

.nice-select .option.selected {
    font-weight: 500;
}

.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;
}

.get-flight-two__inner .nice-select:after {
    border-bottom: 2px solid var(--amr-gray);
    border-right: 2px solid var(--amr-gray);
}

/*! jQuery UI - v1.11.4 - 2016-04-01
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
    /* support: IE7 */
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
    /* support: IE8 */
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0;
    /* support: IE7 */
    font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
    /* removes extra width in IE */
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2.2em;
}

/* button elements seem to need a little more width */
button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
    padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

/* button sets */
.ui-buttonset {
    margin-right: 7px;
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    /* support: IE7 */
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}

/* icon support */
.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item {
    padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,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");
    height: 100%;
    filter: alpha(opacity=25);
    /* support: IE8 */
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    /* Support: IE7 */
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
    right: 0.5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: 0.4em 2.1em 0.4em 1em;
    display: block;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}

/* vertically center icon */
.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
    /* need to fix icons sprite */
    background-position: -65px -16px;
}

.ui-tabs {
    position: relative;
    /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff;
    color: #222222;
}

.ui-widget-content a {
    color: #222222;
}

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}

.ui-widget-header a {
    color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555555;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #999999;
    background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #212121;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
    color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
    color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    /* support: IE8 */
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    /* support: IE8 */
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
    /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
    background-image: url("images/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon {
    background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
    background-image: url("images/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
    /* support: IE8 */
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
    /* support: IE8 */
    border-radius: 8px;
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0)
}

[data-aos=fade-up] {
    transform: translate3d(0, 100px, 0)
}

[data-aos=fade-down] {
    transform: translate3d(0, -100px, 0)
}

[data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0)
}

[data-aos=fade-left] {
    transform: translate3d(100px, 0, 0)
}

[data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0)
}

[data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0)
}

[data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0)
}

[data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1)
}

[data-aos=zoom-in] {
    transform: scale(.6)
}

[data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(.6)
}

[data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(.6)
}

[data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(.6)
}

[data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(.6)
}

[data-aos=zoom-out] {
    transform: scale(1.2)
}

[data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2)
}

[data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2)
}

[data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2)
}

[data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
    transition-property: transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
    transform: translateZ(0)
}

[data-aos=slide-up] {
    transform: translate3d(0, 100%, 0)
}

[data-aos=slide-down] {
    transform: translate3d(0, -100%, 0)
}

[data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0)
}

[data-aos=slide-left] {
    transform: translate3d(100%, 0, 0)
}

[data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform
}

[data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

[data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0)
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    font-family: "Helvetica Neue", sans-serif;
    line-height: 1.1em
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
    text-align: center
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
    position: relative;
    display: block;
    background-color: #1d1467;
    z-index: 91;
}

.main-slider .swiper-slide {
    position: relative;
    background-color: #1d1467;
}

.main-slider__pattern-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .02;
    z-index: -1;
}

.main-slider__bg-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 47%;
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: -1;
}

.main-slider__bg-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--amr-black-rgb), .60);
    z-index: 1;
}

.main-slider__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 7000ms ease, opacity 1500ms ease-in;
    transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
}

.main-slider .swiper-slide-active .main-slider__bg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.main-slider__shape-1 {
    position: absolute;
    bottom: -136px;
    right: 729px;
    top: 106px;
    width: 200px;
    background-color: var(--amr-base);
    z-index: -1;
    clip-path: polygon(62% 0, 62% 0, 59% 100%, 0% 100%);
    opacity: 0;
    -webkit-transform: perspective(400px) rotate(18deg) translateX(-100px);
    -ms-transform: perspective(400px) rotate(18deg) translateX(-100px);
    transform: perspective(400px) rotate(18deg) translateX(-100px);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.main-slider .swiper-slide-active .main-slider__shape-1 {
    opacity: .70;
    -webkit-transform: perspective(400px) rotate(18deg) translateX(0px);
    -ms-transform: perspective(400px) rotate(18deg) translateX(0px);
    transform: perspective(400px) rotate(18deg) translateX(0px);
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    -ms-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
}

.main-slider__shape-2 {
    position: absolute;
    bottom: -136px;
    right: 738px;
    top: 106px;
    width: 200px;
    background-color: var(--amr-base);
    z-index: -1;
    clip-path: polygon(62% 0, 62% 0, 59% 100%, 0% 100%);
    transform: rotate(18deg);
    opacity: 0;
    -webkit-transform: perspective(400px) rotate(18deg) translateX(-100px);
    -ms-transform: perspective(400px) rotate(18deg) translateX(-100px);
    transform: perspective(400px) rotate(18deg) translateX(-100px);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: all 1800ms ease;
    -moz-transition: all 1800ms ease;
    -ms-transition: all 1800ms ease;
    -o-transition: all 1800ms ease;
    transition: all 1800ms ease;
}

.main-slider .swiper-slide-active .main-slider__shape-2 {
    opacity: .50;
    -webkit-transform: perspective(400px) rotate(18deg) translateX(0px);
    -ms-transform: perspective(400px) rotate(18deg) translateX(0px);
    transform: perspective(400px) rotate(18deg) translateX(0px);
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    -ms-transition-delay: 2500ms;
    -o-transition-delay: 2500ms;
    transition-delay: 2500ms;
}

.main-slider .container {
    position: relative;
    z-index: 30;
}

.main-slider__content {
    position: relative;
    display: block;
    padding-top: 177px;
    padding-bottom: 180px;
    z-index: 15;
}

.main-slider__sub-title {
    position: relative;
    display: block;
    font-size: 20px;
    color: #c6222e;
    font-weight: 600;
    line-height: 1em;
    font-family: var(--amr-font-two);
    text-transform: uppercase;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.main-slider .swiper-slide-active .main-slider__sub-title {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.main-slider__title {
    position: relative;
    font-size: 65px;
    color: var(--amr-white);
    font-weight: 700;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-top: 22px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.main-slider__title span {
    color: var(--amr-base);
}

.main-slider .swiper-slide-active .main-slider__title {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

.main-slider__text {
    position: relative;
    display: block;
    font-size: 18px;
    color: rgba(var(--amr-white-rgb), .70);
    font-weight: 500;
    margin-top: 18px;
    margin-bottom: 43px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    z-index: 1;
}

.main-slider .swiper-slide-active .main-slider__text {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    -ms-transition-delay: 1400ms;
    -o-transition-delay: 1400ms;
    transition-delay: 1400ms;
}

.main-slider__btn-box {
    position: relative;
    display: block;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.main-slider__btn-box .thm-btn::before,
.main-slider__btn-box .thm-btn::after {
    background-color: var(--amr-white);
}

.main-slider__btn-box .thm-btn:hover {
    color: #c6222e;
}

.main-slider__btn-box .thm-btn:hover>span {
    background-color: #c6222e;
    color: var(--amr-white);
}

.main-slider .swiper-slide-active .main-slider__btn-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    -ms-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
}

.main-slider__map {
    position: absolute;
    top: 90px;
    left: -235px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateX(-300px);
    -ms-transform: perspective(400px) rotateY(0deg) translateX(-300px);
    transform: perspective(400px) rotateY(0deg) translateX(-300px);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    z-index: -1;
}

.main-slider__map img {
    width: auto;
}

.main-slider .swiper-slide-active .main-slider__map {
    opacity: .30;
    -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
    transform: perspective(400px) rotateY(0deg) translateX(0px);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}


#main-slider-pagination {
    position: absolute;
    left: auto;
    right: 60px;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    height: 80px;
    width: auto;
    z-index: 100;
}

#main-slider-pagination::before {
    position: absolute;
    top: -105px;
    left: 50%;
    width: 4px;
    height: 85px;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 14%, rgba(255, 255, 255, 0.7595413165266106) 35%, rgba(255, 255, 255, 0.5746673669467788) 57%, rgba(255, 255, 255, 0.19371498599439774) 95%);
    transform: translateX(-50%);
    opacity: 0.3;
    content: "";
}

#main-slider-pagination::after {
    position: absolute;
    bottom: -105px;
    left: 50%;
    width: 4px;
    height: 85px;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 14%, rgba(255, 255, 255, 0.7595413165266106) 35%, rgba(255, 255, 255, 0.5746673669467788) 57%, rgba(255, 255, 255, 0.19371498599439774) 95%);
    transform: translateX(-50%);
    opacity: 0.3;
    content: "";
}

#main-slider-pagination .swiper-pagination-bullet {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
    background: rgba(var(--amr-white-rgb), 0.4);
    border-radius: 50%;
    opacity: 1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(var(--amr-white-rgb), 1);
}

#main-slider-pagination .swiper-pagination-bullet::before {
    position: absolute;
    top: -8px;
    left: -8px;
    bottom: -8px;
    right: -8px;
    border: 1px solid rgba(var(--amr-white-rgb), 0.4);
    border-radius: 50%;
    transform: scaleX(0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    content: "";
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
#main-slider-pagination .swiper-pagination-bullet:hover {
    transform: scaleX(1.0);
    border: 1px solid rgba(var(--amr-white-rgb), 1.0);
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-top: 25px;
}
/*--------------------------------------------------------------
  # End
  --------------------------------------------------------------*/
/*==============================================
    Banner One
===============================================*/
.banner-one {
    position: relative;
    display: block;
    background-color: var(--amr-black);
    padding: 182px 0 180px;
    overflow: hidden;
    z-index: 5;
}

.banner-one__pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .02;
    z-index: -1;
}

.banner-one__line-shpae1 {
    position: absolute;
    top: -300px;
    bottom: -300px;
    right: -5px;
    width: 250px;
    background-color: var(--amr-base);
    transform: rotate(34deg);
    z-index: -1;
}

.banner-one__line-shpae2 {
    position: absolute;
    top: 310px;
    bottom: -150px;
    right: 452px;
    width: 100px;
    background-color: var(--amr-base);
    transform: rotate(34deg);
    z-index: -1;
}

.banner-one__inner {
    position: relative;
    display: block;
}

.banner-one__content-box {
    position: relative;
    display: block;
}

.banner-one__sub-title {
    position: relative;
    display: block;
    font-size: 20px;
    color: var(--amr-base);
    font-weight: 600;
    line-height: 1em;
    font-family: var(--amr-font-two);
    text-transform: uppercase;
}

.banner-one__title {
    font-size: 80px;
    color: var(--amr-white);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-top: 26px;
    margin-bottom: 21px;
}

.banner-one__title span {
    color: var(--amr-base);
}

.banner-one__text {
    font-size: 18px;
    color: rgba(var(--amr-white-rgb), .70);
    font-weight: 500;
}

.banner-one__btn-and-review-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 53px;
}

.banner-one__btn-box {
    position: relative;
    display: block;
}

.banner-one__btn-box .thm-btn::before,
.banner-one__btn-box .thm-btn::after {
    background-color: var(--amr-white);
}

.banner-one__btn-box .thm-btn:hover {
    color: var(--amr-base);
}

.banner-one__btn-box .thm-btn:hover>span {
    background-color: var(--amr-base);
    color: var(--amr-white);
}

.banner-one__review-box {
    position: relative;
    display: flex;
    align-items: center;
}

.banner-one__review-box ul {
    position: relative;
    display: block;
}

.banner-one__review-box ul li {
    position: relative;
    display: block;
    float: left;
}

.banner-one__review-box ul li+li {
    margin-left: -20px;
}

.banner-one__review-box ul li .img-box {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--amr-base);
}

.banner-one__review-box ul li .img-box img {
    width: 100%;
}

.banner-one__review-box .text-box {
    position: relative;
    display: block;
    margin-left: 10px;
    flex: 1;
}

.banner-one__review-box .text-box h2 {
    color: var(--amr-white);
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
}

.banner-one__review-box .text-box p {
    color: var(--amr-white);
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

.banner-one__img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.banner-one__img img {
    width: auto;
    animation: leftRight 4s ease-in-out infinite;
}

.banner-one__shape-3 {
    position: absolute;
    top: 0;
    right: 125px;
}

.banner-one__shape-3 img {
    width: auto;
}

/*==============================================
    Banner Two
===============================================*/
.banner-two {
    position: relative;
    display: block;
    background-color: var(--amr-black);
    padding: 135px 0 135px;
    overflow: hidden;
    z-index: 1;
}

.banner-two__pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .02;
    z-index: -1;
}

.banner-two__map-1 {
    position: absolute;
    bottom: 130px;
    left: 100px;
    opacity: .05;
    z-index: -1;
}

.banner-two__map-1 img {
    width: auto;
}

.banner-two__left {
    position: relative;
    display: block;
    margin-right: 50px;
}

.banner-two__sub-title {
    position: relative;
    display: block;
    font-size: 20px;
    color: var(--amr-base);
    font-weight: 600;
    line-height: 1em;
    font-family: var(--amr-font-two);
    text-transform: uppercase;
}

.banner-two__title {
    position: relative;
    font-size: 65px;
    color: var(--amr-white);
    font-weight: 700;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-top: 22px;
    margin-bottom: 19px;
}

.banner-two__title span {
    color: var(--amr-base);
}

.banner-two__text {
    position: relative;
    display: block;
    font-size: 18px;
    color: rgba(var(--amr-white-rgb), .70);
    font-weight: 500;
}


.banner-two__tab-box {
    position: relative;
    display: block;
    margin-top: 47px;
}

.banner-two__tab-box .tab-buttons {
    position: relative;
    display: block;
}

.banner-two__tab-box .tab-buttons .tab-btn {
    position: relative;
    display: inline-block;
    background: var(--amr-white);
    padding: 7px 20px 7px;
    cursor: pointer;
    border-radius: var(--amr-bdr-radius);
    z-index: 1;
}

.banner-two__tab-box .tab-buttons .tab-btn:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0%;
    content: "";
    background: var(--amr-base);
    border-radius: var(--amr-bdr-radius);
    transition: all 0.3s ease;
    z-index: -1;
}

.banner-two__tab-box .tab-buttons .tab-btn.active-btn:before {
    height: 100%;
}

.banner-two__tab-box .tab-buttons .tab-btn p {
    color: var(--amr-black);
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 0.3s ease;
}

.banner-two__tab-box .tab-buttons .tab-btn.active-btn p {
    color: var(--amr-white);
}

.banner-two__tab-box .tabs-content {
    position: relative;
    display: block;
    z-index: 1;
}

.banner-two__tab-box .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    z-index: 10;
}

.banner-two__tab-box .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.banner-two__tab-form-box {
    position: relative;
    display: block;
}

.banner-two__tab-form {
    position: relative;
    display: block;
    margin-top: 10px;
}

.banner-two__tab-form-input-box {
    position: relative;
    display: block;
}

.banner-two__tab-form-input-box input[type="email"] {
    color: var(--amr-white);
    font-size: 16px;
    font-weight: 600;
    height: 60px;
    width: 100%;
    background-color: transparent;
    outline: none;
    border: 1px solid var(--amr-base);
    border-radius: var(--amr-bdr-radius);
    padding-right: 80px;
    padding-left: 20px;
}

.banner-two__tab-form-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    border: none;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--amr-white);
    background-color: var(--amr-base);
    border-radius: var(--amr-bdr-radius);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-two__tab-form-btn span {
    position: relative;
    display: inline-block;
    font-weight: 700;
}

.banner-two__tab-form-btn:hover {
    color: var(--amr-base);
    background-color: var(--amr-white);
}


.banner-two__right {
    position: relative;
    display: block;
    margin-top: 15px;
    margin-left: 20px;
}

.banner-two__form-box {
    position: relative;
    display: block;
    background: #042a35;
    padding: 55px 40px 55px;
    border-radius: var(--amr-bdr-radius);
    z-index: 2;
}

.banner-two__form {
    position: relative;
    display: block;
}

.banner-two__form .input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.banner-two__form .input-box .icon {
    position: absolute;
    top: 16px;
    right: 20px;
}

.banner-two__form .input-box .icon span::before {
    position: relative;
    display: inline-block;
    color: rgba(var(--amr-white-rgb), .60);
    font-size: 15px;
}

.banner-two__form .input-box input[type="text"],
.banner-two__form .input-box input[type="email"] {
    position: relative;
    display: block;
    height: 55px;
    width: 100%;
    background-color: rgba(var(--amr-white-rgb), .01);
    border: 1px solid rgba(var(--amr-white-rgb), .03);
    padding-left: 20px;
    padding-right: 40px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: rgba(var(--amr-white-rgb), .60);
    border-radius: 10px;
    font-family: var(--amr-font);
}

.banner-two__form .input-box .select-box {
    width: 100%;
}

.banner-two__form .input-box .nice-select {
    position: relative;
    display: block;
    height: 55px;
    width: 100%;
    background-color: rgba(var(--amr-white-rgb), .01);
    border: 1px solid rgba(var(--amr-white-rgb), .03);
    padding-left: 20px;
    padding-right: 40px;
    outline: none;
    font-size: 14px;
    line-height: 55px;
    font-weight: 400;
    color: rgba(var(--amr-white-rgb), .60);
    border-radius: 10px;
    font-family: var(--amr-font);
    float: none;
}

.banner-two__form .input-box .nice-select:after {
    position: absolute;
    top: 18px;
    right: 23px;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid rgba(var(--amr-white-rgb), .60);
    border-right: 1px solid rgba(var(--amr-white-rgb), .60);
    margin-top: 0px;
    z-index: 10;
}

.banner-two__form .input-box .nice-select .option {
    color: var(--amr-white);
}

.banner-two__form .input-box textarea {
    position: relative;
    display: block;
    background-color: rgba(var(--amr-white-rgb), .01);
    border: 1px solid rgba(var(--amr-white-rgb), .03);
    padding-left: 20px;
    padding-right: 40px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: rgba(var(--amr-white-rgb), .60);
    border-radius: 10px;
    font-family: var(--amr-font);
    width: 100%;
    height: 140px;
    padding-top: 11px;
    outline: none;
    resize: none;
}

.banner-two__form .input-box .icon.style2 {
    top: 11%;
    transform: translateY(0%);
}

.banner-two__form-btn {
    position: relative;
    display: block;
}

.banner-two__form-btn .thm-btn {
    border: none;
}

/*==============================================
    End
===============================================*/
/*==============================================
    Site Footer
===============================================*/
.site-footer {
    position: relative;
    display: block;
    background-color: var(--amr-black);
    overflow: hidden;
    z-index: 1;
}

.site-footer__shape-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .05;
    z-index: -1;
}

.site-footer__top {
    position: relative;
    display: block;
}

.footer-widget__newsletter {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 110px 0px 73px;
}

.footer-widget__newsletter-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3em;
    color: var(--amr-white);
}

.footer-widget__newsletter-form {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 550px;
    width: 100%;
}

.footer-widget__newsletter-form-input-box {
    position: relative;
    display: block;
    max-width: 353px;
    width: 100%;
}

.footer-widget__newsletter-form-input-box input[type="email"] {
    font-size: 16px;
    height: 54px;
    width: 100%;
    background-color: rgba(var(--amr-white-rgb), .10);
    outline: none;
    border: none;
    color: rgba(var(--amr-white-rgb), .80);
    font-weight: 400;
    border-radius: 27px;
    padding-right: 20px;
    padding-left: 20px;
}

.footer-widget__newsletter-form .thm-btn {
    border: none;
}

.footer-widget__newsletter-form .thm-btn::before,
.footer-widget__newsletter-form .thm-btn::after {
    background-color: var(--amr-white);
}

.footer-widget__newsletter-form .thm-btn:hover {
    color: var(--amr-base);
}

.footer-widget__newsletter-form .thm-btn:hover>span {
    background-color: var(--amr-base);
    color: var(--amr-white);
}

.site-footer__middle {
    position: relative;
    display: block;
    padding: 0 0 80px;
}

.footer-widget__about {
    position: relative;
    display: block;
    margin-top: 5px;
}

.footer-widget__logo {
    position: relative;
    display: block;
}

.footer-widget__about-text {
    color: rgba(var(--amr-white-rgb), .80);
    margin-top: 20px;
    margin-bottom: 22px;
}

.site-footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    border-top: 1px dashed rgba(var(--amr-white-rgb), .20);
    padding-top: 20px;
}

.site-footer__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--amr-white);
    background-color: rgba(var(--amr-white-rgb), .15);
    font-size: 16px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.site-footer__social a:hover {
    color: var(--amr-white);
    background-color: var(--amr-base);
}

.site-footer__social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--amr-base);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.site-footer__social a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.site-footer__social a+a {
    margin-left: 10px;
}

.footer-widget__title-box {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.footer-widget__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    color: var(--amr-white);
    text-transform: capitalize;
}

.footer-widget__right-bottom {
    position: relative;
    display: block;
    margin-left: 75px;
}

.footer-widget__usefull-link {
    position: relative;
    display: block;
    margin-left: 80px;
}

.footer-widget__link-box {
    position: relative;
    display: block;
}

.footer-widget__link {
    position: relative;
    display: block;
}

.footer-widget__link li {
    position: relative;
    display: block;
}

.footer-widget__link li+li {
    margin-top: 12px;
}

.footer-widget__link li a {
    color: rgba(var(--amr-white-rgb), .80);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__link li a:hover {
    color: var(--amr-base);
}

.footer-widget__link-2 {
    margin-left: 55px;
}

.footer-widget__services {
    position: relative;
    display: block;
    margin-left: 70px;
}

.footer-widget__contact-box {
    position: relative;
    display: block;
    margin-left: 70px;
}

.footer-widget__contact {
    position: relative;
    display: block;
}

.footer-widget__contact li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 13px;
}

.footer-widget__contact li+li {
    margin-top: 14px;
}

.footer-widget__contact li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: rgba(var(--amr-white-rgb), .15);
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__contact li:hover .icon {
    background-color: var(--amr-base);
}

.footer-widget__contact li .icon span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--amr-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__contact li:hover .icon span {
    color: var(--amr-white);
}

.footer-widget__contact li .content {
    position: relative;
    display: block;
    flex: 1;
}

.footer-widget__contact li .content h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    color: var(--amr-white);
}

.footer-widget__contact li .content p {
    color: rgba(var(--amr-white-rgb), .80)
}

.footer-widget__contact li .content p a {
    color: rgba(var(--amr-white-rgb), .80)
}

.footer-widget__contact li .content p a:hover {
    color: var(--amr-base);
}

.site-footer__bottom {
    position: relative;
    display: block;
    border-top: 1px dashed rgba(var(--amr-white-rgb), .20);
}

.site-footer__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 26px 0 25px;
}

.site-footer__bottom-text {
    color: rgba(var(--amr-white-rgb), .80);
}

.site-footer__bottom-text a {
    color: var(--amr-base);
    font-weight: 600;
}

.site-footer__bottom-text a:hover {
    color: var(--amr-white);
}

.site-footer__bottom-menu {
    position: relative;
    display: flex;
    align-items: center;
}

.site-footer__bottom-menu li {
    position: relative;
    display: block;
}

.site-footer__bottom-menu li+li {
    margin-left: 30px;
}

.site-footer__bottom-menu li a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: rgba(var(--amr-white-rgb), .80);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer__bottom-menu li a:hover {
    color: var(--amr-base);
}

.footer-widget__post-box {
    position: relative;
    display: block;
    margin-left: -30px;
}

.footer-widget__post {
    position: relative;
    display: block;
}

.footer-widget__post li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-widget__post li+li {
    margin-top: 12px;
}

.footer-widget__post-img {
    position: relative;
    display: block;
    max-width: 75px;
    width: 100%;
}

.footer-widget__post-img img {
    width: 100%;
    border-radius: 10px;
}

.footer-widget__post-content {
    position: relative;
    display: block;
    flex: 1;
}

.footer-widget__post-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.footer-widget__post-title a {
    color: var(--amr-white);
}

.footer-widget__post-title a:hover {
    color: var(--amr-base);
}

.footer-widget__post-date {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(var(--amr-white-rgb), .80);
    margin-top: 5px;
}

/*--------------------------------------------------------------
# Site Footer Two
--------------------------------------------------------------*/
.site-footer-amr {
    position: relative;
    display: block;
    background-color: #1d1467;
    overflow: hidden;
    z-index: 1;
}

.site-footer-amr__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.03;
    z-index: -1;
}

.site-footer-amr__shape-1 img {
    width: auto;
}

.site-footer-amr__top {
    position: relative;
    display: block;
    padding: 112px 0 117px;
}

.footer-widget-two__about {
    position: relative;
    display: block;
    margin-top: 8px;
}

.footer-widget-two__logo {
    position: relative;
    display: block;
}

.footer-widget-two__about-text {
    color: rgba(var(--amr-white-rgb), .80);
    margin-top: 20px;
    margin-bottom: 22px;
}

.footer-widget-two__contact {
    position: relative;
    display: block;
}

.footer-widget-two__contact li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 13px;
}

.footer-widget-two__contact li+li {
    margin-top: 14px;
}

.footer-widget-two__contact li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background-color: rgba(var(--amr-white-rgb), .10);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget-two__contact li:hover .icon {
    background-color: #c6222e;
}

.footer-widget-two__contact li .icon span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--amr-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget-two__contact li:hover .icon span {
    color: var(--amr-white);
}

.footer-widget-two__contact li .content {
    position: relative;
    display: block;
    flex: 1;
}

.footer-widget-two__contact li .content h5 {
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    color: var(--amr-white);
}

.footer-widget-two__contact li .content p {
    color: rgba(var(--amr-white-rgb), .80);
}

.footer-widget-two__contact li .content p a {
    color: rgba(var(--amr-white-rgb), .80);
}

.footer-widget-two__contact li .content p a:hover {
    color: #c6222e;
}

.footer-widget-two__title-box {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.footer-widget-two__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    color: var(--amr-white);
    text-transform: capitalize;
}

.footer-widget-two__usefull-link {
    position: relative;
    display: block;
    margin-left: 30px;
}

.footer-widget-two__link-box {
    position: relative;
    display: block;
}

.footer-widget-two__link {
    position: relative;
    display: block;
}

.footer-widget-two__link li {
    position: relative;
    display: block;
}

.footer-widget-two__link li+li {
    margin-top: 12px;
}

.footer-widget-two__link li a {
    color: rgba(var(--amr-white-rgb), .80);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget-two__link li a:hover {
    color: #c6222e;
}

.footer-widget-two__link-2 {
    margin-left: 55px;
}

.footer-widget-two__services {
    position: relative;
    display: block;
    margin-left: 20px;
}

.footer-widget-two__newsletter {
    position: relative;
    display: block;
    margin-left: -35px;
}

.footer-widget-two__newsletter-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    color: var(--amr-white);
}

.footer-widget-two__newsletter-form {
    position: relative;
    display: block;
    margin-top: 5px;
}

.footer-widget-two__newsletter-form-input-box {
    position: relative;
    display: block;
}

.footer-widget-two__newsletter-form-input-box input[type="email"] {
    font-size: 16px;
    height: 52px;
    width: 100%;
    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid rgba(var(--amr-white-rgb), .10);
    color: rgba(var(--amr-white-rgb), .80);
    font-weight: 400;
    border-radius: 0;
    padding-right: 65px;
}

.footer-widget-two__newsletter-form-input-box input[type="email"]:focus {
    outline: none;
}

.footer-widget-two__newsletter-btn {
    position: absolute;
    top: 3px;
    right: 8px;
    border: none;
    width: 44px;
    height: 44px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--amr-white);
    background-color: rgba(var(--amr-white-rgb), .10);
    border-radius: 50%;
}

.footer-widget-two__newsletter-btn:hover {
    color: var(--amr-base);
    background-color: var(--amr-white);
}

.site-footer-amr__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 27px;
}

.site-footer-amr__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--amr-white);
    background-color: rgba(var(--amr-white-rgb), .10);
    font-size: 15px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.site-footer-amr__social a:hover {
    color: var(--amr-white);
    background-color: var(--amr-base);
}

.site-footer-amr__social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--amr-base);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.site-footer-amr__social a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.site-footer-amr__social a+a {
    margin-left: 16px;
}

.site-footer-amr__bottom {
    position: relative;
    display: block;
    border-top: 1px solid rgba(var(--amr-white-rgb), .10);
}

.site-footer-amr__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 26px 0 25px;
}

.site-footer-amr__bottom-text {
    color: rgba(var(--amr-white-rgb), .80);
}

.site-footer-amr__bottom-text a {
    color: var(--amr-base);
}

.site-footer-amr__bottom-text a:hover {
    color: var(--amr-white);
}

.site-footer-amr__bottom-menu {
    position: relative;
    display: flex;
    align-items: center;
}

.site-footer-amr__bottom-menu li {
    position: relative;
    display: block;
}

.site-footer-amr__bottom-menu li+li {
    margin-left: 30px;
}

.site-footer-amr__bottom-menu li a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: rgba(var(--amr-white-rgb), .80);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer-amr__bottom-menu li a:hover {
    color: var(--amr-base);
}


/*--------------------------------------------------------------
# Site Footer Three
--------------------------------------------------------------*/
.site-footer-three {
    position: relative;
    display: block;
    background-color: var(--amr-black);
    overflow: hidden;
    z-index: 1;
}

.site-footer-three__shape-1 {
    position: absolute;
    left: 0;
    top: 80px;
    opacity: 0.06;
    z-index: -1;
}

.site-footer-three__shape-1 img {
    width: auto;
}

.site-footer-three__shape-2 {
    position: absolute;
    right: 0;
    bottom: 86px;
    opacity: 0.06;
    z-index: -1;
}

.site-footer-three__shape-2 img {
    width: auto;
}

.site-footer-three__top {
    position: relative;
    display: block;
    padding: 112px 0 112px;
}

.footer-widget-three__about {
    position: relative;
    display: block;
    margin-top: 8px;
}

.footer-widget-three__logo {
    position: relative;
    display: block;
}

.footer-widget-three__about-text {
    margin-top: 25px;
    margin-bottom: 36px;
    color: rgba(var(--amr-white-rgb), .80);
}

.site-footer-three__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-footer-three__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--amr-white);
    background-color: rgba(var(--amr-white-rgb), .20);
    font-size: 14px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.site-footer-three__social a:hover {
    color: var(--amr-white);
    background-color: var(--amr-base);
}

.site-footer-three__social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--amr-base);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.site-footer-three__social a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.site-footer-three__social a+a {
    margin-left: 10px;
}

.footer-widget-three__title-box {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.footer-widget-three__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    color: var(--amr-white);
    text-transform: capitalize;
}

.footer-widget-three__usefull-link {
    position: relative;
    display: block;
    margin-left: 70px;
}

.footer-widget-three__link-box {
    position: relative;
    display: flex;
}

.footer-widget-three__link {
    position: relative;
    display: block;
}

.footer-widget-three__link li {
    position: relative;
    display: block;
}

.footer-widget-three__link li+li {
    margin-top: 10px;
}

.footer-widget-three__link li a {
    color: rgba(var(--amr-white-rgb), .80);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget-three__link li a:hover {
    color: var(--amr-base);
}

.footer-widget-three__link-2 {
    margin-left: 55px;
}

.footer-widget-three__services {
    position: relative;
    display: block;
    margin-left: 24px;
}

.footer-widget-three__instagram {
    position: relative;
    display: block;
    margin-left: 30px;
}

.footer-widget-three__instagram-list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    padding-top: 5px;
}

.footer-widget-three__instagram-list li {
    position: relative;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.footer-widget-three__instagram-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
}

.footer-widget-three__instagram-img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(var(--amr-base-rgb), .50);
    transition: all 700ms ease;
    transform: translateY(-100%);
    z-index: 1;
}

.footer-widget-three__instagram-list li:hover .footer-widget-three__instagram-img:before {
    transform: translateY(0%);
}

.footer-widget-three__instagram-img img {
    width: 100%;
    border-radius: 4px;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.footer-widget-three__instagram-list li:hover .footer-widget-three__instagram-img img {
    transform: scale(1.1) rotate(2deg);
}

.footer-widget-three__instagram-img a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: var(--amr-white);
    transform: translateY(100px);
    opacity: 0;
    transition: all 700ms ease;
    z-index: 2;
}

.footer-widget-three__instagram-list li:hover .footer-widget-three__instagram-img a {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.3s;
}

.footer-widget-three__instagram-list li .footer-widget-three__instagram-img a:hover {
    color: var(--amr-white);
}

.site-footer-three__bottom {
    position: relative;
    display: block;
    border-top: 1px solid rgba(var(--amr-white-rgb), .10);
}

.site-footer-three__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0 29px;
}

.site-footer-three__bottom-text {
    color: rgba(var(--amr-white-rgb), .80);
}

.site-footer-three__bottom-text a {
    font-weight: 500;
    color: var(--amr-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer-three__bottom-text a:hover {
    color: var(--amr-white);
}

.site-footer-three__bottom-menu {
    position: relative;
    display: flex;
    align-items: center;
}

.site-footer-three__bottom-menu li {
    position: relative;
    display: block;
}

.site-footer-three__bottom-menu li:before {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 7px;
    left: -5px;
    width: 1px;
    background-color: var(--amr-gray);
}

.site-footer-three__bottom-menu li:first-child:before {
    display: none;
}

.site-footer-three__bottom-menu li+li {
    margin-left: 10px;
}

.site-footer-three__bottom-menu li a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: rgba(var(--amr-white-rgb), .80);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer-three__bottom-menu li a:hover {
    color: var(--amr-base);
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
/*==============================================
    About One
===============================================*/
.about-one {
    position: relative;
    display: block;
    padding: 120px 0px 0px;
    z-index: 1;
}

.about-one__left {
    position: relative;
    display: block;
    margin-right: 60px;
}

.about-one__img-box {
    position: relative;
    display: block;
}

.about-one__img {
    position: relative;
    display: block;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='570' height='580' viewBox='0 0 570 580'%3E%3Cimage xlink:href='data:image/png;base64,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' x='0' y='0' width='570' height='580'/%3E%3C/svg%3E");
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='570' height='580' viewBox='0 0 570 580'%3E%3Cimage xlink:href='data:image/png;base64,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' x='0' y='0' width='570' height='580'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
    z-index: 1;
}

.about-one__img img {
    width: 100%;
}

.about-one__shape-1 {
    position: absolute;
    bottom: 120px;
    left: -68px;
    animation: topBottom 3s ease-in-out infinite;
}

.about-one__shape-1 img {
    width: auto;
}

.about-one__shape-2 {
    position: absolute;
    top: 0px;
    right: -60px;
    animation: leftRight 4s ease-in-out infinite;
}

.about-one__shape-2 img {
    width: auto;
}

.about-one__right {
    position: relative;
    display: block;
    margin-left: -10px;
}

.about-one__right .section-title {
    margin-bottom: 31px;
}

.about-one__point-box {
    position: relative;
    display: block;
    margin-top: 31px;
    margin-bottom: 31px;
}

.about-one__point {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.about-one__point li {
    position: relative;
    display: flex;
    max-width: 315px;
    width: 100%;
    gap: 15px;
}

.about-one__point-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 65px;
    background-color: #c6222e;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='65' height='65' viewBox='0 0 65 65'%3E%3Cimage xlink:href='data:image/png;base64,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' x='0' y='0' width='65' height='65'/%3E%3C/svg%3E");
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='65' height='65' viewBox='0 0 65 65'%3E%3Cimage xlink:href='data:image/png;base64,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' x='0' y='0' width='65' height='65'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
    transition: all 500ms ease;
    z-index: 1;
}

.about-one__point li:hover .about-one__point-icon {
    background-color: var(--amr-black);
}

.about-one__point-icon span {
    position: relative;
    display: inline-block;
    font-size: 35px;
    color: var(--amr-white);
    transition: all 500ms ease;
}

.about-one__point li:hover .about-one__point-icon span {
    -webkit-animation-name: wobble-horizontal-hover;
    animation-name: wobble-horizontal-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@keyframes wobble-horizontal-hover {
    16.65% {
        transform: translateX(5px);
    }

    33.3% {
        transform: translateX(-3px);
    }

    49.95% {
        transform: translateX(4px);
    }

    66.6% {
        transform: translateX(-2px);
    }

    83.25% {
        transform: translateX(1px);
    }

    100% {
        transform: translateX(0);
    }
}

.about-one__point-content {
    position: relative;
    display: block;
    flex: 1;
}

.about-one__point-content h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 2px;
}

.about-one__point-content p {
    font-size: 15px;
    line-height: 22px;
}

.about-one__point-box-two {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.about-one__point-two {
    position: relative;
    display: block;
    max-width: 315px;
    width: 100%;
}

.about-one__point-two li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.about-one__point-two li+li {
    margin-top: 9px;
}

.about-one__point-two li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    background-color: #c6222e;
    border-radius: 50%;
}

.about-one__point-two li .icon span {
    position: relative;
    display: inline-block;
    font-size: 10px;
    color: var(--amr-white);
}

.about-one__point-two li .text {
    position: relative;
    display: block;
    flex: 1;
}

.about-one__btn-and-author-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 38px;
}

.about-one__btn-box {
    position: relative;
    display: block;
}

.about-one__author-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.about-one__author-details {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.about-one__author-img-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 82px;
    width: 82px;
    border: 2px dashed #c6222e;
    border-radius: 50%;
}

.about-one__author-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    width: 72px;
    border-radius: 50%;
    overflow: hidden;
}

.about-one__author-img img {
    width: 100%;
    border-radius: 50%;
}

.about-one__author-content {
    position: relative;
    display: block;
    flex: 1;
}

.about-one__author-content h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 6px;
}

.about-one__author-sign {
    position: relative;
    display: block;
    margin-left: 25px;
    padding-left: 25px;
}

.about-one__author-sign:before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 1px;
    background-color: var(--amr-bdr-color);
}

.about-one__author-sign img {
    width: auto;
}

.about-one__review-and-experience-box {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #c6222e;
    border-radius: 50px;
    padding: 30px 20px 30px;
    z-index: 2;
}

.about-one__review-box {
    position: relative;
    display: block;
}

.about-one__review-list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.about-one__review-list li {
    position: relative;
    display: block;
}

.about-one__review-list li+li {
    margin-left: -15px;
}

.about-one__review-img {
    position: relative;
    display: block;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    overflow: hidden;
}

.about-one__review-img img {
    width: 100%;
    border-radius: 50%;
    border: 2px solid var(--amr-white);
}

.about-one__review-star {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.about-one__review-star span {
    font-size: 15px;
    color: #FFD25D;
    position: relative;
    display: inline-block;
}

.about-one__review-text {
    font-weight: 500;
    color: var(--amr-white);
}

.about-one__experience-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
}

.about-one__experience-count {
    position: relative;
    display: flex;
    align-items: center;
}

.about-one__experience-count h3 {
    font-size: 40px;
    color: var(--amr-white);
    font-weight: 700;
    line-height: 40px !important;
    font-family: var(--amr-font-two) !important;
}

.about-one__experience-count span {
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    color: var(--amr-white);
    font-family: var(--amr-font);
}

.about-one__experience-count-text {
    color: var(--amr-white);
    font-weight: 500;
}

.about-one__video-link {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 16px;
    z-index: 3;
}

.about-one__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: var(--amr-black);
    background-color: rgba(var(--amr-white-rgb), 1);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.about-one__video-icon:hover {
    background-color: var(--amr-black);
    color: var(--amr-white);
}

.about-one__video-link .ripple,
.about-one__video-icon .ripple:before,
.about-one__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--amr-white-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--amr-white-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--amr-white-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--amr-white-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.about-one__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.about-one__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.about-one__video-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    color: var(--amr-white);
}

.about-one__round-text-box {
    position: absolute;
    bottom: 6px;
    left: 2px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: #c6222e;
    z-index: 5;
}

.about-one__round-text-box .inner {
    position: relative;
    display: block;
    width: 180px;
    height: 180px;
}

.about-one__curved-circle {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    color: var(--amr-white);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--amr-font-two);
    letter-spacing: 0px;
    word-spacing: 2px;
    transform: rotate(0deg);
    height: 180px !important;
}

.about-one__round-text-box .overlay-icon-box {
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: 30px;
    background-color: var(--amr-black);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-one__round-text-box:hover .overlay-icon-box {
    background-color: var(--amr-white);
}

.about-one__round-text-box .overlay-icon-box a {
    position: relative;
    display: inline-block;
    color: var(--amr-white);
    font-size: 45px;
}

.about-one__round-text-box:hover .overlay-icon-box a {
    color: #c6222e;
}

/*==============================================
    About Two
===============================================*/
.about-amr {
    position: relative;
    display: block;
    padding: 90px 0 0px;
    z-index: 1;
}

.about-amr__left {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-right: 280px;
}

.about-amr__img-box {
    position: relative;
    display: block;
}

.about-amr__img {
    position: relative;
    display: block;
    z-index: 2;
}

.about-amr__img::before {
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    background: #c6222e;
    border-radius: var(--amr-bdr-radius);
    content: "";
    z-index: -1;
}

.about-amr__img img {
    width: 100%;
    border-radius: var(--amr-bdr-radius);
}

.about-amr__img-two {
    position: absolute;
    bottom: -244px;
    right: -200px;
}

.about-amr__img-two img {
    width: auto;
    border-radius: var(--amr-bdr-radius);
    border: 10px solid #c6222e;
}

.about-amr__counter {
    position: absolute;
    top: 45px;
    right: -80px;
    background: #1d1467;
    padding: 25px 20px 29px;
    z-index: 5;
}

.about-amr__counter .shape1 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.about-amr__counter::before {
    position: absolute;
    top: -15px;
    right: 0px;
    width: 25px;
    border-bottom: 15px solid #1e146777;
    border-left: 0px solid transparent;
    border-right: 70px solid transparent;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    content: "";
}

.about-amr__counter .count-text-box {
    position: relative;
    display: flex;
    align-items: center;
}

.about-amr__counter .count-text-box h2 {
    color: var(--amr-white);
    font-size: 36px;
    line-height: 45px;
    font-weight: 600;
}

.about-amr__counter .count-text-box .plus {
    position: relative;
    display: inline-block;
    color: var(--amr-white);
    font-size: 30px;
    font-weight: 600;
    margin-left: 2px;
}

.about-amr__counter p {
    color: var(--amr-white);
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    text-transform: capitalize;
}

.about-amr__shape-2 {
    position: absolute;
    top: 0;
    right: -135px;
}

.about-amr__shape-2 img {
    width: auto;
}

.about-amr__shape-3 {
    position: absolute;
    top: 60px;
    left: -100px;
    z-index: -1;
}

.about-amr__shape-3 img {
    width: auto;
    animation: topBottom 3s ease-in-out infinite;
}

.about-amr__shape-4 {
    position: absolute;
    bottom: -160px;
    left: 0;
    z-index: -1;
}

.about-amr__shape-4 img {
    width: auto;
}

.about-amr__right {
    position: relative;
    display: block;
}

.about-amr__right .section-title {
    margin-bottom: 31px;
}

.about-amr__progress-box-outer {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 60px;
    margin-top: 32px;
    margin-bottom: 37px;
}

.about-amr__progress-single {
    position: relative;
    display: flex;
    align-items: center;
}

.about-amr__progress-box {
    position: relative;
    display: inline-block;
    height: 100px;
}

.about-amr__progress-box canvas {
    transform: rotate(72deg);
}

.about-amr__progress-box .about-amr__pack {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
}

.about-amr__progress-box .about-amr__pack p {
    font-size: 20px;
    font-weight: 600;
    color: var(--amr-black);
    line-height: 20px;
}

.about-amr__progress-box .about-amr__pack span {
    font-size: 20px;
    font-weight: 600;
    color: var(--amr-black);
    line-height: 20px;
}

.about-amr__progress-content {
    margin-left: 25px;
}

.about-amr__progress-content p {
    font-size: 20px;
    color: var(--amr-black);
    font-weight: 600;
    line-height: 30px;
    font-family: var(--amr-font-two);
}


.about-amr__point-box-one {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.about-amr__point-one {
    position: relative;
    display: block;
    max-width: 315px;
    width: 100%;
}

.about-amr__point-one li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.about-amr__point-one li+li {
    margin-top: 9px;
}

.about-amr__point-one li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    background-color: #c6222e;
    border-radius: 50%;
}

.about-amr__point-one li .icon span {
    position: relative;
    display: inline-block;
    font-size: 10px;
    color: var(--amr-white);
}

.about-amr__point-one li .text {
    position: relative;
    display: block;
    flex: 1;
}

.about-amr__btn-and-author-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 38px;
}

.about-amr__btn-box {
    position: relative;
    display: block;
}

.about-amr__author-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.about-amr__author-details {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.about-amr__author-img-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 82px;
    width: 82px;
    border: 2px dashed #c6222e;
    border-radius: 50%;
}

.about-amr__author-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    width: 72px;
    border-radius: 50%;
    overflow: hidden;
}

.about-amr__author-img img {
    width: 100%;
    border-radius: 50%;
}

.about-amr__author-content {
    position: relative;
    display: block;
    flex: 1;
}

.about-amr__author-content h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 6px;
}

.about-amr__video-link {
    position: relative;
    display: block;
    z-index: 3;
}

.about-amr__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: var(--amr-white);
    background-color: rgba(var(--amr-base-rgb), 1);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.about-amr__video-icon:hover {
    background-color: var(--amr-black);
    color: var(--amr-white);
}

.about-amr__video-link .ripple,
.about-amr__video-icon .ripple:before,
.about-amr__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--amr-black-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--amr-black-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--amr-black-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--amr-black-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.about-amr__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.about-amr__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

/*==============================================
   About Three
===============================================*/
.about-three {
    position: relative;
    display: block;
    padding: 120px 0px 0px;
    z-index: 1;
}

.about-three__left {
    position: relative;
    display: block;
    margin-right: 160px;
    margin-left: 100px;
}

.about-three__img-box {
    position: relative;
    display: block;
}

.about-three__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--amr-bdr-radius);
}

.about-three__img::before {
    background: rgba(var(--amr-white-rgb), .50);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    pointer-events: none;
}

.about-three__img:hover::before {
    height: 100%;
    opacity: 0;
    transition: all 0.6s linear;
}

.about-three__img>img {
    width: 100%;
    border-radius: var(--amr-bdr-radius);
}

.about-three__img-2 {
    position: absolute;
    top: 214px;
    right: -130px;
    max-width: 320px;
    width: 100%;
    border-radius: var(--amr-bdr-radius);
    background-color: var(--amr-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 10%);
    z-index: 1;
}

.about-three__img-2::before {
    background: rgba(var(--amr-white-rgb), .50);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    opacity: 1;
    pointer-events: none;
    border-radius: var(--amr-bdr-radius);
}

.about-three__img-2:hover::before {
    width: 100%;
    opacity: 0;
    transition: all 0.6s linear;
}

.about-three__img-2>img {
    width: 100%;
    border-radius: 20px;
    border: 10px solid rgba(var(--amr-white-rgb), 1);
}

.about-three__experience-box {
    position: absolute;
    top: 80px;
    left: -80px;
    background-color: var(--amr-white);
    border: 5px solid #c6222e;
    max-width: 160px;
    width: 100%;
    text-align: center;
    padding: 20px 15px 20px;
    border-radius: 20px;
    border-bottom-left-radius: 0;
    z-index: 1;
}

.about-three__experience-box::before {
    content: "";
    bottom: -76px;
    left: -5px;
    position: absolute;
    border-left: 40px solid transparent;
    border-right: 40px solid #f14d1c;
    border-bottom: 37px solid transparent;
    border-top: 34px solid #f14d1c;
}

.about-three__count-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-three__count-box h3 {
    font-size: 40px;
    line-height: 40px !important;
    font-family: var(--amr-font-two) !important;
    color: var(--amr-black);
    font-weight: 700;
}

.about-three__count-box span {
    font-size: 40px;
    line-height: 40px;
    font-family: var(--amr-font-two);
    color: var(--amr-black);
    font-weight: 700;
}

.about-three__experience-text {
    margin-top: 5px;
}

.about-three__shape-1 {
    position: absolute;
    top: -30px;
    right: -50px;
    width: 150px;
    height: 150px;
    background-color: rgba(var(--amr-base-rgb), .20);
    border-radius: 20px;
    z-index: -1;
}

.about-three__shape-2 {
    position: absolute;
    left: -20px;
    bottom: -40px;
    opacity: .30;
    z-index: -1;
}

.about-three__shape-2 img {
    width: auto;
}

.about-three__right {
    position: relative;
    display: block;
}

.about-three__right .section-title {
    margin-bottom: 30px;
}

.about-three__points-box {
    position: relative;
    display: block;
    margin: 27px 0 27px;
}

.about-three__points {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.about-three__points li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.about-three__points li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: rgba(var(--amr-base-rgb), .60);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-three__points li .icon:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background-color: #c6222e;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.about-three__points li:hover .icon:before {
    background-color: rgba(var(--amr-black-rgb), 1);
}

.about-three__points li:hover .icon {
    background-color: rgba(var(--amr-black-rgb), .60);
}

.about-three__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 35px;
    color: var(--amr-white);
    transition: all 500ms ease;
}

.about-three__points li:hover .icon span {
    -webkit-animation-name: wobble-horizontal-hover;
    animation-name: wobble-horizontal-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.about-three__points li .content {
    position: relative;
    display: block;
    flex: 1;
}

.about-three__points li .content h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 3px;
}

.about-three__points-two {
    position: relative;
    display: block;
}

.about-three__points-two li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-three__points-two li+li {
    margin-top: 5px;
}

.about-three__points-two li .icon {
    position: relative;
    display: inline-block;
}

.about-three__points-two li .icon span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #c6222e;
}

.about-three__points-two li p {
    color: var(--amr-black);
    font-weight: 500;
}

.about-three__btn-and-video {
    position: relative;
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 50px;
}

.about-three__btn-box {
    position: relative;
    display: block;
}

.about-three__video-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
}

.about-three__video-link {
    position: relative;
    display: block;
}

.about-three__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: var(--amr-white);
    background-color: #c6222e;
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 1;
}

.about-three__video-icon:hover {
    background-color: var(--amr-black);
    color: var(--amr-white);
}

.about-three__video-link .ripple,
.about-three__video-icon .ripple:before,
.about-three__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--amr-base-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--amr-base-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--amr-base-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--amr-base-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.about-three__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.about-three__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.about-three__video-text {
    font-weight: 600;
    color: var(--amr-black);
    font-family: var(--amr-font-two);
}


/*==============================================
    End
===============================================*/
/***
=============================================
Services
=============================================
***/
.services-one {
    position: relative;
    display: block;
    padding: 105px 0 120px;
    z-index: 1;
}

.services-one__carousel {
    position: relative;
    display: block;
}

.services-one__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.services-one__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.services-one__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.services-one__single {
    position: relative;
    display: block;
}

.services-one__img-box {
    position: relative;
    display: block;
}

.services-one__img {
    position: relative;
    display: block;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='300' height='250' viewBox='0 0 300 250'%3E%3Cimage xlink:href='data:image/png;base64,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' x='0' y='0' width='300' height='250'/%3E%3C/svg%3E");
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='300' height='250' viewBox='0 0 300 250'%3E%3Cimage xlink:href='data:image/png;base64,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' x='0' y='0' width='300' height='250'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
    border-top-left-radius: 20px;
    z-index: 1;
}

.services-one__img::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    background: rgba(var(--amr-black-rgb), 0.6);
    opacity: 0;
    z-index: 1;
    content: "";
}

.services-one__single:hover .services-one__img::before {
    opacity: 1;
}

.services-one__img img {
    width: 100%;
    border-top-left-radius: 20px;
    transition: .5s ease;
    transform: scale(1.05);
}

.services-one__single:hover .services-one__img img {
    transform: scale(1);
}

.services-one__icon {
    position: absolute;
    top: 0;
    right: 27px;
    height: 65px;
    width: 65px;
    background-color: var(--amr-base);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.services-one__single:hover .services-one__icon {
    background-color: var(--amr-black);
}

.services-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 36px;
    color: var(--amr-white);
    transition-delay: 0.1s;
    transition: all 500ms ease;
}

.services-one__single:hover .services-one__icon span {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
    color: var(--amr-white);
}

.services-one__content {
    position: relative;
    display: block;
    background-color: var(--amr-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    padding: 136px 20px 27px;
    margin-top: -100px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.services-one__count {
    position: absolute;
    top: 45px;
    left: 20px;
    font-size: 50px;
    line-height: .8em;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px var(--amr-black);
    counter-increment: count;
    content: "0" counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-family: var(--amr-font-two);
}

.services-one__single:hover .services-one__count {
    -webkit-text-stroke: 1px var(--amr-base);
    color: var(--amr-base);
}

.services-one__title {
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 600;
}

.services-one__title a {
    color: var(--amr-black);
}

.services-one__title a:hover {
    color: var(--amr-base);
}

.services-one__text {
    margin-top: 16px;
    margin-bottom: 16px;
}

.services-one__btn-box {
    position: relative;
    display: block;
}

.services-one__btn-box a {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    color: var(--amr-black);
    font-weight: 600;
    text-transform: capitalize;
}

.services-one__btn-box a:hover {
    color: var(--amr-base);
}

.services-one__carousel.owl-carousel .owl-dots {
    position: relative;
    text-align: center;
    margin: 40px 0 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-one__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: 2px solid rgba(var(--amr-black-rgb), .70);
    background-color: transparent;
    margin: 0px 5px;
    padding: 0px;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.services-one__carousel.owl-carousel .owl-dot.active {
    border: 2px solid var(--amr-base);
}

.services-one__carousel.owl-carousel .owl-dots .owl-dot:before {
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    content: "";
    background-color: rgba(var(--amr-black-rgb), .70);
    border-radius: 2px;
    transform: scale(1);
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.services-one__carousel.owl-carousel .owl-dot.active:before {
    transform: scale(1);
    background-color: var(--amr-base);
}

.services-one__carousel.owl-carousel .owl-dot:focus {
    outline: none;
}

.services-one__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}


/***
=============================================
Services Two
=============================================
***/
.services-amr {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.services-amr__carousel {
    position: relative;
    display: block;
}

.services-amr__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.services-amr__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.services-amr__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.services-amr__single {
    position: relative;
    display: block;
}

.services-amr__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: var(--amr-bdr-radius);
    border-top-right-radius: var(--amr-bdr-radius);
    z-index: 1;
}

.services-amr__img::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    background: rgba(var(--amr-black-rgb), 0.6);
    opacity: 0;
    z-index: 1;
    content: "";
    display: none;
}

.services-amr__single:hover .services-amr__img::before {
    opacity: 1;
}

.services-amr__img img {
    width: 100%;
    border-top-left-radius: var(--amr-bdr-radius);
    border-top-right-radius: var(--amr-bdr-radius);
    transition: .5s ease;
    transform: scale(1.05);
}

.services-amr__single:hover .services-amr__img img {
    transform: scale(1);
}

.services-amr__content {
    position: relative;
    display: block;
    background-color: var(--amr-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    padding: 31px 30px 27px;
    border-bottom-left-radius: var(--amr-bdr-radius);
    border-bottom-right-radius: var(--amr-bdr-radius);
}

.services-amr__title {
    position: relative;
    display: block;
}

.services-amr__title h3 {
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 600;
}

.services-amr__title h3 a {
    color: var(--amr-black);
}

.services-amr__title h3 a:hover {
    color: var(--amr-base);
}

.services-amr__icon {
    position: absolute;
    top: -35px;
    right: 30px;
    height: 70px;
    width: 70px;
    background-color: #c6222e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.services-amr__single:hover .services-amr__icon {
    background-color: #1d1467;
}

.services-amr__icon span {
    position: relative;
    display: inline-block;
    font-size: 36px;
    color: var(--amr-white);
    transition-delay: 0.1s;
    transition: all 500ms ease;
}

.services-amr__single:hover .services-amr__icon span {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
    color: var(--amr-white);
}

.services-amr__text {
    margin-top: 16px;
    margin-bottom: 19px;
}

.services-amr__point {
    position: relative;
    display: block;
}

.services-amr__point li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.services-amr__point li+li {
    margin-top: 9px;
}

.services-amr__point li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    background-color: #c6222e;
    border-radius: 50%;
}

.services-amr__point li .icon span {
    position: relative;
    display: inline-block;
    font-size: 10px;
    color: var(--amr-white);
}

.services-amr__point li .text {
    position: relative;
    display: block;
    flex: 1;
}

.services-amr__btn {
    position: relative;
    display: block;
    margin-top: 20px;
}

.services-amr__btn a {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    font-size: 16px;
    color: var(--amr-black);
    font-weight: 600;
}

.services-amr__btn a:hover {
    color: var(--amr-base);
}

.services-amr__carousel.owl-carousel .owl-dots {
    position: relative;
    text-align: center;
    margin: 40px 0 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-amr__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: 2px solid rgba(var(--amr-black-rgb), .70);
    background-color: transparent;
    margin: 0px 5px;
    padding: 0px;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.services-amr__carousel.owl-carousel .owl-dot.active {
    border: 2px solid var(--amr-base);
}

.services-amr__carousel.owl-carousel .owl-dots .owl-dot:before {
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    content: "";
    background-color: rgba(var(--amr-black-rgb), .70);
    border-radius: 2px;
    transform: scale(1);
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.services-amr__carousel.owl-carousel .owl-dot.active:before {
    transform: scale(1);
    background-color: var(--amr-base);
}

.services-amr__carousel.owl-carousel .owl-dot:focus {
    outline: none;
}

.services-amr__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

/***
=============================================
Services Three
=============================================
***/
.services-three {
    position: relative;
    display: block;
    padding: 100px 0px 0px;
    z-index: 1;
}

.services-three .section-title {
    margin-bottom: 88px;
}

.services-three__single {
    position: relative;
    display: block;
    margin-bottom: 70px;
}

.services-three__single-inner {
    position: relative;
    display: block;
    background: var(--amr-white);
    padding: 30px 35px 37px;
    border-radius: 10px;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    transition: transform .8s;
    z-index: 1;
}

.services-three__single:hover .services-three__single-inner {
    transform: translateY(-10px);
}

.services-three__single-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--amr-base);
    margin: -70px auto 30px;
    border: 5px solid rgba(var(--amr-white-rgb), .20);
    overflow: hidden;
    transition-duration: 800ms;
    z-index: 1;
}

.services-three__single:hover .services-three__single-icon {
    background-color: var(--amr-black);
}

.services-three__single-icon:before {
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    background-color: var(--amr-black);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    transition-duration: 800ms;
    z-index: -1;
}

.services-three__single:hover .services-three__single-icon:before {
    top: -40%;
}

.services-three__single-icon span {
    position: relative;
    display: inline-block;
    color: var(--amr-white);
    font-size: 55px;
    line-height: 55px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.services-three__single:hover .services-three__single-icon span {
    transform: scale(0.9);
}

.services-three__single-inner h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 600;
    text-transform: capitalize;
}

.services-three__single-inner h3 a {
    color: var(--amr-black);
}

.services-three__single-inner h3 a:hover {
    color: var(--amr-base);
}

.services-three__single-inner p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.services-three__btn-box {
    position: relative;
    display: block;
}

.services-three__btn-box a {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    color: var(--amr-black);
    font-weight: 600;
    text-transform: capitalize;
}

.services-three__btn-box a:hover {
    color: var(--amr-base);
}


/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.service-details__left {
    position: relative;
    display: block;
}

.service-details__img {
    position: relative;
    display: block;
}

.service-details__img img {
    width: 100%;
    border-radius: var(--amr-bdr-radius);
}

.service-details__title-1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-top: 41px;
    margin-bottom: 30px;
}

.service-details__text-1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: var(--amr-black);
}

.service-details__text-2 {
    margin-top: 20px;
    margin-bottom: 41px;
}

.service-details__points-list {
    position: relative;
    display: block;
}

.service-details__points-list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.service-details__points-list li+li {
    margin-top: 16px;
}

.service-details__points-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.service-details__points-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: var(--amr-base);
}

.service-details__points-list li p {
    color: var(--amr-black);
}

.service-details__img-box {
    position: relative;
    display: block;
    margin-top: 60px;
    margin-bottom: 31px;
}

.service-details__img-box-single {
    position: relative;
    display: block;
    margin-bottom: 21px;
}

.service-details__img-box-img {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: var(--amr-bdr-radius);
    z-index: 1;
}

.service-details__img-box-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background: rgb(0, 0, 0);
    border-radius: var(--amr-bdr-radius);
    ;
    transition: all 0.5s ease;
    z-index: 1;
}

.service-details__img-box-img:hover:before {
    opacity: 0.2;
}

.service-details__img-box-img img {
    width: 100%;
    border-radius: var(--amr-bdr-radius);
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}

.service-details__img-box-img:hover img {
    transform: scale(1.06) rotate(0deg);
}

.service-details__img-box-content-single {
    position: relative;
    display: block;
    margin-bottom: 21px;
}

.service-details__img-box-content-icon-and-title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.service-details__img-box-content-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.service-details__img-box-content-icon span {
    position: relative;
    display: inline-block;
    font-size: 36px;
    color: var(--amr-base);
}

.service-details__img-box-content-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}

.service-details__img-box-content-text {
    margin-top: 17px;
}

.service-details__faq-box {
    position: relative;
    display: block;
    margin-top: 30px;
}

.service-details__sidebar {
    position: relative;
    display: block;
}

.service-details__services-box {
    position: relative;
    display: block;
    padding: 31px 35px 40px;
    background-color: var(--amr-primary);
    border-radius: var(--amr-bdr-radius);
}

.service-details__services-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 28px;
}

.service-details__services-list {
    position: relative;
    display: block;
}

.service-details__services-list li {
    position: relative;
    display: block;
}

.service-details__services-list li+li {
    margin-top: 12px;
}

.service-details__services-list li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--amr-white);
    border-radius: var(--amr-bdr-radius);
    padding: 13px 20px 14px;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--amr-font-two);
    color: var(--amr-black);
    overflow: hidden;
    z-index: 1;
}

.service-details__services-list li:hover a {
    color: var(--amr-white);
}

.service-details__services-list li.active a {
    color: var(--amr-white);
}

.service-details__services-list li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--amr-base);
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    transform-origin: bottom right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: -1;
}

.service-details__services-list li:hover a::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: top center;
}

.service-details__services-list li.active a::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: top center;
}

.service-details__services-list li a span {
    color: var(--amr-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 14px;
}

.service-details__services-list li:hover a span {
    color: var(--amr-white);
}

.service-details__services-list li.active a span {
    color: var(--amr-white);
}

.service-details__sidebar-contact {
    position: relative;
    display: block;
    padding-top: 18px;
    padding-bottom: 47px;
    background: var(--amr-primary);
    text-align: center;
    border-radius: var(--amr-bdr-radius);
    margin: 30px 0 30px;
    overflow: hidden;
    z-index: 1;
}

.service-details__sidebar-contact::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--amr-base);
    height: 305px;
    clip-path: polygon(0 0, 100% 0%, 100% 82%, 0% 100%);
    content: "";
    z-index: -2;
}

.service-details__sidebar-contact::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #1d1467;
    height: 295px;
    clip-path: polygon(0 0, 100% 0%, 100% 82%, 0% 100%);
    content: "";
    z-index: -1;
}

.service-details__sidebar-contact-img {
    position: relative;
    display: block;
    clip-path: polygon(0 0, 100% 0%, 100% 82%, 0% 100%);
    z-index: 1;
}

.service-details__sidebar-contact-img .inner {
    position: relative;
    display: block;
}

.service-details__sidebar-contact-img .inner img {
    width: auto;
}

.service-details__sidebar-contact-content {
    position: relative;
    display: block;
    margin-top: -65px;
    z-index: 2;
}

.service-details__sidebar-contact-content .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: var(--amr-black);
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
}

.service-details__sidebar-contact-content .icon span {
    position: relative;
    display: inline-block;
    color: var(--amr-white);
    font-size: 20px;
    line-height: 20px;
}

.service-details__sidebar-contact-content h2 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 13px;
}

.service-details__sidebar-contact-content h2 a {
    color: var(--amr-black);
}

.service-details__sidebar-contact-content h2 a:hover {
    color: var(--amr-base);
}

.service-details__sidebar-contact-content p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
}

.service-details__sidebar-form-box {
    position: relative;
    display: block;
    padding: 31px 35px 40px;
    background-color: var(--amr-primary);
    border-radius: var(--amr-bdr-radius);
}

.service-details__sidebar-single-download {
    position: relative;
    display: block;
}

.service-details__sidebar-single-download ul {
    position: relative;
    display: block;
}

.service-details__sidebar-single-download ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(var(--amr-base-rgb), .30);
    padding: 14px 0px 14px;
    line-height: 0;
}

.service-details__sidebar-single-download ul li:first-child {
    padding-top: 0px;
}

.service-details__sidebar-single-download ul li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}

.service-details__sidebar-single-download ul li .content-box {
    position: relative;
    display: flex;
    align-items: center;
}

.service-details__sidebar-single-download ul li .content-box .icon {
    position: relative;
    display: block;
}

.service-details__sidebar-single-download ul li .content-box .icon span {
    position: relative;
    display: inline-block;
    color: var(--amr-black);
    font-size: 45px;
    line-height: 45px;
}

.service-details__sidebar-single-download ul li .content-box .text-box {
    position: relative;
    display: block;
    margin-left: 17px;
    flex: 1;
}

.service-details__sidebar-single-download ul li .content-box .text-box h2 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
}

.service-details__sidebar-single-download ul li .content-box .text-box h2 a {
    color: var(--amr-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.service-details__sidebar-single-download ul li .content-box .text-box h2 a:hover {
    color: var(--amr-base);
}

.service-details__sidebar-single-download ul li .content-box .text-box p {
    color: var(--amr-black);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: capitalize;
}

.service-details__sidebar-single-download ul li .content-box .text-box p a {
    color: var(--amr-black);
}

.service-details__sidebar-single-download ul li .content-box .text-box p a:hover {
    color: var(--amr-base);
}

.service-details__sidebar-single-download ul li .btn-box {
    position: relative;
    display: block;
}

.service-details__sidebar-single-download ul li .btn-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: var(--amr-base);
    border-radius: 2px;
    overflow: hidden;
}

.service-details__sidebar-single-download ul li .btn-box a:hover {
    background: var(--amr-black);
}

.service-details__sidebar-single-download ul li .btn-box a span::before {
    position: relative;
    display: inline-block;
    color: var(--amr-white);
    font-size: 20px;
    line-height: 20px;
}

/***
=============================================
Services Page
=============================================
***/
.services-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.services-page .services-one__single {
    margin-bottom: 30px;
}

.service-details__sidebar-form-box .service-details__sidebar-single-form.contact-page__inner {
    position: relative;
    display: block;
    background-color: var(--amr-primary);
    border-radius: 0;
    padding: 0 0 0;
}


.service-details__sidebar-form-box .service-details__sidebar-single-form.contact-page__inner .contact-page__input-box input[type="text"],
.service-details__sidebar-form-box .service-details__sidebar-single-form.contact-page__inner .contact-page__input-box input[type="email"],
.service-details__sidebar-form-box .service-details__sidebar-single-form.contact-page__inner .contact-page__input-box input[type="number"] {
    height: 60px;
    width: 100%;
    background-color: rgb(255 255 255 / 90%);
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: rgb(0 0 0 / 70%);
    display: block;
    border-radius: var(--amr-bdr-radius);
}

.service-details__sidebar-form-box .service-details__sidebar-single-form.contact-page__inner .contact-page__input-box textarea {
    font-size: 14px;
    font-weight: 400;
    color: rgb(0 0 0 / 70%);
    height: 175px;
    width: 100%;
    background-color: rgb(255 255 255 / 90%);
    border: none;
    padding: 15px 20px 30px;
    border-radius: var(--amr-bdr-radius);
    outline: none;
    position: relative;
    display: block;
}

/***
=============================================
End
=============================================
***/
/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    overflow: hidden;
    z-index: 1;
}

.counter-one__bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -30px;
    opacity: 0.60;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.counter-one__inner {
    position: relative;
    display: block;
}

.counter-one__count-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.counter-one__count-list li {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 22px;
}

.counter-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    transition: all 500ms linear;
    margin: 0 auto;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='120' height='120' viewBox='0 0 120 120'%3E%3Cimage xlink:href='data:image/png;base64,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' x='0' y='0' width='120' height='120'/%3E%3C/svg%3E");
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='120' height='120' viewBox='0 0 120 120'%3E%3Cimage xlink:href='data:image/png;base64,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' x='0' y='0' width='120' height='120'/%3E%3C/svg%3E");
    background-color: var(--amr-base);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
    z-index: 1;
}

.counter-one__icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--amr-black);
    border-radius: 50%;
    opacity: 0;
    transform: translateY(50px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
    z-index: -1;
}

.counter-one__count-list li:hover .counter-one__icon::before {
    opacity: 1;
    transform: translateY(0px);
}

.counter-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 55px;
    color: var(--amr-white);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.counter-one__count-list li:hover .counter-one__icon span {
    transform: scale(0.9);
    color: var(--amr-white);
}

.counter-one__count {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    margin-bottom: 3px;
}

.counter-one__count h3 {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px !important;
    color: var(--amr-black);
    font-family: var(--amr-font-two) !important;
}

.counter-one__count span {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    color: var(--amr-black);
}

.counter-one__text {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: var(--amr-black);
}


/*--------------------------------------------------------------
# Counter Two
--------------------------------------------------------------*/
.counter-two {
    position: relative;
    display: block;
    padding: 0 0 90px;
    z-index: 2;
}

.counter-two__single {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.counter-two__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    background-color: var(--amr-black);
    border-radius: 50%;
    margin: 0 auto;
    transition: all 500ms linear;
    z-index: 2;
}

.counter-two__single:hover .counter-two__icon {
    background-color: var(--amr-white);
}

.counter-two__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 50%;
    background-color: var(--amr-white);
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.counter-two__single:hover .counter-two__icon:before {
    transform: scaleX(1);
    box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.06);
}

.counter-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 48px;
    color: var(--amr-white);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.counter-two__single:hover .counter-two__icon span {
    transform: scale(0.9);
    color: var(--amr-black);
}

.counter-two__content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.06);
    padding: 88px 30px 36px;
    border-radius: 15px;
    margin-top: -60px;
    z-index: 1;
}

.counter-two__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--amr-base);
    border-radius: 15px;
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s linear;
    z-index: -1;
}

.counter-two__single:hover .counter-two__content::before {
    transform: scaleX(1.0) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}

.counter-two__count {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-two__count h3 {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px !important;
    color: var(--amr-base);
    font-family: var(--amr-font-two) !important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.counter-two__single:hover .counter-two__count h3 {
    color: var(--amr-white);
}

.counter-two__count span {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    color: var(--amr-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.counter-two__single:hover .counter-two__count span {
    color: var(--amr-white);
}

.counter-two__count-text {
    font-size: 18px;
    color: var(--amr-black);
    font-weight: 600;
    line-height: 28px;
    margin-top: 3px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.counter-two__single:hover .counter-two__count-text {
    color: var(--amr-white);
}


/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
/***
=============================================
Why Choose One
=============================================
***/
.why-choose-one {
    position: relative;
    display: block;
    padding: 0 0 120px;
    z-index: 1;
}

.why-choose-one__left {
    position: relative;
    display: block;
}

.why-choose-one__left .section-title {
    margin-bottom: 31px;
}

.why-choose-one__point-box {
    position: relative;
    display: block;
    margin-top: 37px;
    margin-bottom: 31px;
}

.why-choose-one__point {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.why-choose-one__point li {
    position: relative;
    display: flex;
    max-width: 315px;
    width: 100%;
    gap: 15px;
}

.why-choose-one__point-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 65px;
    background-color: rgba(var(--amr-base-rgb), .60);
    border-radius: 50%;
    transition: all 500ms ease;
    z-index: 1;
}

.why-choose-one__point-icon:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background-color: var(--amr-base);
    border-radius: 50%;
    z-index: -1;
}

.why-choose-one__point-icon span {
    position: relative;
    display: inline-block;
    font-size: 35px;
    color: var(--amr-white);
    transition: all 500ms ease;
}

.why-choose-one__point li:hover .why-choose-one__point-icon span {
    -webkit-animation-name: wobble-horizontal-hover;
    animation-name: wobble-horizontal-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.why-choose-one__point-content {
    position: relative;
    display: block;
    flex: 1;
}

.why-choose-one__point-content h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 2px;
}

.why-choose-one__point-content p {
    font-size: 15px;
    line-height: 22px;
}

.why-choose-one__point-two-box {
    position: relative;
    display: block;
}

.why-choose-one__point-two {
    position: relative;
    display: block;
}

.why-choose-one__point-two li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.why-choose-one__point-two li+li {
    margin-top: 10px;
}

.why-choose-one__point-two li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    background-color: var(--amr-base);
    border-radius: 50%;
    font-size: 10px;
    color: var(--amr-white);
}

.why-choose-one__point-two li .text {
    position: relative;
    display: block;
    flex: 1;
}

.why-choose-one__point-two li .text p {
    color: var(--amr-black);
    font-weight: 500;
}

.why-choose-one__btn-box {
    position: relative;
    display: block;
    margin-top: 33px;
}

.why-choose-one__right {
    position: relative;
    display: block;
    margin-left: 30px;
}

.why-choose-one__form-box {
    position: relative;
    display: block;
    background: var(--amr-white);
    padding: 50px 50px 55px;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
    border-radius: var(--amr-bdr-radius);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 2;
}

.why-choose-one__form-box .title-box {
    position: relative;
    display: block;
    margin-bottom: 44px;
}

.why-choose-one__form-box .title-box h2 {
    font-size: 40px;
    line-height: 1em;
    font-weight: 700;
}

.why-choose-one__form {
    position: relative;
    display: block;
}

.why-choose-one__form .input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.why-choose-one__form .input-box .icon {
    position: absolute;
    top: 15px;
    right: 20px;
}

.why-choose-one__form .input-box .icon span::before {
    position: relative;
    display: inline-block;
    color: var(--amr-gray);
    font-size: 15px;
}

.why-choose-one__form .input-box input[type="text"],
.why-choose-one__form .input-box input[type="email"] {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    background-color: var(--amr-white);
    border: 1px solid rgba(var(--amr-black-rgb), .10);
    padding-left: 20px;
    padding-right: 40px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: var(--amr-gray);
    border-radius: var(--amr-bdr-radius);
    font-family: var(--amr-font);
}

#ui-datepicker-div.ui-widget-content {
    background: #fff none repeat scroll 0 0;
    border: 1px solid var(--amr-black);
    color: var(--amr-black);
    font-size: 14px;
    border-radius: 0px;
    width: 270px;
    padding: 5px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: var(--amr-base) none repeat scroll 0 0;
    border: 2px solid var(--amr-base);
    border-radius: 0;
    color: var(--amr-white);
    font-weight: 700;
    padding: 5px 0;
    position: relative;
}

.ui-datepicker td a {
    color: #000000 !important;
    text-align: center;
    background-image: none !important;
    background: #f5f5f5 !important;
    border: 1px solid #f9f9f9 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #333333 !important;
    background: #333333 !important;
    color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border-radius: 30%;
    height: 20px;
    position: absolute;
    top: 7px;
    width: 20px;
    background: var(--thm-tanspot);
    transition: all 500ms ease;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
    right: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    top: 7px;
    background: var(--amr-white);
    border: none;
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 0.4em;
    width: 100%;
}

.ui-datepicker th {
    border: medium none;
    font-weight: 600;
    padding: 2px 3px;
    text-align: center;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
    background: #43c3ea;
    color: #fff;
    border-color: #43c3ea;
}

#ui-datepicker-div.ui-widget {
    font-family: var(--amr-font);
}

#ptTimeSelectCntr .ui-widget {
    font-family: var(--amr-font);
}

.why-choose-one__form .input-box .select-box {
    width: 100%;
}

.why-choose-one__form .input-box .nice-select {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    background-color: var(--amr-white);
    border: 1px solid rgba(var(--amr-black-rgb), .10);
    padding-left: 20px;
    padding-right: 40px;
    outline: none;
    font-size: 14px;
    line-height: 50px;
    font-weight: 400;
    color: var(--amr-gray);
    border-radius: var(--amr-bdr-radius);
    font-family: var(--amr-font);
    float: none;
}

.why-choose-one__form .input-box .nice-select:after {
    position: absolute;
    top: 18px;
    right: 23px;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid var(--amr-gray);
    border-right: 1px solid var(--amr-gray);
    margin-top: 0px;
    z-index: 10;
}

.why-choose-one__form .input-box .nice-select .option {
    color: var(--amr-white);
}

.why-choose-one__form-distance {
    position: relative;
    display: block;
    margin-bottom: 35px;
    margin-top: -7px;
}

.why-choose-one__form-distance .title {
    position: relative;
    display: block;
    margin-bottom: 17px;
}

.why-choose-one__form-distance .title p {
    color: var(--amr-black);
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: capitalize;
}

.why-choose-one__form-distance-inner {
    position: relative;
    display: block;
    max-width: 460px;
    width: 100%;
}

.why-choose-one__form-distance-inner .price-ranger {
    position: relative;
    display: block;
}

.why-choose-one__form-distance-inner .ui-widget-content {
    background: var(--amr-bdr-color);
    border: none;
    height: 5px;
}

.why-choose-one__form-distance-inner .ui-slider-handle {
    position: relative;
    display: inline-block;
    background: var(--amr-base) none repeat scroll 0 0;
    border: 0px solid #ffffff;
    border-radius: 50%;
    width: 15px !important;
    height: 15px;
    margin-left: -5px;
    outline: medium none;
    cursor: pointer;
}

.why-choose-one__form-distance-inner .ui-slider-handle::before {
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 7px;
    height: 7px;
    background: var(--amr-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    content: "";
}

.why-choose-one__form-distance-inner .ui-slider-horizontal .ui-slider-handle {
    top: -16px;
}

.why-choose-one__form-distance-inner .ui-slider .ui-slider-range {
    position: relative;
    display: block;
    background: var(--amr-base);
    width: 100%;
    height: 5px;
}

.why-choose-one__form-distance-inner #slider-range {
    margin-left: 3px;
    margin-right: 5px;
    margin-top: 0;
    width: 100%;
}

.why-choose-one__form-distance-inner .ranger-min-max-block {
    position: relative;
    width: 150px;
    height: 50px;
    border: 1px solid rgba(var(--amr-black-rgb), .10);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-top: 20px;
}

.why-choose-one__form-distance-inner .ranger-min-max-block input {
    display: inline-block;
}

.why-choose-one__form-distance-inner .ranger-min-max-block input[type="submit"] {
    position: relative;
    display: block;
    width: 100%;
    color: var(--amr-white);
    text-align: center;
    padding: 8px 0 7px;
    border: 1px solid var(--amr-white);
    background: var(--amr-white);
    cursor: pointer;
    margin-top: 7px;
    margin-bottom: 8px;
    font-family: var(--amr-base);
}

.why-choose-one__form-distance-inner .ranger-min-max-block input[type="text"] {
    border: medium none;
    color: var(--amr-gray);
    font-size: 16px;
    font-weight: 300;
    outline: medium none;
    text-align: center;
    width: 100%;
    margin-left: -13px;
    z-index: -1;
    background: transparent;
}

.why-choose-one__form-distance-inner .ranger-min-max-block span {
    color: var(--amr-gray);
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    margin-left: -27px;
}

.why-choose-one__form-btn {
    position: relative;
    display: block;
}

.why-choose-one__form-btn .thm-btn {
    border: none;
}


/***
=============================================
Why Choose Two
=============================================
***/
.why-choose-amr {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    overflow: hidden;
    background-color: #c6222e;
    z-index: 1;
}

.why-choose-amr__bg-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: -1px;
    width: calc((100% - -830px) / 2);
    background-color: #1d1467;
    clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
    z-index: -1;
}

.why-choose-amr__shape-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .10;
    z-index: -1;
}

.why-choose-amr__pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .10;
    z-index: -1;
}

.why-choose-amr__img {
    position: absolute;
    top: 30px;
    right: 35px;
    z-index: -1;
}

.why-choose-amr__img img {
    width: auto;
}

.why-choose-amr .section-title__title span {
    color: #fff;
}

.why-choose-amr__client-box {
    position: absolute;
    bottom: 0;
    right: 210px;
    background-color: #1d1467;
    padding: 50px 50px 40px;
    padding-right: 125px;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
    border-radius: 20px;
}

.why-choose-amr__review-list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.why-choose-amr__review-list li {
    position: relative;
    display: block;
}

.why-choose-amr__review-list li+li {
    margin-left: -15px;
}

.why-choose-amr__review-img {
    position: relative;
    display: block;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    overflow: hidden;
}

.why-choose-amr__review-img img {
    width: 100%;
    border-radius: 50%;
    border: 2px solid var(--amr-white);
}

.why-choose-amr__client-content {
    position: relative;
    display: block;
}

.why-choose-amr__client-count {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px;
    margin-top: 15px;
}

.why-choose-amr__client-count h3 {
    font-size: 40px;
    color: var(--amr-white);
    font-weight: 700;
    line-height: 1em !important;
    font-family: var(--amr-font-two) !important;
}

.why-choose-amr__client-count span {
    font-size: 40px;
    color: var(--amr-white);
    font-weight: 700;
    line-height: 1em;
    font-family: var(--amr-font-two);
}

.why-choose-amr__client-text {
    font-size: 20px;
    color: var(--amr-white);
    font-weight: 500;
}

.why-choose-amr__left {
    position: relative;
    display: block;
}

.why-choose-amr__left .section-title {
    margin-bottom: 31px;
}

.why-choose-amr__left .section-title__title {
    color: var(--amr-white);
}

.why-choose-amr__title-box {
    position: relative;
    display: block;
    max-width: 630px;
    width: 100%;
}

.why-choose-amr__text {
    margin-bottom: 28px;
    color: rgba(var(--amr-white-rgb), .70);
}

.why-choose-amr__point-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.why-choose-amr__point {
    position: relative;
    display: block;
}

.why-choose-amr__point li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.why-choose-amr__point li+li {
    margin-top: 19px;
}

.why-choose-amr__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    background-color: rgba(198, 34, 46, .70);
    border-radius: 50%;
    top: 4px;
    z-index: 1;
}

.why-choose-amr__icon:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    background-color: #c6222e;
    border-radius: 50%;
    z-index: -1;
}

.why-choose-amr__icon span {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: var(--amr-white);
    transition: all 500ms ease;
}

.why-choose-amr__point li:hover .why-choose-amr__icon span {
    -webkit-animation-name: wobble-horizontal-hover;
    animation-name: wobble-horizontal-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.why-choose-amr__content {
    position: relative;
    display: block;
    max-width: 300px;
    flex: 1;
}

.why-choose-amr__content h4 {
    font-size: 22px;
    color: var(--amr-white);
    line-height: 1.5em;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.why-choose-amr__content p {
    color: rgba(var(--amr-white-rgb), .70);
}

.why-choose-amr__btn-box {
    position: relative;
    display: block;
    margin-top: 30px;
}

.why-choose-amr__btn-box .thm-btn::before,
.why-choose-amr__btn-box .thm-btn::after {
    background-color: var(--amr-white);
}

.why-choose-amr__btn-box .thm-btn:hover {
    color: var(--amr-base);
}

.why-choose-amr__btn-box .thm-btn:hover>span {
    background-color: var(--amr-base);
    color: var(--amr-white);
}
/***
=============================================
End
=============================================
***/
/***
=============================================
Brand One
=============================================
***/
.brand-amr {
    position: relative;
    display: block;
    background-color: var(--amr-primary);
    padding: 90px 0px 90px;
    z-index: 2;
}

.brand-amr__single {
    position: relative;
    display: block;
}

.brand-amr__single-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0px 24px;
    z-index: 1;
}

.brand-amr__single-inner::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--amr-white);
    transform: scaleX(0);
    transition: all 600ms ease 100ms;
    content: "";
    z-index: -1;
}

.brand-amr__single:hover .brand-amr__single-inner::before {
    transform: scaleY(1);
}

.brand-amr__single-inner a {
    position: relative;
    display: block;
}

.brand-amr__single-inner img {
    width: auto;
    transition: .7s ease;
    transform: scale(1.05);
}

.brand-amr__single:hover .brand-amr__single-inner img {
    transform: scale(1);
}

/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
    position: relative;
    display: block;
    background-color: var(--amr-black);
    padding: 120px 0 120px;
    z-index: 1;
}

.testimonial-one-shape__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .08;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    mix-blend-mode: soft-light;
}

.testimonial-one__inner {
    position: relative;
    display: block;
}

.testimonial-one__main-content {
    position: relative;
    display: block;
}

.testimonial-one__main-content-inner {
    position: relative;
    display: block;
}

.testimonial-one__left {
    position: relative;
    display: block;
}

.testimonial-one__img {
    position: relative;
    display: block;
    border-radius: 10px;
}

.testimonial-one__img img {
    width: 100%;
    border-radius: 10px;
}

.testimonial-one__right {
    position: relative;
    display: block;
    margin-left: 224px;
}

.testimonial-one__right .section-title__tagline {
    color: var(--amr-white);
}

.testimonial-one__right .section-title__title {
    color: var(--amr-white);
    font-size: 40px;
}

.testimonial-one__right .section-title {
    margin-bottom: 30px;
}

.testimonial-one__text {
    color: var(--amr-white);
    font-size: 25px;
    font-weight: 400;
    line-height: 1.5em;
    opacity: .80;
}

.testimonial-one__client-info-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 37px;
}

.testimonial-one__client-info {
    position: relative;
    display: block;
}

.testimonial-one__client-info h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    color: var(--amr-white);
}

.testimonial-one__client-info h3 a {
    color: var(--amr-white);
}

.testimonial-one__client-info h3 a:hover {
    color: var(--amr-base);
}

.testimonial-one__client-info p {
    color: var(--amr-white);
    margin-top: 2px;
    opacity: .70;
}

.testimonial-one__ratting {
    position: relative;
    display: flex;
    align-items: center;
}

.testimonial-one__ratting span+span {
    margin-left: 5px;
}

.testimonial-one__ratting span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: var(--amr-base);
}

.testimonial-one__quote {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}

.testimonial-one__quote i {
    position: relative;
    display: inline-block;
    font-size: 140px;
    color: rgba(var(--amr-white-rgb), .10);
}

.testimonial-one__thumb-box {
    position: absolute;
    top: 5px;
    left: 552px;
    width: 161px;
    height: 523px;
    overflow: hidden;
    z-index: 99;
}

#testimonial-one__thumb {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
}

@media (max-width: 767px) {
    #testimonial-one__thumb {
        display: none;
    }
}

.testimonial-one__img-holder-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    height: 161px;
    width: 161px;
    overflow: hidden;
    z-index: 1;
}

.testimonial-one__img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 500ms ease;
    border-radius: 10px;
    width: 161px;
    height: 161px;
    cursor: pointer;
    z-index: 1;
}

.testimonial-one__img-holder:before {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    content: "";
    background-color: rgba(var(--amr-base-rgb), 0);
    border-radius: 10px;
    z-index: 1;
    transition: all 500ms ease;
}

.swiper-slide-thumb-active .testimonial-one__img-holder:before {
    background-color: rgba(var(--amr-base-rgb), .3);
}

.testimonial-one__img-holder>img {
    width: 100%;
    transition: all 0.5s ease-in-out 0.6s;
    border-radius: 10px;
}

.testimonial-one__nav {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    z-index: 100;
}

.testimonial-one__nav .swiper-button-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: rgba(var(--amr-white-rgb), .50);
    background-color: transparent;
    border: 2px solid rgba(var(--amr-white-rgb), .10);
    border-radius: 50%;
    margin: 0;
    text-align: center;
    opacity: 1;
    transition: all 500ms ease;
    z-index: 100;
}

.testimonial-one__nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: rgba(var(--amr-white-rgb), .50);
    background-color: transparent;
    border: 2px solid rgba(var(--amr-white-rgb), .10);
    border-radius: 50%;
    margin: 0;
    text-align: center;
    opacity: 1;
    transition: all 500ms ease;
    z-index: 100;
}

.testimonial-one__nav .swiper-button-next:hover,
.testimonial-one__nav .swiper-button-prev:hover {
    color: var(--amr-black);
    background-color: var(--amr-white);
    border: 2px solid rgba(var(--amr-white-rgb), 1);
}

.testimonial-one__nav .swiper-button-next i,
.testimonial-one__nav .swiper-button-prev i {
    position: relative;
    display: flex;
    align-items: center;
}

.testimonial-one__nav .swiper-button-next i {
    transform: rotate(180deg);
}

.testimonial-one__nav .swiper-button-next::after,
.testimonial-one__nav .swiper-button-prev::after {
    display: none;
}


/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-amr {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.testimonial-amr__middle {
    position: relative;
    display: block;
}

.testimonial-amr__carousel {
    position: relative;
    display: block;
}

.testimonial-amr__single {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgba(18, 20, 31, 0.08);
    border-radius: 20px;
    z-index: 1;

}

.testimonial-amr__single::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1d1467;
    border-radius: 20px;
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s linear;
    z-index: -1;
}

.testimonial-amr__single:hover::before {
    transform: scaleX(1.0) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}

.testimonial-amr__single-inner {
    position: relative;
    display: block;
    padding: 40px 40px 40px;
    overflow: hidden;
    z-index: 1;
}

.testimonial-amr__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.testimonial-amr__single:hover .testimonial-amr__shape-1 {
    opacity: .60;
}

.testimonial-amr__shape-1 img {
    width: auto;
}

.testimonial-amr__quote {
    position: absolute;
    bottom: 0;
    right: 0;
}

.testimonial-amr__quote i {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c6222e;
    height: 45px;
    width: 45px;
    font-size: 20px;
    color: var(--amr-white);
    border-top-left-radius: 15px;
    border-bottom-right-radius: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-amr__single:hover .testimonial-amr__quote i {
    background-color: var(--amr-black);
    transition-delay: 300ms;
}

.testimonial-amr__ratting {
    position: relative;
    display: flex;
    align-items: center;
}

.testimonial-amr__ratting span+span {
    margin-left: 5px;
}

.testimonial-amr__ratting span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #c6222e;
}

.testimonial-amr__single:hover .testimonial-amr__ratting span {
    color: var(--amr-white);
}

.testimonial-amr__text {
    color: var(--amr-black);
    margin-top: 19px;
    margin-bottom: 29px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-amr__single:hover .testimonial-amr__text {
    color: var(--amr-white);
}

.testimonial-amr__client-info {
    position: relative;
    display: flex;
    align-items: center;
}

.testimonial-amr__client-img {
    position: relative;
    display: block;
    max-width: 65px;
    width: 100%;
}

.testimonial-amr__client-img img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-amr__client-content {
    position: relative;
    display: block;
    margin-left: 20px;
}

.testimonial-amr__client-content h3 {
    color: var(--amr-black);
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 3px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-amr__client-content h3 a {
    color: var(--amr-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-amr__single:hover .testimonial-amr__client-content h3 a {
    color: var(--amr-white);
}

.testimonial-amr__client-content p {
    line-height: 26px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-amr__single:hover .testimonial-amr__client-content p {
    color: var(--amr-white);
}

.testimonial-amr__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-amr__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-amr__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.testimonial-amr__carousel.owl-theme .owl-nav {
    position: absolute;
    top: -120px;
    right: 0;
}

.testimonial-amr__carousel.owl-theme .owl-nav .owl-next {
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    color: var(--amr-black);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 40px 0px rgba(18, 14, 14, 0.08);
    font-size: 16px;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-amr__carousel.owl-theme .owl-nav .owl-prev {
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    color: var(--amr-black);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 40px 0px rgba(18, 14, 14, 0.08);
    font-size: 16px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: relative;
    display: inline-block;
    transform: rotate(-180deg);
}

.testimonial-amr__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 10px;
}

.testimonial-amr__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 10px;
}

.testimonial-amr__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-amr__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-amr__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-amr__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--amr-base);
    color: var(--amr-white);
}


/*--------------------------------------------------------------
# Testimonial Three
--------------------------------------------------------------*/
.testimonial-three {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    z-index: 1;
}


.testimonial-three__inner {
    position: relative;
    display: block;
    background-color: var(--amr-black);
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}

.testimonial-amr-shape__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .10;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    mix-blend-mode: soft-light;
}

.testimonial-three__main-content {
    position: relative;
    display: block;
}

.testimonial-three__main-content .swiper-container {
    padding: 80px 0px 160px;
    margin-left: 90px;
    margin-right: 90px;
}

.testimonial-three__main-content-inner {
    position: relative;
    display: block;
}

.testimonial-three__main-content-box {
    position: relative;
    display: block;
    max-width: 550px;
    width: 100%;
}

.testimonial-three__quote {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 90px;
    background-color: rgba(198, 34, 46, .60);
    border-radius: 50%;
    margin-bottom: 25px;
    transition: all 500ms ease;
    z-index: 1;
}

.testimonial-three__quote:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background-color: #c6222e;
    border-radius: 50%;
    z-index: -1;
}

.testimonial-three__quote i {
    position: relative;
    display: inline-block;
    font-size: 35px;
    color: var(--amr-white);
    transition: all 500ms ease;
}

.testimonial-three__text {
    color: var(--amr-white);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
}

.testimonial-three__client-info-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.testimonial-three__client-info {
    position: relative;
    display: block;
    margin-top: 20px;
}

.testimonial-three__client-info h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    color: var(--amr-white);
}

.testimonial-three__client-info h3 a {
    color: var(--amr-white);
}

.testimonial-three__client-info h3 a:hover {
    color: var(--amr-base);
}

.testimonial-three__client-info p {
    color: var(--amr-white);
    margin-top: 2px;
    opacity: .70;
}

.testimonial-three__ratting {
    position: relative;
    display: flex;
    align-items: center;
}

.testimonial-three__ratting span+span {
    margin-left: 5px;
}

.testimonial-three__ratting span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #c6222e;
}

.testimonial-three__img {
    position: absolute;
    bottom: -160px;
    right: 70px;
}

.testimonial-three__img img {
    width: auto;
}

.testimonial-three__thumb-box {
    position: absolute;
    top: 50%;
    right: 50px;
    width: 100px;
    height: 340px;
    transform: translateY(-50%);
    overflow: hidden;
    z-index: 99;
}

#testimonial-three__thumb {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
}

@media (max-width: 767px) {
    #testimonial-three__thumb {
        display: none;
    }
}

.testimonial-three__img-holder-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    height: 80px;
    width: 80px;
    overflow: hidden;
    z-index: 1;
}

.testimonial-three__img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 500ms ease;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 5px solid rgba(var(--amr-base-rgb), .50);
    cursor: pointer;
    z-index: 1;
}

.testimonial-three__img-holder:before {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    content: "";
    background-color: rgba(var(--amr-base-rgb), 0);
    border-radius: 10px;
    z-index: 1;
    transition: all 500ms ease;
    background: rgba(198, 34, 46, 1)
}

.swiper-slide-thumb-active .testimonial-three__img-holder:before {
    background-color: rgba(var(--amr-base-rgb), 0.3);
    border: 0;
}

.testimonial-three__img-holder>img {
    width: 100%;
    transition: all 0.5s ease-in-out 0.6s;
    border-radius: 10px;
}

.testimonial-three__nav {
    position: absolute;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    z-index: 100;
    bottom: 80px;
    left: 90px;
}

.testimonial-three__nav .swiper-button-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: rgba(var(--amr-white-rgb), .50);
    background-color: transparent;
    border: 2px solid rgba(var(--amr-white-rgb), .10);
    border-radius: 50%;
    margin: 0;
    text-align: center;
    opacity: 1;
    transition: all 500ms ease;
    z-index: 100;
}

.testimonial-three__nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: rgba(var(--amr-white-rgb), .50);
    background-color: transparent;
    border: 2px solid rgba(var(--amr-white-rgb), .10);
    border-radius: 50%;
    margin: 0;
    text-align: center;
    opacity: 1;
    transition: all 500ms ease;
    z-index: 100;
}

.testimonial-three__nav .swiper-button-next:hover,
.testimonial-three__nav .swiper-button-prev:hover {
    color: var(--amr-black);
    background-color: var(--amr-white);
    border: 2px solid rgba(var(--amr-white-rgb), 1);
}

.testimonial-three__nav .swiper-button-next i,
.testimonial-three__nav .swiper-button-prev i {
    position: relative;
    display: flex;
    align-items: center;
}

.testimonial-three__nav .swiper-button-next i {
    transform: rotate(180deg);
}

.testimonial-three__nav .swiper-button-next::after,
.testimonial-three__nav .swiper-button-prev::after {
    display: none;
}

/*--------------------------------------------------------------
# Testimonial Page
--------------------------------------------------------------*/
.testimonial-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.testimonial-page .testimonial-amr__single {
    margin-bottom: 30px;
}
/* End */
/*--------------------------------------------------------------
# Feature One
--------------------------------------------------------------*/
.feature-amr {
    position: relative;
    display: block;
    padding: 120px 0 0px;
    z-index: 1;
}

.feature-amr__single {
    position: relative;
    display: block;
    background-color: var(--amr-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    padding: 30px 20px 32px;
    text-align: center;
    border-radius: var(--amr-bdr-radius);
    margin-bottom: 30px;
}

.feature-amr__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    width: 120px;
    background-color: #c6222e;
    border-radius: 50%;
    margin: 0 auto 0;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='120' height='120' viewBox='0 0 120 120'%3E%3Cimage xlink:href='data:image/png;base64,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' x='0' y='0' width='120' height='120'/%3E%3C/svg%3E");
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='120' height='120' viewBox='0 0 120 120'%3E%3Cimage xlink:href='data:image/png;base64,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' x='0' y='0' width='120' height='120'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
    z-index: 1;
}

.feature-amr__icon:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1d1467;
    opacity: 0;
    transform: translateY(90px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
    z-index: -1;
}

.feature-amr__single:hover .feature-amr__icon:before {
    opacity: 1;
    transform: translateY(0px);
}

.feature-amr__icon span {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: var(--amr-white);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.feature-amr__single:hover .feature-amr__icon span {
    transform: scale(.9);
}

.feature-amr__content {
    position: relative;
    display: block;
}

.feature-amr__title {
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 16px;
    margin-bottom: 17px;
}

.feature-amr__title a {
    color: #1d1467;
}

.feature-amr__title a:hover {
    color: #c6222e;
}


/*==============================================
   Feature Two
===============================================*/
.feature-two {
    position: relative;
    display: block;
    padding: 120px 0px 0px;
    z-index: 1;
}

.feature-two__single {
    position: relative;
    display: block;
    background-color: var(--amr-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    margin-bottom: 30px;
    border-radius: 10px;
}

.feature-two__single-inner {
    position: relative;
    display: block;
    padding: 0 40px 32px;
    border-radius: 10px;
    overflow: hidden;
    border-top: 3px solid #c6222e;
    z-index: 1;
}

.feature-two__single-inner:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1d1467;
    opacity: 0;
    transform: translateY(90px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
    z-index: -1;
}

.feature-two__single:hover .feature-two__single-inner:before {
    opacity: 1;
    transform: translateY(0px);
}

.feature-two__shape-1 {
    position: absolute;
    bottom: -200px;
    right: -200px;
    opacity: 0;
    mix-blend-mode: soft-light;
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
    z-index: -1;
}

.feature-two__shape-1 img {
    width: auto;
}

.feature-two__single:hover .feature-two__shape-1 {
    bottom: 0px;
    right: 0px;
    opacity: .20;
    transition-delay: 300ms;
}

.feature-two__icon-and-title {
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 25px;
}

.feature-two__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background-color: rgba(var(--amr-base-rgb), .60);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 1;
}

.feature-two__icon:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background-color: #c6222e;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: -1;
}

.feature-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: var(--amr-white);
    top: -3px;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.feature-two__single:hover .feature-two__icon span {
    -webkit-animation-name: wobble-horizontal-hover;
    animation-name: wobble-horizontal-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.feature-two__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    position: relative;
    display: block;
    flex: 1;
}

.feature-two__title a {
    color: #1d1467;
}

.feature-two__single:hover .feature-two__title a {
    color: var(--amr-white);
}

.feature-two__text {
    margin: 23px 0 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-two__single:hover .feature-two__text {
    color: var(--amr-white);
}

.feature-two__read-more {
    position: relative;
    display: block;
}

.feature-two__read-more a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--amr-font-two);
    color: #1d1467;
    line-height: 1em;
}

.feature-two__single:hover .feature-two__read-more a {
    color: #c6222e;
}

.feature-two__read-more a span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    background-color: #c6222e;
    border-radius: 50%;
    font-size: 9px;
    color: var(--amr-white);
    top: -1px;
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
/*==============================================
    Find Transpot
===============================================*/
.find-cta {
    position: relative;
    display: block;
    background-color: #1d1467;
    z-index: 1;
}

.find-cta__shape-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .10;
    z-index: -1;
}

.find-cta__inner {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 100px 0 84px;
}

.find-cta__title-box {
    position: relative;
    display: block;
}

.find-cta__title {
    font-size: 30px;
    color: var(--amr-white);
    line-height: 1.3em;
    font-weight: 700;
}

.find-cta__btn-and-call {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.find-cta__btn-box {
    position: relative;
    display: block;
}

.find-cta__btn-box .thm-btn {
    background-color: #c6222e;
}

.find-cta__btn-box .thm-btn>span {
    background-color: var(--amr-white);
    color: var(--amr-base);
}

.find-cta__btn-box .thm-btn::before,
.find-cta__btn-box .thm-btn::after {
    background-color: var(--amr-white);
}

.find-cta__btn-box .thm-btn:hover {
    color: var(--amr-base);
}

.find-cta__btn-box .thm-btn:hover>span {
    background-color: var(--amr-black);
    color: var(--amr-white);
}

.find-cta__call-us {
    position: relative;
    display: flex;
    align-items: center;
}

.find-cta__call-us .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: var(--amr-white);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.find-cta__call-us .icon:hover {
    background-color: #c6222e;
}

.find-cta__call-us .icon>span {
    position: relative;
    display: inline-block;
    font-size: 28px;
    color: #c6222e;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.find-cta__call-us .icon:hover span {
    color: var(--amr-white);
}

.find-cta__call-us .content {
    position: relative;
    display: block;
    margin-left: 15px;
}

.find-cta__call-us .content>span {
    color: var(--amr-white);
}

.find-cta__call-us .content>p {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    font-family: var(--amr-font-two);
}

.find-cta__call-us .content>p>a {
    color: var(--amr-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.find-cta__call-us .content>p>a:hover {
    color: var(--amr-black);
}


/*==============================================
    End
===============================================*/
/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-amr {
    position: relative;
    display: block;
    background-color: #c6222e;
    padding: 100px 0 100px;
    overflow: hidden;
    z-index: 1;
}

.contact-amr__shape-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .10;
    z-index: -1;
}

.contact-amr__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    width: calc((100% - -755px) / 2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    clip-path: polygon(0 0, 68% 0, 100% 100%, 0% 100%);
    z-index: -1;
}

.contact-amr__bg-img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(var(--amr-black-rgb), .30);
}

.contact-amr__left {
    position: relative;
    display: block;
    min-height: 640px;
    z-index: 2;
}

.contact-amr__video-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.contact-amr__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 25px;
    color: var(--amr-white);
    background-color: var(--amr-base);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.contact-amr__video-icon:hover {
    background-color: var(--amr-white);
    color: var(--amr-base);
}

.contact-amr__video-link .ripple,
.contact-amr__video-icon .ripple:before,
.contact-amr__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--amr-white-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--amr-white-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--amr-white-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--amr-white-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.contact-amr__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.contact-amr__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.contact-amr__right {
    position: relative;
    display: block;
    margin-left: 80px;
    z-index: 1;
}

.contact-amr__content {
    position: relative;
    display: block;
    padding: 47px 60px 50px;
    background: #1d1467;
    box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.06);
    border-radius: 20px;
}

.contact-amr__tagline {
    font-size: 18px;
    color: var(--amr-base);
    font-weight: 500;
    line-height: 1em;
    font-family: var(--amr-font-two);
    text-transform: uppercase;
}

.contact-amr__title {
    font-size: 35px;
    color: var(--amr-white);
    font-weight: 600;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 33px;
}

.contact-amr__form {
    position: relative;
    display: block;
}

.contact-amr__content-box {
    position: relative;
    display: block;
}

.contact-amr__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.contact-amr__input-box input[type="text"],
.contact-amr__input-box input[type="email"] {
    position: relative;
    display: block;
    height: 55px;
    width: 100%;
    background-color: rgba(var(--amr-white-rgb), .1);
    border: 1px solid rgba(var(--amr-white-rgb), .3);
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: rgba(var(--amr-white-rgb), .60);
    border-radius: 10px;
    font-family: var(--amr-font);
}

.contact-amr__progress {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 40px;
    padding-top: 6px;
}

.contact-amr__progress-single {
    position: relative;
    display: block;
}

.contact-amr__progress-title {
    font-size: 16px;
    line-height: 26px;
    color: var(--amr-white);
    margin-bottom: 6px;
    font-weight: 600;
}

.contact-amr__progress .bar {
    position: relative;
    width: 100%;
    height: 10px;
    background-color: rgba(var(--amr-white-rgb), .15);
    border-radius: 5px;
    border: 0;
}

.contact-amr__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 10px;
    top: 0;
    left: 0;
    background-color: var(--amr-base);
    border-radius: 5px;
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.contact-amr__progress .count-text {
    position: absolute;
    right: -3px;
    bottom: -4px;
    opacity: 0;
    border-radius: 50%;
    background-color: var(--amr-base);
    border: 3px solid var(--amr-white);
    width: 18px;
    height: 18px;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-amr__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.contact-amr__content-bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-amr__content-bottom .thm-btn {
    border: none;
}


.contact-amr__content-bottom .thm-btn::before,
.contact-amr__content-bottom .thm-btn::after {
    background-color: var(--amr-white);
}

.contact-amr__content-bottom .thm-btn:hover {
    color: var(--amr-base);
}

.contact-amr__content-bottom .thm-btn:hover>span {
    background-color: var(--amr-base);
    color: var(--amr-white);
}

.contact-amr__content-bottom-text-box {
    position: relative;
    display: block;
}

.contact-amr__count-box {
    position: relative;
    display: flex;
    align-items: center;
}

.contact-amr__count {
    position: relative;
    display: flex;
    align-items: center;
}

.contact-amr__count h3 {
    font-size: 14px;
    color: var(--amr-white);
    font-weight: 600;
    line-height: 24px;
}

.contact-amr__count span {
    font-size: 14px;
    color: var(--amr-white);
    font-weight: 600;
    line-height: 24px;
}

.contact-amr__count-box p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: var(--amr-white);
    margin-left: 4px;
}

.contact-amr__ratting {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 2px;
}

.contact-amr__ratting span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: var(--amr-base);
}

.contact-amr__ratting span+span {
    margin-left: 3px;
}

/*--------------------------------------------------------------
# Contact Info
--------------------------------------------------------------*/
.contact-info {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.contact-info__single {
    position: relative;
    display: block;
    border-radius: var(--amr-bdr-radius);
    background-color: var(--amr-primary);
    text-align: center;
    padding: 45px 30px 45px;
    margin-bottom: 30px;
    height: 100%;
}

.contact-info__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: var(--amr-white);
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
}

.contact-info__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 50%;
    background-color: #c6222e;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.contact-info__single:hover .contact-info__icon:before {
    transform: scaleX(1);
}

.contact-info__icon span {
    position: relative;
    display: inline-block;
    font-size: 32px;
    color: var(--amr-black);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.contact-info__single:hover .contact-info__icon span {
    transform: scale(0.9);
    color: var(--amr-white);
}


.contact-info__single p {
    margin-top: 20px;
    margin-bottom: 5px;
}

.contact-info__single h5 {
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;
    color: var(--amr-black);
    font-family: var(--amr-font);
}

.contact-info__single h5 a {
    color: var(--amr-black);
}

.contact-info__single h5 a:hover {
    color: var(--amr-base)
}


/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
    position: relative;
    display: block;
    padding: 0 0 120px;
    z-index: 1;
}

.contact-page__inner {
    position: relative;
    display: block;
    background-color: var(--amr-black);
    border-radius: 20px;
    padding: 60px 0 60px;
}

.contact-page__left {
    position: relative;
    display: block;
    margin-left: 60px;
    margin-right: 10px;
}

.google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 523px;
    width: 100%;
    border-radius: 20px;
}

.contact-page__right {
    position: relative;
    display: block;
    margin-left: 20px;
    margin-right: 40px;
}

.contact-page__form-title {
    font-size: 45px;
    font-weight: 500;
    line-height: 1.2em;
    color: var(--amr-white);
    margin-bottom: 26px;
}

.contact-page__form {
    position: relative;
    display: block;
}

.contact-page__input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.contact-page__input-box input[type="text"],
.contact-page__input-box input[type="email"],
.contact-page__input-box input[type="number"] {
    height: 60px;
    width: 100%;
    background-color: rgba(var(--amr-white-rgb), 0.03);
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: rgba(var(--amr-white-rgb), .70);
    display: block;
    border-radius: var(--amr-bdr-radius);
}

.contact-page__input-box textarea {
    font-size: 14px;
    font-weight: 400;
    color: rgba(var(--amr-white-rgb), .70);
    height: 175px;
    width: 100%;
    background-color: rgba(var(--amr-white-rgb), 0.03);
    border: none;
    padding: 15px 20px 30px;
    border-radius: var(--amr-bdr-radius);
    outline: none;
    position: relative;
    display: block;
}

.contact-page__input-box.text-message-box {
    height: 175px;
}


.contact-page__btn-box {
    position: relative;
    display: block;
}

.contact-page__btn-box .thm-btn {
    border: none;
}

.contact-page__btn-box .thm-btn:hover {
    color: #1d1467;
}

.contact-page__btn-box .thm-btn::before,
.contact-page__btn-box .thm-btn::after {
    background-color: var(--amr-white);
}

.contact-page__btn-box .thm-btn:hover>span {
    background-color: #1d1467;
    color: var(--amr-white);
}


.contact-amr__input-box textarea {
    position: relative;
    display: block;
    height: 175px;
    width: 100%;
    background-color: rgba(var(--amr-white-rgb), .1);
    border: 1px solid rgba(var(--amr-white-rgb), .3);
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: rgba(var(--amr-white-rgb), .60);
    border-radius: 10px;
    font-family: var(--amr-font);
}

/***
=============================================
Product
=============================================
***/
.products-amr {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.product {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.product__sidebar {
    position: relative;
    display: block;
}

.product__sidebar-single+.product__sidebar-single {
    margin-top: 30px;
}

.product__sidebar-title {
    position: relative;
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    margin: 0;
    margin-bottom: 22px;
    padding-left: 27px;
}

.product__sidebar-title::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 17px;
    height: 17px;
    background-color: var(--amr-base);
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.shop-search {
    position: relative;
    display: block;
    background-color: var(--amr-primary);
    padding: 30px 30px 30px;
    border-radius: var(--amr-bdr-radius);
}

.shop-search form {
    position: relative;
}

.shop-search form input[type=search],
.shop-search form input[type=text] {
    width: 100%;
    height: 60px;
    background-color: var(--amr-white);
    padding-left: 30px;
    padding-right: 60px;
    font-size: 16px;
    color: var(--amr-gray);
    font-family: var(--amr-font);
    border: none;
    outline: none;
    font-weight: 500;
}

.shop-search form ::placeholder {
    color: inherit;
    opacity: 1;
}

.shop-search form button[type="submit"] {
    background-color: var(--amr-base);
    color: var(--amr-white);
    font-size: 18px;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    width: 50px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 3px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.shop-search form button:hover[type="submit"] {
    background-color: var(--amr-black);
    color: var(--amr-white);
}

.product__price-ranger {
    position: relative;
    padding: 27px 30px 30px;
    margin: 0;
    background-color: var(--amr-primary);
    border-radius: var(--amr-bdr-radius);
}

.product__price-ranger.price-ranger {
    margin-top: 7px;
    margin-bottom: 0px;
}

.product__price-ranger .price-ranger .ui-widget-content {
    background: var(--amr-white);
    border: none;
    height: 5px;
}

.product__price-ranger .price-ranger .ui-slider-handle {
    position: absolute;
    top: -5px;
    background: var(--amr-base);
    border: 0;
    height: 14px;
    width: 14px !important;
    border-radius: 50%;
    margin-left: -2px;
    outline: medium none;
    cursor: pointer;
    z-index: 2;
}

.product__price-ranger .price-ranger .ui-slider .ui-slider-range {
    background: var(--amr-base);
}

.product__price-ranger .price-ranger #slider-range {
    margin-left: 3px;
    margin-right: 0;
    margin-top: 0;
}

.product__price-ranger .price-ranger .ranger-min-max-block {
    position: relative;
    display: block;
    margin-top: 17px;
}

.product__price-ranger .price-ranger .ranger-min-max-block input {
    display: inline-block;
}

.product__price-ranger .price-ranger .ranger-min-max-block input[type="submit"] {
    position: relative;
    display: block;
    background: var(--amr-black);
    float: right;
    text-align: center;
    border: none;
    color: var(--amr-white);
    font-size: 12px;
    font-weight: 700;
    margin-top: 0;
    text-transform: uppercase;
    cursor: pointer;
    padding: 5px 20px;
    border-radius: 20px;
    letter-spacing: 0.1em;
}

.product__price-ranger .price-ranger .ranger-min-max-block input[type="text"] {
    position: relative;
    display: inline-block;
    color: var(--amr-gray);
    font-size: 14px;
    font-weight: 400;
    width: 40px;
    line-height: 30px;
    border: none;
    padding: 0;
    text-align: center;
    background-color: transparent;
}

.product__price-ranger .price-ranger .ranger-min-max-block span {
    position: relative;
    display: inline-block;
    color: var(--amr-gray);
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    left: -2px;
}


.shop-category {
    position: relative;
    display: block;
    background-color: var(--amr-primary);
    padding: 29px 30px 30px;
    border-radius: var(--amr-bdr-radius);
}

.shop-category ul {
    position: relative;
    display: block;
}

.shop-category ul li {
    position: relative;
    line-height: 24px;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--amr-gray);
    margin-bottom: 15px;
}

.shop-category ul li:last-child {
    margin-bottom: 0;
}

.shop-category ul li a {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 24px;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--amr-gray);
    font-weight: 500;
    border-radius: 10px;
    background-color: var(--amr-white);
    padding: 13px 15px 13px;
    transition: all 0.3s ease;
    z-index: 1;
}

.shop-category ul li:hover a {
    color: var(--amr-base);
}

.shop-category ul li a:after {
    position: absolute;
    right: 5px;
    top: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    background-color: var(--amr-base);
    font-family: 'icomoon' !important;
    content: "\e918";
    opacity: 1;
    font-size: 12px;
    color: var(--amr-white);
    line-height: 30px;
    border-radius: 5px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.shop-product-tags {
    position: relative;
    display: block;
    background: var(--amr-primary);
    padding: 25px 30px 30px;
    border-radius: var(--amr-bdr-radius);
    overflow: hidden;
    z-index: 1;
}

.shop-product__tags-list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.shop-product__tags-list a {
    font-size: 12px;
    color: var(--amr-black);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: var(--amr-white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px 5px;
    font-weight: 600;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.shop-product__tags-list a:hover {
    color: var(--amr-white);
    background: var(--amr-base);
}


.sidebar-rating-box {
    position: relative;
    display: block;
}

.sidebar-rating-box ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.sidebar-rating-box ul li {
    position: relative;
    display: block;
}

.sidebar-rating-box ul li+li {
    margin-top: 30px;
}

.sidebar-rating-box ul li input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.sidebar-rating-box ul li label {
    position: relative;
    display: block;
    padding-left: 30px;
    color: #ffc009;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-rating-box ul li label span.gray {
    color: #dddbdb;
}

.sidebar-rating-box ul li input[type=radio]+label i {
    position: absolute;
    top: 1px;
    left: 0;
    width: 15px;
    height: 15px;
    overflow: hidden;
    border: 1px solid var(--amr-gray);
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-rating-box ul li label i::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    transform: scale(0);
    background-color: var(--amr-base);
    border-radius: 0%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-rating-box ul li input[type=radio]:checked+label i {
    border-color: var(--amr-base);
}

.sidebar-rating-box ul li input[type=radio]:checked+label i::before {
    transform: scale(1.0);
}

.shop-product-recent-products {
    position: relative;
    display: block;
    background-color: var(--amr-primary);
    padding: 29px 30px 27px;
    border-radius: var(--amr-bdr-radius);
}

.shop-product-recent-products ul {
    position: relative;
    display: block;
}

.shop-product-recent-products ul li {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dddbdb;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.shop-product-recent-products ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.shop-product-recent-products ul li .img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.shop-product-recent-products ul li .img::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    background: rgba(var(--amr-black-rgb), 0.5);
    opacity: 0;
    z-index: 1;
    content: "";
}

.shop-product-recent-products ul li:hover .img::before {
    opacity: 1;
}

.shop-product-recent-products ul li .img img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}

.shop-product-recent-products ul li:hover .img img {
    transform: scale(1);
}

.shop-product-recent-products ul li .img a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--amr-white);
    font-size: 16px;
    line-height: 0;
    transform: translateY(10px) scale(0);
    z-index: 5;
}

.shop-product-recent-products ul li:hover .img a {
    transform: translateY(0) scale(1);
}

.shop-product-recent-products ul li .img a:hover {
    color: var(--amr-base);
    transform: translateY(0) scale(1);
}

.shop-product-recent-products ul li .content {
    position: relative;
    display: block;
    flex: 1;
    margin-left: 20px;
}

.shop-product-recent-products ul li .content .title {
    position: relative;
    display: block;
}

.shop-product-recent-products ul li .content .title h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.shop-product-recent-products ul li .content .title h5 a {
    color: var(--amr-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.shop-product-recent-products ul li .content .title h5 a:hover {
    color: var(--amr-base);
}

.shop-product-recent-products ul li .content .price {
    position: relative;
    display: block;
    padding: 5px 0px 5px;
}

.shop-product-recent-products ul li .content .price p {
    color: var(--amr-base);
}

.shop-product-recent-products ul li .content .review {
    position: relative;
    display: flex;
    align-items: center;
}

.shop-product-recent-products ul li .content .review i {
    color: #ffc009;
    font-size: 12px;
}

.shop-product-recent-products ul li .content .review i.color {
    color: #dddbdb;
}

.shop-product-recent-products ul li .content .review i+i {
    margin-left: 5px;
}

.product__items {
    position: relative;
    display: block;
}

.product__showing-result {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-right: 130px;
}

.product__showing-text-box {
    position: relative;
    display: block;
}

.product__showing-text {
    font-size: 16px;
    font-weight: 400;
}

.product__showing-sort {
    position: relative;
    display: block;
    max-width: 340px;
    width: 100%;
}

.product__showing-sort .select-box .nice-select {
    background-color: var(--amr-primary);
    color: var(--amr-gray);
    font-size: 16px;
    font-weight: 400;
    height: 70px;
    line-height: 70px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    border-radius: var(--amr-bdr-radius);
    margin-bottom: 0px;
}

.product__showing-sort .select-box .nice-select:after {
    position: absolute;
    right: 30px;
}

.product__all {
    position: relative;
    display: block;
}

.product__all-tab {
    position: relative;
    display: block;
}

.product__all-tab-button {
    position: absolute;
    top: -100px;
    right: 0;
    z-index: 5;
}

.product__all-tab-button ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--amr-primary);
    padding: 15px 15px 15px;
    border-radius: var(--amr-bdr-radius);
}

.product__all-tab-button ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 3px;
    background-color: var(--amr-white);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, .2);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.product__all-tab-button ul li:hover,
.product__all-tab-button ul li.active-btn-item {
    background-color: var(--amr-base);
}

.product__all-tab-button ul li+li {
    margin-left: 10px;
}

.product__all-tab-button-icon {
    position: relative;
    display: block;
    color: var(--amr-base);
    font-size: 18px;
    line-height: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.product__all-tab-button-icon.one {
    transform: rotate(90deg);
}

.product__all-tab-button ul li:hover .product__all-tab-button-icon,
.product__all-tab-button ul li.active-btn-item .product__all-tab-button-icon {
    color: var(--amr-white);
}

.product__all-tab .tabs-content-box {
    position: relative;
    display: block;
}

.product__all-tab .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.product__all-tab .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.product__all-tab .tab-content-box-item .product__all-tab-content-box-item {
    transition: all 0.7s ease;
    opacity: 0;
    transform: translateY(5px);
    transform-origin: top bottom;
}

.product__all-tab .tab-content-box-item.tab-content-box-item-active .product__all-tab-content-box-item {
    opacity: 1.0;
    transform: translateY(0px);
    transform-origin: bottom top;
}

.product__all-tab-single {
    position: relative;
    display: block;
}

.single-product-style1 {
    position: relative;
    display: block;
    margin-bottom: 30px;
    border: 1px solid rgba(var(--amr-black-rgb), .10);
    background-color: var(--amr-white);
    padding: 0 0 30px;
    border-radius: var(--amr-bdr-radius);
    transition: all 500ms ease;
    z-index: 1;
}

.single-product-style1:hover {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.single-product-style1__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--amr-bdr-radius);
    border-bottom: 1px solid rgba(var(--amr-black-rgb), .10);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 1;
}

.single-product-style1__img img:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translatex(50%) scalex(2);
    transform: translatex(50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.single-product-style1:hover .single-product-style1__img img:first-child {
    -webkit-transform: translatex(0) scalex(1);
    transform: translatex(0) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.single-product-style1:hover .single-product-style1__img img:nth-child(2) {
    -webkit-transform: translatex(-50%) scalex(2);
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.single-product-style1__img img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.single-product-style1__overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
}

.single-product-style1__overlay li {
    position: relative;
    display: block;
}

.single-product-style1__overlay li+li {
    margin-top: 8px;
}

.single-product-style1__overlay li p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    background-color: var(--amr-white);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, .2);
    color: var(--amr-base);
    line-height: 35px;
    font-weight: 600;
}

.single-product-style1__info {
    position: absolute;
    left: 0;
    bottom: 20px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.4s linear 0s;
    z-index: 5;
}

.single-product-style1:hover .single-product-style1__info {
    opacity: 1;
    transform: translateY(0);
}

.single-product-style1__info li {
    position: relative;
    display: block;
}

.single-product-style1__info li+li {
    margin-left: 8px;
}

.single-product-style1__info li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--amr-white);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, .2);
    color: var(--amr-base);
    font-size: 15px;
    line-height: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-product-style1__info li a:hover {
    color: var(--amr-white);
    background-color: var(--amr-base);
}

.single-product-style1__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 23px 15px 0px;
}

.single-product-style1__content-left {
    position: relative;
    display: block;
}

.single-product-style1__content-left h4 {
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 12px;
    text-transform: uppercase;
}

.single-product-style1__content-left h4 a {
    color: var(--amr-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.single-product-style1__content-left h4 a:hover {
    color: var(--amr-base);
}

.single-product-style1__content-left p {
    font-size: 16px;
    font-weight: 500;
    color: var(--amr-gray);
    margin-top: 4px;
}

.single-product-style1__content-left p del {
    color: var(--amr-base);
    margin-right: 5px;
}

.single-product-style1__content-right {
    position: relative;
    display: block;
}

.single-product-style1__review {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--amr-primary);
    padding: 3.5px 5px 3.5px;
}

.single-product-style1__review i {
    color: #c6222e;
    font-size: 14px;
    margin-right: 5px;
}

.single-product-style1__review p {
    color: var(--amr-black);
    font-weight: 500;
}


.single-product-style2 {
    position: relative;
    display: block;
    margin-bottom: 30px;
    border: 1px solid rgba(var(--amr-black-rgb), .10);
    background-color: var(--amr-white);
    border-radius: var(--amr-bdr-radius);
    transition: all 500ms ease;
    z-index: 1;
}

.single-product-style2:hover {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.single-product-style2 .row {
    --bs-gutter-x: 0px;
    align-items: center;
}

.single-product-style2__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--amr-bdr-radius);
    border-right: 1px solid rgba(var(--amr-black-rgb), .10);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 1;
}

.single-product-style2__img img:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translatex(50%) scalex(2);
    transform: translatex(50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.single-product-style2:hover .single-product-style2__img img:first-child {
    -webkit-transform: translatex(0) scalex(1);
    transform: translatex(0) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.single-product-style2:hover .single-product-style2__img img:nth-child(2) {
    -webkit-transform: translatex(-50%) scalex(2);
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.single-product-style2__img img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.single-product-style2__content {
    position: relative;
    display: block;
    padding: 0px 15px 0px;
}

.single-product-style2__review {
    position: relative;
    display: flex;
    align-items: center;
}

.single-product-style2__review i {
    color: var(--amr-base);
    font-size: 16px;
}

.single-product-style2__review i+i {
    margin-left: 5px;
}

.single-product-style2__text {
    position: relative;
    display: block;
    padding-top: 17px;
}

.single-product-style2__text h4 {
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 1px;
}

.single-product-style2__text h4 a {
    color: var(--amr-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.single-product-style2__text h4 a:hover {
    color: var(--amr-base);
}

.single-product-style2__text p {
    font-size: 16px;
    font-weight: 500;
    color: var(--amr-gray);
    margin-top: 4px;
}

.single-product-style2__text p del {
    color: var(--amr-base);
    margin-right: 5px;
}

.single-product-style2__info {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 16px;
    padding-left: 0;
}

.single-product-style2__info li {
    position: relative;
    display: block;
}

.single-product-style2__info li+li {
    margin-left: 8px;
}

.single-product-style2__info li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--amr-white);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, .2);
    color: var(--amr-base);
    font-size: 15px;
    line-height: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-product-style2__info li a:hover {
    color: var(--amr-white);
    background-color: var(--amr-base);
}



/***
=============================================
   Styled Pagination
=============================================
***/
.styled-pagination {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 30px;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin-right: 11px;
}

.styled-pagination li:last-child {
    margin-right: 0;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    color: rgba(var(--amr-gray-rgb), .50);
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
    border: 1px solid rgba(var(--amr-gray-rgb), .50);
    text-align: center;
    transition: all 500ms ease;
    font-family: var(--amr-font);
    z-index: 1;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
    color: var(--amr-white);
    background: var(--amr-base);
    border-color: var(--amr-base);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
    border-radius: 50%;
    color: rgba(var(--amr-gray-rgb), .50);
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
    color: var(--amr-white);
}

.styled-pagination li a span:before {
    position: relative;
    top: 0px;
    color: rgba(var(--amr-gray-rgb), .50);
    font-size: 14px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.styled-pagination li a:hover span:before,
.styled-pagination li.active a span:before {
    color: var(--amr-white);
}/***
=============================================
Product Details
=============================================
***/
.product-details {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    z-index: 1;
}


.product-details__left {
    position: relative;
    display: block;
    margin-right: 80px;
}

.product-details__left-inner {
    position: relative;
    display: block;
}

.product-details__thumb-box {
    position: relative;
    display: block;
    max-width: 400px;
    margin-top: 20px;
}

#shop-details-one__thumb {
    z-index: 10;
}

.product-details__thumb-img {
    position: relative;
    display: block;
    width: 125px !important;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid rgba(var(--amr-black-rgb), .10);
}

.product-details__thumb-img img {
    width: 100%;
    border-radius: 10px;
}

.product-details__thumb-img:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--amr-base);
    opacity: 0;
    transition: all 500ms ease;
}


#shop-details-one__thumb .swiper-slide-thumb-active .product-details__thumb-img:before {
    opacity: 1;
}

.product-details__content-box {
    position: relative;
    display: block;
}

.product-details__img {
    position: relative;
    display: block;
}

.product-details__img img {
    width: 100%;
    border: 1px solid rgba(var(--amr-black-rgb), .10);
    border-radius: 15px;
}


.product-details__nav {
    position: absolute;
    top: 50%;
    left: 5px;
    right: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 100;
}

.product-details__nav .swiper-button-next,
.product-details__nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: var(--amr-black);
    background-color: var(--amr-primary);
    border-radius: 50%;
    margin: 0;
    text-align: center;
    opacity: 1;
    transition: all 500ms ease;
    z-index: 100;
}


.product-details__nav .swiper-button-next:hover,
.product-details__nav .swiper-button-prev:hover {
    color: var(--amr-white);
    background-color: var(--amr-base);
}

.product-details__nav .swiper-button-next {
    margin-top: 0px;
}

.product-details__nav .swiper-button-next i,
.product-details__nav .swiper-button-prev i {
    position: relative;
    display: flex;
    align-items: center;
}

.product-details__nav .swiper-button-next::after,
.product-details__nav .swiper-button-prev::after {
    display: none;
}


.product-details__right {
    position: relative;
    display: block;
    margin-top: -9px;
}

.product-details__top {
    position: relative;
    display: block;
}

.product-details__title {
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    margin: 0;
}

.product-details__title span {
    position: relative;
    display: inline-block;
    color: var(--amr-base);
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-left: 25px;
    letter-spacing: 0;
}

.product-details__reveiw {
    display: flex;
    align-items: center;
    margin-top: 26px;
    padding-bottom: 37px;
    margin-bottom: 28px;
    border-bottom: 1px solid rgba(var(--amr-black-rgb), .10);
}

.product-details__reveiw i {
    font-size: 16px;
    color: var(--amr-base);
}

.product-details__reveiw i+i {
    margin-left: 4px;
}

.product-details__reveiw span {
    position: relative;
    top: 1px;
    line-height: 1;
    font-size: 16px;
    color: var(--amr-gray);
    margin-left: 18px;
}

.product-details__content {
    position: relative;
    display: block;
}

.product-details__content-text1 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 31px;
}

.product-details__content-text2 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.product-details__select {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.product-details__select-size {
    position: relative;
    display: flex;
    align-items: center;
}

.product-details__select-size h3 {
    font-size: 20px;
    line-height: 30px;
    margin-right: 15px;
    font-weight: 600;
}

.product-details__select-size ul {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    flex: 1;
}

.product-details__select-size ul li {
    position: relative;
    display: block;
    width: 45px;
    height: 35px;
}

.product-details__select-size ul li input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.product-details__select-size ul li label {
    position: relative;
    width: 45px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--amr-black);
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.product-details__select-size ul li input[type=radio]:checked+label {
    color: var(--amr-white);
    font-weight: 500;
}

.product-details__select-size ul li input[type=radio]+label i {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    width: 45px;
    height: 35px;
    overflow: hidden;
    border: 1px solid var(--amr-gray);
    border-radius: 5px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: -1;
}

.product-details__select-size ul li label i::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    transform: scale(0.3);
    opacity: 0;
    background-color: var(--amr-base);
    border-radius: 5px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.product-details__select-size ul li input[type=radio]:checked+label i {
    border-color: var(--amr-base);
}

.product-details__select-size ul li input[type=radio]:checked+label i::before {
    transform: scale(1.0);
    opacity: 1;
}


.product-details__inner {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 25px;
}

.product-details__quantity {
    position: relative;
    display: flex;
    align-items: center;
}

.product-details__quantity-title {
    margin: 0;
    color: var(--amr-black);
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    margin-right: 20px;
}

.product-details__quantity .quantity-box {
    position: relative;
    width: 98px;
    border-radius: 0px;
    height: 50px;
}

.product-details__quantity .quantity-box input {
    width: 98px;
    border-radius: 10px;
    height: 50px;
    border: 1px solid rgba(var(--amr-black-rgb), .10);
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    font-family: var(--amr-font);
    padding-left: 30px;
    outline: none;
    font-size: 18px;
    font-weight: 700;
    color: var(--amr-gray);
}

.product-details__quantity .quantity-box button {
    width: 24px;
    height: 24px;
    background-color: transparent;
    color: var(--amr-gray);
    font-size: 8px;
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: #fff;
    border: none;
    border-left: 1px solid rgba(var(--amr-black-rgb), .10);
    border-top-right-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.product-details__quantity .quantity-box button.sub {
    bottom: 1px;
    top: auto;
    border-top: 1px solid rgba(var(--amr-black-rgb), .10);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
}

.product-details__buttons-boxes {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
}

.product-details__buttons-1 {
    position: relative;
    display: block;
}

.product-details__buttons-2 {
    position: relative;
    display: block;
}

.product-details__social {
    position: relative;
    display: block;
}

.product-details__social .title {
    position: relative;
    display: block;
}

.product-details__social .title h3 {
    color: var(--amr-black);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.product-details__social-link {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.product-details__social-link a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--amr-white);
    font-size: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    background-color: var(--amr-black);
    border-radius: 50%;
    height: 45px;
    width: 45px;
}

.product-details__social-link a+a {
    margin-left: 10px;
}

.product-details__social-link a:hover {
    color: var(--amr-white);
    background-color: var(--amr-base);
}

/***
=============================================
Product Description
=====***/
.product-description {
    position: relative;
    display: block;
    padding: 0 0 110px;
    z-index: 1;
}

.product-details__description {
    position: relative;
    display: block;
}

.product-details__main-tab-box {
    position: relative;
    display: block;
}

.product-details__main-tab-box .tab-buttons {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    line-height: 0;
}

.product-details__main-tab-box .tab-buttons .tab-btn {
    position: relative;
    display: inline-block;
}

.product-details__main-tab-box .tab-buttons .tab-btn span {
    position: relative;
    display: block;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-size: 18px;
    line-height: 18px;
    color: var(--amr-black);
    background-color: var(--amr-primary);
    padding: 16px 25px 16px;
    text-transform: capitalize;
    font-weight: 500;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
}

.product-details__main-tab-box .tab-buttons .tab-btn.active-btn span {
    color: var(--amr-white);
}

.product-details__main-tab-box .tab-buttons .tab-btn span:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0%;
    content: "";
    background-color: #1d1467;
    transition: all 0.3s ease;
    z-index: -1;
}

.product-details__main-tab-box .tab-buttons .tab-btn.active-btn span:before {
    height: 100%;
}

.product-details__main-tab-box .tabs-content {
    position: relative;
    display: block;
}

.product-details__main-tab-box .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.product-details__main-tab-box .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.product-details__tab-content-inner {
    position: relative;
    display: block;
    padding: 40px 40px 50px;
    border: 1px solid rgba(var(--amr-black-rgb), .10);
}

.product-details__description-content {
    position: relative;
    display: block;
}

.product-description__list {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-description__list h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.product-description__list ul {
    position: relative;
    display: block;
}

.product-description__list ul li {
    position: relative;
    display: block;
    margin-bottom: 2px;
}

.product-description__list ul li:last-child {
    margin-bottom: 0px;
}

.product-description__list ul li p {
    color: var(--amr-black);
    margin: 0;
    font-weight: 500;
}

.product-description__list ul li p span:before {
    position: relative;
    display: inline-block;
    color: var(--amr-base);
    font-size: 17px;
    line-height: 17px;
    margin-right: 11px;
    top: 2px;
    font-weight: 700;
}

.product-details__additional-information-content {
    position: relative;
    display: block;
}

.product-details__additional-information-text-1 {
    padding-bottom: 24px;
}

/*--------------------------------------------------------------
  # Review One
  --------------------------------------------------------------*/
.review-one {
    position: relative;
    display: block;
}

.comments-area {
    position: relative;
    display: block;
}

.review-one__title {
    position: relative;
    display: block;
    margin-bottom: 36px;
}

.review-one__title h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
}


.comments-area .comment-box {
    position: relative;
    display: block;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(var(--amr-black-rgb), .10);
}

.comments-area .comment {
    position: relative;
    display: flex;
    align-items: center;
}

.comments-area .comment-box .author-thumb {
    position: relative;
    display: block;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
    width: 100%;
}

.comments-area .comment-box .author-thumb figure {
    margin: 0;
}

.review-one__content {
    position: relative;
    display: block;
    padding-left: 45px;
    flex: 1;
}

.review-one__content-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.review-one__content-top .info {
    position: relative;
    display: block;
}

.review-one__content-top .info h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
}

.review-one__content-top .info h2 span {
    color: var(--amr-base);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: capitalize;
    font-family: var(--amr-font);
}

.review-one__content-top .reply-btn {
    position: relative;
    display: block;
}

.review-one__content-top .reply-btn i:before {
    color: var(--amr-base);
    font-size: 15px;
}

.review-one__content-bottom {
    position: relative;
    display: block;
}

.review-one__content-bottom p {
    font-size: 16px;
    line-height: 30px;
    margin: 0px;
}

/*--------------------------------------------------------------
  # Review Form One
  --------------------------------------------------------------*/
.review-form-one {
    position: relative;
    display: block;
    padding: 16px 0px 0px;
}

.review-form-one__inner {
    position: relative;
    display: block;
}

.review-form-one__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
}

.review-form-one__rate-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 17px;
    margin-bottom: 37px;
}

.review-form-one__rate-text {
    font-size: 18px;
    font-weight: 400;
}

.review-form-one__rate {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 17px;
}

.review-form-one__rate i {
    font-size: 16px;
    color: var(--amr-base);
}

.review-form-one__rate i+i {
    margin-left: 5px;
}

.review-form-one__form {
    position: relative;
    display: block;
}

.review-form-one__form .row {
    --bs-gutter-x: 20px;
}

.review-form-one__input-box textarea {
    font-size: 14px;
    color: var(--amr-gray);
    height: 160px;
    width: 100%;
    background-color: var(--amr-white);
    padding: 20px 30px 30px;
    border: 1px solid rgba(var(--amr-black-rgb), .10);
    outline: none;
    margin-bottom: 0px;
    font-weight: 500;
    border-radius: var(--amr-bdr-radius);
}

.review-form-one__input-box.text-message-box {
    height: 160px;
}

.review-form-one__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.review-form-one__input-box input[type="text"],
.review-form-one__input-box input[type="email"] {
    height: 50px;
    width: 100%;
    border: 1px solid rgba(var(--amr-black-rgb), .10);
    background-color: var(--amr-white);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 14px;
    color: var(--amr-gray);
    display: block;
    font-weight: 500;
    border-radius: var(--amr-bdr-radius);
}

.review-form-one__form .thm-btn {
    border: none;
}


/*--------------------------------------------------------------
  # Related Products
  --------------------------------------------------------------*/
.related-products {
    position: relative;
    display: block;
    padding: 0px 0px 120px;
}

.related-products__title {
    position: relative;
    display: block;
    padding-bottom: 52px;
}

.related-products__title h3 {
    font-size: 40px;
    line-height: 1.0em;
    margin-bottom: 16px;
    font-weight: 700;
    text-transform: capitalize;
}

.related-products__title p {
    margin: 0;
}

.single-product-style1.instyle--2 {
    margin-bottom: 0px;
}


/*--------------------------------------------------------------
  # Cart Page
  --------------------------------------------------------------*/
.cart-page {
    position: relative;
    display: block;
    background: var(--amr-white);
    padding: 112px 0px 112px;
}

.cart-page .table-responsive {
    position: relative;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media(max-width: 1199px) {
    .cart-table {
        min-width: 1170px;
    }
}

.cart-table {
    margin-bottom: 0px;
}

.cart-table thead th {
    color: var(--amr-black);
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    padding: 0;
    border: none;
    padding-bottom: 22px;
    font-family: var(--amr-font-two);
}

.cart-table thead th:last-child {
    text-align: right;
}

.cart-table tbody tr {
    vertical-align: middle;
}

.cart-table tbody tr:last-child {
    border-bottom: 1px solid rgba(var(--amr-black-rgb), .10);
}

.cart-table tbody td {
    font-size: 18px;
    color: var(--amr-gray);
    vertical-align: middle;
    border-top: 1px solid rgba(var(--amr-black-rgb), .10);
    border-bottom: 1px solid rgba(var(--amr-black-rgb), .10);
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
}

.cart-table tbody td:last-child {
    text-align: right;
}

.cart-table .product-box {
    display: flex;
    align-items: center;
}

.cart-table .product-box .img-box {
    position: relative;
    display: block;
    width: 120px;
    border-radius: 0;
    overflow: hidden;
    margin-right: 35px;
}

.cart-table .product-box .img-box img {
    width: 100%;
    border: 1px solid rgba(var(--amr-black-rgb), .10);
    border-radius: 10px;
}

.cart-table h3 {
    color: var(--amr-black);
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.cart-table h3 a {
    color: var(--amr-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.cart-table h3 a:hover {
    color: var(--amr-base);
}

.cart-table .quantity-box {
    position: relative;
    width: 98px;
    border-radius: 0px;
    height: 50px;
}

.cart-table .quantity-box input {
    width: 98px;
    border-radius: 10px;
    height: 50px;
    border: 1px solid rgba(var(--amr-black-rgb), .10);
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    font-family: var(--amr-font);
    padding-left: 30px;
    outline: none;
    font-size: 18px;
    color: var(--amr-gray);
    font-weight: 700;
}

.cart-table .quantity-box button {
    width: 24px;
    height: 24px;
    background-color: transparent;
    color: var(--thm-black);
    font-size: 8px;
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: #fff;
    border-top-right-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    border-left: 1px solid rgba(var(--amr-black-rgb), .10);
}

.cart-table .quantity-box button.sub {
    bottom: 1px;
    top: auto;
    border-top: 1px solid rgba(var(--amr-black-rgb), .10);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
}

.cart-table .cross-icon {
    position: relative;
    display: block;
}

.cart-table .cross-icon i:before {
    position: relative;
    display: inline-block;
    color: var(--amr-black);
    font-size: 16px;
}

.cart-page__right {
    position: relative;
    display: block;
    margin-left: 20px;
}

.cart-page__sidebar {
    position: relative;
    display: block;
    padding: 28px 20px 30px;
    background-color: var(--amr-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    border-radius: var(--amr-bdr-radius);
}

.cart-page__shipping {
    position: relative;
    display: block;
}

.cart-page__shipping-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 24px;
    margin-bottom: 20px;
}

.cart-page__shipping-form {
    position: relative;
    display: block;
}

.cart-page__shipping-form .row {
    --bs-gutter-x: 20px;
}

.cart-page__shipping-input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.cart-page__shipping-input-box .select-box .nice-select {
    background-color: var(--amr-primary);
    color: var(--amr-gray);
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 0px;
}

.cart-page__shipping-input-box .select-box .nice-select:after {
    position: absolute;
    right: 20px;
}

.cart-page__shipping-input-box input[type=email],
.cart-page__shipping-input-box input[type=text] {
    width: 100%;
    height: 50px;
    background-color: var(--amr-primary);
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    color: var(--amr-gray);
    font-family: var(--amr-font);
    border-radius: 8px;
    border: none;
    outline: none;
    font-weight: 400;
}

.cart-page__btn-box {
    position: relative;
    display: block;
}

.cart-page__btn-box .thm-btn {
    width: 100%;
    padding: 5px 20px 5px;
    border: none;
    justify-content: center;
}

.cart-page__coupon-code {
    position: relative;
    display: block;
    border-top: 1px solid rgba(var(--amr-black-rgb), .10);
    border-bottom: 1px solid rgba(var(--amr-black-rgb), .10);
    margin-top: 30px;
    margin-bottom: 20px;
    padding-top: 23px;
    padding-bottom: 30px;
}

.cart-page__coupon-code-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 24px;
    margin-bottom: 20px;
}

.cart-page__coupon-code-text {
    margin-bottom: 16px;
}

.cart-page__coupon-code-form {
    position: relative;
    display: block;
}

.cart-page__coupon-code-form input[type=email],
.cart-page__coupon-code-form input[type=text] {
    width: 100%;
    height: 50px;
    background-color: var(--amr-primary);
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    color: var(--amr-gray);
    font-family: var(--amr-font);
    border-radius: 8px;
    border: none;
    outline: none;
    font-weight: 400;
}

.cart-page__coupon-code-form .thm-btn {
    width: 100%;
    padding: 5px 20px 5px;
    border: none;
    justify-content: center;
    margin-top: 20px;
}

.cart-total {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.cart-total li {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: var(--amr-gray);
    font-size: 18px;
    font-weight: 500;
}

.cart-total li+li {
    margin-top: 15px;
}

.cart-total li span:first-child {
    display: block;
    color: var(--amr-black);
    font-size: 18px;
    margin-right: 60px;
    font-weight: 700;
    width: 140px;
    text-align: right;
}

.cart-total-amount {
    color: var(--amr-base);
}

.cart-page__buttons {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.cart-page__buttons-1 {
    position: relative;
    display: block;
}

.cart-page__buttons-1 .thm-btn {
    padding: 5px 20px 5px;
    padding-right: 8px;
}

.cart-page__buttons-2 {
    position: relative;
    display: block;
}

.cart-page__buttons-2 .thm-btn {
    padding: 5px 20px 5px;
    padding-right: 8px;
}


/*--------------------------------------------------------------
  # Checkout
  --------------------------------------------------------------*/
.checkout-page {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.checkout-page .billing_details {
    position: relative;
    display: block;
    border-radius: 10px;
    border: 1px solid rgba(var(--amr-black-rgb), .10);
    padding: 53px 50px 60px;
}

.billing_title {
    position: relative;
    display: block;
    margin-bottom: 45px;
}

.billing_title p {
    font-size: 16px;
    margin: 0;
}

.billing_title a {
    color: var(--amr-base);
}

.billing_title h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 0;
    font-weight: 700;
    margin-top: 16px;
}

.billing_details_form {
    position: relative;
    display: block;
}

.billing_details_form .bs-gutter-x-20 {
    --bs-gutter-x: 20px;
}

.billing_details_form .btn-light {
    border: none;
}

.billing_details_form .btn-light:hover {
    border: none;
}

.billing_input_box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.billing_input_box input[type="text"],
.billing_input_box input[type="email"],
.billing_input_box input[type="tel"] {
    height: 60px;
    width: 100%;
    border: 1px solid rgba(var(--amr-black-rgb), .10);
    background-color: var(--amr-white);
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 10px;
    outline: none;
    font-size: 16px;
    color: var(--amr-gray);
    display: block;
    font-weight: 400;
}

.billing_input_box textarea {
    display: block;
    color: var(--amr-gray);
    font-size: 16px;
    font-weight: 400;
    height: 140px;
    width: 100%;
    border: 1px solid rgba(var(--amr-black-rgb), .10);
    background-color: var(--amr-white);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 13px;
    border-radius: 10px;
    outline: none;
    resize: none;
}

.billing_input_box textarea:focus {
    border: 1px solid rgba(var(--amr-black-rgb), .10);
}

.billing_details .checked-box {
    position: relative;
    display: block;
    margin-top: 17px;
}

.billing_details .checked-box label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-right: 0px;
    margin-bottom: 0;
    color: var(--amr-gray);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-transform: none;
    cursor: pointer;
    font-family: var(--amr-font);
}

.billing_details .checked-box input[type="checkbox"] {
    display: none;
}

.billing_details .checked-box input[type="checkbox"]+label span {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
    background-color: transparent;
    background: var(--amr-base);
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 0;
}

.billing_details .checked-box label span:before {
    position: absolute;
    top: 4px;
    left: 6px;
    display: block;
    border-bottom: 2px solid var(--amr-white);
    border-right: 2px solid var(--amr-white);
    content: '';
    width: 6px;
    height: 9px;
    pointer-events: none;
    -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;
    opacity: 0;
}

.billing_details.checked-box input[type="checkbox"]:checked+label span {
    border-color: var(--amr-white);
}

.billing_details .checked-box input[type="checkbox"]:checked+label span:before {
    opacity: 1;
}

.billing_details_form .select-box .nice-select {
    border: 1px solid rgba(var(--amr-black-rgb), .10);
    background-color: var(--amr-white);
    border-radius: 10px;
    color: var(--amr-gray);
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    margin-bottom: 20px;
}

.billing_details_form .select-box .nice-select:after {
    position: absolute;
    right: 30px;
}

.billing_details_form-btns {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 36px;
}

.billing_details_form-btn-1 {
    position: relative;
    display: block;
}

.billing_details_form-btn-1 .thm-btn {
    border: none;
}

.billing_details_form-btn-2 {
    position: relative;
    display: block;
}

.billing_details_form-btn-2 .thm-btn {
    border: none;
}


.sidebar-order-summary {
    position: relative;
    display: block;
    border-radius: 10px;
    border: 1px solid rgba(var(--amr-black-rgb), .10);
    padding: 37px 30px 45px;
    z-index: 1;
}

.sidebar-order-summary .title-box {
    position: relative;
    display: block;
    padding-bottom: 3px;
    margin-bottom: 35px;
}

.sidebar-order-summary .title-box::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: var(--amr-base);
    content: "";
}

.sidebar-order-summary .title-box::after {
    position: absolute;
    left: 37px;
    bottom: 0;
    width: 3px;
    height: 2px;
    background: var(--amr-white);
    content: "";
}

.sidebar-order-summary .title-box h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    text-transform: capitalize;
}


.sidebar-order-summary__list {
    position: relative;
    display: block;
}

.sidebar-order-summary__list>li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(var(--amr-black-rgb), .10);
    padding: 13px 0px 12px;
}

.sidebar-order-summary__list>li:last-child {
    border-bottom: 1px solid rgba(var(--amr-black-rgb), .10);
}

.sidebar-order-summary__list>li>.left-text {
    position: relative;
    display: block;
}

.sidebar-order-summary__list>li>.left-text p {
    font-size: 18px;
    margin: 0px;
}

.sidebar-order-summary__list>li>.right-text {
    position: relative;
    display: block;
}

.sidebar-order-summary__list>li>.right-text p {
    font-size: 18px;
    margin: 0px;
}


.sidebar-order-summary__list>li>.right-text>ul {
    position: relative;
    display: block;
}

.sidebar-order-summary__list>li>.right-text>ul>li {
    position: relative;
    display: block;
}

.sidebar-order-summary__list>li>.right-text>ul>li+li {
    margin-top: 5px;
}

.sidebar-order-summary__list>li>.right-text>ul>li input[type=radio] {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

.sidebar-order-summary__list>li>.right-text>ul>li label {
    position: relative;
    display: block;
    padding-right: 24px;
    font-size: 18px;
    font-weight: 400;
    text-align: right;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-order-summary__list>li>.right-text>ul>li input[type=radio]+label i {
    position: absolute;
    top: 6px;
    right: 0;
    width: 15px;
    height: 15px;
    overflow: hidden;
    border: 1px solid var(--amr-gray);
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-order-summary__list>li>.right-text>ul>li label i::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    transform: scale(0);
    background-color: var(--amr-base);
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-order-summary__list>li>.right-text>ul>li input[type=radio]:checked+label i {
    border-color: var(--amr-base);
}

.sidebar-order-summary__list>li>.right-text>ul>li input[type=radio]:checked+label i::before {
    transform: scale(1.0);
}


.sidebar-order-summary__Payment {
    position: relative;
    display: block;
    margin-top: 37px;
}

.checkout__payment {
    position: relative;
    margin-bottom: 30px;
}

.checkout__payment__item+.checkout__payment__item {
    margin-top: 23px;
}

.checkout__payment__title {
    display: flex;
    color: var(--amr-black);
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    align-items: center;
    cursor: pointer;
}

.checkout__payment__title::before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: var(--amr-white);
    border: 2px solid rgba(var(--amr-black-rgb), .10);
    border-radius: 50%;
    margin-right: 10px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 10px;
    color: var(--amr-white);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    position: relative;
    top: 0px;
    transition: all 500ms ease;
}

.checkout__payment__item--active .checkout__payment__title::before {
    background-color: var(--amr-base);
    border-color: var(--amr-base);
    content: '\f00c';
}

.checkout__payment__content {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: var(--amr-gray);
    font-weight: 400;
    margin-top: 15px;
}

.sidebar-order-summary__bottom {
    position: relative;
    display: block;
}

.sidebar-order-summary__bottom .text1 {
    margin-bottom: 0;
}

.sidebar-order-summary__bottom .text1 a {
    color: var(--amr-base);
    text-decoration: underline;
}


.sidebar-order-summary__checked {
    position: relative;
    display: block;
    margin-top: 20px;
    ;
}

.sidebar-order-summary__checked label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-right: 0px;
    margin-bottom: 0;
    color: var(--amr-gray);
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    text-transform: none;
    cursor: pointer;
    font-family: var(--amr-font);
}

.sidebar-order-summary__checked label a {
    color: var(--amr-base);
}

.sidebar-order-summary__checked input[type="checkbox"] {
    display: none;
}

.sidebar-order-summary__checked input[type="checkbox"]+label span {
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
    background-color: transparent;
    background: var(--amr-base);
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 0;
}

.sidebar-order-summary__checked label span:before {
    position: absolute;
    top: 4px;
    left: 6px;
    display: block;
    border-bottom: 2px solid var(--amr-white);
    border-right: 2px solid var(--amr-white);
    content: '';
    width: 6px;
    height: 9px;
    pointer-events: none;
    -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;
    opacity: 0;
}

.sidebar-order-summary__checked input[type="checkbox"]:checked+label span {
    border-color: var(--amr-white);
}

.sidebar-order-summary__checked input[type="checkbox"]:checked+label span:before {
    opacity: 1;
}

.sidebar-order-summary__btn {
    position: relative;
    display: block;
    margin-top: 27px;
    line-height: 0px;
}



/*--------------------------------------------------------------
# Wishlist Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Cart Page
  --------------------------------------------------------------*/
.wishlist-page {
    position: relative;
    display: block;
    background: var(--amr-white);
    padding: 120px 0px 120px;
}

.wishlist-page .table-responsive {
    position: relative;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media(max-width: 1199px) {
    .wishlist-table {
        min-width: 1170px;
    }
}

.wishlist-table {
    margin-bottom: 0px;
}

.wishlist-table thead th {
    color: var(--amr-black);
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    padding: 0;
    border: none;
    border-top: 1px solid rgba(var(--amr-black-rgb), .10);
    padding-top: 22px;
    padding-bottom: 22px;
    font-family: var(--amr-font-two);
    text-align: center;
}

.wishlist-table tbody tr {
    vertical-align: middle;
}

.wishlist-table tbody tr:last-child {
    border-bottom: 1px solid rgba(var(--amr-black-rgb), .10);
}

.wishlist-table tbody td {
    font-size: 18px;
    color: var(--amr-gray);
    vertical-align: middle;
    border-top: 1px solid rgba(var(--amr-black-rgb), .10);
    border-bottom: 1px solid rgba(var(--amr-black-rgb), .10);
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.wishlist-table .product-box {
    display: flex;
    align-items: center;
}

.wishlist-table .cross-icon {
    position: relative;
    display: block;
}

.wishlist-table .cross-icon i:before {
    position: relative;
    display: inline-block;
    color: var(--amr-black);
    font-size: 16px;
}

.wishlist-table .product-box .img-box {
    position: relative;
    display: block;
    width: 120px;
    border-radius: 0;
    overflow: hidden;
    margin-left: 35px;
    margin-right: 35px;
}

.wishlist-table .product-box .img-box img {
    width: 100%;
    border: 1px solid rgba(var(--amr-black-rgb), .10);
    border-radius: 10px;
}

.wishlist-table h3 {
    color: var(--amr-black);
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.wishlist-table h3 a {
    color: var(--amr-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.wishlist-table h3 a:hover {
    color: var(--amr-base);
}


.product-details__social.two {
    margin-top: 42px;
}

/*--------------------------------------------------------------
# Sign Up One
--------------------------------------------------------------*/
.sign-up-one {
    position: relative;
    display: block;
    background-color: var(--amr-white);
    padding: 112px 0px 120px;
    z-index: 1;
}

.sign-up-one .container {
    max-width: 620px;
}

.sign-up-one__form {
    position: relative;
    display: block;
}

.sign-up-one__form .inner-title {
    position: relative;
    display: block;
    padding-bottom: 60px;
}

.sign-up-one__form .inner-title h2 {
    font-size: 60px;
    line-height: 1.0em;
    font-weight: 700;
    text-transform: capitalize;
}

.sign-up-one__form form {
    position: relative;
    display: block;
    background-color: var(--amr-white);
    box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.06);
    padding: 60px 50px 52px;
}

.sign-up-one__form form .form-group {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.sign-up-one__form form .input-box {
    position: relative;
    display: block;
}

.sign-up-one__form form input[type="text"],
.sign-up-one__form form input[type="email"] {
    position: relative;
    display: block;
    border-radius: 10px;
    border: 1px solid rgba(var(--amr-black-rgb), .10);
    background-color: var(--amr-primary);
    width: 100%;
    height: 60px;
    color: var(--amr-black);
    font-size: 16px;
    font-family: var(--amr-font);
    font-weight: 400;
    font-style: normal;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    transition: all 500ms ease;
}

.sign-up-one__form form input[type="text"]:focus,
.sign-up-one__form form input[type="email"]:focus {
    border-color: var(--amr-base);
    background-color: var(--amr-white);
}

.sign-up-one__form form input[type="text"]::-webkit-input-placeholder {
    color: var(--amr-gray);
}

.sign-up-one__form form input[type="text"]:-moz-placeholder {
    color: var(--amr-gray);
}

.sign-up-one__form form input[type="text"]::-moz-placeholder {
    color: var(--amr-gray);
}

.sign-up-one__form form input[type="text"]:-ms-input-placeholder {
    color: var(--amr-gray);
}

.sign-up-one__form form input[type="email"]::-webkit-input-placeholder {
    color: var(--amr-gray);
}

.sign-up-one__form form input[type="email"]:-moz-placeholder {
    color: var(--amr-gray);
}

.sign-up-one__form form input[type="email"]::-moz-placeholder {
    color: var(--amr-gray);
}

.sign-up-one__form form input[type="email"]:-ms-input-placeholder {
    color: var(--amr-gray);
}

.sign-up-one__form form .thm-btn {
    width: 100%;
    justify-content: center;
    border: none;
}

.sign-up-one__form form .google-facebook {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.sign-up-one__form form .google-facebook a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--amr-gray);
    background-color: var(--amr-white);
    color: var(--amr-black);
    font-size: 16px;
    line-height: 28px;
    font-family: var(--amr-font);
    font-weight: 500;
    padding: 10px 10px 10px;
    border-radius: 5px;
    letter-spacing: -0.01em;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sign-up-one__form form .google-facebook a:hover {
    border: 1px solid var(--amr-base);
    background-color: var(--amr-white);
}

.sign-up-one__form form .google-facebook a+a {
    margin-left: 14px;
}

.sign-up-one__form form .google-facebook a .icon {
    position: relative;
    display: block;
    line-height: 0;
    margin-right: 10px;
}

.sign-up-one__form form .create-account {
    position: relative;
    display: block;
    padding-top: 22px;
}

.sign-up-one__form form .create-account p {
    margin: 0;
}

.sign-up-one__form form .create-account p a {
    font-weight: 500;
}

.sign-up-one__form form .create-account p a:hover {
    color: var(--amr-base);
}



/*--------------------------------------------------------------
# Login One
--------------------------------------------------------------*/
.login-one {
    position: relative;
    display: block;
    background-color: var(--amr-white);
    padding: 112px 0px 120px;
    z-index: 1;
}

.login-one .container {
    max-width: 620px;
}

.login-one__form {
    position: relative;
    display: block;
}

.login-one__form .inner-title {
    position: relative;
    display: block;
    padding-bottom: 60px;
}

.login-one__form .inner-title h2 {
    font-size: 60px;
    line-height: 1.0em;
    font-weight: 700;
    text-transform: capitalize;
}

.login-one__form form {
    position: relative;
    display: block;
    background-color: var(--amr-white);
    box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.06);
    padding: 60px 50px 52px;
}

.login-one__form form .form-group {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.login-one__form form .input-box {
    position: relative;
    display: block;
}

.login-one__form form input[type="text"],
.login-one__form form input[type="email"] {
    position: relative;
    display: block;
    border-radius: 10px;
    border: 1px solid rgba(var(--amr-black-rgb), .10);
    background-color: var(--amr-primary);
    width: 100%;
    height: 60px;
    color: var(--amr-black);
    font-size: 16px;
    font-family: var(--amr-font);
    font-weight: 400;
    font-style: normal;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    transition: all 500ms ease;
}

.login-one__form form input[type="text"]:focus,
.login-one__form form input[type="email"]:focus {
    border-color: var(--amr-base);
    background-color: var(--amr-white);
}

.login-one__form form input[type="text"]::-webkit-input-placeholder {
    color: var(--amr-gray);
}

.login-one__form form input[type="text"]:-moz-placeholder {
    color: var(--amr-gray);
}

.login-one__form form input[type="text"]::-moz-placeholder {
    color: var(--amr-gray);
}

.login-one__form form input[type="text"]:-ms-input-placeholder {
    color: var(--amr-gray);
}

.login-one__form form input[type="email"]::-webkit-input-placeholder {
    color: var(--amr-gray);
}

.login-one__form form input[type="email"]:-moz-placeholder {
    color: var(--amr-gray);
}

.login-one__form form input[type="email"]::-moz-placeholder {
    color: var(--amr-gray);
}

.login-one__form form input[type="email"]:-ms-input-placeholder {
    color: var(--amr-gray);
}

.login-one__form form .thm-btn {
    width: 100%;
    justify-content: center;
    border: none;
}

.login-one__form form .remember-forget {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
}


.login-one__form form .checked-box1 {
    position: relative;
    display: block;
    min-height: 26px;
}

.login-one__form form .checked-box1 input[type="checkbox"] {
    display: none;
}

.login-one__form form .checked-box1 label {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    color: var(--amr-gray);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    cursor: pointer;
    font-family: var(--amr-font);
}

.login-one__form form .checked-box1 input[type="checkbox"]+label span {
    position: absolute;
    display: block;
    top: 5px;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 1px solid #e3e4ea;
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.login-one__form form .checked-box1 label span:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    content: "";
    width: 8px;
    height: 8px;
    background: var(--amr-base);
    border-radius: 2px;
    margin: 3px auto 0px;
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.login-one__form form .checked-box1 input[type="checkbox"]:checked+label span {
    border-color: var(--amr-base);
}

.login-one__form form .checked-box1 input[type="checkbox"]:checked+label span:before {
    transform: scale(1.0);
}


.login-one__form form .forget {
    position: relative;
    display: block;
}

.login-one__form form .forget a {
    color: var(--amr-black);
    font-size: 16px;
    line-height: 26px;
    font-family: var(--amr-font);
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.login-one__form form .forget a:hover {
    color: var(--amr-base);
}

.login-one__form form .create-account {
    position: relative;
    display: block;
    padding-top: 25px;
}

.login-one__form form .create-account p {
    color: var(--amr-black);
}

.login-one__form form .create-account p a {
    color: var(--amr-base);
    font-weight: 500;
}


.product-details__quote-additional-information-content .contact-page__input-box input[type="text"],
.product-details__quote-additional-information-content .contact-page__input-box input[type="email"],
.product-details__quote-additional-information-content .contact-page__input-box input[type="number"] {
    height: 60px;
    width: 100%;
    background-color: rgb(194 194 194 / 30%);
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: rgb(0 0 0);
    display: block;
    border-radius: var(--amr-bdr-radius);
}

.product-details__quote-additional-information-content .contact-page__input-box textarea {
    font-size: 14px;
    font-weight: 400;
    color: rgb(0 0 0);
    height: 175px;
    width: 100%;
    background-color: rgb(194 194 194 / 30%);
    border: none;
    padding: 15px 20px 30px;
    border-radius: var(--amr-bdr-radius);
    outline: none;
    position: relative;
    display: block;
}



/***
=============================================
End
=============================================
***/
/*--------------------------------------------------------------
# Project One
--------------------------------------------------------------*/
.project-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.project-one__shape-1 {
    position: absolute;
    top: 168px;
    right: 20px;
    z-index: -1;
}

.project-one__shape-1 img {
    width: auto;
}

.project-one__bg-color {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc((100% - -800px) /3);
    background-color: var(--amr-primary);
    z-index: -1;
    clip-path: polygon(100% 0, 100% 0%, 100% 100%, 0% 100%);
}

.project-one__top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 62px;
}

.project-one__top .section-title {
    margin-bottom: 0px;
}

.project-one__btn-box {
    position: relative;
    display: block;
}

.project-one__bottom {
    position: relative;
    display: block;
}

.project-one__bottom .container {
    max-width: 1730px;
}

.project-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.project-one__img-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.project-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--amr-bdr-radius);
    background-color: var(--amr-black);
}

.project-one__img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--amr-black-rgb), .85);
    border-radius: var(--amr-bdr-radius);
    opacity: 0;
    transform: translateY(50px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
    z-index: 1;
}

.project-one__single:hover .project-one__img::before {
    opacity: 1;
    transform: translateY(0px);
}

.project-one__img img {
    width: 100%;
    opacity: .70;
    border-radius: var(--amr-bdr-radius);
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}

.project-one__single:hover .project-one__img img {
    transform: scale(1.05) rotate(0deg);
}

.project-one__content {
    position: absolute;
    bottom: 33px;
    left: 40px;
    right: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

.project-one__title-box {
    position: relative;
    display: block;
    opacity: 0;
    transform: translateX(-60px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
}

.project-one__single:hover .project-one__title-box {
    opacity: 1;
    transform: translateX(0%);
    transition-delay: 200ms;
}

.project-one__sub-title {
    color: var(--amr-primary);
}

.project-one__title {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    opacity: 0;
    transform: translateX(-60px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
}

.project-one__single:hover .project-one__title {
    opacity: 1;
    transform: translateX(0%);
    transition-delay: 400ms;
}

.project-one__title a {
    color: var(--amr-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-one__title a:hover {
    color: var(--amr-base);
}

.project-one__arrow {
    position: relative;
    display: block;
    opacity: 0;
    transform: translateX(60px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
}

.project-one__single:hover .project-one__arrow {
    opacity: 1;
    transform: translateX(0%);
    transition-delay: 600ms;
}

.project-one__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background-color: var(--amr-base);
    font-size: 16px;
    color: var(--amr-white);
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-one__arrow a:hover {
    background-color: var(--amr-white);
    color: var(--amr-base);
}


/*--------------------------------------------------------------
# Project Two
--------------------------------------------------------------*/
.project-two {
    padding: 120px 0 120px;
}

.project-two .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.project-two .project-one__single {
    margin-bottom: 0;
}

.project-two__carousel.owl-carousel .owl-dots {
    position: relative;
    text-align: center;
    margin: 40px 0 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-two__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: 2px solid rgba(var(--amr-black-rgb), .70);
    background-color: transparent;
    margin: 0px 5px;
    padding: 0px;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.project-two__carousel.owl-carousel .owl-dot.active {
    border: 2px solid var(--amr-base);
}

.project-two__carousel.owl-carousel .owl-dots .owl-dot:before {
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    content: "";
    background-color: rgba(var(--amr-black-rgb), .70);
    border-radius: 2px;
    transform: scale(1);
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.project-two__carousel.owl-carousel .owl-dot.active:before {
    transform: scale(1);
    background-color: var(--amr-base);
}

.project-two__carousel.owl-carousel .owl-dot:focus {
    outline: none;
}

.project-two__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

/*--------------------------------------------------------------
# Project Three
--------------------------------------------------------------*/
.project-three {
    padding: 50px 0 90px;
}


/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.project-details__left {
    position: relative;
    display: block;
}

.project-details__img {
    position: relative;
    display: block;
}

.project-details__img img {
    width: 100%;
    border-radius: 20px;
}

.project-details__title-1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
    margin-top: 31px;
    margin-bottom: 19px;
}

.project-details__title-2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
    margin-top: 52px;
    margin-bottom: 19px;
}

.project-details__text-and-img {
    position: relative;
    display: flex;
    align-items: center;
    gap: 35px;
    margin-top: 31px;
    margin-bottom: 61px;
}

.project-details__text-img {
    position: relative;
    display: block;
}

.project-details__text-img img {
    width: auto;
    border-radius: 20px;
}

.project-details__title-3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
}

.project-details__text-4 {
    margin-top: 29px;
    margin-bottom: 31px;
}

.project-details__img-and-points {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.project-details__points-img {
    position: relative;
    display: block;
    max-width: 400px;
    width: 100%;
}

.project-details__points-img img {
    width: 100%;
    border-radius: 20px;
}

.project-details__points {
    position: relative;
    display: block;
}

.project-details__points li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
}

.project-details__points li+li {
    margin-top: 16px;
}

.project-details__points li .icon {
    position: relative;
    display: inline-block;
}

.project-details__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--amr-base);
}

.project-details__points li p {
    color: var(--amr-black);
}

.project-details__sidebar {
    position: relative;
    display: block;
}

.project-details__information {
    position: relative;
    display: block;
    background-color: var(--amr-primary);
    border-radius: var(--amr-bdr-radius);
    padding: 40px 40px 40px;
    margin-bottom: 30px;
}

.project-details__information-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 30px;
}

.project-details__information-list {
    position: relative;
    display: block;
}

.project-details__information-list li {
    position: relative;
    display: block;
    background-color: var(--amr-white);
    border: 1px solid var(--amr-bdr-color);
    border-radius: 20px;
    padding: 18px 30px 19px;
}

.project-details__information-list li+li {
    margin-top: 12px;
}

.project-details__information-list li h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    color: var(--amr-black);
    margin-bottom: 4px;
}


.project-details__get-started {
    position: relative;
    display: block;
    background-color: var(--amr-primary);
    border-radius: var(--amr-bdr-radius);
    padding: 40px 40px 40px;
}

.project-details__get-started-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}

.project-details__get-started-text {
    margin-top: 18px;
    margin-bottom: 29px;
}

.project-details__get-started-points {
    position: relative;
    display: block;
}

.project-details__get-started-points li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
}

.project-details__get-started-points li+li {
    margin-top: 11px;
}

.project-details__get-started-points li .icon {
    position: relative;
    display: inline-block;
    top: 5px;
}

.project-details__get-started-points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: var(--amr-black);
}

.project-details__get-started-points li p {
    color: var(--amr-black);
}

.project-details__get-started-points li p a {
    color: var(--amr-black);
}

.project-details__get-started-points li p a:hover {
    color: var(--amr-base);
}

.project-details__get-started-btn-box {
    position: relative;
    display: block;
    margin-top: 30px;
}

.project-details__previous-next {
    position: relative;
    display: block;
    margin-top: 60px;
}

.project-details__previous-next ul {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid var(--amr-bdr-color);
    padding: 15px 20px 15px;
    border-radius: var(--amr-bdr-radius);
}

.project-details__previous-next ul li {
    position: relative;
    display: flex;
    align-items: center;
    width: 50%;
}

.project-details__previous-next ul li::before {
    position: absolute;
    top: -16px;
    right: 0;
    bottom: -16px;
    width: 1px;
    background: var(--amr-bdr-color);
    content: "";
}

.project-details__previous-next ul li:last-child:before {
    display: none;
}

.project-details__previous-next ul li:nth-child(2) {
    float: right;
    text-align: right;
}

.project-details__previous-next ul li:nth-child(2) .text-box {
    margin-left: 0px;
    margin-right: 20px;
}

.project-details__previous-next ul li:nth-child(2) .icon a {
    clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%);
}

.project-details__previous-next ul li .icon {
    position: relative;
    display: block;
}

.project-details__previous-next ul li .icon a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 40px;
    background: var(--amr-base);
    color: var(--amr-white);
    clip-path: polygon(0 0, 79% 0, 100% 100%, 0 100%);
}

.project-details__previous-next ul li .icon a:hover {
    background: var(--amr-black);
}

.project-details__previous-next ul li .icon a span {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
}

.project-details__previous-next ul li:nth-child(1) .icon a span {
    transform: rotate(-180deg);
}

.project-details__previous-next ul li .text-box {
    position: relative;
    display: block;
    flex: 1;
    margin-left: 20px;
}

.project-details__previous-next ul li .text-box a {
    color: var(--amr-black);
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
}

.project-details__previous-next ul li .text-box a:hover {
    color: var(--amr-base);
}/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
/*==============================================
   Video One
===============================================*/
.video-one {
    position: relative;
    display: block;
    background-color: var(--amr-black);
    padding: 113px 0 160px;
    z-index: 1;
}

.video-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .20;
    mix-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.video-one__inner {
    position: relative;
    display: block;
}

.video-one__single {
    position: relative;
    display: block;
    text-align: center;
}

.video-one__title-box {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.video-one__title-box p {
    font-size: 50px;
    color: var(--amr-base);
    font-weight: 700;
    line-height: 1em;
    font-family: var(--amr-font-two);
}

.video-one__title-box h2 {
    font-size: 60px;
    color: var(--amr-white);
    font-weight: 700;
    line-height: 1.2em;
    margin: 20px 0 0px;
}

.video-one__title-box h2 span {
    color: var(--amr-base);
}

.video-one__video-link {
    position: relative;
    display: inline-block;
}

.video-one__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 240px;
    height: 240px;
    line-height: 240px;
    text-align: center;
    font-size: 30px;
    color: var(--amr-white);
    background-color: rgba(var(--amr-base-rgb), .80);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin: 0 auto;
}

.video-one__video-icon:hover {
    background-color: var(--amr-black);
    color: var(--amr-base);
}

.video-one__video-link .ripple,
.video-one__video-icon .ripple:before,
.video-one__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--amr-white-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--amr-white-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--amr-white-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--amr-white-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-one__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video-one__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.video-one__round-text {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.video-one__curved-circle {
    position: relative;
    display: block;
    color: var(--amr-white);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    transform: rotate(0deg);
    height: 200px !important;
    top: 0;
    left: 0px;
    bottom: 0;
    right: 0;
}


/*--------------------------------------------------------------
# Video Two
--------------------------------------------------------------*/
.video-two {
    position: relative;
    display: block;
    padding: 120px 0px 0px;
    z-index: 1;
}

.video-two__inner {
    position: relative;
    display: block;
    background-color: var(--amr-black);
    text-align: center;
    padding: 129px 0 140px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}

.video-two__inner-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.10;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: luminosity;
    z-index: -1;
}

.video-two__shape-1 {
    position: absolute;
    top: 281px;
    left: 450px;
    animation: swing-x 1s ease-in-out 1s forwards infinite alternate;
}

.video-two__shape-1 img {
    width: auto;
}

.video-two__title {
    font-size: 80px;
    font-weight: 600;
    line-height: 1em;
    color: var(--amr-white);
}

.video-two__video-link {
    position: relative;
    display: inline-block;
    margin-top: 37px;
}

.video-two__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    font-size: 30px;
    color: var(--amr-white);
    background-color: rgba(var(--amr-base-rgb), 0.90);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin: 0 auto;
}

.video-two__video-icon:hover {
    background-color: var(--amr-white);
    color: var(--amr-black);
}

.video-two__video-link .ripple,
.video-two__video-icon .ripple:before,
.video-two__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--amr-white-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--amr-white-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--amr-white-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--amr-white-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-two__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video-two__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
/*==============================================
    Team One 
===============================================*/
.team-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 2;
}

.team-one:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 500px;
    background-color: var(--amr-primary);
    z-index: -1;
}

.team-one__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    animation: leftRight 4s ease-in-out infinite;
    z-index: -1;
}

.team-one__single {
    position: relative;
    display: block;
    border-bottom: 5px solid var(--amr-base);
    border-radius: var(--amr-bdr-radius);
    background-color: var(--amr-primary);
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.team-one__img-box {
    position: relative;
    display: block;
}

.team-one__img {
    position: relative;
    display: block;
    border-top-left-radius: var(--amr-bdr-radius);
    border-top-right-radius: var(--amr-bdr-radius);
    overflow: hidden;
}

.team-one__img img {
    width: 100%;
    border-top-left-radius: var(--amr-bdr-radius);
    border-top-right-radius: var(--amr-bdr-radius);
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}

.team-one__single:hover .team-one__img img {
    transform: scale(1.05) rotate(0deg);
}

.team-one__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 25px 26px;
}

.team-one__content::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--amr-black);
    opacity: 0;
    transform: translateY(50px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
    z-index: -1;
}

.team-one__single:hover .team-one__content::before {
    opacity: 1;
    transform: translateY(0px);
}

.team-one__title-box {
    position: relative;
    display: block;
}

.team-one__title {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-one__title a {
    color: var(--amr-black);
}

.team-one__single:hover .team-one__title a {
    color: var(--amr-white);
}

.team-one__title:hover a {
    color: var(--amr-primary) !important;
}

.team-one__sub-title {
    font-size: 17px;
    line-height: 27px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-one__single:hover .team-one__sub-title {
    color: var(--amr-white);
}

.team-one__arrow-and-social {
    position: relative;
    display: block;
    padding-top: 20px;
    margin-top: -20px;
}

.team-one__arrow {
    position: relative;
    display: block;
}

.team-one__arrow span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--amr-base);
    border-radius: 50%;
    font-size: 16px;
    color: var(--amr-white);
    cursor: pointer;
}

.team-one__social {
    position: absolute;
    top: -190px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    transform: scaleY(0.0) translateX(-50%);
    transform-origin: bottom;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    transform-origin: bottom center;
}

.team-one__arrow-and-social:hover .team-one__social {
    transform: scaleY(1.0) translateX(-50%);
    transform-origin: bottom center;
    transition-delay: 300ms;
}

.team-one__social li {
    position: relative;
    display: inline-block;
}

.team-one__social li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--amr-white);
    border-radius: 50%;
    font-size: 16px;
    color: var(--amr-base);
}

.team-one__social li a:hover {
    color: var(--amr-white);
    background-color: var(--amr-base);
}


/*--------------------------------------------------------------
# Team Two
--------------------------------------------------------------*/
.team-two {
    position: relative;
    display: block;
    padding: 120px 0 0px;
    z-index: 1;
}

.team-two:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 500px;
    background-color: rgba(var(--amr-base-rgb), .03);
    z-index: -1;
}

.team-two__carousel {
    position: relative;
    display: block;
}

.team-two__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.team-two__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.team-two__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.team-two__single {
    position: relative;
    display: block;
    background-color: var(--amr-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    border-radius: var(--amr-bdr-radius);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-two__single:hover {
    transform: translateY(-10px);
}

.team-two__img-box {
    position: relative;
    display: block;
}

.team-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: var(--amr-bdr-radius);
    border-top-right-radius: var(--amr-bdr-radius);
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='300' height='320' viewBox='0 0 300 320'%3E%3Cimage xlink:href='data:image/png;base64,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' x='0' y='0' width='300' height='320'/%3E%3C/svg%3E");
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='300' height='320' viewBox='0 0 300 320'%3E%3Cimage xlink:href='data:image/png;base64,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' x='0' y='0' width='300' height='320'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
    z-index: 1;
}

.team-two__img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(34, 34, 34, .85);
    border-top-left-radius: var(--amr-bdr-radius);
    border-top-right-radius: var(--amr-bdr-radius);
    opacity: 0;
    transform: translateY(-50%);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
}

.team-two__single:hover .team-two__img::after {
    opacity: 1;
    transform: translateY(0%);
}

.team-two__img img {
    width: 100%;
    border-top-left-radius: var(--amr-bdr-radius);
    border-top-right-radius: var(--amr-bdr-radius);
    transition: all 500ms ease;
}

.team-two__single:hover .team-two__img img {
    transform: scaleX(1.05);
    transition-delay: 700ms;
}

.team-two__social {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    bottom: 20px;
    left: 20px;
    opacity: 0;
    transform: translateY(50px);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
    z-index: 2;
}

.team-two__single:hover .team-two__social {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 700ms;
}

.team-two__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--amr-white);
    border-radius: var(--amr-bdr-radius);
    font-size: 15px;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid rgba(var(--amr-white-rgb), .50);
    z-index: 1;
}

.team-two__social a:hover {
    color: var(--amr-white);
    border: 1px solid var(--amr-base);
}

.team-two__social a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--amr-base);
    border-radius: 0%;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.team-two__social a:hover:before {
    transform: scaleX(1);
}

.team-two__social a+a {
    margin-top: 15px;
}

.team-two__content {
    position: relative;
    display: block;
    text-align: center;
    padding: 37px 20px 34px;
    border-radius: var(--amr-bdr-radius);
    border-bottom: 5px solid var(--amr-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-two__single:hover .team-two__content {
    border-bottom: 5px solid var(--amr-black);
}

.team-two__name {
    font-size: 24px;
    line-height: 1em;
    font-weight: 600;
    margin-bottom: 9px;
}

.team-two__name a {
    color: var(--amr-black);
}

.team-two__name a:hover {
    color: var(--amr-base);
}

.team-two__sub-title {
    font-size: 18px;
    font-weight: 500;
}

.team-two__carousel.owl-theme .owl-nav {
    position: absolute;
    top: 45%;
    left: -90px;
    right: -90px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 !important;
    line-height: 0;
    height: 0;
    z-index: 100;
}

.team-two__carousel .owl-nav .owl-next,
.team-two__carousel .owl-nav .owl-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px !important;
    color: var(--amr-white) !important;
    background-color: rgba(var(--amr-base-rgb), 1) !important;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    opacity: 1;
    transition: all 500ms ease;
    z-index: 100;
}

.team-two__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}

.team-two__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
    transform: rotate(180deg);
}

.team-two__carousel.owl-theme .owl-nav .owl-next span,
.team-two__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-two__carousel.owl-theme .owl-nav .owl-next:hover,
.team-two__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--amr-black) !important;
    color: var(--amr-white) !important;
}


/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
    position: relative;
    display: block;
    padding: 120px 0 108px;
    z-index: 1;
}

.team-details__top {
    position: relative;
    display: block;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(var(--amr-black-rgb), .10);
    margin-bottom: 37px;
}

.team-details__top-left {
    position: relative;
    display: block;
}

.team-details__img-1 {
    position: relative;
    display: block;
}

.team-details__img-1 img {
    width: 100%;
    border-radius: 20px;
}

.team-details__top-right {
    position: relative;
    display: block;
    margin-left: 30px;
    margin-top: -12px;
}

.team-details__client-box {
    position: relative;
    display: block;
}

.team-details__client-name {
    font-size: 34px;
    font-weight: 600;
    line-height: 44px;
    text-transform: capitalize;
}

.team-details__client-sub-title {
    position: relative;
    display: block;
    margin-top: 3px;
}

.team-details__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 19px;
    margin-bottom: 30px;
}

.team-details__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--amr-base);
    font-size: 16px;
    border-radius: var(--amr-bdr-radius);
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid var(--amr-base);
    z-index: 1;
}

.team-details__social a:hover {
    color: var(--amr-white);
    border: 1px solid var(--amr-base);
}

.team-details__social a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--amr-base);
    border-radius: 0%;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.team-details__social a:hover:before {
    transform: scaleX(1);
}

.team-details__social a+a {
    margin-left: 10px;
}

.team-details__client-address {
    position: relative;
    display: block;
    border-top: 1px solid var(--amr-bdr-color);
    margin-top: 20px;
    padding-top: 20px;
}

.team-details__client-address li {
    position: relative;
    display: block;
}

.team-details__client-address li+li {
    margin-top: 16px;
}

.team-details__client-address li p {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--amr-black);
}

.team-details__client-address li p span {
    color: var(--amr-black);
}

.team-details__client-address li h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-top: 5px;
    font-family: var(--amr-font);
}

.team-details__client-address li h5 a {
    color: var(--amr-black);
}

.team-details__client-address li h5 a:hover {
    color: var(--amr-base);
}

.team-details__bottom {
    position: relative;
    display: block;
}

.team-details__bottom-left {
    position: relative;
    display: block;
}

.team-details__bottom-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
    margin-bottom: 13px;
}

.team-details__practice-area {
    position: relative;
    display: block;
    margin-top: 15px;
}

.team-details__practice-area-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.team-details__practice-area-list-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
}

.team-details__practice-area-list {
    position: relative;
    display: block;
}

.team-details__practice-area-list li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.team-details__practice-area-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6px;
    width: 6px;
    background-color: var(--amr-base);
}

.team-details__practice-area-list li .text {
    position: relative;
    display: block;
    flex: 1;
}

.team-details__practice-area-list li .text p {
    font-weight: 500;
    color: var(--amr-base);
}


.team-details__bottom-right {
    position: relative;
    display: block;
}

.team-details__progress-title-1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
    margin-bottom: 23px;
}

.team-details__progress-list {
    position: relative;
    display: block;
}

.team-details__progress-list li {
    position: relative;
    display: block;
}

.team-details__progress-list li+li {
    margin-top: 20px;
}

.team-details__progress {
    position: relative;
    display: block;
}

.team-details__progress-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: var(--amr-black);
    margin-bottom: 11px;
}

.team-details__progress .bar {
    position: relative;
    width: 100%;
    height: 10px;
    background-color: var(--amr-primary);
    border-radius: 6px;
}

.team-details__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--amr-base);
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.team-details__progress .count-text {
    position: absolute;
    right: -18px;
    bottom: 22px;
    color: var(--amr-black);
    line-height: 26px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    font-family: var(--amr-font);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-details__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.team-details__progress .bar.marb-0 {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Team Details Contact
--------------------------------------------------------------*/
.team-details-contact {
    position: relative;
    display: block;
    padding: 0px 0 120px;
    z-index: 1;
}

.team-details-contact .container {
    max-width: 830px;
}

.team-details-contact__inner {
    position: relative;
    display: block;
    text-align: center;
}

.team-details-contact__form {
    position: relative;
    display: block;
}

.team-details-contact__input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.team-details-contact__input-box input[type="text"],
.team-details-contact__input-box input[type="email"] {
    height: 60px;
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--amr-bdr-color);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--amr-gray);
    display: block;
    border-radius: var(--amr-bdr-radius);
}

.team-details-contact__input-box .select-box {
    width: 100%;
}

.team-details-contact__input-box .nice-select {
    height: 60px;
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--amr-bdr-color);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 16px;
    color: var(--amr-gray);
    font-weight: 400;
    border-radius: var(--amr-bdr-radius);
    line-height: 60px;
    display: block;
    float: none;
}

.team-details-contact__input-box .nice-select:after {
    position: absolute;
    top: 22px;
    right: 30px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid var(--amr-gray);
    border-right: 2px solid var(--amr-gray);
    margin-top: 0px;
    z-index: 10;
}

.team-details-contact__input-box textarea {
    height: 200px;
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--amr-bdr-color);
    padding: 15px 30px 30px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--amr-gray);
    position: relative;
    display: block;
    border-radius: var(--amr-bdr-radius);
}

.team-details-contact__input-box.text-message-box {
    height: 200px;
}

.team-details-contact__btn-box {
    position: relative;
    display: block;
}

.team-details-contact__btn-box .thm-btn {
    border: none;
}

.team-details-contact__btn-box .thm-btn:hover {
    border: none;
}

/*--------------------------------------------------------------
# Team Page
--------------------------------------------------------------*/
.team-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.team-page .team-two__single {
    margin-bottom: 30px;
}/* The End */
/*--------------------------------------------------------------
# Download App One 
--------------------------------------------------------------*/
.download-app-one {
    position: relative;
    display: block;
    background-color: var(--amr-black);
    padding: 90px 0px 90px;
    z-index: 1;
}

.download-app-one__shape-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .02;
    z-index: -1;
}

.download-app-one__shape-bg-two {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .20;
    z-index: -1;
}

.download-app-one__inner {
    position: relative;
    display: block;
    z-index: 1;
}

.download-app-one__inner .row {
    align-items: center;
}

.download-app-one__content {
    position: relative;
    display: block;
}

.download-app-one__sub-title {
    font-size: 22px;
    color: var(--amr-base);
    font-weight: 600;
    line-height: 22px;
    font-family: var(--amr-font-two);
}

.download-app-one__title {
    font-size: 50px;
    color: var(--amr-white);
    line-height: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 8px;
}

.download-app-one__title span {
    color: var(--amr-base);
}

.download-app-one__text {
    font-size: 18px;
    color: var(--amr-white);
    line-height: 28px;
}

.download-app-one__google-and-app-store {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 42px;
}

.download-app-one__google-and-app-store a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--amr-base);
    padding: 15px 30px 15px;
    border-radius: 10px;
}

.download-app-one__right {
    position: relative;
    display: block;
}

.download-app-one__img {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    margin-left: auto;
}

.download-app-one__img1 {
    position: relative;
    display: block;
}

.download-app-one__img1 img {
    width: 100%;
}

.download-app-one-car__img {
    position: absolute;
    bottom: -85px;
    right: 35px;
    z-index: -1;
}

.download-app-one-car__img img {
    width: auto;
}/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
/***
=============================================
Blog One
=============================================
***/
.blog-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.blog-one__single {
    position: relative;
    display: block;
    background-color: var(--amr-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    padding: 15px 15px 30px;
    border-radius: var(--amr-bdr-radius);
    margin-bottom: 30px;
}

.blog-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--amr-bdr-radius);
    z-index: 1;
}

.blog-one__img:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50%;
    height: 100%;
    background-color: rgba(var(--amr-black-rgb), .70);
    visibility: hidden;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(370px) translateY(100%);
    transform-origin: left;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}


.blog-one__single:hover .blog-one__img:before {
    visibility: visible;
    opacity: 1;
    transform: perspective(370px) translateY(0%);
}

.blog-one__img:after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    width: 50%;
    height: 100%;
    background-color: rgba(var(--amr-black-rgb), .70);
    visibility: hidden;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(370px) translateY(-100%);
    transform-origin: top;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}

.blog-one__single:hover .blog-one__img:after {
    visibility: visible;
    opacity: 1;
    transform: perspective(370px) translateY(0%);
}

.blog-one__img img {
    width: 100%;
    border-radius: var(--amr-bdr-radius);
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}

.blog-one__single:hover .blog-one__img img {
    transform: scale(1.05) rotate(0deg);
}

.blog-one__plus {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-45deg) scale(0);
    transition: all 600ms ease;
    z-index: 3;
}

.blog-one__single:hover .blog-one__plus {
    transform: rotate(0deg) scale(1);
    transition-delay: 700ms;
}

.blog-one__plus a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: var(--amr-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: var(--amr-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__plus a:hover {
    color: var(--amr-white);
    background-color: var(--amr-base);
}

.blog-one__tag {
    position: absolute;
    bottom: 0;
    right: -1px;
    z-index: 4;
}

.blog-one__tag a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--amr-base);
    font-size: 18px;
    color: var(--amr-white);
    font-weight: 600;
    padding: 7px 25px 7px;
    padding-left: 40px;
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.blog-one__tag a:hover {
    background-color: var(--amr-white);
    color: var(--amr-base);
}

.blog-one__content {
    position: relative;
    display: block;
    padding: 25px 25px 0;
}

.blog-one__meta {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.blog-one__meta li {
    position: relative;
    display: block;
}

.blog-one__meta li a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: var(--amr-gray);
}

.blog-one__meta li a span {
    position: relative;
    font-size: 16px;
    color: var(--amr-base);
}

.blog-one__meta li a:hover {
    color: var(--amr-base);
}

.blog-one__title {
    font-size: 26px;
    line-height: 36px;
    text-transform: capitalize;
    margin-top: 17px;
    margin-bottom: 25px;
    font-weight: 600;
}

.blog-one__title a {
    color: var(--amr-black);
}

.blog-one__title a:hover {
    color: var(--amr-base);
}

.blog-one__author-and-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog-one__author-info {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-one__author-img-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    background-color: var(--amr-base);
    border-radius: 50%;
}

.blog-one__author-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    width: 55px;
    border-radius: 50%;
}

.blog-one__author-img img {
    width: auto;
    border-radius: 50%;
}

.blog-one__author-content {
    position: relative;
    display: block;
    margin-left: 15px;
}

.blog-one__author-content h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}

.blog-one__author-content p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.blog-one__right {
    position: relative;
    display: block;
}

.blog-one__right .blog-one__single {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    padding: 15px 15px 15px;
}

.blog-one__right .blog-one__img {
    max-width: 250px;
    width: 100%;
}

.blog-one__right .blog-one__content {
    padding: 0px 0px 0px;
    flex: 1;
}

.blog-one__right .blog-one__title {
    font-size: 24px;
    line-height: 34px;
    margin-top: 7px;
    margin-bottom: 15px;
}

.blog-one__arrow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    background-color: var(--amr-base);
    border-radius: 50%;
    color: var(--amr-white);
    font-size: 15px;
}

.blog-one__arrow:hover {
    background-color: var(--amr-black);
    color: var(--amr-white);
}

/***
=============================================
Blog Two
=============================================
***/
.blog-two {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.blog-two__single {
    position: relative;
    display: block;
    background-color: var(--amr-white);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    padding: 15px 15px 30px;
    border-radius: var(--amr-bdr-radius);
    margin-bottom: 30px;
}

.blog-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--amr-bdr-radius);
    z-index: 1;
}

.blog-two__img:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50%;
    height: 100%;
    background-color: rgba(var(--amr-black-rgb), .70);
    visibility: hidden;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(370px) translateY(100%);
    transform-origin: left;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}


.blog-two__single:hover .blog-two__img:before {
    visibility: visible;
    opacity: 1;
    transform: perspective(370px) translateY(0%);
}

.blog-two__img:after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    width: 50%;
    height: 100%;
    background-color: rgba(var(--amr-black-rgb), .70);
    visibility: hidden;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(370px) translateY(-100%);
    transform-origin: top;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}

.blog-two__single:hover .blog-two__img:after {
    visibility: visible;
    opacity: 1;
    transform: perspective(370px) translateY(0%);
}

.blog-two__img img {
    width: 100%;
    border-radius: var(--amr-bdr-radius);
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}

.blog-two__single:hover .blog-two__img img {
    transform: scale(1.05) rotate(0deg);
}

.blog-two__plus {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-45deg) scale(0);
    transition: all 600ms ease;
    z-index: 3;
}

.blog-two__single:hover .blog-two__plus {
    transform: rotate(0deg) scale(1);
    transition-delay: 700ms;
}

.blog-two__plus a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: var(--amr-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: var(--amr-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-two__plus a:hover {
    color: var(--amr-white);
    background-color: var(--amr-base);
}

.blog-two__tag {
    position: absolute;
    bottom: 0;
    right: -1px;
    z-index: 4;
}

.blog-two__tag a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--amr-base);
    font-size: 18px;
    color: var(--amr-white);
    font-weight: 600;
    padding: 7px 25px 7px;
    padding-left: 40px;
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.blog-two__tag a:hover {
    background-color: var(--amr-white);
    color: var(--amr-base);
}

.blog-two__content {
    position: relative;
    display: block;
    padding: 25px 15px 0;
}

.blog-two__meta {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.blog-two__meta li {
    position: relative;
    display: block;
}

.blog-two__meta li a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: var(--amr-gray);
}

.blog-two__meta li a span {
    position: relative;
    font-size: 16px;
    color: var(--amr-base);
}

.blog-two__meta li a:hover {
    color: var(--amr-base);
}

.blog-two__title {
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
    margin-top: 12px;
    margin-bottom: 16px;
    font-weight: 600;
}

.blog-two__title a {
    color: var(--amr-black);
}

.blog-two__title a:hover {
    color: var(--amr-base);
}

.blog-two__author-and-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog-two__author-info {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-two__author-img-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    background-color: var(--amr-base);
    border-radius: 50%;
}

.blog-two__author-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    width: 55px;
    border-radius: 50%;
}

.blog-two__author-img img {
    width: auto;
    border-radius: 50%;
}

.blog-two__author-content {
    position: relative;
    display: block;
    margin-left: 15px;
}

.blog-two__author-content h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}

.blog-two__author-content p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.blog-two__arrow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    background-color: var(--amr-base);
    border-radius: 50%;
    color: var(--amr-white);
    font-size: 15px;
}

.blog-two__arrow:hover {
    background-color: var(--amr-black);
    color: var(--amr-white);
}


/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.blog-details__left {
    position: relative;
    display: block;
}

.blog-details__img {
    position: relative;
    display: block;
}

.blog-details__img img {
    width: 100%;
    border-radius: var(--amr-bdr-radius);
}

.blog-details__date {
    position: absolute;
    top: 40px;
    right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border: 5px solid var(--amr-base);
    background-color: var(--amr-white);
    border-radius: var(--amr-bdr-radius);
    text-align: center;
}

.blog-details__date p {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    font-family: var(--amr-font-two);
    color: var(--amr-black);
}

.blog-details__content {
    position: relative;
    display: block;
    margin-top: 30px;
}

.blog-details__user-and-meta {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}

.blog-details__user {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 31px;
    background-color: var(--amr-base);
    border-radius: 16px;
}

.blog-details__user p {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--amr-font-two);
    color: var(--amr-white);
}

.blog-details__meta {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}

.blog-details__meta li {
    position: relative;
    display: block;
}

.blog-details__meta li a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--amr-gray);
}

.blog-details__meta li a:hover {
    color: var(--amr-base);
}

.blog-details__meta li a span {
    color: var(--amr-base);
}

.blog-details__title {
    font-size: 40px;
    font-weight: 700;
    margin-top: 30px;
    line-height: 1.2em;
    margin-bottom: 19px;
}

.blog-details__text-2 {
    margin-top: 21px;
    margin-bottom: 40px;
}

.blog-details__author-box {
    position: relative;
    display: block;
    background-color: rgba(var(--amr-base-rgb), 0.07);
    border-radius: var(--amr-bdr-radius);
    padding: 40px 40px 37px;
}

.blog-details__author-text {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    color: var(--amr-black);
    margin-bottom: 30px;
}

.blog-details__author-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-align: right;
    color: var(--amr-black);
    font-family: var(--amr-font-two);
}

.blog-details__author-name span {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--amr-font);
}

.blog-details__title-2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 48px;
    margin-top: 41px;
    margin-bottom: 19px;
}

.blog-details__img-box {
    position: relative;
    display: block;
    margin-top: 29px;
}

.blog-details__img-box-img {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog-details__img-box-img img {
    width: 100%;
    border-radius: var(--amr-bdr-radius);
}

.blog-details__tag-and-share {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--amr-primary);
    border-radius: var(--amr-bdr-radius);
    padding: 30px 30px 30px;
    margin-top: 30px;
    margin-bottom: 60px;
}

.blog-details__tag {
    position: relative;
    display: flex;
    align-items: center;
    gap: 17px;
}

.blog-details__tag-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 34px;
}

.blog-details__tag-list {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-details__tag-list li {
    position: relative;
    display: block;
}

.blog-details__tag-list li a {
    position: relative;
    background-color: var(--amr-white);
    border: 1px solid var(--amr-bdr-color);
    color: var(--amr-gray);
    padding: 10px 15px 10px;
    border-radius: var(--amr-bdr-radius);
    text-transform: capitalize;
}

.blog-details__tag-list li a:hover {
    background-color: var(--amr-base);
    border: 1px solid var(--amr-base);
    color: var(--amr-white);
}

.blog-details__share-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 17px;
}

.blog-details__share-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 34px;
}

.blog-details__share {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-details__share a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 16px;
    color: var(--amr-black);
    border: 1px solid var(--amr-bdr-color);
    background-color: var(--amr-white);
    border-radius: 50%;
}

.blog-details__share a:hover {
    background-color: var(--amr-base);
    border: 1px solid var(--amr-base);
    color: var(--amr-white);
}

.comment-one {
    position: relative;
    display: block;
    background-color: var(--amr-primary);
    border-radius: var(--amr-bdr-radius);
    padding: 40px 40px 40px;
}

.comment-one__single {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background-color: var(--amr-white);
    border: 1px solid var(--amr-bdr-color);
    border-radius: var(--amr-bdr-radius);
    padding: 29px 29px 30px;
}

.comment-one__single+.comment-one__single {
    margin-top: 30px;
}

.comment-one__image {
    position: relative;
    display: block;
    max-width: 70px;
    width: 100%;
}

.comment-one__image img {
    width: 100%;
    border-radius: 50%;
}

.comment-one__content {
    position: relative;
    display: block;
}

.comment-one__content h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: var(--amr-black);
    margin-bottom: 3px;
}

.comment-one__content p {
    margin-top: 14px;
}

.comment-one__btn-box {
    position: absolute;
    top: 28px;
    right: 0px;
}

.comment-one__btn {
    position: relative;
    display: flex;
    align-items: center;
    gap: 13px;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    text-transform: uppercase;
    font-family: var(--amr-font-two);
    color: var(--amr-black);
}

.comment-one__btn span {
    font-size: 11px;
    color: var(--amr-base);
}

.comment-one__btn:hover {
    color: var(--amr-base);
}

.comment-form {
    position: relative;
    display: block;
    background-color: var(--amr-primary);
    padding: 40px 40px 40px;
    border-radius: var(--amr-bdr-radius);
    margin-top: 60px;
}

.comment-form__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.comment-form__text {
    margin-top: 20px;
    margin-bottom: 30px;
}

.comment-one__form {
    position: relative;
    display: block;
}

.comment-form__input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
    height: 60px;
    width: 100%;
    border-radius: var(--amr-bdr-radius);
    background-color: var(--amr-white);
    border: 1px solid var(--amr-bdr-color);
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--amr-gray);
    display: block;
}

.comment-form__input-box textarea {
    font-size: 16px;
    color: var(--amr-gray);
    height: 140px;
    width: 100%;
    border-radius: var(--amr-bdr-radius);
    background-color: var(--amr-white);
    border: 1px solid var(--amr-bdr-color);
    padding: 20px 20px 30px;
    outline: none;
    font-weight: 400;
}

.comment-form__input-box.text-message-box {
    height: 140px;
}

.comment-form__btn-box {
    position: relative;
    display: block;
}

.comment-form__btn-box .thm-btn {
    border: none;
}

/***
=====================================================
    Sidebar
=====================================================
***/
.sidebar {
    position: relative;
    display: block;
}

.sidebar__single+.sidebar__single {
    margin-top: 30px;
}

.sidebar__title {
    position: relative;
    margin: 0;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
    padding-left: 40px;
}

.sidebar__title::before {
    position: absolute;
    left: 0;
    bottom: 10px;
    height: 2px;
    width: 30px;
    background: var(--amr-base);
    content: "";
}

.sidebar__search {
    position: relative;
    display: block;
    background-color: var(--amr-primary);
    padding: 50px 30px 50px;
    border-radius: var(--amr-bdr-radius);
}

.sidebar__search-form {
    position: relative;
}

.sidebar__search-form input[type="search"] {
    display: block;
    border: none;
    outline: none;
    background-color: var(--amr-white);
    color: var(--amr-gray);
    font-size: 14px;
    font-weight: 500;
    padding-left: 20px;
    height: 60px;
    width: 100%;
    padding-right: 60px;
    border-radius: 3px;
    border: 1px solid var(--amr-bdr-color);
}

.sidebar__search-form ::-webkit-input-placeholder {
    color: var(--amr-gray);
    opacity: 1;
}

.sidebar__search-form ::-moz-placeholder {
    color: var(--amr-gray);
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--amr-gray);
    opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--amr-gray);
    opacity: 1;
}

.sidebar__search-form ::placeholder {
    color: var(--amr-gray);
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--amr-gray);
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--amr-gray);
}

.sidebar__search-form button[type="submit"] {
    background-color: var(--amr-base);
    color: var(--amr-white);
    font-size: 18px;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    width: 50px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 3px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__search-form:hover button[type="submit"] {
    background-color: var(--amr-black);
    color: var(--amr-white);
}

.sidebar__category {
    position: relative;
    display: block;
    background-color: var(--amr-primary);
    border-radius: var(--amr-bdr-radius);
    padding: 42px 30px 50px;
}

.sidebar__category-list {
    position: relative;
    display: block;
    margin: 0;
}

.sidebar__category-list li+li {
    position: relative;
    margin-top: 15px;
}

.sidebar__category-list li a {
    position: relative;
    display: block;
    color: var(--amr-black);
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    padding: 15px 20px 16px;
    background-color: var(--amr-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: var(--amr-font-two);
    border-radius: var(--amr-bdr-radius);
    overflow: hidden;
    z-index: 1;
}

.sidebar__category-list li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: var(--amr-base);
    z-index: -1;
    transform: scaleY(0.0);
    transform-origin: left;
    transform-style: preserve-3d;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar__category-list li a:hover:before {
    transform: scaleY(1.0);
}

.sidebar__category-list li a:hover {
    color: var(--amr-white);
}

.sidebar__category-list li.active a {
    background-color: var(--amr-base);
    color: var(--amr-white);
}

.sidebar__category-list li a span {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    right: 0;
    color: var(--amr-black);
    font-size: 15px;
    font-weight: 600;
    background-color: rgba(var(--amr-black-rgb), .10);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: var(--amr-font);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 1;
}

.sidebar__category-list li a:hover span,
.sidebar__category-list li.active a span {
    background: rgba(255, 255, 255, 0.1);
    color: var(--amr-white);
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 42px 30px 42px;
    background-color: var(--amr-primary);
    border-radius: var(--amr-bdr-radius);
}

.sidebar__post-box {
    position: relative;
    display: block;
}

.sidebar__post-single {
    position: relative;
    display: block;
}

.sidebar__post-single+.sidebar__post-single {
    margin-top: 27px;
}

.sidebar-post__img {
    position: relative;
    display: block;
    background: var(--amr-black);
    overflow: hidden;
    border-radius: 10px;
}

.sidebar-post__img::before {
    content: '';
    position: absolute;
    top: 0%;
    right: 0%;
    width: 0;
    height: 100%;
    background-color: rgba(var(--amr-base-rgb), .80);
    border-radius: 10px;
    -webkit-transform: translateX(90%, 90%);
    transform: translateX(90%, 90%);
    opacity: 0.70;
    z-index: 1;
}

.sidebar__post-single:hover .sidebar-post__img::before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
    opacity: 1.0;
}

.sidebar-post__img img {
    width: 100%;
    border-radius: 10px;
    transform: scale(1.0);
    transition: all 0.3s ease-in-out 0.1s opacity .2s ease-in;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.sidebar__post-single:hover .sidebar-post__img img {
    opacity: 0.70;
    transform: scale(1.1) rotate(1deg);
}

.sidebar__post-content-box {
    position: relative;
    margin-top: 18px;
}

.sidebar__post-content-box h3 {
    font-size: 21px;
    line-height: 31px;
    font-weight: 500;
}

.sidebar__post-content-box h3 a {
    color: var(--amr-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__post-single:hover .sidebar__post-content-box h3 a {
    color: var(--amr-base);
}

.sidebar__tags {
    position: relative;
    display: block;
    background-color: var(--amr-primary);
    border-radius: var(--amr-bdr-radius);
    padding: 41px 30px 40px;
    overflow: hidden;
}

.sidebar__tags-list {
    position: relative;
    display: block;
    margin-left: -5px;
    margin-right: -5px;
}

.sidebar__tags-list li {
    position: relative;
    display: inline-block;
    float: left;
    padding: 0px 5px 0px;
    margin-bottom: 10px;
}

.sidebar__tags-list li a {
    position: relative;
    display: block;
    color: var(--amr-gray);
    font-size: 15px;
    font-weight: 400;
    background: var(--amr-white);
    padding: 6px 24px;
    border-radius: 5px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar__tags-list li a:hover {
    color: var(--amr-white);
    background: var(--amr-base);
}

/*--------------------------------------------------------------
# Blog List
--------------------------------------------------------------*/
.blog-list {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.blog-list__left {
    position: relative;
    display: block;
}

.blog-list__single {
    position: relative;
    display: block;
    margin-bottom: 56px;
}

.blog-list__img {
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}

.blog-list__img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background: rgb(0, 0, 0);
    transition: all 0.5s ease;
    z-index: 1;
}

.blog-list__single:hover .blog-list__img:before {
    opacity: 0.2;
}

.blog-list__img img {
    width: 100%;
    border-radius: 20px;
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}

.blog-list__single:hover .blog-list__img img {
    transform: scale(1.06) rotate(0deg);
}

.blog-list__date {
    position: absolute;
    top: 40px;
    right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border: 5px solid var(--amr-base);
    background-color: var(--amr-white);
    border-radius: var(--amr-bdr-radius);
    text-align: center;
    z-index: 2;
}

.blog-list__date p {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    font-family: var(--amr-font-two);
    color: var(--amr-black);
}

.blog-list__content {
    position: relative;
    display: block;
    margin-top: 30px;
}

.blog-list__user-and-meta {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}

.blog-list__user {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 31px;
    background-color: var(--amr-base);
    border-radius: 16px;
}

.blog-list__user p {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--amr-font-two);
    color: var(--amr-white);
}

.blog-list__meta {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}

.blog-list__meta li {
    position: relative;
    display: block;
}

.blog-list__meta li a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--amr-gray);
}

.blog-list__meta li a:hover {
    color: var(--amr-base);
}

.blog-list__meta li a span {
    color: var(--amr-base);
}

.blog-list__title {
    font-size: 40px;
    font-weight: 700;
    margin-top: 30px;
    line-height: 1.2em;
    margin-bottom: 19px;
}

.blog-list__title a {
    color: var(--amr-black);
}

.blog-list__title a:hover {
    color: var(--amr-base);
}

.blog-list__read-more {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--amr-font-two);
    color: var(--amr-black);
    margin-top: 27px;
}

.blog-list__read-more:hover {
    color: var(--amr-base);
}

.blog-list__read-more span {
    color: var(--amr-base);
}

.blog-list__read-more::before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #6E777D;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-list__read-more:hover::before {
    background-color: var(--amr-base);
}

.blog-list__pagination {
    position: relative;
    display: block;
    text-align: center;
}

.blog-list__pagination .pg-pagination li {
    display: inline-block;
    margin-right: 10px;
}

.blog-list__pagination .pg-pagination li a {
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    display: inline-block;
    color: var(--amr-black);
    font-weight: 500;
    font-size: 18px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--amr-bdr-color);
    font-family: var(--amr-font-two);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-list__pagination .pg-pagination li:hover a,
.blog-list__pagination .pg-pagination li.active a {
    border: 1px solid var(--amr-base);
    color: var(--amr-black);
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.blog-page {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.blog-page .blog-list__pagination {
    padding-top: 30px;
}


/*--------------------------------------------------------------
# Blog Left Sidebar
--------------------------------------------------------------*/
.blog-left-sidebar {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.blog-left-sidebar .blog-list__pagination {
    padding-top: 30px;
}

/*--------------------------------------------------------------
# Blog Right Sidebar
--------------------------------------------------------------*/
.blog-right-sidebar {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.blog-right-sidebar__left {
    position: relative;
    display: block;
}

.blog-right-sidebar .blog-list__pagination {
    padding-top: 30px;
}/***
=============================================
End
=============================================
***/
/***
=============================================
Sliding Text One
=============================================
***/
.sliding-text-amr {
    position: relative;
    display: block;
    padding: 150px 0 150px;
    z-index: 1;
}

.sliding-text-amr__wrap {
    position: relative;
    display: block;
}

.sliding-text__list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    width: fit-content;
}

.sliding-text__list li {
    position: relative;
    display: block;
    float: left;
    margin-right: 40px;
}

.sliding-text__title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 40px;
    color: transparent;
    -webkit-text-stroke: 1px var(--amr-bdr-color);
    font-size: 95px;
    line-height: 1em;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-family: var(--amr-font);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sliding-text__list li:hover .sliding-text__title {
    -webkit-text-stroke: 1px var(--amr-base);
}

.sliding-text__title img {
    position: relative;
    width: auto;
}

.sliding-text__title:before {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    color: var(--amr-base);
    white-space: nowrap;
    content: attr(data-hover);
    transition: all 0.5s cubic-bezier(0.17, 0.67, 0.32, 0.87);
}

.sliding-text__list li:hover .sliding-text__title:before {
    width: 100%;
    color: var(--amr-base);
}


/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Skill One
--------------------------------------------------------------*/
.skill-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    background-color: var(--amr-primary);
    overflow: hidden;
    z-index: 1;
}

.skill-one__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc((100% - 0px) / 2);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.skill-one__left {
    position: relative;
    display: block;
}

.skill-one__left .section-title {
    margin-bottom: 21px;
}

.skill-one__progress-box {
    position: relative;
    display: block;
    margin-top: 24px;
    margin-right: 60px;
}

.skill-one__progress-box .progress-box {
    position: relative;
    display: block;
}

.skill-one__progress-box .progress-box+.progress-box {
    margin-top: 14px;
}

.skill-one__progress-box .progress-box .bar-title {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 12px;
    font-family: var(--amr-font-two);
    color: var(--amr-black);
}

.skill-one__progress-box .progress-box .bar {
    position: relative;
    width: 100%;
    height: 7px;
    background-color: rgba(var(--amr-black-rgb), .10);
    border-radius: 4px;
}

.skill-one__progress-box .progress-box .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 7px;
    background: var(--amr-base);
    border-radius: 4px;
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.skill-one__progress-box .progress-box .count-box {
    position: absolute;
    right: 0px;
    margin-right: -35px;
    bottom: 18px;
    width: 40px;
    height: 22px;
    background: var(--amr-base);
    color: #ffffff;
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    text-align: center;
    letter-spacing: 0;
    opacity: 0;
    font-family: var(--amr-font);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.skill-one__progress-box .progress-box .counted .count-box {
    opacity: 1;
}

.skill-one__progress-box .progress-box .count-box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-top: 5px solid var(--amr-base);
    border-left: 5px solid var(--amr-base);
}

.skill-one__btn-box {
    position: relative;
    display: block;
    margin-top: 40px;
}



/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Work Steps One
--------------------------------------------------------------*/
.process-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    background-color: var(--amr-primary);
    counter-reset: count;
    z-index: 1;
}

.process-one__map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.03;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.process-one__inner {
    position: relative;
    display: block;
    z-index: 1;
}

.process-one__list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 15px;
}

.process-one__list li {
    position: relative;
    display: block;
    text-align: center;
    flex: 0 0 25%;
    padding: 0 15px;
    margin-bottom: 21px;
}

.process-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 90px;
    background-color: rgba(var(--amr-base-rgb), .60);
    border-radius: 50%;
    margin: 0 auto 0;
    transition: all 500ms ease;
    z-index: 1;
}

.process-one__list li:hover .process-one__icon {
    background-color: rgba(var(--amr-black-rgb), .60);
}

.process-one__icon:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background-color: var(--amr-base);
    border-radius: 50%;
    transition: all 500ms ease;
    z-index: -1;
}

.process-one__list li:hover .process-one__icon:before {
    background-color: var(--amr-black);
}

.process-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: var(--amr-white);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
    z-index: 2;
}

.process-one__list li:hover .process-one__icon span {
    transform: scale(0.9);
    color: var(--amr-white);
}

.process-one__count {
    position: absolute;
    top: -15px;
    right: -5px;
    height: 40px;
    width: 40px;
    z-index: 2;
}

.process-one__count:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    color: var(--amr-white);
    background-color: var(--amr-black);
    border: 3px solid rgba(var(--amr-white-rgb), .50);
    border-radius: 50%;
    counter-increment: count;
    content: "0" counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.process-one__inner li:hover .process-one__count:before {
    color: var(--amr-base);
    background-color: var(--amr-white);
    border: 3px solid rgba(var(--amr-black-rgb), .50);
}

.process-one__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 15px;
}

.process-one__title a {
    color: var(--amr-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.process-one__title a:hover {
    color: var(--amr-base);
}

.process-one__text {
    font-size: 15px;
    font-weight: 500;
}

.process-one__shpae-1 {
    position: absolute;
    top: 19%;
    left: 50%;
    right: -30%;
    background-color: var(--amr-base);
    height: 4px;
    transition: all 500ms ease;
}

.process-one__inner li:hover .process-one__shpae-1 {
    background-color: var(--amr-black);
}

.process-one__shpae-1:before {
    content: "";
    position: absolute;
    top: -8px;
    right: -10px;
    height: 20px;
    width: 20px;
    background-color: var(--amr-base);
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    transition: all 500ms ease;
}

.process-one__inner li:hover .process-one__shpae-1:before {
    background-color: var(--amr-black);
}/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Faq One
--------------------------------------------------------------*/
.faq-one {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 338px 0 120px;
    margin-top: -338px;
    z-index: 1;
}

.faq-one::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--amr-bdr-color-rgb), .50);
    z-index: -1;
}

.faq-one__shape-1 {
    position: absolute;
    top: -100px;
    left: -70px;
    width: 730px;
    height: 765px;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(253, 85, 35, 0.62) 0%, rgba(6, 47, 58, 0) 100%);
    opacity: 0.4;
    filter: blur(120px);
    z-index: -1;
}

.faq-one__shape-2 {
    position: absolute;
    bottom: -255px;
    right: 100px;
    width: 730px;
    height: 765px;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(253, 85, 35, 0.62) 0%, rgba(6, 47, 58, 0) 100%);
    opacity: 0.4;
    filter: blur(120px);
    z-index: -1;
}

.faq-one__left {
    position: relative;
    display: block;
}

.faq-one__img-box {
    position: relative;
    display: block;
    margin-right: 252px;
}

.faq-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.faq-one__img img {
    width: 100%;
    border-radius: 10px;
}

.faq-one__experience-box {
    position: absolute;
    bottom: 30px;
    right: -70px;
    background: linear-gradient(270deg, #FD5523 45%, #ffffff 100%);
    max-width: 180px;
    width: 100%;
    text-align: center;
    padding: 30px 0 30px;
    border-radius: 10px;
    z-index: 1;
}

.faq-one__experience-year {
    position: relative;
    display: block;
}

.faq-one__experience-year h2 {
    font-size: 50px;
    color: var(--amr-white);
    font-weight: 700;
    line-height: 1.2em !important;
    font-family: var(--amr-font-two) !important;
}

.faq-one__experience-text {
    color: var(--amr-black);
    font-weight: 500;
}

.faq-one__right {
    position: relative;
    display: block;
}

.faq-one .faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    border: 1px solid rgba(var(--amr-black-rgb), .15);
    background: var(--amr-white);
    border-radius: 20px;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one .faq-one-accrodion .accrodion.active {
    border: 1px solid rgba(var(--amr-black-rgb), .15);
    background: var(--amr-white);
}

.faq-one .faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 23px 25px 23px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-one .faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: var(--amr-black);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one .faq-one-accrodion .accrodion+.accrodion {
    margin-top: 20px;
}

.faq-one .faq-one-accrodion .accrodion-title h4::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-size: 17px;
    color: var(--amr-white);
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
    width: 40px;
    height: 40px;
    background-color: rgba(var(--amr-base-rgb), 1);
}

.faq-one .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\f107";
    color: var(--amr-white);
    background-color: var(--amr-black);
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-one .faq-one-accrodion .accrodion-content {
    position: relative;
    padding-bottom: 28px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 20px;
}

.faq-one .faq-one-accrodion .accrodion-content p {
    margin: 0;
}


/*--------------------------------------------------------------
# FAQ Page
--------------------------------------------------------------*/
.faq-page {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.faq-page__single {
    position: relative;
    display: block;
}

.faq-page__single .faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    border: 1px solid rgba(var(--amr-black-rgb), .15);
    background: var(--amr-white);
    border-radius: 20px;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-page__single .faq-one-accrodion .accrodion.active {
    border: 1px solid rgba(var(--amr-black-rgb), .15);
    background: var(--amr-white);
}

.faq-page__single .faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 23px 25px 23px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-page__single .faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: var(--amr-black);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-page__single .faq-one-accrodion .accrodion+.accrodion {
    margin-top: 20px;
}

.faq-page__single .faq-one-accrodion .accrodion-title h4::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-size: 17px;
    color: var(--amr-white);
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
    width: 40px;
    height: 40px;
    background-color: rgba(198, 34, 46, 1);
}

.faq-page__single .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\f107";
    color: var(--amr-white);
    background-color: var(--amr-black);
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-page__single .faq-one-accrodion .accrodion-content {
    position: relative;
    padding-bottom: 28px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 20px;
}

.faq-page__single .faq-one-accrodion .accrodion-content p {
    margin: 0;
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
/***
=============================================
Error Page
=============================================
***/
.error-page {
    position: relative;
    display: block;
    background: var(--amr-white);
    padding: 120px 0px 120px;
    z-index: 1;
}

.error-page__inner {
    position: relative;
    display: block;
}

.error-page__img {
    position: relative;
    display: block;
}

.error-page__img img {
    width: auto;
}

.error-page__content {
    position: relative;
    display: block;
    margin-top: 20px;
}

.error-page__content h2 {
    color: var(--amr-base);
    font-size: 40px;
    line-height: 1.5em;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.error-page__content p {
    color: var(--amr-black);
    margin: 0;
}

.error-page__content .btn-box {
    position: relative;
    display: block;
    line-height: 0px;
    margin-top: 21px;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--amr-black);
    z-index: 1;
}

.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .25;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.page-header__inner {
    position: relative;
    display: block;
    padding: 172px 0 172px;
    z-index: 15;
}

.page-header__img-1 {
    position: absolute;
    bottom: 0;
    right: 0px;
}

.page-header__img-1 img {
    width: auto;
}

.page-header__shape-1 {
    position: absolute;
    top: 0px;
    right: 393px;
    z-index: -1;
}

.page-header__shape-1 img {
    width: auto;
}

.page-header__inner h3 {
    font-size: 60px;
    color: var(--amr-white);
    line-height: 1em;
    font-weight: 600;
    margin-bottom: 14px;
}

.thm-breadcrumb__inner {
    position: relative;
    display: block;
}

.thm-breadcrumb {
    position: relative;
    display: block;
}

.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    color: var(--amr-white);
    font-family: var(--amr-font-two);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li+li {
    margin-left: 5px;
}

.thm-breadcrumb li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    color: var(--amr-white);
    font-family: var(--amr-font-two);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
    color: #c6222e;
    opacity: 1;
}

.thm-breadcrumb li span {
    font-size: 16px;
    color: #c6222e;
    font-weight: 700;
    position: relative;
    top: 1px;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
    --amr-font: "Poppins", sans-serif;
    --amr-font-two: "Rubik", sans-serif;
    --amr-gray: #585b6b;
    --amr-gray-rgb: 88, 91, 107;
    --amr-base: #1d1467;
    --amr-base-rgb: 29, 20, 103;
    --amr-primary: #F4F5F9;
    --amr-primary-rgb: 244, 245, 249;
    --amr-black: hsl(180, 6%, 7%);
    --amr-black-rgb: 6, 47, 58;
    --amr-white: #ffffff;
    --amr-white-rgb: 255, 255, 255;
    --amr-bdr-color: #111111;
    --amr-bdr-color-rgb: 230, 230, 230;
    --amr-bdr-radius: 10px;
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

body {
    font-family: var(--amr-font);
    color: var(--amr-gray);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

body.locked {
    overflow: hidden;
}

a {
    color: var(--amr-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--amr-font-two);
    color: var(--amr-black);
    margin: 0;
}

p {
    margin: 0;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}


/*=============== scrollbar-Css =============*/

.xs-sidebar-widget::-webkit-scrollbar {
    width: 0px;
}
@media (min-width: 1320px) {
    .container {
        max-width: 1320px;
    }
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

/*** chat popup ***/

.chat-popup {
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 350px;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    background: var(--amr-black);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transform: translateX(-100%);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
}

.chat-popup.popup-visible {
    transform: translateX(0%);
    visibility: visible;
    opacity: 1;
}

.chat-popup .popup-inner {
    position: relative;
    display: block;
    padding: 40px 35px;
    padding-top: 32px;
}

.chat-popup .close-chat {
    position: absolute;
    display: flex;
    left: 0px;
    top: -55px;
    width: 60px;
    height: 55px;
    line-height: 44px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    background: var(--amr-base);
    cursor: pointer;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    align-items: center;
    justify-content: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.chat-popup .popup-inner p {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, .70);
}

.chat-popup .chat-form .form-group {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.chat-popup .chat-form .form-group:last-child {
    margin-bottom: 0px;
}

.chat-popup .chat-form .form-group input[type='text'],
.chat-popup .chat-form .form-group input[type='email'],
.chat-popup .chat-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 5px;
    font-size: 13px;
    color: rgba(255, 255, 255, .70);
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, .10);
    transition: all 500ms ease;
}

.chat-popup .chat-form .form-group textarea {
    height: 120px;
    resize: none;
}

.chat-popup .chat-form .form-group input:focus,
.chat-popup .chat-form .form-group textarea:focus {
    outline: none;
}

.chat-popup .chat-form .form-group button {
    border: none;
}

.chat-popup .chat-form .form-group .thm-btn::before,
.chat-popup .chat-form .form-group .thm-btn::after {
    background-color: var(--amr-white);
}

.chat-popup .chat-form .form-group .thm-btn:hover {
    color: var(--amr-base);
}

.chat-popup .chat-form .form-group .thm-btn:hover>span {
    background-color: var(--amr-base);
    color: var(--amr-white);
}


.chat-icon {
    position: fixed;
    display: inline-block;
    left: 30px;
    bottom: 45px;
    z-index: 99;
}

.chat-icon button {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 47px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
    background: var(--amr-base);
    z-index: 1;
    border: none;
}

.chat-icon button:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background-color: rgba(var(--amr-base-rgb), .20);
    border-radius: 5px;
    z-index: -1;
}



/***
=============================================
xs sidebar
=============================================
***/
.xs-sidebar-group .xs-overlay {
    left: 0%;
    top: 0;
    position: fixed;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all .4s ease-in .8s;
    -o-transition: all .4s ease-in .8s;
    transition: all .4s ease-in .8s;
    cursor: url(../images/icon/cross-out.png),
        pointer;
    z-index: 99999;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: .8;
    visibility: visible;
    -webkit-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s;
    right: 100%;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}

.xs-sidebar-group .widget-heading a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.xs-sidebar-group .widget-heading a:hover {
    color: var(--amr-base);
    border-color: var(--amr-base);
}

.xs-sidebar-widget {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
    border-right: 5px solid rgba(var(--amr-white-rgb), .50);
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    left: 0;
    background-color: var(--amr-black);
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
    padding: 70px 30px;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in .3s;
    -o-transition: all .3s ease-in .3s;
    transition: all .3s ease-in .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .8;
    z-index: 0;
}

.xs-bg-black {
    background-color: #000000;
}

.xs-sidebar-group .content-inner .logo {
    position: relative;
    max-width: 172px;
    width: 100%;
    margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
}

.xs-sidebar-group .content-inner .content-box {
    margin-bottom: 30px;
    padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box p {
    color: #ffffff;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
    position: relative;
    margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 15px;
    padding: 10px 20px;
    color: var(--amr-gray);
    border: none;
    border-radius: var(--amr-bdr-radius);
    outline: none;
    transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
    resize: none;
    height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
    border-color: #00224f;
}

.xs-sidebar-group .content-inner .form-inner .form-group button {
    position: relative;
    border: none;
}

.xs-sidebar-group .content-inner .form-inner .form-group button.thm-btn::before,
.xs-sidebar-group .content-inner .form-inner .form-group button.thm-btn::after {
    background-color: var(--amr-white);
}

.xs-sidebar-group .content-inner .form-inner .form-group button.thm-btn:hover {
    color: var(--amr-black);
}

.sidebar-contact-info {
    position: relative;
    display: block;
    padding-top: 43px;
}

.sidebar-contact-info ul {
    position: relative;
    display: block;
    padding-bottom: 22px;
}

.sidebar-contact-info ul li {
    position: relative;
    display: block;
    color: var(--amr-white);
    line-height: 30px;
}

.sidebar-contact-info ul li span {
    position: relative;
    display: inline-block;
    width: 25px;
}

.sidebar-contact-info ul li span:before {
    position: relative;
    display: inline-block;
    color: #ffffff;
}

.sidebar-contact-info ul li a {
    color: var(--amr-white);
}

.sidebar-contact-info ul li a:hover {
    color: var(--amr-base);
}

.xs-sidebar-group .content-inner .thm-social-link1 {
    overflow: hidden;
}

.thm-social-link1 {
    position: relative;
    display: block;
}

.thm-social-link1 ul {
    position: relative;
}

.thm-social-link1 ul li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
}

.thm-social-link1 ul li:last-child {
    margin-right: 0;
}

.thm-social-link1 ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(var(--amr-white-rgb), .10);
    border-radius: 50%;
    color: var(--amr-white);
    font-size: 15px;
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
}

.thm-social-link1 ul li a:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: var(--amr-base);
    border-radius: 50%;
    transition: .5s;
    transform: scale(.5);
    opacity: 0;
    content: '';
    z-index: -1;
}

.thm-social-link1 ul li a:hover:before {
    transform: scale(1);
    opacity: 1;
}

.thm-social-link1 ul li a:hover {
    color: var(--amr-white);
}


/*=============== scrollbar-Css =============*/

.xs-sidebar-widget::-webkit-scrollbar {
    width: 0px;
}



/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.amr-cursor__cursor {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid #c6222e;
    -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;
}

.amr-cursor__cursor-two {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #c6222e;
    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;
}

.amr-cursor__hover {
    background-color: #1d1467;
    opacity: 0.4;
}

.amr-cursor__innerhover {
    width: 25px;
    height: 25px;
    opacity: .4;
}/*---------------------------------
     Preloader CSS
-----------------------------------*/
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 20000;
    overflow-x: hidden !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader div {
    width: 20px;
    height: 20px;
    margin: 0 10px 0;
    border-radius: 50px;
    transform-origin: 50% 0;
    display: inline-block;
    animation: bouncing 1.4s linear infinite;
}

.loader div:last-child {
    margin: 0;
}

.loader div:nth-child(1) {
    background-color: rgba(var(--amr-base-rgb), 1.0);
}

.loader div:nth-child(2) {
    background-color: rgba(var(--amr-base-rgb), 0.70);
    animation-delay: 0.2s;
}

.loader div:nth-child(3) {
    background-color: rgba(var(--amr-base-rgb), 0.40);
    animation-delay: 0.4s;
}

@keyframes bouncing {

    0%,
    100% {
        transform: translateY(0) scale(1, 1);
        animation-timing-function: ease-in;
    }

    45% {
        transform: translateY(50px) scale(1, 1);
        animation-timing-function: linear;
    }

    50% {
        transform: translateY(50px) scale(1.5, 0.5);
        animation-timing-function: linear;
    }

    55% {
        transform: translateY(50px) scale(1, 1);
        animation-timing-function: ease-out;
    }
}


/* scroll to top */
.scroll-to-top {
    display: flex;
    align-items: center;
    width: auto;
    height: 35px;
    background: transparent;
    position: fixed;
    bottom: 60px;
    right: 0;
    z-index: 99;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: rotate(-90deg);
    cursor: pointer;
    transition: all 0.2s ease;
}

.scroll-to-top:hover {
    color: var(--amr-base);
}

.scroll-to-top__text {
    display: inline;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
    margin-left: 10px;
    background: #fff;
    padding: 5px 10px;
    margin-left: 0;
}

.scroll-to-top__wrapper {
    display: inline-block;
    width: 30px;
    height: 4px;
    background-color: var(--amr-base);
    position: relative;
    overflow: hidden;
}

.scroll-to-top__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--amr-black);
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    bottom: 40px;
}
/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 120px;
    width: 100%;
    z-index: 99999;
    transform: translateY(-100%);
    transition: all 0.5s;
}

.search-active .search-popup {
    transform: translateY(0%);
}

.search-popup .color-layer {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 120px;
    width: 100%;
    background-color: var(--amr-base);
    transition: all 0.5s;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
}

.sidenav-bar-visible .search-popup {
    display: none;
}

.search-popup .close-search {
    position: absolute;
    right: 25px;
    top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0%;
    cursor: pointer;
    color: #ffffff;
    font-size: 30px;
    transition: all 0.5s;
    border: none;
    opacity: 0;
    transform: translateX(100px);
    visibility: hidden;
    z-index: 9999;
}

.search-popup .close-search:hover {
    color: var(--amr-base);
    background-color: rgba(255, 255, 255, 1.0);
}

.search-active .search-popup .close-search {
    opacity: 1;
    transform: translateX(0px);
    visibility: visible;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 25px;
    left: 0px;
    right: 0px;
    margin: 0px auto 0;
    opacity: 0;
    transition: all 0.5s;
    z-index: 999;
}

.search-active .search-popup form {
    opacity: 1;
}

.search-popup .form-group {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    background-color: rgba(255, 255, 255, 1.0);
    font-size: 18px;
    color: var(--amr-black);
    height: 70px;
    width: 100%;
    padding: 10px 30px 10px 75px;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-transform: capitalize;
    border: 0px solid rgba(0, 0, 0, 0.10)
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]:focus {
    outline: none;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 70px;
    background: var(--amr-black);
    text-align: center;
    font-size: 20px;
    color: var(--amr-white);
    padding: 0;
    cursor: pointer;
    border: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 60px;
}

.search-popup .form-group button i {
    font-style: normal;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    background-color: rgba(var(--amr-base-rgb), 0.5);
    color: var(--amr-black);
}

.search-popup input::placeholder {
    color: var(--amr-black);
}


/* Section Title Css */
.section-title {
    position: relative;
    display: block;
    margin-top: -10px;
    margin-bottom: 48px;
    z-index: 1;
}

.section-title__tagline-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.section-title__tagline {
    position: relative;
    display: block;
    font-family: var(--amr-font-two);
    color: #c6222e;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
}


.section-title__tagline-border {
    position: relative;
    display: block;
    width: 40px;
    border: 1px dashed #c6222e;
}

.section-title__shape-1 {
    position: absolute;
    left: 8px;
    top: -4px;
}

.section-title__shape-1>i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #c6222e;
    animation: l-r-move 2s linear infinite;
}

.section-title__shape-2 {
    position: absolute;
    right: 8px;
    top: -4px;
}

.section-title__shape-2>i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #c6222e;
    animation: l-r-move 2s linear infinite;
}

.section-title__title {
    font-size: 46px;
    line-height: 1.2em;
    font-weight: 700;
    color: #1d1467
}

.section-title__title span {
    color: #1d1467
}

@keyframes l-r-move {

    0%,
    100% {
        transform: translateX(0);
    }

    25%,
    75% {
        transform: translateX(10px);
    }

    50% {
        transform: translateX(-10px);
    }
}


.section-title__title .split-line {
    text-transform: none;
}/* Thm Btn Css */
.thm-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    background-color: #c6222e;
    color: var(--amr-white);
    font-size: 17px;
    line-height: 17px;
    font-weight: 600;
    padding: 5px 30px 5px;
    padding-right: 8px;
    overflow: hidden;
    border-radius: 30px;
    transition: all 0.5s linear;
    text-transform: capitalize;
    z-index: 1;
}

.thm-btn>span {
    position: relative;
    font-size: 15px;
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--amr-black);
    border-radius: 50%;
    color: var(--amr-white);
    transition: all 0.5s linear;
}

.thm-btn:hover>span {
    background-color: var(--amr-white);
    color: var(--amr-base);
}

.thm-btn>span>i {
    position: relative;
    display: inline-block;
}

.thm-btn:hover>span>i {
    -webkit-animation: bounceright .3s alternate ease infinite;
    animation: bounceright .3s alternate ease infinite;
}

.thm-btn::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 50%;
    height: 0;
    visibility: hidden;
    background-color: var(--amr-black);
    opacity: 0;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.thm-btn:hover:before {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.thm-btn::after {
    position: absolute;
    background-color: var(--amr-black);
    bottom: 0;
    right: 0;
    content: "";
    width: 50%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.thm-btn:hover::after {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.thm-btn:hover {
    color: var(--amr-white);
}


.thm-btn-two {
    border-radius: 30px;
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    transition: all 500ms ease;
    z-index: 999;
}

.main-menu__top {
    position: relative;
    display: block;
    z-index: 1;
}

.main-menu__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5px 55px 5px;
    background-color: var(--amr-black);
    z-index: 1;
}

.main-menu__top-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    background-color: var(--amr-base);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    z-index: -1;
}

.main-menu__contact-list {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu__contact-list li+li {
    margin-left: 46px;
}

.main-menu__contact-list li:before {
    content: "";
    position: absolute;
    top: -3px;
    bottom: 2px;
    left: -23px;
    width: 1px;
    background-color: rgba(var(--amr-white-rgb), .30);
}

.main-menu__contact-list li:first-child:before {
    display: none;
}

.main-menu__contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu__contact-list li .icon i {
    font-size: 18px;
    color: var(--amr-white);
    position: relative;
    display: inline-block;
}

.main-menu__contact-list li .text {
    margin-left: 10px;
}

.main-menu__contact-list li .text p {
    font-size: 16px;
    font-weight: 400;
    color: var(--amr-white);
    line-height: 16px;
}

.main-menu__contact-list li .text p a {
    color: var(--amr-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__contact-list li .text p a:hover {
    color: var(--amr-base);
}

.main-menu__top-welcome-text {
    font-size: 18px;
    font-weight: 500;
    color: var(--amr-white);
    text-transform: capitalize;
    font-family: var(--amr-font-two);
    line-height: 18px;
}

.main-menu__top-right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-menu__top-time {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-menu__top-time-icon {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-menu__top-time-icon span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: var(--amr-white);
}

.main-menu__top-text {
    font-size: 16px;
    font-weight: 500;
    color: var(--amr-white);
    line-height: 16px;
    margin-left: 10px;
}

.main-menu__social {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 40px;
}

.main-menu__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 1px solid rgba(var(--amr-white-rgb), .40);
    border-radius: 5px;
    font-size: 15px;
    color: var(--amr-white);
    background-color: transparent;
    overflow: hidden;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 1;
}

.main-menu__social a:hover {
    color: var(--amr-base);
    border: 1px solid var(--amr-white);
}

.main-menu__social a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--amr-white);
    transform: scale(0.5);
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
}

.main-menu__social a:hover::before {
    transform: scale(1.0);
    opacity: 1;
}

.main-menu__social a+a {
    margin-left: 5px;
}

.main-menu {
    position: relative;
    display: block;
}

.main-menu__wrapper {
    position: relative;
    display: block;
}

.main-menu__wrapper-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 55px;
}

.main-menu__left {
    position: relative;
    display: block;
}

.main-menu__left::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -14px;
    background-color: var(--amr-base);
    clip-path: polygon(0 0, 72% 0, 100% 100%, 0% 100%);
    opacity: .60;
    z-index: -1;
}

.main-menu__left::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--amr-base);
    clip-path: polygon(0 0, 76% 0, 100% 100%, 0% 100%);
    z-index: -1;
}

.main-menu__logo {
    position: relative;
    display: block;
    padding: 25px 0;
    padding-right: 60px;
    z-index: 1;
}

.main-menu__logo::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000000px;
    right: 100%;
    background-color: var(--amr-base);
    z-index: -1;
}

.main-menu__main-menu-box {
    display: block;
}

.main-menu__right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    padding: 18px 0;
}

.main-menu__call {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: var(--amr-base);
    border-radius: 50%;
    color: var(--amr-white);
    font-size: 18px;
    top: 3px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__call-icon:hover {
    background-color: var(--amr-black);
    color: var(--amr-white);
}

.main-menu__call-content {
    position: relative;
    display: block;
    top: 3px;
    margin-left: 10px;
}

.main-menu__call-sub-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--amr-gray);
    line-height: 16px;
    font-family: var(--amr-font-two);
    text-transform: capitalize;
}

.main-menu__call-number {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    margin-top: 6px;
}

.main-menu__call-number a {
    color: var(--amr-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__call-number a:hover {
    color: var(--amr-base);
}

.main-menu__search-cart-box {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu__search-box {
    position: relative;
    display: block;
}

.main-menu__search {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: var(--amr-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__search:hover {
    color: var(--amr-base);
}

.main-menu__cart-box {
    position: relative;
    display: block;
    margin-left: 20px;
}

.main-menu__cart {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: var(--amr-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__cart-count {
    position: absolute;
    top: -15px;
    right: -15px;
    height: 20px;
    width: 20px;
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
    background-color: var(--amr-base);
    color: var(--amr-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__cart:hover {
    color: var(--amr-base);
}

.main-menu__nav-sidebar-icon {
    position: relative;
    display: block;
}

.main-menu__nav-sidebar-icon .navSidebar-button {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    padding-right: 11px;
    height: 45px;
    width: 45px;
    background-color: var(--amr-base);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.icon-dots-menu-one {
    position: relative;
    display: block;
    width: 15px;
    height: 3px;
    background-color: var(--amr-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-one {
    width: 22px;
}

.icon-dots-menu-two {
    position: relative;
    display: block;
    width: 22px;
    height: 3px;
    background-color: var(--amr-white);
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.icon-dots-menu-three {
    position: relative;
    display: block;
    width: 18px;
    height: 3px;
    background-color: var(--amr-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-three {
    width: 22px;
}

.stricky-header.main-menu {
    background-color: var(--amr-white);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}



@media (min-width: 1200px) {

    .main-menu .main-menu__list,
    .main-menu .main-menu__list>li>ul,
    .main-menu .main-menu__list>li>ul>li>ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list>li>ul,
    .stricky-header .main-menu__list>li>ul>li>ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
    margin-left: 30px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--amr-black);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 20px;
    font-family: var(--amr-font-two);
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
    color: #c6222e;
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
    content: "";
    height: 2px;
    border-radius: 0px;
    background-color: #c6222e;
    position: absolute;
    bottom: -3px;
    left: 0px;
    right: 0px;
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
    z-index: 1;
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li.current>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
    transform: scale(1, 1);
    transform-origin: right center;
}

.main-menu .main-menu__list>li.dropdown>a {
    padding-right: 15px;
}

.main-menu .main-menu__list>li.dropdown>a:after {
    position: absolute;
    top: 56%;
    right: 0;
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    font-size: 14px;
    color: var(--amr-black);
    transform: translateY(-50%);
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.main-menu .main-menu__list>li.current>a::after,
.main-menu .main-menu__list>li:hover>a::after,
.stricky-header .main-menu__list>li.current>a::after,
.stricky-header .main-menu__list>li:hover>a::after {
    color: var(--amr-base);
}

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--amr-white);
    min-width: 290px;
    padding: 25px 30px 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    border-bottom-left-radius: var(--amr-bdr-radius);
    border-bottom-right-radius: var(--amr-bdr-radius);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transform: perspective(500px) rotatex(-20deg);
    transform-origin: 50% 0%;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.shadow-box {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
    display: none;
}

.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: perspective(500px) rotatex(0);
}

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
    border-top: 1px solid rgba(var(--amr-black-rgb), 0.10);
    margin-top: 0px;
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
    position: relative;
    display: flex;
    align-items: center;
    color: rgba(var(--amr-black-rgb), 1);
    font-size: 17px;
    line-height: 17px;
    font-weight: 600;
    font-family: var(--amr-font-two);
    text-transform: capitalize;
    padding: 16px 0px 16px;
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
    color: rgba(198, 34, 46, 1.0);
    padding-left: 5px;
}

.main-menu .main-menu__list>li>ul>li>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li>a::before {
    position: absolute;
    top: 50%;
    right: 20px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f105";
    font-size: 14px;
    color: #c6222e;
    transform: translateY(-50%) scale(0);
    -webkit-transition: 500ms;
    transition: 500ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a::before,
.stricky-header .main-menu__list>li>ul>li:hover>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a::before {
    transform: translateY(-50%) scale(1);
}

.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
    top: 0;
    left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}

.main-menu-four__main-menu-box .main-menu__list>.megamenu,
.main-menu-three__main-menu-box .main-menu__list>.megamenu,
.main-menu-amr__main-menu-box .main-menu__list>.megamenu,
.main-menu__wrapper .main-menu__list>.megamenu {
    position: static;
}

.main-menu-four__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu-three__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu-amr__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu__wrapper .main-menu__list>.megamenu>ul {
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background-color: transparent;
}

.main-menu-three__main-menu-box .main-menu__list>.megamenu>ul>li,
.main-menu-amr__main-menu-box .main-menu__list>.megamenu>ul>li,
.main-menu__wrapper .main-menu__list>.megamenu>ul>li {
    padding: 0 !important;
}

.stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    visibility: hidden;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
    .stricky-header {
        display: none !important;
    }
}

.stricky-header.stricky-fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.stricky-header .main-menu__inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.mobile-nav__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .mobile-nav__buttons {
        display: none;
    }
}

.mobile-nav__buttons a {
    font-size: 20px;
    color: var(--amr-base);
    cursor: pointer;
}

.mobile-nav__buttons a+a {
    margin-left: 10px;
}

.mobile-nav__buttons a:hover {
    color: var(--amr-base);
}

.main-menu .mobile-nav__toggler {
    font-size: 20px;
    color: var(--amr-base);
    cursor: pointer;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
    color: var(--amr-black);
}

@media (min-width: 1200px) {
    .main-menu .mobile-nav__toggler {
        display: none;
    }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    visibility: hidden;
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.5;
    cursor: pointer;
}

.mobile-nav__content {
    width: 300px;
    background-color: var(--amr-base);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--amr-white);
    cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list>li>a>.main-menu-border {
    display: none !important;
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 30px;
    color: #ffffff;
    font-size: 14px;
    font-family: var(--amr-font, "Rubik", sans-serif);
    font-weight: 500;
    height: 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
    color: var(--amr-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
    color: #c6222e;
}

.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
    width: 30px;
    height: 30px;
    background-color: var(--amr-base);
    border: none;
    outline: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    padding: 0;
}

.mobile-nav__content .main-menu__list>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #fff;
    color: var(--amr-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
    display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
    font-size: 16px;
}

.mobile-nav__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-left: 15px;
}

.mobile-nav__top .main-menu__login a {
    color: var(--amr-text-dark);
}

.mobile-nav__container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-nav__social a {
    font-size: 16px;
    color: var(--amr-white);
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__social a+a {
    margin-left: 30px;
}

.mobile-nav__social a:hover {
    color: #c6222e;
}

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 30px;
}

.mobile-nav__contact li {
    color: var(--amr-text-dark);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-nav__contact li+li {
    margin-top: 15px;
}

.mobile-nav__contact li a {
    color: #ffffff;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__contact li a:hover {
    color: #c6222e;
}

.mobile-nav__contact li>i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #c6222e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
    margin-right: 10px;
    color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
    display: none;
}



/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.home-showcase {
    margin-top: -25px;
    margin-bottom: -25px;
}

.home-showcase__inner {
    padding: 40px 42px 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.home-showcase .row {
    --bs-gutter-x: 42px;
    --bs-gutter-y: 20px;
}

.home-showcase__item {
    position: relative;
    display: block;
    margin-bottom: 7px;
}

.home-showcase__image {
    position: relative;
    overflow: hidden;
    background-color: rgb(0, 0, 0, 0.10);
    padding: 1px;
    border-radius: var(--amr-bdr-radius);
}

.home-showcase__image>img {
    width: 100%;
    transition: filter 500ms ease;
    filter: blur(0px);
}

.home-showcase__image:hover>img {
    filter: blur(2px);
}

.home-showcase__buttons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: scale(1, 0);
    transition: transform 800ms ease, opacity 600ms linear;
    transform-origin: bottom center;
    opacity: 0.70;
    z-index: 1;
}

.home-showcase__image:hover .home-showcase__buttons {
    transform: scale(1, 1);
    opacity: 1.0;
    transform-origin: top center;
}

.home-showcase__buttons::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -ms-linear-gradient(left, #222222 0%, #222222 100%);
    background-image: -moz-linear-gradient(left, #222222 0%, #222222 100%);
    background-image: -o-linear-gradient(left, #222222 0%, #222222 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #222222), color-stop(100, #222222));
    background-image: -webkit-linear-gradient(left, #222222 0%, #222222 100%);
    background-image: linear-gradient(to right, #222222 0%, #222222 100%);

    opacity: 1;
    transform: perspective(500px) rotatex(-20deg);
    transform-origin: 50% 0%;
    -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -khtml-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -moz-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -o-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    z-index: -1;
}

.home-showcase__image:hover .home-showcase__buttons::before {
    opacity: 0.90;
    visibility: visible;
    transform: perspective(500px) rotatex(0);
}

.home-showcase__buttons__item {
    padding: 5px 20px 5px;
    padding-right: 8px;
    width: 175px;
    justify-content: center;
    text-align: center;
    color: var(--amr-white);
}

.home-showcase__buttons__item::before,
.home-showcase__buttons__item::after {
    background-color: var(--amr-white);
}

.home-showcase__buttons__item:hover {
    color: var(--amr-black);
}

.home-showcase__buttons__item:hover>span {
    background-color: var(--amr-base);
    color: var(--amr-white);
}

.home-showcase__buttons__item+.home-showcase__buttons__item {
    margin-top: 10px;
}

.home-showcase__title {
    margin: 0;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: var(--amr-black);
    margin-top: 18px;
    text-transform: capitalize;
}

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase__inner {
    padding: 15px 0px;
    background-color: rgba(0, 0, 0, 0);
}

.mobile-nav__wrapper .home-showcase__title {
    color: var(--amr-white, #ffffff);
}

.mobile-nav__content .home-showcase {
    margin-top: 0;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-amr {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    transition: all 500ms ease;
    z-index: 999;
}

.main-menu-amr__top {
    position: relative;
    display: block;
    z-index: 1;
}

.main-menu-amr__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5px 55px 5px;
    background-color: #c6222e;
    z-index: 1;
}

.main-menu-amr__top-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 30%;
    bottom: 0;
    background-color: #1d1467;
    clip-path: polygon(100% 0, 97% 50%, 100% 100%, 0 100%, 0 0);
    z-index: -1;
}

.main-menu-amr__contact-list {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-amr__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-amr__contact-list li+li {
    margin-left: 46px;
}

.main-menu-amr__contact-list li:before {
    content: "";
    position: absolute;
    top: -3px;
    bottom: 2px;
    left: -23px;
    width: 1px;
    background-color: rgba(var(--amr-white-rgb), .30);
}

.main-menu-amr__contact-list li:first-child:before {
    display: none;
}

.main-menu-amr__contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-amr__contact-list li .icon i {
    font-size: 18px;
    color: var(--amr-white);
    position: relative;
    display: inline-block;
}

.main-menu-amr__contact-list li .text {
    margin-left: 10px;
}

.main-menu-amr__contact-list li .text p {
    font-size: 16px;
    font-weight: 400;
    color: var(--amr-white);
    line-height: 16px;
}

.main-menu-amr__contact-list li .text p a {
    color: var(--amr-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-amr__contact-list li .text p a:hover {
    color: var(--amr-base);
}

.main-menu-amr__top-right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-menu-amr__top-time {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-menu-amr__top-time-icon {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-menu-amr__top-time-icon span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: var(--amr-white);
}

.main-menu-amr__top-text {
    font-size: 16px;
    font-weight: 500;
    color: var(--amr-white);
    line-height: 16px;
    margin-left: 10px;
}

.main-menu-amr__social {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 40px;
}

.main-menu-amr__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 1px solid rgba(var(--amr-white-rgb), .40);
    border-radius: 5px;
    font-size: 15px;
    color: var(--amr-white);
    background-color: transparent;
    overflow: hidden;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 1;
}

.main-menu-amr__social a:hover {
    color: var(--amr-base);
    border: 1px solid var(--amr-white);
}

.main-menu-amr__social a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--amr-white);
    transform: scale(0.5);
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
}

.main-menu-amr__social a:hover::before {
    transform: scale(1.0);
    opacity: 1;
}

.main-menu-amr__social a+a {
    margin-left: 5px;
}

.main-menu-amr__wrapper {
    position: relative;
    display: block;
}

.main-menu-amr__wrapper-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 55px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.main-menu-amr__left {
    display: block;
}

.main-menu-amr__logo {
    display: block;
    padding: 10px 0;
    z-index: 1;
}



.main-menu-amr__main-menu-box {
    display: block;
}

.main-menu-amr__right {
    position: relative;
    display: block;
    z-index: 1;
}

/* .main-menu-amr__right:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: -10000000px;
  background-color: #1d1467;
  z-index: -1;
} */

.main-menu-amr__right-content {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    padding: 18px 0 18px;
    padding-left: 60px;
    /* background-color: #1d1467;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 5% 50%); */
}

.main-menu-amr__call {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-amr__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: #1d1467;
    border-radius: 50%;
    color: var(--amr-white);
    font-size: 18px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-amr__call-icon:hover {
    background-color: var(--amr-white);
    color: var(--amr-base);
}

.main-menu-amr__call-content {
    position: relative;
    display: block;
    margin-left: 10px;
}

.main-menu-amr__call-sub-title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 16px;
    font-family: var(--amr-font-two);
    text-transform: capitalize;
}

.main-menu-amr__call-number {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    margin-top: 6px;
}

.main-menu-amr__call-number a {
    color: #000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-amr__call-number a:hover {
    color: var(--amr-black);
}

.main-menu-amr__search-cart-box {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-amr__search-box {
    position: relative;
    display: block;
}

.main-menu-amr__search {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: var(--amr-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-amr__search:hover {
    color: var(--amr-black);
}

.main-menu-amr__cart-box {
    position: relative;
    display: block;
    margin-left: 20px;
}

.main-menu-amr__cart {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: var(--amr-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-amr__cart-count {
    position: absolute;
    top: -15px;
    right: -15px;
    height: 20px;
    width: 20px;
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
    background-color: var(--amr-black);
    color: var(--amr-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-amr__cart:hover {
    color: var(--amr-black);
}

.main-menu-amr__nav-sidebar-icon {
    position: relative;
    display: block;
}

.main-menu-amr__nav-sidebar-icon .navSidebar-button {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    padding-right: 11px;
    height: 45px;
    width: 45px;
    background-color: var(--amr-black);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-amr__nav-sidebar-icon .icon-dots-menu-one {
    position: relative;
    display: block;
    width: 15px;
    height: 3px;
    background-color: var(--amr-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-amr__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-one {
    width: 22px;
}

.main-menu-amr__nav-sidebar-icon .icon-dots-menu-two {
    position: relative;
    display: block;
    width: 22px;
    height: 3px;
    background-color: var(--amr-white);
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-amr__nav-sidebar-icon .icon-dots-menu-three {
    position: relative;
    display: block;
    width: 18px;
    height: 3px;
    background-color: var(--amr-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-amr__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-three {
    width: 22px;
}

.main-menu-amr__btn-box {
    position: relative;
    display: block;
}

.main-menu-amr__btn-box .thm-btn {
    background-color: var(--amr-black);
}

.main-menu-amr__btn-box .thm-btn>span {
    background-color: var(--amr-base);
}

.main-menu-amr__btn-box .thm-btn::before,
.main-menu-amr__btn-box .thm-btn::after {
    background-color: var(--amr-white);
}

.main-menu-amr__btn-box .thm-btn:hover {
    color: var(--amr-base);
}

.main-menu-amr__btn-box .thm-btn:hover>span {
    background-color: var(--amr-black);
    color: var(--amr-white);
}
.stricky-header.main-menu-amr {
    background-color: var(--amr-white);
}


/*--------------------------------------------------------------
# Navigations three
--------------------------------------------------------------*/
.main-header-three {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    transition: all 500ms ease;
    z-index: 999;
}

.main-menu-three__top {
    position: relative;
    display: block;
    background-color: #03222b;
    z-index: 5;
}

.main-menu-three__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 7.5px 0px 7.5px;
    z-index: 1;
}

.main-menu-three__top-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    background-color: var(--amr-black);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 5% 100%);
    z-index: -1;
}

.main-menu-three__top-inner:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 99%;
    right: -10000000px;
    background-color: var(--amr-black);
    z-index: -1;
}

.main-menu-three__contact-list {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-three__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-three__top-menu li:before {
    content: "";
    position: absolute;
    top: 6px;
    left: -10px;
    bottom: 6px;
    width: 1px;
    background-color: var(--amr-white);
    transform: rotate(15deg);
}

.main-menu-three__top-menu li:first-child:before {
    display: none;
}

.main-menu-three__contact-list li+li {
    margin-left: 46px;
}

.main-menu-three__contact-list li:before {
    content: "";
    position: absolute;
    top: 7px;
    bottom: 7px;
    left: -23px;
    width: 1px;
    background-color: rgba(var(--amr-white-rgb), .40);
}

.main-menu-three__contact-list li:first-child:before {
    display: none;
}

.main-menu-three__contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-three__contact-list li .icon i {
    font-size: 16px;
    color: var(--amr-white);
}

.main-menu-three__contact-list li .text {
    margin-left: 10px;
}

.main-menu-three__contact-list li .text p {
    font-size: 16px;
    color: var(--amr-white);
}

.main-menu-three__contact-list li .text p a {
    color: var(--amr-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__contact-list li .text p a:hover {
    color: var(--amr-base);
}

.main-menu-three__top-text {
    color: var(--amr-white);
}

.main-menu-three__top-right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-menu-three__language-switcher {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 19px;
    margin-right: 12px;
}

.main-menu-three__language-switcher::before {
    position: absolute;
    top: 7px;
    right: 0;
    bottom: 8px;
    width: 1px;
    background: var(--amr-white);
    content: "";
    opacity: .30;
}

.main-menu-three__language-switcher .icon {
    position: relative;
    display: block;
    margin-right: 12px;
}

.main-menu-three__language-switcher .icon span {
    position: relative;
    display: inline-block;
    color: var(--amr-white);
    font-size: 18px;
    line-height: 18px;
}

.main-menu-three__language-switcher .language-switcher {
    position: relative;
    display: block;
}

.main-menu-three__language-switcher .language-switcher form {
    position: relative;
    display: block;
    width: 48px;
}

.main-menu-three__language-switcher .language-switcher form .select-box {
    position: relative;
    display: block;
}

.main-menu-three__language-switcher .nice-select {
    background-color: var(--amr-black);
    border-radius: 0px;
    color: var(--amr-white);
    font-size: 16px;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    outline: none;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    font-family: var(--amr-font);
}

.main-menu-three__language-switcher .nice-select:after {
    right: 0px;
    margin-top: -6px;
    border-bottom: 1px solid var(--amr-white);
    border-right: 1px solid var(--amr-white);
}

.main-menu-three__language-switcher .nice-select .list {
    width: 65px;
    background-color: var(--amr-base);
}

.main-menu-three__social {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 40px;
}

.main-menu-three__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border: 1px solid rgba(var(--amr-white-rgb), .20);
    border-radius: 5px;
    font-size: 14px;
    color: var(--amr-white);
    background-color: transparent;
    overflow: hidden;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 1;
}

.main-menu-three__social a:hover {
    color: var(--amr-base);
    border: 1px solid var(--amr-white);
}

.main-menu-three__social a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--amr-white);
    transform: scale(0.5);
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
}

.main-menu-three__social a:hover::before {
    transform: scale(1.0);
    opacity: 1;
}

.main-menu-three__social a+a {
    margin-left: 10px;
}

.main-menu-three__wrapper {
    position: relative;
    display: block;
}

.main-menu-three__wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-menu-three__left {
    position: relative;
    display: block;
    z-index: 1;
}

.main-menu-three__left:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10000000px;
    right: 99%;
    background-color: var(--amr-base);
    z-index: -1;
}

.main-menu-three__logo {
    display: block;
    padding: 25px 0;
    padding-right: 40px;
    background-color: var(--amr-base);
    clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 0);
}

.main-menu-three__main-menu-box {
    display: block;
}

.main-menu-three__right {
    position: relative;
    display: block;
    z-index: 1;
}

.main-menu-three__right:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 99%;
    right: -10000000px;
    background-color: var(--amr-base);
    z-index: -1;
}

.main-menu-three__right-content {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    padding: 18px 0 18px;
    padding-left: 40px;
    background-color: var(--amr-base);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 7% 50%);
}

.main-menu-three__search-cart-box {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-three__search-box {
    position: relative;
    display: block;
}

.main-menu-three__search {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: var(--amr-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__search:hover {
    color: var(--amr-black);
}

.main-menu-three__cart-box {
    position: relative;
    display: block;
    margin-left: 20px;
}

.main-menu-three__cart {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: var(--amr-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__cart-count {
    position: absolute;
    top: -15px;
    right: -15px;
    height: 20px;
    width: 20px;
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
    background-color: var(--amr-black);
    color: var(--amr-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__cart:hover {
    color: var(--amr-black);
}


.main-menu-three__btn-box {
    position: relative;
    display: block;
}

.main-menu-three__btn-box .thm-btn {
    background-color: var(--amr-black);
}

.main-menu-three__btn-box .thm-btn>span {
    background-color: var(--amr-base);
}

.main-menu-three__btn-box .thm-btn::before,
.main-menu-three__btn-box .thm-btn::after {
    background-color: var(--amr-white);
}

.main-menu-three__btn-box .thm-btn:hover {
    color: var(--amr-base);
}

.main-menu-three__btn-box .thm-btn:hover>span {
    background-color: var(--amr-black);
    color: var(--amr-white);
}


.stricky-header.main-menu-three {
    background-color: var(--amr-white);
}

/* Move reCAPTCHA v3 badge to the left */

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
    z-index: 1000 !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
    .about-one__left {
        margin-right: 20px;
    }

    .about-one__point li {
        max-width: 275px;
    }

    .about-one__btn-and-author-box {
        gap: 15px;
    }

    .about-one__author-sign {
        margin-left: 15px;
        padding-left: 15px;
    }

    .why-choose-one__point li {
        max-width: 270px;
    }

    .project-one__content {
        left: 15px;
        right: 15px;
    }

    .project-one__title {
        font-size: 18px;
    }

    .testimonial-one__thumb-box {
        top: 0px;
        left: 455px;
    }

    .testimonial-one__right {
        margin-left: 168px;
    }

    .testimonial-one__nav {
        bottom: 55px;
    }

    .download-app-one__title {
        font-size: 40px;
    }

    .blog-one__meta {
        gap: 10px;
    }

    .blog-one__meta li a {
        font-size: 15px;
    }

    .blog-one__author-content h5 {
        font-size: 16px;
    }

    .blog-one__right .blog-one__title {
        font-size: 20px;
        line-height: 30px;
    }

    .footer-widget__contact-box {
        margin-left: 40px;
    }

    .footer-widget__services {
        margin-left: 40px;
    }

    .feature-amr__single {
        padding: 30px 15px 32px;
    }

    .feature-amr__title {
        font-size: 20px;
    }

    .about-amr__point-one {
        max-width: 270px;
    }

    .why-choose-amr__left {
        margin-right: -100px;
    }

    .why-choose-amr__img {
        right: -160px;
    }

    .why-choose-amr__img img {
        width: 70%;
    }

    .why-choose-amr__client-box {
        right: 0;
    }

    .find-cta__title {
        font-size: 45px;
    }

    .video-two__shape-1 {
        left: 365px;
    }

    .team-two__carousel.owl-theme .owl-nav {
        left: 10px;
        right: 10px;
    }

    .footer-widget-two__about-text br {
        display: none;
    }

    .footer-widget-two__usefull-link {
        margin-left: 20px;
    }

    .quote-one .quote-tab {
        padding: 60px 30px 60px;
    }

    .quote-tab-content-box-item .quotes-wrapper {
        max-width: 690px;
    }

    .testimonial-three__img {
        right: 25px;
    }

    .testimonial-three__client-info-box {
        padding-right: 140px;
    }

    .testimonial-three__main-content .swiper-container {
        margin-left: 70px;
        margin-right: 70px;
    }

    .testimonial-three__nav {
        left: 70px;
    }

    .footer-widget-three__usefull-link {
        margin-left: 10px;
    }

    .footer-widget-three__services {
        margin-left: 0;
    }

    .services-page .services-one__content {
        padding: 136px 15px 27px;
    }

    .services-page .services-one__title {
        font-size: 20px;
    }

    .services-page .services-one__count {
        top: 55px;
        left: 7px;
    }

    .contact-info__single {
        padding: 40px 25px 41px;
    }

    .cart-total li span:first-child {
        margin-right: 35px;
    }
}

/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-one__left {
        max-width: 630px;
        margin: 0 auto 0;
    }

    .about-one__right {
        max-width: 630px;
        margin: 50px auto 0;
    }

    .why-choose-one__left {
        max-width: 650px;
        margin: 0 auto 0;
    }

    .why-choose-one__right {
        max-width: 650px;
        margin: 60px auto 0;
    }

    .why-choose-one {
        padding: 120px 0 120px;
    }

    .process-one__list li {
        flex: 0 0 50%;
    }

    .process-one__shpae-1 {
        display: none;
    }

    .testimonial-one__thumb-box {
        top: 0px;
        left: 380px;
    }

    .testimonial-one__right {
        margin-left: 158px;
    }

    .testimonial-one__right .section-title__title {
        font-size: 30px;
    }

    .testimonial-one__nav {
        bottom: 55px;
    }

    .faq-one__img-box {
        margin-right: 0;
    }

    .faq-one__experience-box {
        bottom: 0;
        right: 0;
    }

    .download-app-one__title {
        font-size: 40px;
    }

    .blog-one__single {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-widget__newsletter {
        justify-content: center;
        text-align: center;
    }

    .footer-widget__newsletter-title {
        margin-bottom: 25px;
    }

    .footer-widget__usefull-link {
        margin-left: 0;
    }

    .footer-widget__services {
        margin-left: 0;
        margin-top: 35px;
    }

    .footer-widget__contact-box {
        margin-left: 0;
        margin-top: 35px;
    }

    .about-amr__left {
        max-width: 600px;
        margin: 0 auto 0;
    }

    .about-amr__right {
        max-width: 600px;
        margin: 280px auto 0;
    }

    .services-amr__content {
        padding: 31px 20px 27px;
    }

    .services-amr__title h3 {
        font-size: 20px;
    }

    .why-choose-amr__img {
        display: none;
    }

    .why-choose-amr__bg-box {
        width: 100%;
        clip-path: none;
    }

    .why-choose-amr__client-box {
        display: none;
    }

    .cta-one__content {
        padding: 67px 40px 80px;
    }

    .cta-one__img {
        right: 45px;
    }

    .project-two .project-one__content {
        left: 10px;
        right: 10px;
    }

    .project-two .project-one__title {
        font-size: 20px;
    }

    .find-cta__inner {
        flex-direction: column;
        justify-content: center;
    }

    .find-cta__title-box {
        text-align: center;
        margin-bottom: 20px;
    }

    .video-two__shape-1 {
        left: 275px;
    }

    .testimonial-amr__single-inner {
        padding: 40px 20px 40px;
    }

    .contact-amr__right {
        margin-left: 0;
    }

    .team-two__carousel.owl-theme .owl-nav {
        display: none;
    }

    .footer-widget-two__usefull-link {
        margin-left: 0;
    }

    .footer-widget-two__services {
        margin-left: 0;
        margin-top: 40px;
    }

    .footer-widget-two__newsletter {
        margin-left: 0;
        margin-top: 40px;
    }

    .feature-two__single-inner {
        padding: 0 25px 32px;
    }

    .about-three__left {
        max-width: 450px;
        margin: 0 auto 60px;
    }

    .about-three__right {
        max-width: 650px;
        margin: 0 auto 0;
    }

    .tab-content-box-item-img {
        display: none;
    }

    .testimonial-three__img {
        right: -110px;
    }

    .testimonial-three__img img {
        width: 70%;
    }

    .testimonial-three__client-info-box {
        padding-right: 140px;
    }

    .testimonial-three__main-content .swiper-container {
        margin-left: 50px;
        margin-right: 50px;
    }

    .testimonial-three__nav {
        left: 50px;
    }

    .footer-widget-three__usefull-link {
        margin-left: 0;
    }

    .footer-widget-three__services {
        margin-left: 0;
        margin-top: 30px;
    }

    .footer-widget-three__instagram {
        margin-left: 0;
        margin-top: 30px;
    }

    .services-page .services-one__single {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .sidebar--two {
        max-width: 550px;
        margin: 0 auto 50px;
    }

    .sidebar--three {
        max-width: 550px;
        margin: 20px auto 30px;
    }

    .blog-details__tag-and-share {
        flex-direction: column;
    }

    .blog-details__share-box {
        margin-top: 10px;
    }

    .project-details__text-and-img {
        flex-direction: column;
        align-items: baseline;
    }

    .project-details__img-and-points {
        flex-direction: column;
        align-items: baseline;
    }

    .contact-info__single {
        padding: 40px 20px 41px;
    }

    .contact-info__single h3 {
        font-size: 19px;
        line-height: 29px;
    }

    .contact-page__left {
        margin-left: 0;
        margin-right: 0;
    }

    .contact-page__right {
        margin-left: 0;
        margin-right: 0;
        margin-top: 50px;
    }

    .contact-page__inner {
        padding: 60px 50px 60px;
    }

    .product__sidebar {
        max-width: 500px;
        width: 100%;
        margin: 60px auto 0px;
    }

    .product-details__left {
        margin-right: 0;
    }

    .product-details__inner {
        flex-direction: column;
        align-items: baseline;
    }
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-one__left {
        max-width: 630px;
        margin: 0 auto 0;
    }

    .about-one__right {
        max-width: 630px;
        margin: 50px auto 0;
    }

    .skill-one__bg {
        display: none;
    }

    .project-one__top {
        flex-direction: column;
        align-items: baseline;
    }

    .project-one__top .section-title {
        margin-bottom: 30px;
    }

    .why-choose-one__left {
        max-width: 650px;
        margin: 0 auto 0;
    }

    .why-choose-one__right {
        max-width: 650px;
        margin: 60px auto 0;
    }

    .why-choose-one {
        padding: 120px 0 120px;
    }

    .process-one__list li {
        flex: 0 0 50%;
    }

    .process-one__shpae-1 {
        display: none;
    }

    .testimonial-one__right {
        margin-left: 0;
        margin-top: 50px;
    }

    .testimonial-one__client-info-box {
        margin-right: 200px;
    }

    .testimonial-one__thumb-box {
        top: 80px;
        left: 20px;
    }

    .counter-one__count-list li {
        flex: 0 0 50%;
        max-width: 50%;
        width: 100%;
    }

    .video-one__title-box p {
        font-size: 50px;
    }

    .video-one__title-box h2 {
        font-size: 50px;
    }

    .faq-one__left {
        margin-bottom: 60px;
    }

    .download-app-one__img {
        margin-left: 0;
        margin-top: 30px;
    }

    .footer-widget__newsletter {
        justify-content: center;
        text-align: center;
    }

    .footer-widget__newsletter-title {
        margin-bottom: 25px;
    }

    .footer-widget__usefull-link {
        margin-left: 0;
    }

    .footer-widget__services {
        margin-left: 0;
        margin-top: 35px;
    }

    .footer-widget__contact-box {
        margin-left: 0;
        margin-top: 35px;
    }

    .site-footer__bottom-inner {
        flex-direction: column;
    }

    .site-footer__bottom-text {
        margin-bottom: 10px;
    }

    .about-amr__left {
        max-width: 600px;
        margin: 0 auto 0;
    }

    .about-amr__img-two {
        right: -75px;
    }

    .about-amr__right {
        max-width: 600px;
        margin: 280px auto 0;
    }

    .why-choose-amr__img {
        display: none;
    }

    .why-choose-amr__bg-box {
        width: 100%;
        clip-path: none;
    }

    .why-choose-amr__client-box {
        display: none;
    }

    .why-choose-amr__point--two {
        margin-top: 19px;
    }

    .cta-one__content {
        padding: 67px 15px 80px;
    }

    .cta-one__content h2 {
        font-size: 35px;
    }

    .cta-one__img {
        right: -30px;
    }

    .cta-one__img img {
        width: 85%;
    }

    .find-cta__title {
        font-size: 45px;
    }

    .find-cta__inner {
        flex-direction: column;
        justify-content: center;
    }

    .find-cta__title-box {
        text-align: center;
        margin-bottom: 20px;
    }

    .video-two__title {
        font-size: 60px;
        line-height: 1.2em;
    }

    .video-two__shape-1 {
        left: 160px;
    }

    .contact-amr {
        padding: 50px 0 100px;
    }

    .contact-amr__left {
        min-height: 200px;
    }

    .contact-amr__right {
        margin-left: 0;
    }

    .team-two__carousel.owl-theme .owl-nav {
        display: none;
    }

    .footer-widget-two__usefull-link {
        margin-left: 0;
    }

    .footer-widget-two__services {
        margin-left: 0;
        margin-top: 40px;
    }

    .footer-widget-two__newsletter {
        margin-left: 0;
        margin-top: 40px;
    }

    .site-footer-amr__bottom-inner {
        flex-direction: column;
    }

    .site-footer-amr__bottom-text {
        margin-bottom: 10px;
    }

    .about-three__left {
        max-width: 450px;
        margin: 0 auto 60px;
    }

    .about-three__right {
        max-width: 650px;
        margin: 0 auto 0;
    }

    .quote-one .quote-tab {
        padding: 60px 30px 60px;
    }

    .tab-content-box-item-img {
        display: none;
    }

    .cta-one {
        padding: 120px 0 120px;
    }

    .testimonial-three__img {
        display: none;
    }

    .testimonial-three__client-info-box {
        padding-right: 100px;
    }

    .testimonial-three__main-content .swiper-container {
        margin-left: 50px;
        margin-right: 150px;
    }

    .testimonial-three__thumb-box {
        right: 20px;
    }

    .testimonial-three__nav {
        left: 50px;
    }

    .footer-widget-three__usefull-link {
        margin-left: 0;
    }

    .footer-widget-three__services {
        margin-left: 0;
        margin-top: 30px;
    }

    .footer-widget-three__instagram {
        margin-left: 0;
        margin-top: 30px;
    }

    .site-footer-three__bottom-inner {
        flex-direction: column;
    }

    .site-footer-three__bottom-text {
        margin-bottom: 10px;
    }

    .sidebar {
        max-width: 550px;
        margin: 50px auto 0;
    }

    .sidebar--two {
        margin: 0 auto 50px;
    }

    .sidebar--three {
        margin: 20px auto 30px;
    }

    .project-details__sidebar {
        margin-top: 50px;
    }

    .team-details__top-right {
        margin-left: 0;
        margin-top: 38px;
    }

    .team-details__bottom-left {
        margin-bottom: 30px;
    }

    .service-details__sidebar {
        margin-bottom: 60px;
    }

    .contact-page__left {
        margin-left: 0;
        margin-right: 0;
    }

    .contact-page__right {
        margin-left: 0;
        margin-right: 0;
        margin-top: 50px;
    }

    .contact-page__inner {
        padding: 60px 50px 60px;
    }

    .product__sidebar {
        max-width: 500px;
        width: 100%;
        margin: 60px auto 0px;
    }

    .product-details__left {
        margin-right: 0;
    }

    .product-details__right {
        margin-top: 51px;
    }

    .cart-page__right {
        margin-left: 0;
        margin-top: 60px;
    }

    .sidebar-order-summary {
        margin-top: 60px;
    }

    .page-header__shape-1 {
        display: none;
    }

}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .section-title__title {
        font-size: 30px;
    }

    .section-title__title br {
        display: none;
    }

    .about-one__left {
        margin-right: 0;
    }

    .about-one__review-and-experience-box {
        position: relative;
        margin-top: 30px;
    }

    .about-one__round-text-box {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 30px;
    }

    .about-one__img {
        -webkit-mask: none;
        mask: none;
    }

    .about-one__img img {
        border-radius: 20px;
    }

    .about-one__right {
        margin-left: 0;
        margin-top: 50px;
    }

    .about-one__point {
        flex-direction: column;
        align-items: baseline;
    }

    .about-one__point li+li {
        margin-top: 15px;
    }

    .about-one__btn-and-author-box {
        flex-direction: column;
        align-items: baseline;
    }

    .about-one__author-box {
        flex-direction: column;
        align-items: baseline;
    }

    .about-one__author-sign {
        margin-left: 0;
        padding-left: 0;
        margin-top: 20px;
    }

    .about-one__author-sign:before {
        display: none;
    }

    .about-one {
        padding: 80px 0px 0px;
    }

    .sliding-text-amr {
        padding: 66px 0 0;
    }

    .services-one__single {
        max-width: 350px;
        margin: 0 auto 0;
    }

    .services-one {
        padding: 65px 0 80px;
    }

    .skill-one__bg {
        display: none;
    }

    .skill-one {
        padding: 80px 0 80px;
    }

    .project-one__top {
        flex-direction: column;
        align-items: baseline;
    }

    .project-one__top .section-title {
        margin-bottom: 30px;
    }

    .project-one__bottom .container {
        max-width: 500px;
    }

    .project-one__bg-color {
        display: none;
    }

    .project-one {
        padding: 80px 0 50px;
    }

    .why-choose-one__point {
        flex-direction: column;
        align-items: baseline;
        gap: 20px;
    }

    .why-choose-one__right {
        margin-left: 0;
        margin-top: 50px;
    }

    .why-choose-one__form-box {
        padding: 50px 15px 55px;
    }

    .why-choose-one__form-box .title-box h2 {
        font-size: 30px;
    }

    .why-choose-one {
        padding: 0 0 80px;
    }

    .process-one__list li {
        flex: 0 0 100%;
    }

    .process-one__shpae-1 {
        display: none;
    }

    .process-one {
        padding: 80px 0 50px;
    }

    .testimonial-one__right {
        margin-left: 0;
        margin-top: 50px;
    }

    .testimonial-one__right .section-title__title {
        font-size: 25px;
    }

    .testimonial-one__right .section-title__title br {
        display: none;
    }

    .testimonial-one__text {
        font-size: 20px;
    }

    .testimonial-one__client-info-box {
        flex-direction: column;
        align-items: baseline;
        gap: 20px;
    }

    .testimonial-one__nav {
        position: relative;
        margin-top: 35px;
    }

    .testimonial-one {
        padding: 80px 0 80px;
    }

    .counter-one__count-list {
        flex-direction: column;
    }

    .counter-one {
        padding: 80px 0 50px;
    }

    .video-one__title-box p {
        font-size: 30px;
    }

    .video-one__title-box h2 {
        font-size: 30px;
    }

    .video-one {
        padding: 75px 0 90px;
    }

    .team-one {
        padding: 80px 0 50px;
    }

    .faq-one__left {
        margin-bottom: 50px;
    }

    .faq-one__img-box {
        margin-right: 0;
    }

    .faq-one__experience-box {
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 30px;
    }

    .faq-one .faq-one-accrodion .accrodion-title {
        padding: 23px 15px 23px;
        padding-right: 60px;
    }

    .faq-one .faq-one-accrodion .accrodion-title h4 {
        font-size: 18px;
    }

    .faq-one .faq-one-accrodion .accrodion-title h4::before {
        right: -45px;
    }

    .faq-one .faq-one-accrodion .accrodion-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .faq-one {
        padding: 338px 0 80px;
    }

    .download-app-one__title {
        font-size: 25px;
    }

    .download-app-one__google-and-app-store {
        flex-direction: column;
        align-items: baseline;
    }

    .download-app-one__img {
        margin-left: 0;
        margin-top: 30px;
    }

    .download-app-one-car__img {
        display: none;
    }

    .download-app-one {
        padding: 75px 0px 60px;
    }

    .blog-one__content {
        padding: 25px 0px 0;
    }

    .blog-one__title {
        font-size: 22px;
        line-height: 32px;
    }

    .blog-one__author-and-btn {
        flex-direction: column;
        align-items: baseline;
    }

    .blog-one__author-info {
        margin-bottom: 15px;
    }

    .blog-one__right .blog-one__single {
        flex-direction: column;
        align-items: baseline;
    }

    .blog-one__right .blog-one__title {
        font-size: 22px;
        line-height: 32px;
    }

    .blog-one {
        padding: 80px 0 50px;
    }

    .footer-widget__newsletter {
        justify-content: center;
        text-align: center;
        padding: 74px 0px 42px;
    }

    .footer-widget__newsletter-title {
        margin-bottom: 25px;
        font-size: 25px;
    }

    .footer-widget__newsletter-form {
        flex-direction: column;
    }

    .footer-widget__usefull-link {
        margin-left: 0;
        margin-top: 42px;
        margin-bottom: 34px;
    }

    .footer-widget__services {
        margin-left: 0;
        margin-bottom: 34px;
    }

    .footer-widget__contact-box {
        margin-left: 0;
    }

    .site-footer__bottom-inner {
        flex-direction: column;
        text-align: center;
    }

    .site-footer__bottom-text {
        margin-bottom: 10px;
    }

    .site-footer__bottom-menu {
        flex-direction: column;
    }

    .site-footer__bottom-menu li+li {
        margin-left: 0;
        margin-top: 10px;
    }

    .feature-amr {
        padding: 80px 0 0px;
    }

    .about-amr__left {
        margin-right: 0;
    }

    .about-amr__img {
        margin-left: 10px;
        margin-right: 10px;
    }

    .about-amr__img-two {
        position: relative;
        bottom: 0;
        right: 0;
        max-width: 320px;
        width: 100%;
        margin-top: 30px;
    }

    .about-amr__img-two img {
        width: 100%;
    }

    .about-amr__counter {
        position: relative;
        top: 0;
        right: 0;
        display: inline-block;
        margin-top: 30px;
        border-radius: 5px;
        border-top-right-radius: 0;
    }

    .about-amr__right {
        margin-top: 50px;
    }

    .about-amr__shape-4 {
        display: none;
    }

    .about-amr__progress-box-outer {
        flex-direction: column;
        align-items: baseline;
        gap: 30px;
    }

    .about-amr__point-box-one {
        flex-direction: column;
        align-items: baseline;
    }

    .about-amr__point-one--two {
        margin-top: 9px;
    }

    .about-amr__btn-and-author-box {
        flex-direction: column;
        align-items: baseline;
    }

    .about-amr__author-box {
        flex-direction: column;
        align-items: baseline;
    }

    .about-amr {
        padding: 50px 0 0px;
    }

    .services-amr__content {
        padding: 31px 20px 27px;
    }

    .services-amr__title h3 {
        font-size: 20px;
    }

    .services-amr {
        padding: 80px 0 80px;
    }

    .why-choose-amr__img {
        display: none;
    }

    .why-choose-amr__bg-box {
        width: 100%;
        clip-path: none;
    }

    .why-choose-amr__client-box {
        display: none;
    }

    .why-choose-amr__point--two {
        margin-top: 19px;
    }

    .why-choose-amr__point li {
        gap: 15px;
    }

    .why-choose-amr__content h4 {
        font-size: 18px;
    }

    .why-choose-amr {
        padding: 80px 0 80px;
    }

    .cta-one__content {
        padding: 47px 15px 50px;
    }

    .cta-one__img {
        display: none;
    }

    .cta-one__content h2 {
        font-size: 28px;
    }

    .cta-one__content h2 br {
        display: none;
    }

    .cta-one__content h2 span {
        color: var(--amr-wite);
    }

    .cta-one__content p br {
        display: none;
    }

    .cta-one {
        padding: 80px 0 80px;
    }

    .project-two {
        padding: 80px 0 80px;
    }

    .office-location__location-single.style2 {
        left: 80px;
    }

    .office-location__location-single.style3 {
        left: auto;
        right: 150px;
    }

    .office-location__location-single.style5 {
        left: auto;
        right: 100px;
    }

    .office-location__location-single.style4 {
        left: 100px;
        bottom: 70px;
    }

    .office-location {
        padding: 0px 0px 80px;
    }

    .counter-two {
        padding: 0 0 50px;
    }

    .find-cta__title {
        font-size: 25px;
        line-height: 1.4;
    }

    .find-cta__inner {
        flex-direction: column;
        justify-content: center;
        padding: 65px 0 80px;
    }

    .find-cta__title-box {
        text-align: center;
        margin-bottom: 20px;
    }

    .find-cta__btn-and-call {
        gap: 20px;
        flex-direction: column;
    }

    .video-two__title {
        font-size: 25px;
        line-height: 1.4em;
    }

    .video-two__shape-1 {
        display: none;
    }

    .video-two__inner {
        padding: 70px 0 80px;
    }

    .video-two {
        padding: 80px 0px 0px;
    }

    .testimonial-amr__single-inner {
        padding: 40px 20px 40px;
    }

    .testimonial-amr__carousel.owl-theme .owl-nav {
        position: relative;
        top: 0;
        margin-top: 30px;
    }

    .testimonial-amr {
        padding: 80px 0 80px;
    }

    .pricing-one {
        padding: 0px 0 50px;
    }

    .contact-amr {
        padding: 40px 0 80px;
    }

    .contact-amr__left {
        min-height: 180px;
    }

    .contact-amr__right {
        margin-left: 0;
    }

    .contact-amr__content {
        padding: 47px 15px 50px;
    }

    .contact-amr__title {
        font-size: 30px;
        margin-top: 5px;
    }

    .contact-amr__content-bottom {
        flex-direction: column;
        align-items: baseline;
    }

    .contact-amr__content-bottom-text-box {
        margin-top: 20px;
    }

    .team-two__carousel.owl-theme .owl-nav {
        display: none;
    }

    .team-two {
        padding: 80px 0 0px;
    }

    .blog-two {
        padding: 80px 0 50px;
    }

    .blog-two__content {
        padding: 25px 0px 0;
    }

    .blog-two__title {
        font-size: 22px;
        line-height: 32px;
    }

    .footer-widget-two__usefull-link {
        margin-left: 0;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .footer-widget-two__services {
        margin-left: 0;
        margin-bottom: 40px;
    }

    .footer-widget-two__newsletter {
        margin-left: 0;
    }

    .site-footer-amr__top {
        padding: 72px 0 80px;
    }

    .site-footer-amr__bottom-inner {
        flex-direction: column;
        text-align: center;
    }

    .site-footer-amr__bottom-text {
        margin-bottom: 10px;
    }

    .site-footer-amr__bottom-menu {
        flex-direction: column;
    }

    .site-footer-amr__bottom-menu li+li {
        margin-left: 0;
        margin-top: 5px;
    }

    .feature-two__single-inner {
        padding: 0 20px 32px;
    }

    .feature-two {
        padding: 80px 0px 0px;
    }

    .about-three__left {
        margin-left: 0;
        margin-right: 0;
    }

    .about-three__img-2 {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 30px;
    }

    .about-three__experience-box {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 30px;
    }

    .about-three__right {
        margin-top: 120px;
    }

    .about-three__points {
        flex-direction: column;
        align-items: baseline;
    }

    .about-three__btn-and-video {
        flex-direction: column;
        align-items: baseline;
        gap: 30px;
        margin-top: 30px;
    }

    .about-three {
        padding: 50px 0px 0px;
    }

    .services-three__single-inner {
        padding: 30px 20px 37px;
    }

    .services-three {
        padding: 60px 0px 0px;
    }

    .quote-one .quote-tab {
        padding: 60px 20px 60px;
    }

    .tab-content-box-item-img {
        display: none;
    }

    .quote-tab__button {
        margin-bottom: 20px;
    }

    .quote-tab__button ul {
        flex-direction: column;
        align-items: baseline;
    }

    .quote-tab-content-box-item .quotes-wrapper-inner .title-box {
        margin-bottom: 20px;
    }

    .quote-tab-content-box-item .quotes-wrapper-inner .title-box h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .quote-redio {
        flex-direction: column;
        align-items: baseline;
    }

    .custom-rario+.custom-rario {
        margin-top: 10px;
    }

    .quote-two__btn .thm-btn {
        font-size: 16px;
        padding: 5px 20px 5px;
    }

    .quote-one {
        padding: 80px 0px 80px;
    }

    .testimonial-three__img {
        display: none;
    }

    .testimonial-three__client-info-box {
        flex-direction: column;
        align-items: baseline;
    }

    .testimonial-three__ratting {
        margin-top: 15px;
    }

    .testimonial-three__main-content .swiper-container {
        margin-left: 20px;
        margin-right: 20px;
    }

    .testimonial-three__nav {
        left: 20px;
    }

    .testimonial-three {
        padding: 80px 0px 80px;
    }

    .footer-widget-three__usefull-link {
        margin-left: 0;
        margin-top: 42px;
        margin-bottom: 34px;
    }

    .footer-widget-three__link-2 {
        margin-left: 20px;
    }

    .footer-widget-three__services {
        margin-left: 0;
        margin-bottom: 34px;
    }

    .footer-widget-three__instagram {
        margin-left: 0;
    }

    .site-footer-three__top {
        padding: 72px 0 70px;
    }

    .site-footer-three__bottom-inner {
        flex-direction: column;
        text-align: center;
    }

    .site-footer-three__bottom-text {
        margin-bottom: 10px;
    }

    .site-footer-three__bottom-menu {
        flex-direction: column;
    }

    .site-footer-three__bottom-menu li:before {
        display: none;
    }

    .site-footer-three__bottom-menu li+li {
        margin-left: 0;
        margin-top: 5px;
    }

    .team-page {
        padding: 80px 0 50px;
    }

    .testimonial-page {
        padding: 80px 0 50px;
    }

    .pricing-page {
        padding: 80px 0 50px;
    }

    .services-page {
        padding: 80px 0 50px;
    }

    .faq-page {
        padding: 80px 0 60px;
    }

    .blog-page {
        padding: 80px 0 80px;
    }

    .blog-list__date {
        top: 10px;
        right: 10px;
    }

    .blog-list__user-and-meta {
        gap: 15px;
        flex-direction: column;
    }

    .blog-list__title {
        font-size: 35px;
        line-height: 45px;
    }

    .sidebar {
        max-width: 550px;
        margin: 50px auto 0;
    }

    .sidebar--two {
        margin: 0 auto 50px;
    }

    .sidebar--three {
        margin: 20px auto 0;
    }

    .sidebar__search {
        padding: 50px 20px 50px;
    }

    .sidebar__category {
        padding: 42px 20px 50px;
    }

    .sidebar__post {
        padding: 42px 20px 42px;
    }

    .sidebar__tags {
        padding: 41px 20px 40px;
    }

    .blog-left-sidebar {
        padding: 80px 0 50px;
    }

    .blog-right-sidebar {
        padding: 80px 0 80px;
    }

    .blog-details__date {
        top: 10px;
        right: 10px;
    }

    .blog-details__user-and-meta {
        gap: 20px;
        flex-direction: column;
    }

    .blog-details__meta {
        gap: 10px;
    }

    .blog-details__title {
        font-size: 30px;
        line-height: 40px;
    }

    .blog-details__author-box {
        padding: 40px 20px 37px;
    }

    .blog-details__tag-and-share {
        padding: 30px 15px 30px;
        flex-direction: column;
    }

    .blog-details__tag {
        flex-direction: column;
        margin-bottom: 15px;
    }

    .blog-details__share-title {
        font-size: 18px;
        line-height: 28px;
    }

    .blog-details__share {
        gap: 5px;
    }

    .comment-one {
        padding: 40px 15px 40px;
    }

    .comment-one__single {
        padding: 29px 15px 30px;
        flex-direction: column;
        align-items: baseline;
    }

    .comment-one__btn-box {
        position: relative;
        top: 0;
        margin-top: 10px;
    }

    .comment-form {
        padding: 40px 15px 40px;
    }

    .blog-details__title-2 {
        font-size: 30px;
        line-height: 40px;
    }

    .blog-details {
        padding: 80px 0 80px;
    }

    .project-details__title-1 {
        font-size: 30px;
        line-height: 40px;
    }

    .project-details__title-2 {
        font-size: 30px;
        line-height: 40px;
    }

    .project-details__title-3 {
        font-size: 30px;
        line-height: 40px;
    }

    .project-details__text-and-img {
        flex-direction: column;
        align-items: baseline;
    }

    .project-details__img-and-points {
        flex-direction: column;
        align-items: baseline;
    }

    .project-details__sidebar {
        margin-top: 50px;
    }

    .project-details__information {
        padding: 40px 15px 40px;
    }

    .service-details__get-started {
        padding: 40px 15px 40px;
    }

    .project-details__previous-next ul {
        flex-direction: column;
        gap: 20px;
    }

    .project-details__previous-next ul li::before {
        display: none;
    }

    .project-details {
        padding: 80px 0 80px;
    }

    .team-details__top-right {
        margin-left: 0;
        margin-top: 38px;
    }

    .team-details__bottom-left {
        margin-bottom: 30px;
    }

    .team-details__practice-area-list-box {
        gap: 0;
        flex-direction: column;
        align-items: baseline;
    }

    .team-details {
        padding: 80px 0 80px;
    }

    .team-details-contact {
        padding: 0px 0 80px;
    }

    .service-details__sidebar {
        margin-bottom: 60px;
    }

    .service-details__services-box {
        padding: 31px 15px 40px;
    }

    .service-details__sidebar-form-box {
        padding: 31px 15px 40px;
    }

    .service-details .faq-page__single .faq-one-accrodion .accrodion-title {
        padding: 23px 15px 23px;
        padding-right: 42px;
    }

    .service-details .faq-page__single .faq-one-accrodion .accrodion-title h4::before {
        right: -30px;
    }

    .service-details {
        padding: 80px 0 80px;
    }

    .error-page__img img {
        width: 100%;
    }

    .error-page__content {
        margin-top: 20px;
    }

    .error-page__content h2 {
        font-size: 30px;
    }

    .error-page {
        padding: 80px 0px 80px;
    }

    .contact-info__single {
        padding: 40px 15px 41px;
    }

    .contact-info__single h3 {
        font-size: 19px;
        line-height: 29px;
    }

    .contact-info {
        padding: 80px 0 50px;
    }

    .contact-page__left {
        margin-left: 0;
        margin-right: 0;
    }

    .contact-page__right {
        margin-left: 0;
        margin-right: 0;
        margin-top: 50px;
    }

    .contact-page__inner {
        padding: 30px 15px 30px;
    }

    .contact-page__form-title {
        font-size: 35px;
    }

    .contact-page {
        padding: 0 0 80px;
    }

    .page-header__inner h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .page-header__inner {
        padding: 80px 0 82px;
    }

    .page-header__shape-1 {
        display: none;
    }

    .page-header__img-1 {
        display: none;
    }

    .product {
        padding: 70px 0 80px;
    }

    .product__sidebar {
        max-width: 500px;
        width: 100%;
        margin: 60px auto 0px;
    }


    .product__showing-result {
        display: block;
        text-align: center;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .product__showing-text-box {
        margin-bottom: 20px;
    }

    .product__showing-sort {
        margin: 0 auto;
    }

    .product__all-tab-button {
        position: relative;
        top: 0;
        width: 120px;
        margin: 0px auto 30px;
    }

    .product__all-tab-single {
        max-width: 350px;
        margin: 0 auto;
    }

    .single-product-style2__content {
        padding: 30px 30px 30px;
        text-align: center;
    }

    .shop-category ul li a:after {
        width: 35px;
    }

    .single-product-style2__review {
        justify-content: center;
    }

    .single-product-style2__info {
        justify-content: center;
    }

    .product-details__left {
        margin-right: 0;
    }

    .product-details__inner {
        flex-direction: column;
        align-items: baseline;
    }

    .product-details__buttons-boxes {
        flex-direction: column;
        align-items: baseline;
    }

    .product-details__right {
        margin-top: 51px;
    }

    .product-details {
        padding: 80px 0px 80px;
    }

    .product-description {
        padding: 0 0 60px;
    }

    .related-products {
        padding: 0px 0px 80px;
    }

    .related-products__title h3 {
        font-size: 30px;
    }

    .product-details__tab-content-inner {
        padding: 20px 20px 20px;
    }

    .comments-area .comment {
        flex-direction: column;
        align-items: baseline;
    }

    .review-one__content {
        padding-left: 0;
        margin-top: 25px;
    }

    .review-one__content-top {
        flex-direction: column;
        align-items: baseline;
    }

    .review-form-one__rate-box {
        flex-direction: column;
        align-items: baseline;
    }

    .review-form-one__rate {
        margin-left: 0;
        margin-top: 10px;
    }

    .cart-page__right {
        margin-left: 0;
        margin-top: 60px;
    }

    .cart-page {
        padding: 72px 0px 80px;
    }

    .cart-total li {
        font-size: 16px;
    }

    .cart-total li span:first-child {
        font-size: 16px;
        margin-right: 30px;
        width: 115px;
    }

    .cart-page__sidebar {
        padding: 28px 15px 30px;
    }

    .cart-page__buttons {
        flex-direction: column;
        align-items: flex-end;
    }

    .sidebar-order-summary {
        margin-top: 60px;
        padding: 37px 20px 45px;
    }

    .checkout-page {
        padding: 80px 0 80px;
    }

    .wishlist-page {
        padding: 80px 0px 80px;
    }

    .login-one {
        padding: 70px 0px 80px;
    }

    .sign-up-one {
        padding: 70px 0px 80px;
    }

    .main-header-amr .main-menu .main-menu-amr__wrapper .main-menu-amr__left .main-menu-amr__logo a img {
        max-width: 180px;
    }

}

@media only screen and (max-width: 500px) {
    .project-one__content {
        left: 15px;
        right: 15px;
    }

    .project-one__title {
        font-size: 18px;
    }

    .checkout-page .billing_details {
        padding: 53px 15px 60px;
    }

}

@media only screen and (max-width: 610px) {
    .login-one__form .inner-title {
        padding-bottom: 35px;
    }

    .login-one__form .inner-title h2 {
        font-size: 40px;
    }

    .login-one__form form {
        padding: 60px 15px 52px;
    }

    .login-one__form form .forget a {
        font-size: 14px;
    }

    .login-one__form form .checked-box1 label {
        font-size: 14px;
    }



    .sign-up-one__form form {
        padding: 60px 20px 52px;
    }

    .sign-up-one__form form .google-facebook {
        flex-direction: column;
    }

    .sign-up-one__form form .google-facebook a+a {
        margin-left: 0;
        margin-top: 10px;
    }

    .sign-up-one__form .inner-title {
        padding-bottom: 30px;
    }

    .sign-up-one__form .inner-title h2 {
        font-size: 40px;
    }

}


@media only screen and (min-width: 1320px) and (max-width: 1550px) {
    .project-one__content {
        left: 15px;
        right: 15px;
    }

    .project-one__title {
        font-size: 18px;
    }
}



@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .why-choose-amr__img {
        right: -25px;
    }

    .why-choose-amr__img img {
        width: 95%;
    }

    .why-choose-amr__client-box {
        right: 0;
    }
}



@media only screen and (min-width: 1320px) and (max-width: 1399px) {
    .why-choose-amr__img {
        right: -80px;
    }

    .why-choose-amr__img img {
        width: 85%;
    }

    .why-choose-amr__client-box {
        right: 0;
    }
}@media only screen and (min-width: 1320px) and (max-width: 1470px) {
    .team-two__carousel.owl-theme .owl-nav {
        left: 10px;
        right: 10px;
    }
}/*--------------------------------------------------------------
# Slider All Responsive Css
--------------------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
    .banner-one__img {
        bottom: 50px;
        right: -125px;
    }

    .banner-one__img img {
        width: 85%;
    }


    .main-slider__shape-1 {
        display: none;
    }

    .main-slider__shape-2 {
        display: none;
    }



}


@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .banner-one__img,
    .banner-one__line-shpae1,
    .banner-one__line-shpae2 {
        display: none;
    }


    .main-slider__shape-1 {
        display: none;
    }

    .main-slider__shape-2 {
        display: none;
    }

    .main-slider__title {
        font-size: 50px;
    }

    .main-slider__bg-box {
        clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
    }



    .banner-two__left {
        max-width: 600px;
        margin: 0 auto 0;
    }

    .banner-two__right {
        max-width: 600px;
        margin: 60px auto 0;
    }


}@media only screen and (min-width: 768px) and (max-width: 991px) {

    .banner-one__img,
    .banner-one__line-shpae1,
    .banner-one__line-shpae2 {
        display: none;
    }

    .banner-one__shape-3 {
        top: 0;
        right: 10px;
    }

    .banner-one__title {
        font-size: 70px;
    }
    .main-slider__shape-1 {
        display: none;
    }

    .main-slider__shape-2 {
        display: none;
    }

    .main-slider__title {
        font-size: 50px;
    }

    .main-slider__bg-box {
        display: none;
    }


    .banner-two__left {
        max-width: 600px;
        margin: 0 auto 0;
    }

    .banner-two__right {
        max-width: 600px;
        margin: 60px auto 0;
    }
}
@media only screen and (max-width: 767px) {

    .banner-one__img,
    .banner-one__line-shpae1,
    .banner-one__line-shpae2 {
        display: none;
    }

    .banner-one__shape-3 {
        display: none;
    }

    .banner-one__sub-title {
        line-height: 1.5em;
    }

    .banner-one__title {
        font-size: 30px;
        margin-top: 16px;
        margin-bottom: 11px;
    }

    .banner-one__text br {
        display: none;
    }

    .banner-one__btn-and-review-box {
        gap: 20px;
        margin-top: 33px;
        flex-direction: column;
        align-items: baseline;
    }

    .banner-one__review-box .text-box h2 {
        font-size: 18px;
    }

    .banner-one {
        padding: 92px 0 99px;
    }


    .main-slider__shape-1 {
        display: none;
    }

    .main-slider__shape-2 {
        display: none;
    }

    .main-slider__bg-box,
    #main-slider-pagination {
        display: none;
    }

    .main-slider__title {
        font-size: 26px;
        line-height: 1.5em;
    }

    .main-slider__title br {
        display: none;
    }

    .main-slider__sub-title {
        line-height: 1.5em;
    }

    .main-slider__text br {
        display: none;
    }

    .main-slider__content {
        padding-top: 92px;
        padding-bottom: 100px;
    }
    .banner-two__sub-title {
        font-size: 18px;
        line-height: 1.5em;
    }

    .banner-two__title {
        font-size: 30px;
        line-height: 1.5em;
    }

    .banner-two__text br {
        display: none;
    }

    .banner-two__left {
        margin-right: 0;
    }

    .banner-two__right {
        margin-top: 50px;
        margin-left: 0;
    }

    .banner-two {
        padding: 90px 0 100px;
    }

}

@media only screen and (max-width: 500px) {
    .banner-two__tab-box .tab-buttons .tab-btn {
        display: block;
        width: 160px;
        text-align: center;
    }

    .banner-two__tab-box .tab-buttons .tab-btn+.tab-btn {
        margin-top: 10px;
    }

    .banner-two__form-box {
        padding: 55px 15px 55px;
    }
}



@media only screen and (min-width: 1500px) and (max-width: 1700px) {
    .main-slider__shape-1 {
        right: 550px;
    }

    .main-slider__shape-2 {
        right: 570px;
    }
}



@media only screen and (min-width: 1320px) and (max-width: 1499px) {
    .main-slider__shape-1 {
        display: none;
    }

    .main-slider__shape-2 {
        display: none;
    }
}


@media only screen and (min-width: 1320px) and (max-width: 1400px) {}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {}



/*--------------------------------------------------------------
# Main Menu All Responsive Css
--------------------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
    .main-menu__top-inner {
        padding: 5px 20px 5px;
    }

    .main-menu__top-inner:before {
        left: 80%;
    }

    .main-menu__top-welcome-text {
        display: none;
    }

    .main-menu__top-time {
        display: none;
    }

    .main-menu__wrapper-inner {
        padding: 0 20px;
    }

    .main-menu__call {
        display: none;
    }

    .main-menu__search-cart-box {
        display: none;
    }

    .main-menu-amr__top-inner {
        padding: 5px 20px 5px;
    }

    .main-menu-amr__top-inner:before {
        right: 29%;
    }

    .main-menu-amr__top-time {
        display: none;
    }

    .main-menu-amr__wrapper-inner {
        padding: 0 20px;
    }

    .main-menu-amr__call {
        display: none;
    }

    .main-menu-amr__search-cart-box {
        display: none;
    }

    .main-menu-three__search-cart-box {
        display: none;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu__top-inner {
        padding: 5px 15px 5px;
    }

    .main-menu__top-welcome-text {
        display: none;
    }

    .main-menu__top-time {
        display: none;
    }

    .main-menu__wrapper-inner {
        padding: 0 15px;
    }

    .main-menu-amr__top {
        display: none;
    }

    .main-menu-amr__wrapper-inner {
        padding: 0 25px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-menu__top {
        display: none;
    }

    .main-menu__wrapper-inner {
        padding: 0 15px;
    }

    .main-menu__call {
        display: none;
    }

    .main-menu-amr__top {
        display: none;
    }

    .main-menu-amr__wrapper-inner {
        padding: 0 15px;
    }

    .main-menu-amr__call {
        display: none;
    }

    .main-menu-three__top {
        display: none;
    }

}


@media (max-width: 767px) {
    .main-menu__top {
        display: none;
    }

    .main-menu__wrapper-inner {
        padding: 0 15px;
    }

    .main-menu__right {
        display: none;
    }

    .main-menu-amr__top {
        display: none;
    }

    .main-menu-amr__wrapper-inner {
        padding: 0 15px;
    }

    .main-menu-amr__right {
        display: none;
    }


    .main-menu-three__top {
        display: none;
    }

    .main-menu-three__right {
        display: none;
    }

}


@media only screen and (min-width: 1320px) and (max-width: 1600px) {
    .main-menu__top-inner {
        padding: 5px 25px 5px;
    }

    .main-menu__top-inner:before {
        left: 65%;
    }

    .main-menu__top-welcome-text {
        display: none;
    }

    .main-menu__wrapper-inner {
        padding: 0 25px;
    }

    .main-menu__call {
        display: none;
    }

    .main-menu-amr__top-inner {
        padding: 5px 25px 5px;
    }

    .main-menu-amr__wrapper-inner {
        padding: 0 25px;
    }

    .main-menu-amr__call {
        display: none;
    }
}

/* Estilos para el botón flotante de WhatsApp expandible */
.whatsapp-container {
    position: fixed;
    bottom: 120px;
    right: 20px;
    z-index: 1000;
}

.whatsapp-float {
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #fff;
    border: none;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    cursor: pointer;
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-float:hover {
    background-color: #128c7e;
    color: #fff;
    transform: scale(1.1);
}

.whatsapp-float i {
    font-size: 30px;
    line-height: 1;
}

.whatsapp-options {
    position: absolute;
    bottom: 70px;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.whatsapp-options.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.whatsapp-option {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #25d366;
    color: #fff;
    padding: 12px 16px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    white-space: nowrap;
    min-width: 120px;
}

.whatsapp-option:hover {
    background-color: #128c7e;
    color: #fff;
    text-decoration: none;
    transform: translateX(-5px);
}

.whatsapp-option i {
    font-size: 20px;
}

.whatsapp-option span {
    font-size: 18px;
    font-weight: 600;
}

.products-amr .single-product-style1__content-left p{
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.products-amr .single-product-style1__content-left .read-more-link{
    color: #1d1467;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    line-height: normal;
    border-bottom: 1px solid #1d1467;
    padding: 2px 0;
}

.products-amr .single-product-style1__content-left .read-more-link:hover{
    color: #c6222e;
    border-bottom-color: #c6222e;
}

/* Animación de pulso para el botón de WhatsApp */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Responsive para móviles */
@media (max-width: 768px) {
    .whatsapp-container {
        right: 30px;
    }
    
    .whatsapp-float {
        width: 50px;
        height: 50px;
        font-size: 25px;
    }

    .whatsapp-float i {
        font-size: 25px;
    }
    
    .whatsapp-options {
        bottom: 60px;
    }
    
    .whatsapp-option {
        padding: 10px 14px;
        min-width: 100px;
        font-size: 12px;
    }
    
    .whatsapp-option i {
        font-size: 16px;
    }
    
    .whatsapp-option span {
        font-size: 14px;
    }
}