@charset "UTF-8";
@import url(../icons/feather/css/iconfont.css);

:root {
    --gradient: linear-gradient(to right, rgb(255, 64, 62) 0%, rgb(255, 129, 27) 100%);
    --gradient-sec: linear-gradient(to right, rgb(57, 26, 166) 0%, rgb(6, 163, 245) 100%);
    --primary: #ef4747;
    --secondary: #24262B;
    --primary-hover: #ef4747;
    --primary-dark: black;
    --rgba-primary-1: rgba(13, 119, 94, 0.1);
    --rgba-primary-2: rgba(13, 119, 94, 0.2);
    --rgba-primary-3: rgba(13, 119, 94, 0.3);
    --rgba-primary-4: rgba(13, 119, 94, 0.4);
    --rgba-primary-5: rgba(13, 119, 94, 0.5);
    --rgba-primary-6: rgba(13, 119, 94, 0.6);
    --rgba-primary-7: rgba(13, 119, 94, 0.7);
    --rgba-primary-8: rgba(13, 119, 94, 0.8);
    --rgba-primary-9: rgba(13, 119, 94, 0.9);
    --font-family-base: Roboto, sans-serif;
    --grey: #f7f7f7;
    --border-radius-base: 6px;
    --border-color: #D7D7D7;
    --font-family-title: DM Sans, sans-serif;
    --title: #24262B;
    --headings-font-weight: 600;
    --headings-font-weight2: 400;
    --headings-font-weight3: 300;
    --white: var(--title);
    --light: #F3F3F3
}

:root,
[data-bs-theme="light"] {
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0D775E;
    --bs-secondary: #24262B;
    --bs-success: #31A56D;
    --bs-info: #0194D9;
    --bs-warning: #E79600;
    --bs-danger: #D23636;
    --bs-light: #F3F3F3;
    --bs-dark: #444444;
    --bs-primary-rgb: 13, 119, 94;
    --bs-secondary-rgb: 36, 38, 43;
    --bs-success-rgb: 49, 165, 109;
    --bs-info-rgb: 1, 148, 217;
    --bs-warning-rgb: 231, 150, 0;
    --bs-danger-rgb: 210, 54, 54;
    --bs-light-rgb: 243, 243, 243;
    --bs-dark-rgb: 68, 68, 68;
    --bs-primary-text-emphasis: #053026;
    --bs-secondary-text-emphasis: #0e0f11;
    --bs-success-text-emphasis: #14422c;
    --bs-info-text-emphasis: #003b57;
    --bs-warning-text-emphasis: #5c3c00;
    --bs-danger-text-emphasis: #541616;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe4df;
    --bs-secondary-bg-subtle: #d3d4d5;
    --bs-success-bg-subtle: #d6ede2;
    --bs-info-bg-subtle: #cceaf7;
    --bs-warning-bg-subtle: #faeacc;
    --bs-danger-bg-subtle: #f6d7d7;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec9bf;
    --bs-secondary-border-subtle: #a7a8aa;
    --bs-success-border-subtle: #addbc5;
    --bs-info-border-subtle: #99d4f0;
    --bs-warning-border-subtle: #f5d599;
    --bs-danger-border-subtle: #edafaf;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: "Roboto", sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.6;
    --bs-body-color: #5E626F;
    --bs-body-color-rgb: 94, 98, 111;
    --bs-body-bg: #ffffff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(94, 98, 111, 0.75);
    --bs-secondary-color-rgb: 94, 98, 111;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(94, 98, 111, 0.5);
    --bs-tertiary-color-rgb: 94, 98, 111;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: #24262B;
    --bs-link-color: #0D775E;
    --bs-link-color-rgb: 13, 119, 94;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a5f4b;
    --bs-link-hover-color-rgb: 10, 95, 75;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #ffeece;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #D7D7D7;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.75rem;
    --bs-border-radius-lg: 1rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 119, 94, 0.25);
    --bs-form-valid-color: #31A56D;
    --bs-form-valid-border-color: #31A56D;
    --bs-form-invalid-color: #D23636;
    --bs-form-invalid-border-color: #D23636
}

[data-bs-theme="dark"] {
    color-scheme: dark;
    --bs-body-color: #adb5bd;
    --bs-body-color-rgb: 173, 181, 189;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #ffffff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(173, 181, 189, 0.75);
    --bs-secondary-color-rgb: 173, 181, 189;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(173, 181, 189, 0.5);
    --bs-tertiary-color-rgb: 173, 181, 189;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #6ead9e;
    --bs-secondary-text-emphasis: #7c7d80;
    --bs-success-text-emphasis: #83c9a7;
    --bs-info-text-emphasis: #67bfe8;
    --bs-warning-text-emphasis: #f1c066;
    --bs-danger-text-emphasis: #e48686;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031813;
    --bs-secondary-bg-subtle: #070809;
    --bs-success-bg-subtle: #0a2116;
    --bs-info-bg-subtle: #001e2b;
    --bs-warning-bg-subtle: #2e1e00;
    --bs-danger-bg-subtle: #2a0b0b;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084738;
    --bs-secondary-border-subtle: #16171a;
    --bs-success-border-subtle: #1d6341;
    --bs-info-border-subtle: #015982;
    --bs-warning-border-subtle: #8b5a00;
    --bs-danger-border-subtle: #7e2020;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-link-color: #6ead9e;
    --bs-link-hover-color: #8bbdb1;
    --bs-link-color-rgb: 110, 173, 158;
    --bs-link-hover-color-rgb: 139, 189, 177;
    --bs-code-color: #e685b5;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: #98da9b;
    --bs-form-valid-border-color: #98da9b;
    --bs-form-invalid-color: #f77ca1;
    --bs-form-invalid-border-color: #f77ca1
}

*,
*::before,
*::after {
    box-sizing: border-box
}

/* @media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
} */

[v-cloak] {
    display: none !important
}

body {
    top: 0 !important;
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 0.25
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--bs-heading-color, inherit)
}

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.3rem + 0.6vw)
}

@media (min-width:1200px) {

    h2,
    .h2 {
        font-size: 1.75rem
    }
}

h3,
.h3 {
    font-size: calc(1.275rem + 0.3vw)
}

@media (min-width:1200px) {

    h3,
    .h3 {
        font-size: 1.5rem
    }
}

h4,
.h4 {
    font-size: 1.25rem
}

h5,
.h5 {
    font-size: 1.125rem
}

h6,
.h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    padding-left: 2rem
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

[class^="el-icon-"] {
    line-height: inherit !important
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
    margin-right: 0;
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small,
.small {
    font-size: 0.875em
}

mark,
.mark {
    padding: 0.1875em;
    background-color: var(--bs-highlight-bg)
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: 0.875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: 0.1875rem 0.375rem;
    font-size: 0.875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: 0.75rem
}

kbd kbd {
    padding: 0;
    font-size: 1em
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse;
    border: 1px solid #000
}

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--bs-secondary-color);
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role="button"] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
    display: none !important
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.icon {
    cursor: pointer
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem
}

.initialism {
    font-size: 0.875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1
}

.figure-caption {
    font-size: 0.875em;
    color: var(--bs-secondary-color)
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:575px) {

    .container,
    .container-sm {
        max-width: 540px
    }

    p {
        margin-bottom: 0.8rem;
    }
}


@media (min-width:670px) {

    .container,
    .container-sm {
        max-width: 640px
    }

    p {
        margin-bottom: 0.8rem;
    }
}

@media (min-width:768px) {

    .container,
    .container-sm,
    .container-md {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1200px
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1440
}

.flex {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

@media only screen and (max-width:575px) {
    .row {
        --bs-gutter-x: 5%;
    }
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.33333%
}

.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.66667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

.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.33333%
    }

    .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.66667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }

    .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 (max-aspect-ratio: 0.45) or (max-width: 380px) {

    .g-0,
    .gx-0 {
        --bs-gutter-x: 0
    }

    .g-0,
    .gy-0 {
        --bs-gutter-y: 0
    }

    .g-1,
    .gx-1 {
        --bs-gutter-x: 0.125rem
    }

    .g-1,
    .gy-1 {
        --bs-gutter-y: 0.125rem
    }

    .g-2,
    .gx-2 {
        --bs-gutter-x: 0.25rem
    }

    .g-2,
    .gy-2 {
        --bs-gutter-y: 0.25rem
    }

    .g-3,
    .gx-3 {
        --bs-gutter-x: 0.5rem
    }

    .g-3,
    .gy-3 {
        --bs-gutter-y: 0.5rem
    }

    .g-4,
    .gx-4 {
        --bs-gutter-x: 0.75rem
    }

    .g-4,
    .gy-4 {
        --bs-gutter-y: 0.75rem
    }

    .g-5,
    .gx-5 {
        --bs-gutter-x: 1.5rem
    }

    .g-5,
    .gy-5 {
        --bs-gutter-y: 1.5rem
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 100%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .col-xs-6 {
        flex: 0 0 auto;
        width: 50%
    }
}

@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.33333%
    }

    .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.66667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }

    .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.33333%
    }

    .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.66667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }

    .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.33333%
    }

    .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.66667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }

    .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:1440) {
    .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.33333%
    }

    .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.66667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.table {
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color)
}

.table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table-group-divider {
    border-top: calc(var(--bs-border-width) * 2) solid currentcolor
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: 0.25rem 0.25rem
}

.table-bordered>:not(caption)>* {
    border-width: var(--bs-border-width) 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 var(--bs-border-width)
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
    border-top-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-striped-columns>:not(caption)>tr>:nth-child(even) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-color: #000;
    --bs-table-bg: #cfe4df;
    --bs-table-border-color: #bacdc9;
    --bs-table-striped-bg: #c5d9d4;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacdc9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd3ce;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: #d3d4d5;
    --bs-table-border-color: #bebfc0;
    --bs-table-striped-bg: #c8c9ca;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bebfc0;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c3c4c5;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-success {
    --bs-table-color: #000;
    --bs-table-bg: #d6ede2;
    --bs-table-border-color: #c1d5cb;
    --bs-table-striped-bg: #cbe1d7;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #c1d5cb;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c6dbd1;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-info {
    --bs-table-color: #000;
    --bs-table-bg: #cceaf7;
    --bs-table-border-color: #b8d3de;
    --bs-table-striped-bg: #c2deeb;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #b8d3de;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bdd8e4;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-warning {
    --bs-table-color: #000;
    --bs-table-bg: #faeacc;
    --bs-table-border-color: #e1d3b8;
    --bs-table-striped-bg: #eedec2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e1d3b8;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e7d8bd;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-danger {
    --bs-table-color: #000;
    --bs-table-bg: #f6d7d7;
    --bs-table-border-color: #ddc2c2;
    --bs-table-striped-bg: #eacccc;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #ddc2c2;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e4c7c7;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-light {
    --bs-table-color: #000;
    --bs-table-bg: #F3F3F3;
    --bs-table-border-color: #dbdbdb;
    --bs-table-striped-bg: #e7e7e7;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dbdbdb;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e1e1e1;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-dark {
    --bs-table-color: #ffffff;
    --bs-table-bg: #444444;
    --bs-table-border-color: #575757;
    --bs-table-striped-bg: #4d4d4d;
    --bs-table-striped-color: #ffffff;
    --bs-table-active-bg: #575757;
    --bs-table-active-color: #ffffff;
    --bs-table-hover-bg: #525252;
    --bs-table-hover-color: #ffffff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:1439.98) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: 0.5rem
}

.col-form-label {
    padding-top: calc(0.375rem + var(--bs-border-width));
    padding-bottom: calc(0.375rem + var(--bs-border-width));
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.6
}

.col-form-label-lg {
    padding-top: calc(0.5rem + var(--bs-border-width));
    padding-bottom: calc(0.5rem + var(--bs-border-width));
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(0.25rem + var(--bs-border-width));
    padding-bottom: calc(0.25rem + var(--bs-border-width));
    font-size: 0.875rem
}

.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-secondary-color)
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type="file"] {
    overflow: hidden
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86bbaf;
    outline: 0;
    box-shadow: 0 0 0 0.15rem rgba(13, 119, 94, 0.25)
}

.form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.6em;
    margin: 0
}

.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0
}

.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1
}

.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg)
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.6;
    color: var(--bs-body-color);
    background-color: transparent;
    border: solid transparent;
    border-width: var(--bs-border-width) 0
}

.form-control-plaintext:focus {
    outline: 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    min-height: calc(1.6em + 0.5rem + calc(var(--bs-border-width) * 2));
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: var(--bs-border-radius-sm)
}

.form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem
}

.form-control-lg {
    min-height: calc(1.6em + 1rem + calc(var(--bs-border-width) * 2));
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg)
}

.form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem
}

textarea.form-control {
    min-height: calc(1.6em + 0.75rem + calc(var(--bs-border-width) * 2))
}

textarea.form-control-sm {
    min-height: calc(1.6em + 0.5rem + calc(var(--bs-border-width) * 2))
}

textarea.form-control-lg {
    min-height: calc(1.6em + 1rem + calc(var(--bs-border-width) * 2))
}

.form-control-color {
    width: 3rem;
    height: calc(1.6em + 0.75rem + calc(var(--bs-border-width) * 2));
    padding: 0.375rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius)
}

.form-control-color::-webkit-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius)
}

.form-control-color.form-control-sm {
    height: calc(1.6em + 0.5rem + calc(var(--bs-border-width) * 2))
}

.form-control-color.form-control-lg {
    height: calc(1.6em + 1rem + calc(var(--bs-border-width) * 2))
}

.form-select,
select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {

    .form-select,
    select {
        transition: none
    }
}

.form-select:focus,
select:focus {
    border-color: #86bbaf;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 119, 94, 0.25)
}

.form-select[multiple],
select[multiple],
.form-select[size]:not([size="1"]),
select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none
}

.form-select:disabled,
select:disabled {
    background-color: var(--bs-secondary-bg)
}

.form-select:-moz-focusring,
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--bs-body-color)
}

.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    border-radius: var(--bs-border-radius-sm)
}

.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg)
}

[data-bs-theme="dark"] .form-select,
[data-bs-theme="dark"] select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
}

.form-check {
    display: block;
    min-height: 1.6rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right
}

.form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0
}

.form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    width: 1em;
    height: 1em;
    margin-top: 0.3em;
    vertical-align: top;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    appearance: none;
    print-color-adjust: exact
}

.form-check-input[type="checkbox"] {
    border-radius: 0.25em
}

.form-check-input[type="radio"] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #86bbaf;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 119, 94, 0.25)
}

.form-check-input:checked {
    background-color: #0D775E;
    border-color: #0D775E
}

.form-check-input:checked[type="checkbox"] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type="radio"] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e")
}

.form-check-input[type="checkbox"]:indeterminate {
    background-color: #0D775E;
    border-color: #0D775E;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    cursor: default;
    opacity: 0.5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    --bs-form-switch-bg: 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");
    width: 2em;
    margin-left: -2.5em;
    background-image: var(--bs-form-switch-bg);
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386bbaf'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e")
}

.form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0
}

.form-switch.form-check-reverse .form-check-input {
    margin-right: -2.5em;
    margin-left: 0
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.btn-check[disabled]+.btn,
.woocommerce .widget_shopping_cart .buttons .btn-check[disabled]+a {
    pointer-events: none;
    filter: none;
    opacity: 0.65
}

[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255,255,255,0.25%29'/%3e%3c/svg%3e")
}

.form-range {
    width: 100%;
    height: 1rem;
    padding: 0;
    background-color: transparent;
    appearance: none
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(13, 119, 94, 0.25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(13, 119, 94, 0.25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #0D775E;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-webkit-slider-thumb {
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d6cf
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-tertiary-bg);
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0D775E;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-moz-range-thumb {
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d6cf
}

.form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-tertiary-bg);
    border-color: transparent;
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: var(--bs-secondary-color)
}

.form-range:disabled::-moz-range-thumb {
    background-color: var(--bs-secondary-color)
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-select,
.input-group>select,
.input-group>.form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus,
.input-group>.form-select:focus,
.input-group>select:focus,
.input-group>.form-floating:focus-within {
    z-index: 5
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 5
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius)
}

.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg)
}

.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>select,
.input-group-sm>.input-group-text,
.input-group-sm>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: var(--bs-border-radius-sm)
}

.input-group-lg>.form-select,
.input-group-lg>select,
.input-group-sm>.form-select,
.input-group-sm>select {
    padding-right: 3rem
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n + 3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>:nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n + 4) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(var(--bs-border-width) * -1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-form-valid-color)
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: var(--bs-success);
    border-radius: var(--bs-border-radius)
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
    display: block
}

.form-control.is-valid {
    border-color: var(--bs-form-valid-border-color);
    padding-right: calc(1.6em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2331A56D' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.4em + 0.1875rem) center;
    background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem)
}

.form-control.is-valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 0rem rgba(var(--bs-success-rgb), 0.25)
}

.is-valid.form-select,
select.is-valid {
    border-color: var(--bs-form-valid-border-color)
}

.is-valid.form-select:not([multiple]):not([size]),
select.is-valid:not([multiple]):not([size]),
.is-valid.form-select:not([multiple])[size="1"],
select.is-valid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2331A56D' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.8em + 0.375rem) calc(0.8em + 0.375rem)
}

.is-valid.form-select:focus,
select.is-valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 0rem rgba(var(--bs-success-rgb), 0.25)
}

.form-control-color.is-valid {
    width: calc(3rem + calc(1.6em + 0.75rem))
}

.form-check-input.is-valid {
    border-color: var(--bs-form-valid-border-color)
}

.form-check-input.is-valid:checked {
    background-color: var(--bs-form-valid-color)
}

.form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0rem rgba(var(--bs-success-rgb), 0.25)
}

.form-check-input.is-valid~.form-check-label {
    color: var(--bs-form-valid-color)
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.input-group>.form-select:not(:focus).is-valid,
.input-group>select:not(:focus).is-valid,
.input-group>.form-floating:not(:focus-within).is-valid {
    z-index: 3
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-form-invalid-color)
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: var(--bs-danger);
    border-radius: var(--bs-border-radius)
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid {
    border-color: var(--bs-form-invalid-border-color);
    padding-right: calc(1.6em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23D23636'%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='%23D23636' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.4em + 0.1875rem) center;
    background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem)
}

.form-control.is-invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 0rem rgba(var(--bs-danger-rgb), 0.25)
}

textarea.form-control.is-invalid {
    padding-right: calc(1.6em + 0.75rem);
    background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem)
}

.is-invalid.form-select,
select.is-invalid {
    border-color: var(--bs-form-invalid-border-color)
}

.is-invalid.form-select:not([multiple]):not([size]),
select.is-invalid:not([multiple]):not([size]),
.is-invalid.form-select:not([multiple])[size="1"],
select.is-invalid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: 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='%23D23636'%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='%23D23636' stroke='none'/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.8em + 0.375rem) calc(0.8em + 0.375rem)
}

.is-invalid.form-select:focus,
select.is-invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 0rem rgba(var(--bs-danger-rgb), 0.25)
}

.form-control-color.is-invalid {
    width: calc(3rem + calc(1.6em + 0.75rem))
}

.form-check-input.is-invalid {
    border-color: var(--bs-form-invalid-border-color)
}

.form-check-input.is-invalid:checked {
    background-color: var(--bs-form-invalid-color)
}

.form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0rem rgba(var(--bs-danger-rgb), 0.25)
}

.form-check-input.is-invalid~.form-check-label {
    color: var(--bs-form-invalid-color)
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

.input-group>.form-control:not(:focus).is-invalid,
.input-group>.form-select:not(:focus).is-invalid,
.input-group>select:not(:focus).is-invalid,
.input-group>.form-floating:not(:focus-within).is-invalid {
    z-index: 4
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.6;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:not(.dropdown-toggle):hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.btn-check+.btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color)
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:focus-visible+.btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:checked+.btn,
:not(.btn-check)+.btn:not(.dropdown-toggle):active,
.btn:first-child:active,
.btn.active,
.btn:not(.dropdown-toggle).show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color)
}

.btn-check:checked+.btn:focus-visible,
:not(.btn-check)+.btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
    cursor: not-allowed !important;
}

.btn-primary {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #0D775E;
    --bs-btn-border-color: #0D775E;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #0b6550;
    --bs-btn-hover-border-color: #0a5f4b;
    --bs-btn-focus-shadow-rgb: 49, 139, 118;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #0a5f4b;
    --bs-btn-active-border-color: #0a5947;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #0D775E;
    --bs-btn-disabled-border-color: #0D775E
}

.btn-secondary {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #24262B;
    --bs-btn-border-color: #24262B;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #1f2025;
    --bs-btn-hover-border-color: #1d1e22;
    --bs-btn-focus-shadow-rgb: 69, 71, 75;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #1d1e22;
    --bs-btn-active-border-color: #1b1d20;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #24262B;
    --bs-btn-disabled-border-color: #24262B
}

.btn-success {
    --bs-btn-color: #000;
    --bs-btn-bg: #31A56D;
    --bs-btn-border-color: #31A56D;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #50b383;
    --bs-btn-hover-border-color: #46ae7c;
    --bs-btn-focus-shadow-rgb: 42, 140, 93;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #5ab78a;
    --bs-btn-active-border-color: #46ae7c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #31A56D;
    --bs-btn-disabled-border-color: #31A56D
}

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #0194D9;
    --bs-btn-border-color: #0194D9;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #27a4df;
    --bs-btn-hover-border-color: #1a9fdd;
    --bs-btn-focus-shadow-rgb: 1, 126, 184;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #34a9e1;
    --bs-btn-active-border-color: #1a9fdd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0194D9;
    --bs-btn-disabled-border-color: #0194D9
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #E79600;
    --bs-btn-border-color: #E79600;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #eba626;
    --bs-btn-hover-border-color: #e9a11a;
    --bs-btn-focus-shadow-rgb: 196, 128, 0;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ecab33;
    --bs-btn-active-border-color: #e9a11a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #E79600;
    --bs-btn-disabled-border-color: #E79600
}

.btn-danger {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #D23636;
    --bs-btn-border-color: #D23636;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #b32e2e;
    --bs-btn-hover-border-color: #a82b2b;
    --bs-btn-focus-shadow-rgb: 217, 84, 84;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #a82b2b;
    --bs-btn-active-border-color: #9e2929;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #D23636;
    --bs-btn-disabled-border-color: #D23636
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #F3F3F3;
    --bs-btn-border-color: #F3F3F3;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #cfcfcf;
    --bs-btn-hover-border-color: #c2c2c2;
    --bs-btn-focus-shadow-rgb: 207, 207, 207;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c2c2c2;
    --bs-btn-active-border-color: #b6b6b6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #F3F3F3;
    --bs-btn-disabled-border-color: #F3F3F3
}

.btn-dark {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #444444;
    --bs-btn-border-color: #444444;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #606060;
    --bs-btn-hover-border-color: #575757;
    --bs-btn-focus-shadow-rgb: 96, 96, 96;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: dimgray;
    --bs-btn-active-border-color: #575757;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #444444;
    --bs-btn-disabled-border-color: #444444
}

.btn-outline-primary {
    --bs-btn-color: #0D775E;
    --bs-btn-border-color: #0D775E;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #0D775E;
    --bs-btn-hover-border-color: #0D775E;
    --bs-btn-focus-shadow-rgb: 13, 119, 94;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #0D775E;
    --bs-btn-active-border-color: #0D775E;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0D775E;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0D775E;
    --bs-gradient: none
}

.btn-outline-secondary {
    --bs-btn-color: #24262B;
    --bs-btn-border-color: #24262B;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #24262B;
    --bs-btn-hover-border-color: #24262B;
    --bs-btn-focus-shadow-rgb: 36, 38, 43;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #24262B;
    --bs-btn-active-border-color: #24262B;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #24262B;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #24262B;
    --bs-gradient: none
}

.btn-outline-success {
    --bs-btn-color: #31A56D;
    --bs-btn-border-color: #31A56D;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #31A56D;
    --bs-btn-hover-border-color: #31A56D;
    --bs-btn-focus-shadow-rgb: 49, 165, 109;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #31A56D;
    --bs-btn-active-border-color: #31A56D;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #31A56D;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #31A56D;
    --bs-gradient: none
}

.btn-outline-info {
    --bs-btn-color: #0194D9;
    --bs-btn-border-color: #0194D9;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #0194D9;
    --bs-btn-hover-border-color: #0194D9;
    --bs-btn-focus-shadow-rgb: 1, 148, 217;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0194D9;
    --bs-btn-active-border-color: #0194D9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0194D9;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0194D9;
    --bs-gradient: none
}

.btn-outline-warning {
    --bs-btn-color: #E79600;
    --bs-btn-border-color: #E79600;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #E79600;
    --bs-btn-hover-border-color: #E79600;
    --bs-btn-focus-shadow-rgb: 231, 150, 0;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #E79600;
    --bs-btn-active-border-color: #E79600;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #E79600;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #E79600;
    --bs-gradient: none
}

.btn-outline-danger {
    --bs-btn-color: #D23636;
    --bs-btn-border-color: #D23636;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #D23636;
    --bs-btn-hover-border-color: #D23636;
    --bs-btn-focus-shadow-rgb: 210, 54, 54;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #D23636;
    --bs-btn-active-border-color: #D23636;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #D23636;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #D23636;
    --bs-gradient: none
}

.btn-outline-light {
    --bs-btn-color: #F3F3F3;
    --bs-btn-border-color: #F3F3F3;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #F3F3F3;
    --bs-btn-hover-border-color: #F3F3F3;
    --bs-btn-focus-shadow-rgb: 243, 243, 243;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #F3F3F3;
    --bs-btn-active-border-color: #F3F3F3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #F3F3F3;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #F3F3F3;
    --bs-gradient: none
}

.btn-outline-dark {
    --bs-btn-color: #444444;
    --bs-btn-border-color: #444444;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #444444;
    --bs-btn-hover-border-color: #444444;
    --bs-btn-focus-shadow-rgb: 68, 68, 68;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #444444;
    --bs-btn-active-border-color: #444444;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #444444;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #444444;
    --bs-gradient: none
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 49, 139, 118;
    text-decoration: underline
}

.btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.btn-link:hover {
    color: var(--bs-btn-hover-color)
}

.btn-lg,
.btn-group-lg>.btn {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

.btn-sm,
.btn-group-sm>.btn {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm)
}

.fade {
    transition: opacity 0.15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #ffffff;
    --bs-dropdown-link-active-bg: #0D775E;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius)
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer)
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-end {
        --bs-position: end
    }

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:1440) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: var(--bs-dropdown-spacer)
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0)
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg)
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg)
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: 0.875rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color)
}

.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #ffffff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: #ffffff;
    --bs-dropdown-link-active-bg: #0D775E;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group {
    border-radius: var(--bs-border-radius)
}

.btn-group>:not(.btn-check:first-child)+.btn,
.btn-group>.btn-group:not(:first-child) {
    margin-left: calc(var(--bs-border-width) * -1)
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn.dropdown-toggle-split:first-child,
.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:nth-child(n + 3),
.btn-group>:not(.btn-check)+.btn,
.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
    margin-left: 0
}

.dropstart .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: calc(var(--bs-border-width) * -1)
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn~.btn,
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #000;
    text-decoration: none;
    background: none;
    border: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:hover,
.nav-link:focus {
    color: var(--bs-nav-link-hover-color)
}

.nav-link:focus-visible {
    outline: 0;
}

.nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}


.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius)
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color)
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color)
}

.nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #ffffff;
    --bs-nav-pills-link-active-bg: #0D775E
}

.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius)
}

.nav-pills .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: transparent;
    border-color: transparent
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg)
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.nav-justified .nav-item .nav-link {
    width: 100%
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.3rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2894,98,111,0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.navbar>.container-xl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--bs-navbar-color)
}

.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
    color: var(--bs-navbar-active-color)
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition)
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width)
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:1200px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:1440) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }

    .navbar-expand-xxl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x)
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none
}

.navbar-expand .offcanvas .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
}

.navbar-dark {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #ffffff;
    --bs-navbar-brand-color: #ffffff;
    --bs-navbar-brand-hover-color: #ffffff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

[data-bs-theme="dark"] .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius)
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color)
}

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color)
}

.card-subtitle {
    margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
    margin-bottom: 0;
    color: var(--bs-card-subtitle-color)
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link+.card-link {
    margin-left: var(--bs-card-spacer-x)
}

.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
}

.card-group>.card {
    margin-bottom: var(--bs-card-group-margin)
}

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0
    }
}

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235E626F'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23053026'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #86bbaf;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 119, 94, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle)
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition)
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition)
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0
}

[data-bs-theme="dark"] .accordion-button::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ead9e'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ead9e'%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")
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius)
}

.breadcrumb-item {
    height: 25px;
    line-height: 25px;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\f105";
    color: var(--title);
    font-weight: 700;
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
    padding-right: 12px;
    top: 0px;
    height: 25px;
    line-height: 25px;
}

.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color)
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 119, 94, 0.25);
    --bs-pagination-active-color: #ffffff;
    --bs-pagination-active-bg: #0D775E;
    --bs-pagination-active-border-color: #0D775E;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none;
    flex-wrap: wrap
}

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}


@media (prefers-reduced-motion:reduce) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color)
}

.page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow)
}

.page-link.active,
.active>.page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color)
}

.page-link.disabled,
.disabled>.page-link {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color)
}

.page-item:not(:first-child) .page-link {
    margin-left: calc(var(--bs-border-width) * -1)
}

.page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius)
}

.page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius)
}

.pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 1.25rem;
    --bs-pagination-border-radius: var(--bs-border-radius-lg)
}

.pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-border-radius: var(--bs-border-radius-sm)
}

.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #ffffff;
    --bs-badge-border-radius: var(--bs-border-radius);
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius)
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.dzFormMsg {
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999999;
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: var(--bs-border-radius);
    --bs-alert-link-color: inherit;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius)
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700;
    color: var(--bs-alert-link-color)
}

.alert-dismissible {
    padding-right: 3rem
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem
}

.alert-primary {
    --bs-alert-color: var(--bs-primary-text-emphasis);
    --bs-alert-bg: var(--bs-primary-bg-subtle);
    --bs-alert-border-color: var(--bs-primary-border-subtle);
    --bs-alert-link-color: var(--bs-primary-text-emphasis)
}

.alert-secondary {
    --bs-alert-color: var(--bs-secondary-text-emphasis);
    --bs-alert-bg: var(--bs-secondary-bg-subtle);
    --bs-alert-border-color: var(--bs-secondary-border-subtle);
    --bs-alert-link-color: var(--bs-secondary-text-emphasis)
}

.alert-success {
    --bs-alert-color: var(--bs-success-text-emphasis);
    --bs-alert-bg: var(--bs-success-bg-subtle);
    --bs-alert-border-color: var(--bs-success-border-subtle);
    --bs-alert-link-color: var(--bs-success-text-emphasis)
}

.alert-info {
    --bs-alert-color: var(--bs-info-text-emphasis);
    --bs-alert-bg: var(--bs-info-bg-subtle);
    --bs-alert-border-color: var(--bs-info-border-subtle);
    --bs-alert-link-color: var(--bs-info-text-emphasis)
}

.alert-warning {
    --bs-alert-color: var(--bs-warning-text-emphasis);
    --bs-alert-bg: var(--bs-warning-bg-subtle);
    --bs-alert-border-color: var(--bs-warning-border-subtle);
    --bs-alert-link-color: var(--bs-warning-text-emphasis)
}

.alert-danger {
    --bs-alert-color: var(--bs-danger-text-emphasis);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text-emphasis)
}

.alert-light {
    --bs-alert-color: var(--bs-light-text-emphasis);
    --bs-alert-bg: var(--bs-light-bg-subtle);
    --bs-alert-border-color: var(--bs-light-border-subtle);
    --bs-alert-link-color: var(--bs-light-text-emphasis)
}

.alert-dark {
    --bs-alert-color: var(--bs-dark-text-emphasis);
    --bs-alert-bg: var(--bs-dark-bg-subtle);
    --bs-alert-border-color: var(--bs-dark-border-subtle);
    --bs-alert-link-color: var(--bs-dark-text-emphasis)
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress,
.progress-stacked {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #ffffff;
    --bs-progress-bar-bg: #0D775E;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius)
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition)
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: var(--bs-progress-height) var(--bs-progress-height)
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 119, 94, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: var(--bs-btn-close-opacity)
}

.btn-close:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity)
}

.btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity)
}

.btn-close:disabled,
.btn-close.disabled {
    pointer-events: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity)
}

.btn-close-white {
    filter: var(--bs-btn-close-white-filter)
}

[data-bs-theme="dark"] .btn-close {
    filter: var(--bs-btn-close-white-filter)
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.6;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

#goog-gt-tt,
.goog-te-banner-frame,
.goog-te-menu-frame,
.goog-te-gadget-icon {
    display: none !important
}

iframe.skiptranslate {
    display: none !important
}

.dialog {
    width: 330px;
    max-width: 80%;
    position: fixed;
    z-index: 10000;
    display: none;
    left: 50%;
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    background: rgba(255, 255, 255, 1)
}

.dialog .close {
    color: #fff;
    cursor: pointer;
    left: 100%;
    display: block;
    bottom: 100%;
    line-height: 26px;
    font-size: 26px;
    position: absolute
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none
}

.modal-dialog .modal-content {
    width: auto;
    position: static;
    transform: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height)
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap) * .5)
}

@media (min-width:576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }

    .modal-sm {
        --bs-modal-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        --bs-modal-width: 1140px
    }
}

.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.875rem;
    --bs-popover-bg: var(--bs-body-bg);
    --bs-popover-border-width: var(--bs-border-width);
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: var(--bs-border-radius-lg);
    --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
    --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-color: #24262B;
    --bs-popover-header-bg: var(--bs-secondary-bg);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: var(--bs-body-color);
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius)
}

.popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height)
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 0
}

.popover-header {
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color)
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #ffffff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-prev,
    .carousel-control-next {
        transition: none
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%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='%23ffffff'%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-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100)
}

[data-bs-theme="dark"] .carousel .carousel-control-prev-icon,
[data-bs-theme="dark"] .carousel .carousel-control-next-icon,
[data-bs-theme="dark"].carousel .carousel-control-prev-icon,
[data-bs-theme="dark"].carousel .carousel-control-next-icon {
    filter: invert(1) grayscale(100)
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0
}

.spinner-grow-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem
}

.offcanvas-sm,
.offcanvas-md,
.offcanvas-lg,
.offcanvas-xl,
.offcanvas-xxl,
.offcanvas {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: var(--bs-body-color);
    --bs-offcanvas-bg: var(--bs-body-bg);
    --bs-offcanvas-border-width: var(--bs-border-width);
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.6
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition)
}

@media (prefers-reduced-motion:reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%)
}

.offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%)
}

.offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%)
}

.offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%)
}

.offcanvas.showing,
.offcanvas.show:not(.hiding) {
    transform: none
}

.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
    visibility: visible
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: 0.5
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
    margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
    margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y))
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: var(--bs-offcanvas-title-line-height)
}

.offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto
}

@keyframes placeholder-wave {
    100% {
        mask-position: -200% 0%
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.text-bg-primary {
    color: #ffffff !important;
    background-color: RGBA(13, 119, 94, var(--bs-bg-opacity, 1)) !important
}

.text-bg-success {
    color: #000 !important;
    background-color: RGBA(49, 165, 109, var(--bs-bg-opacity, 1)) !important
}

.text-bg-info {
    color: #000 !important;
    background-color: RGBA(1, 148, 217, var(--bs-bg-opacity, 1)) !important
}

.text-bg-warning {
    color: #000 !important;
    background-color: RGBA(231, 150, 0, var(--bs-bg-opacity, 1)) !important
}

.text-bg-danger {
    color: #ffffff !important;
    background-color: RGBA(210, 54, 54, var(--bs-bg-opacity, 1)) !important
}

.text-bg-light {
    color: #000 !important;
    background-color: RGBA(243, 243, 243, var(--bs-bg-opacity, 1)) !important
}

.text-bg-dark {
    color: #ffffff !important;
    background-color: RGBA(68, 68, 68, var(--bs-bg-opacity, 1)) !important
}

.link-primary {
    color: RGBA(var(--bs-primary-rgb, var(--bs-link-opacity, 1)));
    text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1))
}

.link-primary:hover,
.link-primary:focus {
    color: RGBA(10, 95, 75, var(--bs-link-opacity, 1));
    text-decoration-color: RGBA(10, 95, 75, var(--bs-link-underline-opacity, 1))
}

.link-success {
    color: RGBA(var(--bs-success-rgb, var(--bs-link-opacity, 1)));
    text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1))
}

.link-success:hover,
.link-success:focus {
    color: RGBA(90, 183, 138, var(--bs-link-opacity, 1));
    text-decoration-color: RGBA(90, 183, 138, var(--bs-link-underline-opacity, 1))
}

.link-info {
    color: RGBA(var(--bs-info-rgb, var(--bs-link-opacity, 1)));
    text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1))
}

.link-info:hover,
.link-info:focus {
    color: RGBA(52, 169, 225, var(--bs-link-opacity, 1));
    text-decoration-color: RGBA(52, 169, 225, var(--bs-link-underline-opacity, 1))
}

.link-warning {
    color: RGBA(var(--bs-warning-rgb, var(--bs-link-opacity, 1)));
    text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1))
}

.link-warning:hover,
.link-warning:focus {
    color: RGBA(236, 171, 51, var(--bs-link-opacity, 1));
    text-decoration-color: RGBA(236, 171, 51, var(--bs-link-underline-opacity, 1))
}

.link-danger {
    color: RGBA(var(--bs-danger-rgb, var(--bs-link-opacity, 1)));
    text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1))
}

.link-danger:hover,
.link-danger:focus {
    color: RGBA(168, 43, 43, var(--bs-link-opacity, 1));
    text-decoration-color: RGBA(168, 43, 43, var(--bs-link-underline-opacity, 1))
}

.link-light {
    color: RGBA(var(--bs-light-rgb, var(--bs-link-opacity, 1)));
    text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1))
}

.link-light:hover,
.link-light:focus {
    color: RGBA(245, 245, 245, var(--bs-link-opacity, 1));
    text-decoration-color: RGBA(245, 245, 245, var(--bs-link-underline-opacity, 1))
}

.link-dark {
    color: RGBA(var(--bs-dark-rgb, var(--bs-link-opacity, 1)));
    text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1))
}

.link-dark:hover,
.link-dark:focus {
    color: RGBA(54, 54, 54, var(--bs-link-opacity, 1));
    text-decoration-color: RGBA(54, 54, 54, var(--bs-link-underline-opacity, 1))
}

.link-body-emphasis {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1));
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1))
}

.link-body-emphasis:hover,
.link-body-emphasis:focus {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75));
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75))
}

.focus-ring:focus {
    outline: 0;
    box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)
}

.icon-link {
    display: inline-flex;
    gap: 0.375rem;
    align-items: center;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
    text-underline-offset: 0.25em;
    backface-visibility: hidden
}

.icon-link>.bi {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    transition: 0.2s ease-in-out transform
}

@media (prefers-reduced-motion:reduce) {
    .icon-link>.bi {
        transition: none
    }
}

.icon-link-hover:hover>.bi,
.icon-link-hover:focus-visible>.bi {
    transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0))
}

.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: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 1020
}

.sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020
}

@media (min-width:576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-sm-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width:768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-md-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width:992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-lg-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width:1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width:1440) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xxl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch
}

.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    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
}

.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
    position: absolute !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
}

.selection__arrow {
    float: right;
    margin-top: 2px
}

.selection__arrow .fa-chevron-right {
    transition: 0.3s
}

.selection__arrow .fa-chevron-right.expand-icon {
    transform: rotate(90deg)
}

#goodsList .widget_categories li ul {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    animation: accordionOut 0.3s normal ease-in-out both 1
}

#goodsList .widget_categories li ul.expand-content {
    transition: all 0.3s ease-in-out;
    height: auto;
    max-height: 150px;
    margin-top: 0.5rem;
    animation: accordionIn 0.3s normal ease-in-out both 1
}

.page-item.active .page-link {
    background-color: #000 !important;
    color: #fff !important
}

.top-cate-active,
.sub-menu-active {
    color: #ef4747 !important
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentcolor;
    opacity: 0.25
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.object-fit-contain {
    object-fit: contain !important
}

.object-fit-cover {
    object-fit: cover !important
}

.object-fit-fill {
    object-fit: fill !important
}

.object-fit-scale {
    object-fit: scale-down !important
}

.object-fit-none {
    object-fit: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: 0.25 !important
}

.opacity-50 {
    opacity: 0.5 !important
}

.opacity-75 {
    opacity: 0.75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.overflow-x-auto {
    overflow-x: auto !important
}

.overflow-x-hidden {
    overflow-x: hidden !important
}

.overflow-x-visible {
    overflow-x: visible !important
}

.overflow-x-scroll {
    overflow-x: scroll !important
}

.overflow-y-auto {
    overflow-y: auto !important
}

.overflow-y-hidden {
    overflow-y: hidden !important
}

.overflow-y-visible {
    overflow-y: visible !important
}

.overflow-y-scroll {
    overflow-y: 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-inline-grid {
    display: inline-grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.focus-ring-primary {
    --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-secondary {
    --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-success {
    --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-info {
    --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-warning {
    --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-danger {
    --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-light {
    --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-dark {
    --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    transform: translateX(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important
}

.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important
}

.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important
}

.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important
}

.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important
}

.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important
}

.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important
}

.border-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important
}

.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}

.border-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important
}

.border-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important
}

.border-success-subtle {
    border-color: var(--bs-success-border-subtle) !important
}

.border-info-subtle {
    border-color: var(--bs-info-border-subtle) !important
}

.border-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important
}

.border-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important
}

.border-light-subtle {
    border-color: var(--bs-light-border-subtle) !important
}

.border-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !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
}

.border-opacity-10 {
    --bs-border-opacity: 0.1
}

.border-opacity-25 {
    --bs-border-opacity: 0.25
}

.border-opacity-50 {
    --bs-border-opacity: 0.5
}

.border-opacity-75 {
    --bs-border-opacity: 0.75
}

.border-opacity-100 {
    --bs-border-opacity: 1
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: 0.25rem !important
}

.m-2 {
    margin: 0.5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}


.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: 0.25rem !important
}

.mt-2 {
    margin-top: 0.5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-inline-end: 0 !important
}

.me-1 {
    margin-inline-end: 0.25rem !important
}

.me-2 {
    margin-inline-end: 0.5rem !important
}

.me-3 {
    margin-inline-end: 1rem !important
}

.me-4 {
    margin-inline-end: 1.5rem !important
}

.me-5 {
    margin-inline-end: 3rem !important
}

.me-auto {
    margin-inline-end: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: 0.25rem !important
}

.mb-2 {
    margin-bottom: 0.5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-inline-start: 0 !important
}

.ms-1 {
    margin-inline-start: 0.25rem !important
}

.ms-2 {
    margin-inline-start: 0.5rem !important
}

.ms-3 {
    margin-inline-start: 1rem !important
}

.ms-4 {
    margin-inline-start: 1.5rem !important
}

.ms-5 {
    margin-inline-start: 3rem !important
}

.ms-auto {
    margin-inline-start: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: 0.25rem !important
}

.p-2 {
    padding: 0.5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-inline-end: 0 !important;
    padding-inline-start: 0 !important
}

.px-1 {
    padding-inline-end: 0.25rem !important;
    padding-inline-start: 0.25rem !important
}

.px-2 {
    padding-inline-end: 0.5rem !important;
    padding-inline-start: 0.5rem !important
}

.px-3 {
    padding-inline-end: 1rem !important;
    padding-inline-start: 1rem !important
}

.px-4 {
    padding-inline-end: 1.5rem !important;
    padding-inline-start: 1.5rem !important
}

.px-5 {
    padding-inline-end: 3rem !important;
    padding-inline-start: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: 0.25rem !important
}

.pt-2 {
    padding-top: 0.5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-inline-end: 0 !important
}

.pe-1 {
    padding-inline-end: 0.25rem !important
}

.pe-2 {
    padding-inline-end: 0.5rem !important
}

.pe-3 {
    padding-inline-end: 1rem !important
}

.pe-4 {
    padding-inline-end: 1.5rem !important
}

.pe-5 {
    padding-inline-end: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: 0.25rem !important
}

.pb-2 {
    padding-bottom: 0.5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-inline-start: 0 !important
}

.ps-1 {
    padding-inline-start: 0.25rem !important
}

.ps-2 {
    padding-inline-start: 0.5rem !important
}

.ps-3 {
    padding-inline-start: 1rem !important
}

.ps-4 {
    padding-inline-start: 1.5rem !important
}

.ps-5 {
    padding-inline-start: 3rem !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: 0.25rem !important
}

.gap-2 {
    gap: 0.5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.row-gap-0 {
    row-gap: 0 !important
}

.row-gap-1 {
    row-gap: 0.25rem !important
}

.row-gap-2 {
    row-gap: 0.5rem !important
}

.row-gap-3 {
    row-gap: 1rem !important
}

.row-gap-4 {
    row-gap: 1.5rem !important
}

.row-gap-5 {
    row-gap: 3rem !important
}

.column-gap-0 {
    column-gap: 0 !important
}

.column-gap-1 {
    column-gap: 0.25rem !important
}

.column-gap-2 {
    column-gap: 0.5rem !important
}

.column-gap-3 {
    column-gap: 1rem !important
}

.column-gap-4 {
    column-gap: 1.5rem !important
}

.column-gap-5 {
    column-gap: 3rem !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.3rem + 0.6vw) !important
}

.fs-3 {
    font-size: calc(1.275rem + 0.3vw) !important
}

.fs-4 {
    font-size: 1.25rem !important
}

.fs-5 {
    font-size: 1.125rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-medium {
    font-weight: 500 !important
}

.fw-semibold {
    font-weight: 600 !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.6 !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-right {
    text-align: right !important;
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important
}

.text-body-secondary {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important
}

.text-body-tertiary {
    --bs-text-opacity: 1;
    color: var(--bs-tertiary-color) !important
}

.text-body-emphasis {
    --bs-text-opacity: 1;
    color: var(--bs-emphasis-color) !important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.text-primary-emphasis {
    color: var(--bs-primary-text-emphasis) !important
}

.text-secondary-emphasis {
    color: var(--bs-secondary-text-emphasis) !important
}

.text-success-emphasis {
    color: var(--bs-success-text-emphasis) !important
}

.text-info-emphasis {
    color: var(--bs-info-text-emphasis) !important
}

.text-warning-emphasis {
    color: var(--bs-warning-text-emphasis) !important
}

.text-danger-emphasis {
    color: var(--bs-danger-text-emphasis) !important
}

.text-light-emphasis {
    color: var(--bs-light-text-emphasis) !important
}

.text-dark-emphasis {
    color: var(--bs-dark-text-emphasis) !important
}

.link-opacity-10 {
    --bs-link-opacity: 0.1
}

.link-opacity-10-hover:hover {
    --bs-link-opacity: 0.1
}

.link-opacity-25 {
    --bs-link-opacity: 0.25
}

.link-opacity-25-hover:hover {
    --bs-link-opacity: 0.25
}

.link-opacity-50 {
    --bs-link-opacity: 0.5
}

.link-opacity-50-hover:hover {
    --bs-link-opacity: 0.5
}

.link-opacity-75 {
    --bs-link-opacity: 0.75
}

.link-opacity-75-hover:hover {
    --bs-link-opacity: 0.75
}

.link-opacity-100 {
    --bs-link-opacity: 1
}

.link-opacity-100-hover:hover {
    --bs-link-opacity: 1
}

.link-offset-1 {
    text-underline-offset: 0.125em !important
}

.link-offset-1-hover:hover {
    text-underline-offset: 0.125em !important
}

.link-offset-2 {
    text-underline-offset: 0.25em !important
}

.link-offset-2-hover:hover {
    text-underline-offset: 0.25em !important
}

.link-offset-3 {
    text-underline-offset: 0.375em !important
}

.link-offset-3-hover:hover {
    text-underline-offset: 0.375em !important
}

.link-underline-primary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-secondary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-success {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-info {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-warning {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-danger {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-light {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-dark {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-underline-opacity-0 {
    --bs-link-underline-opacity: 0
}

.link-underline-opacity-0-hover:hover {
    --bs-link-underline-opacity: 0
}

.link-underline-opacity-10 {
    --bs-link-underline-opacity: 0.1
}

.link-underline-opacity-10-hover:hover {
    --bs-link-underline-opacity: 0.1
}

.link-underline-opacity-25 {
    --bs-link-underline-opacity: 0.25
}

.link-underline-opacity-25-hover:hover {
    --bs-link-underline-opacity: 0.25
}

.link-underline-opacity-50 {
    --bs-link-underline-opacity: 0.5
}

.link-underline-opacity-50-hover:hover {
    --bs-link-underline-opacity: 0.5
}

.link-underline-opacity-75 {
    --bs-link-underline-opacity: 0.75
}

.link-underline-opacity-75-hover:hover {
    --bs-link-underline-opacity: 0.75
}

.link-underline-opacity-100 {
    --bs-link-underline-opacity: 1
}

.link-underline-opacity-100-hover:hover {
    --bs-link-underline-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.bg-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-primary-subtle {
    background-color: var(--bs-primary-bg-subtle) !important
}

.bg-success-subtle {
    background-color: var(--bs-success-bg-subtle) !important
}

.bg-info-subtle {
    background-color: var(--bs-info-bg-subtle) !important
}

.bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle) !important
}

.bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle) !important
}

.bg-light-subtle {
    background-color: var(--bs-light-bg-subtle) !important
}

.bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle) !important
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    user-select: all !important
}

.user-select-auto {
    user-select: auto !important
}

.user-select-none {
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: var(--bs-border-radius) !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important
}

.rounded-2 {
    border-radius: var(--bs-border-radius) !important
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important
}

.rounded-5 {
    border-radius: var(--bs-border-radius-xxl) !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important
}

.rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.rounded-top-1 {
    border-top-left-radius: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-top-2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-top-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-top-5 {
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !important
}

.rounded-top-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important
}

.rounded-top-pill {
    border-top-left-radius: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-end {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.rounded-end-1 {
    border-top-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-end-2 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-end-3 {
    border-top-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-end-4 {
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-end-5 {
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important
}

.rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important
}

.rounded-end-pill {
    border-top-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important
}

.rounded-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.rounded-bottom-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-left-radius: var(--bs-border-radius-sm) !important
}

.rounded-bottom-2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important
}

.rounded-bottom-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-left-radius: var(--bs-border-radius-lg) !important
}

.rounded-bottom-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important
}

.rounded-bottom-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important
}

.rounded-bottom-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important
}

.rounded-bottom-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-left-radius: var(--bs-border-radius-pill) !important
}

.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.rounded-start-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-top-left-radius: var(--bs-border-radius-sm) !important
}

.rounded-start-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-start-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important
}

.rounded-start-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important
}

.rounded-start-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-left-radius: var(--bs-border-radius-xxl) !important
}

.rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important
}

.rounded-start-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-border-radius-pill) !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.z-n1 {
    z-index: -1 !important
}

.z-0 {
    z-index: 0 !important
}

.z-1 {
    z-index: 1 !important
}

.z-2 {
    z-index: 2 !important
}

.z-3 {
    z-index: 3 !important
}


@media (min-width:576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .object-fit-sm-contain {
        object-fit: contain !important
    }

    .object-fit-sm-cover {
        object-fit: cover !important
    }

    .object-fit-sm-fill {
        object-fit: fill !important
    }

    .object-fit-sm-scale {
        object-fit: scale-down !important
    }

    .object-fit-sm-none {
        object-fit: 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-inline-grid {
        display: inline-grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: 0.25rem !important
    }

    .m-sm-2 {
        margin: 0.5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-inline-end: 0 !important;
        margin-inline-start: 0 !important
    }

    .mx-sm-1 {
        margin-inline-end: 0.25rem !important;
        margin-inline-start: 0.25rem !important
    }

    .mx-sm-2 {
        margin-inline-end: 0.5rem !important;
        margin-inline-start: 0.5rem !important
    }

    .mx-sm-3 {
        margin-inline-end: 1rem !important;
        margin-inline-start: 1rem !important
    }

    .mx-sm-4 {
        margin-inline-end: 1.5rem !important;
        margin-inline-start: 1.5rem !important
    }

    .mx-sm-5 {
        margin-inline-end: 3rem !important;
        margin-inline-start: 3rem !important
    }

    .mx-sm-auto {
        margin-inline-end: auto !important;
        margin-inline-start: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-inline-end: 0 !important
    }

    .me-sm-1 {
        margin-inline-end: 0.25rem !important
    }

    .me-sm-2 {
        margin-inline-end: 0.5rem !important
    }

    .me-sm-3 {
        margin-inline-end: 1rem !important
    }

    .me-sm-4 {
        margin-inline-end: 1.5rem !important
    }

    .me-sm-5 {
        margin-inline-end: 3rem !important
    }

    .me-sm-auto {
        margin-inline-end: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important
    }

    .mb-sm-2 {
        margin-bottom: 0.5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-inline-start: 0 !important
    }

    .ms-sm-1 {
        margin-inline-start: 0.25rem !important
    }

    .ms-sm-2 {
        margin-inline-start: 0.5rem !important
    }

    .ms-sm-3 {
        margin-inline-start: 1rem !important
    }

    .ms-sm-4 {
        margin-inline-start: 1.5rem !important
    }

    .ms-sm-5 {
        margin-inline-start: 3rem !important
    }

    .ms-sm-auto {
        margin-inline-start: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: 0.25rem !important
    }

    .p-sm-2 {
        padding: 0.5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-inline-end: 0 !important;
        padding-inline-start: 0 !important
    }

    .px-sm-1 {
        padding-inline-end: 0.25rem !important;
        padding-inline-start: 0.25rem !important
    }

    .px-sm-2 {
        padding-inline-end: 0.5rem !important;
        padding-inline-start: 0.5rem !important
    }

    .px-sm-3 {
        padding-inline-end: 1rem !important;
        padding-inline-start: 1rem !important
    }

    .px-sm-4 {
        padding-inline-end: 1.5rem !important;
        padding-inline-start: 1.5rem !important
    }

    .px-sm-5 {
        padding-inline-end: 3rem !important;
        padding-inline-start: 3rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }

    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: 0.25rem !important
    }

    .pt-sm-2 {
        padding-top: 0.5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-inline-end: 0 !important
    }

    .pe-sm-1 {
        padding-inline-end: 0.25rem !important
    }

    .pe-sm-2 {
        padding-inline-end: 0.5rem !important
    }

    .pe-sm-3 {
        padding-inline-end: 1rem !important
    }

    .pe-sm-4 {
        padding-inline-end: 1.5rem !important
    }

    .pe-sm-5 {
        padding-inline-end: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: 0.25rem !important
    }

    .pb-sm-2 {
        padding-bottom: 0.5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-inline-start: 0 !important
    }

    .ps-sm-1 {
        padding-inline-start: 0.25rem !important
    }

    .ps-sm-2 {
        padding-inline-start: 0.5rem !important
    }

    .ps-sm-3 {
        padding-inline-start: 1rem !important
    }

    .ps-sm-4 {
        padding-inline-start: 1.5rem !important
    }

    .ps-sm-5 {
        padding-inline-start: 3rem !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: 0.25rem !important
    }

    .gap-sm-2 {
        gap: 0.5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !important
    }

    .row-gap-sm-0 {
        row-gap: 0 !important
    }

    .row-gap-sm-1 {
        row-gap: 0.25rem !important
    }

    .row-gap-sm-2 {
        row-gap: 0.5rem !important
    }

    .row-gap-sm-3 {
        row-gap: 1rem !important
    }

    .row-gap-sm-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-sm-5 {
        row-gap: 3rem !important
    }

    .column-gap-sm-0 {
        column-gap: 0 !important
    }

    .column-gap-sm-1 {
        column-gap: 0.25rem !important
    }

    .column-gap-sm-2 {
        column-gap: 0.5rem !important
    }

    .column-gap-sm-3 {
        column-gap: 1rem !important
    }

    .column-gap-sm-4 {
        column-gap: 1.5rem !important
    }

    .column-gap-sm-5 {
        column-gap: 3rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .object-fit-md-contain {
        object-fit: contain !important
    }

    .object-fit-md-cover {
        object-fit: cover !important
    }

    .object-fit-md-fill {
        object-fit: fill !important
    }

    .object-fit-md-scale {
        object-fit: scale-down !important
    }

    .object-fit-md-none {
        object-fit: 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-inline-grid {
        display: inline-grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: 0.25rem !important
    }

    .m-md-2 {
        margin: 0.5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-inline-end: 0 !important;
        margin-inline-start: 0 !important
    }

    .mx-md-1 {
        margin-inline-end: 0.25rem !important;
        margin-inline-start: 0.25rem !important
    }

    .mx-md-2 {
        margin-inline-end: 0.5rem !important;
        margin-inline-start: 0.5rem !important
    }

    .mx-md-3 {
        margin-inline-end: 1rem !important;
        margin-inline-start: 1rem !important
    }

    .mx-md-4 {
        margin-inline-end: 1.5rem !important;
        margin-inline-start: 1.5rem !important
    }

    .mx-md-5 {
        margin-inline-end: 3rem !important;
        margin-inline-start: 3rem !important
    }

    .mx-md-auto {
        margin-inline-end: auto !important;
        margin-inline-start: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: 0.25rem !important
    }

    .mt-md-2 {
        margin-top: 0.5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-inline-end: 0 !important
    }

    .me-md-1 {
        margin-inline-end: 0.25rem !important
    }

    .me-md-2 {
        margin-inline-end: 0.5rem !important
    }

    .me-md-3 {
        margin-inline-end: 1rem !important
    }

    .me-md-4 {
        margin-inline-end: 1.5rem !important
    }

    .me-md-5 {
        margin-inline-end: 3rem !important
    }

    .me-md-auto {
        margin-inline-end: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-inline-start: 0 !important
    }

    .ms-md-1 {
        margin-inline-start: 0.25rem !important
    }

    .ms-md-2 {
        margin-inline-start: 0.5rem !important
    }

    .ms-md-3 {
        margin-inline-start: 1rem !important
    }

    .ms-md-4 {
        margin-inline-start: 1.5rem !important
    }

    .ms-md-5 {
        margin-inline-start: 3rem !important
    }

    .ms-md-auto {
        margin-inline-start: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: 0.25rem !important
    }

    .p-md-2 {
        padding: 0.5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-inline-end: 0 !important;
        padding-inline-start: 0 !important
    }

    .px-md-1 {
        padding-inline-end: 0.25rem !important;
        padding-inline-start: 0.25rem !important
    }

    .px-md-2 {
        padding-inline-end: 0.5rem !important;
        padding-inline-start: 0.5rem !important
    }

    .px-md-3 {
        padding-inline-end: 1rem !important;
        padding-inline-start: 1rem !important
    }

    .px-md-4 {
        padding-inline-end: 1.5rem !important;
        padding-inline-start: 1.5rem !important
    }

    .px-md-5 {
        padding-inline-end: 3rem !important;
        padding-inline-start: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }

    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: 0.25rem !important
    }

    .pt-md-2 {
        padding-top: 0.5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-inline-end: 0 !important
    }

    .pe-md-1 {
        padding-inline-end: 0.25rem !important
    }

    .pe-md-2 {
        padding-inline-end: 0.5rem !important
    }

    .pe-md-3 {
        padding-inline-end: 1rem !important
    }

    .pe-md-4 {
        padding-inline-end: 1.5rem !important
    }

    .pe-md-5 {
        padding-inline-end: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: 0.25rem !important
    }

    .pb-md-2 {
        padding-bottom: 0.5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-inline-start: 0 !important
    }

    .ps-md-1 {
        padding-inline-start: 0.25rem !important
    }

    .ps-md-2 {
        padding-inline-start: 0.5rem !important
    }

    .ps-md-3 {
        padding-inline-start: 1rem !important
    }

    .ps-md-4 {
        padding-inline-start: 1.5rem !important
    }

    .ps-md-5 {
        padding-inline-start: 3rem !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: 0.25rem !important
    }

    .gap-md-2 {
        gap: 0.5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !important
    }

    .row-gap-md-0 {
        row-gap: 0 !important
    }

    .row-gap-md-1 {
        row-gap: 0.25rem !important
    }

    .row-gap-md-2 {
        row-gap: 0.5rem !important
    }

    .row-gap-md-3 {
        row-gap: 1rem !important
    }

    .row-gap-md-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-md-5 {
        row-gap: 3rem !important
    }

    .column-gap-md-0 {
        column-gap: 0 !important
    }

    .column-gap-md-1 {
        column-gap: 0.25rem !important
    }

    .column-gap-md-2 {
        column-gap: 0.5rem !important
    }

    .column-gap-md-3 {
        column-gap: 1rem !important
    }

    .column-gap-md-4 {
        column-gap: 1.5rem !important
    }

    .column-gap-md-5 {
        column-gap: 3rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .object-fit-lg-contain {
        object-fit: contain !important
    }

    .object-fit-lg-cover {
        object-fit: cover !important
    }

    .object-fit-lg-fill {
        object-fit: fill !important
    }

    .object-fit-lg-scale {
        object-fit: scale-down !important
    }

    .object-fit-lg-none {
        object-fit: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-inline-grid {
        display: inline-grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: 0.25rem !important
    }

    .m-lg-2 {
        margin: 0.5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-inline-end: 0 !important;
        margin-inline-start: 0 !important
    }

    .mx-lg-1 {
        margin-inline-end: 0.25rem !important;
        margin-inline-start: 0.25rem !important
    }

    .mx-lg-2 {
        margin-inline-end: 0.5rem !important;
        margin-inline-start: 0.5rem !important
    }

    .mx-lg-3 {
        margin-inline-end: 1rem !important;
        margin-inline-start: 1rem !important
    }

    .mx-lg-4 {
        margin-inline-end: 1.5rem !important;
        margin-inline-start: 1.5rem !important
    }

    .mx-lg-5 {
        margin-inline-end: 3rem !important;
        margin-inline-start: 3rem !important
    }

    .mx-lg-auto {
        margin-inline-end: auto !important;
        margin-inline-start: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }

    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: 0.25rem !important
    }

    .mt-lg-2 {
        margin-top: 0.5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-inline-end: 0 !important
    }

    .me-lg-1 {
        margin-inline-end: 0.25rem !important
    }

    .me-lg-2 {
        margin-inline-end: 0.5rem !important
    }

    .me-lg-3 {
        margin-inline-end: 1rem !important
    }

    .me-lg-4 {
        margin-inline-end: 1.5rem !important
    }

    .me-lg-5 {
        margin-inline-end: 3rem !important
    }

    .me-lg-auto {
        margin-inline-end: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: 0.25rem !important
    }

    .mb-lg-2 {
        margin-bottom: 0.5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-inline-start: 0 !important
    }

    .ms-lg-1 {
        margin-inline-start: 0.25rem !important
    }

    .ms-lg-2 {
        margin-inline-start: 0.5rem !important
    }

    .ms-lg-3 {
        margin-inline-start: 1rem !important
    }

    .ms-lg-4 {
        margin-inline-start: 1.5rem !important
    }

    .ms-lg-5 {
        margin-inline-start: 3rem !important
    }

    .ms-lg-auto {
        margin-inline-start: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: 0.25rem !important
    }

    .p-lg-2 {
        padding: 0.5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-inline-end: 0 !important;
        padding-inline-start: 0 !important
    }

    .px-lg-1 {
        padding-inline-end: 0.25rem !important;
        padding-inline-start: 0.25rem !important
    }

    .px-lg-2 {
        padding-inline-end: 0.5rem !important;
        padding-inline-start: 0.5rem !important
    }

    .px-lg-3 {
        padding-inline-end: 1rem !important;
        padding-inline-start: 1rem !important
    }

    .px-lg-4 {
        padding-inline-end: 1.5rem !important;
        padding-inline-start: 1.5rem !important
    }

    .px-lg-5 {
        padding-inline-end: 3rem !important;
        padding-inline-start: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }

    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: 0.25rem !important
    }

    .pt-lg-2 {
        padding-top: 0.5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-inline-end: 0 !important
    }

    .pe-lg-1 {
        padding-inline-end: 0.25rem !important
    }

    .pe-lg-2 {
        padding-inline-end: 0.5rem !important
    }

    .pe-lg-3 {
        padding-inline-end: 1rem !important
    }

    .pe-lg-4 {
        padding-inline-end: 1.5rem !important
    }

    .pe-lg-5 {
        padding-inline-end: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: 0.25rem !important
    }

    .pb-lg-2 {
        padding-bottom: 0.5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-inline-start: 0 !important
    }

    .ps-lg-1 {
        padding-inline-start: 0.25rem !important
    }

    .ps-lg-2 {
        padding-inline-start: 0.5rem !important
    }

    .ps-lg-3 {
        padding-inline-start: 1rem !important
    }

    .ps-lg-4 {
        padding-inline-start: 1.5rem !important
    }

    .ps-lg-5 {
        padding-inline-start: 3rem !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: 0.25rem !important
    }

    .gap-lg-2 {
        gap: 0.5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !important
    }

    .row-gap-lg-0 {
        row-gap: 0 !important
    }

    .row-gap-lg-1 {
        row-gap: 0.25rem !important
    }

    .row-gap-lg-2 {
        row-gap: 0.5rem !important
    }

    .row-gap-lg-3 {
        row-gap: 1rem !important
    }

    .row-gap-lg-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-lg-5 {
        row-gap: 3rem !important
    }

    .column-gap-lg-0 {
        column-gap: 0 !important
    }

    .column-gap-lg-1 {
        column-gap: 0.25rem !important
    }

    .column-gap-lg-2 {
        column-gap: 0.5rem !important
    }

    .column-gap-lg-3 {
        column-gap: 1rem !important
    }

    .column-gap-lg-4 {
        column-gap: 1.5rem !important
    }

    .column-gap-lg-5 {
        column-gap: 3rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .object-fit-xl-contain {
        object-fit: contain !important
    }

    .object-fit-xl-cover {
        object-fit: cover !important
    }

    .object-fit-xl-fill {
        object-fit: fill !important
    }

    .object-fit-xl-scale {
        object-fit: scale-down !important
    }

    .object-fit-xl-none {
        object-fit: 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-inline-grid {
        display: inline-grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: 0.25rem !important
    }

    .m-xl-2 {
        margin: 0.5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-inline-end: 0 !important;
        margin-inline-start: 0 !important
    }

    .mx-xl-1 {
        margin-inline-end: 0.25rem !important;
        margin-inline-start: 0.25rem !important
    }

    .mx-xl-2 {
        margin-inline-end: 0.5rem !important;
        margin-inline-start: 0.5rem !important
    }

    .mx-xl-3 {
        margin-inline-end: 1rem !important;
        margin-inline-start: 1rem !important
    }

    .mx-xl-4 {
        margin-inline-end: 1.5rem !important;
        margin-inline-start: 1.5rem !important
    }

    .mx-xl-5 {
        margin-inline-end: 3rem !important;
        margin-inline-start: 3rem !important
    }

    .mx-xl-auto {
        margin-inline-end: auto !important;
        margin-inline-start: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-inline-end: 0 !important
    }

    .me-xl-1 {
        margin-inline-end: 0.25rem !important
    }

    .me-xl-2 {
        margin-inline-end: 0.5rem !important
    }

    .me-xl-3 {
        margin-inline-end: 1rem !important
    }

    .me-xl-4 {
        margin-inline-end: 1.5rem !important
    }

    .me-xl-5 {
        margin-inline-end: 3rem !important
    }

    .me-xl-auto {
        margin-inline-end: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-inline-start: 0 !important
    }

    .ms-xl-1 {
        margin-inline-start: 0.25rem !important
    }

    .ms-xl-2 {
        margin-inline-start: 0.5rem !important
    }

    .ms-xl-3 {
        margin-inline-start: 1rem !important
    }

    .ms-xl-4 {
        margin-inline-start: 1.5rem !important
    }

    .ms-xl-5 {
        margin-inline-start: 3rem !important
    }

    .ms-xl-auto {
        margin-inline-start: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: 0.25rem !important
    }

    .p-xl-2 {
        padding: 0.5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-inline-end: 0 !important;
        padding-inline-start: 0 !important
    }

    .px-xl-1 {
        padding-inline-end: 0.25rem !important;
        padding-inline-start: 0.25rem !important
    }

    .px-xl-2 {
        padding-inline-end: 0.5rem !important;
        padding-inline-start: 0.5rem !important
    }

    .px-xl-3 {
        padding-inline-end: 1rem !important;
        padding-inline-start: 1rem !important
    }

    .px-xl-4 {
        padding-inline-end: 1.5rem !important;
        padding-inline-start: 1.5rem !important
    }

    .px-xl-5 {
        padding-inline-end: 3rem !important;
        padding-inline-start: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: 0.25rem !important
    }

    .pt-xl-2 {
        padding-top: 0.5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-inline-end: 0 !important
    }

    .pe-xl-1 {
        padding-inline-end: 0.25rem !important
    }

    .pe-xl-2 {
        padding-inline-end: 0.5rem !important
    }

    .pe-xl-3 {
        padding-inline-end: 1rem !important
    }

    .pe-xl-4 {
        padding-inline-end: 1.5rem !important
    }

    .pe-xl-5 {
        padding-inline-end: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important
    }

    .pb-xl-2 {
        padding-bottom: 0.5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-inline-start: 0 !important
    }

    .ps-xl-1 {
        padding-inline-start: 0.25rem !important
    }

    .ps-xl-2 {
        padding-inline-start: 0.5rem !important
    }

    .ps-xl-3 {
        padding-inline-start: 1rem !important
    }

    .ps-xl-4 {
        padding-inline-start: 1.5rem !important
    }

    .ps-xl-5 {
        padding-inline-start: 3rem !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: 0.25rem !important
    }

    .gap-xl-2 {
        gap: 0.5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !important
    }

    .row-gap-xl-0 {
        row-gap: 0 !important
    }

    .row-gap-xl-1 {
        row-gap: 0.25rem !important
    }

    .row-gap-xl-2 {
        row-gap: 0.5rem !important
    }

    .row-gap-xl-3 {
        row-gap: 1rem !important
    }

    .row-gap-xl-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-xl-5 {
        row-gap: 3rem !important
    }

    .column-gap-xl-0 {
        column-gap: 0 !important
    }

    .column-gap-xl-1 {
        column-gap: 0.25rem !important
    }

    .column-gap-xl-2 {
        column-gap: 0.5rem !important
    }

    .column-gap-xl-3 {
        column-gap: 1rem !important
    }

    .column-gap-xl-4 {
        column-gap: 1.5rem !important
    }

    .column-gap-xl-5 {
        column-gap: 3rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width:1440) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .object-fit-xxl-contain {
        object-fit: contain !important
    }

    .object-fit-xxl-cover {
        object-fit: cover !important
    }

    .object-fit-xxl-fill {
        object-fit: fill !important
    }

    .object-fit-xxl-scale {
        object-fit: scale-down !important
    }

    .object-fit-xxl-none {
        object-fit: 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-inline-grid {
        display: inline-grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: 0.25rem !important
    }

    .m-xxl-2 {
        margin: 0.5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-inline-end: 0 !important;
        margin-inline-start: 0 !important
    }

    .mx-xxl-1 {
        margin-inline-end: 0.25rem !important;
        margin-inline-start: 0.25rem !important
    }

    .mx-xxl-2 {
        margin-inline-end: 0.5rem !important;
        margin-inline-start: 0.5rem !important
    }

    .mx-xxl-3 {
        margin-inline-end: 1rem !important;
        margin-inline-start: 1rem !important
    }

    .mx-xxl-4 {
        margin-inline-end: 1.5rem !important;
        margin-inline-start: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-inline-end: 3rem !important;
        margin-inline-start: 3rem !important
    }

    .mx-xxl-auto {
        margin-inline-end: auto !important;
        margin-inline-start: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }

    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: 0.25rem !important
    }

    .mt-xxl-2 {
        margin-top: 0.5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-inline-end: 0 !important
    }

    .me-xxl-1 {
        margin-inline-end: 0.25rem !important
    }

    .me-xxl-2 {
        margin-inline-end: 0.5rem !important
    }

    .me-xxl-3 {
        margin-inline-end: 1rem !important
    }

    .me-xxl-4 {
        margin-inline-end: 1.5rem !important
    }

    .me-xxl-5 {
        margin-inline-end: 3rem !important
    }

    .me-xxl-auto {
        margin-inline-end: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: 0.25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: 0.5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-inline-start: 0 !important
    }

    .ms-xxl-1 {
        margin-inline-start: 0.25rem !important
    }

    .ms-xxl-2 {
        margin-inline-start: 0.5rem !important
    }

    .ms-xxl-3 {
        margin-inline-start: 1rem !important
    }

    .ms-xxl-4 {
        margin-inline-start: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-inline-start: 3rem !important
    }

    .ms-xxl-auto {
        margin-inline-start: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: 0.25rem !important
    }

    .p-xxl-2 {
        padding: 0.5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-inline-end: 0 !important;
        padding-inline-start: 0 !important
    }

    .px-xxl-1 {
        padding-inline-end: 0.25rem !important;
        padding-inline-start: 0.25rem !important
    }

    .px-xxl-2 {
        padding-inline-end: 0.5rem !important;
        padding-inline-start: 0.5rem !important
    }

    .px-xxl-3 {
        padding-inline-end: 1rem !important;
        padding-inline-start: 1rem !important
    }

    .px-xxl-4 {
        padding-inline-end: 1.5rem !important;
        padding-inline-start: 1.5rem !important
    }

    .px-xxl-5 {
        padding-inline-end: 3rem !important;
        padding-inline-start: 3rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }

    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: 0.25rem !important
    }

    .pt-xxl-2 {
        padding-top: 0.5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-inline-end: 0 !important
    }

    .pe-xxl-1 {
        padding-inline-end: 0.25rem !important
    }

    .pe-xxl-2 {
        padding-inline-end: 0.5rem !important
    }

    .pe-xxl-3 {
        padding-inline-end: 1rem !important
    }

    .pe-xxl-4 {
        padding-inline-end: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-inline-end: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: 0.25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: 0.5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-inline-start: 0 !important
    }

    .ps-xxl-1 {
        padding-inline-start: 0.25rem !important
    }

    .ps-xxl-2 {
        padding-inline-start: 0.5rem !important
    }

    .ps-xxl-3 {
        padding-inline-start: 1rem !important
    }

    .ps-xxl-4 {
        padding-inline-start: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-inline-start: 3rem !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: 0.25rem !important
    }

    .gap-xxl-2 {
        gap: 0.5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !important
    }

    .row-gap-xxl-0 {
        row-gap: 0 !important
    }

    .row-gap-xxl-1 {
        row-gap: 0.25rem !important
    }

    .row-gap-xxl-2 {
        row-gap: 0.5rem !important
    }

    .row-gap-xxl-3 {
        row-gap: 1rem !important
    }

    .row-gap-xxl-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-xxl-5 {
        row-gap: 3rem !important
    }

    .column-gap-xxl-0 {
        column-gap: 0 !important
    }

    .column-gap-xxl-1 {
        column-gap: 0.25rem !important
    }

    .column-gap-xxl-2 {
        column-gap: 0.5rem !important
    }

    .column-gap-xxl-3 {
        column-gap: 1rem !important
    }

    .column-gap-xxl-4 {
        column-gap: 1.5rem !important
    }

    .column-gap-xxl-5 {
        column-gap: 3rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .fs-1 {
        font-size: 2.5rem !important
    }

    .fs-2 {
        font-size: 1.75rem !important
    }

    .fs-3 {
        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-inline-grid {
        display: inline-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
    }
}

* {
    outline: none;
    padding: 0
}

*::after {
    margin: 0;
    padding: 0
}

*::before {
    margin: 0;
    padding: 0
}

body {
    line-height: 1.6;
    color: #5E626F;
    font-size: 1rem;
    font-family: var(--font-family-base)
}

body.fixed {
    overflow: hidden;
    position: fixed
}

@media only screen and (max-width:575px) {
    body {
        font-size: 14px;
    }
}

p {
    font-family: var(--font-family-base)
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    color: var(--title)
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--font-family-title);
    font-weight: 600;
    color: var(--title);
    line-height: 1.4
}

h1,
.h1,
.h1 {
    font-size: 2.5rem;
    line-height: 1.2
}

@media only screen and (max-width:1199px) {

    h1,
    .h1,
    .h1 {
        font-size: 2.2rem
    }
}

@media only screen and (max-width:767px) {

    h1,
    .h1,
    .h1 {
        font-size: 2rem
    }
}

@media only screen and (max-width:575px) {

    h1,
    .h1,
    .h1 {
        font-size: 1.7rem
    }
}

h2,
.h2,
.h2 {
    font-size: 1.75rem
}

@media only screen and (max-width:1199px) {

    h2,
    .h2,
    .h2 {
        font-size: 1.70rem
    }
}

@media only screen and (max-width:767px) {

    h2,
    .h2,
    .h2 {
        font-size: 1.5rem
    }
}

@media only screen and (max-width:575px) {

    h2,
    .h2,
    .h2 {
        font-size: 1.3rem
    }
}

h3,
.h3,
.h3 {
    font-size: 1.5rem
}

@media only screen and (max-width:767px) {

    h3,
    .h3,
    .h3 {
        font-size: 1.625rem
    }
}

@media only screen and (max-width:575px) {

    h3,
    .h3,
    .h3 {
        font-size: 1.15rem
    }
}

h4,
.h4,
.h4 {
    font-size: 1.25rem
}

@media only screen and (max-width:767px) {

    h4,
    .h4,
    .h4 {
        font-size: 1.25rem
    }
}

@media only screen and (max-width:575px) {

    h4,
    .h4,
    .h4 {
        font-size: 1.1rem
    }
}

h5,
.h5,
.h5 {
    font-size: 1.125rem
}

@media only screen and (max-width:767px) {

    h5,
    .h5,
    .h5 {
        font-size: 1.125rem
    }
}

@media only screen and (max-width:575px) {

    h5,
    .h5,
    .h5 {
        font-size: 1.05rem
    }
}

h6,
.h6,
.h6 {
    font-size: 1rem
}

@media only screen and (max-width:767px) {

    h6,
    .h6,
    .h6 {
        font-size: 1rem
    }
}

ul {
    padding: 0;
    margin: 0
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

li {
    list-style: none
}

a {
    text-decoration: none;
    outline: none;
    color: var(--primary);
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s
}

a:hover {
    text-decoration: none;
    outline: none;
    color: var(--primary)
}

.text-primary {
    color: var(--primary) !important
}

.text-secondary {
    color: var(--secondary) !important
}

.bg-primary {
    background-color: var(--primary) !important
}

.bg-blue {
    background-color: #060340 !important
}

b,
strong,
.strong {
    font-weight: 500;
    color: var(--title);
}

.h-0 {
    height: 0
}

#main-wrapper {
    opacity: 0;
    transition: all 0.25s ease-in;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-top: 60px
}

#main-wrapper.show {
    opacity: 1
}

.content-body {
    margin-left: 65px;
    margin-top: 18px;
    margin-right: 6px;
    margin-bottom: 45px
}

@media only screen and (min-width:1400px) {
    .container {
        max-width: 1320px
    }
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    padding-left: 80px;
    padding-right: 80px
}

@media only screen and (max-width:1280px) {

    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (max-width:575px) {

    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (max-width:330px) {

    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        padding-left: 0;
        padding-right: 0;
    }
}

.bg-grey {
    background-color: var(--grey)
}

.text-black {
    color: #071c35
}

::selection {
    color: #ffffff;
    background: var(--primary)
}

.modal-backdrop {
    z-index: 9999
}

.modal {
    z-index: 100000
}

[class*="flaticon-"] {
    font-family: "Flaticon"
}

@media only screen and (max-width:991px) {
    .dz-order-1 {
        order: 1;
        margin-top: 20px
    }
}

.gradient {
    background-image: var(--gradient)
}

.gradient-sec {
    background-image: var(--gradient-sec)
}

#pointer-dot {
    left: -4px;
    top: -4px;
    width: 12px;
    height: 12px;
    position: fixed;
    border-radius: 10px;
    z-index: 999998;
    pointer-events: none;
    transition: border-color 0.5s;
    background: #333;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2)
}

#pointer-ring {
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    display: block;
    border: 1px solid var(--primary) !important;
    position: fixed;
    border-radius: 100px;
    z-index: 999999;
    pointer-events: none;
    transition: width 0.3s, height 0.3s
}

#pointer-ring.active {
    width: 50px;
    height: 50px;
    opacity: 0.5
}

#pointer-ring.active+#pointer-dot {
    opacity: 0
}

.content-inner {
    padding-top: 100px;
    padding-bottom: 70px
}

@media only screen and (max-width:1480px) {
    .content-inner {
        padding-top: 70px;
        padding-bottom: 40px
    }
}

@media only screen and (max-width:767px) {
    .content-inner {
        padding-top: 50px;
        padding-bottom: 20px
    }
}

@media only screen and (max-width:575px) {
    .content-inner {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media (max-aspect-ratio: 0.45) or (max-width: 380px) {
    section.content-inner {
        overflow-x: hidden;
    }
}

.content-inner-1 {
    padding-top: 100px;
    padding-bottom: 100px
}

@media only screen and (max-width:1480px) {
    .content-inner-1 {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media only screen and (max-width:767px) {
    .content-inner-1 {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media only screen and (max-width:575px) {
    .content-inner-1 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .content-inner-1.mt-5 {
        margin-top: 0 !important
    }
}

.content-inner-2 {
    padding-top: 100px;
    padding-bottom: 0
}

@media only screen and (max-width:1480px) {
    .content-inner-2 {
        padding-top: 70px
    }
}

@media only screen and (max-width:767px) {
    .content-inner-2 {
        padding-top: 50px
    }
}

@media only screen and (max-width:575px) {
    .content-inner-2 {
        padding-top: 40px
    }
}

.content-inner-3 {
    padding-top: 70px;
    padding-bottom: 50px
}

@media only screen and (max-width:991px) {
    .content-inner-3 {
        padding-top: 50px;
        padding-bottom: 20px
    }
}

@media only screen and (max-width:575px) {
    .content-inner-3 {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.mfp-bg {
    z-index: 99999
}

.mfp-wrap {
    z-index: 100000
}

.rounded {
    border-radius: var(--border-radius-base) !important
}

.half-shape-top-w {
    position: relative;
    z-index: 2
}

.half-shape-top-w:after {
    content: "";
    height: 50%;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: -1
}

.half-shape-bottom-w {
    position: relative;
    z-index: 0
}

.half-shape-bottom-w:after {
    content: "";
    height: 50%;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: -1
}

.height-md {
    height: 370px
}

.height-lg {
    height: 600px
}

@media only screen and (max-width:575px) {
    .height-lg {
        height: 400px
    }
}

.border-primary {
    border-color: var(--primary) !important
}

.border-bottom {
    border-bottom: 1px solid #eee !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.row.dz-row-left {
    display: table
}

.row.dz-row-left>[class*="col-"] {
    float: left
}

.row.dz-row-right {
    display: table
}

.row.dz-row-right>[class*="col-"] {
    float: right
}

.nav-inline li {
    display: inline-block;
    margin-right: 15px;
    padding: 0.25rem 0 !important
}

.lg-toolbar .lg-icon:hover {
    color: var(--primary)
}

.preloader-wrapper-1 {
    align-items: center;
    position: fixed;
    z-index: 999999;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    transition: all 1s ease 0s;
    background-position: center center;
    background-size: 150px;
    background-repeat: no-repeat;
    backdrop-filter: blur(10px)
}

.preloader-wrapper-1 img {
    width: 220px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.loader {
    font-size: 16px;
    color: transparent;
    overflow: hidden;
    display: inline-block;
    text-shadow: black 0px 0px, black 8em 0px;
    animation: 1.5s ease 0s infinite normal none running marquee;
    text-transform: uppercase;
    margin-top: 18px;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100px;
    letter-spacing: 2px;
    opacity: 0.5
}

.loader:before {
    content: "Loading..."
}

@keyframes marquee {
    to {
        text-shadow: -8em 0 #000, 0 0 #000
    }
}

.loader-2 {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    border-width: 2px;
    border-style: solid;
    border-image: initial;
    border-color: #24262b #24262b transparent;
    box-sizing: border-box;
    animation: 1s linear 0s infinite normal none running rotation;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
    position: absolute;
    right: 30px;
    top: 40px
}

.loader-2::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 2px solid;
    border-color: transparent #0D775E #0D775E;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    animation: rotationBack 0.5s linear infinite;
    transform-origin: center center
}

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(-360deg)
    }
}

.font-10 {
    font-size: 10px
}

.font-12 {
    font-size: 12px
}

.font-13 {
    font-size: 13px
}

.font-14 {
    font-size: 14px
}

.font-16 {
    font-size: 16px
}

.font-18 {
    font-size: 18px
}

.font-20 {
    font-size: 20px
}

.font-22 {
    font-size: 22px
}

.font-24 {
    font-size: 24px
}

.font-26 {
    font-size: 26px
}

.font-30 {
    font-size: 30px
}

.font-35 {
    font-size: 35px
}

.font-40 {
    font-size: 40px
}

.font-45 {
    font-size: 45px
}

.font-50 {
    font-size: 50px
}

.font-55 {
    font-size: 55px
}

.font-60 {
    font-size: 60px
}

.font-70 {
    font-size: 70px
}

.font-75 {
    font-size: 75px
}

.font-80 {
    font-size: 80px
}

.font-90 {
    font-size: 90px
}

.font-100 {
    font-size: 100px
}

.font-weight-300 {
    font-weight: 300
}

.font-weight-400 {
    font-weight: 400
}

.font-weight-500 {
    font-weight: 500
}

.font-weight-600 {
    font-weight: 600
}

.font-weight-700 {
    font-weight: 700
}

.font-weight-800 {
    font-weight: 800
}

.font-weight-900 {
    font-weight: 900
}

.p-a0 {
    padding: 0px
}

.p-t0 {
    padding-top: 0px
}

.p-b0 {
    padding-bottom: 0px
}

.p-l0 {
    padding-left: 0px
}

.p-r0 {
    padding-right: 0px
}

.p-lr0 {
    padding-left: 0px;
    padding-right: 0px
}

.p-tb0 {
    padding-bottom: 0px;
    padding-top: 0px
}

.m-a0 {
    margin: 0px
}

.m-t0 {
    margin-top: 0px
}

.m-b0 {
    margin-bottom: 0px
}

.m-l0 {
    margin-left: 0px
}

.m-r0 {
    margin-right: 0px
}

.m-lr0 {
    margin-left: 0px;
    margin-right: 0px
}

.m-tb0 {
    margin-bottom: 0px;
    margin-top: 0px
}

.p-a5 {
    padding: 5px
}

.p-t5 {
    padding-top: 5px
}

.p-b5 {
    padding-bottom: 5px
}

.p-l5 {
    padding-left: 5px
}

.p-r5 {
    padding-right: 5px
}

.p-lr5 {
    padding-left: 5px;
    padding-right: 5px
}

.p-tb5 {
    padding-bottom: 5px;
    padding-top: 5px
}

.m-a5 {
    margin: 5px
}

.m-t5 {
    margin-top: 5px
}

.m-b5 {
    margin-bottom: 5px
}

.m-l5 {
    margin-left: 5px
}

.m-r5 {
    margin-right: 5px
}

.m-lr5 {
    margin-left: 5px;
    margin-right: 5px
}

.m-tb5 {
    margin-bottom: 5px;
    margin-top: 5px
}

.p-a10 {
    padding: 10px
}

.p-t10 {
    padding-top: 10px
}

.p-b10 {
    padding-bottom: 10px
}

.p-l10 {
    padding-left: 10px
}

.p-r10 {
    padding-right: 10px
}

.p-lr10 {
    padding-left: 10px;
    padding-right: 10px
}

.p-tb10 {
    padding-bottom: 10px;
    padding-top: 10px
}

.m-a10 {
    margin: 10px
}

.m-t10 {
    margin-top: 10px
}

.m-b10 {
    margin-bottom: 10px
}

.m-l10 {
    margin-left: 10px
}

.m-r10 {
    margin-right: 10px
}

.m-lr10 {
    margin-left: 10px;
    margin-right: 10px
}

.m-tb10 {
    margin-bottom: 10px;
    margin-top: 10px
}

.p-a15 {
    padding: 15px
}

.p-t15 {
    padding-top: 15px
}

.p-b15 {
    padding-bottom: 15px
}

.p-l15 {
    padding-left: 15px
}

.p-r15 {
    padding-right: 15px
}

.p-lr15 {
    padding-left: 15px;
    padding-right: 15px
}

.p-tb15 {
    padding-bottom: 15px;
    padding-top: 15px
}

.m-a15 {
    margin: 15px
}

.m-t15 {
    margin-top: 15px
}

.m-b15 {
    margin-bottom: 15px
}

.m-l15 {
    margin-left: 15px
}

.m-r15 {
    margin-right: 15px
}

.m-lr15 {
    margin-left: 15px;
    margin-right: 15px
}

.m-tb15 {
    margin-bottom: 15px;
    margin-top: 15px
}

.p-a20 {
    padding: 20px
}

.p-t20 {
    padding-top: 20px
}

.p-b20 {
    padding-bottom: 20px
}

.p-l20 {
    padding-left: 20px
}

.p-r20 {
    padding-right: 20px
}

.p-lr20 {
    padding-left: 20px;
    padding-right: 20px
}

.p-tb20 {
    padding-bottom: 20px;
    padding-top: 20px
}

.m-a20 {
    margin: 20px
}

.m-t20 {
    margin-top: 20px
}

.m-b20 {
    margin-bottom: 20px
}

.m-l20 {
    margin-left: 20px
}

.m-r20 {
    margin-right: 20px
}

.m-lr20 {
    margin-left: 20px;
    margin-right: 20px
}

.m-tb20 {
    margin-bottom: 20px;
    margin-top: 20px
}

.p-a25 {
    padding: 25px
}

.p-t25 {
    padding-top: 25px
}

.p-b25 {
    padding-bottom: 25px
}

.p-l25 {
    padding-left: 25px
}

.p-r25 {
    padding-right: 25px
}

.p-lr25 {
    padding-left: 25px;
    padding-right: 25px
}

.p-tb25 {
    padding-bottom: 25px;
    padding-top: 25px
}

.m-a25 {
    margin: 25px
}

.m-t25 {
    margin-top: 25px
}

.m-b25 {
    margin-bottom: 25px
}

.m-l25 {
    margin-left: 25px
}

.m-r25 {
    margin-right: 25px
}

.m-lr25 {
    margin-left: 25px;
    margin-right: 25px
}

.m-tb25 {
    margin-bottom: 25px;
    margin-top: 25px
}

.p-a30 {
    padding: 30px
}

.p-t30 {
    padding-top: 30px
}

.p-b30 {
    padding-bottom: 30px
}

.p-l30 {
    padding-left: 30px
}

.p-r30 {
    padding-right: 30px
}

.p-lr30 {
    padding-left: 30px;
    padding-right: 30px
}

.p-tb30 {
    padding-bottom: 30px;
    padding-top: 30px
}

.m-a30 {
    margin: 30px
}

.m-t30 {
    margin-top: 30px
}

.m-b30 {
    margin-bottom: 30px
}

.m-l30 {
    margin-left: 30px
}

.m-r30 {
    margin-right: 30px
}

.m-lr30 {
    margin-left: 30px;
    margin-right: 30px
}

.m-tb30 {
    margin-bottom: 30px;
    margin-top: 30px
}

.p-a35 {
    padding: 35px
}

.p-t35 {
    padding-top: 35px
}

.p-b35 {
    padding-bottom: 35px
}

.p-l35 {
    padding-left: 35px
}

.p-r35 {
    padding-right: 35px
}

.p-lr35 {
    padding-left: 35px;
    padding-right: 35px
}

.p-tb35 {
    padding-bottom: 35px;
    padding-top: 35px
}

.m-a35 {
    margin: 35px
}

.m-t35 {
    margin-top: 35px
}

.m-b35 {
    margin-bottom: 35px
}

.m-l35 {
    margin-left: 35px
}

.m-r35 {
    margin-right: 35px
}

.m-lr35 {
    margin-left: 35px;
    margin-right: 35px
}

.m-tb35 {
    margin-bottom: 35px;
    margin-top: 35px
}

.p-a40 {
    padding: 40px
}

.p-t40 {
    padding-top: 40px
}

.p-b40 {
    padding-bottom: 40px
}

.p-l40 {
    padding-left: 40px
}

.p-r40 {
    padding-right: 40px
}

.p-lr40 {
    padding-left: 40px;
    padding-right: 40px
}

.p-tb40 {
    padding-bottom: 40px;
    padding-top: 40px
}

.m-a40 {
    margin: 40px
}

.m-t40 {
    margin-top: 40px
}

.m-b40 {
    margin-bottom: 40px
}

.m-l40 {
    margin-left: 40px
}

.m-r40 {
    margin-right: 40px
}

.m-lr40 {
    margin-left: 40px;
    margin-right: 40px
}

.m-tb40 {
    margin-bottom: 40px;
    margin-top: 40px
}

.p-a45 {
    padding: 45px
}

.p-t45 {
    padding-top: 45px
}

.p-b45 {
    padding-bottom: 45px
}

.p-l45 {
    padding-left: 45px
}

.p-r45 {
    padding-right: 45px
}

.p-lr45 {
    padding-left: 45px;
    padding-right: 45px
}

.p-tb45 {
    padding-bottom: 45px;
    padding-top: 45px
}

.m-a45 {
    margin: 45px
}

.m-t45 {
    margin-top: 45px
}

.m-b45 {
    margin-bottom: 45px
}

.m-l45 {
    margin-left: 45px
}

.m-r45 {
    margin-right: 45px
}

.m-lr45 {
    margin-left: 45px;
    margin-right: 45px
}

.m-tb45 {
    margin-bottom: 45px;
    margin-top: 45px
}

.p-a50 {
    padding: 50px
}

.p-t50 {
    padding-top: 50px
}

.p-b50 {
    padding-bottom: 50px
}

.p-l50 {
    padding-left: 50px
}

.p-r50 {
    padding-right: 50px
}

.p-lr50 {
    padding-left: 50px;
    padding-right: 50px
}

.p-tb50 {
    padding-bottom: 50px;
    padding-top: 50px
}

.m-a50 {
    margin: 50px
}

.m-t50 {
    margin-top: 50px
}

.m-b50 {
    margin-bottom: 50px
}

.m-l50 {
    margin-left: 50px
}

.m-r50 {
    margin-right: 50px
}

.m-lr50 {
    margin-left: 50px;
    margin-right: 50px
}

.m-tb50 {
    margin-bottom: 50px;
    margin-top: 50px
}

.p-a55 {
    padding: 55px
}

.p-t55 {
    padding-top: 55px
}

.p-b55 {
    padding-bottom: 55px
}

.p-l55 {
    padding-left: 55px
}

.p-r55 {
    padding-right: 55px
}

.p-lr55 {
    padding-left: 55px;
    padding-right: 55px
}

.p-tb55 {
    padding-bottom: 55px;
    padding-top: 55px
}

.m-a55 {
    margin: 55px
}

.m-t55 {
    margin-top: 55px
}

.m-b55 {
    margin-bottom: 55px
}

.m-l55 {
    margin-left: 55px
}

.m-r55 {
    margin-right: 55px
}

.m-lr55 {
    margin-left: 55px;
    margin-right: 55px
}

.m-tb55 {
    margin-bottom: 55px;
    margin-top: 55px
}

.p-a60 {
    padding: 60px
}

.p-t60 {
    padding-top: 60px
}

.p-b60 {
    padding-bottom: 60px
}

.p-l60 {
    padding-left: 60px
}

.p-r60 {
    padding-right: 60px
}

.p-lr60 {
    padding-left: 60px;
    padding-right: 60px
}

.p-tb60 {
    padding-bottom: 60px;
    padding-top: 60px
}

.m-a60 {
    margin: 60px
}

.m-t60 {
    margin-top: 60px
}

.m-b60 {
    margin-bottom: 60px
}

.m-l60 {
    margin-left: 60px
}

.m-r60 {
    margin-right: 60px
}

.m-lr60 {
    margin-left: 60px;
    margin-right: 60px
}

.m-tb60 {
    margin-bottom: 60px;
    margin-top: 60px
}

.p-a65 {
    padding: 65px
}

.p-t65 {
    padding-top: 65px
}

.p-b65 {
    padding-bottom: 65px
}

.p-l65 {
    padding-left: 65px
}

.p-r65 {
    padding-right: 65px
}

.p-lr65 {
    padding-left: 65px;
    padding-right: 65px
}

.p-tb65 {
    padding-bottom: 65px;
    padding-top: 65px
}

.m-a65 {
    margin: 65px
}

.m-t65 {
    margin-top: 65px
}

.m-b65 {
    margin-bottom: 65px
}

.m-l65 {
    margin-left: 65px
}

.m-r65 {
    margin-right: 65px
}

.m-lr65 {
    margin-left: 65px;
    margin-right: 65px
}

.m-tb65 {
    margin-bottom: 65px;
    margin-top: 65px
}

.p-a70 {
    padding: 70px
}

.p-t70 {
    padding-top: 70px
}

.p-b70 {
    padding-bottom: 70px
}

.p-l70 {
    padding-left: 70px
}

.p-r70 {
    padding-right: 70px
}

.p-lr70 {
    padding-left: 70px;
    padding-right: 70px
}

.p-tb70 {
    padding-bottom: 70px;
    padding-top: 70px
}

.m-a70 {
    margin: 70px
}

.m-t70 {
    margin-top: 70px
}

.m-b70 {
    margin-bottom: 70px
}

.m-l70 {
    margin-left: 70px
}

.m-r70 {
    margin-right: 70px
}

.m-lr70 {
    margin-left: 70px;
    margin-right: 70px
}

.m-tb70 {
    margin-bottom: 70px;
    margin-top: 70px
}

.p-a75 {
    padding: 75px
}

.p-t75 {
    padding-top: 75px
}

.p-b75 {
    padding-bottom: 75px
}

.p-l75 {
    padding-left: 75px
}

.p-r75 {
    padding-right: 75px
}

.p-lr75 {
    padding-left: 75px;
    padding-right: 75px
}

.p-tb75 {
    padding-bottom: 75px;
    padding-top: 75px
}

.m-a75 {
    margin: 75px
}

.m-t75 {
    margin-top: 75px
}

.m-b75 {
    margin-bottom: 75px
}

.m-l75 {
    margin-left: 75px
}

.m-r75 {
    margin-right: 75px
}

.m-lr75 {
    margin-left: 75px;
    margin-right: 75px
}

.m-tb75 {
    margin-bottom: 75px;
    margin-top: 75px
}

.p-a80 {
    padding: 80px
}

.p-t80 {
    padding-top: 80px
}

.p-b80 {
    padding-bottom: 80px
}

.p-l80 {
    padding-left: 80px
}

.p-r80 {
    padding-right: 80px
}

.p-lr80 {
    padding-left: 80px;
    padding-right: 80px
}

.p-tb80 {
    padding-bottom: 80px;
    padding-top: 80px
}

.m-a80 {
    margin: 80px
}

.m-t80 {
    margin-top: 80px
}

.m-b80 {
    margin-bottom: 80px
}

.m-l80 {
    margin-left: 80px
}

.m-r80 {
    margin-right: 80px
}

.m-lr80 {
    margin-left: 80px;
    margin-right: 80px
}

.m-tb80 {
    margin-bottom: 80px;
    margin-top: 80px
}

.p-a85 {
    padding: 85px
}

.p-t85 {
    padding-top: 85px
}

.p-b85 {
    padding-bottom: 85px
}

.p-l85 {
    padding-left: 85px
}

.p-r85 {
    padding-right: 85px
}

.p-lr85 {
    padding-left: 85px;
    padding-right: 85px
}

.p-tb85 {
    padding-bottom: 85px;
    padding-top: 85px
}

.m-a85 {
    margin: 85px
}

.m-t85 {
    margin-top: 85px
}

.m-b85 {
    margin-bottom: 85px
}

.m-l85 {
    margin-left: 85px
}

.m-r85 {
    margin-right: 85px
}

.m-lr85 {
    margin-left: 85px;
    margin-right: 85px
}

.m-tb85 {
    margin-bottom: 85px;
    margin-top: 85px
}

.p-a90 {
    padding: 90px
}

.p-t90 {
    padding-top: 90px
}

.p-b90 {
    padding-bottom: 90px
}

.p-l90 {
    padding-left: 90px
}

.p-r90 {
    padding-right: 90px
}

.p-lr90 {
    padding-left: 90px;
    padding-right: 90px
}

.p-tb90 {
    padding-bottom: 90px;
    padding-top: 90px
}

.m-a90 {
    margin: 90px
}

.m-t90 {
    margin-top: 90px
}

.m-b90 {
    margin-bottom: 90px
}

.m-l90 {
    margin-left: 90px
}

.m-r90 {
    margin-right: 90px
}

.m-lr90 {
    margin-left: 90px;
    margin-right: 90px
}

.m-tb90 {
    margin-bottom: 90px;
    margin-top: 90px
}

.p-a95 {
    padding: 95px
}

.p-t95 {
    padding-top: 95px
}

.p-b95 {
    padding-bottom: 95px
}

.p-l95 {
    padding-left: 95px
}

.p-r95 {
    padding-right: 95px
}

.p-lr95 {
    padding-left: 95px;
    padding-right: 95px
}

.p-tb95 {
    padding-bottom: 95px;
    padding-top: 95px
}

.m-a95 {
    margin: 95px
}

.m-t95 {
    margin-top: 95px
}

.m-b95 {
    margin-bottom: 95px
}

.m-l95 {
    margin-left: 95px
}

.m-r95 {
    margin-right: 95px
}

.m-lr95 {
    margin-left: 95px;
    margin-right: 95px
}

.m-tb95 {
    margin-bottom: 95px;
    margin-top: 95px
}

.p-a100 {
    padding: 100px
}

.p-t100 {
    padding-top: 100px
}

.p-b100 {
    padding-bottom: 100px
}

.p-l100 {
    padding-left: 100px
}

.p-r100 {
    padding-right: 100px
}

.p-lr100 {
    padding-left: 100px;
    padding-right: 100px
}

.p-tb100 {
    padding-bottom: 100px;
    padding-top: 100px
}

.m-a100 {
    margin: 100px
}

.m-t100 {
    margin-top: 100px
}

.m-b100 {
    margin-bottom: 100px
}

.m-l100 {
    margin-left: 100px
}

.m-r100 {
    margin-right: 100px
}

.m-lr100 {
    margin-left: 100px;
    margin-right: 100px
}

.m-tb100 {
    margin-bottom: 100px;
    margin-top: 100px
}

@media only screen and (max-width:1200px) {
    .m-lg-t0 {
        margin-top: 0px
    }

    .m-lg-b0 {
        margin-bottom: 0px
    }

    .m-lg-t5 {
        margin-top: 5px
    }

    .m-lg-b5 {
        margin-bottom: 5px
    }

    .m-lg-t10 {
        margin-top: 10px
    }

    .m-lg-b10 {
        margin-bottom: 10px
    }

    .m-lg-t15 {
        margin-top: 15px
    }

    .m-lg-b15 {
        margin-bottom: 15px
    }

    .m-lg-t20 {
        margin-top: 20px
    }

    .m-lg-b20 {
        margin-bottom: 20px
    }

    .m-lg-t25 {
        margin-top: 25px
    }

    .m-lg-b25 {
        margin-bottom: 25px
    }

    .m-lg-t30 {
        margin-top: 30px
    }

    .m-lg-b30 {
        margin-bottom: 30px
    }

    .m-lg-t35 {
        margin-top: 35px
    }

    .m-lg-b35 {
        margin-bottom: 35px
    }

    .m-lg-t40 {
        margin-top: 40px
    }

    .m-lg-b40 {
        margin-bottom: 40px
    }

    .m-lg-t45 {
        margin-top: 45px
    }

    .m-lg-b45 {
        margin-bottom: 45px
    }

    .m-lg-t50 {
        margin-top: 50px
    }

    .m-lg-b50 {
        margin-bottom: 50px
    }

    .m-lg-t55 {
        margin-top: 55px
    }

    .m-lg-b55 {
        margin-bottom: 55px
    }

    .m-lg-t60 {
        margin-top: 60px
    }

    .m-lg-b60 {
        margin-bottom: 60px
    }

    .m-lg-t65 {
        margin-top: 65px
    }

    .m-lg-b65 {
        margin-bottom: 65px
    }

    .m-lg-t70 {
        margin-top: 70px
    }

    .m-lg-b70 {
        margin-bottom: 70px
    }

    .m-lg-t75 {
        margin-top: 75px
    }

    .m-lg-b75 {
        margin-bottom: 75px
    }

    .m-lg-t80 {
        margin-top: 80px
    }

    .m-lg-b80 {
        margin-bottom: 80px
    }

    .m-lg-t85 {
        margin-top: 85px
    }

    .m-lg-b85 {
        margin-bottom: 85px
    }

    .m-lg-t90 {
        margin-top: 90px
    }

    .m-lg-b90 {
        margin-bottom: 90px
    }

    .m-lg-t95 {
        margin-top: 95px
    }

    .m-lg-b95 {
        margin-bottom: 95px
    }

    .m-lg-t100 {
        margin-top: 100px
    }

    .m-lg-b100 {
        margin-bottom: 100px
    }

    .m-lg-r0 {
        margin-right: 0
    }

    .m-lg-l0 {
        margin-left: 0
    }
}

@media only screen and (max-width:991px) {
    .m-md-t0 {
        margin-top: 0px
    }

    .m-md-b0 {
        margin-bottom: 0px
    }

    .m-md-t5 {
        margin-top: 5px
    }

    .m-md-b5 {
        margin-bottom: 5px
    }

    .m-md-t10 {
        margin-top: 10px
    }

    .m-md-b10 {
        margin-bottom: 10px
    }

    .m-md-t15 {
        margin-top: 15px
    }

    .m-md-b15 {
        margin-bottom: 15px
    }

    .m-md-t20 {
        margin-top: 20px
    }

    .m-md-b20 {
        margin-bottom: 20px
    }

    .m-md-t25 {
        margin-top: 25px
    }

    .m-md-b25 {
        margin-bottom: 25px
    }

    .m-md-t30 {
        margin-top: 30px
    }

    .m-md-b30 {
        margin-bottom: 30px
    }

    .m-md-t35 {
        margin-top: 35px
    }

    .m-md-b35 {
        margin-bottom: 35px
    }

    .m-md-t40 {
        margin-top: 40px
    }

    .m-md-b40 {
        margin-bottom: 40px
    }

    .m-md-t45 {
        margin-top: 45px
    }

    .m-md-b45 {
        margin-bottom: 45px
    }

    .m-md-t50 {
        margin-top: 50px
    }

    .m-md-b50 {
        margin-bottom: 50px
    }

    .m-md-t55 {
        margin-top: 55px
    }

    .m-md-b55 {
        margin-bottom: 55px
    }

    .m-md-t60 {
        margin-top: 60px
    }

    .m-md-b60 {
        margin-bottom: 60px
    }

    .m-md-t65 {
        margin-top: 65px
    }

    .m-md-b65 {
        margin-bottom: 65px
    }

    .m-md-t70 {
        margin-top: 70px
    }

    .m-md-b70 {
        margin-bottom: 70px
    }

    .m-md-t75 {
        margin-top: 75px
    }

    .m-md-b75 {
        margin-bottom: 75px
    }

    .m-md-t80 {
        margin-top: 80px
    }

    .m-md-b80 {
        margin-bottom: 80px
    }

    .m-md-t85 {
        margin-top: 85px
    }

    .m-md-b85 {
        margin-bottom: 85px
    }

    .m-md-t90 {
        margin-top: 90px
    }

    .m-md-b90 {
        margin-bottom: 90px
    }

    .m-md-t95 {
        margin-top: 95px
    }

    .m-md-b95 {
        margin-bottom: 95px
    }

    .m-md-t100 {
        margin-top: 100px
    }

    .m-md-b100 {
        margin-bottom: 100px
    }

    .m-md-r0 {
        margin-right: 0
    }

    .m-md-l0 {
        margin-left: 0
    }
}

@media only screen and (max-width:767px) {
    .m-sm-t0 {
        margin-top: 0px
    }

    .m-sm-b0 {
        margin-bottom: 0px
    }

    .m-sm-t5 {
        margin-top: 5px
    }

    .m-sm-b5 {
        margin-bottom: 5px
    }

    .m-sm-t10 {
        margin-top: 10px
    }

    .m-sm-b10 {
        margin-bottom: 10px
    }

    .m-sm-t15 {
        margin-top: 15px
    }

    .m-sm-b15 {
        margin-bottom: 15px
    }

    .m-sm-t20 {
        margin-top: 20px
    }

    .m-sm-b20 {
        margin-bottom: 20px
    }

    .m-sm-t25 {
        margin-top: 25px
    }

    .m-sm-b25 {
        margin-bottom: 25px
    }

    .m-sm-t30 {
        margin-top: 30px
    }

    .m-sm-b30 {
        margin-bottom: 30px
    }

    .m-sm-t35 {
        margin-top: 35px
    }

    .m-sm-b35 {
        margin-bottom: 35px
    }

    .m-sm-t40 {
        margin-top: 40px
    }

    .m-sm-b40 {
        margin-bottom: 40px
    }

    .m-sm-t45 {
        margin-top: 45px
    }

    .m-sm-b45 {
        margin-bottom: 45px
    }

    .m-sm-t50 {
        margin-top: 50px
    }

    .m-sm-b50 {
        margin-bottom: 50px
    }

    .m-sm-t55 {
        margin-top: 55px
    }

    .m-sm-b55 {
        margin-bottom: 55px
    }

    .m-sm-t60 {
        margin-top: 60px
    }

    .m-sm-b60 {
        margin-bottom: 60px
    }

    .m-sm-t65 {
        margin-top: 65px
    }

    .m-sm-b65 {
        margin-bottom: 65px
    }

    .m-sm-t70 {
        margin-top: 70px
    }

    .m-sm-b70 {
        margin-bottom: 70px
    }

    .m-sm-t75 {
        margin-top: 75px
    }

    .m-sm-b75 {
        margin-bottom: 75px
    }

    .m-sm-t80 {
        margin-top: 80px
    }

    .m-sm-b80 {
        margin-bottom: 80px
    }

    .m-sm-t85 {
        margin-top: 85px
    }

    .m-sm-b85 {
        margin-bottom: 85px
    }

    .m-sm-t90 {
        margin-top: 90px
    }

    .m-sm-b90 {
        margin-bottom: 90px
    }

    .m-sm-t95 {
        margin-top: 95px
    }

    .m-sm-b95 {
        margin-bottom: 95px
    }

    .m-sm-t100 {
        margin-top: 100px
    }

    .m-sm-b100 {
        margin-bottom: 100px
    }
}

@media only screen and (max-width:576px) {
    .m-xs-t0 {
        margin-top: 0px
    }

    .m-xs-b0 {
        margin-bottom: 0px
    }

    .p-xs-b0 {
        padding-bottom: 0px
    }

    .m-xs-t5 {
        margin-top: 5px
    }

    .m-xs-b5 {
        margin-bottom: 5px
    }

    .p-xs-b5 {
        padding-bottom: 5px
    }

    .m-xs-t10 {
        margin-top: 10px
    }

    .m-xs-b10 {
        margin-bottom: 10px
    }

    .p-xs-b10 {
        padding-bottom: 10px
    }

    .m-xs-t15 {
        margin-top: 15px
    }

    .m-xs-b15 {
        margin-bottom: 15px
    }

    .p-xs-b15 {
        padding-bottom: 15px
    }

    .m-xs-t20 {
        margin-top: 20px
    }

    .m-xs-b20 {
        margin-bottom: 20px
    }

    .p-xs-b20 {
        padding-bottom: 20px
    }

    .m-xs-t25 {
        margin-top: 25px
    }

    .m-xs-b25 {
        margin-bottom: 25px
    }

    .p-xs-b25 {
        padding-bottom: 25px
    }

    .m-xs-t30 {
        margin-top: 30px
    }

    .m-xs-b30 {
        margin-bottom: 30px
    }

    .p-xs-b30 {
        padding-bottom: 30px
    }

    .m-xs-t35 {
        margin-top: 35px
    }

    .m-xs-b35 {
        margin-bottom: 35px
    }

    .p-xs-b35 {
        padding-bottom: 35px
    }

    .m-xs-t40 {
        margin-top: 40px
    }

    .m-xs-b40 {
        margin-bottom: 40px
    }

    .p-xs-b40 {
        padding-bottom: 40px
    }

    .m-xs-t45 {
        margin-top: 45px
    }

    .m-xs-b45 {
        margin-bottom: 45px
    }

    .p-xs-b45 {
        padding-bottom: 45px
    }

    .m-xs-t50 {
        margin-top: 50px
    }

    .m-xs-b50 {
        margin-bottom: 50px
    }

    .p-xs-b50 {
        padding-bottom: 50px
    }

    .m-xs-t55 {
        margin-top: 55px
    }

    .m-xs-b55 {
        margin-bottom: 55px
    }

    .p-xs-b55 {
        padding-bottom: 55px
    }

    .m-xs-t60 {
        margin-top: 60px
    }

    .m-xs-b60 {
        margin-bottom: 60px
    }

    .p-xs-b60 {
        padding-bottom: 60px
    }

    .m-xs-t65 {
        margin-top: 65px
    }

    .m-xs-b65 {
        margin-bottom: 65px
    }

    .p-xs-b65 {
        padding-bottom: 65px
    }

    .m-xs-t70 {
        margin-top: 70px
    }

    .m-xs-b70 {
        margin-bottom: 70px
    }

    .p-xs-b70 {
        padding-bottom: 70px
    }

    .m-xs-t75 {
        margin-top: 75px
    }

    .m-xs-b75 {
        margin-bottom: 75px
    }

    .p-xs-b75 {
        padding-bottom: 75px
    }

    .m-xs-t80 {
        margin-top: 80px
    }

    .m-xs-b80 {
        margin-bottom: 80px
    }

    .p-xs-b80 {
        padding-bottom: 80px
    }

    .m-xs-t85 {
        margin-top: 85px
    }

    .m-xs-b85 {
        margin-bottom: 85px
    }

    .p-xs-b85 {
        padding-bottom: 85px
    }

    .m-xs-t90 {
        margin-top: 90px
    }

    .m-xs-b90 {
        margin-bottom: 90px
    }

    .p-xs-b90 {
        padding-bottom: 90px
    }

    .m-xs-t95 {
        margin-top: 95px
    }

    .m-xs-b95 {
        margin-bottom: 95px
    }

    .p-xs-b95 {
        padding-bottom: 95px
    }

    .m-xs-t100 {
        margin-top: 100px
    }

    .m-xs-b100 {
        margin-bottom: 100px
    }

    .p-xs-b100 {
        padding-bottom: 100px
    }
}

.max-w50 {
    max-width: 50px
}

.max-w60 {
    max-width: 60px
}

.max-w80 {
    max-width: 80px
}

.max-w100 {
    max-width: 100px
}

.max-w200 {
    max-width: 200px
}

.max-w300 {
    max-width: 300px
}

.max-w400 {
    max-width: 400px
}

.max-w500 {
    max-width: 500px
}

.max-w600 {
    max-width: 600px
}

.max-w700 {
    max-width: 700px
}

.max-w800 {
    max-width: 800px
}

.max-w900 {
    max-width: 900px
}

.max-w1000 {
    max-width: 1000px
}

.bg-img-fix {
    background-attachment: unset;
    background-size: cover
}

.full-img {
    width: 100%
}

.sticky-sm-top,
.sticky-lg-top,
.sticky-xl-top,
.sticky-md-top,
.sticky-top {
    top: 120px;
    z-index: 1
}

.page-title {
    padding: 65px 0px 45px;
    position: relative;
    background: #F3F3F3;
    background-size: cover;
    background-position: center
}

.page-title p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #7272A8;
    text-transform: capitalize
}

@media only screen and (max-width:575px) {
    .page-title p {
        font-size: 16px
    }
}

.page-title h3,
.page-title .h3 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: capitalize
}

@media only screen and (max-width:575px) {

    .page-title h3,
    .page-title .h3 {
        font-size: 28px
    }
}

.img-cover {
    height: 100%;
    width: 100%;
    object-fit: cover
}

section {
    position: relative
}

.section-head {
    margin-bottom: 40px;
}

@media only screen and (max-width:767px) {
    .section-head {
        margin-bottom: 20px
    }
}

.section-head h1,
.section-head .h1,
.section-head h2,
.section-head .h2,
.section-head h3,
.section-head .h3,
.section-head h4,
.section-head .h4,
.section-head h5,
.section-head .h5,
.section-head h6,
.section-head .h6 {
    font-family: var(--font-family-title)
}

.section-head h2,
.section-head .h2 {
    font-size: 2.625rem;
    font-weight: 600
}

@media only screen and (max-width:1480px) {

    .section-head h2,
    .section-head .h2 {
        font-size: 2.25rem
    }
}

@media only screen and (max-width:767px) {

    .section-head h2,
    .section-head .h2 {
        font-size: 1.625rem
    }
}

@media (max-aspect-ratio: 0.45) or (max-width: 380px) {

    .section-head h2,
    .section-head .h2 {
        font-size: 1.425rem
    }
}

@media only screen and (max-width:330px) {

    .section-head h2,
    .section-head .h2 {
        font-size: 1.3rem
    }
}

.section-head h3,
.section-head .h3 {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.2
}

@media only screen and (max-width:1200px) {

    .section-head h3,
    .section-head .h3 {
        font-size: 2.15rem
    }
}

@media only screen and (max-width:991px) {

    .section-head h3,
    .section-head .h3 {
        font-size: 1.75rem
    }
}

@media only screen and (max-width:767px) {

    .section-head h3,
    .section-head .h3 {
        font-size: 1.4rem
    }
}


@media (max-aspect-ratio: 0.45) or (max-width: 380px) {

    .section-head h3,
    .section-head .h3 {
        font-size: 1.3rem
    }
}

@media only screen and (max-width:330px) {

    .section-head h3,
    .section-head .h3 {
        font-size: 1.2rem
    }
}

.section-head h4,
.section-head .h4 {
    font-size: 2rem
}

@media only screen and (max-width:575px) {

    .section-head h4,
    .section-head .h4 {
        font-size: 1.5rem
    }
}

.section-head p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

@media only screen and (max-width:767px) {
    .section-head p {
        font-size: 14px
    }
}

.section-head .pre-title {
    font-size: 18px;
    letter-spacing: 5px;
    color: #555
}

.section-head.text-center p {
    max-width: 753px;
    margin-left: auto;
    margin-right: auto
}

.section-head.m-b30 {
    margin-bottom: 30px
}

.section-head .sub-title {
    text-transform: uppercase
}

@media (min-width:1200px) {

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.875rem
    }
}

.row.spno,
.spno {
    margin-left: 0;
    margin-right: 0
}

.row.spno [class*="col"],
.row.spno [class*="col"],
.spno [class*="col"],
.spno [class*="col"] {
    padding-left: 0;
    padding-right: 0
}

.row.sp4,
.sp4 {
    margin-left: -4px;
    margin-right: -4px
}

.row.sp4 [class*="col"],
.row.sp4 [class*="col"],
.sp4 [class*="col"],
.sp4 [class*="col"] {
    padding-left: 4px;
    padding-right: 4px
}

.row.sp15,
.sp15 {
    margin-left: -7px;
    margin-right: -7px
}

.row.sp15 [class*="col"],
.row.sp15 [class*="col"],
.sp15 [class*="col"],
.sp15 [class*="col"] {
    padding-left: 7px;
    padding-right: 7px
}

.row.sp10,
.sp10 {
    margin-left: -10px;
    margin-right: -10px
}

.row.sp10 [class*="col"],
.row.sp10 [class*="col"],
.sp10 [class*="col"],
.sp10 [class*="col"] {
    padding-left: 10px;
    padding-right: 10px
}

.rounded-xl {
    border-radius: 50% !important;
    overflow: hidden
}

.rounded-lg {
    border-radius: 20px !important;
    overflow: hidden
}

.rounded-md {
    border-radius: 6px !important;
    overflow: hidden
}

.rounded-sm {
    border-radius: 4px !important;
    overflow: hidden
}

.z-index-unset {
    z-index: unset
}

.text-maroon {
    color: #9e0168
}

.text-orange {
    color: #ff8853
}

.text-yellow {
    color: #ffa808
}

.text-skyblue {
    color: #53C258
}

.text-red {
    color: #f22462
}

.text-green {
    color: #53C258
}

.text-blue {
    color: #131045
}

.bg-maroon {
    background-color: #9e0168
}

.bg-orange {
    background-color: #ff8853
}

.bg-yellow {
    background-color: #ffa808
}

.bg-skyblue {
    background-color: #00aeff
}

.bg-red {
    background-color: #f22462
}

.bg-green {
    background-color: #53C258
}

.bg-blue {
    background-color: #131045
}

.scale8 {
    transform: scale(1.85);
    -moz-transform: scale(1.85);
    -webkit-transform: scale(1.85);
    -ms-transform: scale(1.85);
    -o-transform: scale(1.85)
}

.scale7 {
    transform: scale(1.7);
    -moz-transform: scale(1.7);
    -webkit-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7)
}

.scale5 {
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5)
}

.scale3 {
    transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3)
}

.scale2 {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2)
}

.scale08 {
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8)
}

.scale05 {
    transform: scale(0.5);
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5)
}

.tl {
    transform-origin: left;
    -moz-transform-origin: left;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left
}

.shadow-none {
    box-shadow: unset
}

.flex-1 {
    flex: 1
}

@media only screen and (min-width:1200px) and (max-width:1440px) {
    .col-xxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media only screen and (min-width:1680px) and (min-width:1920px) {
    .col-20 {
        width: 20%
    }

    .col-80 {
        width: 80%
    }
}

@media only screen and (min-width:1680px) and (min-width:1800px) {
    .grid-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width:1680px) {
    .col-xxxl-6 {
        flex: 0 0 auto;
        width: 50%
    }
}

.main-slider {
    overflow: hidden;
    position: relative
}

.main-slider>.main-swiper {
    align-self: stretch;
}

.main-slider>.main-swiper>.swiper-wrapper>.swiper-slide {
    height: auto;
    align-self: stretch;
}

.main-slider>.main-swiper>.swiper-wrapper>.swiper-slide.swiper-slide-active {
    z-index: 9999;
}

@media only screen and (max-width:1480px) {
    .main-slider .btn {
        padding: 9px 18px;
        font-size: 14px
    }
}

@media only screen and (max-width:1366px) {

    .main-slider .left-text-bar,
    .main-slider .right-text-bar {
        display: none
    }
}

.main-slider.style-1 .main-swiper-thumb {
    position: absolute;
    right: 0;
    bottom: 60px;
    z-index: 99;
    width: 45vw;
    height: auto;
    overflow: hidden;
    padding: 20px 20px 20px 0
}

.swiper-wrapper {
    height: auto
}

.main-slider.style-1 .main-swiper-thumb .swiper-wrapper {
    height: auto
}

.main-slider.style-1 .main-swiper-thumb .swiper-slide {
    opacity: 0.6;
    width: 380px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s
}

.main-slider.style-1 .main-swiper-thumb .swiper-slide.swiper-slide-active {
    opacity: 1
}

.main-slider.style-1 .main-swiper-thumb .swiper-slide.swiper-slide-active .books-card {
    box-shadow: 0px 7px 24px 0px rgba(17, 12, 46, 0.15)
}

@media only screen and (max-width:991px) {
    .main-slider.style-1 .main-swiper-thumb {
        display: none
    }
}

.main-slider.style-1 .swiper-slide {
    background-repeat: no-repeat;
    background-position: center bottom;
    overflow: hidden
}

.main-slider.style-1 .swiper-slide:after {
    content: "";
    position: absolute;
    top: 80px;
    right: 0;
    background-color: var(--secondary);
    width: 50%;
    height: 100%
}

@media only screen and (min-width:1281px) and (max-width:1360px) {
    .main-slider.style-1 .swiper-slide:after {
        width: 455px
    }
}

@media only screen and (max-width:1200px) {
    .main-slider.style-1 .swiper-slide:after {
        display: none
    }
}


.main-slider.style-1 .swiper-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 60px 0;
    max-width: 700px;
    margin: 0 auto
}

@media only screen and (max-width:1480px) {
    .main-slider.style-1 .swiper-content {
        max-width: 500px;
        margin-right: auto
    }
}

.main-slider.style-1 .swiper-pagination-wrapper {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 20px;
    z-index: 999;
}

@media only screen and (max-width:1200px) {
    .main-slider.style-1 .swiper-pagination-wrapper {
        display: none
    }
}

.main-slider.style-1 .banner-content {
    padding-top: 80px;
    height: 100%;
}

.main-slider.style-1 .banner-content .row {
    height: 100%;
}

@media only screen and (min-width:1200px) {
    .main-slider.style-1 .banner-content {
        height: 600px
    }
}

@media only screen and (min-width:1400px) {
    .main-slider.style-1 .banner-content {
        height: 680px
    }
}

@media only screen and (min-width:1800px) {
    .main-slider.style-1 .banner-content {
        height: 800px
    }
}

@media only screen and (min-width:2100px) {
    .main-slider.style-1 .banner-content {
        height: 900px !important
    }
}

.main-slider.style-1 .banner-content .content-info {
    padding: 30px;
    z-index: 2;
    position: relative
}

.main-slider.style-1 .banner-content .sub-title {
    color: #F0BBE3;
    line-height: 1.6;
    letter-spacing: 20px;
    font-weight: var(--headings-font-weight3)
}

.main-slider.style-1 .banner-content .spire-wrapper {
    background-image: linear-gradient(to right, #fe8957, #ff295f 35%, #341269 75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: none;
}

.main-slider.style-1 .banner-content .title {
    color: var(--title);
    font-size: 3rem;
    line-height: 1.1
}

@media only screen and (max-width:1480px) {
    .main-slider.style-1 .banner-content .title {
        font-size: 2.5rem
    }
}

@media only screen and (max-width:1366px) and (min-width:991px) {
    .main-slider.style-1 .banner-content .content-info {
        padding: 0 30px;
    }
}

@media (max-width: 992px) {
    .main-slider.style-1 .banner-content .content-info {
        padding: 30px 0;
    }
}


@media (min-width:575px) and (max-width: 992px) {

    .main-slider.style-1 .container-fluid {
        max-width: 540px
    }

}

@media (min-width:670px) and (max-width: 992px) {

    .main-slider.style-1 .container-fluid {
        max-width: 640px
    }
}

@media (min-width:768px) and (max-width: 992px) {
    .main-slider.style-1 .container-fluid {
        max-width: 720px;
    }
}

@media only screen and (min-width: 1200px) {
    .main-slider.style-1 .container-fluid {
        max-width: 100%;
        padding: 0 80px;
    }
}

@media only screen and (max-width: 1200px) {
    .main-slider.style-1 .container-fluid {
        padding: 0;
        height: 100%;
    }
}

@media (max-width:570px) {
    .main-slider.style-1 .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-aspect-ratio: 0.45) or (max-width: 380px) {
    .main-slider.style-1 .banner-content .content-info {
        padding: 15px 0;
    }
}

.main-slider.style-1 .banner-content .text {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    max-width: 480px;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.3
}

.main-slider.style-1 .banner-content .swiper-meta-items {
    margin: 25px 0px 25px;
    display: flex;
    align-items: center
}

.main-slider.style-1 .banner-content .swiper-meta-items .meta-content {
    margin-right: 90px
}

.main-slider.style-1 .banner-content .swiper-meta-items .meta-content span {
    display: block
}

.main-slider.style-1 .banner-content .swiper-meta-items .meta-content .color-name {
    margin-bottom: 10px
}

.main-slider.style-1 .banner-content .swiper-meta-items .meta-content .color-name,
.main-slider.style-1 .banner-content .swiper-meta-items .meta-content .price-name {
    font-size: 14px;
    font-weight: 400
}

.main-slider.style-1 .banner-content .swiper-meta-items .meta-content .price-num {
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 500;
    font-family: var(--font-family-title);
    color: var(--secondary)
}

.main-slider.style-1 .banner-content .swiper-meta-items .meta-content del {
    font-family: var(--font-family-title);
    font-style: normal;
    font-weight: var(--headings-font-weight2);
    color: #E5CCB8;
    margin-bottom: 0;
    font-size: 18px;
    padding: 0 10px
}

.main-slider.style-1 .banner-media {
    position: relative;
    width: 100%;
    z-index: 1;
    float: left;
    background-color: #FAFAFA;
    height: 100%;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center
}

.main-slider.style-1 .banner-media .img-preview {
    width: 100%
}

.main-slider.style-1 .banner-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

@media only screen and (min-width:1281px) and (max-width:1360px) {}

@media only screen and (max-width:1199px) {
    .main-slider.style-1 .banner-content {
        padding-top: 80px
    }

    .main-slider.style-1 .banner-content .content-btn {
        margin-bottom: 0
    }

    .main-slider.style-1 .banner-content .title {
        font-size: 2.5rem
    }

    .main-slider.style-1 .banner-content .swiper-content {
        max-width: 100%
    }

    .main-slider.style-1 .banner-media {
        width: 100%
    }

}

@media only screen and (max-width:991px) {
    .main-slider.style-1 .banner-media {
        width: 100%
    }

    .main-slider.style-1 .banner-media .img-preview {
        width: 100%
    }

    .main-slider.style-1 .banner-media img {
        object-fit: cover
    }

    .main-slider.style-1 .pattern {
        display: none
    }

    .main-slider.style-1 .swiper-content {
        padding: 0px
    }

    .main-slider.style-1 .banner-content .title {
        font-size: 1.875rem
    }

    .main-slider.style-1 .banner-content .text {
        font-size: 15px
    }
}

@media only screen and (max-width:767px) {
    .main-slider.style-1 .banner-content .text {
        padding-left: 0;
        padding-right: 0;
        border: 0;
    }

    .cta-one-shape-2 {
        position: absolute !important
    }

    .main-slider.style-1 .banner-media img {
        min-width: 0
    }

    .main-slider.style-1 .banner-media .img-preview {
        padding: 0 !important
    }

    .main-slider.style-1 .banner-content .price {
        display: none
    }

    .main-slider.style-1 .banner-content .content-btn {
        margin-top: 30px
    }

    .main-slider.style-1 .banner-content .swiper-meta-items {
        margin: 15px 0px 15px
    }

    .main-slider.style-1 .banner-media .img-preview {
        padding: 50px
    }
}

@media only screen and (max-width:575px) {
    .main-slider.style-1 .banner-content {
        padding-top: 80px;
    }

    .main-slider.style-1 .banner-content .sub-title {
        font-size: 14px
    }

    .main-slider.style-1 .banner-content .title {
        font-size: 1.8rem;
        margin-bottom: 10px !important
    }

    .main-slider.style-1 .banner-content .swiper-content {
        max-width: 100%
    }

    .main-slider.style-1 .banner-content .text {
        max-width: 100%
    }

    .main-slider.style-1 .banner-content .swiper-meta-items {
        margin: 15px 0px 10px
    }

    .main-slider.style-1 .banner-content .content-btn {
        margin-top: 15px
    }

}

@media only screen and (max-width:330px) {

    .main-slider.style-1 .banner-content .title {
        font-size: 1.6rem;
    }
}

.main-swiper .swiper-pagination-five {
    position: static;
    top: 50%;
    left: 0;
    z-index: 9;
    width: auto !important;
    writing-mode: vertical-rl;
    display: flex;
    justify-content: center;
    align-items: center
}

.main-swiper .swiper-pagination-five .swiper-pagination-bullet {
    /* width: 10px;
    height: 10px; */
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    margin: 15px !important;
    color: var(--title);
    font-weight: 400;
    position: relative;
    font-size: 14px;
    opacity: 0.2;
    background-color: transparent;
    writing-mode: horizontal-tb
}

.main-swiper .swiper-pagination-five .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: transparent;
    opacity: 1;
    font-size: 18px
}

.main-swiper .swiper-pagination-five .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    opacity: 1
}

.main-swiper .swiper-pagination-five .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -45px;
    background-color: var(--primary);
    width: 30px;
    height: 2px;
    opacity: 0
}

@media only screen and (max-width:767px) {
    .main-swiper .swiper-pagination-five {
        left: auto;
        right: 0
    }
}

@media screen and (max-width:600px) {
    .main-swiper .swiper-pagination-five {
        writing-mode: horizontal-tb
    }
}

.card {
    border: 0px solid #D7D7D7;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0px 36px 48px rgba(31, 66, 135, 0.04);
    background: #ffffff
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D7D7D7;
    background: #ffffff;
    padding: 20px 30px
}

.card-title {
    font-size: 24px;
    margin-bottom: 0px
}

.card .card-body {
    padding: 20px 30px;
    background: #ffffff;
    border-radius: 15px
}

.form-label {
    font-size: 16px;
    font-weight: 700;
    color: var(--title);
    margin-bottom: 15px;
    background: transparent;
    border-color: #D7D7D7;
    font-family: var(--font-family-title)
}

.form-control {
    height: 50px;
    border: 0;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    color: #24262B;
    transition: all 0.3s ease-in-out;
    background: #F3F3F3;
    border-radius: 0
}

.form-control .select {
    padding: 12px 0
}

.form-control span {
    margin-top: 0
}

.form-control::-webkit-input-placeholder {
    color: #787D8C
}

.form-control:-ms-input-placeholder {
    color: #787D8C
}

.form-control::placeholder {
    color: #787D8C
}

.form-control:focus,
.form-control:active,
.form-control.active {
    border-color: var(--primary);
    background: #F3F3F3
}

textarea.form-control {
    min-height: auto;
    height: unset
}

textarea {
    height: 120px;
    resize: none
}

input:-internal-autofill-selected {
    background: white !important;
    background-image: none !important;
    color: -internal-light-dark-color(black, white) !important
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none
}

.input-group-text {
    padding: 5px 15px;
    background: #ffffff;
    margin-bottom: 0px !important;
    color: #5E626F;
    border-color: transparent
}

.toggle {
    cursor: pointer;
    display: block
}

.toggle-switch {
    display: inline-block;
    background: #f7f7f7;
    border-radius: 16px;
    width: 45px;
    height: 20px;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s
}

.toggle-switch:before,
.toggle-switch:after {
    content: ""
}

.toggle-switch:before {
    display: block;
    background: linear-gradient(to bottom, #ffffff 0%, #eee 100%);
    border-radius: 50%;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 1px;
    left: 3px;
    transition: left 0.25s
}

.toggle:hover .toggle-switch:before {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%)
}

.toggle-checkbox:checked+.toggle-switch {
    background: var(--primary)
}

.toggle-checkbox:checked+.toggle-switch:before {
    left: 26px
}

.toggle-checkbox {
    position: absolute;
    visibility: hidden
}

.toggle-label {
    margin-left: 15px;
    position: relative;
    top: 2px;
    font-size: 16px;
    font-weight: 400
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

label.error {
    color: #D23636;
    position: absolute;
    bottom: 0;
    margin-bottom: -22px;
    font-size: 12px;
    font-weight: 400
}

select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%
}

.label-title {
    font-weight: 500;
    color: var(--secondary);
    font-size: 16px;
    margin-bottom: 10px
}

select {
    height: 48px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    color: #24262B;
    transition: all 0.3s ease-in-out;
    background-color: #F3F3F3
}

select .dropdown-toggle {
    border: 0 !important;
    padding: 0;
    font-weight: normal;
    text-transform: unset;
    outline: none;
    background-color: transparent
}

select .dropdown-toggle:focus {
    outline: 0 !important;
    outline: 0 !important;
    outline-offset: 0 !important
}

select .dropdown-toggle:hover,
select .dropdown-toggle:active {
    background-color: transparent
}

select .dropdown-toggle:after {
    content: none
}

select.show {
    box-shadow: none !important;
    outline: 0px !important
}

select.show .dropdown-toggle {
    box-shadow: none !important;
    outline: 0px !important
}

select.show.btn-group .dropdown-menu.inner {
    display: block
}

select .dropdown-menu {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: -1px;
    padding: 10px 0;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    font-size: 14px
}

select .dropdown-menu ul li {
    padding: 0
}

select .dropdown-menu ul li a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    color: #333;
    white-space: nowrap
}

select .dropdown-menu ul li a img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    margin-right: 5px
}

select .dropdown-menu ul li a:hover {
    background-color: #f2f2f4
}

select .dropdown-menu ul li.selected a {
    background-color: var(--primary);
    color: #ffffff
}

select.btn-group {
    padding: 10px 20px;
    border-width: 1px
}

select.btn-group.show {
    box-shadow: 0 0px 10px 4px rgba(31, 66, 135, 0.1) !important;
    border-color: var(--primary)
}

select.btn-group .form-control .dropdown-toggle.btn-default {
    padding: 0
}

select.btn-group .dropdown-toggle .caret {
    font-size: 10px;
    top: 50%;
    right: 5px;
    transform: translateY(-50%)
}

select.btn-group .dropdown-toggle .caret:before {
    content: "\f078"
}

.custom-file-label {
    box-shadow: 0 0px 10px 4px rgba(31, 66, 135, 0.1);
    height: 45px;
    border-radius: 30px !important;
    padding: 10px 20px;
    font-size: 15px;
    border-color: transparent
}

.custom-file-label:after {
    content: none !important
}

.dz-form.radius-no .form-control {
    border-radius: 0
}

.dz-form.style-1 textarea {
    height: 185px;
    padding: 15px ​20px
}

.form-check-input {
    width: 1.125em;
    height: 1.125em;
    border: 2px solid rgba(0, 0, 0, 0.25);
    border-radius: 0 !important;
    margin: 4px
}

.form-check-input.radio {
    border-radius: 50% !important;
    border: 1px solid #24262B
}

.form-check-input.radio:checked[type="radio"] {
    background-color: #0D775E;
    border: 1px solid #0D775E
}

.input-group {
    margin-bottom: 20px
}

.wpcf7-form .row {
    --bs-gutter-x: 20px
}

.checkout-form {
    margin-bottom: 40px
}

.checkout-form .form-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary)
}

.checkout-form .form-control {
    background: none;
    border: 1px solid transparent;
    border-bottom: 2px solid #E1E1E1;
    border-radius: 0;
    padding: 10px 0
}

.checkout-form .form-control::placeholder {
    font-weight: 400;
    font-size: 15px;
    color: var(--seconday)
}

.input-group-text.checkout-text {
    background: none;
    border-color: transparent;
    position: relative;
    right: 60px
}

.input-group-text.checkout-text i {
    font-size: 20px;
    font-weight: 600
}

.form-control.default-select .btn {
    background: transparent;
    border-width: 0 0 2px;
    border-radius: 0;
    padding: 15px 10px !important;
    border-color: #E1E1E1;
    padding: 10px 20px
}

.form-control.default-select .btn:focus {
    outline: 0 !important
}

.form-control.default-select .filter-option-inner-inner {
    font-weight: 600;
    font-size: 16px
}

.form-check {
    padding-left: 0;
    padding-right: 0
}

.form-check span {
    height: 1rem;
    margin-right: 15px;
    width: 1rem;
    display: block;
    background-color: #24262B;
    position: relative;
    border-radius: 50%;
    z-index: 1
}

.form-check span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    background-color: transparent;
    border: 1px solid #24262b;
    border-radius: 50%;
    opacity: 0.2;
    transform: translate(-50%, -50%) scale(0);
    z-index: -1
}

.form-check .form-check-input {
    opacity: 0;
    position: relative;
    z-index: 2;
    margin-left: 0;
    margin-top: 0
}

.form-check .form-check-input:checked+span:after {
    transform: translate(-50%, -50%) scale(1)
}

.dz-ajax-overlay {
    position: relative
}

.dz-ajax-overlay .btn[type='submit']:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    border-radius: 0;
    opacity: 0.8;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 14px;
    font-style: italic;
    background-image: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="30px" viewBox="0 0 24 30" style="enable-background:new 0 0 50 50;" xml:space="preserve"> <rect x="0" y="13" width="4" height="5" fill="%23fff"> <animate attributeName="height" attributeType="XML" values="5;21;5" begin="0s" dur="0.6s" repeatCount="indefinite"></animate> <animate attributeName="y" attributeType="XML" values="13;5;13" begin="0s" dur="0.6s" repeatCount="indefinite"></animate> </rect> <rect x="10" y="13" width="4" height="5" fill="%23fff"> <animate attributeName="height" attributeType="XML" values="5;21;5" begin="0.15s" dur="0.6s" repeatCount="indefinite"></animate> <animate attributeName="y" attributeType="XML" values="13;5;13" begin="0.15s" dur="0.6s" repeatCount="indefinite"></animate> </rect> <rect x="20" y="13" width="4" height="5" fill="%23fff"> <animate attributeName="height" attributeType="XML" values="5;21;5" begin="0.3s" dur="0.6s" repeatCount="indefinite"></animate> <animate attributeName="y" attributeType="XML" values="13;5;13" begin="0.3s" dur="0.6s" repeatCount="indefinite"></animate> </rect> </svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px
}

.form-label {
    font-size: 16px;
    font-weight: 700;
    color: var(--title);
    margin-bottom: 10px;
    background: transparent;
    border-color: #D7D7D7;
    font-family: var(--font-family-title)
}

.form-control {
    height: 50px;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    color: #24262B;
    transition: all 0.3s ease-in-out;
    background: #F3F3F3;
    border-radius: 0
}

.form-control .select {
    padding: 12px 0
}

.form-control span {
    margin-top: 0
}

.form-control::placeholder {
    color: #787D8C
}

.form-control:focus,
.form-control:active,
.form-control.active {
    border-color: var(--primary);
    background: #F3F3F3
}

textarea.form-control {
    min-height: auto;
    height: unset
}


.input-group .dropdown-toggle .filter-option-inner-inner {
    color: #24262B;
    font-size: 15px;
    font-weight: 400;
}

.form-control.error,
.dropdown-toggle.error {
    box-shadow: 0 0 0 0.15rem rgba(250, 20, 98, 1);
}

textarea {
    height: 120px;
    resize: none
}

input:-internal-autofill-selected {
    background: white !important;
    background-image: none !important;
    color: -internal-light-dark-color(black, white) !important
}

.input-group-text {
    padding: 5px 15px;
    background: #ffffff;
    margin-bottom: 0px !important;
    color: #5E626F;
    border-color: transparent
}

.toggle {
    cursor: pointer;
    display: block
}

.toggle-switch {
    display: inline-block;
    background: #f7f7f7;
    border-radius: 16px;
    width: 45px;
    height: 20px;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s
}

.toggle-switch:before,
.toggle-switch:after {
    content: ""
}

.toggle-switch:before {
    display: block;
    background: linear-gradient(to bottom, #ffffff 0%, #eee 100%);
    border-radius: 50%;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 1px;
    left: 3px;
    transition: left 0.25s
}

.toggle:hover .toggle-switch:before {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%)
}

.toggle-checkbox:checked+.toggle-switch {
    background: var(--primary)
}

.toggle-checkbox:checked+.toggle-switch:before {
    left: 26px
}

.toggle-checkbox {
    position: absolute;
    visibility: hidden
}

.toggle-label {
    margin-left: 15px;
    position: relative;
    top: 2px;
    font-size: 16px;
    font-weight: 400
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

label.error {
    color: #D23636;
    position: absolute;
    bottom: 0;
    margin-bottom: -22px;
    font-size: 12px;
    font-weight: 400
}

select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%
}

.label-title {
    font-weight: 500;
    color: var(--secondary);
    font-size: 16px;
    margin-bottom: 10px
}

.form-required {
    color: red;
}

select {
    height: 48px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    color: #24262B;
    transition: all 0.3s ease-in-out;
    background-color: #F3F3F3
}

select .dropdown-toggle {
    border: 0 !important;
    padding: 0;
    font-weight: normal;
    text-transform: unset;
    outline: none;
    background-color: transparent
}

select .dropdown-toggle:focus {
    outline: 0 !important;
    outline: 0 !important;
    outline-offset: 0 !important
}

select .dropdown-toggle:hover,
select .dropdown-toggle:active {
    background-color: transparent
}

select .dropdown-toggle:after {
    content: none
}

select.show {
    box-shadow: none !important;
    outline: 0px !important
}

select.show .dropdown-toggle {
    box-shadow: none !important;
    outline: 0px !important
}

select.show.btn-group .dropdown-menu.inner {
    display: block
}

select .dropdown-menu {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: -1px;
    padding: 10px 0;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    font-size: 14px
}

select .dropdown-menu ul li {
    padding: 0
}

select .dropdown-menu ul li a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    color: #333;
    white-space: nowrap
}

select .dropdown-menu ul li a img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    margin-right: 5px
}

select .dropdown-menu ul li a:hover {
    background-color: #f2f2f4
}

select .dropdown-menu ul li.selected a {
    background-color: var(--primary);
    color: #ffffff
}

select.btn-group {
    padding: 10px 20px;
    border-width: 1px
}

select.btn-group.show {
    box-shadow: 0 0px 10px 4px rgba(31, 66, 135, 0.1) !important;
    border-color: var(--primary)
}

select.btn-group .form-control .dropdown-toggle.btn-default {
    padding: 0
}

select.btn-group .dropdown-toggle .caret {
    font-size: 10px;
    top: 50%;
    right: 5px;
    transform: translateY(-50%)
}

select.btn-group .dropdown-toggle .caret:before {
    content: "\f078"
}

.custom-file-label {
    box-shadow: 0 0px 10px 4px rgba(31, 66, 135, 0.1);
    height: 45px;
    border-radius: 30px !important;
    padding: 10px 20px;
    font-size: 15px;
    border-color: transparent
}

.custom-file-label:after {
    content: none !important
}

.dz-form.radius-no .form-control {
    border-radius: 0
}

.dz-form.style-1 textarea {
    height: 185px;
    padding: 15px ​20px
}

.form-check-input {
    width: 1.125em;
    height: 1.125em;
    border: 2px solid rgba(0, 0, 0, 0.25);
    border-radius: 0 !important;
    margin: 4px
}

.form-check-input.radio {
    border-radius: 50% !important;
    border: 1px solid #24262B
}

.form-check-input.radio:checked[type="radio"] {
    background-color: #0D775E;
    border: 1px solid #0D775E
}

.input-group {
    margin-bottom: 20px
}

.wpcf7-form .row {
    --bs-gutter-x: 20px
}

.checkout-form {
    margin-bottom: 40px
}

.checkout-form .form-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary)
}

.checkout-form .form-control {
    background: none;
    border: 1px solid transparent;
    border-bottom: 2px solid #E1E1E1;
    border-radius: 0;
    padding: 10px 0
}

.checkout-form .form-control::placeholder {
    font-weight: 400;
    font-size: 15px;
    color: var(--seconday)
}

.input-group-text.checkout-text {
    background: none;
    border-color: transparent;
    position: relative;
    right: 60px
}

.input-group-text.checkout-text i {
    font-size: 20px;
    font-weight: 600
}

.form-control.default-select .btn {
    background: transparent;
    border-width: 0 0 2px;
    border-radius: 0;
    padding: 15px 10px !important;
    border-color: #E1E1E1;
    padding: 10px 20px
}

.form-control.default-select .btn:focus {
    outline: 0 !important
}

.form-control.default-select .filter-option-inner-inner {
    font-weight: 600;
    font-size: 16px
}

.form-check {
    padding-left: 0;
    padding-right: 0
}

.form-check span {
    height: 1rem;
    margin-right: 15px;
    width: 1rem;
    display: block;
    background-color: #24262B;
    position: relative;
    border-radius: 50%;
    z-index: 1
}

.form-check span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    background-color: transparent;
    border: 1px solid #24262b;
    border-radius: 50%;
    opacity: 0.2;
    transform: translate(-50%, -50%) scale(0);
    z-index: -1
}

.form-check .form-check-input {
    opacity: 0;
    position: relative;
    z-index: 2;
    margin-left: 0;
    margin-top: 0;
    cursor: pointer
}

.form-check .form-check-input:checked+span:after {
    transform: translate(-50%, -50%) scale(1)
}

@-webkit-keyframes toLeftFromRight {
    49% {
        -webkit-transform: translateX(100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateX(-100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes toLeftFromRight {
    49% {
        -moz-transform: translateX(100%)
    }

    50% {
        opacity: 0;
        -moz-transform: translateX(-100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toLeftFromRight {
    49% {
        transform: translateX(100%)
    }

    50% {
        opacity: 0;
        transform: translateX(-100%)
    }

    51% {
        opacity: 1
    }
}

@-webkit-keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

button:hover,
button:active,
button:focus {
    outline: 0 !important
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: 0 !important
}

.btn-list {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
}

.btn-list *.btn {
    margin-right: 30px;
}

.btn-list *.btn:last-child {
    margin-right: 0;
}

.video-box {
    width: 170px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}

.video-box div:first-child {
    margin-right: 12px;
    flex-shrink: 0;
}

.video-box h6 {
    margin-bottom: 0;
}

.btn {
    font-size: 16px;
    padding: 12px 30px;
    line-height: 24px;
    display: inline-flex;
    border-radius: 0;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
    font-family: "DM Sans", sans-serif;
    align-items: center;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    justify-content: center
}

.btn-round {
    width: 60px;
    height: 60px;
    padding: 0;
    box-sizing: border-box;
    background-color: white;
    border-radius: 50%;
    border: 1px solid white;
    cursor: pointer;
    color: black;
    font-size: 20px;
    transition: all 1s;
}

.btn-round:hover {
    color: var(--primary);
}

.btn-icon {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn.btn-lg,
.btn-group-lg>.btn {
    padding: 15px 35px;
    font-size: 18px
}

@media only screen and (max-width:991px) {

    .btn.btn-lg,
    .btn-group-lg>.btn {
        padding: 15px 30px
    }
}

@media only screen and (max-width:767px) {

    .btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .btn.btn-lg,
    .btn-group-lg>.btn {
        padding: 12px 30px;
        font-size: 16px
    }

    .btn-round {
        width: 55px;
        height: 55px;
        font-size: 18px;
    }

    .btn-list *.btn {
        margin-right: 20px;
    }
}

@media (max-aspect-ratio: 0.45) or (max-width: 380px) {
    .video-box {
        width: 150px;
    }
}

@media only screen and (max-width:330px) {

    .btn {
        padding: 8px 14px;
    }

    .btn-list {
        flex-direction: column;
        align-items: center;
    }

    .btn-list *.btn {
        width: 100%;
        margin-right: 0;
        order: 2;
        margin-top: 15px;
    }

    .video-box {
        width: 100%;
        order: 1;
    }

    .btn-round {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
}

.btn.btn-md {
    padding: 9px 25px;
    font-size: 14px
}

.btn.btn-sm,
.btn-group-sm>.btn {
    font-size: 13px;
    padding: 6px 20px
}

.btn.btn-xs {
    font-size: 12px;
    padding: 5px 18px;
    line-height: 20px
}

.btn.btn-primary {
    color: #ffffff
}

.btn.btn-primary:hover {
    color: #ffffff
}

.btn-success,
.btn-danger,
.btn-warning {
    color: #fff
}

.btn-success:hover,
.btn-danger:hover,
.btn-warning:hover {
    color: #fff
}

.btn-success.effect:after,
.btn-info.effect:after,
.btn-danger.effect:after,
.btn-warning.effect:after {
    background: var(--secondary)
}

.btn-rounded {
    border-radius: 30px !important
}

.shadow-primary {
    box-shadow: 0px 19px 29px rgba(220, 181, 145, 0.34)
}

.btn-block {
    display: block;
    width: 100%
}

.btn-info {
    color: #fff
}

.btn-info:hover {
    color: #fff
}

.btn-white {
    background-color: #fff;
    color: var(--primary)
}

.btn-white:hover {
    color: var(--primary)
}

.btn-secondary {
    background-color: var(--secondary);
    border-color: var(--secondary)
}

.btn-secondary:after {
    background-color: var(--primary)
}

.panel-btn {
    display: none;
    color: var(--title)
}

@media only screen and (max-width:1199px) {
    .panel-btn {
        display: block
    }
}

.panel-close-btn {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    cursor: pointer;
    overflow: hidden;
    z-index: 9999;
    opacity: 0;
    background: var(--secondary);
    filter: blur(100px);
    width: 0
}

.panel-close-btn svg {
    position: absolute;
    left: 420px;
    top: 20px
}

.panel-close-btn.active {
    width: 100%;
    opacity: 0.8;
    filter: blur(0)
}

@media only screen and (max-width:1199px) {
    .panel-close-btn {
        display: block
    }
}

[class*="btn-outline"],
.btn-primary,
.btn-secondary,
.btn-success,
.btn-danger,
.btn-dark,
.btn-info {
    position: relative;
    z-index: 1;
    overflow: hidden
}

[class*="btn-outline"]:after,
.btn-primary:after,
.btn-secondary:after,
.btn-success:after,
.btn-danger:after,
.btn-dark:after,
.btn-info:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.8;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: white;
    background-color: rgba(255, 255, 255, 0.5)
}

[class*="btn-outline"]:hover::after,
.btn-primary:hover::after,
.btn-secondary:hover::after,
.btn-success:hover::after,
.btn-danger:hover::after,
.btn-dark:hover::after,
.btn-info:hover::after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.badge {
    padding: 5px 10px;
    font-weight: var(--headings-font-weight);
    background-color: var(--primary);
    color: white;
    border-radius: 0;
    font-family: var(--font-family-base);
    min-width: 18px;
    min-height: 18px;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
}

.badge:hover {
    color: #fff
}

.badge.badge-primary {
    background-color: var(--primary)
}

.badge.badge-spire {
    background-image: linear-gradient(to right, #341269 10%, 30%, #FF295F 70%, #FE8957);
}

.badge.badge-secondary {
    background-color: #24262B
}

.badge.badge-info {
    background-color: #0194D9
}

.badge.badge-success {
    background-color: #31A56D
}

.badge.badge-warning {
    background-color: #E79600
}

.badge.badge-danger {
    background-color: #D23636
}

.badge.badge-light {
    background-color: #F3F3F3
}

.badge.badge-circle {
    border-radius: 50%
}

.badge.style-1 {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    min-height: unset;
    color: var(--title);
    background-color: #ffffff;
    text-transform: capitalize
}

.bg-purple {
    background-color: #5E5CC6;
    color: #fff
}

.bg-red {
    background-color: #EB5757;
    color: #fff
}

.bg-orange {
    background-color: #CD9B60;
    color: #fff
}

.bg-green {
    background-color: #24262B;
    color: #fff
}

.table-responsive-sm {
    min-width: 48rem
}

.table {
    margin-bottom: 0px;
    font-weight: 400
}

.table tr td,
.table tr th {
    padding: 10px 20px
}

@media only screen and (max-width:575px) {

    .table tr td,
    .table tr th {
        padding: 5px
    }
}

.table.book-overview tr th {
    color: #24262B;
    font-size: 16px;
    font-weight: 500;
    width: 200px
}

.table-striped thead tr th {
    padding-bottom: 15px !important
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffffff
}

.table-striped tfoot {
    border-top: 2px solid #D7D7D7
}

.table-striped tfoot tr th {
    padding-top: 10px
}

.table>:not(:first-child) {
    border-top: 1px solid #dee2e6
}

.overlay-secondary-light,
.overlay-secondary-middle,
.overlay-secondary-dark,
.overlay-black-light,
.overlay-black-middle,
.overlay-black-dark,
.overlay-gradient-light,
.overlay-gradient-middle,
.overlay-gradient-dark,
.overlay-white-light,
.overlay-white-middle,
.overlay-white-dark,
.overlay-primary-light,
.overlay-primary-middle,
.overlay-primary-dark,
.overlay-primary {
    position: relative
}

.overlay-secondary-light:before,
.overlay-secondary-middle:before,
.overlay-secondary-dark:before,
.overlay-black-light:before,
.overlay-black-middle:before,
.overlay-black-dark:before,
.overlay-gradient-light:before,
.overlay-gradient-middle:before,
.overlay-gradient-dark:before,
.overlay-white-light:before,
.overlay-white-middle:before,
.overlay-white-dark:before,
.overlay-primary-light:before,
.overlay-primary-middle:before,
.overlay-primary-dark:before,
.overlay-primary:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.overlay-secondary-light .container,
.overlay-secondary-light .container-fluid,
.overlay-secondary-light .container-sm,
.overlay-secondary-light .container-md,
.overlay-secondary-light .container-lg,
.overlay-secondary-light .container-xl,
.overlay-secondary-middle .container,
.overlay-secondary-middle .container-fluid,
.overlay-secondary-middle .container-sm,
.overlay-secondary-middle .container-md,
.overlay-secondary-middle .container-lg,
.overlay-secondary-middle .container-xl,
.overlay-secondary-dark .container,
.overlay-secondary-dark .container-fluid,
.overlay-secondary-dark .container-sm,
.overlay-secondary-dark .container-md,
.overlay-secondary-dark .container-lg,
.overlay-secondary-dark .container-xl,
.overlay-black-light .container,
.overlay-black-light .container-fluid,
.overlay-black-light .container-sm,
.overlay-black-light .container-md,
.overlay-black-light .container-lg,
.overlay-black-light .container-xl,
.overlay-black-middle .container,
.overlay-black-middle .container-fluid,
.overlay-black-middle .container-sm,
.overlay-black-middle .container-md,
.overlay-black-middle .container-lg,
.overlay-black-middle .container-xl,
.overlay-black-dark .container,
.overlay-black-dark .container-fluid,
.overlay-black-dark .container-sm,
.overlay-black-dark .container-md,
.overlay-black-dark .container-lg,
.overlay-black-dark .container-xl,
.overlay-gradient-light .container,
.overlay-gradient-light .container-fluid,
.overlay-gradient-light .container-sm,
.overlay-gradient-light .container-md,
.overlay-gradient-light .container-lg,
.overlay-gradient-light .container-xl,
.overlay-gradient-middle .container,
.overlay-gradient-middle .container-fluid,
.overlay-gradient-middle .container-sm,
.overlay-gradient-middle .container-md,
.overlay-gradient-middle .container-lg,
.overlay-gradient-middle .container-xl,
.overlay-gradient-dark .container,
.overlay-gradient-dark .container-fluid,
.overlay-gradient-dark .container-sm,
.overlay-gradient-dark .container-md,
.overlay-gradient-dark .container-lg,
.overlay-gradient-dark .container-xl,
.overlay-white-light .container,
.overlay-white-light .container-fluid,
.overlay-white-light .container-sm,
.overlay-white-light .container-md,
.overlay-white-light .container-lg,
.overlay-white-light .container-xl,
.overlay-white-middle .container,
.overlay-white-middle .container-fluid,
.overlay-white-middle .container-sm,
.overlay-white-middle .container-md,
.overlay-white-middle .container-lg,
.overlay-white-middle .container-xl,
.overlay-white-dark .container,
.overlay-white-dark .container-fluid,
.overlay-white-dark .container-sm,
.overlay-white-dark .container-md,
.overlay-white-dark .container-lg,
.overlay-white-dark .container-xl,
.overlay-primary-light .container,
.overlay-primary-light .container-fluid,
.overlay-primary-light .container-sm,
.overlay-primary-light .container-md,
.overlay-primary-light .container-lg,
.overlay-primary-light .container-xl,
.overlay-primary-middle .container,
.overlay-primary-middle .container-fluid,
.overlay-primary-middle .container-sm,
.overlay-primary-middle .container-md,
.overlay-primary-middle .container-lg,
.overlay-primary-middle .container-xl,
.overlay-primary-dark .container,
.overlay-primary-dark .container-fluid,
.overlay-primary-dark .container-sm,
.overlay-primary-dark .container-md,
.overlay-primary-dark .container-lg,
.overlay-primary-dark .container-xl,
.overlay-primary .container,
.overlay-primary .container-fluid,
.overlay-primary .container-sm,
.overlay-primary .container-md,
.overlay-primary .container-lg,
.overlay-primary .container-xl {
    position: relative;
    z-index: 1
}

.overlay-black-light:before,
.overlay-black-middle:before,
.overlay-black-dark:before {
    background: linear-gradient(to bottom, #ffffff 0%, #000000 100%)
}

.overlay-secondary-light:before,
.overlay-secondary-middle:before,
.overlay-secondary-dark:before {
    background: #24262B
}

.overlay-gradient-light:before,
.overlay-gradient-middle:before,
.overlay-gradient-dark:before {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%)
}

.overlay-white-light:before,
.overlay-white-middle:before,
.overlay-white-dark:before {
    background: #FFF
}

.overlay-primary-light:before,
.overlay-primary-middle:before,
.overlay-primary-dark:before,
.overlay-primary:before {
    background: var(--primary)
}

.overlay-primary-light:before,
.overlay-white-light:before,
.overlay-gradient-light:before,
.overlay-secondary-light:before,
.overlay-black-light:before {
    opacity: 0.4
}

.overlay-primary-middle:before,
.overlay-white-middle:before,
.overlay-gradient-middle:before,
.overlay-black-middle:before,
.overlay-secondary-middle:before {
    opacity: 0.7
}

.overlay-primary-dark:before,
.overlay-white-dark:before,
.overlay-gradient-dark:before,
.overlay-black-dark:before,
.overlay-secondary-dark:before {
    opacity: 0.9
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.dz-media {
    overflow: hidden;
    position: relative
}

.dz-accordion .accordion-item {
    border-radius: 0;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
    border: 0
}

.dz-accordion .accordion-body {
    padding: 25px 30px;
    border-radius: 0
}

.dz-accordion .accordion-collapse {
    border: 0
}

.dz-accordion .accordion-header .accordion-button {
    font-size: 18px;
    font-weight: 500;
    border: 0px;
    border-radius: 0;
    padding: 22px 65px 22px 30px;
    transition: all 0.5s ease 0s;
    color: var(--secondary);
    background: none;
    border: 1px solid #D7D7D7;
    box-shadow: none
}

.dz-accordion .accordion-header .accordion-button:after {
    content: none
}

.dz-accordion .accordion-header .accordion-button:focus {
    box-shadow: none
}

.dz-accordion .accordion-header .accordion-button .toggle-close {
    font-family: themify;
    font-weight: 800;
    height: 55px;
    width: 55px;
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: var(--border-radius-base);
    line-height: 57px;
    text-align: center;
    font-size: 20px;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    z-index: 1;
    overflow: hidden
}

.dz-accordion .accordion-header .accordion-button .toggle-close:after {
    content: "\f068";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    z-index: -1;
    color: var(--body-color);
    background-color: transparent;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1
}

.dz-accordion .accordion-header .accordion-button.collapsed {
    color: #13212a
}

.dz-accordion .accordion-header .accordion-button.collapsed:after {
    opacity: 0
}

.dz-accordion .accordion-header .accordion-button.collapsed .toggle-close:after {
    content: "\f067";
    opacity: 1
}

@media only screen and (max-width:575px) {
    .dz-accordion .accordion-header .accordion-button {
        padding: 15px 65px 15px 15px;
        font-size: 16px
    }
}

.dz-accordion.accordion-sm .accordion-body {
    padding: 20px 0
}

.dz-accordion.accordion-sm .accordion-header .accordion-button {
    padding: 18px 55px 18px 25px
}

.dz-accordion.accordion-sm .accordion-header .accordion-button .toggle-close {
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: #F6F6F6;
    border-radius: 0
}

.dz-accordion.accordion-sm .accordion-header .accordion-button .toggle-close:before {
    font-size: 25px;
    line-height: 50px
}

@media only screen and (max-width:1199px) {
    .dz-accordion.accordion-sm .accordion-header .accordion-button {
        padding: 15px 20px 15px 15px
    }
}

@media only screen and (max-width:575px) {
    .dz-accordion.accordion-sm .accordion-header .accordion-button {
        padding: 15px 65px 15px 15px
    }
}

.dz-accordion.style-1 .accordion-item {
    margin-bottom: 0
}

.dz-accordion.style-1 .accordion-header .accordion-button {
    background: transparent;
    padding: 20px 10px 20px 45px;
    box-shadow: none;
    color: var(--title);
    border-bottom: 1px solid #cccccc;
    border-radius: 0
}

.dz-accordion.style-1 .accordion-header .accordion-button .toggle-close {
    left: 0;
    height: 30px;
    width: 30px
}

.dz-accordion.style-1 .accordion-header .accordion-button .toggle-close:after {
    color: var(--primary);
    height: 30px;
    width: 30px;
    line-height: 25px;
    font-size: 17px;
    border-radius: 30px;
    border: 2px solid var(--primary)
}

.dz-accordion.style-1 .accordion-header .accordion-button.collapsed {
    border-bottom: 0
}

.dz-accordion.style-1 .accordion-body {
    padding: 20px 0
}

.dz-accordion.gradient-bg .accordion-item {
    overflow: visible
}

.dz-accordion.gradient-bg .accordion-header .accordion-button {
    background: #c42780;
    background: -moz-linear-gradient(left, #c42780 9%, #1a1dbc 100%);
    background: -webkit-linear-gradient(left, #c42780 9%, #1a1dbc 100%);
    background: linear-gradient(to right, #c42780 9%, #1a1dbc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c42780', endColorstr='#1a1dbc', GradientType=1);
    box-shadow: none
}

.dz-accordion.gradient-bg .accordion-header .accordion-button.collapsed {
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.1) 0px 6px 12px -2px, rgba(0, 0, 0, 0.15) 0px 3px 7px -3px
}

.dz-accordion.rounded .accordion-header .accordion-button {
    border-radius: 40px;
    box-shadow: none
}

.dz-accordion.rounded .accordion-header .accordion-button.collapsed {
    box-shadow: none;
    background: var(--primary);
    color: #fff
}

.dz-accordion.rounded .accordion-header .accordion-button.collapsed .toggle-close::after {
    color: #fff
}

.paginator {
    margin-top: 30px;
    padding-bottom: 30px;
}

.pagination.style-1 {
    justify-content: end
}

.pagination.style-1 li .page-numbers,
.pagination.style-1 li .page-link {
    height: 40px;
    min-width: 40px;
    line-height: 40px;
    color: var(--title);
    text-align: center;
    border: 0;
    padding: 0;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 16px;
    font-weight: var(--headings-font-weight);
    border-radius: var(--border-radius-base);
    padding: 0 10px;
    margin: 0 5px;
    display: block;
    text-transform: uppercase;
    background-color: #ffffff
}

.pagination.style-1 li .page-numbers.current,
.pagination.style-1 li .page-numbers.active,
.pagination.style-1 li .page-numbers:hover,
.pagination.style-1 li .page-link.current,
.pagination.style-1 li .page-link.active,
.pagination.style-1 li .page-link:hover {
    color: var(--title);
    background-color: #F3F3F3;
    border-color: #F3F3F3
}

@media only screen and (max-width:575px) {
    .pagination.style-1 li {
        margin: 0 3px
    }

    .pagination.style-1 li .page-numbers,
    .pagination.style-1 li .page-link {
        height: 35px;
        min-width: 35px;
        line-height: 35px;
        border-radius: var(--border-radius-base)
    }
}

.pagination.style-1 li .prev,
.pagination.style-1 li .next {
    border-color: transparent;
    font-size: 16px;
    padding: 0 20px
}

.pagination.style-1 li .prev:hover,
.pagination.style-1 li .next:hover {
    background-color: #F3F3F3;
    box-shadow: none;
    color: var(--title)
}

@media only screen and (max-width:575px) {

    .pagination.style-1 li .prev,
    .pagination.style-1 li .next {
        min-width: 50px;
        font-size: 14px
    }
}

.pagination.style-1.text-center {
    justify-content: center
}

.pagination.style-1.pagination-lg li .page-numbers,
.pagination.style-1.pagination-lg li .page-link {
    height: 80px;
    min-width: 80px;
    line-height: 80px;
    border-radius: 80px
}

.pagination.style-1.pagination-md li .page-numbers,
.pagination.style-1.pagination-md li .page-link {
    height: 60px;
    min-width: 60px;
    line-height: 60px;
    border-radius: 40px
}

.pagination.style-1.pagination-sm li .page-numbers,
.pagination.style-1.pagination-sm li .page-link {
    height: 40px;
    min-width: 40px;
    line-height: 40px;
    border-radius: 40px
}

.pagination.style-1.rounded-0 .page-item .page-link {
    border-radius: 0
}

.pagination.style-1 .page-numbers {
    border: 1px solid #F0F0F0;
    display: inline-flex;
    margin: 0 20px;
    background-color: #ffffff;
    border-radius: var(--border-radius-base)
}

.pagination.style-1 .page-numbers .page-item .page-link {
    background-color: #ffffff;
    color: var(--secondary)
}

.pagination.style-1 .page-numbers .page-item .page-link.active,
.pagination.style-1 .page-numbers .page-item .page-link:hover {
    color: #ffffff;
    background-color: var(--secondary);
    border-color: var(--secondary)
}

.pagination.style-1 .page-numbers .page-item .page-link.active .page-num,
.pagination.style-1 .page-numbers .page-item .page-link:hover .page-num {
    background-color: transparent
}

@media only screen and (max-width:575px) {
    .pagination.style-1 .page-numbers {
        margin: 0 5px
    }
}

@media only screen and (max-width:767px) {
    .pagination.style-1 {
        justify-content: center
    }
}

.dz-content-bx {
    position: relative;
    overflow: hidden
}

.dz-content-bx .content-media img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.dz-content-bx .dz-content-inner {
    position: relative
}

.dz-content-bx.style-1 .inner-content {
    padding-left: 40px
}

.dz-content-bx.style-1 .inner-content .section-head .title {
    font-size: 45px;
    font-weight: 700;
    color: #ffffff
}

.dz-content-bx.style-1 .inner-content .section-head p {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 24px
}

@media only screen and (max-width:1480px) {
    .dz-content-bx.style-1 .inner-content {
        padding-left: 20px
    }

    .dz-content-bx.style-1 .inner-content .section-head .title {
        font-size: 38px
    }

    .dz-content-bx.style-1 .inner-content .section-head p {
        font-size: 18px
    }
}

@media only screen and (max-width:1200px) {
    .dz-content-bx.style-1 .inner-content {
        padding-left: 20px
    }

    .dz-content-bx.style-1 .inner-content .section-head .title {
        font-size: 28px
    }

    .dz-content-bx.style-1 .inner-content .section-head p {
        font-size: 16px
    }
}

@media only screen and (max-width:1199px) {
    .dz-content-bx.style-1 .inner-content {
        padding-left: 0
    }
}

@media only screen and (max-width:1199px) {
    .dz-content-bx.style-1 .inner-content .btn {
        padding: 9px 18px;
        font-size: 14px
    }
}

.list-circle li,
.list-angle-double li,
.list-square li,
.list-square-check li,
.list-check-circle li,
.list-check li,
.list-plus-circle li,
.list-arrow-left-circle li,
.list-arrow-right-circle li {
    position: relative;
    padding: 5px 5px 5px 30px;
    font-family: var(--font-family-base);
    font-size: 16px
}

.list-circle li:before,
.list-angle-double li:before,
.list-square li:before,
.list-square-check li:before,
.list-check-circle li:before,
.list-check li:before,
.list-plus-circle li:before,
.list-arrow-left-circle li:before,
.list-arrow-right-circle li:before {
    position: absolute;
    left: 0;
    top: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

.list-circle.primary li:before,
.list-angle-double.primary li:before,
.list-square.primary li:before,
.list-square-check.primary li:before,
.list-check-circle.primary li:before,
.list-check.primary li:before,
.list-plus-circle.primary li:before,
.list-arrow-left-circle.primary li:before,
.list-arrow-right-circle.primary li:before {
    color: var(--primary)
}

.list-circle.white li:before,
.list-angle-double.white li:before,
.list-square.white li:before,
.list-square-check.white li:before,
.list-check-circle.white li:before,
.list-check.white li:before,
.list-plus-circle.white li:before,
.list-arrow-left-circle.white li:before,
.list-arrow-right-circle.white li:before {
    color: #fff
}

.list-circle.gray li:before,
.list-angle-double.gray li:before,
.list-square.gray li:before,
.list-square-check.gray li:before,
.list-check-circle.gray li:before,
.list-check.gray li:before,
.list-plus-circle.gray li:before,
.list-arrow-left-circle.gray li:before,
.list-arrow-right-circle.gray li:before {
    color: #cbcbcb
}

ul.list-circle li {
    padding: 5px 5px 5px 22px
}

ul.list-circle li:before {
    content: "\f111";
    font-size: 6px;
    top: 15px
}

ul.list-angle-double li:before {
    content: "\f101";
    font-size: 18px
}

ul.list-square li:before {
    content: "\f45c";
    top: 50%;
    transform: translateY(-50%)
}

ul.list-check li:before {
    content: "\f00c";
    font-size: 16px
}

ul.list-check-circle li:before {
    content: "\f058";
    font-size: 18px;
    font-weight: 500;
    top: 5px
}

ul.list-plus-circle li:before {
    content: "\f055";
    font-size: 18px;
    top: 5px
}

ul.list-arrow-left-circle li:before,
ul.list-arrow-right-circle li:before {
    font-size: 10px;
    top: 10px;
    height: 20px;
    width: 20px;
    background-color: #888888;
    border-radius: 50px;
    text-align: center;
    line-height: 21px
}

ul.list-arrow-right-circle li:before {
    content: "\f054";
    padding-left: 1px
}

ul.list-arrow-left-circle li:before {
    content: "\f053";
    padding-right: 1px
}

ul.grid-2 {
    display: flex;
    flex-wrap: wrap
}

ul.grid-2 li {
    width: 50%
}

@media only screen and (max-width:575px) {
    ul.grid-2 li {
        width: 100%
    }
}

.float-link-whatsapp {
    display: inline-block;
    bottom: 165px;
    color: #12be2e;
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    margin: 0;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 45px;
    z-index: 100;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03), 0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.02);
    border: 0;
    font-size: 25px;
    border-radius: 50%
}

.float-link-contact {
    display: inline-block;
    position: relative;
    bottom: 110px;
    color: #007acc;
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    margin: 0;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 45px;
    z-index: 100;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03), 0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.02);
    border-radius: 50%
}

.float-link-contact .popover {
    position: absolute;
    opacity: 0;
    width: 75px;
    height: 36px;
    top: 6px;
    left: -86px;
    font-size: 12px;
    background-color: white;
    color: black;
    line-height: 36px;
    border-radius: 5px;
    border: 0;
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.1);
    transition: 0.3s
}

.float-link-contact .popover-text {
    text-align: center
}

.float-link-contact .popover-triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    right: -7px;
    top: 25%
}

.float-link-contact button {
    border: 0;
    font-size: 25px;
    border-radius: 50%
}

.float-link-whatsapp img {
    display: block;
    width: 100%;
    border-radius: 50%
}

.float-link-contact img {
    display: block;
    width: 100%;
    border-radius: 50%
}

.scroltop {
    background: var(--secondary);
    bottom: 55px;
    color: #fff !important;
    cursor: pointer;
    display: none;
    height: 45px;
    line-height: 45px;
    margin: 0;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 45px;
    z-index: 100;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03), 0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.02);
    border: 0;
    font-size: 25px;
    border-radius: 50%
}

.scroltop:hover i {
    -webkit-animation: toTopFromBottom 0.8s forwards;
    -moz-animation: toTopFromBottom 0.8s forwards;
    animation: toTopFromBottom 0.8s forwards
}

.icon-up i {
    display: inline-block
}

@media only screen and (max-width:575px) {

    .scroltop,
    .float-link-contact,
    .float-link-whatsapp {
        right: 15px
    }
}

@media only screen and (max-width:330px) {

    .scroltop,
    .float-link-contact,
    .float-link-whatsapp {
        width: 35px;
        height: 35px;
    }

    .scroltop {
        line-height: 35px;
        font-size: 16px;
    }

    .float-link-contact {
        bottom: 100px;
    }

    .float-link-whatsapp {
        bottom: 145px;
    }
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

.video-bx1 .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 110px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    z-index: 1;
    border-radius: 50%
}

.video-bx1 .video-btn i {
    color: #fff
}

.video-bx1.overlay:after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media only screen and (max-width:1480px) {
    .video-bx1 .video-btn {
        width: 90px;
        height: 90px
    }

    .video-bx1 .video-btn svg {
        width: 30px;
        height: 30px
    }
}

@media only screen and (max-width:575px) {
    .video-bx1 .video-btn {
        width: 70px;
        height: 70px
    }

    .video-bx1 .video-btn svg {
        width: 18px;
        height: 25px
    }
}

.video-wrapper {
    display: flex;
    align-items: center
}

.video-bx2 svg {
    margin-right: 5px
}

.video-bx2 .text {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px
}

.btn-video {
    padding: 15px 20px;
    background-color: var(--secondary);
    color: #fff
}

.swiper-button-next,
.swiper-button-prev {
    background-image: none !important
}

.btn-next,
.btn-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    background: #F3F3F3;
    font-size: 18px;
    letter-spacing: 2px;
    z-index: 1;
    border-radius: 50%;
    margin: 0 5px;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s
}

.btn-next svg path,
.btn-prev svg path {
    stroke: var(--secondary)
}

.btn-next:hover,
.btn-prev:hover {
    background: var(--secondary)
}

.btn-next:hover svg path,
.btn-prev:hover svg path {
    stroke: #ffffff
}

.btn-next:hover i,
.btn-prev:hover i {
    color: #ffffff
}

.btn-next:after,
.btn-prev:after {
    content: none
}

.btn-next i,
.btn-prev i {
    font-size: 24px
}

@media only screen and (max-width:575px) {

    .btn-next,
    .btn-prev {
        display: none;
        width: 40px;
        height: 40px;
        line-height: 38px
    }
}

.swiper-btn-center-lr {
    position: relative
}

.swiper-btn-center-lr.portfolio-project .btn-prev {
    left: 100px
}

.swiper-btn-center-lr.portfolio-project .btn-next {
    right: 100px
}

@media only screen and (max-width:1199px) {
    .swiper-btn-center-lr.portfolio-project .btn-prev {
        left: 50px
    }

    .swiper-btn-center-lr.portfolio-project .btn-next {
        right: 50px
    }
}

@media only screen and (max-width:767px) {
    .swiper-btn-center-lr.portfolio-project .btn-prev {
        left: 20px
    }

    .swiper-btn-center-lr.portfolio-project .btn-next {
        right: 20px
    }
}

.swiper-btn-center-lr .btn-next,
.swiper-btn-center-lr .btn-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.swiper-btn-center-lr .btn-prev {
    left: -100px
}

.swiper-btn-center-lr .btn-next {
    right: -100px
}

@media only screen and (max-width:1500px) {
    .swiper-btn-center-lr .btn-prev {
        left: -80px
    }

    .swiper-btn-center-lr .btn-next {
        right: -80px
    }
}

@media only screen and (max-width:1480px) {
    .swiper-btn-center-lr .btn-prev {
        left: -80px
    }

    .swiper-btn-center-lr .btn-next {
        right: -80px
    }
}

@media only screen and (max-width:1280px) {
    .swiper-btn-center-lr .btn-prev {
        left: -30px
    }

    .swiper-btn-center-lr .btn-next {
        right: -30px
    }
}

@media only screen and (max-width:767px) {
    .swiper-btn-center-lr .btn-prev {
        left: -25px
    }

    .swiper-btn-center-lr .btn-next {
        right: -25px
    }
}

@media only screen and (max-width:575px) {

    .gallery-swiper:hover .btn-next,
    .gallery-swiper:hover .btn-prev {
        display: none !important;
    }
}

.portfolio-gallery3 .swiper-slide {
    height: calc(100% / 2);
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.portfolio-gallery3 .swiper-wrapper .swiper-slide img {
    min-height: 400px;
    object-fit: cover
}

.portfolio-gallery3 .swiper-wrapper .swiper-slide .dz-content {
    padding: 40px
}

.portfolio-gallery3 .swiper-wrapper .swiper-slide .dz-content .title {
    font-size: 28px;
    width: 100%
}

@media only screen and (max-width:991px) {
    .portfolio-gallery3 .swiper-wrapper .swiper-slide .dz-content .title {
        font-size: 24px;
        width: 100%
    }
}

@media only screen and (max-width:575px) {
    .portfolio-gallery3 .swiper-wrapper .swiper-slide .dz-content .title {
        font-size: 18px
    }
}

@media only screen and (max-width:991px) {
    .portfolio-gallery3 .swiper-wrapper .swiper-slide .dz-content {
        padding: 20px
    }
}

.widget {
    margin-bottom: 45px
}

@media only screen and (max-width:991px) {
    .widget {
        margin-bottom: 40px
    }
}

.widget:last-child {
    margin-bottom: 0
}

.widget-title {
    position: relative;
    margin-bottom: 25px;
    font-weight: 700
}

.widget-title .title {
    margin-bottom: 0
}

.widget_post ul li {
    display: flex;
    align-items: center;
    padding: 0.5rem 0rem 0.5rem 0;
    font-size: 15px;
}

.widget_post ul li:last-child {
    padding-bottom: 0
}

.widget_post ul .dz-media {
    width: 60px;
    height: 60px;
    border-radius: 0;
    margin-right: 12px
}

.widget_post ul .dz-media img {
    border-radius: 0
}

.widget_post ul .dz-content .name {
    margin-bottom: 0;
    font-weight: 500
}

.widget_post ul .dz-content .time {
    font-size: 13px;
    font-weight: 400
}

.search-bx .form-control {
    height: 60px;
    border: 1px solid #BEBEBE;
    background-color: #fff
}

.search-bx .input-group-prepend {
    border-right: 0;
    top: 50%
}

.search-bx .input-group-prepend .input-group-text i {
    color: #828282
}

.search-bx button {
    position: absolute !important;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    padding: 0px;
    z-index: 99 !important;
    width: 48px;
    border: 0
}

.search-bx button i {
    color: var(--primary);
    font-size: 24px
}

.search-bx button svg path {
    fill: var(--primary)
}

.search-bx.style-1 {
    padding: 30px;
    background-color: #24262B;
    border-radius: 0.375rem
}

.search-bx.style-1 .input-group {
    margin-bottom: 0
}

.search-bx.style-1 button {
    border-radius: 0 0.375rem 0.375rem 0;
    padding: 0px 10px
}

.search-input-container {
    width: 50%;
    max-width: 550px;
    display: flex;
    display: -webkit-flex;
    border-radius: 50px;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    margin: 0 auto;
    margin-top: 15px;
    background-color: white;
    padding: 5px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}


.search-input-icon {
    font-size: 18px;
    margin: 15px 0 15px 15px;
}

.search-input-head {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0;
    height: 100%;
    border-radius: 50px;
    border: none;
    padding: 0px 15px;
    color: black;
}

.search-input-button {
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 40px;
    background-color: var(--primary);
    border-radius: 40px;
    color: white;
    text-size: 14px;
    border: none;
    overflow: hidden;
    cursor: pointer;
    flex-shrink: 0;
}

.search-input-button:after {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 0;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.search-input-button:hover:after {
    -webkit-animation: dzShine .75s;
    animation: dzShine .75s;
}

.keyword {
    color: var(--primary);
}

.sr-section-list {
    margin-top: 30px;
}

.sr-type-container {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.sr-type-item {
    font-size: 16px;
    padding: 10px 20px;
    margin-right: 20px;
    border-bottom: 3px solid transparent;
}

.sr-type-item a {
    display: block;
    color: var(--title);
    font-weight: 500;
    line-height: 1.6;
    height: 100%;
}

.sr-type-item.active {
    border-color: var(--primary);
}

.sr-type-item.active a {
    color: var(--primary);
}

.no-search-result-container {
    margin-top: 20px;
    text-align: center;
}

.no-search-result-container p {
    font-size: 24px;
    font-weight: 500;
    color: black;
    margin-bottom: 0;
}

.no-search-result-container img {
    width: 20%;
    margin: 0 auto;
}

@media only screen and (max-width:991px) {
    .search-input-container {
        max-width: 90vw;
        width: 90vw;
    }

    .search-input-container {
        height: 45px;
    }

    .search-input-button {
        width: 80px;
        height: 35px;
        text-size: 12px;
    }

    .search-input-icon {
        font-size: 16px;
    }

    .no-search-result-container p {
        font-size: 18px;
        text-align: left;
    }

    .no-search-result-container img {
        width: 50%;
        margin: 0 auto;
    }

    .sr-type-container {
        justify-content: space-between;
    }

    .sr-type-item {
        flex-grow: 1;
        flex-shrink: 0;
        margin-right: 0;
        text-align: center;
    }

}

@media (max-aspect-ratio: 0.45) or (max-width: 380px) {
    .sr-type-item {
        font-size: 14px;
        padding: 8px 15px;
    }
}

@media only screen and (max-width: 330px) {
    .sr-type-item {
        font-size: 14px;
        padding: 8px 13px;
    }
}

.service-carouse .item {
    overflow: hidden;
    border-radius: 6px;
}

.widget_categories ul,
.widget_archive ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_recent_entries ul,
.widget_services ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    color: #5E626F
}

.widget_categories ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_nav_menu ul li,
.widget_recent_entries ul li,
.widget_services ul li {
    padding-bottom: 1.125rem;
    margin-bottom: 0.8125rem;
    position: relative;
    padding: 0.5rem 0rem 0.5rem 0;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.25rem
}

.widget_categories ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_pages ul li a,
.widget_recent_comments ul li a,
.widget_nav_menu ul li a,
.widget_recent_entries ul li a,
.widget_services ul li a {
    /* text-transform: capitalize; */
    color: var(--title);
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    position: relative
}

.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_meta ul li a:hover,
.widget_pages ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_services ul li a:hover {
    color: var(--primary)
}

.widget_categories ul li li,
.widget_archive ul li li,
.widget_meta ul li li,
.widget_pages ul li li,
.widget_recent_comments ul li li,
.widget_nav_menu ul li li,
.widget_recent_entries ul li li,
.widget_services ul li li {
    border-bottom: none;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 1.375rem
}

.widget_categories ul li li:last-child,
.widget_archive ul li li:last-child,
.widget_meta ul li li:last-child,
.widget_pages ul li li:last-child,
.widget_recent_comments ul li li:last-child,
.widget_nav_menu ul li li:last-child,
.widget_recent_entries ul li li:last-child,
.widget_services ul li li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.widget_categories ul li li:before,
.widget_archive ul li li:before,
.widget_meta ul li li:before,
.widget_pages ul li li:before,
.widget_recent_comments ul li li:before,
.widget_nav_menu ul li li:before,
.widget_recent_entries ul li li:before,
.widget_services ul li li:before {
    top: 0.5rem;
    left: 0
}

.widget_categories ul ul,
.widget_archive ul ul,
.widget_meta ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_nav_menu ul ul,
.widget_recent_entries ul ul,
.widget_services ul ul {
    padding-left: 1.125rem;
    margin-top: 0.5rem;
    margin-left: -0.9375rem
}

.widget_archive li ul,
.widget_categories li ul {
    margin-bottom: -0.625rem
}

.widget_archive ul li,
.widget_categories ul li {
    display: table;
    width: 100%;
    padding: 0.625rem 0rem 0.625rem 1rem !important;
    line-height: 1.3 !important
}

.widget_archive li a,
.widget_categories li a {
    text-transform: capitalize
}

.widget_meta ul li a abbr[title] {
    color: #333;
    border-bottom: none
}

.textwidget img {
    border-radius: var(--border-radius-base)
}

.widget_archive select {
    width: 100%;
    padding: 12px 20px;
    border: 0.0625rem solid #CCC
}

.rsswidget img {
    display: inherit
}

.widget-title .rsswidget {
    display: inline-block
}

ul a.rsswidget,
ul cite {
    font-weight: 600;
    color: var(--title)
}

ul a.rsswidget {
    font-size: 1.125rem;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s
}

ul a.rsswidget:hover {
    color: var(--primary)
}

.rssSummary {
    margin: 1.25rem 0;
    line-height: 1.7;
    font-size: 15px
}

.rss-date {
    display: block;
    margin-top: 0.3125rem;
    font-weight: 400
}

footer:not(.style-4) ul a.rsswidget,
footer:not(.style-4) ul cite {
    color: #fff
}

.recent-posts-entry .widget-post-bx .widget-post {
    display: flex;
    align-items: center;
    margin-bottom: 25px
}

.recent-posts-entry .widget-post-bx .widget-post .dz-media {
    width: 120px;
    min-width: 120px;
    height: 100px
}

.recent-posts-entry .widget-post-bx .widget-post .dz-info {
    margin-left: 18px;
    max-width: 200px
}

.recent-posts-entry .widget-post-bx .widget-post .dz-meta {
    margin-bottom: 0
}

.recent-posts-entry .widget-post-bx .widget-post .dz-meta li {
    font-size: 14px;
    color: var(--primary)
}

.recent-posts-entry .widget-post-bx .widget-post .title {
    font-weight: 700
}

.dz-related-post {
    margin-bottom: 30px
}

.widget_categories.style-1 .cat-item {
    padding: 10px 0 10px 26px !important;
    font-family: 'Roboto'
}

.widget_categories.style-1 .cat-item:before {
    content: "\e829";
    color: var(--primary);
    position: absolute;
    left: 0;
    font-family: 'feather' !important;
    font-weight: 100;
    font-size: 18px;
    top: 8px
}

.pagination.style-1 li {
    margin: 0
}

.pagination.style-1 li .page-link {
    padding: 10px 15px;
    color: var(--title);
    line-height: 1;
    font-weight: 400;
    display: inline-flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    border-radius: 0
}

.pagination.style-1 li .page-link img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: var(--border-radius-base)
}

.pagination.style-1 li .page-link i {
    font-size: 40px
}

.pagination.style-1 li .page-link.prev img {
    margin-right: 15px
}

.pagination.style-1 li .page-link.prev i {
    margin-right: 5px
}

.pagination.style-1 li .page-link.next img {
    margin-left: 15px
}

.pagination.style-1 li .page-link.next i {
    margin-left: 5px
}

.pagination.style-1 .ellipsis .page-link {
    color: rgba(0, 0, 0, 0.25);
    font-weight: 800;
    font-size: 16px;
}

@media only screen and (max-width:575px) {
    .pagination.style-1 li .page-link {
        padding: 10px 0
    }

    .pagination.style-1 li .page-link img {
        width: 60px;
        height: 60px
    }
}

.side-bar h1,
.side-bar .h1 {
    font-size: 2rem
}

.side-bar h2,
.side-bar .h2 {
    font-size: 1.625rem
}

.side-bar h3,
.side-bar .h3 {
    font-size: 1.5rem
}

.side-bar h4,
.side-bar .h4 {
    font-size: 1.25rem
}

.side-bar h5,
.side-bar .h5 {
    font-size: 1.125rem
}

.side-bar h6,
.side-bar .h6 {
    font-size: 1rem
}

select {
    display: block;
    width: 100%;
    padding: 12px 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #777777;
    border: 1px solid #ced4da;
    border-radius: var(--border-radius-base)
}

.comments-title,
.blog-title,
.comment-reply-title {
    position: relative;
    margin-bottom: 25px;
    text-transform: capitalize;
    color: var(--title);
    font-size: 1.125rem;
    font-family: var(--font-family-title);
    font-weight: 600;
    line-height: 1.4;
    display: block
}

.dzmove1 {
    animation: dzMove1 1s linear infinite
}

.dzheart {
    animation: dzHeart 1s linear infinite
}

@keyframes dzMove1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px)
    }

    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px)
    }

    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes dzHeart {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(0.9)
    }
}

.tab-content {
    margin-top: 0px
}

.dz-tabs .nav-tabs {
    border: 0;
    border-bottom: 1px solid var(--border-color)
}

.dz-tabs .nav-tabs .nav-link {
    width: 100%;
    padding: 10px 20px;
    text-align: start;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid transparent;
    color: var(--secondary);
    box-shadow: unset;
    font-family: var(--font-family-title)
}

.nav-tabs.nav-tabs-fixed-width .nav-link {
    width: 140px;
    text-align: center;
}

@media only screen and (max-width:575px) {
    .dz-tabs .nav-tabs .nav-link {
        font-size: 14px
    }
}

.dz-tabs .nav-tabs .nav-link .badge {
    color: var(--title);
    padding: 0 2px;
    border-radius: 20px;
    margin-left: 5px;
    width: 24px;
    height: 24px;
    line-height: 25px
}

@media only screen and (max-width:575px) {
    .dz-tabs .nav-tabs .nav-link .badge {
        width: 20px;
        height: 20px;
        line-height: 22px
    }
}

.dz-tabs .nav-tabs .nav-link.active {
    border-color: var(--secondary);
    color: var(--secondary)
}

.dz-tabs .nav-tabs .nav-link.active .badge {
    background: var(--title);
    color: #fff
}

.dz-tabs .nav-tabs.left {
    justify-content: left
}

.dz-tabs .nav-tabs.center {
    justify-content: center
}

.dz-tabs .nav-tabs.right {
    justify-content: right
}

.dz-tabs .tab-content {
    padding-top: 50px
}

@media only screen and (max-width:991px) {
    .dz-tabs .tab-content {
        padding-top: 30px
    }
}

@media only screen and (max-width:575px) {
    .dz-tabs .tab-content {
        padding-top: 20px
    }
}

.dz-tabs.style-1 {
    margin-bottom: 40px
}

.dz-tabs.style-1 .nav-tabs {
    border: none;
    display: flex;
    gap: 20px;
    margin-right: -20px
}

.dz-tabs.style-1 .nav-tabs .nav-link {
    max-width: calc(33.33% - 20px);
    flex: 0 0 calc(33.33% - 20px);
    cursor: pointer;
    padding: 15px 30px;
    font-size: 20px;
    text-align: start;
    font-weight: 500;
    border-radius: 0;
    background: #fff;
    color: var(--secondary);
    border: 1px solid transparent;
    font-family: var(--font-family-title)
}

.dz-tabs.style-1 .nav-tabs .nav-link.active,
.dz-tabs.style-1 .nav-tabs .nav-link:hover,
.dz-tabs.style-1 .nav-tabs .nav-link:active,
.dz-tabs.style-1 .nav-tabs .nav-link:focus {
    border-color: var(--primary)
}

.dz-tabs.style-1 .nav-tabs .nav-link svg {
    margin-right: 10px
}

.dz-tabs.style-1.tab-space {
    margin-bottom: 75px;
    margin-top: 35px
}

@media only screen and (max-width:1680px) {
    .dz-tabs.style-1 .nav-tabs .nav-link {
        padding: 15px 20px
    }
}

@media only screen and (max-width:1480px) {
    .dz-tabs.style-1 .nav-tabs .nav-link {
        max-width: calc(50% - 20px);
        flex: 0 0 calc(50% - 20px)
    }
}

@media only screen and (max-width:1480px) {
    .dz-tabs.style-1 .nav-tabs .nav-link {
        max-width: calc(50% - 20px);
        flex: 0 0 calc(50% - 20px)
    }
}

@media only screen and (max-width:991px) {
    .dz-tabs.style-1.tab-space {
        margin-bottom: 0px;
        margin-top: 0px
    }

    .dz-tabs.style-1 .nav-tabs .nav-link {
        max-width: calc(33.33% - 20px);
        flex: 0 0 calc(33.33% - 20px)
    }
}

@media only screen and (max-width:767px) {
    .dz-tabs.style-1 .nav-tabs .nav-link {
        max-width: calc(50% - 20px);
        flex: 0 0 calc(50% - 20px)
    }
}

@media only screen and (max-width:575px) {
    .dz-tabs.style-1 .nav-tabs {
        gap: 15px;
        margin-right: -15px
    }

    .dz-tabs.style-1 .nav-tabs .nav-link {
        max-width: calc(33.33% - 15px);
        flex: 0 0 calc(33.33% - 15px);
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding: 12px 0;
        font-size: 16px;
        gap: 5px
    }

    .dz-tabs.style-1 .nav-tabs .nav-link svg {
        margin-right: 0
    }
}

.dz-social-icon ul {
    display: flex;
    flex-wrap: wrap;
}

.dz-social-icon li {
    display: inline-block;
    margin-right: 5px
}

.dz-social-icon li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s
}

.dz-social-icon.style-1 {
    display: flex
}

.dz-social-icon.style-1 li {
    margin-right: 10px;
    color: #000
}

.dz-social-icon.style-1 li a {
    color: var(--primary);
    background-color: rgba(255, 255, 255, 0.1);
    width: 44px;
    height: 44px;
    color: #fff;
    line-height: 44px;
    font-size: 20px;
    display: block
}

.dz-social-icon.style-1 li a:hover {
    background-color: var(--primary);
    color: #fff
}

@media only screen and (max-width:1191px) {
    .dz-social-icon.style-1 {
        justify-content: center
    }
}

.dz-social-icon.style-2 li {
    margin-right: 10px;
    color: #000
}

.dz-social-icon.style-2 li a {
    color: var(--secondary);
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    display: block
}

.dz-social-icon.style-2 li a:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: #fff
}

@media only screen and (min-width:767px) {
    .dz-social-icon.style-2.white {
        color: #fff
    }

    .dz-social-icon.style-2.white a {
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.1)
    }

    .dz-social-icon.style-2.white a:hover {
        background-color: #fff;
        border-color: #fff;
        color: var(--secondary)
    }
}

@media only screen and (max-width:1191px) {
    .dz-social-icon.style-2 {
        justify-content: center
    }
}

.dz-social-icon.style-3 li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: var(--border-radius-base)
}

.dz-social-icon.style-3 li:nth-child(1) {
    background-color: #3b5998
}

.dz-social-icon.style-3 li:nth-child(2) {
    background-color: #1da1f2
}

.dz-social-icon.style-3 li:nth-child(3) {
    background-color: #25d366
}

.dz-social-icon.style-3 li:nth-child(4) {
    background-color: #db4439
}

.dz-social-icon.style-3 li a {
    color: #ffffff;
    font-size: 16px;
    line-height: 1
}

@media only screen and (max-width:575px) {
    .dz-social-icon.style-3 {
        display: none
    }
}

.bg-gray-dark {
    background-color: #d3d3d3
}

.dropdown-menu {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    min-width: 200px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1)
}

.dropdown-menu .dropdown-item {
    padding: 5px 20px;
    font-size: 14px
}

.dropdown-menu .dropdown-footer {
    padding: 10px 20px 10px
}

.dropdown-menu .dropdown-header {
    padding: 10px 20px 10px
}

.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--light);
    color: var(--primary)
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important
}

.content-box.style-1 {
    padding: 30px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: var(--border-radius-base);
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s
}

.content-box.style-1 .dz-info {
    margin-bottom: 30px
}

.content-box.style-1 .dz-info .title {
    line-height: 1.2;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
    margin-bottom: 20px;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s
}

.content-box.style-1 .dz-bottom {
    position: relative;
    z-index: 1
}

.content-box.style-1 .dz-bottom:after {
    content: "";
    position: absolute;
    right: 0;
    background: #e9e9e9;
    height: 1px;
    width: 60%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1
}

.content-box.style-1:hover {
    background-color: var(--primary);
    color: #fff
}

.content-box.style-1:hover .dz-info .title {
    color: #fff
}

.content-box.style-1:hover .dz-info .title a {
    color: inherit
}

.content-box.style-1:hover .dz-bottom a {
    color: #fff
}

.icon-bx-wraper {
    position: relative
}

.icon-bx-wraper .dz-tilte {
    margin-top: 0
}

.icon-bx-wraper .after-titile-line {
    margin-bottom: 10px
}

.icon-bx-wraper p:last-child {
    margin: 0
}

.icon-bx-wraper.center {
    text-align: center
}

.icon-bx-wraper.left .icon-bx-xl,
.icon-bx-wraper.left .icon-bx-lg,
.icon-bx-wraper.left .icon-bx-md,
.icon-bx-wraper.left .icon-bx-sm,
.icon-bx-wraper.left .icon-bx-xs {
    float: left;
    margin-right: 20px
}

.icon-bx-wraper.left .icon-xl,
.icon-bx-wraper.left .icon-lg,
.icon-bx-wraper.left .icon-md,
.icon-bx-wraper.left .icon-sm,
.icon-bx-wraper.left .icon-xs {
    float: left;
    margin-right: 10px
}

.icon-bx-wraper.right {
    text-align: right
}

.icon-bx-wraper.right .icon-bx-xl,
.icon-bx-wraper.right .icon-bx-lg,
.icon-bx-wraper.right .icon-bx-md,
.icon-bx-wraper.right .icon-bx-sm,
.icon-bx-wraper.right .icon-bx-xs {
    float: right;
    margin-left: 20px
}

.icon-bx-wraper.right .icon-xl,
.icon-bx-wraper.right .icon-lg,
.icon-bx-wraper.right .icon-md,
.icon-bx-wraper.right .icon-sm,
.icon-bx-wraper.right .icon-xs {
    float: right;
    margin-left: 10px
}

.icon-bx-wraper.bx-style-1,
.icon-bx-wraper.bx-style-2 {
    border-width: 1px;
    border-style: solid;
    border-color: #ebedf2
}

.icon-bx-wraper.bx-style-2.center [class*="icon-bx-"] {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.icon-bx-wraper.bx-style-2.center .icon-bx-xl {
    margin-left: -75px
}

.icon-bx-wraper.bx-style-2.center .icon-bx-lg {
    margin-left: -60px
}

.icon-bx-wraper.bx-style-2.center .icon-bx-md {
    margin-left: -50px
}

.icon-bx-wraper.bx-style-2.center .icon-bx-sm {
    margin-left: -40px
}

.icon-bx-wraper.bx-style-2.center .icon-bx-xs {
    margin-left: -20px
}

.icon-bx-wraper.bx-style-2.left [class*="icon-bx-"] {
    position: absolute;
    top: auto;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.icon-bx-wraper.bx-style-2.right [class*="icon-bx-"] {
    position: absolute;
    top: auto;
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.icon-content {
    overflow: hidden
}

[class*="icon-bx-"][class*="bg-"] a,
[class*="icon-bx-"][class*="bg-"] span {
    color: #ffffff
}

[class*="icon-bx-"].bg-white a {
    color: inherit
}

[class*="icon-bx-"][class*="border-"] {
    display: table;
    line-height: normal;
    margin-left: auto;
    margin-right: auto
}

[class*="icon-bx-"][class*="border-"] .icon-cell {
    display: table-cell;
    vertical-align: middle
}

.dz-info,
.dz-tilte,
.dz-tilte-inner {
    position: relative
}

.dz-tilte-inner {
    display: inline-block
}

.dz-info[class*="border-"] {
    border-color: #eee
}

.dz-info.border-1,
.dz-info.border-2,
.dz-info.border-3,
.dz-info.border-4,
.dz-info.border-5 {
    border-top: none
}

.border-1,
.border-2,
.border-3,
.border-4,
.border-5 {
    border-style: solid
}

.border-1 {
    border-width: 1px
}

.border-2 {
    border-width: 2px
}

.border-3 {
    border-width: 3px
}

.border-4 {
    border-width: 4px
}

.border-5 {
    border-width: 5px
}

.left-border,
.right-border {
    position: relative
}

.left-border:before,
.right-border:before {
    content: "";
    position: absolute;
    top: 5px;
    width: 1px;
    height: 90%;
    background: #CCC
}

.right-border:before {
    right: 0
}

.dz-media,
.dz-post-media {
    position: relative;
    overflow: hidden;
    text-align: center
}

.home-logolist .dz-media {
    background-color: white;
    padding: 10px 20px;
    border-radius: 8px
}

.dz-media img,
.dz-post-media img {
    max-width: 100%;
    height: auto;
    width: 100%
}

.blog-half img {
    height: 180px;
    object-fit: cover;
    object-position: top
}

.blog-half .dz-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.blog-half .dz-info p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.icon-bx-wraper.style-1 .icon-bx {
    margin: 0 auto 10px;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    color: var(--primary);
    font-size: 65px;
    justify-content: center
}

.icon-bx-wraper.style-1 .icon-bx i {
    display: flex
}

.icon-bx-wraper.style-1 p {
    color: #5E626F;
    font-size: 14px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    text-transform: capitalize;
    line-height: 20px
}

.icon-bx-wraper.style-1 .dz-title {
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 17px;
    margin-top: 17px;
    font-size: 18px
}

.icon-bx-wraper.style-1 .square {
    width: 8px;
    height: 8px;
    border: 1px solid var(--primary);
    transform: rotate(45deg);
    margin: 15px auto
}

@media only screen and (max-width:767px) {
    .icon-bx-wraper.style-1 .icon-bx {
        margin-bottom: 10px;
        width: 50px;
        height: 50px;
        font-size: 50px;
        margin-left: auto;
        margin-right: auto
    }

    .icon-bx-wraper.style-1 .square {
        margin: 6px auto;
        width: 5px;
        height: 5px
    }

    .icon-bx-wraper.style-1 .dz-title {
        font-size: 16px
    }

    .icon-bx-wraper.style-1 p {
        font-size: 13px
    }
}

.icon-bx-wraper.style-2 {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px;
    overflow: hidden
}

.pricingtable-wraper .icon-bx-wraper.style-2 {
    height: 60px;
}

.icon-bx-wraper.style-2 .icon-bx {
    margin-right: 24px
}

.icon-bx-wraper.style-2 .dz-title {
    font-weight: 500;
    margin-bottom: 10px
}

.icon-bx-wraper.style-2 p {
    max-width: 250px;
    font-size: 15px
}

.icon-bx-wraper.style-2 .data-text {
    position: absolute;
    bottom: -15px;
    right: -5px;
    font-size: 100px;
    line-height: 100px;
    font-weight: 700;
    color: var(--title);
    font-family: var(--font-family-title);
    opacity: 0.1;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s
}

.icon-bx-wraper.style-2:nth-child(odd) {
    background-color: #ef4747
}

.dz-pricingtable .icon-bx-wraper.style-2 .data-text {
    font-size: 60px;
    line-height: 60px;
    bottom: 0px;
    right: 10px;
}

@media only screen and (max-width:1480px) {
    .icon-bx-wraper.style-2 {
        padding: 25px
    }
}

@media only screen and (max-width:1199px) {
    .icon-bx-wraper.style-2 {
        padding: 20px
    }

    .icon-bx-wraper.style-2 .icon-bx {
        margin-right: 15px
    }

    .icon-bx-wraper.style-2 .dz-title {
        margin-bottom: 5px;
        font-size: 18px
    }

    .icon-bx-wraper.style-2 p {
        font-size: 14px
    }

    .icon-bx-wraper.style-2 .data-text {
        font-size: 80px;
        line-height: 85px
    }
}

@media only screen and (max-width:575px) {
    .icon-bx-wraper.style-2 {
        padding: 25px;
    }

    .pricingtable-wraper .icon-bx-wraper.style-2 {
        height: 50px;
    }

    .dz-pricingtable .icon-bx-wraper.style-2 .data-text {
        font-size: 50px;
        line-height: 50px;
    }
}

.icon-bx-wraper.style-2:hover .data-text {
    transform: scale(1.3) rotate(-15deg)
}

.icon-bx-wraper.style-3 {
    display: flex;
    align-items: center;
    overflow: hidden
}

.icon-bx-wraper.style-3 .icon-bx {
    margin-right: 15px;
    min-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.icon-bx-wraper.style-3 .icon-bx i {
    font-size: 46px;
    color: #ABABAB
}

.icon-bx-wraper.style-3 .dz-title {
    font-weight: 500
}

.icon-bx-wraper.style-3 span {
    font-size: 13px;
    color: var(--primary)
}

.icon-bx-wraper.style-3 .data-text {
    position: absolute;
    bottom: -15px;
    right: -5px;
    font-size: 100px;
    line-height: 100px;
    font-weight: 700;
    color: var(--title);
    font-family: var(--font-family-title);
    opacity: 0.1
}

@media only screen and (max-width:575px) {
    .icon-bx-wraper.style-3 {
        padding: 25px 25px
    }

    .icon-bx-wraper.style-3 .data-text {
        font-size: 80px;
        line-height: 85px
    }
}

.icon-bx-wraper.style-4 {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px 25px;
    display: flex;
    align-items: center
}

.icon-bx-wraper.style-4 .icon-bx {
    min-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.icon-bx-wraper.style-4 .icon-bx i {
    font-size: 46px;
    color: #ABABAB
}

.icon-bx-wraper.style-4 .icon-content {
    margin-left: 20px
}

.icon-bx-wraper.style-4 .icon-content p {
    font-size: 14px
}

.dz-maximize {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    font-size: 24px;
    color: var(--title);
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s
}

.dz-maximize.top-left {
    position: absolute;
    top: 20px;
    left: 20px
}

.dz-maximize.top-right {
    position: absolute;
    top: 20px;
    right: 20px
}

.dz-maximize.bottom-left {
    position: absolute;
    bottom: 20px;
    left: 20px
}

.dz-maximize.bottom-right {
    position: absolute;
    bottom: 20px;
    right: 20px
}

@media only screen and (max-width:575px) {
    .dz-maximize {
        width: 30px;
        height: 30px;
        font-size: 18px
    }

    .dz-maximize.top-left {
        top: 10px;
        left: 10px
    }

    .dz-maximize.top-right {
        top: 10px;
        right: 10px
    }

    .dz-maximize.bottom-left {
        bottom: 10px;
        left: 10px
    }

    .dz-maximize.bottom-right {
        bottom: 10px;
        right: 10px
    }
}

.post-video {
    position: relative
}

.post-video a {
    display: block;
    position: relative
}

.post-video .post-video-icon {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    font-size: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
    border-radius: 4px
}

.post-video .post-video-icon:hover {
    background: var(--primary);
    color: #fff
}

@media only screen and (max-width:575px) {
    .post-video .post-video-icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
        padding-left: 2px
    }
}

.dz-meta {
    margin-bottom: 10px
}

.dz-meta ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.dz-meta ul li {
    display: inline-flex;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap
}

.dz-meta ul li i {
    font-size: 15px;
    margin-right: 2px;
    color: var(--secondary);
    position: relative;
    top: -1px
}

@media only screen and (max-width:575px) {
    .dz-meta ul li {
        margin-right: 10px;
        padding-right: 10px
    }
}

.dz-card .dz-info>p {
    margin-bottom: 0;
}

.dz-card .dz-info .dz-info-top-container>p {
    margin-bottom: 0;
}


.dz-card .dz-media img {
    width: 100%
}

.dz-card .read-btn {
    display: flex;
    align-items: center;
    gap: 5px;
}

.dz-card .read-btn i {
    font-size: 16px
}

.dz-card.style-1 {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    /* margin-bottom: 30px; */
    flex-direction: column;
}

.cases.dz-card.style-1 .dz-info {
    display: flex;
    flex-direction: column;
    background-color: var(--secondary);
    padding: 25px 30px;
    width: 440px;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    overflow: hidden;
    position: relative;
    flex-grow: 1
}

.cases.dz-card.style-1 .dz-info::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ef4747;
    transition: top 0.75s;
    z-index: -1
}

.cases.dz-card.style-1:hover .dz-info::after {
    top: 0
}

@media (max-width:768px) {
    .cases.dz-card.style-1 .dz-info {
        width: 100%;
        padding: 15px 20px
    }

    .cases.dz-card.style-1 .dz-info::after {
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ef4747;
        transition: top 0.75s;
        z-index: -1
    }

    .cases.dz-card.style-1:hover .dz-info::after {
        top: 0
    }
}

.dz-card.style-1 .dz-info .dz-meta ul li {
    font-size: 13px;
    color: var(--title);
    margin-bottom: 10px
}

.dz-card.style-1 .dz-info .dz-meta ul li.post-date {
    padding: 5px 12px;
    line-height: 1.2;
    font-weight: 500;
    display: inline-block;
    background: #ededed
}

.dz-card.style-1 .dz-info .dz-title a {
    color: #fff
}

.panel section.product-related-container .cases .dz-info p {
    margin-bottom: 0;
}

.dz-card.style-1 .dz-info .dz-category {
    display: inline;
    color: #c5c5c5;
}

.dz-card.style-1 .dz-info .read-btn {
    color: #fff
}

.dz-card.style-1 .dz-info .read-btn svg path {
    stroke: #fff
}

.dz-card.style-1.light .dz-info {
    background: #f6f6f6
}

.dz-card.style-1.light .dz-info .dz-meta ul li.post-date {
    background: white;
    color: var(--primary)
}

.dz-card.style-1.light .dz-info .dz-title a {
    color: var(--title)
}

.dz-card.style-1.light .dz-info .read-btn {
    color: var(--title)
}

.dz-card.style-1.light .dz-info .read-btn svg path {
    stroke: var(--title)
}

@media only screen and (max-width:1199px) {
    .dz-card.style-1 .dz-info {
        width: 100%;
        padding: 20px
    }
}

@media only screen and (max-width:991px) {
    .dz-card.style-1 .dz-info {
        position: unset;
        display: flex;
        flex-direction: column
    }

    .dz-card.style-1 .dz-info .dz-meta ul li {
        margin-bottom: 0
    }

    .dz-card.style-1 .dz-info .dz-title {
        font-size: 18px
    }
}

.dz-card.style-2 {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden
}

.dz-card.style-2 .dz-media .post-date {
    padding: 5px 12px;
    position: absolute;
    top: 20px;
    left: 20px;
    line-height: 1.2;
    z-index: 1;
    color: var(--secondary);
    background-color: #fff;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    display: block
}

.dz-card.style-2.dark .dz-info {
    background-color: var(--secondary);
    opacity: 1
}

.dz-card.style-2.dark .dz-info .dz-title a {
    color: #fff
}

.dz-card.style-2.dark .dz-info .dz-meta ul li.post-date {
    color: #fff;
    background-color: var(--secondary)
}

.dz-card.style-2.dark .dz-info .dz-meta ul li a {
    color: rgba(255, 255, 255, 0.7)
}

.dz-card.style-2 .dz-info {
    position: absolute;
    background: #ffffff;
    opacity: 0.9;
    left: 50%;
    bottom: 20px;
    width: calc(100% - 40px);
    transform: translateX(-50%);
    padding: 20px 25px
}

.dz-card.style-2 .dz-info .dz-meta {
    margin-bottom: 5px
}

.dz-card.style-2 .dz-info .dz-meta ul {
    margin-right: -10px
}

.dz-card.style-2 .dz-info .dz-meta ul li {
    font-weight: 500;
    font-size: 13px;
    line-height: 28px;
    text-transform: uppercase;
    color: #0D775E;
    line-height: 1.2;
    padding: 0
}

.dz-card.style-2 .dz-info .dz-meta ul li.post-date {
    padding: 5px 12px;
    position: absolute;
    top: -278px;
    left: 0px;
    z-index: 1;
    color: var(--secondary);
    background-color: #fff;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    display: block
}

.dz-card.style-2 .dz-info .dz-meta ul li a {
    color: var(--primary)
}

@media only screen and (min-width:1024px) and (max-width:1380px) {
    .dz-card.style-2 .dz-info {
        width: calc(100% - 30px);
        padding: 20px 20px;
        bottom: 15px
    }

    .dz-card.style-2 .dz-info .dz-meta ul li.post-date {
        top: -246px;
        left: 0px
    }
}

@media only screen and (max-width:1024px) {
    .dz-card.style-2 .dz-info .dz-meta ul li.post-date {
        top: -330px
    }
}

@media only screen and (max-width:991px) {
    .dz-card.style-2 .dz-info {
        padding: 15px;
        bottom: 15px;
        width: calc(100% - 30px)
    }

    .dz-card.style-2 .dz-info .dz-title {
        font-size: 18px
    }

    .dz-card.style-2 .dz-info .dz-meta ul li.post-date {
        padding: 5px 12px;
        top: -213px
    }
}

@media only screen and (max-width:767px) {
    .dz-card.style-2 .dz-info .dz-title {
        font-size: 20px
    }

    .dz-card.style-2 .dz-info .dz-meta ul li.post-date {
        top: -404px
    }
}

@media only screen and (max-width:575px) {
    .dz-card.style-2 .dz-info {
        padding: 12px;
        bottom: 10px;
        width: calc(100% - 20px)
    }

    .dz-card.style-2 .dz-info .dz-title {
        font-size: 18px
    }

    .dz-card.style-2 .dz-info .dz-meta ul li.post-date {
        top: -235px
    }
}

.dz-card.style-3 {
    position: relative;
    margin-bottom: 30px;
    padding: 15px;
    background: #f2f2f294
}

.dz-card.style-3:hover {
    background: #ddd
}

.dz-card.style-3 .dz-media {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden
}

.dz-card.style-3 .dz-info {
    padding: 0
}

.dz-card.style-3 .dz-info .dz-meta ul li {
    font-size: 13px;
    color: var(--title);
    padding: 5px 12px;
    margin-bottom: 0
}

.dz-card.style-3 .dz-info .dz-meta ul li.post-date {
    line-height: 1.2;
    font-weight: 500;
    display: inline-block;
    background: #ededed
}

@media only screen and (max-width:1199px) {
    .dz-card.style-3 .dz-info .dz-title {
        font-size: 22px
    }
}

@media only screen and (max-width:991px) {
    .dz-card.style-3 .dz-media {
        width: 100%;
        margin-bottom: 0
    }

    .dz-card.style-3 .dz-media img {
        height: auto;
        object-fit: cover
    }

    .dz-card.style-3 .dz-info {
        padding: 20px 0 0 0
    }

    .dz-card.style-3 .dz-info .dz-title {
        font-size: 20px
    }

    .dz-card.style-3 .dz-info .dz-meta ul li {
        margin-bottom: 0
    }
}

@media only screen and (max-width:575px) {
    .dz-card.style-3 .dz-media {
        height: auto
    }
}

.dz-card.style-4 {
    position: relative;
    overflow: unset;
    padding-left: 25%;
    margin-bottom: 50px;
    margin-top: -20px
}

@media only screen and (max-width:991px) {
    .dz-card.style-4 {
        margin-bottom: 30px;
        margin-top: 0
    }
}

.dz-card.style-4 .dz-info {
    padding: 0;
    max-width: 300px;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%)
}

.dz-card.style-4 .dz-info .dz-meta ul li {
    font-size: 13px;
    color: var(--title);
    padding: 5px 12px;
    margin-bottom: 0
}

.dz-card.style-4 .dz-info .dz-meta ul li.post-date {
    line-height: 1.2;
    font-weight: 500;
    display: inline-block;
    background: #ededed;
}

.dz-card.style-4 .dz-info .dz-title {
    font-size: 35px;
    text-transform: capitalize;
}

@media only screen and (max-width:1199px) {
    .dz-card.style-4 .dz-info .dz-title {
        font-size: 22px
    }
}

@media only screen and (max-width:991px) {
    .dz-card.style-4 {
        padding-left: 0;
        overflow: hidden;
        margin-bottom: 30px;
        margin-top: 0
    }

    .dz-card.style-4 .dz-media {
        width: 100%;
        height: 250px;
        margin-bottom: 0
    }

    .dz-card.style-4 .dz-info {
        max-width: 100%;
        position: unset;
        transform: unset;
        padding: 20px 0 0 0
    }

    .dz-card.style-4 .dz-info .dz-title {
        font-size: 20px
    }

    .dz-card.style-4 .read-btn {
        display: none
    }
}

@media only screen and (max-width:575px) {
    .dz-card.style-4 .dz-media {
        height: auto
    }
}

.dz-card.style-5.blog-half {
    display: flex
}

.dz-card.style-5.blog-half .dz-media {
    width: 315px;
    min-width: 315px;
    height: 290px
}

.dz-card.style-5.blog-half .dz-media img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.dz-card.style-5.blog-half .dz-info {
    padding: 30px 30px 25px;
    display: flex;
    flex-direction: column
}

.dz-card.style-5.blog-half .dz-info .dz-title {
    margin-bottom: 10px
}

.dz-card.style-5.blog-half .dz-info .read-btn {
    margin-top: auto
}

@media only screen and (min-width:1024px) and (max-width:1380px) {
    .dz-card.style-5.blog-half .dz-media {
        width: 250px;
        min-width: 250px;
        height: 260px
    }
}

@media only screen and (max-width:1024px) {
    .dz-card.style-5.blog-half .dz-media {
        width: 200px;
        min-width: 200px;
        height: 203px
    }

    .dz-card.style-5.blog-half .dz-info {
        padding: 20px
    }

    .dz-card.style-5.blog-half .dz-info .dz-title {
        font-size: 18px
    }
}

@media only screen and (max-width:991px) {
    .dz-card.style-5.blog-half {
        display: block
    }

    .dz-card.style-5.blog-half .dz-media {
        max-width: 100%;
        min-width: 100%;
        height: 100%
    }

    .dz-card.style-5.blog-half.blog-half .dz-info {
        padding: 15px
    }
}

.dz-card.style-5.light .dz-info {
    background: #F6F6F6
}

.dz-card.style-5.light .dz-info .dz-meta ul li.post-date {
    background: #fff;
    color: var(--primary)
}

.dz-card.style-5.light .dz-info .dz-title a {
    color: var(--title)
}

.dz-card.style-5.light .dz-info .read-btn {
    color: var(--title)
}

.dz-card.style-5.light .dz-info .read-btn svg path {
    stroke: var(--title)
}

.dz-card.style-5 .dz-info {
    padding: 30px 25px 25px;
    background: var(--secondary)
}

.dz-card.style-5 .dz-info p {
    color: #ddd
}

.dz-card.style-5 .dz-info .dz-meta ul li {
    font-size: 13px;
    color: var(--title);
    padding: 5px 12px;
    margin-bottom: 3px
}

.dz-card.style-5 .dz-info .dz-meta ul li.post-date {
    line-height: 1.2;
    font-weight: 500;
    display: inline-block;
    background: #ededed
}

.dz-card.style-5 .dz-info .dz-title a {
    color: #fff
}

.dz-card.style-5 .dz-info .read-btn {
    color: #fff
}

.dz-card.style-5 .dz-info .read-btn svg path {
    stroke: #fff
}

@media only screen and (max-width:991px) {
    .dz-card.style-5 .dz-info {
        padding: 20px
    }

    .dz-card.style-5 .dz-info .dz-meta ul li {
        padding: 4px 10px
    }

    .dz-card.style-5 .dz-info .dz-title {
        font-size: 18px
    }
}


.dz-card.style-6 {
    display: flex;
    position: relative;
    flex-direction: column;
    z-index: 2;
}

.cases.dz-card.style-6.shadow {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    transition: all 0.5s;
}

.cases.dz-card.style-6 .dz-info {
    display: flex;
    flex-direction: column;
    background-color: var(--secondary);
    padding: 25px 30px 10px 30px;
    width: 440px;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    overflow: hidden;
    position: relative;
    flex-grow: 1;
    transition: all 0.5s;
    border-bottom: 3px solid transparent;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.cases.dz-card.style-6.light.shadow:hover {
    border-color: #ef4747;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.10);
}

.dz-card.style-6.light:hover .dz-info .dz-title a {
    color: #ef4747;
}

.dz-card.style-6.light .dz-info .dz-category {
    color: var(--primary);
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.dz-card.style-6.light:hover .dz-media {
    position: relative;
    overflow: hidden;
}

.dz-card.style-6.light:hover .dz-info {
    border-color: var(--primary);
}

.dz-card.style-6.light .dz-media {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.dz-card.style-6.light .dz-media img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    transition: all 0.5s;
}

.dz-card.style-6.light:hover .dz-media img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.dz-card.style-6.light:hover .masker {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}

.dz-info-bottom-container {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin-bottom: 5px;
}

.dz-meta {
    margin-bottom: 10px;
}

.dz-meta .project-date,
.dz-meta .video-date {
    padding: 5px 12px;
    line-height: 1.2;
    font-weight: 500;
    display: inline-block;
    background: #F6F6F6;
    color: #24262B;
    font-size: 13px;
}

.video-details-container .row {
    align-items: flex-start !important;
}

.video-description .content-render.collapse {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-description .show-more-button {
    display: inline-block;
    color: black;
    font-size: 14px;
    font-weight: 800;
    color: var(--primary);
    cursor: pointer;
}

.dz-card.style-6.light .dz-info-bottom-container {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #dcdce0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.dz-card.style-6.light .dz-info-bottom-container .dz-info-date {
    display: inline;
    font-size: 14px;
    line-height: 14px;
}

.dz-info-bottom-container .dz-info-date i {
    color: var(--primary);
    margin-right: 3px;
}

.dz-card.style-6.light .dz-info-bottom-container .dz-info-more {
    padding: 0 5px;
}

.dz-card.style-6.light .dz-info-bottom-container .dz-info-more.bg-more {
    height: 32px;
    width: 45px;
    border-radius: 15px;
    color: var(--oslim-black);
    font-size: 16px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.dz-card.style-6.light .dz-info-bottom-container .bg-more {
    position: relative;
}

.dz-card.style-6.light .dz-info-bottom-container .bg-more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.dz-card.style-6.light .dz-info-bottom-container .bg-more:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-color: var(--primary);
    border-radius: 15px;
    transform: scale(0.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;
}

.dz-card.style-6.light:hover .bg-more:before {
    transform: scaleX(1.0);
}

.dz-card.style-6.light:hover .bg-more a {
    color: white;
}

.dz-card.style-6.light:hover .dz-info-bottom-container {
    color: var(--primary);
}

.dz-card.style-6.light .masker {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(-30%);
    background-color: rgba(25, 24, 37, 0.3);
    z-index: 1;
    cursor: pointer;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.dz-card.style-6.light .masker .masker-plus {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.dz-card.style-6.light .masker .masker-plus:before {
    display: block;
    background-color: var(--primary);
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.dz-card.style-6.light .masker .masker-plus:after {
    display: block;
    background-color: var(--primary);
    content: '';
    width: 2px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.dz-card.style-6.light .dz-info-continue-read {
    color: var(--title);
    font-size: 14px;
    transition: all 0.5s;
}

.dz-card.style-6.light:hover .dz-info-continue-read {
    color: var(--primary);
}

@media (max-width:768px) {
    .cases.dz-card.style-6 .dz-info {
        width: 100%;
        padding: 15px 20px
    }

    .cases.dz-card.style-6 .dz-info::after {
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ef4747;
        transition: top 0.75s;
        z-index: -1;
    }

    .cases.dz-card.style-6:hover .dz-info::after {
        top: 0
    }
}

.dz-card.style-6 .dz-info .dz-meta ul li {
    font-size: 14px;
    color: var(--title);
}

.dz-card.style-6 .dz-info .dz-meta ul li.post-date {
    line-height: 1.2;
    font-weight: 500;
    display: inline-block;
    background: #ededed
}



.dz-card.style-6 .dz-info .dz-title a {
    color: #fff
}

.dz-card.style-6 .dz-info .read-btn {
    color: #fff
}

.dz-card.style-6 .dz-info .read-btn svg path {
    stroke: #fff
}

.dz-card.style-6.light .dz-info {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-between;
    background: white;
}

.dz-card.style-6.light .dz-info .dz-meta ul li.post-date {
    background: white;
    color: var(--primary)
}

.dz-card.style-6.light .dz-info .dz-title a {
    color: var(--title)
}

.dz-card.style-6.light .dz-info .read-btn {
    color: var(--title)
}

.dz-card.style-6.light .dz-info .read-btn svg path {
    stroke: var(--title)
}

@media only screen and (max-width:1199px) {
    .dz-card.style-6 .dz-info {
        width: 100%;
        padding: 20px
    }
}

@media only screen and (max-width:991px) {
    .dz-card.style-6 .dz-info {
        position: unset;
        display: flex;
        flex-direction: column
    }

    .dz-card.style-6 .dz-info .dz-meta ul li {
        margin-bottom: 0
    }

    .dz-card.style-6 .dz-info .dz-title {
        font-size: 18px
    }
}

.dz-card.style-1 .dz-media::before,
.dz-card.style-2 .dz-media::before,
.dz-card.style-3 .dz-media::before,
.dz-card.style-4 .dz-media::before,
.dz-card.style-5 .dz-media::before,
.dz-card.style-6:not(.has-masker) .dz-media::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #00000021;
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg) scale(.2);
    -ms-transform: perspective(400px) rotateX(-90deg) scale(.2);
    transform: perspective(400px) rotateX(-90deg) scale(.2);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-radius: var(--oslim-bdr-radius);
    z-index: 1
}

.dz-card.style-3 .dz-media a {
    position: relative;
    display: block
}

.dz-card.style-1 .dz-media,
.dz-card.style-2 .dz-media,
.dz-card.style-3 .dz-media,
.dz-card.style-4 .dz-media,
.dz-card.style-5 .dz-media,
.dz-card.style-6 .dz-media {
    position: relative
}

.dz-card.style-1:hover .dz-media:before,
.dz-card.style-2:hover .dz-media:before,
.dz-card.style-3:hover .dz-media:before,
.dz-card.style-4:hover .dz-media:before,
.dz-card.style-5:hover .dz-media:before,
.dz-card.style-6:hover .dz-media:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}



.star-rating li {
    display: inline-block
}

@-webkit-keyframes dzShine {
    100% {
        left: 125%
    }
}

@keyframes dzShine {
    100% {
        left: 125%
    }
}

.portfolio-thumb .swiper-wrapper.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem
}

.portfolio-thumb .swiper-wrapper.card-columns .card-container {
    display: inline-block;
    width: 100%
}

.gallary-list {
    padding: 4rem
}

@media only screen and (max-width:1199px) {
    .gallary-list {
        padding: 4rem 20px 20px 20px
    }
}

@media only screen and (max-width:767px) {
    .gallary-list {
        padding: 20px
    }
}

.dz-pricingtable {
    padding: 70px 0 70px
}

@media only screen and (max-width:991px) {
    .dz-pricingtable {
        padding: 40px 0 40px
    }

    .dz-pricingtable .pricingtable-wraper {
        justify-content: center
    }
}

@media only screen and (max-width:767px) {
    .dz-pricingtable {
        padding: 40px 0 10px
    }
}

.pricingtable-wrapper {
    overflow: hidden;
    margin-top: 25px;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s
}

.pricingtable-wrapper.active,
.pricingtable-wrapper:hover {
    margin-top: 0
}

@media only screen and (max-width:767px) {
    .pricingtable-wrapper {
        margin-top: 0
    }
}

.pricingtable-wrapper.style-1 {
    padding: 42px 40px;
    position: relative;
    z-index: 1
}

.pricingtable-wrapper.style-1 .pricingtable-inner .pricingtable-title {
    margin-bottom: 15px
}

.pricingtable-wrapper.style-1 .pricingtable-inner .pricingtable-title .title {
    font-size: 20px;
    font-weight: 700
}

.pricingtable-wrapper.style-1 .pricingtable-inner .pricingtable-title .text {
    letter-spacing: 0.02em;
    margin-bottom: 0;
    color: #5E626F
}

.pricingtable-wrapper.style-1 .pricingtable-inner .pricingtable-bx {
    font-size: 36px;
    font-weight: 900;
    margin: 0 0 30px;
    color: #000;
    line-height: 39px
}

.pricingtable-wrapper.style-1 .pricingtable-inner .pricingtable-bx small,
.pricingtable-wrapper.style-1 .pricingtable-inner .pricingtable-bx .small {
    font-size: 15px;
    font-weight: 500;
    color: var(--primary)
}

.pricingtable-wrapper.style-1 .pricingtable-inner .pricingtable-button {
    margin-bottom: 40px
}

.pricingtable-wrapper.style-1 .pricingtable-inner .pricingtable-button .btn {
    width: 100%;
    color: var(--title)
}

.pricingtable-wrapper.style-1 .pricingtable-inner .pricingtable-list .list-title {
    font-size: 16px;
    font-weight: 700
}

.pricingtable-wrapper.style-1 .pricingtable-inner .pricingtable-list .pricingtable-features {
    padding: 15px 0;
    text-align: left;
    list-style: none
}

.pricingtable-wrapper.style-1 .pricingtable-inner .pricingtable-list .pricingtable-features li {
    padding: 8px 0 8px 40px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    color: #5E626F
}

.pricingtable-wrapper.style-1 .pricingtable-inner .pricingtable-list .pricingtable-features li:after {
    content: "\f00c";
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
    font-size: 12px;
    width: 20px;
    height: 20px;
    background: var(--primary);
    display: block;
    position: absolute;
    left: 0;
    color: #fff;
    border-radius: 35px;
    text-align: center;
    top: 10px;
    line-height: 20px
}

@media only screen and (max-width:1199px) {
    .pricingtable-wrapper.style-1 .pricingtable-inner .pricingtable-title {
        margin-bottom: 10px
    }

    .pricingtable-wrapper.style-1 .pricingtable-inner .pricingtable-title .text {
        font-size: 14px
    }

    .pricingtable-wrapper.style-1 .pricingtable-inner .pricingtable-bx {
        font-size: 50px;
        margin: 0 0 20px
    }

    .pricingtable-wrapper.style-1 .pricingtable-inner .pricingtable-button {
        margin-bottom: 30px
    }

    .pricingtable-wrapper.style-1 .pricingtable-inner .pricingtable-list .pricingtable-features {
        padding: 10px 0
    }

    .pricingtable-wrapper.style-1 .pricingtable-inner .pricingtable-list .pricingtable-features li {
        padding: 8px 0 8px 30px;
        font-size: 15px
    }

    .pricingtable-wrapper.style-1 .pricingtable-inner .pricingtable-list .pricingtable-features li:after {
        font-size: 10px;
        width: 18px;
        height: 18px;
        line-height: 18px
    }
}

@media only screen and (max-width:767px) {
    .pricingtable-wrapper.style-1 .pricingtable-inner .pricingtable-bx {
        text-align: center;
        font-size: 35px;
    }
}

@media (max-aspect-ratio: 0.45) or (max-width: 380px) {
    .pricingtable-wrapper.style-1 .pricingtable-inner .pricingtable-bx {
        font-size: 30px;
    }
}

.pricingtable-wrapper.style-1.active,
.pricingtable-wrapper.style-1:hover {
    margin-top: 0;
    transform: translateY(-20px);
    background-color: var(--primary);
    color: #fff
}

@media only screen and (max-width:767px) {

    .pricingtable-wrapper.style-1.active,
    .pricingtable-wrapper.style-1:hover {
        transform: unset
    }
}

.pricingtable-wrapper.style-1.active .pricingtable-inner .pricingtable-button .btn,
.pricingtable-wrapper.style-1:hover .pricingtable-inner .pricingtable-button .btn {
    background: var(--secondary) !important;
    color: #fff
}

@media only screen and (max-width:1199px) {
    .pricingtable-wrapper.style-1 {
        padding: 42px 35px
    }
}

@media only screen and (max-width:1024px) {
    .pricingtable-wrapper.style-1 {
        padding: 35px 30px
    }
}

@media only screen and (max-width:767px) {

    .pricingtable-wrapper.style-1.active,
    .pricingtable-wrapper.style-1:hover {
        transform: translateY(0)
    }
}

.about-style1 .section-head {
    margin-bottom: 20px
}

.about-style1 .section-head .title {
    font-size: 45px;
    font-weight: 700
}

.about-ad-r {
    position: absolute;
    top: -25px;
    right: 60px
}

.about-ad-r img {
    max-width: 250px
}

@media only screen and (max-width:1199px) {
    .about-style1 .section-head {
        margin-bottom: 12px
    }

    .about-style1 .section-head .title {
        font-size: 38px
    }
}

@media only screen and (max-width:575px) {

    .about-ad-r {
        top: -55px;
    }

    .about-style1 .section-head {
        margin-bottom: 6px
    }

    .section-head.style-2.big-font .title {
        font-size: 30px
    }
}

.about-style1 .about-content .para-text {
    line-height: 28px;
    color: var(--secondary);
    margin-bottom: 20px;
    color: #dadada;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis
}

.about-style1 .about-content .para-text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

.about-style1 .about-content .para-text p:nth-child(n+2) {
    display: none;
}

@media only screen and (max-width:1199px) {
    .about-style1 .about-content .para-text {
        line-height: 26px;
        margin-bottom: 25px
    }
}

@media only screen and (max-width:575px) {
    .about-style1 .about-content .para-text {
        line-height: 25px
    }

    .about-style1 .about-content .para-text p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }
}

.about-style1 .about-thumb {
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 424px;
    margin-left: 50px
}

@media only screen and (max-width:1199px) {
    .about-style1 .about-thumb {
        margin-left: 25px
    }
}

@media only screen and (max-width:767px) {
    .about-style1 .about-thumb {
        margin-left: auto;
        margin-right: auto
    }
}

.about-style1 .about-thumb:after {
    content: "";
    position: absolute;
    background-image: url(../template/images/circle-shape.png);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    width: 424px;
    height: 424px;
    background-color: white;
    border-radius: 50%;
    z-index: -1
}

.about-style1 .about-thumb img {
    -webkit-mask-image: url(../template/images/circle-shape2.png);
    mask-image: url(../template/images/circle-shape2.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    box-sizing: border-box
}

.about-style1 .our-customer {
    position: absolute;
    bottom: 80px;
    right: 130px;
    width: 180px;
    padding: 18px 20px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px)
}

@media only screen and (max-width:1199px) {
    .about-style1 .our-customer {
        bottom: 80px;
        right: 80px
    }
}

@media only screen and (min-width:991px) and (max-width:1199px) {
    .about-style1 .our-customer {
        bottom: -20px;
        right: 80px
    }
}

@media only screen and (max-width:767px) {
    .about-style1 .our-customer {
        bottom: -10px;
        left: 50%;
        right: auto;
        transform: translateX(-50%)
    }
}

.about-style1 .our-customer ul {
    display: flex;
    padding: 0 10px
}

.about-style1 .our-customer .total-customer {
    background-color: #ffffff;
    border: 2px solid #d6d6d6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--title)
}

.about-style1 .our-customer .total-customer,
.about-style1 .our-customer .customer-image {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: -10px
}

.about-style1 .our-customer .total-customer img,
.about-style1 .our-customer .customer-image img {
    border: 2px solid #ffffff;
    border-radius: 50%
}

.about-style1 .about-bx-detail {
    display: flex;
    align-items: center
}

.about-style1 .about-bx-detail .about-bx-pic {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    border: 2px solid #fff
}

.about-style1 .about-bx-detail .about-bx-pic img {
    border-radius: 100%;
    width: 100%;
    height: 100%
}

.about-style1 .about-bx-detail .customer-info {
    display: flex;
    display: -weblit-flex;
    align-items: center;
}

.about-style1 .about-bx-detail .customer-info .name {
    font-size: 22px;
    color: #dadada;
    line-height: 36px;
    margin-bottom: 0;
}

.about-style1 .about-bx-detail .customer-info .comment-country {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    margin-left: 10px;
    aspect-ratio: 4 / 3;
}

.about-style1 .about-bx-detail .customer-info .comment-country img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-style1 .about-bx-detail .date {
    font-size: 15px;
    color: #adaaaa;
}

.about-style1 .about-bx-detail .position {
    font-size: 14px
}

@media only screen and (max-width:575px) {
    .about-style1 .about-bx-detail .about-bx-pic {
        width: 50px;
        height: 50px;
        margin-right: 10px
    }

    .about-style1 .about-bx-detail .name {
        font-size: 16px
    }

    .about-style1 .about-bx-detail .position {
        font-size: 13px
    }
}

@media only screen and (max-width:575px) {
    .about-style1 .about-thumb {
        width: 325px;
        margin-left: auto;
        margin-right: auto
    }

    .about-style1 .about-thumb:after {
        width: 325px;
        height: 325px
    }
}

video#video-background {
    width: 100%;
    height: 450px;
    object-fit: cover;
    vertical-align: middle;
    background-position: center;
    background-size: cover
}

.about-thumb {
    height: 100%
}

.about-thumb img {
    width: 100%;
    height: auto
}

.about-style2 .section-head .title {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 700;
    max-width: 520px;
    margin-top: 20px
}

.about-style2 .section-head p {
    color: var(--title)
}

@media only screen and (max-width:1199px) {
    .about-style2 .section-head {
        margin-bottom: 25px
    }

    .about-style2 .section-head .title {
        margin-bottom: 12px;
        font-size: 34px
    }
}

@media only screen and (max-width:991px) {
    .about-style2 .section-head .title {
        margin-bottom: 12px;
        font-size: 30px
    }

    .about-style2 .section-head p {
        font-size: 15px
    }
}

@media only screen and (max-width:767px) {
    .about-style2 .section-head .title {
        font-size: 24px
    }

    /* .about-style2 .section-head p {
        text-align: justify
    } */
}

@media only screen and (max-width:575px) {
    .about-style2 .section-head .title {
        margin-bottom: 10px;
        font-size: 24px
    }

    .about-style2 .section-head p {
        font-size: 14px
    }
}

@media only screen and (max-width:575px) {
    .about-style2 .sticky-top {
        position: unset
    }
}

.home-logolist img {
    object-fit: contain;
    object-position: center
}

.two-column-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style-type: none
}

.two-column-list li {
    flex: 0 0 50%;
    box-sizing: border-box;
    padding: 10px
}

.cta-one-shape-2 {
    position: absolute;
    bottom: -274px;
    left: 350px;
    width: 180px;
    height: 380px;
    background-color: #ffbcac;
    mix-blend-mode: soft-light;
    border-radius: 190px;
    transform: rotate(-45deg);
    animation: updown 2s infinite ease-in-out
}

@keyframes updown {
    0% {
        transform: translateY(0) rotate(-57deg)
    }

    50% {
        transform: translateY(20px) rotate(-57deg)
    }

    100% {
        transform: translateY(0) rotate(-57deg)
    }
}

.index-review-container {
    width: 83.33333%;
}

.about-content.testimonial {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    border-radius: 10px;
    background: #0d0d0d7d;
    min-height: 330px;
    max-height: 330px
}


.review-more-container {
    background: #0d0d0d7d;
    padding: 30px;
    border-radius: 10px;
    color: rgb(218, 218, 218);
}

.review-more-container p {
    text-align: center;
    margin: 1rem 0;
}

.review-more-container .btn {
    display: block;
    margin: 0 auto;
}

.testimonial-three-shape-1 {
    position: absolute;
    top: -269px;
    left: -150px;
    height: 769px;
    width: 229px;
    background-color: #d9a7a78f;
    border-radius: 160px;
    transform: rotate(-57deg);
    z-index: 0;
    animation: leftright 2s infinite ease-in-out
}

.gradient-background:before {
    background: linear-gradient(to bottom right, #f392ff12, #373737) !important;
    opacity: 1 !important;
}


@keyframes leftright {
    0% {
        transform: translateX(0) rotate(var(--anim-lr-rot-deg))
    }

    50% {
        transform: translateX(20px) rotate(var(--anim-lr-rot-deg))
    }

    100% {
        transform: translateX(0) rotate(var(--anim-lr-rot-deg))
    }
}

.about-style2 .about-thumb {
    text-align: center;
    position: relative;
    margin-right: 40px
}

@media only screen and (max-width:1200px) {
    .index-review-container {
        width: 100%;
    }

    .about-style2 .about-thumb {
        margin-right: 0
    }
}

.about-style2 .our-customer {
    position: absolute;
    bottom: 80px;
    right: 130px;
    width: 180px;
    padding: 18px 20px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px)
}

@media only screen and (max-width:1199px) {
    .about-style2 .our-customer {
        bottom: 80px;
        right: 80px
    }
}

@media only screen and (min-width:991px) and (max-width:1199px) {
    .about-style2 .our-customer {
        bottom: -20px;
        right: 80px
    }
}

@media only screen and (max-width:767px) {
    .about-style2 .our-customer {
        bottom: -10px;
        left: 50%;
        right: auto;
        transform: translateX(-50%)
    }
}

@media only screen and (max-width:330px) {

    .testimonial-three-shape-1 {
        width: 160px;
    }
}


.about-style2 .our-customer ul {
    display: flex;
    padding: 0 10px
}

.about-style2 .our-customer .total-customer {
    background-color: #ffffff;
    border: 2px solid #d6d6d6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--title)
}

.about-style2 .our-customer .total-customer,
.about-style2 .our-customer .customer-image {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: -10px
}

.about-style2 .our-customer .total-customer img,
.about-style2 .our-customer .customer-image img {
    border: 2px solid #ffffff;
    border-radius: 50%
}

.about-style2 .about-bx-detail {
    display: flex;
    align-items: center
}

.about-style2 .about-bx-detail .about-bx-pic {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    border: 2px solid #fff
}

.about-style2 .about-bx-detail .about-bx-pic img {
    border-radius: 100%;
    width: 100%;
    height: 100%
}

.about-style2 .about-bx-detail .name {
    font-size: 22px;
    color: var(--title);
    margin-bottom: 0
}

.about-style2 .about-bx-detail .position {
    font-size: 14px
}

@media only screen and (max-width:575px) {
    .about-style2 .about-bx-detail .about-bx-pic {
        width: 50px;
        height: 50px;
        margin-right: 10px
    }

    .about-style2 .about-bx-detail .name {
        font-size: 16px
    }

    .about-style2 .about-bx-detail .position {
        font-size: 13px
    }
}

.about-banner {
    min-height: 450px;
    position: relative;
    z-index: 1;
    background-size: cover;
    margin-bottom: 20px
}

.about-banner-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center
}

@media only screen and (max-width:991px) {
    .about-banner {
        min-height: 400px
    }
}

@media only screen and (max-width:575px) {
    .about-banner {
        min-height: auto
    }
}

.about-banner .about-info {
    background-color: var(--secondary);
    box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.1);
    max-width: 520px;
    padding: 24px 33px 30px 30px;
    position: absolute;
    bottom: -100px;
    right: 16%;
    z-index: 999999
}

.about-banner .about-info .dz-title a {
    color: #ffffff;
    font-weight: 700;
    font-size: 28px
}

.about-banner .about-info .text {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400
}

.about-banner .about-info p {
    color: #cccccc;
}

@media only screen and (max-width:1480px) {
    .about-banner .about-info {
        right: 10%
    }
}

@media only screen and (max-width:1199px) {
    .about-banner .about-info {
        position: unset;
        width: 100%;
        max-width: 100%
    }
}

@media only screen and (max-width:767px) {
    .about-banner .about-info {
        padding: 20px
    }
}

@media only screen and (max-width:575px) {
    .about-banner .about-info .dz-title a {
        font-size: 24px
    }

    .about-banner .about-info .text {
        font-size: 14px
    }
}

.about-sale .about-content .title {
    font-weight: 700;
    font-size: 80px;
    margin-bottom: 0;
    color: #ef4747
}

@media only screen and (max-width:1199px) {
    .about-sale .about-content .title {
        font-size: 70px
    }
}

@media only screen and (max-width:991px) {
    .about-sale .about-content .title {
        font-size: 50px
    }
}

@media only screen and (max-width:767px) {
    .about-sale .about-content .title {
        font-size: 40px
    }
}

.about-sale .about-content .text {
    font-weight: 400;
    font-size: 20px;
    color: #FFF;
    white-space: nowrap
}

@media only screen and (max-width:1199px) {
    .about-sale .about-content .text {
        font-size: 16px
    }
}

@media only screen and (max-width:575px) {
    .about-sale .about-content .text {
        font-size: 15px
    }
}

.about-style3 .section-head {
    margin-bottom: 50px
}

.about-style3 .section-head .title {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 700
}

.about-style3 .section-head p {
    line-height: 1.7;
    color: #5E626F;
    margin-bottom: 20px
}

@media only screen and (max-width:575px) {
    .about-style3 .section-head .title {
        font-size: 24px;
        margin-bottom: 5px
    }
}

@media only screen and (max-width:575px) {
    .about-style3 .section-head {
        margin-bottom: 20px
    }
}

.about-style3 .about-thumb {
    position: relative;
    overflow: hidden;
    background: #929292;
    height: auto
}

.dz-carticon,
.dz-wishicon {
    padding: 0
}

.dz-carticon .dz-cart-check,
.dz-carticon .dz-heart-fill,
.dz-wishicon .dz-cart-check,
.dz-wishicon .dz-heart-fill {
    display: none
}

.active.btn.dz-carticon,
.active.btn.dz-wishicon {
    background-color: var(--primary) !important
}

.active.btn.dz-carticon .dz-cart-out {
    display: none
}

.active.btn.dz-carticon .dz-cart-check {
    display: inline-block
}

.product-style1 .product-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #eee;
    border-radius: 20px
}

.product-style2 .product-box.style-2 {
    height: 300px;
    background-color: #eee
}

@media only screen and (max-width:1680px) {
    .product-style2 .product-box.style-2 .product-content {
        padding: 20px 30px
    }

    .product-style2 .product-box.style-2 .product-name {
        font-size: 2rem;
        margin-bottom: 5px;
        line-height: 1.3
    }

    .product-style2 .product-box.style-2 .offer {
        font-size: 15px
    }
}

@media only screen and (max-width:1480px) {
    .product-style2 .product-box.style-2 {
        height: 220px
    }

    .product-style2 .product-box.style-2 .product-content {
        padding: 15px 20px
    }

    .product-style2 .product-box.style-2 .product-name {
        font-size: 1.5rem
    }
}

@media only screen and (max-width:992px) {
    #index-category-list .col-6:nth-child(1) {
        order: 1;
    }

    #index-category-list .col-6:nth-child(2) {
        order: 2;
    }

    #index-category-list .col-6:nth-child(3) {
        order: 5;
    }

    #index-category-list .col-6:nth-child(4) {
        order: 3;
    }

    #index-category-list .col-6:nth-child(5) {
        order: 4;
    }

    #index-category-list .col-6:nth-child(6) {
        order: 6;
    }
}

@media only screen and (max-width:767px) {
    .product-style2 .product-box.style-2 {
        height: 250px
    }

    .product-style2>div {
        padding: 0
    }
}

@media only screen and (max-width:575px) {
    .product-style2 .product-box.style-2 {
        height: 200px
    }
}

.product-box {
    position: relative;
    overflow: hidden;
    background-color: #eee
}

.product-box.style-1 {
    height: 590px;
    background-position: center;
    position: relative
}

.product-box.style-1::before,
.product-box.style-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.61);
    z-index: 1
}

@media only screen and (max-width:575px) {
    .product-box.style-1 {
        height: 300px
    }
}

.product-box .product-image {
    text-align: center;
    height: 100%;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s
}

.product-box .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.div-title-more {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px
}

@media only screen and (max-width:768px) {
    .div-title-more {
        display: block
    }
}

.product-box .product-content {
    bottom: 0;
    align-items: end;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    right: 0;
    padding: 40px;
    z-index: 2
}

.product-box .product-content .product-name {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    line-height: 35px
}

.product-box .product-content .offer {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 16px;
    color: #cecccc
}

@media only screen and (max-width:1199px) {
    .product-box .product-content {
        padding: 20px 30px
    }

    .product-box .product-content .product-name {
        font-size: 2rem;
        margin-bottom: 5px;
        line-height: 1.3
    }

    .product-box .product-content .btn {
        padding: 8px 16px;
        font-size: 14px
    }

    .product-box .product-content .offer {
        font-size: 15px
    }
}

@media only screen and (max-width:575px) {
    .product-box .product-content {
        padding: 15px 18px
    }

    .product-box .product-content .product-name {
        font-size: 1.4rem;
        margin-bottom: 5px;
        line-height: 1.2
    }

    .product-box .product-content .btn {
        padding: 8px 16px;
        font-size: 14px
    }

    .product-box .product-content .offer {
        font-size: 14px
    }
}

.product-box.style-2 {
    height: 280px
}

.product-box.style-2 img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    object-position: top;
    object-fit: cover
}

.product-box.style-2 .product-content {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 25px 30px;
    flex-direction: column;
    z-index: 1;
    position: relative;
    height: 100%;
}

.product-box.style-2 .product-content .product-name {
    font-size: 1.75rem;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

@media only screen and (max-width:1380px) {
    .product-box.style-2 .product-content {
        padding: 20px 30px
    }

    .product-box.style-2 .product-content .product-name {
        font-size: 1.4rem;
        line-height: 1.3
    }

    .product-box.style-2 .product-content .btn {
        padding: 8px 16px;
        font-size: 14px
    }

    .product-box.style-2 .product-content .offer {
        font-size: 15px
    }
}

@media only screen and (max-width:575px) {

    .product-box.style-2 {
        height: 200px;
    }

    .product-box.style-2 .product-content {
        padding: 15px;
    }

    .product-box.style-2 .product-content .product-name {
        font-size: 1.2rem;
        margin-bottom: 5px;
        line-height: 1.1;
        max-width: 170px
    }

    .product-box.style-2 .product-content .btn-container {
        display: none
    }

    .product-box.style-2 .product-content .btn {
        padding: 6px 14px;
        font-size: 13px;
    }

    .product-box.style-2 .product-content .offer {
        font-size: 13px;
    }

    .product-box .product-content .offer {
        -webkit-line-clamp: 4
    }
}

@media (max-aspect-ratio: 0.45) or (max-width: 380px) {

    .product-box.style-2 {
        min-height: 220px;
    }

    .product-box.style-2 .product-content .product-name {
        max-width: 100%;
    }

    .product-box.style-2 .product-content {
        padding: 20px;
    }

    .product-box.style-2 .product-content .product-name {
        font-size: 1rem;
    }

    .product-box.style-2 .product-content .offer {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 0;
        line-height: 1.3;
    }

    .product-box.style-2 .product-content .btn-container {
        display: block;
    }

    .product-box.style-2 .product-content .btn {
        display: inline-block;
        flex-shrink: 0;
        margin-top: 10px;
    }

}

.product-box.style-3 {
    height: 280px
}

@media only screen and (max-width:575px) {

    .product-box.style-3 {
        height: 100%;
        min-height: 200px
    }
}

@media only screen and (max-width:360px) {
    .product-box.style-3 {
        min-height: 160px
    }
}

.product-box.style-3 .product-content {
    display: flex;
    align-items: start;
    justify-content: space-between;
    position: absolute;
    width: 60%;
    height: 100%;
    right: 0px;
    padding: 35px 40px;
    flex-direction: column;
    z-index: 1
}

.product-box.style-3 .product-content .product-name {
    font-size: 1.75rem;
    font-weight: 700;
    max-width: 300px
}

@media only screen and (max-width:1199px) {
    .product-box.style-3 .product-content {
        padding: 20px 30px
    }

    .product-box.style-3 .product-content .product-name {
        font-size: 1.4rem;
        line-height: 1.3
    }

    .product-box.style-3 .product-content .btn {
        padding: 8px 16px;
        font-size: 14px
    }

    .product-box.style-3 .product-content .offer {
        font-size: 15px
    }
}

@media only screen and (max-width:575px) {
    .product-box.style-3 .product-content {
        padding: 15px 18px
    }

    .product-box.style-3 .product-content .product-name {
        font-size: 1.2rem;
        margin-bottom: 5px;
        line-height: 1.1;
        max-width: 170px
    }

    .product-box.style-3 .product-content .product-name br {
        display: none
    }

    .product-box.style-3 .product-content .btn {
        padding: 6px 14px;
        font-size: 13px
    }

    .product-box.style-3 .product-content .offer {
        font-size: 13px
    }
}

.product-box.style-4 {
    height: 450px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.product-box.style-4 .product-content {
    display: flex;
    align-items: start;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    padding: 60px 40px;
    flex-direction: column;
    z-index: 1
}

.product-box.style-4 .product-content .product-name {
    font-weight: 500;
    max-width: 540px;
    line-height: 1.2;
    margin-bottom: 15px
}

.product-box.style-4 .product-content .para-text {
    max-width: 460px;
    margin-bottom: 0
}

@media only screen and (max-width:991px) {
    .product-box.style-4 .product-content .para-text {
        display: none
    }

    .shop-card .dz-media img {
        max-height: 205px !important;
        min-height: 205px !important;
        object-fit: contain !important
    }
}

@media only screen and (max-width:1740px) {
    .product-box.style-4 .product-content {
        width: 100%;
        height: 100%;
        padding: 35px 40px
    }

    .product-box.style-4 .product-content .product-name {
        font-weight: 500;
        max-width: 540px;
        margin-bottom: 15px
    }

    .product-box.style-4 .product-content .para-text {
        max-width: 460px
    }
}

@media only screen and (max-width:1480px) {
    .product-box.style-4 .product-content {
        padding: 20px 30px
    }

    .product-box.style-4 .product-content .product-name {
        max-width: 400px;
        font-size: 1.875rem;
        margin-bottom: 6px
    }

    .product-box.style-4 .product-content .para-text {
        max-width: 460px
    }
}

@media only screen and (max-width:1199px) {
    .product-box.style-4 {
        height: 270px
    }

    .product-box.style-4 .product-content {
        padding: 20px 25px
    }

    .product-box.style-4 .product-content .product-name {
        max-width: 320px;
        font-size: 1.5rem;
        margin-bottom: 6px
    }

    .product-box.style-4 .product-content .para-text {
        max-width: 430px;
        font-size: 15px
    }

    .home-quote {
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

}

@media only screen and (max-width:575px) {
    .product-box.style-4 {
        height: 240px
    }

    .product-box.style-4 .product-content {
        padding: 20px 20px
    }

    .product-box.style-4 .product-content .product-name {
        max-width: 280px;
        font-size: 1.3rem;
        margin-bottom: 6px
    }

    .product-box.style-4 .product-content .para-text {
        max-width: 290px;
        font-size: 13px;
        line-height: 1.4
    }

    .shop-card .dz-media img {
        max-height: 130px !important;
        min-height: 130px !important
    }

    .home-quote {
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column
    }
}

@media (max-aspect-ratio: 0.45) or (max-width: 380px) {
    .product-box.style-4 {
        height: 200px
    }

    .shop-card .dz-media img {
        max-height: 120px !important;
        min-height: 120px !important
    }
}

.padding-container {
    padding: 30px 0;
}

@media only screen and (max-width:991px) {
    .padding-container {
        padding: 20px 0;
    }
}


.panel {
    background-color: #f3f3f3;
    ;
}

.panel section {
    background-color: white;
    padding: 50px 0;
    overflow: hidden;
}

.panel section.head-category {
    margin-bottom: 30px;
}

.subnav-category-container ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
}

.subnav-category-item {
    padding: 10px 15px;
    font-weight: 800;
    font-size: 18px;
}

.subcategory-item {
    margin-bottom: 50px;
}

.subcategory-item:last-child {
    margin-bottom: 0;
}

.subcategory-item h2 {
    margin-bottom: 15px;
}

.category-share-container .category-share-title {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 600;
}

.category-share-container ul {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 16px;
}

.category-share-container ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ef4747;
    color: white;
    margin: 0 5px;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.category-share-container ul li:first-child {
    margin-left: 0;
}

.category-share-container ul li:last-child {
    margin-right: 0;
}

.category-share-container ul li a {
    color: white;
}

.category-share-container ul li:hover {
    background-color: #d33333;
}

.content-update-time-container {
    border-top: 1px solid rgba(34, 34, 34, 0.1);
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 0;
    margin-top: 30px;
}

.content-update-time-label {
    margin-right: 10px;
    font-weight: 600;
}

@media only screen and (max-width:767px) {

    .subcategory-item .btn-secondary {
        font-size: 14px;
        padding: 9px 20px;
    }

    .category-share-title {
        margin-bottom: 10px;
    }

    .category-share-container ul {
        margin-left: 0;
    }

    .category-share-container ul li {
        margin: 5px;
    }

    .panel section.head-category {
        margin-bottom: 30px;
    }

    .category-share-container .flex {
        display: block;
    }

    .panel section {
        padding: 30px 0px;
    }

}

@media (max-aspect-ratio: 0.45) or (max-width: 380px) {
    .category-share-container ul li {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

@media only screen and (max-width:330px) {
    .category-share-container ul li {
        width: 32px;
        height: 32px;
        line-height: 34px;
        font-size: 14px;
    }
}

.category-description__text-warpper {
    transition: all 0.5s;
}

.category-description__text-warpper p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #5E626F;
}

.category-description__text-warpper.expanded {
    display: block;
}

.category-card.style-2:before {
    content: none;
}

.category-card.style-2:hover .dz-media:before {
    -webkit-animation: dzShine .75s;
    animation: dzShine .75s;
}

.category-card.style-2 .dz-info {
    min-height: 145px;
}

.category-card.style-2 .dz-media:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 0;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}


.category-card img {
    aspect-ratio: 1;
    object-fit: cover;
}

.category-item {
    margin-bottom: 50px;
}

.category-header {
    margin-bottom: 40px;
}

.category-header>p {
    margin-top: 10px;
}

.category-header h2 {
    margin-bottom: 0;
}

.category-header .btn-showmore {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 33px;
    border: 1px solid #e3e2e5;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    cursor: pointer;
    margin-left: 32px;
    transition: 0.3s all;
}

.category-header .btn-showmore:hover {
    background: #e6e7ea;
    color: #000;
}

.panel section.product-related-container.bg-container {
    background-color: #ef4747;
    position: relative;
    overflow: hidden;
}

.category-review-container .about-content.testimonial {
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.panel section.product-related-container.bg-container:not(.dark) .dz-info {
    border-bottom: 0;
}

.panel section.product-related-container.bg-container.dark {
    background-color: #191825;
}

.panel section.product-related-container.bg-container h2 {
    position: relative;
    color: white;
    z-index: 2;
}

.panel section.product-related-container.bg-container .main-slider-three-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: .10;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@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);
    }
}

.panel section.product-related-container.bg-container .anime {
    position: absolution;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.panel section.product-related-container.bg-container .anime img {
    position: absolute;
    animation: anime 8s ease-in-out infinite;
}

.panel section.product-related-container.bg-container .anime .one {
    top: 70px;
    left: 0
}

.panel section.product-related-container.bg-container .anime .two {
    bottom: 130px;
    right: 0;
    animation-delay: .9s
}

.category-description>h3:first-child {
    margin-top: 0;
}

.category-description-title {
    position: relative;
    box-sizing: border-box;
    max-width: 680px;
    font-size: 28px;
    padding: 20px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.category-description-title h2 {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}

.category-description-title .category-description-title-top,
.category-description-title .category-description-title-bottom {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.category-description-title .category-description-title-top:before {
    content: '';
    position: absolute;
    top: 0;
    height: 6px;
    left: 0;
    width: 6px;
    border-radius: 30px;
    background: var(--primary);
}

.category-description-title .category-description-title-top:after {
    content: '';
    position: absolute;
    top: 1px;
    border-radius: 3px;
    left: 20px;
    width: 60px;
    height: 4px;
    background: var(--secondary);
}

.category-description-title .category-description-title-bottom:before {
    content: '';
    position: absolute;
    bottom: 1px;
    border-radius: 3px;
    right: 20px;
    width: 60px;
    height: 4px;
    background: var(--secondary);
}

.category-description-title .category-description-title-bottom:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 6px;
    right: 0;
    width: 6px;
    border-radius: 30px;
    background: var(--primary);
}

.product-category-switch-container {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 2rem;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}

.product-category-switch-container .product-category-item {
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: all 0.2s;
    color: var(--title);
}

.product-category-switch-container .product-category-item span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
    transition: all 0.2s;
}

.product-category-switch-container .product-category-item.active {
    border-color: var(--primary);
    background-color: transparent
}

.product-category-switch-container .product-category-item.active span {
    color: var(--primary);
}

@media (min-width:1200px) {
    .index-project-container .row>*:nth-child(4) {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .product-category-switch-container {
        display: block;
    }

    .product-category-switch-container .product-category-item {
        width: calc(50% - 10px);
        padding: 15px 0;
    }
}

@media (max-aspect-ratio: 0.45) or (max-width: 380px) {
    .product-category-switch-container .product-category-item {
        padding: 10px 0;
    }
}

.tab-container .tab-item {
    display: none;
}

.tab-container .tab-item.active {
    display: block;
}


.our-mission-shape-1 {
    position: absolute;
    bottom: -202px;
    right: 0;
    height: 560px;
    width: 260px;
    background-color: #ff613c;
    /* mix-blend-mode: color; */
    border-radius: 280px;
    transform: rotate(-40deg);
    z-index: 0;
}

.our-mission-shape-2 {
    position: absolute;
    bottom: -274px;
    right: 223px;
    height: 350px;
    width: 165px;
    background-color: #ffffff;
    mix-blend-mode: overlay;
    border-radius: 175px;
    transform: rotate(-40deg);
    z-index: 0;
}

.our-mission-shape-3 {
    position: absolute;
    top: -569px;
    right: 580px;
    height: 770px;
    width: 360px;
    background-color: #191825;
    mix-blend-mode: soft-light;
    border-radius: 385px;
    transform: rotate(-40deg);
    z-index: 0;
}

@keyframes shapeMover2 {

    0%,
    100% {
        transform: perspective(400px) translateY(0) rotate(-40deg) translateZ(0px) translateX(0);
    }

    50% {
        transform: perspective(400px) rotate(-40deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}

.shapemover2 {
    -webkit-animation-name: shapeMover2;
    animation-name: shapeMover2;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


@media only screen and (max-width:991px) {

    .panel section.product-related-container.bg-container .anime .one {
        top: 24px;
        left: 24px;
    }

    .panel section.product-related-container.bg-container .anime .two {
        bottom: 24px;
        right: 24px;
    }
}

@keyframes anime {

    0%,
    to {
        opacity: .3;
        transform: translateX(0)
    }

    80% {
        opacity: 1;
        transform: translateX(20px)
    }
}


.bg-container .dz-card.style-1 .dz-info .dz-title a {
    color: var(--title);
}

.product-related-container .cases.dz-card.style-1 {
    margin-bottom: 0;
}

.product-related-container .cases.dz-card.style-1 .dz-info {
    padding: 30px !important;
}

.panel section.product-related-container.bg-container .cases.dz-card.style-1 .dz-info {
    background-color: white;
}

.panel section.product-related-container.bg-container .cases .dz-info p {
    margin-bottom: 0;
}

.row.row-equalHeigh {
    display: flex;
    display: -webkit-flex;
}

.row.row-equalHeigh>* {
    align-self: stretch;
}

.row.row-equalHeigh .dz-card {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.row.row-equalHeigh .dz-card>* {
    flex-grow: 1;
}

.row.row-equalHeigh .dz-card .dz-media {
    width: 100%;
}

.product-related-container .row-equalHeigh li {
    display: flex;
    display: -webkit-flex;
    height: auto;
}

.product-related-container .row-equalHeigh li .cases {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-related-container h2 {
    font-size: 28px;
}

.product-related-container .dz-card .style-1 {
    margin-bottom: 0;
}

@media only screen and (max-width:991px) {
    .product-related-container .row-equalHeigh li {
        width: 100%;
        margin-bottom: 15px;
    }

    .product-related-container .row-equalHeigh li:last-child {
        margin-bottom: 0;
    }

    .category-description__text-warpper p {
        font-size: 14px
    }
}

@media only screen and (max-width:575px) {
    .product-related-container h2 {
        width: 90%;
        font-size: 22px;
        margin-left: auto;
        margin-right: auto;
    }
}

.category-description__expand-btn {
    text-align: center;
    margin-top: 10px;
    font-size: 24px;
    text-align: center;
}

.category-description__expand-btn svg {
    transition: all 0.5s;
    fill: black;
}

.category-description__expand-btn svg:hover {
    fill: var(--primary);
}

.category-description__expand-btn.expanded {
    transform: rotate(180deg);
}

.pd-tab {
    font-size: 13px;
    color: #c5c5c5;
}

.home-quote {
    padding: 25px;
    color: #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.home-quote h4 {
    margin-bottom: 0;
}

@media only screen and (max-width:1199px) {
    .home-quote h4 {
        margin-bottom: 10px;
    }
}

.shop-card {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    height: auto;
    border: 1px solid #ddd;
    transition: background-color 0.6s ease, transform 0.6s ease, box-shadow 0.6s ease
}

.shop-card:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1)
}

.shop-card:hover .title a {
    color: #f93737
}

.shop-card:hover .dz-media img {
    opacity: 0.7
}

.shop-card .dz-media {
    padding: 10px
}


@media only screen and (max-width: 991px) {
    .swiper-item-full .shop-card .dz-content {
        padding: 20px;
    }

    .swiper-item-full .shop-card .dz-media img {
        min-height: 275px !important;
        max-height: 275px !important;
    }
}

.dz-shop-card.style-2 {
    display: flex;
    position: relative;
    background-color: #ffffff;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    border: 1px solid #ddd;
    padding: 15px;
}

.dz-shop-card.style-2 .dz-media {
    margin-right: 30px;
    width: 300px;
    background-color: white;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.dz-shop-card.style-2 .dz-media img {
    display: block;
    width: 100%;
    object-fit: contain;
    object-position: center;
    aspect-ratio: 4/3;
}

@media only screen and (max-width: 767px) {
    .dz-shop-card.style-2 .dz-media {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .dz-shop-card.style-2 {
        display: block;
    }

    .dz-shop-card.style-2 .dz-content {
        padding: 20px 0;
    }

    .dz-shop-card.style-2 .dz-media {
        width: 100%;
        margin-right: 0;
    }

}

.dz-shop-card.style-2 .product-tag {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 0;
}

.dz-shop-card.style-2 .dz-tags {
    margin-bottom: 0;
}

.dz-shop-card.style-2 .dz-tags a {
    padding: 0 1px;
}

.dz-shop-card.style-2 .dz-content {
    flex: 1;
    align-self: center;
}


.dz-shop-card.style-2 .dz-content .dz-rating {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
}

.dz-shop-card.style-2 .dz-content .dz-rating li {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin: 0;
}

.dz-shop-card.style-2 .dz-content .dz-rating li svg {
    vertical-align: baseline;
}

.dz-shop-card.style-2 .dz-content .dz-rating li i {
    margin: 0px 3px;
    font-size: 18px;
}

.dz-shop-card.style-2 .dz-content .review-num {
    display: inline-block;
}

.dz-shop-card.style-2 .dz-content .dz-rating {}

.dz-shop-card.style-2 .dz-content .dz-rating-value {
    margin-right: 5px;
    font-size: 14px;
}

.dz-shop-card.style-2 .dz-content .dz-rating-number {
    margin-left: 5px;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .dz-shop-card.style-2 .dz-content .review-num {
        margin-left: 0;
    }

    .dz-shop-card.style-2 .dz-content .review-num .woocommerce-review-link {
        text-align: left;
    }
}

.dz-shop-card.style-2 .dz-content .dz-header {}

.dz-shop-card.style-2 .dz-content .dz-header .title {
    font-weight: 500;
}

.dz-shop-card.style-2 .dz-content .dz-params {}

.dz-shop-card.style-2 .dz-content .dz-param {}

.dz-shop-card.style-2 .dz-content .dz-param {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    height: 18px;
    margin-bottom: 0.5rem;
}

.dz-shop-card.style-2 .dz-content .dz-param .icon {
    display: block;
    width: 18px;
    margin-right: 5px;
}

.dz-shop-card.style-2 .dz-content .dz-param .value {
    height: 14px;
    font-size: 14px;
    line-height: 1;
}

.dz-shop-card.style-2 .dz-content .dz-rating-box {
    display: flex;
}

@media only screen and (max-width: 767px) {
    .dz-shop-card.style-2 .dz-content .dz-rating-box {
        display: block;
    }
}

.dz-shop-card.style-2 .dz-content .color-name,
.dz-shop-card.style-2 .dz-content .price-name {
    font-size: 14px;
    font-weight: 400;
}

.dz-shop-card.style-2 .dz-content .price-num {
    font-size: 20px;
    color: var(--primary);
    margin-top: 10px;
}

.dz-shop-card.style-2 .dz-content .dz-body {
    margin-top: 15px;
}

@media only screen and (max-width: 991px) {
    .dz-shop-card.style-2 .dz-content .dz-body {
        display: block;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .dz-shop-card.style-2 .dz-content .dz-body {
        margin-top: 0;
    }
}

.dz-shop-card.style-2 .dz-content .dz-body .dz-para {
    font-size: 15px;
    font-weight: 400;
    padding-right: 30px;
}

@media only screen and (max-width: 991px) {
    .dz-shop-card.style-2 .dz-content .dz-body .dz-para {
        font-size: 14px;
        padding-right: 0;
        margin-bottom: 0;
    }
}

.dz-shop-card.style-2 .dz-content .dz-body .rate {
    display: flex;
    margin-top: 0;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
}

@media only screen and (max-width: 1199px) {
    .dz-shop-card.style-2 .dz-content .dz-body .rate {
        margin-top: 10px;
        display: block;
    }
}

@media only screen and (max-width: 575px) {
    .dz-shop-card.style-2 .dz-content .dz-body .dz-para {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }

    .dz-shop-card.style-2 .dz-content .dz-body .rate {
        display: flex;
    }

    .dz-shop-card.style-2 .dz-content .dz-body .rate .meta-content {
        margin-right: 30px;
    }

    .dz-shop-card.style-2 .dz-content .dz-body .rate .color-name {
        margin-bottom: 8px;
    }

    .dz-shop-card.style-2 .dz-content .dz-rating-box {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 767px) {

    .dz-shop-card.style-2 .dz-content .dz-body .rate .btn,
    .dz-shop-card.style-2 .dz-content .dz-body .rate .wp-block-button__link,
    .dz-shop-card.style-2 .dz-content .dz-body .rate .woocommerce .widget_shopping_cart .buttons a,
    .woocommerce .widget_shopping_cart .buttons .dz-shop-card.style-2 .dz-content .dz-body .rate a,
    .dz-shop-card.style-2 .dz-content .dz-body .rate .woocommerce.widget_shopping_cart .buttons a,
    .woocommerce.widget_shopping_cart .buttons .dz-shop-card.style-2 .dz-content .dz-body .rate a,
    .dz-shop-card.style-2 .dz-content .dz-body .rate .woocommerce #review_form #respond .form-submit input,
    .woocommerce #review_form #respond .form-submit .dz-shop-card.style-2 .dz-content .dz-body .rate input,
    .dz-shop-card.style-2 .dz-content .dz-body .rate .woocommerce-cart-form .table tr .button,
    .woocommerce-cart-form .table tr .dz-shop-card.style-2 .dz-content .dz-body .rate .button,
    .dz-shop-card.style-2 .dz-content .dz-body .rate .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
    .woocommerce-cart .wc-proceed-to-checkout .dz-shop-card.style-2 .dz-content .dz-body .rate a.checkout-button,
    .dz-shop-card.style-2 .dz-content .dz-body .rate .woocommerce #respond input#submit,
    .woocommerce #respond .dz-shop-card.style-2 .dz-content .dz-body .rate input#submit,
    .dz-shop-card.style-2 .dz-content .dz-body .rate .woocommerce a.button,
    .woocommerce .dz-shop-card.style-2 .dz-content .dz-body .rate a.button,
    .dz-shop-card.style-2 .dz-content .dz-body .rate .woocommerce button.button,
    .woocommerce .dz-shop-card.style-2 .dz-content .dz-body .rate button.button,
    .dz-shop-card.style-2 .dz-content .dz-body .rate .woocommerce input.button,
    .woocommerce .dz-shop-card.style-2 .dz-content .dz-body .rate input.button,
    .dz-shop-card.style-2 .dz-content .dz-body .rate .woocommerce #place_order,
    .woocommerce .dz-shop-card.style-2 .dz-content .dz-body .rate #place_order {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 575px) {

    .dz-shop-card.style-2 .dz-content .dz-body .rate .btn,
    .dz-shop-card.style-2 .dz-content .dz-body .rate .wp-block-button__link,
    .dz-shop-card.style-2 .dz-content .dz-body .rate .woocommerce .widget_shopping_cart .buttons a,
    .woocommerce .widget_shopping_cart .buttons .dz-shop-card.style-2 .dz-content .dz-body .rate a,
    .dz-shop-card.style-2 .dz-content .dz-body .rate .woocommerce.widget_shopping_cart .buttons a,
    .woocommerce.widget_shopping_cart .buttons .dz-shop-card.style-2 .dz-content .dz-body .rate a,
    .dz-shop-card.style-2 .dz-content .dz-body .rate .woocommerce #review_form #respond .form-submit input,
    .woocommerce #review_form #respond .form-submit .dz-shop-card.style-2 .dz-content .dz-body .rate input,
    .dz-shop-card.style-2 .dz-content .dz-body .rate .woocommerce-cart-form .table tr .button,
    .woocommerce-cart-form .table tr .dz-shop-card.style-2 .dz-content .dz-body .rate .button,
    .dz-shop-card.style-2 .dz-content .dz-body .rate .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
    .woocommerce-cart .wc-proceed-to-checkout .dz-shop-card.style-2 .dz-content .dz-body .rate a.checkout-button,
    .dz-shop-card.style-2 .dz-content .dz-body .rate .woocommerce #respond input#submit,
    .woocommerce #respond .dz-shop-card.style-2 .dz-content .dz-body .rate input#submit,
    .dz-shop-card.style-2 .dz-content .dz-body .rate .woocommerce a.button,
    .woocommerce .dz-shop-card.style-2 .dz-content .dz-body .rate a.button,
    .dz-shop-card.style-2 .dz-content .dz-body .rate .woocommerce button.button,
    .woocommerce .dz-shop-card.style-2 .dz-content .dz-body .rate button.button,
    .dz-shop-card.style-2 .dz-content .dz-body .rate .woocommerce input.button,
    .woocommerce .dz-shop-card.style-2 .dz-content .dz-body .rate input.button,
    .dz-shop-card.style-2 .dz-content .dz-body .rate .woocommerce #place_order,
    .woocommerce .dz-shop-card.style-2 .dz-content .dz-body .rate #place_order {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.cases .dz-media img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
    width: 100%
}

.swiper-btn-center-lr .tranding-button-prev {
    left: 0
}

.swiper-btn-center-lr .btn-next {
    right: 0
}

.swiper-lr-padding {
    padding: 0 100px
}

.cases .dz-info {
    width: auto !important;
    right: 0;
}

.cases .dz-info p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.shop-card .dz-media img {
    max-height: 206px;
    min-height: 206px;
    object-fit: contain
}

.shop-card .dz-content {
    text-align: center;
    padding: 15px;
}

.shop-card .dz-content .title {
    margin-bottom: 0;
    font-size: 1.0625rem;
    font-weight: 500;
    color: var(--title);
    text-align: center;
}

.shop-card .dz-content .title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.shop-card .dz-content .param {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.shop-card .dz-content .param img {
    width: 18px;
    margin-right: 5px;
}

.shop-card .dz-content .param span {
    font-size: 16px;
    line-height: 0;
}

.producttitle {
    height: 60px;
}

.product-desc {
    line-height: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 20px;
    height: 80px;
    margin-bottom: 10px;
}

.subscribe_widget h6 {
    color: #ddd;
}

@media only screen and (max-width:991px) {
    .shop-card .dz-content .title {
        font-size: 15px
    }
}

@media only screen and (max-width:1199px) {
    .shop-card .dz-content {
        padding: 15px 12px
    }
}

.shop-card .star-rating {
    margin-bottom: 14px
}

.shop-card .price {
    margin-bottom: 0;
    color: var(--primary);
    font-weight: 500
}

.shop-card .price del {
    color: #5E626F;
    font-weight: 400;
    margin-right: 10px
}

.shop-card .shop-meta {
    position: absolute;
    bottom: -46px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s
}

.shop-card .shop-meta .btn {
    border-radius: 2px;
    padding: 7px 15px;
    font-weight: 500;
    font-size: 13px;
    height: 30px;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    margin: 0 3px
}

.shop-card .shop-meta .meta-icon {
    width: 30px;
    min-width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    background-color: var(--secondary);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    justify-content: center;
    border-radius: 2px;
    margin: 0 3px;
    padding: 0;
    border: 0
}

.shop-card .shop-meta>a:hover {
    background-color: var(--primary);
    border-color: var(--primary)
}

.shop-card .product-tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.shop-card:hover .shop-meta {
    bottom: 26px
}

.row-equalHeight>* {
    display: flex;
    align-self: stretch
}

[data-aos="scroll-anim-fade-out"] {
    opacity: 0;
    transform: translateY(4em);
    transition: transform 1s .25s cubic-bezier(0, 1, .3, 1), opacity .3s .25s ease-out;
    will-change: transform, opacity;

    &.aos-animate {
        opacity: 1;
        transform: translateY(0)
    }
}

@media only screen and (max-width:575px) {
    .shop-card:hover .shop-meta {
        bottom: 15px
    }
}

@media only screen and (max-width:767px) {
    .shop-card .btn-icon {
        padding: 0 !important;
        width: 30px;
        min-width: 30px;
        height: 30px
    }
}

@media only screen and (max-width:575px) {
    .shop-card .dz-content {
        padding: 10px;
    }

    .shop-card .star-rating {
        margin-bottom: 5px
    }

    .shop-card .price {
        font-size: 13px
    }

    .shop-card .price del {
        font-size: 15px;
        margin-right: 5px
    }

    .swiper-lr-padding {
        padding: 0
    }
}

.shop-card.style-1 .dz-media {
    background: #fff;
    width: 200px;
    height: 200px;
    margin: auto;
    margin: 30px auto 15px auto
}

.shop-card.style-1 .dz-media img {
    height: 100%
}

.shop-card.style-1 .add-product {
    background: #BEBEBE;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 15px auto;
    border-radius: 4px
}

.bg-container>.container {
    position: relative;
    z-index: 2;
}

.section-head.style-2 {
    display: flex;
    align-items: end;
    justify-content: space-between
}

.dz-card.style-1 .dz-info p {
    color: #c5c5c5;
}

.section-head.style-2 .left-content {
    margin-right: 15px
}

.section-head.style-2.big-font .title {
    font-size: 45px
}

.section-head.style-2 .title {
    font-size: 28px
}

.section-head.style-2 p {
    margin-bottom: 0
}

.section-head.style-2 .content-render p {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.section-head.style-2 a {
    text-transform: capitalize
}

@media only screen and (max-width:575px) {
    .section-head.style-2 .title {
        font-size: 20px;
        margin-bottom: 6px
    }

    .section-head.style-2 {
        display: block;
        margin-right: 0
    }

    .section-head.style-2 .left-content {
        margin-bottom: 6px;
        margin-right: 0;
    }

    .section-head.style-2.big-font .title {
        font-size: 30px
    }

}

.section-head.style-2 a {
    white-space: nowrap;
}

.dz-team.style-1 .dz-media {
    width: 300px;
    margin-bottom: 22px;
    height: auto;
}

@media only screen and (max-width:1199px) {
    .dz-team.style-1 .dz-media {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width:767px) {
    .dz-team.style-1 .dz-media {
        margin-bottom: 10px;
    }
}

.dz-team.style-1 .dz-media img {
    width: 100%;
    height: auto;
}

.dz-team.style-1 .dz-content {
    text-align: center;
}

.dz-team.style-1 .dz-content .title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.2;
}

.dz-team.style-1 .dz-content span {
    font-weight: 400;
    font-size: 14px;
    color: #5E626F
}

@media only screen and (max-width:767px) {
    .dz-team.style-1 .dz-content .title {
        font-weight: 600;
        font-size: 16px
    }

    .dz-team.style-1 .dz-content span {
        font-size: 14px
    }
}

@media only screen and (max-width:575px) {
    .dz-team.style-1 .dz-content {
        text-align: left
    }

    .dz-team.style-1 .dz-content span {
        font-size: 13px
    }
}

.color-name {
    margin-bottom: 10px
}

.color-name,
.price-name {
    font-size: 14px;
    font-weight: 400;
    color: #5E626F
}

.price-num {
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 500;
    font-family: var(--font-family-title);
    color: var(--primary);
}

@media only screen and (max-width:575px) {
    .price-num {
        font-size: 22px
    }

    .price-num del {
        font-size: 16px
    }
}

del {
    font-family: var(--font-family-title);
    font-style: normal;
    font-weight: var(--headings-font-weight2);
    color: #5E626F;
    margin-bottom: 0
}

@media only screen and (max-width:575px) {
    del {
        font-size: 16px
    }
}

.meta-content {
    margin-right: 80px
}

.meta-content span {
    display: block
}

.pagination-align {
    display: flex;
    align-items: center
}

.pagination-align.style-1 {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1
}

.pagination-align.style-1 .swiper-button-prev {
    background-color: #ffffff
}

.pagination-align.style-1 .swiper-button-next {
    background-color: var(--secondary);
    color: #ffffff !important
}

.pagination-align.style-1 .swiper-button-next svg path {
    stroke: #ffffff !important
}

.pagination-align.style-1 .swiper-button-next:hover {
    background-color: #F3F3F3 !important;
    color: var(--secondary) !important
}

.pagination-align.style-1 .swiper-button-next:hover svg path {
    stroke: var(--secondary) !important
}

.pagination-align.style-1 .swiper-button-next,
.pagination-align.style-1 .swiper-button-prev {
    position: unset;
    top: 0;
    align-items: center;
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 0;
    color: var(--secondary);
    margin-top: 0;
    background-image: none;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s
}

@media only screen and (max-width:767px) {

    .pagination-align.style-1 .swiper-button-next,
    .pagination-align.style-1 .swiper-button-prev {
        width: 40px;
        height: 40px;
        line-height: 40px
    }
}

.pagination-align.style-1 .swiper-button-next:after,
.pagination-align.style-1 .swiper-button-prev:after {
    content: 'none'
}

.pagination-align.style-1 .swiper-button-next svg path,
.pagination-align.style-1 .swiper-button-prev svg path {
    stroke: var(--secondary)
}

.pagination-align.style-1 .swiper-button-next:hover,
.pagination-align.style-1 .swiper-button-prev:hover {
    background: var(--secondary);
    color: #ffffff
}

.pagination-align.style-1 .swiper-button-next:hover svg path,
.pagination-align.style-1 .swiper-button-prev:hover svg path {
    stroke: #ffffff
}

.pagination-align.style-1 .swiper-pagination-two.swiper-pagination-bullets {
    margin-top: 8px
}

@media only screen and (max-width:767px) {
    .adv-area {
        padding-top: 0
    }
}

.dzSubscribe .form-group .input-group .form-control {
    height: 50px;
    color: var(--title);
    border: 1px solid #ffffff;
    border-radius: 0 !important
}

.dzSubscribe .form-group .input-group .form-control::placeholder {
    color: #5E626F
}

.dzSubscribe .form-group .input-group .form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 119, 94, 0.65)
}

.dzSubscribe .form-group .input-group .input-group-addon {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%)
}

.dzSubscribe .form-group .input-group .input-group-addon .btn {
    text-align: center;
    width: 50px;
    border: 0;
    height: 50px;
    padding: 0
}

.dzSubscribe .form-group .input-group .input-group-addon .btn span {
    display: block
}

.dzSubscribe .form-group .input-group .input-group-addon .btn i {
    display: none
}

.dzSubscribe .form-group .input-group .input-group-addon .btn:hover i,
.dzSubscribe .form-group .input-group .input-group-addon .btn:hover svg {
    display: inline-block;
    -webkit-animation: toLeftFromRight 0.5s forwards;
    -moz-animation: toLeftFromRight 0.5s forwards;
    animation: toLeftFromRight 0.5s forwards
}

.dzSubscribe.style-1 .input-group .form-control {
    height: 45px
}

.service-btn {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #ffffff;
    padding: 15px 5px 15px 4px;
    position: absolute;
    bottom: 28px;
    left: 26px;
    z-index: 1;
    color: var(--title);
    display: block;
    writing-mode: vertical-rl
}

.service-btn.btn-dark {
    background-color: #24262B !important;
    color: #fff
}

@media only screen and (max-width:991px) {
    .service-btn {
        display: none
    }
}

.banner-social-media {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    z-index: 1
}

.banner-social-media ul {
    display: flex;
    align-items: center;
    flex-direction: column
}

.banner-social-media ul li {
    padding: 20px 0;
    writing-mode: tb-rl
}

.banner-social-media ul li a {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
    opacity: 0.5
}

.banner-social-media.left {
    left: 25px;
    right: auto
}

.banner-social-media.right {
    left: auto;
    right: 25px
}

.banner-social-media.style-1 ul li a {
    color: var(--title)
}

@media only screen and (max-width:1280px) {
    .banner-social-media.style-1 {
        display: none
    }
}

.banner-social-media.style-2 {
    top: 20px;
    transform: unset
}

.banner-social-media.style-2 ul li a {
    color: var(--title)
}

@media only screen and (max-width:1200px) {
    .banner-social-media {
        display: none
    }
}

.swiper-five {
    position: relative
}

.swiper-five .pagination-align {
    position: absolute;
    right: 0;
    bottom: 15px
}

.swiper-five .pagination-align .btn-next,
.swiper-five .pagination-align .btn-prev {
    background: #ffffff
}

.swiper-five .pagination-align .btn-next svg path,
.swiper-five .pagination-align .btn-prev svg path {
    stroke: var(--secondary)
}

.swiper-five .pagination-align .btn-next:hover,
.swiper-five .pagination-align .btn-prev:hover {
    background: var(--secondary)
}

.swiper-five .pagination-align .btn-next:hover svg path,
.swiper-five .pagination-align .btn-prev:hover svg path {
    stroke: #ffffff
}

@media only screen and (max-width:767px) {
    .swiper-five .pagination-align {
        bottom: 0
    }
}

.insta-post img {
    width: 100%
}

.code-copy {
    position: relative
}

#copyButton.btn {
    position: absolute;
    right: 45px;
    top: 15px;
    background: #eee;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 4px 10px
}

#copyButton.btn.active {
    background: var(--secondary);
    color: #fff
}

.code-box {
    box-shadow: none;
    margin: 0 0 25px;
    padding: 20px;
    color: var(--title);
    background-color: #F3F3F3;
    white-space: pre;
    border-radius: 5px;
    max-height: 700px
}

.code-box.active {
    user-select: all
}

:root {
    --fix-height: 100px;
    --anim-lr-rot-deg: -57deg;
}

[dir="rtl"] {
    --anim-lr-rot-deg: -114deg;
}


@media only screen and (max-width:1400px) {
    :root {
        --fix-height: 70px
    }

    .header-nav .nav>li>a {
        font-size: 14px;
        padding: 28px 12px
    }

    .header-nav .nav>li.spire-nav-item span {
        font-size: 14px;
    }
}

@media only screen and (min-width:992px) and (max-width:1023px) {
    .header-nav .nav>li>a {
        padding: 28px 8px
    }

    .nav-item.sedmail-link {
        display: none
    }

    .nav-item.search-link {
        display: none
    }

    .site-header .extra-nav .extra-cell .login-link {
        display: none
    }

    .main-slider.style-1 .banner-media img {
        object-fit: cover
    }

    .logo-header img {
        max-width: 120px
    }

    .logo-header {
        width: auto
    }
}

@media only screen and (max-width:576px) {
    :root {
        --fix-height: 45px
    }
}

.header.style-3 .container-fluid,
.header.style-3 .container-sm,
.header.style-3 .container-md,
.header.style-3 .container-lg,
.header.style-3 .container-xl {
    padding: 0
}

.header.style-3 .logo-dark {
    display: block
}

.header.style-3 .logo-light {
    display: none
}

.header.style-3 .is-fixed .main-bar {
    background: #fff
}

.header.style-3 .extra-nav {
    height: var(--fix-height)
}

@media only screen and (max-width:575px) {
    .header.style-3 .extra-nav {
        bottom: 0
    }
}

.header.style-3 .extra-nav .extra-cell .header-right {
    margin-right: 0
}

.header.style-3 .extra-nav .extra-cell .header-right .nav-item button,
.header.style-3 .extra-nav .extra-cell .header-right .nav-item a {
    color: var(--secondary);
    --white: #000
}

.site-header .extra-nav .extra-cell ul li a i:hover {
    color: #f93737
}

.header.style-3 .header-nav .nav {
    position: relative
}

.header.style-3 .header-nav .nav>li.has-mega-menu {
    position: unset
}

.header.style-3 .rounded-search {
    width: var(--fix-height);
    justify-content: center;
    display: flex
}

.header.style-3 .rounded-search>a {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media only screen and (max-width:575px) {
    .header.style-3 .rounded-search>a {
        width: 40px;
        height: 40px;
        background-color: transparent !important
    }
}

.header.style-3 .logo-header {
    height: var(--fix-height);
    margin-left: 40px
}

.header.style-3 .logo-header img {
    height: var(--fix-height)
}

@media only screen and (max-width:1199px) {
    .header.style-3 .logo-header img {
        width: 150px
    }
}

@media only screen and (max-width:575px) {
    .header.style-3 .logo-header img {
        width: 120px
    }
}

@media only screen and (max-width:1199px) {
    .header.style-3 .logo-header {
        margin-left: 20px;
        margin-right: 20px
    }
}

@media only screen and (max-width:575px) {
    .header.style-3 .logo-header {
        margin-left: 15px;
        margin-right: 15px
    }
}

.header.style-3 .main-bar {
    background: transparent
}

.footer-menu {
    height: var(--fix-height);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F3F3;
    padding-left: var(--fix-height);
    padding-right: var(--fix-height)
}

@media only screen and (max-width:575px) {
    .footer-menu {
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
        z-index: 1
    }
}

.footer-menu ul {
    display: flex
}

@media only screen and (max-width:991px) {
    .footer-menu ul {
        display: block;
        width: 100%
    }
}

@media only screen and (max-width:575px) {
    .footer-menu ul {
        line-height: 1.2
    }
}

.footer-menu ul li {
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (max-width:1199px) {
    .footer-menu ul li {
        padding-left: 5px;
        padding-right: 5px
    }
}

@media only screen and (max-width:991px) {
    .footer-menu ul li {
        display: inline-block
    }
}

@media only screen and (max-width:575px) {
    .footer-menu ul li {
        padding-left: 2px;
        padding-right: 2px;
        line-height: 1.2
    }
}

@media only screen and (max-width:991px) {

    .footer-menu ul li h6,
    .footer-menu ul li .h6 {
        margin: 0
    }
}

@media only screen and (max-width:575px) {

    .footer-menu ul li h6,
    .footer-menu ul li .h6 {
        font-size: 13px
    }
}

.footer-menu ul li a {
    color: #5E626F;
    font-size: 15px;
    letter-spacing: 0.5px
}

@media only screen and (max-width:575px) {
    .footer-menu ul li a {
        font-size: 11px
    }
}

.product-gallery {
    height: 100%
}

.product-thumb.swiper {
    width: 100%;
    height: calc(100vh - calc(var(--fix-height) * 2));
    min-height: 600px
}

@media only screen and (max-width:575px) {
    .product-thumb.swiper {
        height: calc(calc(100vh - 45px) - calc(var(--fix-height) * 2))
    }
}

.product-thumb .swiper-slide.swiper-slide-thumb-active {
    padding: 10px
}

.product-thumb .swiper-slide {
    height: calc(100% / 2) !important;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center
}

.product-thumb .swiper-slide img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.shop-card.shop-overlay {
    width: 100%
}

.shop-card.shop-overlay .dz-content {
    text-align: center;
    padding: 15px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: all 0.3s;
    background: transparent;
    z-index: 1
}

.shop-card.shop-overlay .dz-media img {
    filter: grayscale(1);
    transition: all 0.5s
}

.shop-card.shop-overlay .dz-media .shop-meta {
    z-index: 2
}

.shop-card.shop-overlay:hover .dz-media img {
    filter: grayscale(0)
}

.shop-card.shop-overlay:hover .dz-content {
    opacity: 0
}

.shop-card.shop-overlay.shop-height-100 {
    height: 100%
}

.shop-card.shop-overlay.shop-height-100 .dz-media {
    height: 100%
}

.swiper-slide-thumb-active .shop-card.shop-overlay .dz-media img {
    filter: grayscale(0)
}

.main-banner.style-4 {
    padding-top: 140px;
    padding-bottom: 30px;
    position: relative
}

@media only screen and (max-width:1680px) {
    .main-banner.style-4 {
        padding-top: 100px
    }
}

.single-product-media img {
    width: 100%
}

@media only screen and (max-width:767px) {
    .single-product-media {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px
    }
}

.about-products2 .bg-img,
.about-products2 .bg-img2 {
    position: absolute;
    bottom: 0
}

.about-products2 .bg-img {
    left: 0
}

.about-products2 .bg-img2 {
    right: 0
}

.about-products2 .section-head.style-2 {
    display: block
}

.about-products2 .section-head.style-2 .title {
    font-weight: 700
}

.about-products2 .section-head.style-2 p {
    font-family: var(--font-family-base);
    font-size: 16px;
    font-weight: 400;
}

@media only screen and (max-width:1199px) {

    .about-products2 .about-products2 .bg-img,
    .about-products2 .about-products2 .bg-img2 {
        height: 700px
    }

    .about-products2 .section-head.style-2 {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:991px) {
    .about-products2 .dz-product-media {
        width: 300px;
        margin: auto
    }
}

@media only screen and (max-width:767px) {
    .about-products2 .section-head.style-2 {
        margin-bottom: 10px;
        display: block
    }

    .about-products2 .section-head.style-2 .title {
        font-size: 24px
    }

    .about-products2 .section-head.style-2 p {
        font-size: 14px
    }
}

@media only screen and (max-width:575px) {
    .about-products2 .dz-product-media {
        width: 250px;
        margin-bottom: 30px
    }

    .about-products2 .section-head.style-2 .title {
        font-size: 22px
    }
}

.product-specification {
    margin-bottom: 24.5px
}

.product-specification .specification-title {
    font-size: 20px;
    font-weight: 700
}

.product-specification ul li {
    font-family: var(--font-family-base);
    font-size: 16px;
    padding: 5px 0;
    font-weight: 400;
    color: #5E626F
}

@media only screen and (max-width:1199px) {
    .product-specification {
        margin-bottom: 14px
    }
}

@media only screen and (max-width:767px) {
    .product-specification {
        margin-bottom: 10px
    }

    .product-specification .specification-title {
        font-size: 18px
    }

    .product-specification ul li {
        font-size: 14px
    }
}

.get-in-touch {
    background-color: var(--secondary);
    padding: 25px 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.get-in-touch .dz-title {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.2
}

.get-in-touch span {
    font-size: 17px;
    color: #ffffff;
    margin-left: 18px
}

.get-in-touch.bg-light .dz-title {
    color: var(--title)
}

.get-in-touch.bg-light span {
    color: var(--title)
}

@media only screen and (max-width:991px) {
    .get-in-touch {
        flex-direction: column;
        justify-content: center
    }
}

@media only screen and (max-width:767px) {
    .get-in-touch {
        flex-direction: column;
        justify-content: center
    }

    .get-in-touch .dz-title {
        gap: 5px;
        flex-direction: column
    }

    .get-in-touch span {
        margin-left: 0px;
        text-align: center
    }
}

@media only screen and (max-width:575px) {
    .get-in-touch {
        flex-direction: column;
        justify-content: center
    }

    .get-in-touch .dz-title {
        gap: 5px;
        flex-direction: column
    }

    .get-in-touch span {
        font-size: 14px;
        margin-left: 0px;
        text-align: center
    }

    .get-in-touch .btn {
        padding: 8px 14px;
        font-size: 14px
    }
}

.left-text-bar {
    width: 80px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 9
}

.left-text-bar .service-btn {
    transform: translateX(-50%);
    left: 50%;
    bottom: 20px;
    background-color: #000000;
    color: #fff
}

.left-text-bar .service-btn:hover {
    background-color: #fff;
    color: #000
}

.left-text-bar ul li {
    padding: 20px 0;
    writing-mode: tb-rl
}

@media only screen and (max-width:1480px) {
    .left-text-bar ul li {
        padding: 10px 0
    }
}

.left-text-bar ul li a {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #5E626F
}

@media only screen and (max-width:1480px) {
    .left-text-bar ul li a {
        font-size: 13px
    }
}

@media only screen and (max-width:575px) {
    .left-text-bar ul li a {
        font-size: 12px
    }
}

@media only screen and (max-width:1480px) {

    .main-banner.style-4 .left-text-bar,
    .main-banner.style-4 .right-text-bar {
        width: 40px
    }
}

@media only screen and (max-width:1300px) {

    .main-banner.style-4 .left-text-bar,
    .main-banner.style-4 .right-text-bar {
        display: none
    }
}

.blog-single {
    margin-bottom: 3.125rem
}

@media only screen and (max-width:575px) {
    .blog-single {
        margin-bottom: 2rem
    }
}

.blog-single h1,
.blog-single .h1 {
    max-width: 625px;
    margin-bottom: 10px
}

.blog-single .dz-post-meta {
    margin-bottom: 1.25rem
}

.blog-single .dz-post-text {
    padding-bottom: 5px
}

.blog-single .dz-post-text:after {
    content: "";
    display: block;
    width: 100%;
    clear: both
}

.blog-single .dz-post-tags {
    margin-top: 1.25rem
}

.blog-single .dz-post-media {
    border-radius: 0.25rem
}

.blog-single.dz-blog .post-tags {
    margin-bottom: 0
}

.blog-single.style-1 {
    box-shadow: unset;
    border-radius: 0;
    overflow: unset;
    margin-bottom: 60px
}

.blog-single.style-1 .post-header .dz-title {
    margin-right: auto;
    margin-left: auto;
    text-align: center
}

@media only screen and (max-width:991px) {
    .blog-single.style-1 {
        margin-bottom: 20px
    }
}

.blog-single.style-1 .dz-media+.dz-info {
    text-align: unset;
    border: 0;
    padding: 0;
    margin-top: 0;
    padding: 30px 0 0 0
}

.dz-meta {
    margin-bottom: 10px
}

.dz-meta.large-space {
    margin-bottom: 30px
}

.blog-single.style-1 .dz-meta li {
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    position: relative;
    margin-right: 30px;
    font-size: 13px;
    color: #24262B
}

.blog-single.style-1 .dz-meta li i {
    color: var(--primary)
}

.blog-single.style-1 .dz-meta li:after {
    content: "";
    height: 6px;
    width: 6px;
    position: absolute;
    right: -17px;
    top: 50%;
    border-radius: 50%;
    background-color: var(--primary);
    transform: translate(0%, -50%)
}

.blog-single.style-1 .dz-meta li:first-child:after,
.blog-single.style-1 .dz-meta li:last-child:after {
    content: none
}

.blog-single.style-1 .dz-meta li.post-date {
    padding: 5px 12px;
    line-height: 1.2;
    font-weight: 500;
    display: inline-block;
    background: #F6F6F6;
    color: #24262B;
    font-size: 13px
}

@media only screen and (max-width:575px) {
    .blog-single.style-1 .dz-meta {
        margin-bottom: 20px
    }

    .blog-single.style-1 .dz-meta li {
        gap: 4px;
        margin-right: 10px;
        padding-right: 0
    }

    .blog-single.style-1 .dz-meta li:after {
        content: none
    }

    .blog-single.style-1 .dz-meta li.post-date {
        padding: 5px 10px
    }
}

.blog-single.style-1 .dz-meta.style-1 li {
    color: #fff
}

.blog-single.style-1 .dz-meta.style-1 li a {
    color: #fff
}

.blog-single.style-1 .dz-meta.style-1 li i {
    color: #fff
}

.blog-single.style-1 .dz-meta.style-1 li:after {
    background-color: #fff
}

.blog-single.style-1 .dz-meta.style-1 li.post-date {
    color: #24262B
}

.blog-single.style-1 .dz-info {
    text-align: unset;
    border: 0;
    padding: 0;
    margin-top: 0
}

.blog-single.style-1 .dz-info+.dz-media {
    margin-top: 25px
}

.blog-single .dz-media,
.blog-single .dz-post-media {
    text-align: center
}

.blog-single .dz-media img,
.blog-single .dz-post-media img {
    width: auto
}

.blog-single.style-1 .list-check-2 {
    padding-left: 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.blog-single.style-1 .list-check-2 li {
    padding: 15px 8px 15px 55px !important;
    position: relative;
    align-items: center;
    display: flex;
    font-weight: 500;
    font-size: 16px !important;
    color: #222222;
    font-family: var(--font-family-title);
    width: 50%
}

.blog-single.style-1 .list-check-2 li:after {
    position: absolute;
    left: 5px;
    top: 50%;
    content: "\e83f";
    font-family: 'feather' !important;
    font-weight: 300;
    color: var(--primary);
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transform: translateY(-50%)
}

.blog-single.style-1 .list-check-2.check-circle li:after {
    border-radius: 50%;
    background-color: transparent;
    color: var(--primary);
    border: 1px solid #0D775E
}

.blog-single.style-1 .content-render .image-container {
    width: 100%;
    align-items: center;
}


.blog-single.style-1 .content-render .image-container .image-description-container p {
    text-align: left;
    line-height: 1.2;
    font-size: 14px;
}

@media only screen and (max-width:1199px) {
    .blog-single.style-1 .list-check-2 li {
        padding: 12px 8px 12px 48px !important;
        font-size: 15px !important
    }

    .blog-single.style-1 .list-check-2 li:after {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 20px
    }
}

@media only screen and (max-width:767px) {
    .blog-single.style-1 .list-check-2 li {
        width: 100%
    }
}

.dz-post-text .widget_archive li a,
.dz-post-text .widget_categories li a,
.dz-post-text blockquote a {
    box-shadow: none;
    text-decoration: none
}

.post-header {
    position: relative;
    overflow: hidden
}

@media only screen and (max-width:575px) {
    .post-header {
        margin-bottom: 1.25rem
    }
}

.post-header .dz-media img {
    min-height: 250px;
    width: 100%;
    object-fit: cover
}

.post-header .dz-info {
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 100px 30px 30px 30px !important;
    width: 100%
}

@media only screen and (max-width:575px) {
    .post-header .dz-info {
        padding: 40px 15px 15px 15px !important
    }
}

.post-header .dz-info .dz-title {
    color: #fff
}

@media only screen and (max-width:575px) {
    .post-header .dz-info .dz-title {
        font-size: 1.125rem
    }
}

.post-header .dz-info .dz-meta>ul {
    justify-content: center
}

.post-header .dz-info .dz-meta>ul>li {
    color: #fff
}

.post-link-in {
    padding: 15px 50px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s
}

.post-link-in:hover {
    background: var(--primary);
    color: #fff
}

@media only screen and (max-width:767px) {
    .post-link-in {
        padding: 10px 30px;
        font-size: 20px
    }
}

.side-bar {
    padding-left: 20px;
    padding-bottom: 1px
}

.side-bar.left {
    padding-left: 0;
    padding-right: 20px
}

@media only screen and (max-width:992px) {
    .side-bar {
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    .side-bar.left {
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
}

.alignnone {
    margin: 0.3125rem 0 1.563rem 0
}

.alignnoneimg,
.alignnone.is-resized {
    margin: 0.3125rem 0 1.563rem 0
}

.aligncenter {
    display: block;
    margin: 0.3125rem auto 0.938rem;
    text-align: center
}

.aligncenterimg,
.aligncenter.is-resized {
    display: block;
    margin: 0.3125rem auto 0.938rem;
    text-align: center
}

.alignright {
    float: right;
    margin: 0.3125rem 0 1.563rem 1.563rem
}

.alignrightimg,
.alignright.is-resized {
    margin: 0.3125rem 0 1.563rem 1.563rem;
    float: right
}

.alignleft {
    float: left;
    margin: 0.3125rem 1.563rem 1.563rem 0
}

.alignleftimg,
.alignleft.is-cropped,
.alignleft.is-resized {
    margin: 0.3125rem 1.563rem 1.563rem 0;
    float: left
}

@media only screen and (max-width:575px) {
    .alignleft.side-img {
        width: 200px
    }
}

blockquote {
    padding: 1.25rem 2rem 1.25rem 1.875rem;
    font-size: 0.938rem;
    color: var(--title);
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    line-height: 1.875rem;
    position: relative;
    clear: both;
    background-color: #F6F6F6;
    font-weight: 700;
    z-index: 1;
    border: 0;
    font-family: var(--font-family-title)
}

blockquote svg {
    position: absolute;
    right: 24px;
    bottom: 15px
}

@media only screen and (max-width:991px) {
    blockquote {
        padding: 1.25rem 2.25rem 0.938rem 1.25rem;
        font-size: 0.813rem;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }
}

@media only screen and (max-width:575px) {
    blockquote {
        padding: 1.25rem 0.25rem 0.938rem 1.25rem
    }
}

blockquote cite {
    font-style: normal;
    position: relative;
    display: block;
    margin-top: -0.3125rem;
    font-weight: 600;
    color: var(--primary);
    line-height: 1.3
}

blockquote cite:before {
    content: "";
    margin-right: 0.625rem;
    width: 15px;
    height: 2px;
    background: var(--primary);
    display: inline-block;
    vertical-align: middle
}

blockquote b,
blockquote strong,
blockquote .strong {
    color: inherit
}

blockquote:after {
    content: "";
    width: 4px;
    border-radius: 2px;
    height: 110px;
    left: 0;
    top: 50%;
    background: var(--primary);
    position: absolute;
    box-shadow: 0 0 30px 0 var(--rgba-primary-2);
    transform: translateY(-50%)
}

@media only screen and (max-width:575px) {
    blockquote:after {
        height: 150px
    }
}

blockquote:before {
    content: "";
    z-index: -1;
    background-size: cover;
    left: 20px;
    background-image: var(--quote);
    background-position: center right;
    width: 90px;
    padding: 0;
    opacity: 0.1;
    background-repeat: no-repeat;
    height: 90px;
    top: 0px;
    position: absolute
}

blockquote.style-1 {
    background: #f5f5f5;
    color: var(--primary);
    padding: 25px 40px
}

blockquote.style-1 p {
    font-size: 18px;
    line-height: 1.5;
    color: var(--primary)
}

blockquote.style-1 h4,
blockquote.style-1 .h4 {
    font-weight: 800
}

blockquote.style-1:after {
    content: none
}

blockquote.style-1:before {
    right: 70px;
    top: -10px;
    color: white;
    content: "";
    font-family: flaticon;
    height: auto;
    font-size: 180px;
    transform: rotate(180deg);
    width: auto;
    background: none;
    line-height: 1;
    opacity: 1
}

blockquote.style-1 cite {
    color: var(--title)
}

blockquote.style-1 cite:before {
    background: var(--title)
}

blockquote.style-2 {
    padding: 10px 0 10px 25px
}

blockquote.style-2:before {
    content: none
}

blockquote.style-2 cite {
    color: #777777;
    font-size: 18px;
    font-family: var(--font-family-title)
}

blockquote.style-2 cite:before {
    background: #777777
}

blockquote.style-3 {
    text-align: center;
    padding: 0 0
}

blockquote.style-3:after {
    content: none
}

blockquote.style-3:before {
    background: var(--primary);
    opacity: 1;
    color: #fff;
    content: "\f10e";
    height: 60px;
    width: 60px;
    border-radius: 60px;
    position: relative;
    left: 0;
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-size: 28px;
    line-height: 60px;
    margin-bottom: 15px
}

blockquote.style-3 cite {
    font-size: 18px
}

blockquote.style-3 cite:before {
    content: none
}

blockquote.style-4 {
    background: var(--primary);
    padding: 30px 30px;
    border-radius: var(--border-radius-base)
}

blockquote.style-4 .title {
    color: #fff;
    margin-bottom: 20px
}

blockquote.style-4 cite {
    color: #fff;
    font-size: 18px;
    font-family: var(--font-family-title)
}

blockquote.style-4 cite:before {
    background: #fff
}

blockquote.style-4:after {
    content: none
}

blockquote.style-4:before {
    left: 30%;
    top: -10px;
    color: white;
    content: "";
    font-family: flaticon;
    height: auto;
    font-size: 180px;
    transform: rotate(180deg) translateX(-50%);
    width: auto;
    background: none;
    line-height: 1;
    opacity: .1
}

.dz-blog.blog-single .dz-post-text blockquote p,
.dz-page-text blockquote p,
blockquote p {
    line-height: 1.5;
    color: var(--title);
    margin-bottom: 1rem;
    font-weight: 500;
    font-size: 22px;
    font-family: var(--font-family-title);
    font-style: normal
}

.dz-blog.blog-single .dz-post-text blockquote p cite,
.dz-page-text blockquote p cite,
blockquote p cite {
    margin-top: 20px
}

@media only screen and (max-width:991px) {

    .dz-blog.blog-single .dz-post-text blockquote p,
    .dz-page-text blockquote p,
    blockquote p {
        font-size: 1.125rem
    }
}

.dz-page-text {
    padding-bottom: 30px !important
}

.dz-blog.blog-single .dz-post-text blockquote.style-1 p,
.dz-page-text blockquote.style-1 p,
blockquote.style-1 p {
    color: var(--primary);
    margin-bottom: 1.5rem
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto
}

.min-container,
.dz-page-text,
.dz-page-text+#comment-list,
.dz-page-text+.paginate-links,
.dz-page-text+#comment-list+.paginate-links {
    max-width: 53.125rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.938rem;
    padding-right: 0.938rem
}

.dz-blog.blog-single.sidebar+#comment-list {
    padding: 0;
    max-width: 100%
}

.max-container {
    max-width: 93.75rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.4375rem;
    padding-right: 3.4375rem
}

.dz-page-text+.paginate-links,
.dz-page-text+#comment-list+.paginate-links,
.dz-page-text+#comment-list,
.dz-page-text {
    padding: 0
}

.dz-page-text.sidebar {
    width: 100%;
    padding: 0;
    max-width: 100%
}

.dz-page-text>ol,
.dz-page-text>ul,
.dz-blog.blog-single .dz-post-text>ol,
.dz-blog.blog-single .dz-post-text>ul,
.dz-blog.blog-single .dz-post-text.text>ol,
.dz-blog.blog-single .dz-post-text.text>ul {
    padding-left: 1.25rem
}

.dz-page-text>ol ol,
.dz-page-text>ol ul,
.dz-page-text>ul ol,
.dz-page-text>ul ul,
.dz-blog.blog-single .dz-post-text>ol ol,
.dz-blog.blog-single .dz-post-text>ol ul,
.dz-blog.blog-single .dz-post-text>ul ol,
.dz-blog.blog-single .dz-post-text>ul ul,
.dz-blog.blog-single .dz-post-text.text>ol ol,
.dz-blog.blog-single .dz-post-text.text>ol ul,
.dz-blog.blog-single .dz-post-text.text>ul ol,
.dz-blog.blog-single .dz-post-text.text>ul ul {
    padding-left: 1.563rem
}

.alignwide {
    margin-left: calc(-14.375rem - (0.313rem / 2));
    margin-right: calc(-14.375rem - (0.313rem / 2));
    width: calc(100% + 28.75rem + 0.313rem);
    max-width: initial
}

.alignfull,
.alignfullwide {
    margin-left: calc(50% - 15px - calc(50vw - 30px) - (var(--content-share-ml, 0px) / 2));
    width: calc(100vw - 30px);
    max-width: calc(100vw - 30px);
    box-sizing: border-box
}

.dz-page-text h1,
.dz-page-text .h1,
.dz-post-text h1,
.dz-post-text .h1,
.thm-unit-test .dz-post-text h1,
.thm-unit-test .dz-post-text .h1 {
    margin-bottom: 1rem;
    font-weight: 600
}

.dz-page-text h2,
.dz-page-text .h2,
.dz-post-text h2,
.dz-post-text .h2,
.thm-unit-test .dz-post-text h2,
.thm-unit-test .dz-post-text .h2 {
    margin-bottom: 1rem;
    font-weight: 600
}

@media only screen and (max-width:767px) {

    .dz-page-text h2,
    .dz-page-text .h2,
    .dz-post-text h2,
    .dz-post-text .h2,
    .thm-unit-test .dz-post-text h2,
    .thm-unit-test .dz-post-text .h2 {
        font-size: 1.5rem
    }
}

.dz-page-text h3,
.dz-page-text .h3,
.dz-post-text h3,
.dz-post-text .h3,
.thm-unit-test .dz-post-text h3,
.thm-unit-test .dz-post-text .h3 {
    margin-bottom: 1rem;
    font-weight: 600
}

.dz-page-text h4,
.dz-page-text .h4,
.dz-post-text h4,
.dz-post-text .h4,
.thm-unit-test .dz-post-text h4,
.thm-unit-test .dz-post-text .h4 {
    margin-bottom: 0.75rem;
    font-weight: 600
}

.dz-page-text h5,
.dz-page-text .h5,
.dz-post-text h5,
.dz-post-text .h5,
.thm-unit-test .dz-post-text h5,
.thm-unit-test .dz-post-text .h5 {
    margin-bottom: 0.75rem
}

.dz-page-text h6,
.dz-page-text .h6,
.dz-post-text h6,
.dz-post-text .h6,
.thm-unit-test .dz-post-text h6,
.thm-unit-test .dz-post-text .h6 {
    margin-bottom: 0.625rem
}

pre {
    margin: 0 0 1.563rem;
    padding: 1.25rem;
    color: #fff;
    background-color: #212326;
    white-space: pre;
    font-size: 0.938rem;
    border-radius: 0.1875rem
}

@media only screen and (max-width:575px) {}

.paginate-links {
    display: flex;
    align-items: center;
    margin: 1.5rem 0 4rem 0
}

.paginate-links>a,
.paginate-links>span {
    margin: 0 0 0 0.625rem;
    position: relative;
    border: 0rem solid #6cc000;
    color: #777777;
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 50px;
    min-width: 50px;
    height: 50px;
    text-align: center;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
    background: #f3f4f6;
    border-radius: var(--border-radius-base)
}

.paginate-links .current,
.paginate-links>a:hover,
.paginate-links>span:hover {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
    box-shadow: 0px 5px 12px var(--rgba-primary-4)
}

@media only screen and (max-width:1199px) {
    .alignwide {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        max-width: 100%
    }

    .alignwide .alignleft img {
        width: 100%
    }

    .alignwide .alignleft {
        margin: 0.3125rem 0rem 1.563rem 0;
        float: none
    }
}

.dz-page-text.sidebar .alignfull,
.dz-page-text.sidebar .alignfullwide,
.dz-page-text.sidebar .alignwide,
.blog-single.dz-blog.sidebar .alignfullwide,
.blog-single.dz-blog.sidebar .alignwide {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: initial
}

.blog-overlap {
    background: #fff;
    margin-top: -8.75rem;
    padding: 1.25rem 1.25rem 0;
    border-radius: 0.25rem 0.25rem 0rem 0rem
}

.blog-single.dz-blog.sidebar {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}

.dz-post-text table,
.dz-page-text table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    font-size: 1rem;
    margin-bottom: 1.875rem
}

.dz-post-text figcaption,
.dz-page-text figcaption {
    font-size: 0.875rem;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    margin-top: 0.625rem
}

.dz-post-text table tbody tr:nth-of-type(odd),
.dz-page-text table tbody tr:nth-of-type(odd) {
    background-color: #fafafa
}

.dz-post-text td,
.dz-post-text th,
.dz-page-text td,
.dz-page-text th {
    padding: 0.625rem 0.938rem;
    border: 0.0625rem solid #e4e4e4;
    border-right: 0;
    border-left: 0
}

.dz-title-text {
    font-size: 14px;
    margin-bottom: 45px
}

.dz-post-text .bootstrap-select .dropdown-menu li a,
.dz-page-text .bootstrap-select .dropdown-menu li a {
    box-shadow: none;
    font-size: 0.875rem;
    font-family: 'Poppins', sans-serif
}

.admin-bar .is-fixed .main-bar {
    top: 1.875rem
}

.post-password-form label {
    font-size: 1rem
}

.post-password-form input[type="submit"] {
    padding: 0.625rem 1.563rem;
    background-color: var(--primary);
    border: none;
    height: 2.8125rem;
    font-weight: 600;
    font-size: 0.875rem;
    outline: none
}

.post-password-form input[type="submit"]:hover {
    background-color: var(--primary)
}

.post-password-form input[type="password"] {
    height: 2.8125rem;
    border: 0.0625rem solid #ced4da
}

.comment-content.dz-page-text {
    max-width: 100%;
    padding-bottom: 0 !important;
    margin-top: 5px;
}

.comment-content.dz-page-text>:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:61.9375rem) {

    .dz-page-text,
    .dz-page-text ul li,
    .dz-page-text ol li,
    .dz-page-text p,
    .dz-blog.blog-single .dz-post-text,
    .dz-blog.blog-single .dz-post-text ul li,
    .dz-blog.blog-single .dz-post-text ol li,
    .dz-blog.blog-single .dz-post-text p {
        font-size: 16px
    }
}

.share-post li {
    display: inline-block
}

.share-post a {
    width: 2.1875rem;
    height: 2.1875rem;
    border-radius: 2.1875rem;
    border: 0.0625rem solid #eee;
    display: block;
    text-align: center;
    line-height: 2.0625rem;
    color: #444444
}

.extra-blog {
    margin-bottom: 30px
}

@media only screen and (max-width:575px) {
    .comment-respond.style-1 .comment-reply-title {
        margin-bottom: 20px
    }
}

.comment-reply-title:before {
    content: none
}

@media only screen and (max-width:767px) {
    .default-form {
        margin-bottom: 30px
    }
}

.comments-area .comment-list {
    margin-bottom: 60px;
    padding: 0
}

.review-pagination {
    margin: 50px 0;
}

.review-empty {
    display: none;
    text-align: center;
    margin: 50px 0;
    font-size: 30px;
}

.reviews-top {
    display: flex;
    justify-content: space-between
}

.content-inner-1.overlay-white-middle.overflow-hidden.mt-5 {
    background: #ddd !important
}

.comments-area .comment-list>.comment .comment-body {
    position: relative;
    padding: 2px 0 30px 65px;
    margin-bottom: 30px;
    min-height: 115px;
    border-bottom: 1px solid #E1E1F0
}

[dir="rtl"] .comments-area .comment-list>.comment .comment-body {
    padding: 2px 65px 30px 0;
}

.comments-area .comment-list>.comment .comment-body .comment-author .avatar {
    position: absolute;
    left: 0;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    font-weight: 800;
    background-color: var(--title);
    color: white;
    top: 0;
    border-radius: 3px;
}

[dir="rtl"] .comments-area .comment-list>.comment .comment-body .comment-author .avatar {
    right: 0;
    left: auto;
}

.comments-area .comment-list>.comment .comment-body .comment-author .author-info {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-bottom: 5px;
}

.comments-area .comment-list>.comment .comment-body .comment-author .author-info .comment-country {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    margin-inline-start: 5px;
    aspect-ratio: 4 / 3;
    border: 1px solid var(--light);
}

.comments-area .comment-list>.comment .comment-body .comment-author .author-info .comment-country img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.comments-area .comment-list>.comment .comment-body .comment-author .fn {
    font-family: var(--font-family-title);
    font-size: 16px;
    line-height: 21px;
    color: var(--title);
    font-weight: 600;
    font-style: normal;
    display: block
}

.comments-area .comment-author {
    margin-bottom: 5px;
}

.comments-area .comment-list>.comment .comment-body p {
    font-size: 14px;
    font-family: var(--font-family-base);
    margin-bottom: 10px;
    color: var(--title)
}

.comments-area .comment-list>.comment .comment-body p:last-child {
    margin-bottom: 0
}

.comments-area .comment-list>.comment .comment-body .reply {
    line-height: 1
}

.comments-area .comment-list>.comment .comment-body .reply .comment-reply-link {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    background: var(--secondary);
    color: #fff;
    padding: 3px 10px;
    display: inline-block;
    line-height: 1.3;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    position: absolute;
    right: 0;
    top: 0;
    font-family: var(--font-family-title)
}

.comments-area .comment-list>.comment .comment-body .reply .comment-reply-link i {
    margin-inline-end: 8px
}

.comments-area .comment-list>.comment .comment-body .comment-content .media-container>img {
    display: inline-block;
    width: 72px;
    height: 72px;
    border-radius: 5px;
    cursor: pointer;
    object-fit: cover;
    object-position: center;
}

.comments-area .comment-list>.comment .comment-body .comment-content .video-container {
    position: relative;
    width: 72px;
    height: 72px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

.comments-area .comment-list>.comment .comment-body .comment-content .media-container {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px;
}

.comments-area .comment-list>.comment .comment-body .comment-content .video-player-container img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0;
}

.comments-area .comment-list>.comment .comment-body .comment-content .video-player-button {
    position: absolute;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 24, 37, 0.3);
    transition: all 0.3s;
    z-index: 1;
}

.comments-area .comment-list>.comment .comment-body .comment-content .video-player-button .fa {
    color: white;
    font-size: 16px;
}

.comments-area .comment-list>.comment .comment-body .comment-content .video-player-button:hover {
    background-color: rgba(25, 24, 37, 0.5);
}

.comments-area .comment-list>.comment>.children {
    padding-inline-start: 50px
}

.comment-media-preview-modal .modal-content {
    height: 600px;
    max-height: 80vh;
    padding: 25px;
}

.comment-media-preview-modal .media-preview-container {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
}

.comment-media-preview-modal .media-preview {
    position: relative;
    width: 45%;
    height: 100%;
    overflow: hidden;
}

.comment-media-preview-modal .media-preview .media-preview-wrapper {
    height: 100%;
    background-color: #f0f0f0;
}

.comment-media-preview-modal .media-preview img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.comment-media-preview-modal .media-preview video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.comment-media-preview-modal .media-content {
    position: relative;
    width: 55%;
    height: 100%;
    padding-inline-start: 20px;

}

.comment-media-preview-modal .media-content .media-content-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    height: 430px;
}

.comment-media-preview-modal .comment-author {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
}

.comment-media-preview-modal .comment-info {
    margin-inline-start: 15px;
}

.comment-media-preview-modal .comment-author .avatar {
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    font-weight: 800;
    background-color: var(--title);
    color: white;
    top: 0;
    border-radius: 3px;
    font-size: 18px;
}

.comment-media-preview-modal .comment-author {
    margin-bottom: 15px;
}


.comment-media-preview-modal .comment-author .author-info {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-bottom: 5px;
}

.comment-media-preview-modal .comment-author .fn {
    font-family: var(--font-family-title);
    font-size: 16px;
    line-height: 21px;
    color: var(--title);
    font-weight: 600;
    font-style: normal;
    display: block;
}

.comment-media-preview-modal .comment-author .author-info .comment-country {
    display: flex;
    align-items: center;
    justify-content: center;
}

.comment-media-preview-modal .comment-author .author-info .comment-country .comment-country-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    margin-inline-start: 10px;
    aspect-ratio: 4 / 3;
    border: 1px solid var(--light);
}


.comment-media-preview-modal .comment-author .author-info .comment-country .comment-country-image-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.comment-media-preview-modal .comment-author .author-info .comment-country .comment-country-name {
    font-size: 12px;
    margin-inline-start: 5px;
    line-height: 16px;
}

.comment-media-preview-modal .date-wrapper {
    font-size: 13px;
    line-height: 13px;
}

.comment-media-preview-modal .comment-content.dz-page-text {
    max-width: 100%;
    padding-bottom: 0 !important;
    margin-top: 5px;
}

.comment-media-preview-modal .comment-content {
    font-size: 14px;
    margin-top: 10px;
}


.comment-media-preview-modal .comment-content .media-container>img {
    display: inline-block;
    width: 72px;
    height: 72px;
    border-radius: 5px;
    cursor: pointer;
    object-fit: cover;
    object-position: center;
    margin: 5px;
}

.comment-media-preview-modal .comment-content img:first-child {
    margin-inline-start: 0;
}

.comment-media-preview-modal .comment-content .video-container {
    margin: 5px;
    width: 72px;
    height: 72px;
    border-radius: 5px;
    cursor: pointer;
}

.comment-media-preview-modal .comment-content .video-player-container {
    display: inline-block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.comment-media-preview-modal .comment-content .media-container {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.comment-media-preview-modal .comment-content .video-player-container img {
    display: block;
    margin: 0;
}

.comment-media-preview-modal .comment-content .video-player-button {
    position: absolute;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 24, 37, 0.3);
    transition: all 0.3s;
    z-index: 1;
}

.comment-media-preview-modal .comment-content .video-player-button .fa {
    color: white;
    font-size: 16px;
}

.comment-media-preview-modal .comment-content .video-player-button:hover {
    background-color: rgba(25, 24, 37, 0.5);
}

.comment-media-preview-modal .product-info-container {
    position: absolute;
    width: 100%;
    left: 20px;
    bottom: 0;
}

.comment-media-preview-modal .product-info-container .product-info-image {
    width: 72px;
    height: 54px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}


.comment-media-preview-modal .product-info {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #f0f0f0;
    padding: 15px;
    border-radius: 5px;
}

.comment-media-preview-modal .product-info-text-container {
    height: 50px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-inline-start: 10px;
}

.comment-media-preview-modal .product-info-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 14px;
}

.comment-media-preview-modal .product-subinfo {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    justify-content: space-between;
}

.comment-media-preview-modal .product-info-price {
    font-size: 14px;
    font-weight: 800;
}

.comment-media-preview-modal .product-info-link {
    text-decoration: underline;
    font-size: 14px;
}

.comment-media-preview-modal .media-container>img {
    border: 2px solid transparent;
    transition: all 0.3s;
}

.comment-media-preview-modal .media-container .video-container {
    border: 2px solid transparent;
    overflow: hidden;
    transition: all 0.3s;
}

.comment-media-preview-modal .media-container img.active {
    border-color: black;
}

.comment-media-preview-modal .media-container .video-container img {
    border-radius: 0;
}

.comment-media-preview-modal .media-container .video-container .video-player-container {
    display: block;
}

.comment-media-preview-modal .media-container .video-container.active {
    border-color: black;
}

.comment-media-preview-modal .video-player-container img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    object-position: center;
}

.comment-media-preview-modal .btn-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    cursor: pointer;
    background: white;
    border: 1px solid #ccc;
    opacity: 0;
    transition: all 0.3s ease;
}

.comment-media-preview-modal .btn-next {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
    background: white;
    border: 1px solid #ccc;
    opacity: 0;
    transition: all 0.6s ease;
}

.comment-media-preview-modal .media-preview:hover .btn-prev,
.comment-media-preview-modal .media-preview:hover .btn-next {
    opacity: 1;
}

.comment-media-preview-modal .btn-next i,
.comment-media-preview-modal .btn-prev i {
    font-size: 20px;
    color: #000;
}

.comment-media-preview-modal .btn-next:hover i,
.comment-media-preview-modal .btn-next:hover i {
    color: #000;
}

.lg-outer .lg-video-object {
    object-fit: cover;
    object-position: center;
}

.lg-sub-html {
    padding: 10px 20px;
}

.lg-sub-html p:first-child {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: left;
}

.lg-sub-html p:nth-child(n+2) {
    display: none;
}

@media only screen and (max-width:575px) {
    .comments-area .comment-list>.comment>.children {
        padding-inline-start: 0px
    }
}

@media (max-aspect-ratio: 0.45) or (max-width: 380px) {
    .lg-sub-html p:first-child {
        -webkit-line-clamp: 5;
    }
}

.comments-area .comment-list .default-form {
    margin-bottom: 30px;
    margin-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #E1E1F0
}

@media only screen and (max-width:991px) {
    .comments-area .comment-list {
        margin-bottom: 40px
    }
}

.comments-area.style-1 .comment-list>.comment .comment-body .comment-author .avatar {
    font-size: 18px;
}

.comments-area.style-1 .comment-list>.comment:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.comments-area.style-2 .comment-list>.comment {
    border-bottom: 1px solid #D7D7D7;
    margin-bottom: 30px
}

.comments-area.style-2 .comment-list>.comment .comment-body .comment-author .avatar {
    box-shadow: 0 0px 10px 4px rgba(31, 66, 135, 0.1);
    border: 5px solid #ffffff
}

.comments-area.style-2 .comment-list>.comment:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.comments-area.style-3 .comment-list>.comment {
    margin-bottom: 30px
}

.comments-area.style-3 .comment-list>.comment .comment-body .comment-author .avatar {
    border-radius: 5px;
    box-shadow: 0 0px 10px 4px rgba(31, 66, 135, 0.1);
    border: 5px solid #ffffff
}

.comments-area.style-3 .comment-list>.comment:last-child {
    margin-bottom: 0
}

.comment-form-cookies-consent {
    display: none
}

.comment-reply-title a {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary);
    margin-inline-start: 10px
}

.comments-area .review-product {
    margin-top: 15px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.comments-area .review-product .img-wrapper {
    display: flex;
    display: -wevkit-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #f6f6f6;
    margin-inline-end: 10px;
    flex-shrink: 0;
}

.comments-area .review-product img {
    display: block;
    width: 45px;
    height: 45px;
    object-fit: contain;
    object-position: center;
}

.comments-area .review-product a {
    text-decoration: underline;
    line-height: 20px;
    color: #5E626F;
}

.comments-area .date-wrapper {
    font-size: 13px;
    line-height: 13px;
}

.dz-page-text [class*="galleryid-"],
.dz-post-text [class*="galleryid-"] {
    clear: both;
    margin: 0 auto;
    overflow: hidden
}

.gallery .gallery-item {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0.3125rem;
    position: relative;
    box-sizing: border-box
}

.gallery .gallery-item img {
    float: left;
    padding: 0 0rem;
    width: 100%;
    border: none !important
}

.gallery .gallery-caption {
    font-size: 0.813rem;
    color: #707070;
    display: block;
    font-family: "Noto Sans", sans-serif;
    line-height: 1.5;
    padding: 0.5em 0;
    clear: both
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-icon img {
    margin: 0 auto
}

@media only screen and (max-width:991px) {
    .side-bar.sticky-top {
        position: unset
    }
}

.post-outside {
    margin-top: -120px
}

.single-post .main-bar {
    border-bottom: 1px solid #eee
}

.dz-load-more i:before,
.loadmore-btn i:before {
    -webkit-animation: unset !important;
    -moz-animation: unset !important;
    animation: unset !important
}

.dz-share-post {
    border-top: 1px solid rgba(34, 34, 34, 0.1);
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    margin-bottom: 60px
}

.dz-share-post.large-margin {
    margin-top: 30px;
}

.dz-share-post .post-tags strong {
    font-weight: 500;
    font-size: 14px;
    color: #24262B
}

.dz-social-icon strong {
    display: none;
    font-weight: 500;
    font-size: 14px;
    color: #24262B
}

.dz-share-post .post-tags span {
    color: #5E626F;
    border-radius: var(--border-radius-base);
    margin: 0 8px;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s
}

.dz-share-post .post-tags span:hover {
    color: var(--primary)
}

.dz-share-post .post-tags span:last-child {
    margin-right: 0
}

.dz-share-post .dz-social-icon li {
    margin-right: 5px
}

.dz-share-post .dz-social-icon li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 16px;
    cursor: pointer
}

@media only screen and (max-width:767px) {
    .dz-share-post .post-tags span {
        margin: 0 3px
    }

    .dz-share-post .dz-social {
        margin-bottom: 15px
    }

    .dz-share-post.large-margin {
        margin-top: 15px;
    }

    .dz-share-post .dz-social-icon+.post-tags {
        margin-top: 20px
    }
}


@media only screen and (max-width:575px) {
    .dz-share-post .post-tags span {
        margin: 0 5px
    }

    .dz-share-post {
        flex-direction: column;
        margin-bottom: 30px;
        align-items: flex-start;
        padding: 20px 0;
    }

    .blog-single.dz-blog .post-tags {
        margin-bottom: 10px;
    }

    .blog-single.style-1 .dz-social-icon strong {
        display: inline-block;
    }

    .blog-single.style-1 ul {
        display: inline-block;
    }

    .blog-single.style-1 .dz-share-post .dz-social-icon li {
        margin-right: 0;
    }
}

@media only screen and (max-width:330px) {
    .blog-single.style-1 .dz-share-post .dz-social-icon li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

#comment-list:empty+.paginate-links {
    margin-top: -30px
}

.blog-single .dz-media+.dz-info {
    padding: 30px 0 0
}

#comment-list:empty+.paginate-links {
    margin-top: -30px
}

.bypostauthor {
    font-size: normal
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.post-audio iframe {
    height: 400px;
    width: 100%
}

@media only screen and (max-width:767px) {
    .post-audio iframe {
        height: 350px
    }
}

@media only screen and (max-width:575px) {
    .post-audio iframe {
        height: 250px
    }
}

@media only screen and (max-width:575px) {
    .dz-blog.blog-single .embed-responsive iframe {
        width: 100%
    }
}

.countdown {
    display: flex;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    margin: 0 -30px
}

@media only screen and (max-width:1199px) {
    .countdown {
        margin: 0 -10px
    }
}

.countdown .date {
    padding: 0 30px
}

@media only screen and (max-width:1199px) {
    .countdown .date {
        padding: 0 10px
    }
}

.countdown .date .time {
    font-size: 65px;
    vertical-align: middle;
    color: var(--title);
    font-weight: 700;
    font-family: var(--font-family-title);
    line-height: 1.2
}

@media only screen and (max-width:1199px) {
    .countdown .date .time {
        font-size: 50px
    }
}

.countdown .date .text {
    font-weight: 700;
    font-size: 15px;
    font-family: var(--font-family-title);
    color: #5E626F;
    text-transform: uppercase;
    display: block
}

@media only screen and (max-width:1199px) {
    .countdown .date .text {
        font-size: 12px
    }
}

.error-page {
    position: relative
}

.error-page .bg-img,
.error-page .bg-img2 {
    position: absolute;
    bottom: -30px;
    left: 0
}

.error-page .bg-img2 {
    right: 0px;
    top: -50px;
    left: auto;
    bottom: auto
}

@media only screen and (max-width:1480px) {
    .error-page .bg-img {
        bottom: -16%;
        left: -5%
    }

    .error-page .bg-img2 {
        right: -6%;
        top: -16%
    }
}

@media only screen and (max-width:991px) {

    .error-page .bg-img,
    .error-page .bg-img2 {
        display: none
    }
}

.error-page.style-1 {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    margin-top: 30px
}

.error-page.style-1 .dz-error-media {
    margin-right: 65px
}

.error-page.style-1 .error-inner .error-head {
    font-family: var(--font-family-title);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 37px;
    color: #5E626F
}

.error-page.style-1 .error-inner .dz_error {
    font-family: var(--font-family-title);
    font-size: 120px;
    font-weight: 700;
    color: #24262B;
    line-height: 0.7;
    margin-bottom: 20px
}

.error-page.style-1 .error-inner .btn {
    font-size: 16px
}

@media only screen and (max-width:1480px) {
    .error-page.style-1 .dz-error-media {
        margin-right: 40px
    }

    .error-page.style-1 .error-inner .error-head {
        font-size: 28px
    }
}

@media only screen and (max-width:991px) {
    .error-page.style-1 .dz-error-media {
        width: 200px;
        min-width: 200px
    }
}

@media only screen and (max-width:767px) {
    .error-page.style-1 {
        margin-bottom: 30px
    }

    .error-page.style-1 .dz-error-media {
        margin-right: 30px;
        width: 180px;
        min-width: 180px
    }

    .error-page.style-1 .error-inner .dz_error {
        font-size: 100px
    }

    .error-page.style-1 .error-inner .error-head {
        font-size: 18px;
        margin-bottom: 15px
    }
}

@media only screen and (max-width:575px) {
    .error-page.style-1 {
        display: block;
        text-align: center
    }

    .error-page.style-1 .dz-error-media {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px
    }
}

.contact-area1 {
    padding: 60px 55px;
    background: #fff;
    box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.44);
    max-width: 520px;
    margin-bottom: -215px;
    position: relative;
    z-index: 9
}

.row.justify-content-center.tubiao.gx-sm-1 .icon-bx i {
    font-size: 50px
}

.contact-area1.style-1 {
    margin: 0 0 -215px auto
}

@media only screen and (max-width:991px) {
    .contact-area1.style-1 {
        margin: 0
    }
}

@media only screen and (max-width:1199px) {
    .contact-area1 {
        padding: 45px 35px
    }
}

@media only screen and (max-width:991px) {
    .contact-area1 {
        max-width: 100%
    }
}

@media only screen and (max-width:575px) {
    .contact-area1 {
        padding: 30px
    }

    form .g-recaptcha {
        transform: scale(0.7);
        -moz-transform: scale(0.7);
        -o-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -webkit-transform-origin: 0 0
    }
}

@media only screen and (max-width:330px) {
    .contact-area1 {
        padding: 20px
    }
}

body .working-location {
    margin-bottom: 15px
}

body .working-location img {
    border-radius: var(--border-radius-base)
}

.map {
    position: relative;
    z-index: 1
}

.map:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #24262B;
    mix-blend-mode: color;
    z-index: 0;
    pointer-events: none
}

.contact-info.style-1 {
    margin-bottom: 60px;
    min-height: 335px
}

.contact-info.style-1 .title {
    font-weight: 700;
    font-size: 40px;
    color: #fff
}

@media only screen and (max-width:1199px) {
    .contact-info.style-1 .title {
        font-size: 32px
    }
}

@media only screen and (max-width:767px) {
    .contact-info.style-1 .title {
        font-size: 28px
    }
}

@media only screen and (max-width:575px) {
    .contact-info.style-1 .title {
        font-size: 24px
    }
}

.contact-info.style-1 .text {
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    margin-left: unset;
    margin-right: unset;
    margin-bottom: 50px;
    font-family: var(--font-family-title)
}

@media only screen and (max-width:1199px) {
    .contact-info.style-1 .text {
        font-size: 26px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    .contact-info.style-1 .text {
        font-size: 22px;
        margin-bottom: 15px;
        width: 100%
    }
}

@media only screen and (max-width:575px) {
    .contact-info.style-1 .text {
        font-size: 20px;
    }
}

@media only screen and (max-width:330px) {
    .contact-info.style-1 .text {
        font-size: 16px;
    }
}

.contact-info.style-1 .text span {
    color: #FFF066
}

.contact-info.style-1 .contact-bottom {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px 0 0
}

.contact-info.style-1 .contact-bottom>div {
    margin-bottom: 10px;
}

.contact-info.style-1 .contact-bottom h3,
.contact-info.style-1 .contact-bottom .h3 {
    color: #fff;
    margin-bottom: 0.3rem;
}

.contact-info.style-1 .contact-address h3,
.contact-info.style-1 .contact-address .h3 {
    color: #fff;
    margin-bottom: 0.3rem;
}

@media only screen and (max-width:767px) {

    .contact-info.style-1 .contact-bottom h3,
    .contact-info.style-1 .contact-bottom .h3 {
        font-size: 22px
    }

    .contact-info.style-1 .contact-address h3,
    .contact-info.style-1 .contact-address .h3 {
        font-size: 22px
    }
}

.contact-info.style-1 .contact-bottom .contact-left {
    margin-right: 190px
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
    .contact-info.style-1 .contact-bottom .contact-left {
        margin-right: 100px
    }

    .shop-card .dz-media img {
        max-height: 245px;
        min-height: 245px;
        object-fit: contain
    }
}

.contact-info.style-1 .contact-bottom ul li {
    font-weight: 300;
    font-size: 18px
}

.contact-info.style-1 .contact-bottom ul li a {
    color: white;
}

.contact-info.style-1 .contact-bottom ul li a:hover {
    color: var(--primary);
}

@media only screen and (max-width:767px) {
    .contact-info.style-1 .contact-bottom ul li {
        font-size: 15px
    }
}

@media only screen and (max-width:767px) {
    .contact-info.style-1 {
        margin-bottom: 40px;
        min-height: auto;
    }
}

@media only screen and (max-width:575px) {
    .contact-info.style-1 .contact-bottom .contact-left {
        margin-right: 0;
        flex: 1
    }
}

.contact-bnr {
    padding-top: 150px;
    padding-bottom: 120px
}


@media only screen and (max-width:991px) {
    .contact-bnr {
        padding-top: 110px
    }
}

@media only screen and (max-width:767px) {
    .contact-bnr {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.middle-border {
    border: 1px solid rgba(255, 255, 255, 0.1)
}

.shop-checkout select {
    padding: 8px 20px;
    border: none;
    border-radius: 0
}

.shop-checkout .form-group .form-check-input {
    margin: 5px 5px 0 0;
    border: 1px solid #24262B
}

.shop-checkout .form-group .form-check-input:checked {
    border-color: var(--primary)
}

.shop-checkout .form-group .form-check-label {
    font-weight: 500;
    font-size: 14px;
    font-family: 'DM Sans';
    color: #24262B
}

.shop-checkout .dz-accordion .accordion-item {
    margin-bottom: 15px
}

.shop-checkout .dz-accordion .accordion-item .accordion-header .accordion-button {
    background: rgba(13, 119, 94, 0.05);
    border: none;
    font-family: var(--font-family-title)
}

.shop-checkout .dz-accordion .accordion-item .accordion-header .accordion-button .toggle-close {
    right: 10px
}

.shop-checkout .dz-accordion .accordion-item .accordion-header .accordion-button .toggle-close:after {
    color: var(--primary);
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    font-size: 16px;
    content: "\f106"
}

.shop-checkout .dz-accordion .accordion-item .accordion-header .accordion-button.collapsed .toggle-close:after {
    content: "\f107"
}

.shop-checkout .note-container {
    border: 1px solid #ffe58f;
    background-color: #fffbe6;
    padding: 15px;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 30px;
}

.shop-checkout .note-container a {
    color: var(--primary);
    text-decoration: underline;
}

.order-detail {
    padding: 30px;
    background-color: #F6F6F6
}

@media only screen and (max-width:575px) {
    .order-detail {
        padding: 15px
    }
}

.order-detail .dz-accordion .accordion-item {
    background: transparent
}

.order-detail .dz-accordion .accordion-item .accordion-header .accordion-button {
    padding: 0;
    font-family: var(--font-family-title);
    background-color: transparent
}

.order-detail .dz-accordion .accordion-item .accordion-header .accordion-button .form-check-input {
    width: 16px;
    height: 16px;
    margin-right: 10px
}

.order-detail .dz-accordion .accordion-item .accordion-header .accordion-button .form-check-label {
    font-family: var(--font-family-title);
    font-weight: 500;
    font-size: 16px
}

.order-detail .dz-accordion .accordion-item .accordion-header .accordion-button img {
    margin: 0 12px
}

.order-detail .dz-accordion .accordion-item .accordion-header .accordion-button a {
    font-weight: 400;
    font-size: 12px;
    text-decoration: underline;
    color: #5E626F
}

.order-detail .dz-accordion .accordion-item .accordion-body {
    padding: 8px 0
}

.order-detail .dz-accordion .accordion-item .accordion-body p {
    font-weight: 400;
    font-size: 13px;
    font-family: 'Roboto'
}

.order-detail .text {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    padding-top: 15px;
    border-top: 1px solid #D7D7D7
}

.order-detail .text a {
    text-decoration: underline;
    color: var(--primary)
}

.order-detail .form-group .form-check-input {
    width: 16px;
    height: 16px;
    margin-right: 10px
}

.order-detail .form-group .form-check-label {
    font-weight: 400;
    font-size: 13px;
    font-family: 'Roboto';
    color: #5E626F
}

.order-detail table {
    width: 100%
}

.order-detail table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.order-detail table tr td {
    padding: 12px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #24262B
}

.order-detail table tr td.price {
    text-align: end
}

.order-detail table tr.title {
    border-bottom: none
}

.order-detail table tr.title td {
    padding-bottom: 0
}

.order-detail table tr.shipping td .custom-checkbox .form-check-label {
    font-size: 14px;
    line-height: 30px
}

.order-detail table tr.shipping td.price {
    vertical-align: bottom
}

.order-detail table tr.total {
    border-bottom: none
}

.order-detail table tr.total td {
    padding: 24px 0
}

.order-detail table tr.total td.price {
    font-size: 24px
}

.order-detail .payment-method-description {
    font-size: 14px;
    font-weight: 300;
}

.order-detail .el-radio__inner {
    width: 18px;
    height: 18px;
}


.order-detail .el-radio__label {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
}

.order-detail .el-radio__inner::after {
    width: 8px;
    height: 8px;
    background-color: white;
}

.order-detail .payment-method-item {
    margin-bottom: 10px;
}

.order-detail .payment-method-item label {
    margin-bottom: 5px;
}

.order-detail .order-info-container {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.order-detail .el-radio__input.is-checked .el-radio__inner {
    border: 1px solid #0D775E;
    background-color: #0D775E;
}

.print-cointainer {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    text-align: center;
}

.print {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1;
}

.print:hover {
    background-color: #f0f0f0;
}

.cart-item.style-1 {
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.cart-item.style-1 .dz-media {
    width: 100px;
    height: 75px;
    flex-shrink: 0;
}

.cart-item.style-1 .dz-content {
    margin-left: 15px;
    width: 100%;
    justify-content: space-between;
    align-items: center
}

.cart-item.style-1 .dz-content .title {
    font-weight: 500;
    font-family: var(--font-family-title);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.cart-item.style-1 .dz-content .model {
    font-size: 14px;
}

.cart-item.style-1 .dz-content .price {
    font-size: 16px;
    font-weight: 500;
    color: #24262B
}

.extm {
    z-index: 1
}

.page {
    margin-top: 40px;
    align-items: center
}

.page .page-text {
    color: var(--title);
    font-weight: 400;
    margin-bottom: 0;
    font-size: 14px
}


@media only screen and (max-width:767px) {
    .page {
        margin-top: 0;
        text-align: center
    }

    .page .page-text {
        margin-bottom: 25px
    }

}

.shop-filter.shop-xl {
    padding: 30px 50px;
    position: fixed;
    left: -445px;
    top: 0px;
    z-index: 10000;
    background: #ffffff;
    height: 100%;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    max-width: 400px;
    overflow: scroll
}

.shop-filter.shop-xl.active {
    left: 0
}

@media only screen and (max-width:1199px) {
    .shop-filter {
        padding: 30px 50px;
        position: fixed;
        left: -445px;
        top: 0px;
        z-index: 10000;
        background: #ffffff;
        height: 100%;
        -webkit-transition: all 1s;
        -ms-transition: all 1s;
        transition: all 1s;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        max-width: 400px;
        overflow: scroll
    }

    .shop-filter.active {
        left: 0
    }
}

@media only screen and (max-width:575px) {
    .shop-filter {
        left: -100%;
        width: 100%;
        max-width: 100%;
        box-shadow: none
    }

    .panel-close-btn {
        display: block;
        height: 40px;
        width: 0;
        background: #000;
        z-index: 10001;
        left: auto;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .panel-close-btn svg {
        position: unset
    }

    .panel-close-btn.active {
        width: 40px
    }
}

.dz-widget_services .form-check {
    padding-top: 5px;
    padding-bottom: 5px
}

.tabs-site-button .nav-tabs {
    margin-bottom: 32px
}

.tabs-site-button .nav-tabs a {
    display: inline-block;
    padding: 15px 20px;
    color: var(--secondary);
    font-weight: 500;
    font-size: 16px;
    font-family: var(--font-family-title);
    position: relative;
    line-height: 1.2
}

@media only screen and (max-width:575px) {
    .tabs-site-button .nav-tabs li {
        margin: auto
    }
}

.toolbar .btn {
    color: #ffffff;
    background-color: var(--primary) !important;
    border: 1px solid var(--primary) !important
}

.filter-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.filter-wrapper .filter-left-area,
.filter-wrapper .filter-right-area {
    display: flex;
    align-items: center
}

.filter-wrapper .filter-left-area span,
.filter-wrapper .filter-right-area span {
    font-size: 14px;
    color: var(--title)
}

.filter-wrapper .filter-left-area {
    flex: 1
}

.filter-wrapper .filter-right-area>div {
    border-left: 1px solid var(--border-color)
}

.filter-wrapper .filter-right-area .form-group {
    display: flex;
    align-items: center;
    padding: 0;
    background: none
}

.filter-wrapper .filter-right-area .form-group .btn {
    border-bottom: 0;
    padding: 7px 20px 7px 20px;
    border: 0;
    background: transparent;
    color: var(--secondary);
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    outline: none !important
}

.filter-wrapper .filter-right-area .form-group .default-select,
.filter-wrapper .filter-right-area .form-group .bootstrap-select {
    width: auto !important;
}

.filter-wrapper .filter-right-area .form-group .default-select select {
    display: none !important;
}

.filter-wrapper .filter-right-area .form-group .default-select .dropdown-toggle:after,
.filter-wrapper .filter-right-area .form-group .bootstrap-select .dropdown-toggle:after {
    content: "\f107";
    font-family: "Font Awesome 6 free";
    border: 0;
    font-weight: 700;
    margin-left: 18px;
    font-size: 14px;
    color: var(--title)
}

.filter-wrapper .shop-tab .nav .nav-item .nav-link {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    color: var(--secondary)
}

.filter-wrapper .shop-tab .nav .nav-item .nav-link i {
    font-size: 20px
}

.filter-wrapper .shop-tab .nav .nav-item .nav-link.active svg rect {
    stroke: var(--primary)
}

.filter-wrapper .shop-tab .nav .nav-item .nav-link.active i {
    color: var(--primary)
}

@media only screen and (max-width:1199px) {

    /* .filter-wrapper .filter-left-area,
    .filter-wrapper .filter-right-area {
        padding: 8px 0
    } */

    .filter-wrapper .filter-left-area .panel-btn,
    .filter-wrapper .filter-right-area .panel-btn {
        margin-right: 16px
    }

    .filter-wrapper .shop-tab {
        margin-left: auto
    }
}

@media only screen and (max-width:575px) {
    .filter-wrapper .filter-right-area .Category {
        display: none
    }

    .filter-wrapper .filter-right-area>div {
        border: none;
    }

    .filter-wrapper .filter-right-area .form-group .btn {
        padding: 0;
    }
}

@media only screen and (max-width:767px) {

    .filter-wrapper {
        display: block;
    }

    .filter-wrapper .filter-right-area .shop-tab ul li:nth-child(3),
    .filter-wrapper .filter-right-area .shop-tab ul li:nth-child(4) {
        display: none
    }

    .filter-wrapper .filter-right-area {
        margin-top: 16px;
    }
}

.filter-tag {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.filter-tag li {
    padding: 5px 0
}

.filter-tag li:last-child {
    margin-right: 30px
}

@media only screen and (max-width:1480px) {
    .filter-tag {
        display: none
    }
}

.tag-btn {
    padding: 3px 10px;
    margin-right: 10px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid var(--border-color);
    color: var(--title);
    display: flex;
    align-items: center;
    justify-content: center
}

.tag-btn i {
    font-size: 18px;
    color: #5E626F
}

.tag-btn svg {
    margin-bottom: 2px
}

.filter-top-btn {
    padding-right: 20px
}

.dz-product-detail {
    background-color: #ffffff;
}

.dz-product-detail .swiper-wrapper,
.dz-product-detail .dz-media {
    width: 100% !important;
    height: 100% !important
}

.dz-product-detail .swiper-wrapper {
    cursor: pointer
}

#lightgallery {
    aspect-ratio: 4/3;
}

#projectSwiperContent {
    aspect-ratio: 1;
    border-radius: 10px;
}

#projectSwiperContent .swiper-slide {
    padding: 3px;
}

#projectSwiperContent .dz-media {
    width: 100% !important;
    height: 100% !important;
    background-color: hsl(20, 5.9%, 95%);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 34, 85, .2);
}

#projectSwiperContent img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    object-position: center;
}

#projectSwiperThumbContainer {
    position: relative;
    margin: 20px 0;
    padding: 3px;
    z-index: 10;
}

#projectSwiperThumb .swiper-slide {
    aspect-ratio: 1;
    border: 2px solid transparent;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0, 34, 85, .2);
}

#projectSwiperThumb .dz-media {
    width: 100%;
    aspect-ratio: 1;
    background-color: hsl(20, 5.9%, 95%);
    border-radius: 10px;
    overflow: hidden;
}

#projectSwiperThumb .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

#projectSwiperThumb .swiper-slide.swiper-slide-thumb-active {
    border-color: var(--secondary);
    border-radius: 10px
}

.dz-product-detail .dz-media {
    background-color: #f6f6f6;
    border-radius: 10px;
    overflow: hidden
}

.dz-product-detail.static-media .dz-media {
    margin-bottom: 30px
}

.dz-product-detail .dz-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    object-position: center
}

@media only screen and (max-width:1199px) {
    .dz-product-detail.static-media .dz-media {
        height: auto;
        margin-bottom: 15px
    }
}

.dz-product-detail .swiper-btn-center-lr+.dz-content {
    padding-top: 25px
}

@media only screen and (max-width:1199px) {
    .dz-product-detail .dz-media {}
}

@media only screen and (max-width:767px) {
    .dz-product-detail .dz-media {
        height: 100%
    }
}

.dz-product-detail .dz-media .dz-maximize {
    opacity: 0
}

.dz-product-detail .dz-media:hover .dz-maximize {
    opacity: 1
}

@media only screen and (max-width:575px) {
    .dz-product-detail .dz-media .dz-maximize {
        opacity: 1
    }
}

.dz-product-detail .banner-social-media {
    transform: unset;
    top: 250px
}

.dz-product-detail .banner-social-media ul li a {
    color: #000
}

.dz-product-detail .dz-content .title {
    font-weight: 500
}

.dz-product-detail .dz-content .meta-content {
    margin-right: 0;
    text-align: right
}

.dz-product-detail .dz-content .dz-tags {
    margin-bottom: 5px
}

.dz-product-detail .dz-content .dz-rating {
    display: flex;
    justify-content: left
}

.dz-product-detail .dz-content .dz-rating li i {
    margin: 0px 3px;
    font-size: 18px
}

.dz-product-detail .dz-content .para-text {
    font-size: 15px;
    color: var(--secondary)
}

@media only screen and (max-width:575px) {
    .dz-product-detail .dz-content .para-text {
        font-size: 14px
    }
}

.dz-product-detail .dz-content .dz-rating {
    display: flex;
    line-height: 18px
}

.dz-product-detail .dz-content .review-num {
    display: flex
}

.dz-product-detail .dz-content .review-num a,
.dz-product-detail .dz-content .review-num span {
    font-size: 13px;
    color: #5E626F;
    line-height: 20px
}

.dz-product-detail .dz-content .dz-content-footer {
    display: flex;
    margin-bottom: 10px
}

.dz-product-detail .dz-content .dz-content-footer .dz-content-start {
    flex: 1
}

.dz-product-detail .dz-content .dz-content-footer .price-name {
    line-height: 1.5
}

.dz-product-detail .dz-content .dz-content-footer .price-num {
    font-size: 24px;
    font-weight: 500;
    font-family: var(--font-family-title)
}

.dz-product-detail .quick-modal-swiper,
.dz-product-detail .product-gallery-swiper {
    margin-top: 15px;
}

.dz-product-detail .quick-modal-swiper .swiper-slide,
.dz-product-detail .product-gallery-swiper .swiper-slide {
    border-radius: 5px;
}

.dz-product-detail .product-thumb-item {
    aspect-ratio: 4/3;
    box-sizing: content-box;
    background-color: #f6f6f6;
    border-radius: 5px;
    border: 2px solid #FFF;
    overflow: hidden;
}

.dz-product-detail .quick-modal-swiper .swiper-slide img,
.dz-product-detail .product-gallery-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: all 0.3s;
}

.dz-product-detail .quick-modal-swiper .swiper-slide:last-child,
.dz-product-detail .product-gallery-swiper .swiper-slide:last-child {
    margin-right: 0 !important
}

.dz-product-detail .quick-modal-swiper .swiper-slide.swiper-slide-thumb-active .product-thumb-item,
.dz-product-detail .product-gallery-swiper .swiper-slide.swiper-slide-thumb-active .product-thumb-item {
    border-color: var(--secondary)
}


.dz-product-detail .quick-modal-swiper.thumb-swiper-lg .swiper-slide.swiper-slide-thumb-active img,
.dz-product-detail .product-gallery-swiper.thumb-swiper-lg .swiper-slide.swiper-slide-thumb-active img {
    border-radius: 10px
}

.dz-product-detail .quick-modal-swiper.thumb-sm,
.dz-product-detail .product-gallery-swiper.thumb-sm {
    top: 15px;
    left: 15px
}

.dz-product-detail .quick-modal-swiper.thumb-sm .swiper-slide,
.dz-product-detail .product-gallery-swiper.thumb-sm .swiper-slide {
    height: 50px;
    width: 50px !important;
    min-width: 50px !important
}

.dz-product-detail .quick-modal-swiper.thumb-sm .swiper-slide img,
.dz-product-detail .product-gallery-swiper.thumb-sm .swiper-slide img {
    box-shadow: unset;
    border: 1px solid var(--border-color);
    border-radius: 0
}

.dz-product-detail .quick-modal-swiper.thumb-sm .swiper-slide.swiper-slide-thumb-active img,
.dz-product-detail .product-gallery-swiper.thumb-sm .swiper-slide.swiper-slide-thumb-active img {
    border-color: var(--secondary)
}

.dz-product-detail .product-num {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.dz-product-detail .product-num>div {
    margin-right: 45px
}

.dz-product-detail .product-num>div:last-child {
    margin-right: 0
}

.lg-backdrop {
    /* z-index: 9999; */
}

.lg-outer .lg-thumb-item img {
    background-color: #f6f6f6;
    object-fit: contain;
}

.lg-outer.lg-grab img.lg-object {
    background-color: #f6f6f6;
}

.gallery-swiper .btn-next,
.gallery-swiper .btn-prev {
    display: none;
    width: 46px;
    height: 46px;
    margin: 16px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.gallery-swiper .btn-next i,
.gallery-swiper .btn-prev i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: all 0.8s;
    font-size: 22px;
    text-align: center;
}

.gallery-swiper .btn-next:hover,
.gallery-swiper .btn-prev:hover {
    background: var(--secondary);
}

.gallery-swiper .swiper-pagination-bullet-active {
    background: var(--primary);
}

.gallery-swiper:hover .btn-next,
.gallery-swiper:hover .btn-prev {
    display: block;
}

@media only screen and (max-width:991px) {
    .dz-product-detail .product-num>div {
        margin-right: 15px;
    }
}

.dz-product-detail .product-num a span {
    margin-left: 15px
}

.dz-product-detail .product-num .like-btn {
    border: 1px solid #F0F0F0;
    width: 60px;
    border-radius: var(--border-radius-base);
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    margin-left: 18px
}

.dz-product-detail.style-2 {
    max-width: 660px;
    padding-left: 40px
}

.dz-product-detail.style-2 .dz-content .title {
    font-size: 30px;
}

.dz-product-detail.style-2 .dz-content .meta-content {
    text-align: left
}

.dz-product-detail.style-2 .dz-content .btn-group,
.dz-product-detail.style-2 .dz-content .product-num {
    margin-bottom: 20px
}

.dz-product-detail.style-2 .dz-content .cart-btn {
    flex-wrap: wrap;
    margin: 0 -5px 20px
}

.dz-product-detail.style-2 .dz-content .cart-btn .btn {
    margin: 5px 5px
}

.dz-product-detail.style-2 .dz-content .price-num del {
    font-size: 18px;
    opacity: 0.60
}

@media only screen and (max-width:1199px) {
    .dz-product-detail.style-2 {
        padding-left: 0;
        padding-top: 20px
    }
}

@media only screen and (max-width:991px) {
    .dz-product-detail.style-2 .dz-content .title {
        font-size: 30px
    }

    .dz-product-detail.style-2 .dz-content .meta-content {
        margin-bottom: 10px
    }

    .dz-product-detail.style-2 .dz-content .btn-group,
    .dz-product-detail.style-2 .dz-content .product-num {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:575px) {

    .dz-product-detail.style-2 .dz-content .title {
        font-size: 22px
    }

    .dz-product-detail.style-2 .dz-content .meta-content {
        justify-content: space-between;
        margin-bottom: 20px
    }

    .dz-product-detail.style-2 .dz-content .meta-content .price-num {
        font-size: 22px;
        margin-bottom: 0
    }

    .dz-product-detail.style-2 .dz-content .meta-content .price-num del {
        font-size: 16px
    }

    .dz-product-detail.style-2 .dz-content .btn-group,
    .dz-product-detail.style-2 .dz-content .product-num {
        justify-content: space-between;
        margin-bottom: 15px
    }
}

@media only screen and (max-width:991px) {
    .dz-product-detail .dz-info {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:575px) {
    .dz-product-detail .dz-info {
        margin-bottom: 0
    }
}

.dz-product-detail .dz-info ul {
    padding-top: 20px;
    border-top: 1px solid var(--border-color)
}

.dz-product-detail .dz-info ul li {
    color: var(--secondary);
    font-size: 14px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 14px;
}

.dz-product-detail .dz-info ul li a {
    color: var(--secondary);
    font-size: 16px;
    cursor: pointer
}

.dz-product-detail .dz-info ul li a:hover {
    color: #ef4747
}

.dz-product-detail .dz-info ul li strong {
    font-size: 15px;
    font-family: var(--font-family-title);
    margin-inline-end: 10px;
    line-height: 1;
}

.dz-product-detail .dz-info ul li span {
    font-size: 14px;
    line-height: 17px;
    padding: 0 5px;
}

.dz-product-detail .dz-info ul li span:last-child {
    padding: 0
}

.dz-product-detail .dz-info ul li:last-child {
    margin-bottom: 0
}

.dz-product-detail .dz-info ul li:last-child span {
    padding: 0 10px
}

.dz-product-detail .dz-info.style-2 ul {
    display: flex;
    flex-wrap: wrap
}

.dz-product-detail .dz-info.style-2 ul li {
    padding-right: 30px
}

.dz-product-detail .dz-info.style-2 ul li:last-child {
    margin-left: auto;
    padding-right: 0
}

@media only screen and (max-width:330px) {
    .dz-product-detail .dz-info ul li:last-child span {
        padding: 0 9px
    }
}

@media only screen and (max-width:991px) {
    .dz-product-detail .dz-info.style-2 ul {
        margin-bottom: 0px
    }

    .dz-product-detail .dz-info.style-2 ul li {
        padding-right: 0px
    }

    .dz-product-detail .dz-info.style-2 ul li:last-child {
        margin-left: 0
    }
}

.dz-product-detail.style-3 {
    padding: 0;
    margin: 0;
    background: transparent
}

@media only screen and (max-width:767px) {
    .dz-product-detail.style-3 {
        margin-bottom: 30px
    }

    .cta-one-shape-2 {
        left: 0
    }

    .main-slider.style-1 .banner-media img {
        object-fit: cover
    }

    .home-logolist {
        grid-template-columns: repeat(3, 1fr) !important
    }
}

.dz-product-detail.style-3 .swiper-btn-center-lr {
    margin-left: -80px;
    padding-left: 130px
}

@media only screen and (max-width:1199px) {
    .dz-product-detail.style-3 .swiper-btn-center-lr {
        margin-left: 0;
        padding-left: 80px
    }
}

@media only screen and (max-width:991px) {
    .dz-product-detail.style-3 .swiper-btn-center-lr {
        padding-left: 50px
    }
}

.dz-product-detail.style-3 .product-gallery-swiper.swiper-vertical {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 30px;
    transform: translateY(-50%)
}

@media only screen and (max-width:1199px) {
    .dz-product-detail.style-3 .product-gallery-swiper.swiper-vertical {
        left: 0px
    }
}

.dz-product-detail.style-3 .product-gallery-swiper2:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 12%;
    width: 51%;
    height: 60%;
    background: white;
    border-radius: 50% 50% 0px 0px;
    z-index: -1
}

.cart .quantity input.input-text {
    font-size: 18px;
    height: 50px !important;
    border-radius: var(--border-radius-base) !important;
    text-align: left;
    padding: 0 20px
}

.lost_reset_password .button {
    display: block;
    width: 100%;
    text-align: center
}

.product-details .product_meta>span {
    display: block
}

.pswp {
    z-index: 9999
}

.minicart .widget_shopping_cart .total>span {
    margin-right: 5px;
    float: unset;
    display: block;
    text-align: right
}

.variable-item:not(.radio-variable-item) {
    width: 35px;
    height: 35px;
    border: 2px solid #fff
}

.yith-wcwl-share ul li:before {
    content: none
}

.yith-wcwl-add-to-wishlist {
    margin-top: 0
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button>a i {
    margin-right: 0
}

table.wishlist_table {
    font-size: 16px
}

#yith-quick-view-modal.open .yith-wcqv-main {
    border-radius: 6px
}

#yith-quick-view-content div.summary {
    padding: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: inherit;
    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-size: 16px 12px;
    background-repeat: no-repeat;
    background-position: right 0.75rem center
}

.select2-container--default .select2-selection--single b {
    display: none
}

.variations {
    margin-bottom: 10px
}

.variations td,
.variations th {
    padding: 5px 0;
    vertical-align: middle
}

.variations .reset_variations {
    display: none
}

.video-category-container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.video-category-switch-container {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    flex-wrap: inherit;
}

.video-category-switch-item {
    font-size: 16px;
    padding: 10px 20px;
    margin-right: 20px;
    border-bottom: 3px solid transparent;
}

.video-category-switch-item a {
    display: block;
    color: var(--title);
    font-weight: 500;
    line-height: 1.6;
    height: 100%;
}

.video-category-switch-item.active {
    border-color: var(--primary);
}

.video-category-switch-item.active a {
    color: var(--primary);
}

.video-subcategory-switch-container {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    flex-wrap: inherit;
    margin-top: 20px;
}

.video-subcategory-switch-item {
    width: calc(16.667% - 15px);
    margin: 7.5px;
}

.video-subcategory-switch-item a {
    width: 100%;
}


@media only screen and (max-width:1200px) {

    .video-subcategory-switch-item {
        width: calc(33.333% - 15px);
    }

}

@media only screen and (max-width:992px) {

    .video-category-switch-container {
        justify-content: space-between;
    }

    .video-category-switch-item {
        flex-grow: 1;
        flex-shrink: 1;
        margin-right: 0;
        text-align: center;
    }

    .video-subcategory-switch-item {
        width: calc(50% - 15px);
    }
}

@media only screen and (max-width:575px) {

    .video-subcategory-switch-item .btn {
        font-size: 14px;
        padding: 10px 24px;
    }

    .video-subcategory-switch-item {
        width: calc(50% - 10px);
        margin: 5px;
    }
}

@media (max-aspect-ratio: 0.45) or (max-width: 380px) {
    .video-subcategory-switch-item .btn {
        font-size: 14px;
        padding: 8px 15px;
    }

    .video-category-switch-item {
        font-size: 14px;
        padding: 8px 15px;
    }
}

@media only screen and (max-width: 330px) {
    .video-subcategory-switch-item .btn {
        font-size: 14px;
        padding: 9px 10px;
    }

    .video-category-switch-item {
        font-size: 14px;
        padding: 8px 13px;
    }
}


.swiper .gift-bx {
    margin-bottom: 10px;
    flex-grow: 1;
}

.gift-bx {
    margin-bottom: 30px;
    border-radius: 3px;
}

.gift-bx.shadow {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    transition: all 0.5s;
}

.gift-bx.shadow:hover {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.10);
}

.gift-bx.shadow-small {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
    transition: all 0.5s;
}

.gift-bx.shadow-small:hover {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);
}

.gift-bx .gift-media {
    position: relative;
    aspect-ratio: 16/9;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.gift-bx .gift-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.gift-bx .gift-content {
    padding: 20px;
}

.gift-bx .gift-content .dz-category {
    color: var(--primary);
    font-size: 14px;
}

.gift-bx .gift-content .title {
    font-weight: 700;
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.gift-bx .gift-content .text {
    font-weight: 400;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.gift-bx .video-masker {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(25, 24, 37, 0.3);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    cursor: pointer;
}

.gift-bx .video-tag {
    position: absolute;
    right: 0;
    z-index: 1;
}


.gift-bx .video-masker-icon {
    position: absolute;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    width: 52px;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    cursor: pointer;
    background-color: #24262b;
    opacity: 0.9;
}

.video-masker .video-duration {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 5px;
    border-radius: 3px;
    color: white;
    font-size: 12px;
    line-height: 1;
}

.gift-bx .video-masker:hover .video-masker-icon {
    background-color: var(--primary);
    opacity: 1;
}

.video-container {
    position: relative;
    border-radius: 5px;
}

.video-container-out-container {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.video-container iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.video-container .video-container-cover {
    display: block;
    border-radius: 5px;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
}


.video-container .video-masker {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(25, 24, 37, 0.3);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    cursor: pointer;
}

.video-container .video-masker-icon {
    position: absolute;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    width: 52px;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    cursor: pointer;
    background-color: #24262b;
    opacity: 0.9;
}

.video-container .video-masker:hover .video-masker-icon {
    background-color: var(--primary);
    opacity: 1;
}

.modal-open {
    overflow: hidden;
}

.modal-container {
    /* display: none; */
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 99999;
}

.modal-masker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.modal-content {
    width: 1000px;
    position: absolute;
    top: calc(var(--doc-height) / 2);
    left: 50%;
    transform: translateX(-50%) translateY(calc(-50% + 8px));
    border-radius: 8px;
    background-color: white;
    transition: transform 0.4s ease-in-out;
    z-index: 100000;
}

.modal-container.active .modal-content {
    transform: translateX(-50%) translateY(calc(-50%));
}

.modal-player {
    flex-grow: 1;
}

.modal-content .close-btn {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 30px;
    top: -32px;
    right: -7px;
    z-index: 1;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    color: #b2b0b0;
}

.modal-content .close-btn i {
    text-align: center;
    line-height: 25px;
}

.modal-content .close-btn:hover {
    color: white;
}

.modal-content .player {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    aspect-ratio: 16/9;
    vertical-align: bottom;
    background-color: black;
}

.iframe-player {
    width: 100%;
    aspect-ratio: 16/9;
    vertical-align: bottom;
}

.modal-content .player-bottom-container {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 8px;
    padding: 30px;
}

.modal-content .player-bottom-container h5 {
    max-width: 400px;
    line-height: 1.2;
    margin-bottom: 0;
    margin-right: 5px;
}

.modal-content .player-bottom-container .contact-us-button {
    display: inline-block;
    flex-shrink: 0;
    width: 130px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 23px;
    background-color: #ef4747;
    cursor: pointer;
    color: white;
}

.gallery-container {
    display: flex;
    display: -webkit-flex;
    width: 85%;
    height: calc(100vh - 180px);
    padding: 30px;
    box-sizing: border-box;
}

.gallery-container .gallery {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    flex-grow: 1;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}

.gallery-tab-container {
    position: relative;
    height: 40px;
    padding-left: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.gallery-tab-list {
    position: absolute;
    bottom: -1px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
}

.gallery-tab-item {
    font-size: 14px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.5);
    padding: 12px 8px;
    cursor: pointer;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    margin: 0 5px;
}

.gallery-tab-item.active {
    color: var(--title);
    border-color: var(--primary);
}

.gallery-image-container {
    display: flex;
    display: -webkit-flex;
}

.gallery-image-container .image-content-container {
    width: 70%;
    height: 100%;
    padding-right: 15px;
    overflow: hidden;
}

.image-content-container .btn-next,
.image-content-container .btn-prev {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 46px;
    height: 46px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    transition: 0.3s;
}

.image-content-container .btn-prev {
    left: 50px;
}

.image-content-container .btn-next {
    right: 50px;
}

.image-content-container .gallery-img-item {
    text-align: center;
    border-radius: 6px;
    height: 100%;
}

.image-content-container .gallery-img-item img {
    max-width: 100%;
    border-radius: 6px;
    opacity: 0;
    transition: 0.3s;
    height: 100%;
}


.image-content-container:hover .btn-prev,
.image-content-container:hover .btn-next {
    opacity: 1;
}

.image-content-container .swiper,
.image-content-container .swiper-wrapper {
    height: 100%;
}

.image-content-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--primary);
}

.image-content-container .swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal {
    height: 2px;
    border-radius: 2px;
}

.gallery-image-container .image-preview-container {
    width: 30%;
    height: 100%;
    padding-left: 15px;
}

.embed-responsive {
    width: 100%;
    height: calc(100% - 47px);
}

.gallery-video-player {
    display: block;
    width: 100%;
    height: calc(100% - 47px);
    border-radius: 8px;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
}

.gallery-image-container .image-preview-container {
    width: 30%;
    height: 100%;
    padding-left: 15px;
}

.gallery-image-container .swiper-slide-active img {
    opacity: 1;
}

.image-preview-container .image-preview-title {
    color: var(--title);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px;
}

.image-preview-container .image-preview-description {
    font-size: 14px;
    color: #5E626F;
    line-height: 1.3;
    margin-bottom: 20px;
}

.image-preview-container .swiper-slide {
    margin-top: 0px;
    border: 2px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 3px;
    overflow: hidden;
}

.image-preview-container .swiper-slide img {
    border-radius: 3px;
}

.image-preview-container .swiper-slide.swiper-slide-thumb-active {
    border-color: var(--secondary);
}

.gallery-content-container {
    width: 100%;
    flex-shrink: 1;
    flex-grow: 1;
    height: calc(100% - 40px);
}

.gallery-content-item {
    display: none;
    padding-top: 30px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
}

.gallery-content-item.active {
    display: flex;
    display: -webkit-flex;
}

.gallery-player-container {
    width: 70%;
    overflow-y: auto;
    padding-right: 15px;
}

.gallery-player-container .video-title {
    margin-top: 15px;
    font-size: 20px;
    color: var(--title);
    font-weight: 600;
}

.gallery-video-list-container {
    width: 30%;
}

.gallery-video-list-container {
    padding: 0 30px 0 15px;
}

.gallery-video-list-container .gallery-video-list-title {
    padding: 8px 10px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    color: var(--title);
    font-weight: 600;
}

.gallery-video-list-container .gallery-video-list {
    padding: 15px 0;
}

.gallery-video-list-container .gallery-video-item {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 10px;
}

.gallery-video-list-container .gallery-video-item .gallery-video-item-meta {
    position: relative;
    width: 35%;
    border-radius: 5px;
    overflow: hidden;
    border: 2px solid transparent;
}

.gallery-video-list-container .gallery-video-item .gallery-video-item-meta .gallery-video-masker {
    position: absolute;
    display: flex;
    display: -webkit-flex;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    cursor: pointer;
    z-index: 1;
}

.gallery-video-list-container .gallery-video-item .gallery-video-item-meta img {
    width: 100%;
}

.gallery-video-list-container .gallery-video-item .gallery-video-item-meta .gallery-video-masker .video-masker-icon {
    position: absolute;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    color: white;
    font-size: 14px;
    padding: 5px;
    border-radius: 30px;
    background-color: red;
    transform: translateX(-50%) translateY(-50%);
    background-color: rgba(25, 24, 37, 0.3);
}

.gallery-video-list-container .gallery-video-item .gallery-video-item-meta .gallery-video-masker .video-duration {
    position: absolute;
    bottom: 3px;
    right: 3px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 5px;
    border-radius: 3px;
    color: white;
    font-size: 12px;
    line-height: 1;
}

.gallery-video-list-container .gallery-video-item .gallery-video-item-title {
    display: -webkit-box;
    width: 65%;
    padding-left: 10px;
    font-size: 14px;
    line-height: 1.3;
    color: var(--title);
    font-weight: 500;
    margin-top: 3px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.gallery-video-list-container .gallery-video-item.active .gallery-video-item-meta {
    border-color: var(--primary);
}

.gallery-video-list-container .gallery-video-item.active .gallery-video-item-title {
    color: var(--primary);
}

@keyframes animationPlayBtn2 {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes animationPlayBtn3 {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

@media only screen and (max-width:1900px) {

    .gallery-container {
        display: flex;
        display: -webkit-flex;
        width: 85%;
        height: 85%;
        padding: 30px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width:1200px) {

    .modal-content {
        width: 900px;
    }
}


@media only screen and (max-width:992px) {
    .modal-content {
        width: 95%;
    }
}

@media only screen and (max-width:575px) {
    .modal-content .player-bottom-container {
        flex-wrap: wrap;
        padding: 20px;
    }

    .modal-content .player-bottom-container h5 {
        font-size: 1.1rem;
        line-height: 1.1;
        max-width: 100%;
        margin-right: 0;
        text-align: center;
    }

    .modal-content .player-bottom-container .contact-us-button {
        margin-top: 10px;
        width: 110px;
        height: 36px;
        line-height: 36px;
        border-radius: 18px;
    }

    .video-container-out-container {
        padding: 0;
        border: none;
    }

    .dz-meta.large-space {
        margin-bottom: 15px;
    }

    .gift-bx .gift-content .title {
        font-size: 18px;
    }
}

.whatwedo-section {
    background-size: cover;
    min-height: 580px
}

@media only screen and (max-width:575px) {
    .whatwedo-section {
        min-height: 376px
    }

    .about-style3 .row {
        display: block
    }
}

@media only screen and (max-width:330px) {
    .whatwedo-section {
        min-height: 300px;
    }
}

.whatwedo-box {
    background: #ffffffa3;
    padding: 60px;
    margin-top: -80%
}

.whatwedo-box .dz-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px
}

.whatwedo-box .dz-media {
    width: 100%;
    max-height: 350px;
    margin-bottom: 40px
}

.whatwedo-box .dz-media img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.whatwedo-box .breadcrumb-row {
    margin-bottom: 30px
}

@media only screen and (max-width:1199px) {
    .whatwedo-box {
        padding: 40px
    }

    .whatwedo-box .dz-title {
        font-size: 30px;
        margin-bottom: auto
    }

    .whatwedo-box .dz-media {
        margin-bottom: 20px
    }

    .whatwedo-box .breadcrumb-row {
        margin-bottom: 15px
    }
}

@media only screen and (max-width:991px) {
    .whatwedo-box {
        padding: 40px
    }

    .whatwedo-box .dz-title {
        font-size: 30px;
        margin-bottom: 15px
    }

    .whatwedo-box .dz-media {
        margin-bottom: 20px
    }

    .whatwedo-box .breadcrumb-row {
        margin-bottom: 15px
    }
}

@media only screen and (max-width:575px) {
    .whatwedo-box {
        padding: 20px
    }

    .whatwedo-box .dz-title {
        font-size: 22px;
        margin-bottom: 8px
    }

    .whatwedo-box .breadcrumb-row {
        margin-bottom: 15px
    }
}

.registration-media {
    text-align: right;
    position: relative;
    z-index: -1;
    margin: auto
}

@media only screen and (max-width:1480px) {
    .registration-media {
        margin-top: 0
    }
}

@media only screen and (min-width:300px) and (max-width:991px) {
    .registration-media {}
}

.email-input {
    flex-grow: 1;
    flex-shrink: 1;
    margin-right: 10px;
}

.email-send-btn {
    width: 50px;
    align-self: stretch;
    flex-shrink: 0;
}

.email-verify-container {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

#sendCodeBtn {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    ;
    font-size: 14px;
    width: 100%;
    height: 100%;
    padding: 0;
}

@media only screen and (max-width:1480px) {
    .registration-media img {
        height: auto;
        width: 100%;
        object-fit: contain;
        object-position: bottom
    }
}

@media (max-aspect-ratio: 0.45) or (max-width: 380px) {}

.mb-cart {
    display: none
}

.mb-user {
    display: none
}

.mb-search {
    display: none
}

@media only screen and (max-width:991px) {
    .registration-media img {
        height: auto;
    }
}

@media only screen and (min-width:300px) and (max-width:991px) {
    .registration-media img {
        height: auto;
        object-fit: contain
    }
}

@media only screen and (max-width:767px) {
    .registration-media img {
        display: block;
        height: 100%;
    }

    .mb-cart {
        display: block;
        float: right;
        margin: 24px -11px 16px 20px;
        padding-right: 30px
    }

    .mb-cart i {
        font-size: 20px
    }

    .mb-cart li a>span {
        position: absolute;
        font-size: 11px;
        padding: 0px;
        margin-left: -11px;
        margin-top: -7px;
        line-height: 18px
    }

    .mb-user {
        display: block;
        float: right;
        margin: 23px 0px 16px 0px;
        padding-right: 5px
    }

    .mb-user i {
        font-size: 20px
    }

    .mb-search {
        display: block;
        float: right;
        margin: 23px 0px 16px 0px;
    }

    .mb-search i {
        font-size: 20px
    }

}

@media (max-aspect-ratio: 0.45) or (max-width: 380px) {
    .mb-cart {
        margin: 23px -11px 16px 10px;
    }

    .mb-user {
        margin: 23px 0px 16px 0px;
    }

    .mb-search {
        margin: 23px 0px 16px 0px;
    }
}

.start-side-content {
    padding: 170px 0px 0px 0px;
    position: relative;
    background: #fff;
    z-index: 1
}

.start-side-content:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 16%;
    width: 51%;
    height: 60%;
    background: white;
    border-radius: 50% 50% 0px 0px;
    z-index: -2
}

@media only screen and (min-width:300px) and (max-width:991px) {
    .start-side-content {
        padding: 120px 80px 80px 80px;
        display: flex;
        align-items: center
    }

    .start-side-content:after {
        left: auto;
        width: 200px;
        height: 250px;
        right: 12%
    }
}


@media only screen and (max-width:1199px) {
    .start-side-content {
        padding: 120px 20px 0px
    }
}

@media only screen and (max-width:991px) {
    .start-side-content {
        padding: 120px 15px 15px
    }
}

@media only screen and (max-width:767px) {
    .start-side-content {
        padding-top: 120px;
    }

    .start-side-content .dz-bnr-inr-entry h1,
    .start-side-content .dz-bnr-inr-entry .h1 {
        font-size: 26px;
        line-height: 1.1
    }

    .start-side-content:after {
        width: 160px;
        height: 218px;
        right: 4%
    }
}

@media only screen and (max-width:575px) {
    .start-side-content {
        padding-top: 80px
    }
}

@media (max-aspect-ratio: 0.45) or (max-width: 380px) {
    .start-side-content {
        padding: 80px 15px 15px 15px
    }
}


.end-side-content {
    padding: 120px 0px 80px 80px;
    display: flex;
    flex-direction: column
}

@media only screen and (min-width:300px) and (max-width:1024px) {
    .end-side-content {
        padding: 80px 30px 30px 30px;
    }
}

@media only screen and (max-width:767px) {
    .end-side-content {
        padding: 60px
    }
}

@media only screen and (max-width:575px) {
    .end-side-content {
        padding: 15px 15px 30px
    }
}

.login-area {
    border: 1px solid var(--border-color);
    padding: 80px;
    margin: auto;
    background: #fff;
    width: 100%
}

@media only screen and (max-width:1199px) {
    .login-area {
        padding: 3dvb;
    }
}

@media only screen and (max-width:575px) {
    .login-area {
        padding: 15px
    }
}

.login-area form .label-title {
    margin-bottom: 5px;
    font-weight: 500;
    font-family: var(--font-family-title);
    font-size: 16px
}

.compare-box {
    margin: 0 auto 0 auto;
    margin-top: -287px;
    position: relative;
    z-index: 99
}

.main-faq-content {
    position: relative;
    padding-top: 55px
}

@media only screen and (max-width:1480px) {
    .main-faq-content {
        padding-top: 40px
    }
}

.faq-content-box {
    position: relative
}

.manual-content-box {
    padding: 30px;
    background: #F6F6F6
}

.faq-content-box.style-1 {
    padding: 30px;
    display: flex;
    flex-direction: column
}

.faq-content-box.style-1.light {
    background: #F6F6F6;
    cursor: pointer
}

.faq-content-box.style-1.light:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1)
}

.faq-content-box.style-1 .faq-link:hover {
    color: #ef4747
}

.faq-content-box.style-1.dark {
    background: #24262B
}

.faq-content-box.style-1.dark .dz-title {
    color: #fff
}

.faq-content-box.style-1.dark p {
    color: #fff;
    opacity: 0.7
}

.faq-content-box.style-1.dark .faq-link {
    color: #fff
}

.faq-content-box.style-1 .dz-title {
    font-family: var(--font-family-title);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
    margin-right: 10px
}

.manual-content-box.style-1 .dz-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin-bottom: 30px
}

.faq-content-box.style-1 p {
    font-family: var(--font-family-base);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 10px
}

.faq-content-box.style-1 .dz-title-container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.faq-content-box.style-1 .faq-content {
    max-height: 0;
    overflow: hidden;
    margin-top: 0;
    transition: all 0.35s;
    animation: accordionOut 0.35s normal ease-in-out both 1
}

.faq-content-box.style-1.active .faq-content {
    margin-top: 30px;
    max-height: 100em;
    height: auto;
    animation: accordionIn 0.35s normal ease-in-out both 1
}

.faq-content-box.style-1 .faq-link {
    width: 18px;
    height: 18px;
    text-align: center;
    font-family: var(--font-family-title);
    font-size: 18px;
    font-weight: 500;
    color: var(--title);
    transition: all 0.35s;
    line-height: 18px
}

.faq-content-box.style-1.light.active .faq-link {
    transform: rotate(315deg)
}

.faq-content-box.style-1 .faq-link svg {
    margin-right: 8px
}

@keyframes accordionOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.9) rotateX(-60deg);
        transform: scale(0.9) rotateX(-60deg)
    }
}

@media only screen and (max-width:991px) {
    .faq-content-box.style-1 {
        padding: 25px 20px
    }

    .faq-content-box.style-1 .dz-title {
        font-size: 18px
    }

    .faq-content-box.style-1 p {
        font-size: 14px;
        line-height: 1.5;
    }

    .faq-content-box.style-1.active .faq-content {
        margin-top: 15px
    }
}

@media only screen and (max-width:575px) {
    .faq-content-box.style-1 .dz-title {
        font-size: 16px;
    }
}

.download-box {
    cursor: auto !important
}

.download-box .faq-link {
    cursor: pointer
}

.logo-header {
    display: flex;
    align-items: center;
    float: left;
    vertical-align: middle;
    padding: 0;
    color: #EFBB20;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 160px;
    height: 80px;
    position: relative;
    z-index: 9
}

@media only screen and (max-width:575px) {
    .logo-header {
        height: 65px
    }
}

.logo-header a {
    display: table-cell;
    vertical-align: middle
}

.logo-header img {
    height: 80px;
    max-width: 180px;
    object-fit: contain;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s
}

@media only screen and (max-width:991px) {
    .logo-header img {
        max-width: 180px;
        height: 90px
    }
}

@media only screen and (max-width:575px) {
    .logo-header img {
        max-width: 150px
    }

    .logo-header {
        width: 150px;
    }
}

@media (max-aspect-ratio: 0.45) or (max-width: 380px) {
    .logo-header img {
        max-width: 140px;
        height: 100%;
    }

    .logo-header {
        width: 140px;
    }
}


.site-header {
    position: relative;
    z-index: 1000
}

.site-header .main-bar {
    background: #ffffff;
    width: 100%;
    position: relative
}

.site-header .container {
    position: relative;
    margin-top: 20px;
}

.site-header .extra-nav {
    float: right;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
    height: 80px;
    padding-left: 30px
}

.site-header .extra-nav .extra-cell {
    display: flex;
    align-items: center
}

.site-header .extra-nav .extra-cell>* {
    display: flex;
    align-items: center;
    flex-direction: inherit;
    margin-right: -10px
}

.site-header .extra-nav .extra-cell .login-link {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin-right: 15px
}

@media only screen and (max-width:991px) {
    .site-header .extra-nav .extra-cell .login-link {
        margin-right: 0
    }
}

.site-header .extra-nav ul li.tel-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.tel-wrapper {
    height: 19px;
    line-height: 19px;
    font-size: 14px;
    white-space: nowrap;
}

.site-header .extra-nav .extra-cell ul li button,
.site-header .extra-nav .extra-cell ul li a {
    min-width: 40px;
    min-height: 40px;
    padding: 9px 10px;
    display: flex;
    align-content: center;
    justify-content: center;
    vertical-align: middle;
    position: relative
}

.site-header .extra-nav .extra-cell ul li button i,
.site-header .extra-nav .extra-cell ul li a i {
    color: #000;
    font-size: 18px;
    line-height: 40px
}

.site-header .extra-nav .extra-cell ul li button .badge,
.site-header .extra-nav .extra-cell ul li a .badge {
    position: absolute;
    top: 12px;
    right: 2px;
    font-size: 11px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 18px;
    min-width: 18px;
    font-weight: 700
}

.site-header .extra-nav .extra-cell ul li.login-link a {
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (max-width:991px) {
    .site-header .extra-nav {
        height: 80px
    }
}

@media only screen and (max-width:1680px) {
    .site-header .extra-nav {
        padding-left: 0
    }
}

@media only screen and (max-width:767px) {
    .site-header .extra-nav {
        width: 100%;
        background: #fff;
        position: fixed;
        bottom: -80px;
        left: 0;
        padding: 0 20px;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
        height: 50px;
        transition: all 0.5s ease-out
    }

    .site-header .extra-nav.active {
        bottom: 0
    }

    .site-header .extra-nav.bottom-end {
        bottom: -80px
    }

    .site-header .extra-nav .extra-cell {
        width: 100%
    }

    .site-header .extra-nav .extra-cell ul {
        width: 100%
    }

    .site-header .extra-nav .extra-cell ul .login-link {
        margin-right: auto
    }
}

@media (max-aspect-ratio: 0.45) or (max-width: 380px) {

    .site-header .extra-nav .extra-cell ul li button,
    .site-header .extra-nav .extra-cell ul li a {
        min-width: 30px;
        min-height: 30px;
    }

    .site-header .extra-nav {
        padding: 0 10px;
    }

    .site-header .extra-nav .extra-cell .login-link {
        margin-right: 5px !important;
        padding: 5px 7px;
    }
}

.site-header .extra-nav #quik-search-btn {
    color: #fff;
    cursor: pointer;
    margin-right: 0px;
    border: 0;
    width: 45px;
    height: 45px;
    background: var(--secondary);
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    border-radius: var(--border-radius-base)
}

@media only screen and (max-width:575px) {
    .site-header .extra-nav .btn {
        padding-left: 15px;
        padding-right: 15px
    }
}

.site-header .extra-nav ul li {
    display: inline-block
}

.site-header .extra-nav ul li .icon {
    padding: 0;
    background: transparent;
    min-width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 4px
}

@media only screen and (max-width:330px) {
    .site-header .extra-nav ul li.language-link {
        display: none;
    }
}

.adv-media {
    padding-left: 20px
}

.adv-media img {
    width: 100%
}

a {
    color: var(--title)
}

.navbar-toggler {
    border: 0 solid #efbb20;
    font-size: 16px;
    line-height: 24px;
    margin: 40px 0 39px 15px;
    padding: 0;
    float: right;
    outline: none !important
}

@media only screen and (max-width:1200px) {
    .navbar-toggler {
        margin: 18px 0px 16px 30px
    }
}

@media only screen and (max-width:575px) {
    .navbar-toggler {
        margin: 11px 0px 10px 20px
    }
}

@media (max-aspect-ratio: 0.45) or (max-width: 380px) {
    .navbar-toggler {
        margin: 12px 0px 10px 10px
    }
}

@media only screen and (max-width:330px) {
    .mb-cart {
        display: none;
    }
}

.navicon {
    width: 40px;
    height: 40px;
    background: var(--secondary);
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 10s ease-in-out;
    -moz-transition: 10s ease-in-out;
    -o-transition: 10s ease-in-out;
    transition: 10s ease-in-out;
    cursor: pointer;
    z-index: 10000;
    overflow: hidden;
}

.navicon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    background: #fff;
    left: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.navicon span:nth-child(1) {
    top: 9px;
    width: 20px
}

.navicon span:nth-child(2) {
    top: 19px;
    width: 23px
}

.navicon span:nth-child(3) {
    top: 28px;
    width: 18px
}

.navicon.open span:nth-child(1) {
    top: 19px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.navicon.open span:nth-child(2) {
    opacity: 0;
    left: -60px
}

.navicon.open span:nth-child(3) {
    top: 19px;
    width: 22px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.header-tb .navicon span {
    background: #fff
}

.header-nav {
    padding: 0
}

@media only screen and (max-width:1200px) {
    .header-nav {
        overflow-y: scroll;
        position: fixed;
        width: 60px;
        left: -280px;
        height: 100vh !important;
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
        top: 0;
        background-color: #ffffff;
        margin: 0;
        z-index: 99
    }
}

@media only screen and (max-width:1200px) {
    .header-nav.show {
        left: -1px;
        -webkit-transition: all 1s;
        -ms-transition: all 1s;
        transition: all 1s;
        margin: 0;
        width: 280px
    }
}

.header-nav .logo-header {
    display: none
}

@media only screen and (max-width:1200px) {
    .header-nav .logo-header {
        padding: 30px 20px;
        float: none;
        height: auto;
        width: 240px
    }
}

.header-nav .nav {
    float: right;
    padding: 0;
    font-size: 0
}

.header-nav .nav>li {
    margin: 0px;
    font-weight: 400;
    position: relative
}

.header-nav .nav>li.has-mega-menu {
    position: inherit
}

@media only screen and (max-width:1200px) {
    .header-nav .nav>li {
        border-bottom: 1px solid #eee;
        width: 100%
    }
}

.header-nav .nav>li.menu-item-has-children>a:after,
.header-nav .nav>li.sub-menu-down>a:after {
    content: "\f078";
    font-size: 9px;
    margin-left: 5px;
    margin-top: -3px;
    vertical-align: middle;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: inline-block
}

.header-nav .nav>li.spire-nav-item a {
    max-width: 100%;
    font-weight: 600;
}

.header-nav .nav>li.spire-nav-item span span:first-child {
    color: black;
    margin-right: 5px;
}

.header-nav .nav>li.spire-nav-item span span:last-child {
    background-image: linear-gradient(to right, #fe8957, #ff295f 35%, #341269 75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: none;
}

@media only screen and (max-width:1200px) {

    .header-nav .nav>li.menu-item-has-children>a:after,
    .header-nav .nav>li.sub-menu-down>a:after {
        content: "\f054";
        background-color: var(--secondary);
        color: #fff;
        height: 30px;
        line-height: 30px;
        right: 0;
        text-align: center;
        width: 30px;
        z-index: 3;
        float: right;
        font-size: 14px;
        margin: -7px -12px;
    }
}

@media only screen and (max-width:1200px) {

    .header-nav .nav>li.menu-item-has-children>a:after:before,
    .header-nav .nav>li.sub-menu-down>a:after:before {
        content: "\f078"
    }

    .header-nav .nav>li.sub-menu-down>a:after {
        transition: all 0.3s
    }
}

@media only screen and (max-width:1200px) {

    .header-nav .nav>li.menu-item-has-children.open>a:after,
    .header-nav .nav>li.sub-menu-down.open>a:after {
        background: var(--title)
    }

    .header-nav .nav>li.sub-menu-down.open>a:after {
        transform: rotate(90deg)
    }
}


.light-header .main-bar-wraper:not(.is-fixed) .nav-link {
    color: #fff;
}

.light-header .main-bar-wraper:not(.is-fixed) .header-nav:not(.show) .nav>li>a {
    color: #fff;
}

.light-header.site-header .main-bar-wraper:not(.is-fixed) .extra-nav .extra-cell .login-link {
    color: #fff;
}

.light-header.site-header .main-bar-wraper:not(.is-fixed) .extra-nav .extra-cell ul li button i,
.light-header.site-header .main-bar-wraper:not(.is-fixed) .extra-nav .extra-cell ul li a i {
    color: #fff;
}

.site-header .logo-white {
    display: none;
}

.light-header.site-header .main-bar-wraper:not(.is-fixed) .logo-white {
    display: block;
}

.light-header.site-header .main-bar-wraper:not(.is-fixed) .logo-dark {
    display: none;
}

.light-header.site-header .main-bar-wraper:not(.is-fixed) .header-nav.show .logo-dark {
    display: block;
}

.light-header.site-header .nav>li.spire-nav-item span:first-child {
    color: white;
}

.light-header.site-header .nav>li.spire-nav-item span span:last-child {
    background-image: linear-gradient(to right, #F39405 10%, 30%, #EC3D43 70%, #780EFF);
}



.header-nav .nav>li>a {
    color: #000;
    font-size: 15px;
    padding: 28px 20px;
    font-family: var(--font-family-base);
    cursor: pointer;
    font-weight: 400;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    line-height: 24px
}


@media only screen and (min-width:1200px) and (max-width:1600px) {
    .header-nav .nav>li>a {
        font-size: 14px;
        padding: 28px 12px
    }

    .site-header .extra-nav .extra-cell .login-link {
        display: none
    }

    .nav-item.sedmail-link {
        display: none
    }

    .nav-item.search-link {
        display: none
    }

    .main-slider.style-1 .banner-media img {
        object-fit: cover
    }

    .main-slider.style-1 .swiper-content {
        max-width: 100%
    }

    .logo-header {
        width: auto !important
    }
}

@media only screen and (max-width:1199px) {
    .header-nav .nav>li>a {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media only screen and (max-width:1200px) {
    .header-nav .nav>li>a {
        padding: 22px 12px;
        display: block;
        font-size: 14px;
        line-height: 16px;
    }

    .header-nav .nav>li .mega-menu,
    .header-nav .nav>li .sub-menu {
        padding-left: 20px;
        line-height: 20px
    }

    .product-description table {
        width: 100% !important
    }

    .light-header.site-header .nav>li.spire-nav-item span span:first-child {
        color: black;
    }

    .light-header.site-header .nav>li.spire-nav-item span span:last-child {
        background-image: linear-gradient(to right, #fe8957, #ff295f 35%, #341269 75%);
    }

}

.header-nav .nav>li>a span {
    display: inline-block
}

.header-nav .nav>li .mega-menu,
.header-nav .nav>li .sub-menu {
    background-color: #fff;
    display: block;
    min-width: 240px;
    left: 0;
    list-style: none;
    opacity: 0;
    padding: 20px 0;
    position: absolute;
    visibility: hidden;
    z-index: 10;
    margin-top: 20px;
    text-align: left;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05)
}

@media only screen and (max-width:1200px) {

    .header-nav .nav>li .mega-menu,
    .header-nav .nav>li .sub-menu {
        display: none;
        position: static;
        visibility: visible;
        width: auto;
        min-width: 250px;
        background: transparent;
        box-shadow: none;
        margin: 0;
        border-top: 1px solid #eee;
        padding: 15px 0;
        -webkit-transition: none;
        -ms-transition: none;
        transition: opacity 0.3s ease, transform 0.3s ease
    }

    .header-nav .nav>li .mega-menu>li>a i {
        color: #fff !important;
        height: 30px;
        line-height: 30px;
        right: 0;
        text-align: center;
        width: 30px;
        z-index: 3;
        font-size: 14px !important;
        margin: 0 !important;
        background: #eee
    }
}

.header-nav .nav>li .mega-menu .menu-item-has-children>a:before,
.header-nav .nav>li .sub-menu .menu-item-has-children>a:before {
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    float: right;
    font-size: 10px;
    margin-top: 2px
}

@media only screen and (max-width:1200px) {

    .header-nav .nav>li .mega-menu .menu-item-has-children.open>a:before,
    .header-nav .nav>li .sub-menu .menu-item-has-children.open>a:before {
        content: "\f054"
    }
}

@media only screen and (max-width:1200px) {

    .header-nav .nav>li .mega-menu,
    .header-nav .nav>li .sub-menu {
        display: none;
        position: static;
        visibility: visible;
        width: auto;
        background: transparent;
        box-shadow: none;
        margin: 0;
        border-top: 1px solid #eee;
        padding: 15px;
        -webkit-transition: none;
        -ms-transition: none;
        transition: opacity 0.3s ease, transform 0.3s ease;
        opacity: 1
    }

    .header-nav .nav>li .mega-menu>li>a i {
        display: none
    }

    .header-nav .nav>li .mega-menu .has-child>a:before,
    .header-nav .nav>li .mega-menu .menu-item-has-children>a:before,
    .header-nav .nav>li .mega-menu>li>a i,
    .header-nav .nav>li .sub-menu .has-child>a:before,
    .header-nav .nav>li .sub-menu .menu-item-has-children>a:before {
        color: #fff !important;
        font-size: 14px;
        content: "\f054";
        height: 30px;
        line-height: 30px;
        right: 0;
        text-align: center;
        width: 30px;
        font-family: "Font Awesome 5 Free";
        z-index: 3;
        margin: 0 !important;
        background: var(--primary);
        border-radius: var(--border-radius-base);
        font-weight: 900;
        float: right
    }

    .header-nav .nav>li .mega-menu .has-child.open>a:before .menu-item-has-children.open>a:before,
    .header-nav .nav>li .sub-menu .has-child.open>a:before .menu-item-has-children.open>a:before {
        content: "\f078";
        background: #333
    }
}

.header-nav .nav>li .mega-menu li,
.header-nav .nav>li .sub-menu li {
    position: relative;
    padding: 7px 30px;
}

.header-nav .nav>li .mega-menu li a,
.header-nav .nav>li .sub-menu li a {
    color: #5E626F;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    position: relative;
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    font-weight: 400;
    white-space: nowrap;
}

.header-nav .nav>li .mega-menu li:hover>a,
.header-nav .nav>li .sub-menu li:hover>a {
    color: var(--primary)
}

.header-nav .nav>li .mega-menu li:hover>a:after,
.header-nav .nav>li .sub-menu li:hover>a:after {
    width: 10px
}

.header-nav .nav>li .mega-menu li .name a,
.header-nav .nav>li .sub-menu li .name a {
    font-size: 15px;
    font-weight: 500;
    color: inherit;
    padding: 0
}

.header-nav .nav>li .mega-menu li>.sub-menu,
.header-nav .nav>li .sub-menu li>.sub-menu {
    left: 240px;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s
}

.spire-menu-list-wrapper {
    padding: 0 10px;
}

.spire-menu-item {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    max-width: fit-content;
    flex-shrink: 1;
    min-width: 0;
    padding: 7px 20px !important;
}

.header-nav .nav>li .sub-menu.spire-sub-menu {
    width: 600px;
    left: -230px;
}

.header-nav .nav>li .spire-menu-list {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    width: 100%;
    box-sizing: border-box;
}

.header-nav .nav>li .spire-menu-list li {
    align-self: flex-end;
}

.header-nav .nav>li .sub-menu.spire-sub-menu .spire-menu-list .spire-menu-item-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    object-fit: contain;
    object-position: bottom;
}

.header-nav .nav>li .sub-menu.spire-sub-menu .spire-menu-list .spire-menu-item-text {
    text-align: center;
    margin-top: 15px;
    width: 100%;
    text-align: center;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-nav .nav>li .sub-menu.spire-sub-menu .spire-machines-container {
    border: 1px solid #eee;
    margin-top: 15px;
    margin: 15px 20px;
    padding: 15px;
    border-radius: 5px;
    overflow: hidden;
}

.header-nav .nav>li .sub-menu.spire-sub-menu .spire-machines-container p {
    font-size: 13px;
    color: #5E626F;
    flex-shrink: 1;
}

.header-nav .nav>li .sub-menu.spire-sub-menu .spire-machines-container .btn {
    display: block;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 16px;
    font-size: 14px;
    flex-shrink: 0;
}


@media only screen and (max-width:1200px) {

    .header-nav .nav>li .mega-menu .mega-menu,
    .header-nav .nav>li .mega-menu .sub-menu,
    .header-nav .nav>li .sub-menu .mega-menu,
    .header-nav .nav>li .sub-menu .sub-menu {
        border-top: 0;
        padding-left: 20px
    }

    .header-nav .nav>li .mega-menu .mega-menu li a:after,
    .header-nav .nav>li .mega-menu .sub-menu li a:after,
    .header-nav .nav>li .sub-menu .mega-menu li a:after,
    .header-nav .nav>li .sub-menu .sub-menu li a:after {
        width: 5px;
        content: none;
        height: 5px;
        background: #262F5A !important;
        border-radius: 4px;
        top: 13px
    }

    .header-nav .nav>li .mega-menu li,
    .header-nav .nav>li .sub-menu li {
        padding: 5px 0px;
    }

    .header-nav .nav>li .mega-menu li>.sub-menu,
    .header-nav .nav>li .sub-menu li>.sub-menu {
        display: none
    }

    .header-nav .nav>li .sub-menu.spire-sub-menu {
        width: 100%;
    }

    .header-nav .nav>li .sub-menu.spire-sub-menu li {
        padding: 20px 30px;
        text-align: center;
    }

    .header-nav .nav>li .sub-menu.spire-sub-menu .spire-machines-container {
        margin-left: 0;
        margin-right: 0;
    }

    .spire-menu-item {
        min-width: auto;
    }

    .header-nav .nav>li .spire-menu-list {
        width: auto;
    }

    .header-nav .nav>li .sub-menu.spire-sub-menu .spire-menu-list .spire-menu-item-text {
        width: auto;
        text-align: center;
    }

    .header-nav .nav>li.spire-nav-item .spire-menu-item {
        max-width: 60%;
    }

}


@media (min-aspect-ratio: 0.69) and (max-width: 1200px) {

    .header-nav .nav>li .sub-menu.spire-sub-menu .spire-menu-list {
        justify-content: space-between;
    }

    .header-nav .nav>li .sub-menu.spire-sub-menu .spire-machines-description {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: flex-start;
    }

    .header-nav .nav>li .sub-menu.spire-sub-menu .spire-machines-container .btn {
        margin-top: 0;
        margin-left: 30px;
        width: 200px;
    }
}

@media (max-aspect-ratio: 0.69) and (max-width: 1200px) {

    .header-nav .nav>li .sub-menu.spire-sub-menu .spire-menu-list {
        justify-content: space-between;
    }

    .header-nav .nav>li .sub-menu.spire-sub-menu li {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        padding: 0 !important;
    }

    #spire-menu-swiper-scrollbar {
        position: relative;
        height: 1px;
        margin-top: 15px;
        margin-bottom: 1px;
        overflow: visible;
        background-color: rgba(36, 38, 43, 0.5);
    }

    #spire-menu-swiper-scrollbar .swiper-scrollbar-drag {
        position: absolute;
        top: -1px;
        height: 3px;
        background-color: #24262B;
        border-radius: 0;
    }
}

.header-nav .nav>li .sub-menu li>a>i {
    color: inherit;
    display: block;
    float: right;
    font-size: 18px;
    opacity: 1;
    margin-top: 0px
}

@media only screen and (max-width:1200px) {
    .header-nav .nav>li .sub-menu li>a>i {
        display: none
    }
}

.mega-menu {
    max-width: 915px;
    left: 80px !important;
    height: auto;
    overflow-y: auto;
    max-height: calc(100vh - 80px);
}


.mega-menu ul {
    margin-bottom: 15px;
}

@media only screen and (max-width: 1300px) {
    .mega-menu {
        left: 0 !important;
        max-width: 100%;
    }
}

.header-nav .nav>li .mega-menu {
    right: 0px;
    width: 100%;
    z-index: 9;
    padding: 50px
}

.header-nav .nav>li .mega-menu>li {
    display: block;
    padding: 15px 0 15px;
    position: relative;
    vertical-align: top;
    width: 25%
}

@media only screen and (max-width:1200px) {
    .header-nav .nav>li .mega-menu>li {
        width: 100%;
        padding: 0
    }
}

.header-nav .nav>li .mega-menu>li>a {
    color: var(--title);
    display: block;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 15px;
    font-family: var(--font-family-title)
}

.header-nav .nav>li .mega-menu>li>a>i {
    font-size: 14px;
    margin-right: 5px;
    text-align: center;
    width: 15px
}

@media only screen and (max-width:1200px) {
    .header-nav .nav>li .mega-menu>li>a {
        display: none
    }
}

.header-nav .nav>li .mega-menu>li:last-child:after {
    display: none
}

.header-nav .nav>li .mega-menu>li:hover>a {
    background-color: transparent
}

.header-nav .nav>li .mega-menu>li li i {
    font-size: 14px;
    margin-right: 5px;
    text-align: center;
    width: 15px
}

@media only screen and (max-width:1200px) {
    .header-nav .nav>li .mega-menu {
        display: none;
        padding: 15px;
    }
}

.header-nav .nav>li.active>a {
    color: var(--primary)
}

.header-nav .nav>li:hover>a {
    color: var(--primary)
}

.header-nav .nav>li:hover>.mega-menu,
.header-nav .nav>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 11
}

.mega-menu .menu-title {
    color: var(--title);
    display: block;
    padding: 0;
    padding-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
    font-family: var(--font-family-title);
}

@media only screen and (max-width:1200px) {

    .header-nav .nav>li:hover>.mega-menu,
    .header-nav .nav>li:hover>.sub-menu {
        -webkit-transition: none;
        -ms-transition: none;
        transition: none
    }
}

.header-nav .nav>li:hover>.mega-menu li:hover>.sub-menu,
.header-nav .nav>li:hover>.sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    top: -1px
}

/* .header-nav .nav .has-sub-menu:hover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 270px;
    height: 280px;
    background-color: transparent;
    animation: maskerHide 3s linear;
}

@keyframes maskerHide {
    0% {
        z-index: 1;
     }

    100% {
        z-index: -1;
    }
} */


.header-nav .nav>li.open .open .mega-menu,
.header-nav .nav>li.open .open .sub-menu {
    display: block;
    opacity: 1;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none
}

@media only screen and (max-width:1480px) {

    .header-nav .nav>li:nth-last-child(4) .sub-menu .sub-menu,
    .header-nav .nav>li:nth-last-child(3) .sub-menu .sub-menu,
    .header-nav .nav>li:nth-last-child(2) .sub-menu .sub-menu,
    .header-nav .nav>li:last-child .sub-menu .sub-menu {
        left: -220px
    }
}

@media only screen and (max-width:1200px) {
    .header-nav .nav {
        float: none;
        padding: 0 20px
    }
}

.header-nav.nav-dark .nav>li .mega-menu,
.header-nav.nav-dark .nav>li .sub-menu {
    background-color: var(--secondary)
}

.header-nav.nav-dark .nav>li .mega-menu .menu-title,
.header-nav.nav-dark .nav>li .sub-menu .menu-title {
    color: #fff
}

.header-nav.nav-dark .nav>li .mega-menu li a,
.header-nav.nav-dark .nav>li .sub-menu li a {
    color: #BABABA
}

.header-nav.nav-dark .nav>li .mega-menu li a:hover,
.header-nav.nav-dark .nav>li .sub-menu li a:hover {
    color: #fff
}

.header-nav.nav-dark .nav>li .mega-menu .name a,
.header-nav.nav-dark .nav>li .sub-menu .name a {
    color: #fff
}

.header-nav.nav-dark .line-left::after {
    background: #fff;
    opacity: 0.1
}

.header-nav.nav-dark .month-deal {
    border-color: rgba(255, 255, 255, 0.1);
    --title: #fff
}

.header-nav.nav-dark .month-deal .sale-countdown .date .time {
    background: rgba(255, 255, 255, 0.1);
    color: #fff
}

.header-nav.nav-dark .month-deal .sale-countdown .date .work-time {
    color: rgba(255, 255, 255, 0.7)
}

.header-nav .sidebar-footer {
    display: none
}

@media only screen and (max-width:1200px) {
    .header-nav .sidebar-footer {
        display: block;
        padding-top: 30px;
        padding-bottom: 20px;
        margin-top: auto;
        width: 100%;
        text-align: center
    }
}

.header-nav .sidebar-footer .dz-login-register {
    text-align: center;
    padding-bottom: 10px
}

.header-nav .dz-social-icon {
    text-align: center;
    display: none
}

.header-nav .dz-social-icon li {
    display: inline-block;
    margin: 0 2px
}

.header-nav .dz-social-icon a {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 38px;
    text-align: center;
    border-radius: 0
}

@media only screen and (max-width:1200px) {
    .header-nav .dz-social-icon {
        display: block;
        padding: 20px
    }
}

.header-transparent {
    position: absolute;
    left: 0;
    width: 100%
}

.row.leibie.justify-content-center.gx-sm-1 .icon-bx-wraper.style-1.text-center {
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgb(0, 0, 0, .05);
    padding: 50px 30px 50px;
    text-align: center;
    border-radius: var(--oslim-bdr-radius);
    margin-bottom: 30px
}

.row.leibie.justify-content-center.gx-sm-1 .services-two__bottom-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #dcdce0;
    padding-top: 20px;
    margin-top: 34px
}

.top-ad {
    text-align: center;
    background: #000;
    padding: 6px;
    z-index: 3;
    position: relative
}

.top.container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.top.container-fluid ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
    align-items: center
}

.top.container-fluid ul li {
    width: 33px;
    height: 33px;
    line-height: 33px
}

.top-ad h4,
.top-ad i {
    color: #fff;
    font-size: 13px;
    padding: 10px;
    transition: color 0.3s ease, transform 0.3s ease
}

.top-ad i:hover {
    transform: scale(1.05);
    color: #fff;
    background: #f93737;
    border-radius: 30%;
    padding: 10px
}

.header-transparent.header-text-white .extra-nav .extra-cell>* {
    --title: #fff;
    --white: #fff
}

@media only screen and (min-width:1200px) {
    .header-transparent.header-text-white .header-nav .nav>li>a {
        --title: #fff;
        --white: #fff
    }
}

.header-transparent.header-text-white .logo-dark {
    display: none
}

.header-transparent.header-text-white .logo-light {
    display: block
}

.header-transparent.header-text-white .is-fixed .logo-dark {
    display: block
}

.header-transparent.header-text-white .is-fixed .logo-light {
    display: none
}

.header-transparent.header-text-white .is-fixed .extra-nav .extra-cell>* {
    --title: var(--secondary);
    --white: var(--secondary)
}

.header-transparent.header-text-white .is-fixed .header-nav .nav>li>a {
    --title: var(--secondary);
    --white: var(--secondary)
}

.header-transparent.header-text-white .is-fixed .header-nav .nav>li.active>a,
.header-transparent.header-text-white .is-fixed .header-nav .nav>li:hover>a {
    color: var(--primary)
}

.header-transparent .top-bar,
.header-transparent .main-bar {
    background: transparent;
    box-shadow: none
}

.header-transparent .container-fluid,
.header-transparent .container-sm,
.header-transparent .container-md,
.header-transparent .container-lg,
.header-transparent .container-xl {
    padding-left: 80px;
    padding-right: 80px
}

@media only screen and (max-width:1360px) {

    .header-transparent .container-fluid,
    .header-transparent .container-sm,
    .header-transparent .container-md,
    .header-transparent .container-lg,
    .header-transparent .container-xl {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media only screen and (max-width:1200px) {

    .header-transparent .container-fluid,
    .header-transparent .container-sm,
    .header-transparent .container-md,
    .header-transparent .container-lg,
    .header-transparent .container-xl {
        padding-left: 15px;
        padding-right: 15px
    }
}

.header-transparent .side-menu-btn .menu-icon-in span {
    background-color: #ffffff
}

.header-transparent .is-fixed .side-menu-btn .menu-icon-in span {
    background-color: #444444
}

.header-transparent .navbar-toggler span {
    background: #ffffff
}

.header-transparent .is-fixed .nav>li>a {
    color: #444444
}

.header-transparent .is-fixed .extra-nav .extra-cell .login-link {
    color: var(--title)
}

.header-transparent .is-fixed .extra-nav .extra-cell .header-right .nav-item svg path,
.header-transparent .is-fixed .extra-nav .extra-cell .header-right .nav-item circle {
    stroke: var(--secondary)
}

.header-transparent .is-fixed .extra-nav .extra-cell .header-right .nav-item .cart-btn svg path {
    stroke: unset;
    fill: var(--secondary)
}

.header-transparent .is-fixed .nav>li.spire-nav-item span:first-child {
    color: black;
}

.header-transparent .is-fixed .nav>li.spire-nav-item span span:last-child {
    background-image: linear-gradient(to right, #fe8957, #ff295f 35%, #341269 75%);
}

.spire-subtext {
    font-weight: 800;
}

.christma {
    position: relative;
}

.christma img {
    width: 35px;
    position: absolute;
    top: -6px;
    left: -11px;
    transform: rotateY(180deg) translate3d(0, 0, 0);
}

.chinese-new-year {
    position: relative;
}

.chinese-new-year .fireworks {
    width: 50%;
    position: absolute;
    top: -300px;
    left: 50%;
    transform: translateX(-50%);
}

.chinese-new-year .horse {
    width: 35px;
    position: absolute;
    top: 0px;
    left: 150px;
    transform: translate3d(0, 0, 0);
}

.banner-content .row {
    overflow: hidden;
}

@media (max-width: 1200px) {
    .chinese-new-year .fireworks {
        width: 50%;
        top: 0;
        right: 20%;
        transform: none;
    }
}

@media (max-width: 992px) {
    .christma img {
        width: 25px;
        position: absolute;
        top: -6px;
        left: -11px;
        transform: rotateY(180deg) translate3d(0, 0, 0);
    }

    .chinese-new-year .fireworks {
        width: 30%;
        top: 0;
        right: 20%;
        transform: none;
    }
}

@media (max-width: 768px) {
    .christma img {
        width: 23px;
        position: absolute;
        top: -4px;
        left: -9px;
        transform: rotateY(180deg) translate3d(0, 0, 0);
    }

    .chinese-new-year .fireworks {
        width: 40%;
        top: -50px;
        right: 20%;
        transform: none;
    }
}

.spire-text {
    font-weight: 800;
    background-image: linear-gradient(to right, #fe8957, #ff295f 35%, #341269 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: none;
}

.spire-text.light {
    font-weight: 400;
}

.spire-text.dark {
    background-image: linear-gradient(to right, #F39405 10%, 30%, #EC3D43 70%, #780EFF);
}

.spire-text.reverse {
    background-image: linear-gradient(to right, #341269 25%, #ff295f 65%, #fe8957);
}

.spire-text.dark.reverse {
    background-image: linear-gradient(to right, #fe8957 25%, #ff295f 65%, #341269);
}

.header-transparent .top-bar {
    border-color: #ffffff
}

.header-transparent .top-bar .dz-topbar-left li,
.header-transparent .top-bar .dz-topbar-left i,
.header-transparent .top-bar .dz-topbar-right li,
.header-transparent .top-bar .dz-topbar-right i {
    color: #ffffff
}

.is-fixed .main-bar {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    background: #ffffff;
    transition: all 0.5s
}

@media only screen and (max-width:1200px) {
    .mo-left .header-nav {
        overflow-y: scroll;
        position: fixed;
        width: 100%;
        left: -100%;
        height: 100vh !important;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        top: 0;
        background-color: #fff;
        margin: 0;
        z-index: 9999
    }

    .mo-left .header-nav.nav-dark {
        background-color: #202020
    }

    .mo-left .header-nav.show {
        left: 0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        margin: 0;
        width: 100%
    }

    .mo-left .header-nav .logo-header {
        display: block;
        float: none;
        height: auto !important;
        max-width: 100%;
        padding: 30px 20px;
        width: 100% !important
    }

    .mo-left .header-nav .logo-header img {
        max-width: unset;
        width: 180px;
        height: auto;
        vertical-align: middle
    }

    .mo-left .header-nav li.open a {
        position: relative
    }

    .mo-left .navbar-toggler.open {
        z-index: 10000;
    }

    .mo-left .navbar-toggler.open span {
        background: #fff
    }
}

.text-black .nav>li>a {
    color: #444444
}

.text-black .navbar-toggler span {
    background: #444444
}

.main-bar {
    -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s
}

.is-fixed .main-bar {
    -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown
}

@-moz-keyframes headerSlideDown {
    0% {
        margin-top: -150px
    }

    100% {
        margin-top: 0
    }
}

@-ms-keyframes headerSlideDown {
    0% {
        margin-top: -150px
    }

    100% {
        margin-top: 0
    }
}

@-webkit-keyframes headerSlideDown {
    0% {
        margin-top: -150px
    }

    100% {
        margin-top: 0
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -150px
    }

    100% {
        margin-top: 0
    }
}

.main-bar.dark {
    background-color: #24262B
}

@media only screen and (min-width:1200px) {
    .main-bar.dark .header-nav .nav>li>a {
        color: #fff
    }

    .main-bar.dark .header-nav .nav>li>a:after {
        color: rgba(255, 255, 255, 0.5)
    }
}

@media only screen and (max-width:1200px) {
    .main-bar.dark {
        background-color: #ffffff
    }
}

.site-header.style-1 .header-nav .search-input {
    display: none
}

.site-header.style-1 .header-info-bar+.main-bar-wraper .main-bar .logo-header {
    display: none
}

@media only screen and (max-width:1200px) {
    .site-header.style-1 .header-nav .search-input {
        display: flex;
        margin: 0 20px;
        margin-bottom: 15px;
        position: relative
    }

    .site-header.style-1 .header-info-bar+.main-bar-wraper .main-bar .logo-header {
        display: flex
    }
}

@media only screen and (min-width:1200px) {
    .site-header.style-1 .extra-nav .extra-cell>* {
        --title: #000;
        --white: #000
    }
}

.site-header.style-1 .is-fixed .extra-nav .extra-cell>* {
    --title: var(--secondary);
    --white: var(--secondary)
}

.header-info-bar {
    position: relative;
    flex-wrap: nowrap;
    justify-content: flex-start;
    z-index: 99
}

@media only screen and (max-width:1200px) {
    .header-info-bar {
        display: none
    }
}

.header-info-bar .header-search-nav {
    flex-basis: auto;
    display: flex !important
}

.header-item-search {
    width: 100%;
    margin-left: 120px;
    height: 80px;
    align-items: center;
    display: flex;
    position: relative
}

@media only screen and (max-width:1199px) {
    .header-item-search {
        margin-left: 60px
    }
}

@media only screen and (max-width:1200px) {
    .header-item-search {
        display: block;
        margin-left: 0;
        padding: 0px 20px;
        height: auto
    }

    .header-item-search .navbar-nav {
        padding: 0px
    }
}

.header-item-search .main-menu {
    border-right: 1px solid rgba(0, 0, 0, 0.09)
}

@media only screen and (max-width:1200px) {
    .header-item-search .main-menu {
        width: 100%
    }
}

.header-item-search .main-menu .menu-item {
    border: 0;
    padding: 15px 20px;
    background-color: #F3F3F3;
    color: var(--title);
    min-width: 135px;
    font-size: 14px;
    height: 48px;
    font-weight: 600;
    position: relative;
    font-family: var(--font-family-title);
    display: flex;
    align-items: center
}

.header-item-search .main-menu .menu-item i {
    font-size: 12px;
    position: absolute;
    right: 20px;
    color: var(--title);
    top: 50%;
    transform: translateY(-50%)
}

@media only screen and (max-width:1199px) {
    .header-item-search .main-menu .menu-item {
        padding: 15px 20px;
        min-width: 135px
    }

    .header-item-search .main-menu .menu-item i {
        right: 20px
    }
}

@media only screen and (max-width:1200px) {
    .header-item-search .main-menu .menu-item {
        display: none
    }
}

.search-input {
    margin-bottom: 0;
    align-items: center
}

.search-input .form-control {
    border: 0;
    margin-left: 0px !important;
    border-radius: 0 !important;
    height: 45px
}

.search-input .bootstrap-select.default-select {
    width: auto !important
}

.search-input .bootstrap-select.default-select:after {
    position: absolute;
    content: "";
    background-color: rgba(187, 187, 187, 0.68);
    width: 1px;
    height: 22px;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.search-input .bootstrap-select.default-select .default-select {
    display: none !important
}

.search-input .bootstrap-select.default-select .dropdown-toggle {
    height: 45px;
    min-width: 185px;
    position: static;
    background-color: #f5f5f5;
    padding: 0px 20px;
    border-radius: 0;
    line-height: 48px;
    border: 0;
    outline: 0 !important;
    border-radius: 0
}

.search-input .bootstrap-select.default-select .dropdown-toggle:after {
    border: 0;
    content: "\f078";
    font-size: 10px;
    margin-left: 5px;
    margin-top: 0;
    opacity: 0.5;
    vertical-align: middle;
    font-weight: 900;
    font-family: "Font Awesome 5 Free"
}

.search-input .bootstrap-select.default-select .dropdown-menu {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    min-width: 185px !important;
    max-height: 350px !important
}

.search-input .btn {
    background-color: transparent;
    position: absolute;
    right: 0;
    z-index: 9;
    font-size: 15px;
    font-weight: 400;
    font-family: var(--font-family-base);
    height: 48px;
    width: 48px;
    padding: 0;
    border: 0;
    text-align: center;
    line-height: 48px;
    justify-content: center
}

@media only screen and (max-width:1199px) {
    .search-input .form-control {
        padding: 15px 20px
    }

    .search-input .btn i {
        font-size: 16px
    }
}

@media only screen and (max-width:991px) {
    .search-input .form-control {
        height: 50px
    }

    .search-input .btn {
        height: 50px;
        width: 50px;
        line-height: 50px
    }
}

@media only screen and (max-width:1199px) {
    .site-header .main-bar .browse-category-menu .category-btn {
        min-width: 280px
    }
}

.dz-search-area {
    padding: 50px 0;
    z-index: 10001;
}

.dz-search-area.offcanvas {
    overflow: auto;
    height: 580px
}

.dz-search-area .header-item-search {
    display: block;
    margin-left: 0;
    height: unset;
    padding: 0;
    margin-bottom: 50px
}

.dz-search-area .header-item-search .form-control {
    background-color: transparent;
    font-family: var(--font-family-title)
}

.dz-search-area .search-input {
    border-bottom: 2px solid var(--secondary);
    padding-bottom: 8px
}

.dz-search-area .search-input .form-control {
    border: 0;
    margin-left: 0px !important;
    border-radius: 0 !important;
    height: 45px;
    font-size: 20px;
    font-family: var(--font-family-title)
}

.dz-search-area .search-input .form-control:focus {
    box-shadow: unset
}

.dz-search-area .search-input .bootstrap-select.default-select:after {
    height: 35px
}

.dz-search-area .search-input .bootstrap-select.default-select .dropdown-toggle {
    background-color: transparent;
    padding: 0px 25px 0px 0px;
    font-size: 20px;
    min-width: 270px;
    font-family: var(--font-family-title)
}

.dz-search-area .search-input .bootstrap-select.default-select .dropdown-toggle:after {
    content: "\f078";
    width: 28px;
    height: 28px;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    opacity: 1
}

.dz-search-area .search-input .bootstrap-select.default-select .dropdown-menu {
    min-width: 100% !important
}

.dz-search-area .search-input .bootstrap-select.default-select .dropdown-menu .dropdown-item.active,
.dz-search-area .search-input .bootstrap-select.default-select .dropdown-menu .dropdown-item:active,
.dz-search-area .search-input .bootstrap-select.default-select .dropdown-menu .dropdown-item:hover {
    color: var(--title)
}

.dz-search-area .search-input .btn {
    height: unset;
    width: unset
}

.dz-search-area .recent-tag {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
    margin: 0 -15px
}

.dz-search-area .recent-tag li {
    font-size: 15px;
    padding: 5px 15px;
    color: var(--title)
}

.dz-search-area .recent-tag li span {
    font-family: var(--font-family-title);
    color: #5E626F
}

@media only screen and (max-width:991px) {
    .dz-search-area .search-input {
        padding-bottom: 5px;
        border-bottom-width: 1px
    }

    .dz-search-area .search-input .bootstrap-select.default-select .dropdown-toggle {
        padding: 0px 15px 0px 0px;
        font-size: 16px;
        min-width: 180px
    }

    .dz-search-area .search-input .form-control {
        font-size: 16px
    }

    .dz-search-area .recent-tag {
        margin: 0px -10px
    }

    .dz-search-area .recent-tag li {
        padding: 5px 10px;
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {
    .dz-search-area {
        padding: 30px 0 0
    }

    .dz-search-area.offcanvas {
        height: 470px
    }

    .dz-search-area .header-item-search {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:575px) {
    .dz-search-area.offcanvas {
        height: 440px
    }

    .dz-search-area .search-input {
        padding-bottom: 0px
    }

    .dz-search-area .search-input .bootstrap-select.default-select:after {
        height: 25px
    }

    .dz-search-area .search-input .bootstrap-select.default-select .dropdown-toggle {
        padding: 0 15px 0 0;
        font-size: 14px;
        min-width: 100%
    }

    .dz-search-area .search-input .bootstrap-select.default-select .dropdown-toggle:after {
        width: 20px;
        height: 20px
    }

    .dz-search-area .search-input .form-control {
        font-size: 14px;
        padding: 10px 15px
    }

    .dz-search-area .search-input .btn svg {
        width: 16px;
        height: 16px
    }

    .dz-search-area .recent-tag {
        padding: 5px 0
    }

    .dz-search-area .recent-tag li {
        padding: 2px 10px;
        font-size: 14px
    }
}

.dz-offcanvas.offcanvas .btn-close {
    --bs-btn-close-bg: none;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    position: absolute;
    top: 5px;
    font-weight: 200;
    right: 5px;
    font-size: 40px;
    opacity: 0.5
}

.dz-offcanvas.offcanvas .btn-close:focus {
    box-shadow: unset
}

.cartDrawer {
    z-index: 10001;
}

@media only screen and (max-width:575px) {
    .dz-offcanvas.offcanvas .btn-close {
        font-size: 32px;
        top: 0;
        right: 0
    }
}

.dz-offcanvas.offcanvas.offcanvas-end,
.dz-offcanvas.offcanvas.offcanvas-top {
    border: 0
}

.dz-offcanvas.offcanvas.offcanvas-end {
    width: 530px
}

.dz-offcanvas.offcanvas.offcanvas-end .offcanvas-body {
    padding: 50px 65px
}

#cartDrawer {
    z-index: 10001;
}

@media only screen and (max-width:575px) {
    .dz-offcanvas.offcanvas.offcanvas-end .offcanvas-body {
        padding: 50px 15px
    }
}

.cart-widget {
    display: flex;
    align-items: center;
    justify-content: center
}

.cart-widget .dz-media {
    width: 120px;
    height: 90px
}

.cart-widget .cart-content {
    margin-right: 20px;
    flex: 1
}

.cart-widget .cart-content .title,
.cart-widget .cart-content .dz-price {
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.cart-widget .cart-content .model {
    font-size: 14px;
    margin-bottom: 0.5rem;
}

.cart-widget .dz-close {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-cart-list li {
    padding: 20px 0;
    border-bottom: 1px solid var(--border-color)
}

.cart-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    margin-bottom: 10px
}

.cart-total h5,
.cart-total .h5 {
    font-weight: 700
}

.shop-sidebar-cart {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 190px)
}

.cart-empty {
    margin-top: 50px;
}

.cart-empty img {
    display: block;
    width: 130px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.cart-empty h5 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.cart-empty p {
    text-align: center;
    font-size: 14px;
}

.yingyongtop {
    border: 1px solid #fff;
    display: inline-block;
    padding: 20px;
    border-left: 3px solid #ef4747
}

.yingyongtop h1 {
    color: #fff !important;
    font-size: 25px
}

.dz-bnr-inr {
    --dz-banner-height: 350px;
    min-height: var(--dz-banner-height);
    background-size: cover;
    background-position: top;
    background-color: #fbfbfb;
    position: relative;
    z-index: 2;
    width: 100%;
}

.dz-bnr-inr::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom right, #F3FFFFFF, #E8E8E8);
    opacity: 0.3;
    backdrop-filter: blur(5px);
    z-index: -1;
}

.page-header-shape-1 {
    position: absolute;
    top: -253px;
    right: 455px;
    height: 495px;
    width: 160px;
    background-color: #ef4747;
    mix-blend-mode: soft-light;
    border-radius: 150px;
    transform: rotate(-40deg);
    z-index: 2;
    animation: updown 2s infinite ease-in-out
}

.dz-bnr-inr.dz-banner-dark {
    background: var(--secondary);
    --title: #fff
}

@media only screen and (max-width:991px) {
    .dz-bnr-inr {
        --dz-banner-height: 300px
    }
}

@media only screen and (max-width:575px) {
    .dz-bnr-inr {
        --dz-banner-height: 230px
    }
}

.dz-bnr-inr .container {
    display: table;
    height: auto
}

.dz-bnr-inr .dz-bnr-inr-entry {
    height: var(--dz-banner-height);
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    padding: 100px 0 80px 0
}

@media only screen and (max-width:767px) {
    .dz-bnr-inr .dz-bnr-inr-entry {
        text-align: center
    }

    .dz-bnr-inr .dz-bnr-inr-entry .breadcrumb-row {
        display: inline-block
    }
}

@media only screen and (max-width:575px) {
    .dz-bnr-inr .dz-bnr-inr-entry {
        padding: 80px 0 40px 0
    }
}

.dz-bnr-inr h1,
.dz-bnr-inr .h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    line-height: 1.2;
    color: var(--title);
    text-transform: capitalize
}

@media only screen and (max-width:991px) {

    .dz-bnr-inr h1,
    .dz-bnr-inr .h1 {
        font-size: 40px
    }
}

@media only screen and (max-width:767px) {

    .dz-bnr-inr h1,
    .dz-bnr-inr .h1 {
        font-size: 30px
    }
}

@media only screen and (max-width:575px) {

    .dz-bnr-inr h1,
    .dz-bnr-inr .h1 {
        font-size: 24px
    }
}

@media (max-aspect-ratio: 0.45) or (max-width: 380px) {

    .dz-bnr-inr h1,
    .dz-bnr-inr .h1 {
        font-size: 22px
    }
}

.dz-bnr-inr p {
    color: #fff;
    font-size: 18px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (max-width:575px) {
    .dz-bnr-inr p {
        font-size: 14px
    }
}

.dz-bnr-inr.dz-bnr-inr-lg {
    --dz-banner-height: 600px
}

@media only screen and (max-width:991px) {
    .dz-bnr-inr.dz-bnr-inr-lg {
        --dz-banner-height: 450px
    }
}

@media only screen and (max-width:767px) {
    .dz-bnr-inr.dz-bnr-inr-lg {
        --dz-banner-height: 380px
    }
}

@media only screen and (max-width:575px) {
    .dz-bnr-inr.dz-bnr-inr-lg {
        --dz-banner-height: 350px
    }
}

.dz-bnr-inr.dz-bnr-inr-md {
    --dz-banner-height: 400px
}

@media only screen and (max-width:991px) {
    .dz-bnr-inr.dz-bnr-inr-md {
        --dz-banner-height: 350px
    }
}

@media only screen and (max-width:575px) {
    .dz-bnr-inr.dz-bnr-inr-md {
        --dz-banner-height: 250px
    }
}

.dz-bnr-inr.dz-bnr-inr-sm {
    --dz-banner-height: 300px
}

@media only screen and (max-width:767px) {
    .dz-bnr-inr.dz-bnr-inr-sm {
        --dz-banner-height: 200px
    }
}

.dz-bnr-inr.bnr-no-img:before {
    content: none
}

.dz-bnr-inr .breadcrumb-row ul {
    margin-bottom: 0
}

.dz-bnr-inr .kanbern-bnr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.dz-bnr-inr .kanbern-bnr .swiper-slide>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 20s !important;
    background-position: center;
    background-size: 100%
}

.dz-bnr-inr .kanbern-bnr .swiper-slide.swiper-slide-active>div {
    background-size: 150%
}

.breadcrumb-row ul {
    padding: 0;
    display: inline-block
}

.breadcrumb-row ul li {
    padding: 0;
    display: inline;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--title);
    word-break: break-all;
}

.breadcrumb-row ul li.active {
    color: var(--title)
}

.breadcrumb-row ul li a {
    display: inline;
    color: var(--title);
    height: 25px;
    line-height: 25px;
    word-wrap: break-word;
    word-break: break-all;
}

@media only screen and (max-width:767px) {
    .breadcrumb-row ul li {
        font-size: 14px
    }

    .breadcrumb-item+.breadcrumb-item::before {
        font-size: 14px;
        padding-right: 8px;
    }

    .breadcrumb-item+.breadcrumb-item {
        padding-left: 4px;
    }
}

.dz-bnr-inr video#video-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0
}

.dz-bnr-inr.style-1 h3,
.dz-bnr-inr.style-1 .h3 {
    font-weight: 700;
    font-size: 40px
}

.dz-bnr-inr.style-1 .dz-bnr-inr-entry {
    text-align: center
}

.page-title {
    padding: 30px 0
}

.page-title.dashboard {
    background: transparent;
    margin-left: 75px;
    padding: 20px 0 0px
}

.page-title .page-title-content p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px
}

.page-title .page-title-content p span {
    font-weight: 500;
    color: var(--primary)
}

.breadcrumbs {
    display: flex;
    justify-content: flex-end
}

@media only screen and (max-width:575px) {
    .breadcrumbs {
        justify-content: flex-start
    }
}

.breadcrumbs li a {
    color: rgba(151, 151, 159, 0.39);
    display: inline-block;
    margin-left: 15px;
    font-size: 14px
}

.breadcrumbs li:first-child a {
    margin-left: 0px
}

.breadcrumbs li.active a {
    color: var(--primary)
}

.footer-bottom {
    background-color: white;
}

@media only screen and (max-width:767px) {
    footer .row {
        --bs-gutter-x: 10px
    }

    .footer-bottom {
        padding-bottom: 50px;
    }

}

@media only screen and (max-width:768px) {

    .site-footer .footer-item:nth-child(1) {
        order: 2;
    }

    .site-footer .footer-item:nth-child(2) {
        order: 3;
    }

    .site-footer .footer-item:nth-child(3) {
        order: 1;
    }

}

footer .widget_about p {
    margin-bottom: 20px
}

footer .footer-logo {
    margin-bottom: 15px
}

footer .footer-logo img {
    max-width: 180px
}

footer .footer-title {
    margin: 0;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.2;
    color: #fff
}

footer ul li a {
    color: #ddd
}

footer ul li a:hover {
    color: #f93737
}

footer .footer-top {
    padding: 70px 0px 30px;
    background: #191825;
    position: relative;
    z-index: 1
}

footer .footer-top .widget {
    margin-bottom: 30px
}

@media only screen and (max-width:767px) {
    footer .footer-top {
        padding: 50px 0 0
    }
}

footer .footer-bottom p {
    margin-bottom: 0
}

.copyright-text {
    display: inline-block;
}

.cookie-setting {
    display: none;
    transition: all 0.3s ease-out;
    cursor: pointer;
    margin-left: 15px;
}

.cookie-setting span {
    display: inline-block;
    height: 24px;
    line-height: 24px;
}

.cookie-setting:hover {
    color: #1032cf;
}


.cookie-setting.show {
    display: inline-block;
}

footer .footer-bottom .heart {
    width: 60px;
    height: 60px;
    display: inline-block;
    background: url(../template/images/like.png);
    cursor: pointer;
    margin: -25px -15px
}

footer .footer-bottom .heart.heart-blast {
    background-position: -1680px 0 !important;
    transition: background 1s steps(28)
}

footer .fb-inner {
    padding: 28px 0;
    border-top: 1px solid #f3f3f3;
    color: #5E626F;
    font-weight: 400;
    font-size: 15px
}

footer .fb-inner .copyright-text a {
    color: inherit
}

@media only screen and (max-width:575px) {
    footer .fb-inner {
        padding: 20px 0;
        font-size: 14px
    }
}

@media only screen and (max-width:1024px) {
    footer .footer-bottom p {
        font-size: 13px
    }
}

@media only screen and (max-width:991px) {

    footer .footer-top {
        padding: 50px 0px 20px
    }

    footer .footer-bottom .text-start,
    footer .footer-bottom .text-end {
        text-align: center !important
    }

    footer .footer-bottom .text-end {
        margin-top: 15px
    }

    footer .footer-bottom p {
        font-size: 15px
    }
}

@media only screen and (max-width:575px) {
    footer .footer-top {
        padding: 45px 0px 0px
    }
}


footer .widget_services ul li a {
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    line-height: 1.6;
    color: #ddd;
}

footer .widget_services ul li a:hover {
    color: #f93737
}

footer .widget-address {
    margin-bottom: 24px
}

footer .widget-address li {
    display: flex;
    display: -webkit-flex;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
}

footer .widget-address li p {
    margin-bottom: 0;
    color: #ddd;
    margin-right: 5px;
    word-break: break-word;
}

footer .widget-address li p:first-child {
    flex-shrink: 0;
}

.site-footer-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .42;
    z-index: -1
}

footer .widget-address li span {
    color: #ddd
}

footer.footer-dark {
    background: var(--secondary);
    --title: #fff
}

footer.footer-dark .footer-bottom .fb-inner {
    border-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6)
}

footer.footer-dark .footer-top {
    color: rgba(255, 255, 255, 0.6)
}

footer.footer-dark .icon-bx-wraper {
    --title: #24262B
}

.contact-ft-1 {
    text-align: center;
    margin-bottom: 40px
}

.contact-ft-1 i {
    color: var(--primary);
    font-size: 50px;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block
}

.contact-ft-1 h4,
.contact-ft-1 .h4 {
    color: #ffffff;
    text-decoration: underline
}

.contact-ft-1 h5,
.contact-ft-1 .h5 {
    color: #ffffff;
    font-weight: 400
}

.list-column ul {
    display: flex;
    flex-wrap: wrap
}

.list-column ul li {
    flex: 0 0 50%;
    max-width: 50%
}

.fb-link {
    list-style: none;
    margin: 0;
    padding: 0
}

.fb-link li {
    display: inline-block
}

.fb-link li a {
    color: #fff;
    position: relative
}

.fb-link li a:after {
    content: "";
    background: var(--primary);
    width: 5px;
    height: 5px
}

.footer-link li {
    display: inline-block;
    font-family: "DM Sans", sans-serif;
    position: relative;
    padding: 0 25px 0 20px
}

.footer-link li a {
    color: inherit
}

.footer-link li:before {
    content: "";
    height: 8px;
    width: 8px;
    background-color: var(--primary);
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 8px;
    transform: translateY(-50%)
}

.widget_time ul li {
    display: block;
    margin-bottom: 5px
}

.widget_time ul li label {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
    margin-right: 3px
}

.product-description table {
    border-collapse: collapse;
    overflow: hidden;
    font-size: 0.9em;
    border-radius: 5px 5px 0 0;
    width: 60%;
    margin: 0 auto
}

.product-description table.border-table {
    overflow: auto;
}

.product-description table tr td {
    padding: 10px;
    border: 1px solid
}

.lishi {
    background-size: contain;
    background-blend-mode: lighten;
    background-image: linear-gradient(rgba(253, 253, 253, 0.95), rgb(255, 255, 255)), url('/template/images/jixie1.png')
}

.timeline {
    max-width: 1200px;
    margin: 20px auto;
    position: relative;
    padding: 20px 0
}

.timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #f1f1f1;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px
}

.timeline-container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
    box-sizing: border-box
}

.timeline-container.left {
    left: 0
}

.timeline-container.right {
    left: 50%
}

.timeline-container.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 15px;
    width: 0;
    z-index: 1;
    right: 1px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent #f93737 transparent transparent
}

.timeline-container.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 15px;
    width: 0;
    z-index: 1;
    left: 1px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #f93737
}

.timeline-content {
    padding: 20px;
    background: #fff;
    position: relative;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1)
}

.timeline-content:hover {
    background: #dddd
}

.timeline-content h2 {
    margin-top: 0
}

.timeline-content p {
    margin: 0
}

.el-notification.right {
    z-index: 9999 !important
}

.map-container {
    margin-top: 50px
}

.google-map {
    height: 600px;
    max-height: calc(100vh - 80px);
    font-size: 20px
}

.map-info-conteiner {
    padding: 10px;
    color: black
}

.map-marker-title {
    font-size: 20px
}

.map-marker-content {
    margin-top: 10px;
    font-size: 14px
}

.f-light {
    color: white
}

.product-parameters-panel table th {
    padding: 10px;
    border: 1px solid;
    font-size: 14px;
    color: black;
    font-weight: 500;
}

.product-parameters-panel .scroll-table-container {
    display: block;
    width: 100%;
}

.product-parameters-panel .scroll-table-container th,
.product-parameters-panel .scroll-table-container td {
    word-wrap: normal;
    word-break: keep-all;
    min-width: 100px;
}

.product-parameters-panel .scroll-table-container table {
    overflow-x: auto;
    border-collapse: separate;
    border-spacing: 0;
    border: 0;
}

.product-parameters-panel .scroll-table-container tr th:first-child,
.product-parameters-panel .scroll-table-container tr td:first-child {
    border-left: 1px solid #000;
}

.product-parameters-panel .scroll-table-container th,
.product-parameters-panel .scroll-table-container td {
    word-wrap: normal;
    word-break: keep-all;
}

.product-parameters-panel .scroll-table-container .freeze-table th:first-child {
    position: sticky;
    position: -webkit-sticky;
    z-index: 2;
    left: 0;
    background-color: white;
}

.product-parameters-panel .scroll-table-container th:first-child {
    border-right: 1px solid #000;
}


.product-parameters-panel .scroll-table-container tr td,
.product-parameters-panel .scroll-table-container tr th {
    border-top: 1px solid #000;
    border-bottom: 0;
    border-left: 0;
    border-right: 1px solid #000;
}

.product-parameters-panel .scroll-table-container tr td:first-child,
.product-parameters-panel .scroll-table-container tr th:first-child {
    border-left: 0;
}

.product-parameters-panel .scroll-table-container tr td:last-child,
.product-parameters-panel .scroll-table-container tr th:last-child {
    border-right: 0;
}

.product-parameters-panel .scroll-table-container tr:first-child td,
.product-parameters-panel .scroll-table-container tr:first-child th {
    border-top: 0;
}


.content-render {
    color: #393c46;
    font-weight: 400;
    /* color: #16181c;
    font-weight: 350; */
}

.content-render h3 {
    font-size: 1.4rem !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.content-render h1,
.content-render h2,
.content-render h3,
.content-render h4,
.content-render h5,
.content-render h6 {
    font-family: var(--font-family-base);
}

.content-render h4 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: var(--title);
    font-weight: 600;
    line-height: var(--bs-body-line-height);
}

.content-render h5 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: var(--title);
    font-weight: 600;
    line-height: var(--bs-body-line-height);
}

.content-render p:first-child img {
    margin-top: 0;
}

.content-render img {
    display: block;
    width: 50%;
    margin: 1rem 0;
    cursor: pointer;
}

.dz-blog .content-render img {
    width: 100%
}

.content-render img.half-width {
    width: 25%;
}

.dz-blog .content-render img.half-width {
    width: 50%
}

.content-render table {
    font-size: 0.9em;
    border-radius: 5px 5px 0 0;
    width: 60%;
    margin: 1rem 0;
}

.content-render table th {
    background-color: #f3f3f3;
}

.product-description .content-render table th {
    background-color: white;
}

.content-render table p {
    font-size: 0.9rem;
}

.content-render table td img {
    width: 100%;
}

.content-render table.equal-col-table {
    table-layout: fixed;
}


.content-render .full-table {
    width: 100%;
}

.content-render .comparison-table tr td:first-of-type {
    font-weight: 500;
}

.content-render .comparison-table tr td:first-of-type p {
    font-weight: 500;
}

.content-render .scroll-table-2-col-container {
    display: block;
    width: 100%;
    overflow-x: hidden;
}

.content-render .scroll-table-container {
    display: block;
    width: 100%;
}


.content-render div>table {
    margin: 0;
}

.content-render table th.nowrap,
.content-render table td.nowrap {
    word-wrap: normal;
    word-break: keep-all;
    white-space: nowrap;
}

.content-render table th.half-width,
.content-render table td.half-width {
    width: 60%;
}

.content-render .scroll-table-container table {
    overflow-x: auto;
    border-collapse: separate;
    border-spacing: 0;
    border: 0;
}

.content-render .scroll-table-container th {
    word-wrap: normal;
    word-break: keep-all;
    min-width: 100px;
}

.content-render .scroll-table-container .small-table th {
    min-width: 0;
}

.content-render .scroll-table-container .freeze-table th:first-child {
    position: sticky;
    position: -webkit-sticky;
    z-index: 2;
    left: 0;
}

.content-render .scroll-table-container th:first-child,
.content-render .scroll-table-container tr td:first-child {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.content-render table tr td,
.content-render table tr th {
    padding: 10px;
    border: 1px solid #000;
}

.content-render .scroll-table-container tr td,
.content-render .scroll-table-container tr th {
    border-top: 1px solid #000;
    border-bottom: 0;
    border-left: 0;
    border-right: 1px solid #000;
}

.content-render tr:last-child th,
.content-render tr:last-child td {
    border-bottom: 1px solid #000;
}

.content-render table ul li,
.content-render table ol li {
    margin-bottom: 0px;
}

.content-render ul {
    list-style-type: disc;
    padding-left: 1rem
}

.content-render .none-style-list {
    list-style: none;
    list-style-type: none;
    padding-left: 0;
    overflow: hidden;
}

.content-render .list {
    list-style: none;
    list-style-type: none;
    padding-left: 0;
}

.content-render ul>li {
    display: list-item;
    margin-bottom: 10px;
    list-style: disc
}

.content-render ul:not(.list)>li ul>li {
    display: list-item;
    margin-bottom: 10px;
    list-style: circle;
}

.content-render .list>li {
    list-style: none;
    list-style-type: none;
    padding-left: 0;
}

/* .content-render ul li:last-child {
    margin-bottom: 0;
} */

.content-render ul li p:first-child {
    margin-top: 0;
}

/* .content-render ul li p:last-child {
    margin-bottom: 0;
} */

.content-render ol {
    list-style-type: number;
    padding-left: 1rem
}

.content-render ol>li {
    display: list-item;
    margin-bottom: 10px;
    list-style: number
}

.content-render .list-has-title>li::marker {
    font-size: 1.1rem;
    font-weight: 700;
}

.content-render ol li:last-child {
    margin-bottom: 0;
}


.content-render ol li p:first-child {
    margin-top: 0;
}

.content-render ol li p:last-child {
    margin-bottom: 0;
}

.content-render ol>li ol>li {
    display: list-item;
    margin-bottom: 10px;
}

.content-render ol>li ol>li:nth-child(1)::marker {
    content: "1) ";
}

.content-render ol>li ol>li:nth-child(2)::marker {
    content: "2) ";
}

.content-render ol>li ol>li:nth-child(3)::marker {
    content: "3) ";
}

.content-render ol>li ol>li:nth-child(4)::marker {
    content: "4) ";
}

.content-render ol>li ol>li:nth-child(5)::marker {
    content: "5) ";
}

.content-render ol>li ol>li:nth-child(6)::marker {
    content: "6) ";
}

.content-render ol>li ol>li:nth-child(7)::marker {
    content: "7) ";
}

.content-render ol>li ol>li:nth-child(8)::marker {
    content: "8) ";
}

.content-render ol>li ol>li:nth-child(9)::marker {
    content: "9) ";
}


.content-render dl dt {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: var(--title);
    font-weight: 600;
}

.content-render dl dd dl dt {
    font-size: 1rem;
}

.content-render dl dd p:first-child {
    margin-top: 0;
}

.content-render dl dd p:last-child {
    margin-bottom: 0;
}


.content-render .image-container {
    display: flex;
    display: -webkit-flex;
    align-content: flex-start;
    justify-content: flex-start;
    width: 50%;
}

.content-render .image-container>* {
    margin-left: 7.5px;
    margin-right: 7.5px;
    margin-top: 0;
    margin-bottom: 0;
    flex-grow: 1;
    flex-shrink: 1;
}

.content-render .image-container.col-2>* {
    width: calc((100% - 20px) / 2);
}

.content-render .image-container.col-3>* {
    width: calc((100% - 30px) / 3);
}

.content-render .image-container>*:first-child {
    margin-left: 0;
}

.content-render .image-container>*:last-child {
    margin-right: 0;
}


.content-render .image-container img {
    width: 100%;
}

.content-render .image-container p {
    font-size: 1rem;
    text-align: center;
    margin-top: 0.8rem;
    line-height: 1.1
}

.content-render .image-auto {
    display: block;
    width: 50%;
    margin-top: 1rem
}

.content-render .image-small {
    display: block;
    width: 25%;
    margin-top: 1rem
}

.content-render p {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.content-render table p {
    margin-top: 0;
    margin-bottom: 0;
}

.content-render p a {
    text-decoration: underline;
}

.content-render dl a {
    text-decoration: underline;
}

.content-render .product-list .product-item {
    display: block;
    width: 50%;
    border: 1px solid #ddd;
    margin-bottom: 1rem;
    transition: background-color 0.6s ease, transform 0.6s ease, box-shadow 0.6s ease;
    padding: 2rem;
}

.content-render .product-list .product-item a {
    text-decoration: underline;
}

.content-render .product-list .product-item:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.content-render .product-list .product-item .product-title {
    margin-top: 2rem;
    font-size: 1.2rem;
    line-height: 1.2;
}

.content-render .product-list .product-item .product-image img {
    display: block;
    width: 100%;
    /* border-bottom: 1px solid #ddd; */
}

.content-render .color-item {
    width: 40px;
    height: 15px;
}

.content-render .color-item-fe3o4 {
    background-color: #000000;
}

.content-render .color-item-fe2o3 {
    background-color: #A52A2A;
}

.content-render .color-item-feo {
    background-color: #000;
}

.content-render .color-item-cr2o3 {
    background-color: #228B22;
}

.content-render .color-item-cro3 {
    background-color: #FF4500;
}

.content-render .color-item-mno {
    background-color: #008000;
}

.content-render .color-item-mno2 {
    background-color: #2F4F4F;
}

.content-render .tool-item {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 0;
}

.content-render .tool-item img {
    margin: 0;
}

.content-render .tool-item .tool-image {
    width: 250px;
    margin-right: 30px;
    align-self: stretch;
}

.content-render .tool-item .tool-content {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: self-start;
    align-self: stretch;
    height: auto;
    padding: 5px 0;
}

.content-render .tool-item .tool-content .tool-title {
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: var(--title);
    margin-bottom: 15px;
    font-weight: 800;
    border-bottom: 1px solid var(--primary);
    padding-bottom: 5px;
    padding-left: 5px;
}

.content-render .tool-item .product-image {
    width: 50%;
    margin-top: 15px;
}

.content-render ul li h4,
.content-render ol li h4,
.content-render ul li h5,
.content-render ol li h5 {
    font-family: var(--font-family-base);
}

.content-render ul li h4,
.content-render ol li h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--title);
}

.content-render .video-container {
    padding: 15px;
    border: 1px solid #ddd;
    margin: 1rem 0;
}

.content-render .video-player {
    position: relative;
}

.content-render .video-player img {
    margin: 0;
}

@media only screen and (max-width:1199px) {
    .content-render img {
        width: 100%
    }


    .content-render img.half-width {
        width: 100%;
    }

    .dz-blog .content-render img.half-width {
        width: 100%;
    }

    .content-render .image-container {
        width: 100%
    }

    .content-render .product-list .product-item {
        width: 100%;
    }

    .content-render .tool-item .tool-content .tool-title {
        margin-bottom: 10px;
    }

    .content-render .tool-item .product-image {
        width: 100%;
        margin-top: 10px;
    }
}

@media only screen and (max-width:680px) {
    .product-description .dz-tabs .nav-item {
        width: 50%;
    }

    .product-description .dz-tabs .nav-item button {
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width:575px) {
    .timeline-container {
        padding: 10px 20px
    }

    .timeline-content {
        padding: 10px
    }

    .content-render h3 {
        font-size: 1.3rem !important;
        margin-top: 0.8rem !important;
        margin-bottom: 0.8rem !important
    }

    .content-render h4 {
        font-size: 1.1rem !important;
    }

    .content-render h5 {
        margin-top: 0.8rem !important;
    }

    .content-render table {
        margin: 0.8rem 0;
    }

    .content-render .scroll-table-2-col-container {
        overflow-x: scroll;
    }

    .content-render .scroll-table-container {
        overflow-x: scroll;
    }

    .content-render .scroll-table-2-col-container table {
        width: 200%;
    }

    .content-render .scroll-table-2-col-container tr:first-child th {
        width: 50%;
    }

    .content-render .scroll-table-container .freeze-table tr th:first-child {
        box-shadow: rgba(0, 0, 0, 0.8) 0px 2px 2px;
    }

    .product-parameters-panel .scroll-table-container {
        overflow-x: scroll;
    }

    .product-parameters-panel .scroll-table-container .freeze-table tr th:first-child {
        box-shadow: rgba(0, 0, 0, 0.8) 0px 2px 2px;
    }

    .content-render .tool-item .tool-image {
        width: 30%;
        margin-right: 20px;
        align-self: center;
    }

    .content-render table p {
        font-size: 0.8rem;
    }

    .content-render .comparison-table {
        width: 200% !important;
    }

    .content-render .image-container {
        display: block;
    }

    .content-render .image-container.col-2>* {
        width: 100%;
        margin: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .content-render .image-container.col-3>* {
        width: 100%;
        margin: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-aspect-ratio: 0.45) or (max-width: 380px) {
    footer .widget-address li {
        flex-wrap: wrap;
    }

    .content-render dl dt {
        font-size: 1rem;
    }

    .content-render h3 {
        font-size: 1.2rem !important;
    }


    .content-render h4 {
        font-size: 1rem !important;
    }

    .timeline-container {
        padding: 5px 10px
    }

    .timeline-content {
        padding: 10px
    }
}

.category-switch-container {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    flex-wrap: inherit;
}

.category-switch-item {
    width: calc(16.667% - 15px);
    margin: 7.5px;
}

.category-switch-item a {
    width: 100%;
}


@media only screen and (max-width:1200px) {

    .category-switch-item {
        width: calc(33.333% - 15px);
    }

}

@media only screen and (max-width:992px) {

    .category-switch-item {
        width: calc(50% - 15px);
    }

}

@media only screen and (max-width:575px) {

    .category-switch-item .btn {
        font-size: 14px;
        padding: 10px 24px;
    }

    .category-switch-item {
        width: calc(50% - 10px);
        margin: 5px;
    }

    /* .category-switch-container {
        display: block;
    }

    .category-switch-item {
        width: 80%;
        margin: 10px auto;
    }

    .category-switch-item a{
        width: 100%;
    }

    .category-switch-item:last-child a{
        border-bottom: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    } */
}

@media only screen and (max-width:575px) {
    .category-switch-item .btn {
        font-size: 14px;
        padding: 8px 15px;
    }
}

@media only screen and (max-width:330px) {
    .category-switch-item .btn {
        padding: 9px 10px;
    }
}

.certificate-item {
    height: auto;
    text-align: center;
    margin-bottom: 30px;
}

.certificate-container {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.certificate-container img {
    width: 100%;
}

.certificate-container h5 {
    margin-top: 20px;
}

.certificate-title {
    color: black;
}

.certificate-subtitle {
    color: black;
}

.light-bg {
    background: linear-gradient(to bottom right, #F3FFFFFF, #E8E8E8);
}

.quote-title {
    color: white;
}

.quote-description {
    color: white;
    max-width: 100%;
    margin-top: 30px;
    margin-left: 0;
}

.quote-img {
    width: 100%;
    margin-top: 10px;
}

.quote-info {
    margin-right: 30px;
}

.quote-body {
    padding: 50px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 8px;
    /* border-radius: 10px; */
    z-index: 9;
}

.quote-body .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.quote-body .bootstrap-select>.dropdown-toggle {
    display: block;
}

.quote-info .about-sale {
    margin-top: 20px;
}

.quote-info .number-text {
    display: flex;
    justify-content: left;
    align-items: center;
}

.quote-info .number-title {
    display: block;
    max-width: 200px;
    margin-bottom: 0;
}

.quote-info .number-icon {
    width: 30px;
    margin-right: 10px;
    color: white;
}

.quote-info.contact-info.style-1 .title {
    font-size: 40px;
}

.split-container {
    margin: 30px 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}

form .dropdown-menu .dropdown-item {
    padding: 8px 20px;
    font-size: 14px;
}

form .dropdown .btn {
    padding: 12px 30px 12px 15px;
}

@media only screen and (max-width: 767px) {
    .certificate-title {
        margin-bottom: 30px;
    }

    .quote-description {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .quote-info {
        margin-right: 0;
    }

    .quote-description {
        margin-top: 10px;
    }

    .quote-body {
        padding: 30px;
    }

    .contact-info.style-1.quote-info {
        margin-bottom: 15px;
    }

    .quote-info.contact-info.style-1 .title {
        font-size: 30px;
    }

    .split-container {
        margin: 15px 0;
    }

    .quote-info .about-sale {
        margin-bottom: 30px;
    }

    .quote-info .about-sale .about-content {
        text-align: center;
    }

    .quote-info .about-sale .number-text {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


.band-image {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
}

#article-menu-container {
    width: 280px;
    background-color: white;
    font-size: 13px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#article-menu-container ul {
    padding: 15px;
}

#article-menu-container li {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 0;
    padding: 4px 4px 4px 16px;
    color: var(--title);
    cursor: pointer;
}

#article-menu-container li:hover {
    background-color: #f8f8f8;
    color: var(--primary);
}

#article-menu-container li:hover em {
    background-color: var(--primary);
}

#article-menu-container .cate-item1 {
    font-weight: 600;
}

#article-menu-container li .rank {
    font-size: 13px;
    padding-right: 6px;
    line-height: 1.3;
}

#article-menu-container li .title {
    line-height: 1.3;
}


#article-menu-container .cate-item2 {
    padding-left: 25px;
}

#article-menu-container .indicator {
    position: absolute;
    border-bottom: 6px solid transparent;
    border-left: 9px solid var(--primary);
    border-right: 0;
    border-top: 6px solid transparent;
    cursor: pointer;
    display: none;
    height: 0;
    left: 0;
    top: 5px;
    width: 0;
}

#article-menu-container em {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #ccc;
    border-radius: 50%;
    margin-right: 8px;
    margin-top: 5px;
    cursor: pointer;
    flex-shrink: 0;
}


#article-menu-container li.active {
    color: var(--primary) !important;
}

#article-menu-container li.active .indicator {
    display: inline-block;
}

#article-menu-container li.active em {
    background-color: var(--primary);
}

#article-menu-button {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    position: fixed;
    right: 30px;
    bottom: 220px;
    border-radius: 50%;
    font-size: 20px;
    background-color: white;
    box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.05), 0 2px 8px -2px rgba(25, 15, 15, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
    z-index: 999;
    visibility: hidden;
    cursor: pointer;
}

@media only screen and (max-width: 575px) {
    #article-menu-button {
        right: 15px;
    }
}

@media only screen and (max-width:330px) {
    #article-menu-button {
        width: 35px;
        height: 35px;
        font-size: 16px;
        bottom: 190px;
    }
}

#article-menu-drawer {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    position: fixed;
    width: 70%;
    right: -100%;
    height: 100%;
    transition: right 0.3s ease-in-out;
    -webkit-transition: right 0.3s ease-in-out;
    -moz-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    top: 0;
    background-color: #fff;
    margin: 0;
    z-index: 9999;
    text-align: left;
    font-size: 14px;
}

#article-menu-drawer.showing,
#article-menu-drawer.show:not(.hiding) {
    right: 0;
}

#article-menu-drawer.show.hiding {
    right: -100%;
}

#article-menu-drawer.show {
    right: 0;
}

.article-menu-drawer-header {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    flex-shrink: 0;
    font-weight: 700;
    font-size: 16px;
}

.article-menu-drawer-content {
    overflow-y: auto;
    flex-grow: 1;
}

#article-menu-drawer ul {
    padding: 7.5px 0;
}

#article-menu-drawer li {
    padding: 7.5px 20px;
    line-height: 1.2;
    cursor: pointer;
}

#article-menu-drawer li.active {
    background: #f8f8f8;
}

#article-menu-drawer li.mobile-cate-item1 {
    font-weight: 700;
}

.edge-push-menu-container {
    position: fixed;
    top: 50%;
    left: -280px;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    z-index: 999;
    box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.05), 0 2px 8px -2px rgba(25, 15, 15, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
}

.edge-push-menu-container.open {
    left: 0;
}

.edge-push-menu-knob {
    position: absolute;
    width: 20px;
    height: 50px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    font-size: 14px;
    color: white;
    background-color: var(--secondary);
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.05), 0 2px 8px -2px rgba(25, 15, 15, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
}

.edge-push-menu-knob i {
    transition: all 0.3s ease;
    transform-style: preserve-3d;
}

.edge-push-menu-container.open .edge-push-menu-knob i {
    transform: rotate(180deg);
}

@media only screen and (max-width:992px) {
    .edge-push-menu-container {
        display: none;
    }

    #article-menu-button {
        visibility: visible;
    }

}

@media only screen and (max-width:575px) {
    .band-image {
        height: 180px;
    }
}

@media only screen and (max-width:330px) {
    #article-menu-drawer li {
        font-size: 14px;
    }
}

@font-face {
    font-family: element-icons;
    src: url(/fonts/element/element-icons.woff) format("woff");
    font-weight: 400;
    font-display: "auto";
    font-style: normal
}

[class*=" el-icon-"],
[class^=el-icon-] {
    font-family: element-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.el-icon-minus:before {
    content: "\e6d8"
}

.el-icon-plus:before {
    content: "\e6d9"
}

.el-input-number {
    position: relative;
    display: inline-block;
    width: 180px;
    line-height: 38px
}

.el-input-number .el-input {
    display: block
}

.el-input-number .el-input__inner {
    -webkit-appearance: none;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center
}

.el-input-number__decrease,
.el-input-number__increase {
    position: absolute;
    z-index: 1;
    top: 1px;
    width: 40px;
    height: auto;
    text-align: center;
    background: #F5F7FA;
    color: #606266;
    cursor: pointer;
    font-size: 13px
}

.el-input-number__decrease:hover,
.el-input-number__increase:hover {
    color: #409EFF
}

.el-input-number__decrease:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled),
.el-input-number__increase:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled) {
    border-color: #409EFF
}

.el-input-number__decrease.is-disabled,
.el-input-number__increase.is-disabled {
    color: #C0C4CC;
    cursor: not-allowed
}

.el-input-number__increase {
    right: 1px;
    border-radius: 0 4px 4px 0;
    border-left: 1px solid #DCDFE6
}

.el-input-number__decrease {
    left: 1px;
    border-radius: 4px 0 0 4px;
    border-right: 1px solid #DCDFE6
}

.el-input-number.is-disabled .el-input-number__decrease,
.el-input-number.is-disabled .el-input-number__increase {
    border-color: #E4E7ED;
    color: #E4E7ED
}

.el-input-number.is-disabled .el-input-number__decrease:hover,
.el-input-number.is-disabled .el-input-number__increase:hover {
    color: #E4E7ED;
    cursor: not-allowed
}

.el-input-number--medium {
    width: 200px;
    line-height: 34px
}

.el-input-number--medium .el-input-number__decrease,
.el-input-number--medium .el-input-number__increase {
    width: 36px;
    font-size: 14px
}

.el-input-number--medium .el-input__inner {
    padding-left: 43px;
    padding-right: 43px
}

.el-input-number--small {
    width: 130px;
    line-height: 30px
}

.el-input-number--small .el-input-number__decrease,
.el-input-number--small .el-input-number__increase {
    width: 32px;
    font-size: 13px
}

.el-input-number--small .el-input-number__decrease [class*=el-icon],
.el-input-number--small .el-input-number__increase [class*=el-icon] {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.el-input-number--small .el-input__inner {
    padding-left: 39px;
    padding-right: 39px
}

.el-input-number--mini {
    width: 100px;
    line-height: 26px
}

.el-input-number--mini .el-input-number__decrease,
.el-input-number--mini .el-input-number__increase {
    width: 28px;
    font-size: 12px
}

.el-input-number--mini .el-input-number__decrease [class*=el-icon],
.el-input-number--mini .el-input-number__increase [class*=el-icon] {
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.el-input-number--mini .el-input__inner {
    padding-left: 28px;
    padding-right: 35px
}

.el-input-number.is-without-controls .el-input__inner {
    padding-left: 15px;
    padding-right: 15px
}

.el-input-number.is-controls-right .el-input__inner {
    padding-left: 15px;
    padding-right: 50px
}

.el-input-number.is-controls-right .el-input-number__decrease,
.el-input-number.is-controls-right .el-input-number__increase {
    height: auto;
    line-height: 19px
}

.el-input-number.is-controls-right .el-input-number__decrease [class*=el-icon],
.el-input-number.is-controls-right .el-input-number__increase [class*=el-icon] {
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.el-input-number.is-controls-right .el-input-number__increase {
    border-radius: 0 4px 0 0;
    border-bottom: 1px solid #DCDFE6
}

.el-input-number.is-controls-right .el-input-number__decrease {
    right: 1px;
    bottom: 1px;
    top: auto;
    left: auto;
    border-right: none;
    border-left: 1px solid #DCDFE6;
    border-radius: 0 0 4px
}

.el-input-number.is-controls-right[class*=medium] [class*=decrease],
.el-input-number.is-controls-right[class*=medium] [class*=increase] {
    line-height: 17px
}

.el-input-number.is-controls-right[class*=small] [class*=decrease],
.el-input-number.is-controls-right[class*=small] [class*=increase] {
    line-height: 15px
}

.el-input-number.is-controls-right[class*=mini] [class*=decrease],
.el-input-number.is-controls-right[class*=mini] [class*=increase] {
    line-height: 13px
}

.el-input--mini {
    font-size: 12px
}

.el-input__inner {
    -webkit-appearance: none;
    background-color: #FFF;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
    text-align: center
}

.el-input--mini .el-input__inner {
    height: 28px;
    line-height: 28px
}

.el-input--mini .el-input__icon {
    line-height: 28px
}

.cookie-manager-container {
    width: 100%;
    max-height: 0;
    opacity: 0;
    z-index: -100;
    position: fixed;
    bottom: 0;
    background-color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 20px;
    box-shadow: 0 -1px 2dvh 2px rgba(0, 0, 0, 0.1);
    transition: width 400ms, height 400ms, max-height 400ms, transform 600ms cubic-bezier(0, 1.2, 1, 1), opacity 166ms ease-out;
}

.cookie-manager-container.show {
    display: block;
    opacity: 1;
    max-height: 240px;
    pointer-events: all;
    transform-origin: right bottom;
    z-index: 10001;
}

.cookie-manager-content {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}

.cookie-manager-logo-container {
    width: 15%;
    min-width: 150px;
    flex-shrink: 0;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-content: center;
    justify-content: center;
}

.cookie-manager-logo-image {
    width: 80%;
    object-fit: contain;
}

.cookie-manager-text-title {
    font-weight: 600;
    font-size: 16px;
}

.cookie-manager-text-container {
    margin-left: 30px;
    font-size: 14px;
}

.cookie-manager-text-container p {
    margin-bottom: 5px;
}

.cookie-manager-right-opration-container {
    width: 250px;
    margin-left: 20px;
    flex-shrink: 0;
}

.cm-btn {
    width: 100%;
    border-radius: 5px;
    margin-top: 7px;
    font-size: 14px;
    padding: 10px 25px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
}

.cm-btn:first-child {
    margin-top: 0;
}

.cm-btn-primary {
    background: #000;
    color: white;
    border: 2px solid transparent;
    transition: all 0.3s ease-out;
}

.cm-btn-primary:hover {
    background-color: #24262b;
}

.cm-btn-outline {
    border: 2px solid black;
    color: black;
    transition: all 0.3s ease-out;
}

.cm-btn-outline:hover {
    border: 2px solid #24262b;
}

.cm-btn-text {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-start;
    color: #1032cf;
    line-height: 16px;
    cursor: pointer;
    margin-top: 15px;
    transition: all 0.3s ease-out;
    padding: 0;
}

.cm-btn.cm-btn-text i {
    font-size: 12px;
    margin-left: 10px;
}

.cm-btn.cm-btn-text:hover {
    color: #3750c1;
}

#custom-cookie-modal .modal-content {
    max-width: 70%;
    width: 700px;
    height: 70%;
}

.custom-cookie-content-container {
    position: relative;
    padding: 50px 50px 30px 50px;
    height: 100%;
    overflow: hidden;
}

.custom-cookie-content-scroll-container {
    height: calc(100% - 76px);
    overflow-y: auto;
}

.custom-cookie-description {
    font-size: 14px;
    margin-top: 5px;
}

#custom-cookie-modal .modal-content dt {
    margin-top: 20px;
}

#custom-cookie-modal .modal-content .custom-cookie-list {
    margin-bottom: 0;
}

#custom-cookie-modal .modal-content .custom-cookie-list dt:first-child {
    margin-top: 0;
}

#custom-cookie-modal .modal-content .el-radio-group {
    margin-top: 10px;
}

.steps {
    position: relative;
    flex-grow: 1;
}

.steps-list {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin-bottom: 0;
}

.steps-item {
    position: relative;
    width: 24%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    gap: 5px;
}

.steps-item-rail {
    position: absolute;
    top: 3px;
    left: calc(50% + 9px);
    width: calc(100% - 18px);
    height: 2px;
    background-color: rgba(5, 5, 5, 0.06);
    z-index: -1;
}

.steps-point {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.25);
}

.steps-item-finish .steps-point {
    background-color: #1677ff;
}

.steps-item-finish .steps-item-rail {
    background-color: #1677ff;
}

.steps-item-current .steps-point {
    width: 10px;
    height: 10px;
    background-color: #1677ff;
}

.steps-item-current .steps-item-rail {
    top: 4px;
}

.steps-point-label {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.45);
}

.steps-item-finish .steps-point-label {
    color: var(--title);
}

.steps-item-current .steps-point-label {
    color: var(--title);
}

.steps-item-fail .steps-point {
    background-color: #f5222d;
}

.steps-item-fail .steps-point-label {
    color: #f5222d;
}

.steps-item-fail .steps-item-rail {
    background-color: rgba(5, 5, 5, 0.06);
}

.el-radio__inner {
    width: 16px;
    height: 16px;
}

.el-radio__input.is-checked .el-radio__inner {
    border-color: rgb(94, 98, 111);
    background: white;
}

.el-radio__input.is-checked+.el-radio__label {
    color: rgb(94, 98, 111);
}

.el-radio__inner::after {
    width: 7px;
    height: 7px;
    background-color: rgb(94, 98, 111);
}

#custom-cookies-btn {
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: 200px;
    margin: 0 auto;
    transform: translateX(-50%);
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #000;
}

.el-pagination.is-background .el-pager li:not(.disabled):hover {
    background-color: #000;
    color: white;
}

.el-pagination .btn-next,
.el-pagination .btn-prev {
    width: 40px;
    height: 40px;
}

.el-pagination .btn-next .el-icon,
.el-pagination .btn-prev .el-icon {
    font-size: 16px;
}

.el-pagination .btn-next:hover i,
.el-pagination .btn-prev:hover i {
    color: #C0C4CC;
}

.el-pager li {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.el-button:focus,
.el-button:hover {
    color: #606266;
    background-color: #f7f7f7;
    border-color: #DCDFE6;
}

.el-button--primary {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.el-message-box__headerbtn:focus .el-message-box__close,
.el-message-box__headerbtn:hover .el-message-box__close {
    color: black;
}

.el-button--primary:focus,
.el-button--primary:hover {
    color: #FFF;
    background-color: #33363c;
    border-color: var(--secondary);
}

.news-form-container form {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    gap: 10px;
}

.news-form-container form .contact-form-item {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.news-form-container form .contact-form-item input,
.news-form-container form .contact-form-item textarea {
    border: none;
    flex-grow: 1;
    color: #24262B;
    font-size: 14px;
}

.news-form-container form .contact-form-item i {
    align-self: stretch;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding-right: 10px;
    color: #a1a19f;
}

.news-form-container form .contact-form-item i.align-top {
    align-items: flex-start;
    margin-top: 3px;
}

.news-form-container form .submit-button {
    width: 100%;
}

.news-form-container form .contact-form-item.error {
    border-color: #fa1462;
}

.translate-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: 0.3s all ease-in-out;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(24px);
    cursor: pointer;
}

.translate-container.active {
    z-index: 99999;
    opacity: 1;
}

.translate-content-container {
    position: absolute;
    width: 1120px;
    max-width: 80%;
    height: 540px;
    max-height: 80%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(calc(-50% + 8px));
    background: #fff;
    padding: 36px 102px;
    padding-bottom: 56px;
    padding-right: 20px;
    border-radius: 8px;
    cursor: auto;
    transition: transform 0.4s ease-in-out;
}

.translate-content-container .close-btn {
    position: absolute;
    width: 18px;
    height: 18px;
    font-size: 18px;
    top: 12px;
    right: 12px;
}

.translate-container.active .translate-content-container {
    transform: translateX(-50%) translateY(-50%);
}

.translate-content-container .title {
    text-align: center;
    font-size: 22px;
    margin-bottom: 36px;
    line-height: 22px;
    padding-right: 82px;
}

.gtranslate-container {
    overflow-y: auto;
    height: 100%;
}

.gtranslate_wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-right: 82px;
    border-radius: 4px;
}

.gtranslate_wrapper .glink {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    gap: 5px;
    width: calc((100% - 16px) / 3);
    background-color: #F6F7F8;
    transition: 0.3s all;
    border-radius: 4px;
    padding: 0 16px;
}


.gt_container--rvaygv.gtranslate_wrapper a.glink span {
    font-size: 12px;
    margin-right: 0;
    text-align: right;
    color: #828898;
    transition: 0.3s all;
}

.gt_container--rvaygv.gtranslate_wrapper a.glink img {
    transition: 0.3s all;
}

.gt_container--rvaygv.gtranslate_wrapper.gtranslate_wrapper .glink:hover {
    background-color: #000;
}

.gt_container--rvaygv.gtranslate_wrapper.gtranslate_wrapper .glink:hover span {
    color: #FFF;
}

.gt_container--rvaygv.gtranslate_wrapper a.glink.gt-current-lang {
    background-color: #000;
}

.gt_container--rvaygv.gtranslate_wrapper a.glink.gt-current-lang span {
    color: #FFF;
}

.gt_container--rvaygv.gtranslate_wrapper a.glink.gt-current-lang img {
    opacity: 1;
}

.lang-loader-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.minimal-spinner {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: conic-gradient(#0000 10%, #333);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 4px), #000 0);
    mask: radial-gradient(farthest-side, #0000 calc(100% - 4px), #000 0);
    animation: spin 0.8s infinite linear;
}

.lang-loader-container p {
    margin-top: 16px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #666;
    letter-spacing: 0.5px;
}

/* rtl适配 */

[dir="rtl"] .ltr {
    direction: ltr !important;
    unicode-bidi: isolate;
}

[dir="rtl"] .logo-header {
    float: right;
}

[dir="rtl"] .site-header .extra-nav {
    float: left;
    /* padding-left: 0;
    padding-right: 30px; */
}

[dir="rtl"] .header-nav.justify-content-start {
    justify-content: flex-start !important
}

[dir="rtl"] .justify-content-start {
    justify-content: flex-end !important;
}

[dir="rtl"] .testimonial-three-shape-1 {
    right: -150px;
}

[dir="rtl"] .header-nav .nav>li.menu-item-has-children>a:after,
[dir="rtl"] .header-nav .nav>li.sub-menu-down>a:after {
    margin-left: 0;
    margin-right: 5px;
}

[dir="rtl"] .site-header .extra-nav .extra-cell .login-link {
    margin-left: 15px;
    margin-right: 0;
}

[dir="rtl"] .cart-link {
    margin-right: 10px;
    padding-left: 0;
}

[dir="rtl"] .left-text-bar {
    left: auto;
    right: 0;
}

[dir="rtl"] .main-slider.style-1 .swiper-pagination-wrapper {
    left: auto;
    right: 20px;
}

[dir="rtl"] .banner-social-media {
    right: auto;
    left: 25px;
}

[dir="rtl"] .main-slider.style-1 .swiper-slide::before {
    content: "";
    position: absolute;
    top: 80px;
    left: 0;
    background-color: var(--secondary);
    width: 50%;
    height: 100%
}

[dir="rtl"] .main-slider.style-1 .swiper-slide:after {
    display: none;
}

[dir="rtl"] .main-swiper .swiper-pagination-five .swiper-pagination-bullet:after {
    left: auto;
    right: -45px;
}

[dir="rtl"] .pagination-align.style-1 {
    flex-direction: row-reverse;
}

[dir="rtl"] .navbar-toggler {
    float: left;
}

[dir="rtl"] .selection__arrow {
    float: left;
}

[dir="rtl"] .site-header .extra-nav .extra-cell>* {
    margin-left: -10px;
    margin-right: 0;
}

[dir="rtl"] .fa-arrow-right,
[dir="rtl"] .fa-chevron-right,
[dir="rtl"] .fa-angle-right,
[dir="rtl"] .fa-long-arrow-alt-right,
[dir="rtl"] .icon-chevron-right,
[dir="rtl"] .fa-angle-left,
[dir="rtl"] .fa-chevron-left,
[dir="rtl"] .fa-angles-right,
[dir="rtl"] .page-link svg {
    transform: scaleX(-1);
}

[dir="rtl"] .swiper-five .pagination-align .about-button-prev {
    order: 2;
}

[dir="rtl"] .swiper-five .pagination-align .about-button-next {
    order: 1;
}


[dir="rtl"] .header-nav .nav>li .mega-menu li>.sub-menu,
[dir="rtl"] .header-nav .nav>li .sub-menu li>.sub-menu {
    right: 240px;
}

[dir="rtl"] #spire-menu-swiper-scrollbar .swiper-scrollbar-drag {
    right: 0;
}

[dir="rtl"] .breadcrumb-item+.breadcrumb-item::before {
    content: "\f104";
    padding-left: 12px;
    padding-right: 0;
}

[dir="rtl"] .dzSubscribe .form-group .input-group .input-group-addon {
    left: 0;
    right: auto;
}

[dir="rtl"] .breadcrumb-item+.breadcrumb-item {
    padding-right: var(--bs-breadcrumb-item-padding-x);
    padding-left: 0;
}

[dir="rtl"] .timeline-container.right {
    left: auto;
    right: 50%;
}

[dir="rtl"] .timeline-container.left::before {
    left: 1px;
    right: auto;
}

[dir="rtl"] .timeline-container.right::before {
    right: 1px;
    left: auto;
}

[dir="rtl"] .contact-info.style-1 .contact-bottom .contact-left {
    margin-left: 190px;
    margin-right: 0;
}

[dir="rtl"] .contact-info.style-1 .contact-bottom h3,
[dir="rtl"] .contact-info.style-1 .contact-bottom .h3 {
    text-align: right;
}

[dir="rtl"] .contact-info.style-1 .contact-address h3,
[dir="rtl"] .contact-info.style-1 .contact-address .h3 {
    text-align: right;
}

[dir="rtl"] .contact-info.style-1 .contact-bottom ul li a {
    display: inline-block;
    width: 100%;
    text-align: right;
}

[dir="rtl"] .contact-address li {
    text-align: right;
    direction: rtl;
}

[dir="rtl"] .quote-info .number-icon {
    margin-left: 10px;
    margin-right: 0;
}

[dir="rtl"] .quote-info .number-text {
    justify-content: right;
}

[dir="rtl"] .quote-info .number-title {
    text-align: right;
    direction: rtl;
}

[dir="rtl"] .dz-page-text>ol,
[dir="rtl"] .dz-page-text>ul,
[dir="rtl"] .dz-blog.blog-single .dz-post-text>ol,
[dir="rtl"] .dz-blog.blog-single .dz-post-text>ul,
[dir="rtl"] .dz-blog.blog-single .dz-post-text.text>ol,
[dir="rtl"] .dz-blog.blog-single .dz-post-text.text>ul {
    padding-left: 0;
    padding-right: 1.25rem;
}

[dir="rtl"] .content-render ul {
    padding-left: 0;
    padding-right: 1rem;
}

[dir="rtl"] .content-render ol {
    padding-left: 0;
    padding-right: 1rem;
}

[dir="rtl"] .about-ad-r {
    left: 60px;
    right: auto;
}

[dir="rtl"] .get-in-touch span {
    margin-left: auto;
    margin-right: 18px;
}

[dir="rtl"] .m-r100 {
    margin-right: 0;
    margin-left: 100px;
}

[dir="rtl"] .comment-media-preview-modal .btn-prev {
    left: auto;
    right: 0;
}

[dir="rtl"] .comment-media-preview-modal .btn-next {
    left: 0;
    right: auto;
}

[dir="rtl"] .comment-media-preview-modal .product-info-container {
    left: 0;
    right: 20px;
}

[dir="rtl"] .video-masker .video-duration {
    left: 10px;
    right: auto;
}

[dir="rtl"] .about-style1 .about-bx-detail .customer-info .comment-country {
    margin-left: 0;
    margin-right: 10px;
}

[dir="rtl"] .category-share-container ul {
    margin-left: auto;
    margin-right: 16px;
}

[dir="rtl"] .category-share-container ul li:first-child {
    margin-right: 0;
    margin-left: 5px;
}

[dir="rtl"] .category-share-container ul li:last-child {
    margin-left: 0;
    margin-right: 5px;
}

[dir="rtl"] .dz-shop-card.style-2 .dz-content .dz-param .icon {
    margin-left: 5px;
    margin-right: 0;
}

[dir="rtl"] .dz-shop-card.style-2 .dz-content .dz-rating-number {
    margin-right: 5px;
    margin-left: 0;
}

[dir="rtl"] .dz-shop-card.style-2 .dz-media {
    margin-right: auto;
    margin-left: 30px;
}

[dir="rtl"] .dz-shop-card.style-2 .dz-content .dz-body .dz-para {
    padding-left: 30px;
    padding-right: 0;
}

[dir="rtl"] .filter-wrapper .filter-right-area>div {
    border-right: 1px solid var(--border-color);
    border-left: none;
}

[dir="rtl"] .filter-wrapper .filter-right-area .form-group .default-select .dropdown-toggle:after,
[dir="rtl"] .filter-wrapper .filter-right-area .form-group .bootstrap-select .dropdown-toggle:after {
    margin-right: 18px;
    margin-left: 0;
}

[dir="rtl"] .lg-container {
    direction: ltr;
}

[dir="rtl"] form .dropdown .btn {
    padding: 12px 15px 12px 30px;
}

[dir="rtl"] .input-group .dropdown-toggle .filter-option-inner-inner {
    text-align: right;
}

[dir="rtl"] .bootstrap-select>.dropdown-toggle {
    text-align: left;
}

[dir="rtl"] .bootstrap-select .dropdown-toggle .filter-option {
    float: right;
}

[dir="rtl"] .bootstrap-select .dropdown-menu li a span.text {
    width: 100%;
    direction: rtl;
    text-align: right;
}

[dir="rtl"] .ltr-select.bootstrap-select .dropdown-menu li a span.text {
    direction: ltr;
}

[dir="rtl"] .ltr-select.bootstrap-select .filter-option-inner-inner {
    direction: ltr;
}

[dir="rtl"] .news-form-container form .contact-form-item i {
    padding-left: 10px;
    padding-right: 0;
}

[dir="rtl"] .dz-info-bottom-container .dz-info-date i {
    margin-left: 3px;
    margin-right: 0;
}

[dir="rtl"] .shop-card .price {
    direction: ltr;
}

[dir="rtl"] .price-num {
    direction: ltr;
}

[dir="rtl"] .dz-shop-card.style-2 .dz-content .price-num {
    direction: ltr;
}

[dir="rtl"] .dz-shop-card.style-2 .dz-content .dz-rating-value {
    margin-right: 0;
    margin-left: 5px
}

[dir="rtl"] .address-box {
    direction: rtl;
    text-align: right;
    unicode-bidi: isolate;
}

[dir="rtl"] #article-menu-container li .rank {
    padding-left: 6px;
    padding-right: 0;
}

[dir="rtl"] #article-menu-container em {
    margin-left: 8px;
    margin-right: 0;
}

[dir="rtl"] .comment-content.dz-page-text,
[dir="rtl"] .review-content,
[dir="rtl"] .para-text.notranslate,
[dir="rtl"] .comment-content.dz-page-text {
    unicode-bidi: isolate;
    direction: ltr;
}

[dir="rtl"] .content-update-time-label {
    margin-left: 10px;
    margin-right: 0;
}

@media only screen and (min-width:1200px) {

    [dir="rtl"] .header-nav .nav>li .mega-menu li:hover>a,
    [dir="rtl"] .header-nav .nav>li .sub-menu li:hover>a {
        width: 100%;
        direction: rtl;
        text-align: right;
    }

    [dir="rtl"].header-nav .nav>li .mega-menu li,
    .header-nav .nav>li .sub-menu li {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: space-between;
    }

}

@media only screen and (max-width:1200px) {
    [dir="rtl"] .main-slider.style-1 .swiper-slide::before {
        display: none
    }

    [dir="rtl"] .mo-left .header-nav {
        left: auto;
        width: 100%;
        right: -100%;
    }

    [dir="rtl"] .mo-left .header-nav.show {
        left: auto;
        right: 0;
    }

    [dir="rtl"] .header-nav .nav>li.menu-item-has-children>a:after,
    [dir="rtl"] .header-nav .nav>li.sub-menu-down>a:after {
        float: left;
    }

    [dir="rtl"] .header-nav .nav>li .mega-menu li,
    [dir="rtl"] .header-nav .nav>li .sub-menu li {
        text-align: right;
    }

    [dir="rtl"] .navbar-toggler {
        margin: 18px 30px 16px 0px;
    }

    [dir="rtl"] .filter-wrapper .shop-tab {
        margin-right: auto;
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    [dir="rtl"] .mb-cart {
        margin: 24px 20px 16px 15px;
        padding-right: 0;
        float: left;
    }

    [dir="rtl"] .mb-user {
        margin-left: 0 !important;
        margin-right: 10px;
    }

    [dir="rtl"] .mb-cart,
    [dir="rtl"] .mb-search,
    [dir="rtl"] .mb-user {
        float: left;
    }

    [dir="rtl"] .mb-cart li a>span {
        margin-right: -28px;
    }

    [dir="rtl"] .site-header .extra-nav .extra-cell ul .login-link {
        margin-left: auto;
    }
}

@media only screen and (max-width: 575px) {

    [dir="rtl"] .navbar-toggler {
        margin: 11px 20px 10px 0px;
    }

    [dir="rtl"] .filter-wrapper .filter-right-area>div {
        border-left: none;
        border-right: none;
    }
}

@media (min-width: 768px) {

    [dir="rtl"] .me-md-5 {
        margin-right: 0 !important;
        margin-left: 3rem !important;
    }

}

@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .translate-content-container {
        height: 80%;
        padding: 36px 52px;
        padding-bottom: 56px;
        padding-right: 10px;
    }

    .translate-content-container .title {
        padding-right: 10px;
    }

    .gtranslate_wrapper {
        padding-right: 42px;
    }

    .gtranslate_wrapper .glink {
        width: calc((100% - 24px) / 2);
    }
}

@media only screen and (max-width: 992px) {

    .cookie-manager-text-container {
        margin-left: 0;
    }

    .cookie-manager-logo-image {
        display: none;
    }

    .cookie-manager-content {
        display: block;
    }

    .cookie-manager-container.show {
        max-height: 80vh;
    }

    .cookie-manager-right-opration-container {
        width: 100%;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
        margin-left: 0;
    }

    .custom-cookie-content-scroll-container {
        height: calc(100% - 66px);
    }

    .cm-btn.cm-btn-text {
        margin-top: 10px;
    }

    .cookie-manager-right-opration-container .cm-btn {
        width: calc((100% - 10px) / 2);
        margin-top: 0;
    }

    #custom-cookie-modal .modal-content {
        width: calc(100% - 30px);
        max-width: 100%;
        height: 60%;
    }

    .custom-cookie-content-container {
        padding: 25px;
    }

    #custom-cookies-btn {
        bottom: 25px;
    }

    .cookie-manager-text-container p:nth-child(3) {
        display: none;
    }

    .cookie-manager-right-opration-container .cm-btn-primary {
        order: 1;
    }

    .cookie-manager-right-opration-container .cm-btn-outline {
        order: 0;
    }

}

@media only screen and (max-width: 767px) {
    .review-pagination {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
    }

    .userpage .orderlist .box .order-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .translate-content-container {
        padding: 36px;
    }

    .gtranslate_wrapper .glink {
        width: 100%;
    }

    .translate-content-container .title {
        margin-bottom: 36px;
        padding-right: 0;
    }

    .translate-content-container {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        padding-left: 38px;
        padding-right: 28px;
        padding-top: 64px;
        border-radius: 0;
    }

    .gtranslate-container {
        padding-right: 10px;
    }

    .gtranslate_wrapper {
        padding-right: 0;
    }

    .translate-content-container .close-btn {
        width: 22px;
        height: 22px;
        font-size: 22px;
        font-weight: 800;
        top: 30px;
        right: 30px;
    }
}