/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: .875em;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: .875em;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row-cols-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-sm-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-sm-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-sm-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .row-cols-sm-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-sm-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-sm-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.333333%
    }
    .offset-sm-2 {
        margin-left: 16.666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.333333%
    }
    .offset-sm-5 {
        margin-left: 41.666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.333333%
    }
    .offset-sm-8 {
        margin-left: 66.666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.333333%
    }
    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-md-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-md-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-md-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .row-cols-md-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-md-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-md-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.333333%
    }
    .offset-md-2 {
        margin-left: 16.666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.333333%
    }
    .offset-md-5 {
        margin-left: 41.666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.333333%
    }
    .offset-md-8 {
        margin-left: 66.666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.333333%
    }
    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-lg-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-lg-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-lg-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .row-cols-lg-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-lg-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-lg-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.333333%
    }
    .offset-lg-2 {
        margin-left: 16.666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.333333%
    }
    .offset-lg-5 {
        margin-left: 41.666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.333333%
    }
    .offset-lg-8 {
        margin-left: 66.666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.333333%
    }
    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-xl-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-xl-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-xl-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .row-cols-xl-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-xl-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-xl-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.333333%
    }
    .offset-xl-2 {
        margin-left: 16.666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.333333%
    }
    .offset-xl-5 {
        margin-left: 41.666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.333333%
    }
    .offset-xl-8 {
        margin-left: 66.666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.333333%
    }
    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.form-row>.col>.valid-tooltip,
.form-row>[class*=col-]>.valid-tooltip {
    left: 5px
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*=col-]>.invalid-tooltip {
    left: 5px
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.width {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing.width {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
    z-index: 1
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after,
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after,
.input-group.has-validation>.custom-select:nth-last-child(n+3),
.input-group.has-validation>.form-control:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before,
.custom-control-input[disabled]~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

@media (max-width:575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom,
.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .card-group>.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .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;
        orphans: 1;
        widows: 1
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow::after,
.bs-popover-top>.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow::before,
.bs-popover-right>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow::after,
.bs-popover-right>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow::before,
.bs-popover-left>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow::after,
.bs-popover-left>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentcolor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.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
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }
    .float-sm-right {
        float: right !important
    }
    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }
    .float-md-right {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }
    .float-lg-right {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }
    .float-xl-right {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.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
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.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
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }
    .m-sm-n1 {
        margin: -.25rem !important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }
    .m-sm-n2 {
        margin: -.5rem !important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }
    .m-sm-n3 {
        margin: -1rem !important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }
    .m-sm-n4 {
        margin: -1.5rem !important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }
    .m-sm-n5 {
        margin: -3rem !important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }
    .m-md-n1 {
        margin: -.25rem !important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }
    .m-md-n2 {
        margin: -.5rem !important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }
    .m-md-n3 {
        margin: -1rem !important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }
    .m-md-n4 {
        margin: -1.5rem !important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }
    .m-md-n5 {
        margin: -3rem !important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }
    .m-lg-n1 {
        margin: -.25rem !important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }
    .m-lg-n2 {
        margin: -.5rem !important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }
    .m-lg-n3 {
        margin: -1rem !important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }
    .m-lg-n4 {
        margin: -1.5rem !important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }
    .m-lg-n5 {
        margin: -3rem !important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }
    .m-xl-n1 {
        margin: -.25rem !important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }
    .m-xl-n2 {
        margin: -.5rem !important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }
    .m-xl-n3 {
        margin: -1rem !important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }
    .m-xl-n4 {
        margin: -1.5rem !important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xl-n5 {
        margin: -3rem !important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }
    .text-sm-right {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }
    .text-md-right {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }
    .text-lg-right {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }
    .text-xl-right {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]::after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap !important
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    body {
        min-width: 992px !important
    }
    .container {
        min-width: 992px !important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }
    .table-dark {
        color: inherit
    }
    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

/*# sourceMappingURL=bootstrap.min.css.map */

@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

html,
button,
input,
select,
textarea {
    font-family: Tahoma, sans-serif;
    color: #222;
}

::-moz-selection {
    background: rgba(2, 139, 255, 1);
    color: #fff;
    text-shadow: none;
}

::selection {
    background: rgba(2, 139, 255, 1);
    color: #fff;
    text-shadow: none;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

body {
    direction: ltr;
    color: #444;
    font-size: 12px;
    line-height: 18px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    color: #333;
    font-weight: bold;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}

h1 {
    font-size: 24px;
    line-height: 54px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;
}

h2 {
    font-size: 22px;
    line-height: 36px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;
}

h3 {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;
}

h4 {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: normal;
}

h5 {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: normal;
}

h6 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
}

.Head {
    display: inline-block;
    margin-bottom: 6px;
}

td.Head,
td.SubHead,
td.SubSubHead {
    display: table-cell;
    margin-bottom: 0;
}

input[type="image"]+span.Head,
input[type="image"]+span.SubHead {
    display: inline;
}

p {
    margin: 0 0 18px 0;
}

p img {
    margin: 0;
}

em,
i {
    font-style: italic;
}

strong,
b {
    font-weight: bold;
}

small {
    font-size: 80%;
}

.Normal,
.NormalDisabled,
.NormalDeleted {
    color: #444;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    word-wrap: break-word;
}

.NormalDisabled,
.NormalDeleted {
    color: #999;
}

.Help {
    padding: 2px;
    border: #000 1px solid;
    background-color: #ff9;
    font-weight: normal;
    font-size: 11px;
    color: #000;
}

.NormalBold {
    font-weight: bold;
    color: #222;
}

.NormalRed {
    font-weight: bold;
    color: red;
}

.NormalDeleted {
    text-decoration: line-through;
}

blockquote,
blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #777;
    font-style: italic;
}

blockquote {
    margin: 0 0 20px;
    padding: 9px 19px 0 20px;
    border-right: 1px solid #ddd;
}

blockquote cite {
    display: block;
    font-size: 12px;
    color: #555;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
    color: #555;
}

hr {
    clear: both;
    margin: 17px 0 17px;
    height: 0;
    border: solid #ddd;
    border-width: 1px 0 0;
}

a,
a:visited {
    color: rgb(2, 139, 255);
    text-decoration: underline;
    outline: 0;
}

a:hover,
a:focus,
a:active {
    color: #222;
    outline: 0;
}

p a,
p a:visited {
    line-height: inherit;
}

img.dnn-scale-img {
    max-width: 100%;
    height: auto;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

#dnn_dnnLOGO_imgLogo {
    border: 0;
}

ul,
ol {
    margin-bottom: 18px;
    margin-right: 18px;
}

ul {
    list-style: square outside;
}

ol {
    list-style: decimal;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin-right: 18px;
    margin-bottom: 0;
}

ol ol {
    list-style: lower-roman;
}

li p {
    line-height: 18px;
}

.dnnFormMessage {
    display: block;
    padding: 17px 18px;
    margin-bottom: 18px;
    border: 1px solid rgba(2, 139, 255, 0.2);
    background: rgba(2, 139, 255, 0.15);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 980px;
}

.dnnFormMessage.dnnFormError,
.dnnFormMessage.dnnFormValidationSummary {
    background-color: rgba(255, 0, 0, 0.15);
    border-color: rgba(255, 0, 0, 0.2);
}

.dnnFormMessage.dnnFormWarning {
    background-color: rgba(255, 255, 0, 0.15);
    border-color: #CDB21F;
}

.dnnFormMessage.dnnFormSuccess {
    background-color: rgba(0, 255, 0, 0.15);
    border-color: rgba(0, 255, 0, 0.5);
}

.dnnTableHeader {
    display: block;
    padding: 15px;
    background: none repeat scroll 0 0 #E3E3E5;
}

.dnnTableHeader a,
.dnnTableHeader input,
.dnnTableHeader select {
    margin: 0;
}

.dnnTableDisplay {
    margin-bottom: 18px;
    border: 1px solid #d1d1d1;
    border-right: 0;
    border-bottom: 0;
}

.dnnTableDisplay td,
.dnnTableDisplay th {
    padding: 5px 9px;
    border-bottom: 1px solid #d1d1d1;
}

.dnnTableDisplay th {
    padding: 0;
    border-right: 1px solid #d1d1d1;
    -webkit-box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.9);
    box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.9);
}

.dnnTableDisplay th>span,
.dnnTableDisplay th>a {
    display: block;
    padding: 5px 9px;
}

.dnnTableDisplay td:first-child {
    border-right: 1px solid #cfcfcf;
}

.dnnTableDisplay label {
    display: inline;
    padding-right: 5px;
}

.dnnTableDisplay caption {
    display: none;
}

.dnnTableDisplay th {
    background: -moz-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%);
    background: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #f5f5f5), color-stop(100%, #dfdfdf));
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%);
    background: -o-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%);
    background: -ms-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%);
    background: linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%);
    text-align: right;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.8);
    color: #333;
}

.dnnTableDisplay th a,
.dnnTableDisplay th label {
    font-weight: normal;
    color: #333;
    text-decoration: none;
}

.dnnTableDisplay th a {
    padding: 8px 9px;
}

.dnnTableDisplay th a:hover {
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #fefefe), color-stop(100%, #e8e8e8));
    background: -webkit-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    background: linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    color: #333;
}

.dnnTableDisplay th a:active {
    border-color: #999;
    background: #c6c6c6;
    background: -moz-linear-gradient(top, #c6c6c6 0%, #f3f3f3 100%);
    background: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #c6c6c6), color-stop(100%, #f3f3f3));
    background: -webkit-linear-gradient(top, #c6c6c6 0%, #f3f3f3 100%);
    background: -o-linear-gradient(top, #c6c6c6 0%, #f3f3f3 100%);
    background: -ms-linear-gradient(top, #c6c6c6 0%, #f3f3f3 100%);
    background: linear-gradient(top, #c6c6c6 0%, #f3f3f3 100%);
    -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
}

.dnnTableDisplay tr:nth-child(2n) td {
    background: rgba(0, 0, 0, 0.04);
}

.dnnTableDisplay tr:hover td {
    background: rgba(2, 139, 255, 0.15);
}

.dnnTableDisplay tfoot tr:hover td {
    background: none;
}

.dnnTableFilter {
    margin-bottom: 18px;
    background: rgba(0, 0, 0, 0.04);
}

.dnnTableFilter .dnnTableDisplay {
    margin-bottom: 0;
}

.dnnFilterSet {
    padding: 18px;
}

.dnnFilterSet label {
    display: inline-block;
}

.dnnFilterSet input,
.dnnFilterSet select {
    display: inline-block;
    margin: 0 5px;
}

.verticalFilter .dnnFilterSet {
    float: right;
    width: 20%;
    padding: 2% 18px;
}

.verticalFilter .dnnTableDisplay {
    float: left;
    width: 75%;
}

.verticalFilter input[type=search],
.verticalFilter select,
.verticalFilter input[type=text] {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.dnnResults {
    float: right;
    margin-bottom: 0;
}

.dnnPagination {
    float: left;
    margin: 0;
    padding: 0;
}

.dnnPagination li {
    float: right;
    list-style: none;
}

.dnnPagination li a,
.dnnPagination li span {
    display: inline-block;
    padding: 0 5px;
    text-decoration: none;
    color: #333;
}

.dnnPagination li a:hover {
    text-decoration: underline;
    color: #222;
}

.dnnPagination li span {
    color: #222;
    text-decoration: underline;
}

.dnnFormItem input[type="text"],
.dnnFormItem select,
.dnnFormItem textarea,
.dnnFormItem input[type="email"],
.dnnFormItem input[type="search"],
.dnnFormItem input[type="password"] {
    margin-bottom: 18px;
    padding: 8px;
    background: #ffffff;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    color: #333;
    font-size: 12px;
}

.dnnFormItem input.aspNetDisabled,
.dnnFormItem textarea.aspNetDisabled {
    background: #ebebeb;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #a7a7a7;
    border-width: 1px;
}

.aspNetDisabled,
a.aspNetDisabled,
.dnnDisabled,
a.dnnDisabled {
    color: #ccc;
    cursor: not-allowed;
    text-decoration: none;
}

.dnnFormItem input[type="text"]:active,
.dnnFormItem input[type="text"]:focus,
.dnnFormItem input[type="password"]:focus,
.dnnFormItem input[type="password"]:active,
.dnnFormItem input[type="email"]:active,
.dnnFormItem input[type="email"]:focus,
.dnnFormItem select:active,
.dnnFormItem select:focus,
.dnnFormItem textarea:active,
.dnnFormItem textarea:focus,
.dnnFormItem input[type="search"]:active,
.dnnFormItem input[type="search"]:focus {
    background: #fff;
    border: 1px solid rgba(2, 139, 255, 0.5);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(2, 139, 255, 0.4);
    box-shadow: 0px 0px 3px 0px rgba(2, 139, 255, 0.4);
    color: #333;
}

.required label:after,
legend.required:after {
    display: inline-block;
    margin-top: -2px;
    margin-right: 9px;
    padding: 1px 9px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: rgba(0, 0, 0, 0.03);
    content: 'Required';
    font-weight: normal;
    font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
    color: #777;
}

.error label,
legend.error {
    color: rgba(255, 0, 0, 0.9);
}

.error input[type="text"],
.error select,
.error textarea,
.error input[type="email"],
.error input[type="search"] {
    border: 1px solid rgba(255, 0, 0, 0.6);
    color: rgba(255, 0, 0, 0.7);
}

.dnnFormItem button,
.dnnFormItem input[type="button"],
.dnnFormItem input[type="reset"],
.dnnFormItem input[type="submit"],
.dnnPrimaryAction,
.dnnSecondaryAction,
.dnnTertiaryAction,
ul.dnnAdminTabNav li a,
.dnnLogin .LoginTabGroup span {
    display: inline-block;
    padding: 9px 9px;
    margin-bottom: 9px;
    cursor: pointer;
    min-width: 75px;
    *overflow: visible;
    border: 1px solid #c2c2c2;
    background: #eaeaea;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.dnnFormItem button,
.dnnFormItem input[type="button"],
.dnnFormItem input[type="reset"],
.dnnFormItem input[type="submit"],
.dnnPrimaryAction,
.dnnSecondaryAction,
.dnnTertiaryAction {
    padding: 6px 6px;
}

.dnnPrimaryAction,
.dnnFormItem input[type="submit"],
a.dnnPrimaryAction {
    border-color: #0D569E;
    background: #3792ED;
    background: -moz-linear-gradient(top, #358eea 0%, #2170cd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #358eea), color-stop(100%, #2170cd));
    background: -webkit-linear-gradient(top, #358eea 0%, #2170cd 100%);
    background: linear-gradient(top, #358eea 0%, #2170cd 100%);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    color: #efefef;
    text-shadow: 0px -1px 0px #185B93;
}

.dnnPrimaryAction:hover,
.dnnFormItem input[type="submit"]:hover,
a.dnnPrimaryAction:hover {
    border-color: #0D569E;
    background: #6cb6f3;
    background: -moz-linear-gradient(top, #6cb6f3 0%, #4387d2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6cb6f3), color-stop(100%, #4387d2));
    background: -webkit-linear-gradient(top, #6cb6f3 0%, #4387d2 100%);
    background: linear-gradient(top, #6cb6f3 0%, #4387d2 100%);
    color: #fff;
}

.dnnPrimaryAction:active,
.dnnFormItem input[type="submit"]:active,
a.dnnPrimaryAction:active {
    border-color: #0D569E;
    background: #1f66be;
    background: -moz-linear-gradient(top, #1f66be 0%, #3085e0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f66be), color-stop(100%, #3085e0));
    background: -webkit-linear-gradient(top, #1f66be 0%, #3085e0 100%);
    background: linear-gradient(top, #1f66be 0%, #3085e0 100%);
    -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    color: #fff;
}

.dnnPrimaryAction[disabled],
.dnnPrimaryAction[disabled]:hover,
.dnnPrimaryAction[disabled]:active {
    background: #ccc !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #aaa !important;
    text-shadow: none;
}

.dnnFormItem button,
.dnnFormItem input[type="button"],
.dnnFormItem input[type="reset"],
.dnnSecondaryAction,
a.dnnSecondaryAction,
ul.dnnAdminTabNav li a,
.dnnLogin .LoginTabGroup span {
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #dfdfdf));
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%);
    background: -o-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%);
    background: -ms-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%);
    background: linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
    text-shadow: 0px 1px 0px #ffffff;
    color: #333;
}

.dnnFormItem button:hover,
.dnnFormItem input[type="button"]:hover,
.dnnFormItem input[type="reset"]:hover,
.dnnSecondaryAction:hover,
a.dnnSecondaryAction:hover,
ul.dnnAdminTabNav li a:hover,
.dnnLogin .LoginTabGroup span:hover {
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e8e8e8));
    background: -webkit-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    background: linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    color: #555;
}

.dnnFormItem button:active,
.dnnFormItem input[type="button"]:active,
.dnnFormItem input[type="reset"]:active,
.dnnFormItem input[type="reset"]:active,
.dnnSecondaryAction:active,
a.dnnSecondaryAction:active,
ul.dnnAdminTabNav li a:active {
    border-color: #999;
    background: #c6c6c6;
    background: -moz-linear-gradient(top, #c6c6c6 0%, #f3f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c6c6c6), color-stop(100%, #f3f3f3));
    background: -webkit-linear-gradient(top, #c6c6c6 0%, #f3f3f3 100%);
    background: -o-linear-gradient(top, #c6c6c6 0%, #f3f3f3 100%);
    background: -ms-linear-gradient(top, #c6c6c6 0%, #f3f3f3 100%);
    background: linear-gradient(top, #c6c6c6 0%, #f3f3f3 100%);
    -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
}

span.dnnPrimaryAction>input[type="image"],
span.dnnSecondaryAction>input[type="image"] {
    display: none;
}

span.dnnPrimaryAction>a.dnnPrimaryAction,
span.dnnSecondaryAction>a.dnnSecondaryAction {
    display: inline;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dnnTertiaryAction,
a.dnnTertiaryAction {
    padding: 10px 10px;
    border: none;
    background: #eaeaea;
    color: #333;
}

.dnnTertiaryAction:hover,
a.dnnTertiaryAction:hover {
    background: #f2f2f2;
}

.dnnTertiaryAction:active,
a.dnnTertiaryAction:active {
    background: #d8d8d8;
}

.dnnFormItem input[type="text"]+a.dnnPrimaryAction,
.dnnFormItem input[type="text"]+a.dnnSecondaryAction,
.dnnFormItem input[type="text"]+a.dnnTerriaryAction {
    margin-right: 5px;
}

.dnnFormItem input[type="checkbox"]+span,
.dnnFormItem input[type="radio"]+span {
    margin: 5px;
}

.StandardButton {
    border: 1px solid blue;
}

.dnnFormItem button[disabled],
.dnnFormItem input[disabled] {
    cursor: default;
    opacity: 0.5;
}

.dnnFormItem input[type="checkbox"],
.dnnFormItem input[type="radio"] {
    *width: 13px;
    *height: 13px;
    padding: 0;
    box-sizing: border-box;
}

.dnnFormItem input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.dnnFormItem input[type="search"]::-webkit-search-decoration,
.dnnFormItem input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.dnnFormItem button::-moz-focus-inner,
.dnnFormItem input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.dnnFormItem textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

.dnnFormItem input:valid,
.dnnFormItem textarea:valid {}

.dnnFormItem input:invalid,
.dnnFormItem textarea:invalid {
    background-color: #f0dddd;
}

.horizontal ul.categories,
.horizontal ul.tags {
    list-style: none;
}

.horizontal ul.categories {}

.horizontal ul.tags {}

.horizontal ul.categories li,
.horizontal ul.tags li {}

.horizontal ul.tags li.add-tags {}

.horizontal ul.tags li.add-tags img {}

.vertical ul.categories,
.vertical ul.tags {
    list-style: none;
}

.vertical ul.categories li,
.vertical ul.tags li {}

.vertical ul.categories li {}

.vertical ul.tags li {}

.vertical ul.tags li.add-tags {}

.vertical ul.tags li.add-tags img {}

ul.dnnAdminTabNav {
    display: inline-block;
    margin-top: 5px;
    margin-right: 0;
    width: 100%;
    min-height: 37px;
    border-bottom: 1px solid #c2c2c2;
}

ul.dnnAdminTabNav li {
    float: right;
    margin-left: 4px;
    list-style: none;
}

ul.dnnAdminTabNav li a {
    margin-bottom: 0;
    border-bottom: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
}

ul.dnnAdminTabNav li.ui-tabs-active a {
    margin-top: -3px;
    padding: 12px 9px 10px 9px;
    background: #fff;
}

.ui-tabs .ui-tabs-panel {
    position: relative;
    display: block;
}

.ui-tabs .ui-tabs-hide {
    display: none;
}

.dnnLogin .LoginTabGroup {
    display: inline-block;
    width: 100%;
    height: 37px;
    margin-right: 0;
    margin-top: 5px;
    border-bottom: 1px solid #C2C2C2;
}

.dnnLogin .LoginTabGroup span {
    margin-left: 4px;
    margin-bottom: 0;
    border-bottom: 0 none;
    border-radius: 3px 0 0 3px;
    box-shadow: none;
}

.dnnLogin .LoginTabGroup span.LoginTabSelected {
    margin-top: -3px;
    padding: 12px 9px 10px;
    background: none repeat scroll 0 0 #FFFFFF;
}

.dnnForm .ui-resizable {
    position: relative;
}

.dnnForm .ui-resizable-handle {
    position: absolute;
    display: block;
    z-index: 99999;
    font-size: 0.1px;
}

.dnnForm .ui-resizable-disabled .ui-resizable-handle,
.dnnForm .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.dnnForm .ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    right: 0;
}

.dnnForm .ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    right: 0;
}

.dnnForm .ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.dnnForm .ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.dnnForm .ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    left: 1px;
    bottom: 1px;
}

.dnnForm .ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    bottom: -5px;
}

.dnnForm .ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.dnnForm .ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.dnnForm {
    width: 100%;
}

.dnnForm fieldset {
    clear: none;
    position: relative;
    margin-bottom: 18px;
    text-align: right;
}

.dnnForm fieldset fieldset {
    width: 100%;
}

.dnnForm .dnnFormItem {
    clear: both;
    width: 100%;
    display: block;
    position: relative;
    text-align: right;
}

.dnnTooltip {
    position: relative;
    display: block;
    width: 32.075%;
    margin-right: 18px;
}

.dnnHelperTip {
    position: relative;
    display: block;
}

.dnnDragdropTip {
    z-index: 10000;
    position: absolute;
    width: auto !important;
    height: auto !important;
    padding: 10px;
    padding-right: 30px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.75) url("/images/pin-icn.png") no-repeat 7px 12px;
    font-size: 11px;
    color: #DDD;
    text-align: right;
}

span.dnnFormRequired:after,
div.dnnFormItem.dnnFormRequired>div.dnnLabel span:after {
    content: "*";
    display: inline-block;
    margin: 0 5px 0 0;
    color: Red;
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;
}

.dnnFormItem input[type="checkbox"]+span,
.dnnFormItem input[type="radio"]+span {
    display: inline-block;
    width: auto;
    margin: 6px 5px 6px 5px;
}

a.dnnFormHelp,
.dnnForm .dnnFormItem a.dnnFormHelp,
.dnnTooltip label a.dnnFormHelp {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

a.dnnFormHelp {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 14px;
    height: 15px;
    background: url("/images/helpI-icn-grey.png") no-repeat right 2px;
    padding: 0 !important;
    margin: 0 !important;
}

.dnnLabel {
    display: inline-block;
    float: right;
    position: relative;
    width: 32.075%;
    padding-left: 20px;
    margin-left: 18px;
    overflow: visible;
    text-align: left;
}

.dnnFormItem>.dnnLabel {
    margin-top: 5px;
}

.dnnLabel>span {
    text-align: left;
}

.dnnForm .dnnFormItem a.dnnFormHelp span {
    position: relative;
}

.dnnForm .dnnFormItem a.dnnFormHelp img {
    display: block;
}

.dnnLabel+span {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 6px;
    white-space: pre-line;
}

td>.dnnLabel {
    width: 220px;
}

.dnnTooltip .dnnFormHelpContent,
.dnnHelperTip .dnnFormHelpContent {
    visibility: hidden;
    z-index: 10;
    position: absolute;
    width: 200px;
    padding: 10px;
    padding-right: 30px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.75);
    font-size: 11px;
    color: #ddd;
    text-align: right;
}

.dnnFormHelpContent span {
    display: block;
    word-wrap: break-word;
}

.dnnTooltip .dnnFormHelpContent .dnnHelpText {
    word-wrap: break-word;
}

.bottomArrow:after {
    position: absolute;
    content: "";
    right: 15px;
    bottom: -7px;
    width: 0;
    height: 0;
    opacity: 0.75;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #000;
}

.topArrow:before {
    position: absolute;
    content: "";
    right: 15px;
    top: -7px;
    width: 0;
    height: 0;
    opacity: 0.75;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #000;
}

a.pinHelp {
    display: block;
    position: absolute;
    right: 7px;
    top: 12px;
    width: 15px;
    height: 15px;
    opacity: 0.5;
    background: url("/images/pin-icn.png") no-repeat 0 0;
}

.ui-draggable a.pinHelp,
a.pinHelp:hover {
    opacity: 1;
}

.dnnFormItem span.dnnFormMessage.dnnFormError {
    display: block;
    position: absolute;
    overflow: visible;
    bottom: 95%;
    left: 12%;
    width: 200px;
    margin-bottom: 0;
    padding: 10px;
    border: none;
    border-radius: 3px;
    background: rgba(255, 0, 0, 0.75);
    font-size: 12px;
    color: #fff;
    text-align: left;
}

.dnnFormItem span.dnnFormMessage.dnnFormError:after {
    position: absolute;
    bottom: -7px;
    right: 15px;
    content: "";
    width: 0;
    height: 0;
    opacity: 0.75;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid red;
}

.dnnFormItem input[type="text"],
.dnnFormItem input[type="password"],
.dnnFormItem input[type="email"],
.dnnFormItem input[type="tel"],
.dnnFormItem select,
.dnnFormItem textarea {
    width: 45%;
    max-width: 445px;
}

.dnnFormItem select {
    width: 47%;
}

.dnnFormItem select option {
    color: #333;
}

.dnnFormItem table {
    background: none;
}

.dnnCheckbox {
    display: inline-block;
    cursor: pointer;
}

.dnnCheckbox .mark {
    display: inline-block;
}

.dnnCheckbox img {
    display: inline-block;
    width: 20px;
    height: 18px;
    min-width: 20px;
    vertical-align: middle;
}

.dnnCheckbox img {
    background: transparent url("/images/checkbox.png") no-repeat;
}

.dnnCheckbox img {
    background-position: 3px 0px;
}

.dnnCheckbox-hover img {
    background-position: 3px 0px;
}

.dnnCheckbox-checked img {
    background-position: -51px 0px;
}

.dnnCheckbox-disabled {
    cursor: not-allowed;
}

.dnnCheckbox-disabled img {
    opacity: .5;
}

.dnnCheckbox-checked-error img {
    background-position: -150px 0px;
}

.dnnCheckbox-error img {
    background-position: -100px 0px;
}

.dnnCheckbox-focus {
    background-color: #e3e3e5;
}

.dnnBoxLabel {
    display: inline-block;
}

.dnnFormItem input[type="checkbox"].normalCheckBox {
    display: inline-block;
    margin: 8px 0 4px 0;
}

.dnnRadiobutton {
    display: inline-block;
    cursor: pointer;
}

.dnnRadiobutton .mark {
    display: inline-block;
}

.dnnRadiobutton img {
    width: 20px;
    height: 18px;
    min-width: 20px;
    vertical-align: middle;
}

.dnnRadiobutton img {
    background: transparent url("/images/radiobutton.png") no-repeat;
}

.dnnRadiobutton img {
    background-position: 0px 0px;
}

.dnnRadiobutton-hover img {
    background-position: 0px 0px;
}

.dnnRadiobutton-checked img {
    background-position: -50px 0px;
}

.dnnRadiobutton-disabled img {
    opacity: .5;
}

.dnnRadiobutton-checked-error img {
    background-position: -150px 0px;
}

.dnnRadiobutton-error img {
    background-position: -100px 0px;
}

.dnnRadiobutton-focus {
    background-color: #e3e3e5;
}

div.dnnFormRadioButtons,
div.dnnHSRadioButtons,
span.dnnFormRadioButtons,
span.dnnHSRadioButtons {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #f0f0f0;
}

table.dnnFormRadioButtons {
    background-color: #f0f0f0;
    margin-bottom: 5px;
}

.RadComboBox_Default .rcbInput {
    width: 100% !important;
}

div.dnnFormGroup {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #f0f0f0;
    width: 65%;
}

.dnnSpinner {
    display: inline-block;
    position: relative;
    width: 150px;
    padding: 6px 6px;
    *overflow: visible;
    border: 1px solid #c9c9c9;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f0f2f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f0f2f1));
    background: -webkit-linear-gradient(top, #fff 0%, #f0f2f1 100%);
    background: linear-gradient(top, #fff 0%, #f0f2f1 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    text-decoration: none;
    -webkit-box-shadow: 0px 1px 0px 0px #bbb;
    box-shadow: 0px 1px 0px 0px #bbb;
}

.dnnFormItem .dnnSpinner {
    width: 45%;
    margin-bottom: 18px;
}

.dnnSpinnerDisplay {
    margin: 0 8px 0 25px;
    background: transparent;
    color: #999;
}

.dnnFormItem .dnnSpinnerDisplay>input[type="text"],
.dnnFormItem .dnnSpinnerDisplay>input[type="text"]:focus {
    border: none;
    margin: 0;
    box-shadow: none;
    padding: 0;
    background: transparent;
}

.dnnSpinnerCtrl {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    background-color: transparent;
    border-right: 1px solid #c9c9c9;
}

.dnnSpinnerCtrl>a.dnnSpinnerTopButton {
    display: block;
    width: 25px;
    height: 16px;
    background: transparent url("/images/dnnSpinnerUpArrow.png") no-repeat;
    background-position: center;
    cursor: pointer;
}

.dnnSpinnerCtrl>a.dnnSpinnerBotButton {
    display: block;
    width: 25px;
    height: 16px;
    background: transparent url("/images/dnnSpinnerDownArrow.png") no-repeat;
    background-position: center;
    cursor: pointer;
}

div.dnnTagsInput {
    display: inline-block;
    margin: 0;
    padding: 5px 5px 0 0;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #FFF;
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8), inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8), inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.dnnFormItem .dnnTagsInput {
    width: 45%;
}

div.dnnTagsInput span.tag {
    display: block;
    float: right;
    padding: 2px 6px 2px 6px;
    margin-left: 5px;
    margin-bottom: 5px;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 12px;
    text-decoration: none;
    color: #888;
    cursor: pointer;
    background-color: #eee;
}

div.dnnTagsInput span.tag:hover {
    background-color: #e8f1fa;
    color: #444;
}

div.dnnTagsInput span.tag a {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 6px 0 0 0;
    background: transparent url("/images/dnnTagClose.png") no-repeat;
    background-position: center;
}

div.dnnTagsInput>div>input,
div.dnnTagsInput>div>input:focus {
    border: none;
    background: transparent;
    outline: none;
    font-weight: normal;
    font-family: Tahoma, helvetica;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    height: 19px;
    padding: 3px 0 3px 3px;
    margin-bottom: 5px;
}

div.dnnTagsInput>div>input::-ms-clear {
    display: none;
}

div.dnnTagsInput div {
    display: block;
    float: right;
}

div.dnnTagsInput div.dnnTags_filter {
    float: left;
    position: relative;
    margin: 0 5px 5px 0;
}

div.dnnTagsInput div.dnnTags_filter>.dnnTags_filter_label {
    display: inline-block;
    border-left: 1px solid #ccc;
    padding: 3px 10px 0 15px;
    margin-left: 3px;
    color: #999;
    cursor: pointer;
    background: url("/images/dnnSpinnerDownArrow.png") no-repeat;
    background-position: left center;
    height: 22px;
}

div.dnnTagsInput div.dnnTags_filter>.dnnTags_filter_label.dnnExpanded {
    color: #666;
    background: url("/images/dnnSpinnerUpArrow.png") no-repeat;
    background-position: left center;
}

div.dnnTagsInput div.dnnTags_filter>ul.dnnTags_filter_dropdownUl {
    display: none;
    position: absolute;
    list-style-type: none;
    background: #fff;
    border: 1px solid #c9c9c9;
    left: 22px;
    top: 28px;
    margin: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 0px 0px #bbb;
    box-shadow: 0px 2px 0px 0px #bbb;
    z-index: 15;
}

.dnnTagsInput div.dnnTags_filter>ul.dnnTags_filter_dropdownUl>li {
    white-space: nowrap;
    padding: 6px 8px 6px 12px;
    border-top: 1px solid #c9c9c9;
    list-style: none;
    color: #666;
    min-width: 150px;
}

.dnnTagsInput div.dnnTags_filter>ul.dnnTags_filter_dropdownUl>li:first-child {
    border-top: none;
}

.dnnTagsInput div.dnnTags_filter>ul.dnnTags_filter_dropdownUl>li:hover {
    background-color: #e8f1fa;
    color: #333;
}

.dnnTagsInput div.dnnTags_filter>ul.dnnTags_filter_dropdownUl>li>input {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    cursor: pointer;
}

.dnnTagsInput div.dnnTags_filter>ul.dnnTags_filter_dropdownUl>li>span.dnnCheckbox {
    margin-left: 8px;
}

.dnnTagsInput div.dnnTags_filter>ul.dnnTags_filter_dropdownUl>li>label {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

div.dnnTagsInput div.dnnTags_filter a.dnnSearchButton {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("/images/search/searchButton.png");
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: top;
    cursor: pointer;
    margin: 4px 4px 0 5px;
}

.dnnTagsClear {
    clear: both;
    width: 100%;
    height: 0px;
}

div.dnnTagsInput>div>input.dnnTagsInvalid {
    display: block;
    float: right;
    margin-right: 5px;
    border: none;
    outline: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #FBD8DB;
    cursor: pointer;
    font-size: 12px;
    color: #90111A !important;
    text-decoration: none;
}

.dnn_acResults {
    padding: 0px;
    border: 1px solid #c9c9c9;
    background-color: #fff;
    overflow: hidden;
    z-index: 900001;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-box-shadow: 0px 2px 0px 0px #bbb;
    box-shadow: 0px 2px 0px 0px #bbb;
    min-width: 150px;
}

.dnn_acResults ul {
    margin: 0px;
    padding: 0px;
    list-style-position: outside;
    list-style: none;
}

.dnn_acResults ul li {
    margin: 0px;
    padding: 6px 22px 6px 22px;
    border-top: 1px solid #c9c9c9;
    color: #666;
    cursor: pointer;
    display: block;
    overflow: hidden;
    color: #333;
}

.dnn_acResults ul li:first-child {
    border-top: none;
}

.dnn_acLoading {}

.dnn_acSelect {
    background-color: #e8f1fa;
    color: #333;
}

.dnnFormMessage .dnnLabel {
    float: none;
    width: 90%;
    text-align: left;
}

.dnnFormSectionHead span {
    font-size: 18px;
    color: #222;
}

.dnnProgressbar {
    height: 25px !important;
    padding: 18px 10px 0 10px;
    border: 1px solid #c9c9c9;
    background: #fff;
    background: -moz-linear-gradient(top, #f0f2f1 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f2f1), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #f0f2f1 0%, #fff 100%);
    background: linear-gradient(top, #f0f2f1 0%, #fff 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.25), 0px 1px 0px 0px #fff;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.25), 0px 1px 0px 0px #fff;
}

.ui-progressbar {
    height: 10px !important;
    overflow: hidden;
    background-color: #ccc;
    -webkit-box-shadow: inset 0px 1px 0px 0px #bbb;
    box-shadow: inset 0px 1px 0px 0px #bbb;
    text-align: right;
}

.ui-progressbar .ui-progressbar-value {
    margin: 0;
    height: 100%;
    background-color: #1a82f7;
    background: -moz-linear-gradient(left, #2b7fda 0%, #3fbdff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2b7fda), color-stop(100%, #3fbdff));
    background: -webkit-linear-gradient(left, #2b7fda 0%, #3fbdff 100%);
    background: linear-gradient(left, #2b7fda 0%, #3fbdff 100%);
}

.dnnDropdownSettings {
    position: relative;
    height: 30px !important;
}

.dnnButtonDropdown {
    width: 50px;
    height: 30px !important;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f0f2f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f0f2f1));
    background: -webkit-linear-gradient(top, #fff 0%, #f0f2f1 100%);
    background: linear-gradient(top, #fff 0%, #f0f2f1 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px #bbb;
    box-shadow: 0px 1px 0px 0px #bbb;
    border: 1px solid #c9c9c9;
    cursor: pointer;
}

.dnnButtonIcon,
.dnnButtonArrow {
    display: inline-block;
    height: 30px !important;
}

.dnnButtonIcon {
    width: 32px;
}

.dnnButtonArrow {
    width: 10px;
    background: transparent url("/images/dnnSpinnerDownArrow.png") no-repeat center;
}

.dnnButtonDropdown-clicked {
    z-index: 100;
    position: absolute;
    width: 50px;
    height: 30px !important;
    background: #fff;
    border: 1px solid #c9c9c9;
    border-bottom: 1px solid #fff;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

.dnnButtonDropdown-ul {
    display: none;
    position: absolute;
    z-index: 99;
    top: 29px;
    right: 0;
    width: 200px;
    margin-right: 0;
    background: #fff;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 0px 0px #bbb;
    box-shadow: 0px 2px 0px 0px #bbb;
    list-style-type: none;
}

.dnnButtonDropdown-ul>li,
.dnnButtonDropdown-ul>ul>li {
    padding: 8px;
    border-bottom: 1px solid #c9c9c9;
    color: #333;
    cursor: pointer;
    vertical-align: middle;
    list-style: none;
    margin: 0;
}

.dnnButtonDropdown-ul>ul {
    margin: 0;
}

.dnnButtonDropdown-ul>ul>li {
    padding-right: 16px;
}

.dnnButtonDropdown-ul>li:last-child {
    border-bottom: none !important;
}

.dnnButtonDropdown-ul>li:hover {
    background-color: #e8f1fa;
    color: #000;
}

ul.dnnButtonGroup {
    display: inline-block;
    margin: 0;
    padding: 0;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f0f2f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f0f2f1));
    background: -webkit-linear-gradient(top, #fff 0%, #f0f2f1 100%);
    background: linear-gradient(top, #fff 0%, #f0f2f1 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px #bbb;
    box-shadow: 0px 1px 0px 0px #bbb;
    border: 1px solid #c9c9c9;
    cursor: pointer;
    list-style: none;
}

ul.dnnButtonGroup>li {
    display: block;
    float: right;
    border-right: 1px solid #c9c9c9;
    margin: 0;
}

ul.dnnButtonGroup>li:hover {
    background-color: #e8f1fa;
}

ul.dnnButtonGroup>li.dnnButtonGroup-first {
    display: none;
}

ul.dnnButtonGroup>li.dnnButtonGroup-first+li {
    border-right: none;
}

ul.dnnButtonGroup>li>a {
    display: inline-block;
    padding: 7px 7px 6px 7px;
    text-decoration: none;
    color: #333;
}

ul.dnnButtonGroup span {
    color: #333;
}

.dnnFormItem .dnnInputGroup {
    float: right;
    display: block;
    width: 32.075%;
    padding: 5px;
    margin-bottom: 18px;
    background: rgba(0, 0, 0, 0.05);
}

.dnnFormItem .dnnInputGroup .dnnLeft {
    width: 100%;
}

.dnnFormItem .dnnInputGroup span {
    display: inline-block;
    width: 33%;
    text-align: left;
}

.dnnFormError label a span {
    color: red;
}

.dnnFormError input[type="text"],
.dnnFormError input[type="password"],
.dnnFormError input[type="email"],
.dnnFormError input[type="tel"],
.dnnFormError select,
.dnnFormError textarea {
    border: 1px solid red;
}

.dnnFormItem input[type="text"]+.dnnTertiaryAction,
.dnnFormItem input[type="password"]+.dnnTertiaryAction,
.dnnFormItem input[type="email"]+.dnnTertiaryAction,
.dnnFormItem input[type="tel"]+.dnnTertiaryAction,
.dnnFormItem select+.dnnTertiaryAction {
    display: inline-block;
    max-width: 60px;
}

.dnnForm fieldset.dnnFormInformation {
    float: right;
    width: 32.075%;
    margin-left: 16px;
    padding: 18px 0;
    background: rgba(0, 0, 0, 0.05);
}

.dnnFormItem textarea {
    min-height: 80px;
}

.dnnAddress input[type="checkbox"] {
    margin: 0 5px;
}

.dnnFormRadioButtons {
    float: right;
    display: block;
    width: auto;
}

.dnnFormRadioButtons input[type=radio] {
    float: none;
}

.dnnFormRadioButtons label,
.dnnFormItem input[type=radio]+label {
    float: none;
    display: inline;
    width: auto;
    padding-right: 0;
    margin: 0 0 0 10px;
    text-align: right;
    font-weight: normal;
}

.dnnTextEditor {
    margin-bottom: 18px;
}

.dnnActions {
    float: none;
    clear: both;
    display: block;
    margin: 0;
    padding-top: 18px;
    text-align: right;
}

.dnnActions li {
    float: right;
    margin-left: 5px;
    list-style: none;
}

.dnnLoginActions {
    display: inline-block;
}

.dnnForm.dnnShortForm .dnnFormItem label {
    float: none;
    width: 100%;
    margin-bottom: 0.25em;
    text-align: right;
}

.dnnForm.dnnShortForm .dnnFormItem input,
.dnnForm.dnnShortForm .dnnFormItem select,
.dnnForm.dnnShortForm .dnnFormItem textarea {
    float: none;
    text-align: right;
}

.dnnForm.dnnShortForm .dnnFormItem a.dnnFormHelp {
    background-position: right;
    padding-right: 22px;
}

.dnnForm .ui-helper-hidden {
    display: none;
}

.dnnForm .ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
}

.dnnForm .ui-state-highlight,
.dnnForm .ui-widget-content .ui-state-highlight,
.dnnForm .ui-widget-header .ui-state-highlight {
    border: 1px solid #fed22f;
    background: #ffe45c;
    color: #363636;
}

.dnnForm .ui-state-highlight a,
.dnnForm .ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.dnnForm .ui-state-error,
.dnnForm .ui-widget-content .ui-state-error,
.dnnForm .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #b81900;
    color: #ffffff;
}

.dnnForm .ui-state-error a,
.dnnForm .ui-widget-content .ui-state-error a,
.dnnForm .ui-widget-header .ui-state-error a {
    color: #ffffff;
}

.dnnForm .ui-state-error-text,
.dnnForm .ui-widget-content .ui-state-error-text,
.dnnForm .ui-widget-header .ui-state-error-text {
    color: #ffffff;
}

.dnnForm .ui-priority-primary,
.dnnForm .ui-widget-content .ui-priority-primary,
.dnnForm .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.dnnForm .ui-priority-secondary,
.dnnForm .ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.dnnForm .ui-state-disabled,
.dnnForm .ui-widget-content .ui-state-disabled,
.dnnForm .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.dnnForm .ui-draggable {
    cursor: move;
}

.dnnForm .ui-corner-all,
.dnnForm .ui-corner-top,
.dnnForm .ui-corner-left,
.dnnForm .ui-corner-tl {
    border-radius: 4px;
}

.dnnForm .ui-corner-all,
.dnnForm .ui-corner-top,
.dnnForm .ui-corner-right,
.dnnForm .ui-corner-tr {
    border-radius: 4px;
}

.ModuleTitle_MenuContainer {
    border: 1px solid blue;
}

.ModuleTitle_MenuBar {}

.ModuleTitle_MenuItem {}

.ModuleTitle_MenuIcon {}

.ModuleTitle_SubMenu {}

.ModuleTitle_MenuBreak {}

.ModuleTitle_MenuItemSel {}

.ModuleTitle_MenuArrow {}

.ModuleTitle_RootMenuArrow {}

.MainMenu_MenuContainer {
    border: 1px solid green;
}

.MainMenu_MenuBar {}

.MainMenu_MenuItem {}

.MainMenu_MenuIcon {}

.MainMenu_SubMenu {}

.MainMenu_MenuBreak {}

.MainMenu_MenuItemSel {}

.MainMenu_MenuArrow {}

.MainMenu_RootMenuArrow {}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 9999;
}

.dnnFormPopup {
    position: absolute;
    padding: 18px;
    background: #fff;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.75);
    z-index: 100000;
}

.dnnFormPopup,
.dnnFormPopup>* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.dnnFormPopup .ui-dialog-titlebar {
    position: relative;
    padding: 0 0 18px 0;
    border-bottom: 1px solid #ddd;
    cursor: move;
    font-size: 18px;
    font-weight: bold;
}

.dnnFormPopup .dnnModalCtrl {
    display: block;
    position: absolute;
    top: -30px;
    left: -30px;
    width: 69px;
    height: 26px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    box-shadow: 0px 0px 5px #666;
}

.dnnFormPopup .dnnModalCtrl .ui-dialog-titlebar-close {
    float: left;
    display: block;
    height: 18px;
    width: 30px;
    margin: 4px 1px 0 4px;
    overflow: hidden;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border: none;
    outline: none;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #585858 url("/images/closeBtn.png") no-repeat;
    background-position: 8px 4px;
    text-indent: -9999em;
    min-width: 0 !important;
}

.dnnFormPopup .dnnModalCtrl .ui-dialog-titlebar-close:hover {
    background: #358EEA url("/images/closeBtn.png") no-repeat;
    background-position: 8px 4px;
    cursor: pointer;
}

.dnnFormPopup .dnnModalCtrl a.dnnToggleMax {
    float: right;
    display: block;
    height: 18px;
    width: 30px;
    margin: 4px 4px 0 0;
    overflow: hidden;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #585858 url("/images/resizeBtn.png") no-repeat;
    background-position: 10px 2px;
    text-indent: -9999em;
}

.dnnFormPopup .dnnModalCtrl a.dnnToggleMax:hover {
    background: #358EEA url("/images/resizeBtn.png") no-repeat;
    background-position: 10px 2px;
}

div.ui-dialog-titlebar>.ui-dialog-titlebar-close {
    display: block;
    position: absolute;
    top: -30px;
    left: -30px;
    height: 24px;
    width: 24px;
    margin: 0px;
    overflow: hidden;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: #585858 url("/images/closeBtn.png") no-repeat;
    background-position: 4px 4px;
    border: 3px solid #fff;
    text-indent: -9999em;
    min-width: 0 !important;
}

.dnnFormPopup #iPopUp {
    width: 100% !important;
    padding-top: 10px;
}

.dnnFormPopup .ui-dialog-content,
#iPopUp .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0px;
    overflow: auto;
    background: #fff;
    zoom: 1;
}

.dnnFormPopup .ui-dialog-buttonpane {
    margin: .5em 0 0 0;
    padding: .3em 0em 0em 1em;
    overflow: hidden;
    border-width: 1px 0 0 0;
    background-image: none;
    text-align: right;
    border-top: 1px solid #ddd;
}

.dnnFormPopup .ui-dialog-buttonpane button {
    margin: 0.5em 0em 0.5em 0.4em;
    padding: 0.5em 1em;
    cursor: pointer;
    border: none;
    outline: none;
}

.dnnFormPopup .ui-resizable-se {
    float: left;
    height: 24px;
    width: 24px;
    background: url("/images/modal-resize-icn.png") no-repeat bottom;
    cursor: sw-resize;
}

.dnnFormPopup .dnnDialog {
    padding: 10px;
}

.dnnLoading {
    background: #fff url("/images/loading.gif") no-repeat center center;
    position: absolute;
    z-index: 9999;
}

.dnnPanelLoading {
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -ms-opacity: 0.7;
    opacity: 0.7;
}

.urlControl label {
    width: auto;
    margin-top: 0;
    font-weight: normal;
}

.urlControlLinkType {
    width: auto;
}

.urlControlLinkType span,
.dnnFormItem .urlControlLinkType span {
    float: none;
    display: block;
    width: auto;
    text-align: right;
}

.dnnFormItem .ucLinkTypeRadioButtons label {
    display: inline-block;
    width: 260px;
    padding-left: 0;
    margin-top: 0;
    font-weight: normal;
    text-align: right;
}

.urlControlLinkType span input {
    min-width: 3%;
}

.dnnForm.dnnModuleSettings .dnnFormItem .urlControlLinkType span label {
    text-align: right;
}

.urlControlFileRow {
    clear: both;
}

.urlControlFileRow span.dnnFormLabel {
    width: auto;
    text-align: left;
}

.urlControlFileRow select,
.urlControlFileRow input[type=file] {
    clear: both;
}

.urlControlImagesRow {
    overflow: hidden;
    clear: both;
}

.urlControlImagesRow span.dnnFormLabel {
    width: auto;
    text-align: left;
}

.urlControlImagesRow select {
    clear: both;
}

.dnnWizardTab.ui-tabs {
    position: relative;
    padding: 0;
}

.dnnWizardTab.ui-tabs .ui-tabs-nav {
    display: block;
    height: 46px;
    margin: 0;
    padding: 0;
    background: transparent url("/images/InstallWizardBG.rtl.png") repeat-x;
}

.dnnWizardTab.ui-tabs .ui-tabs-nav li {
    float: right;
    position: relative;
    margin: 0;
    padding: 0;
    border-bottom: 0 !important;
    list-style: none;
    white-space: nowrap;
}

.dnnWizardTab.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0;
}

.dnnWizardTab.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor: text;
}

.dnnWizardTab.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer;
}

.dnnWizardTab.ui-tabs .ui-tabs-panel {
    clear: both;
    display: block;
    padding: 3em 1em 1.4em;
    border-width: 0;
    background: none;
}

.dnnWizardTab.ui-tabs .ui-tabs-hide {
    display: none !important;
}

.dnnWizardTab.ui-tabs .ui-tabs-nav li a {
    display: block;
}

.dnnWizardStep>span {
    display: block;
    float: right;
}

.dnnWizardStep {
    height: 46px;
    padding: 0 20px 0 0;
    background: transparent url("/images/InstallWizardBG.rtl.png") repeat-x;
    background-position: 0 0;
    cursor: pointer;
}

.ui-tabs .ui-tabs-nav li:first-child .dnnWizardStep {
    padding-right: 30px;
}

.dnnWizardStepNumber {
    margin: 10px 0 0 10px;
    padding: 3px 8px 3px 8px;
    background-color: #999;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    color: #fff;
    font-weight: bold;
}

.dnnWizardStepTitle {
    margin: 13px 0 0 20px;
    color: #999;
    font-weight: bold;
    text-decoration: none;
}

.dnnWizardStepArrow {
    width: 25px;
    height: 46px;
    background: transparent url("/images/InstallWizardBG.rtl.png") no-repeat;
    background-position: 100% -401px;
}

.dnnWizardTab.ui-tabs .ui-tabs-nav li.ui-tabs-active .dnnWizardStep {
    height: 46px;
    background-position: 0 -100px;
}

.dnnWizardTab.ui-tabs .ui-tabs-nav li.ui-tabs-active .dnnWizardStepNumber {
    background-color: #333;
}

.dnnWizardTab.ui-tabs .ui-tabs-nav li.ui-tabs-active .dnnWizardStepTitle {
    color: #333;
}

.dnnFormExpandContent {
    margin: 10px 0;
}

.dnnFormExpandContent>a {
    color: #333;
    font-size: 13px;
    font-weight: bold;
}

table.dnnPermissionsGrid,
table.dnnGrid,
table.dnnASPGrid {
    margin-bottom: 20px;
    border: 1px solid #c9c9c9;
}

table.dnnPermissionsGrid {
    color: #777;
}

table.dnnPermissionsGrid tr.dnnGridHeader td {
    padding: 4px 4px 4px 4px;
    vertical-align: middle;
    line-height: 120%;
    text-align: center;
}

table.dnnPermissionsGrid tr.dnnGridItem td,
table.dnnPermissionsGrid tr.dnnGridAltItem td {
    padding: 5px 4px 5px 4px;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    width: 70px;
    text-align: center;
}

table.dnnPermissionsGrid tr.dnnGridItem td.permissionHeader,
table.dnnPermissionsGrid tr.dnnGridAltItem td.permissionHeader {
    border-left: 1px solid #c9c9c9;
    text-align: right;
    padding-right: 10px;
    width: 150px;
}

table.dnnPermissionsGrid tr.dnnGridHeader td.permissionHeader {
    padding-right: 10px;
    text-align: right;
}

.dnnPermissionsGrid>.dnnFormItem label {
    margin-left: 8px;
    color: #777;
}

.dnnPermissionsGrid>.dnnFormItem select {
    width: 25%;
    margin: 0 0 5px 5px;
    min-width: 180px;
    color: #777;
}

.dnnPermissionsGrid>.dnnFormItem input {
    margin-bottom: 0;
    height: 17px;
    color: #777;
    width: 25%;
}

.dnnPermissionsGrid>.dnnFormItem ul.token-input-list-facebook {
    display: inline-block;
    vertical-align: top;
}

.dnnPermissionsGrid>.dnnFormItem>.leftGroup {
    margin-left: 35px;
    float: right;
}

.dnnPermissionsGrid>.dnnFormItem>.rightGroup {
    float: right;
}

.dnnPermissionsGrid>.dnnFormItem>.rightGroup>.dnnSecondaryAction {
    position: absolute;
}

.dnnPermissionsGrid>.dnnFormItem {
    margin-bottom: 18px;
    overflow: auto;
}

.dnnGridHeader td,
thead.dnnGridHeader th,
tr.dnnGridHeader th {
    padding: 6px 12px 6px 12px;
    border-bottom: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    background: #f0f2f1;
    background: -moz-linear-gradient(top, #fff 0%, #f0f2f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f0f2f1));
    background: -webkit-linear-gradient(top, #fff 0%, #f0f2f1 100%);
    background: linear-gradient(top, #fff 0%, #f0f2f1 100%);
}

.dnnGridItem td,
.dnnGridAltItem td {
    padding: 6px;
    border-left: 1px solid #c9c9c9;
}

.dnnGridItem td input,
.dnnGridAltItem td input {
    margin-bottom: none;
}

.dnnGridAltItem {
    background: #F2F2F2;
}

.dnnGridItem:hover,
.dnnGridAltItem:hover {
    background-color: #e8f1fa;
}

.urlControl {
    float: right;
    display: block;
    padding: 15px;
    margin-bottom: 10px;
    background-color: #f0f0f0;
}

.urlControl select,
.urlControl input {
    width: 180px;
    margin-bottom: 10px;
}

.urlControl input[type=text] {
    direction: ltr;
}

.urlControl dnnFormItem>a.dnnSecondaryAction {
    margin: 10px 0 0 10px;
    float: right;
}

.urlControl .urlControlLinkType {
    float: right;
    width: 100%;
}

.urlControl .urlControlLinkType .dnnFormLabel {
    float: right;
    width: auto;
    margin-left: 5px;
}

.urlControl .urlControlLinkType input[type="radio"] {
    width: auto;
    margin-left: 5px;
}

span[id$="FileControl"] {
    display: block;
    float: right;
}

.dnnFilePicker {
    display: block;
    float: right;
    background-color: #f0f0f0;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 0 15px 0 15px;
    width: 450px;
}

.dnnFilePicker .dnnLeft {
    margin: 0;
    padding: 0;
    margin-top: -30px;
}

.dnnFilePicker dnnFormItem {
    margin: 0;
    margin-top: -10px;
    padding: 0;
    position: static;
}

.dnnFilePicker .dnnLeft img {
    max-width: 135px;
    max-height: 100px;
}

.dnnFilePicker .dnnLeft .dnnFilePickerImageHolder {
    width: 135px;
    height: 100px;
    background-color: #ccc;
    margin: 20px 15px;
}

.dnnFilePicker .dnnFormItem span {
    display: block;
    float: right;
    width: 40px;
    margin-top: 8px;
    padding-right: 5px;
    text-align: right;
}

.dnnFilePicker select,
.dnnFilePicker input {
    width: 200px;
    margin: 0;
    margin-left: 10px;
    float: none;
}

.dnnFilePicker .dnnLeft a.dnnSecondaryAction {
    margin: 10px 0 0 10px;
    display: inline-block;
}

.dnnFilePicker .dnnLeft img {
    display: block;
    margin: 20px 15px;
}

span.dnnInputFileWrapper>input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    direction: ltr;
    cursor: pointer;
    height: 100%;
    font-size: 200px;
}

span.dnnInputFileWrapper {
    overflow: hidden !important;
    margin: 0px 0 0 4px;
    width: auto !important;
    display: block !important;
    float: right !important;
    position: relative;
}

span.dnnInputFileWrapper>span.dnnSecondaryAction {
    display: inline-block;
    float: none;
    width: auto;
}

.dnnFileUploadScope {
    display: block;
    float: right;
    background-color: #F0F0F0;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 0;
    width: 500px;
}

.dnnFileUploadScope .dnnLeft {
    margin: 0;
    padding: 15px 10px 15px 10px;
}

.dnnFileUploadScope .dnnLeft .dnnFormItem {
    margin-bottom: 10px;
}

.dnnFileUploadScope .dnnFormItem span,
.urlControlTab .dnnFormItem>span {
    display: block;
    float: right;
    width: 40px;
    margin-top: 8px;
    padding-left: 5px;
    text-align: left;
}

.dnnFileUploadScope .dnnFormItem .dnnDropDownList span {
    margin: 0;
    width: auto;
}

.dnnFileUploadScope .dnnFormItem .RadComboBox_Default,
.dnnFileUploadScope .dnnFormItem .dnnDropDownList {
    width: 180px;
    margin: 0;
    float: none;
}

.dnnFileUploadScope .dnnLeft .dnnFileUploadDropZone {
    position: relative;
    margin: 0;
    width: 180px;
    height: 150px;
    background: #d9eeff;
    border: 1px dashed #bbb;
    box-shadow: 0px 1px 0px #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #4577a2;
}

.dnnFileUploadScope .dnnLeft .dnnFileUploadDropZone span {
    display: block;
    position: absolute;
    right: 38px;
    top: 60px;
    color: #fff;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 7px;
    border-radius: 3px;
    box-shadow: 0px 1px 0px #fff, inset 1px 1px 0px #555;
    opacity: 0.5;
    cursor: default;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.dnnFileUploadScope .dnnLeft .dnnFileUploadDropZone:hover span {
    opacity: 1;
}

input.dnnFixedSizeComboBox {
    width: 200px !important;
    margin-left: 10px;
    float: right;
}

div.dnnFixedSizeComboBox {
    width: 218px !important;
    margin-left: 15px;
    float: right;
}

.dnnFixedSizeComboBox+a.dnnSecondaryAction {
    float: right;
    margin-left: 10px;
}

input.dnnSmallSizeComboBox {
    width: 100px !important;
    margin-left: 10px;
    float: right;
}

div.dnnSmallSizeComboBox {
    width: 118px !important;
    margin-left: 15px;
    float: right;
}

.dnnSmallSizeComboBox+a.dnnSecondaryAction {
    float: right;
    margin-left: 10px;
}

td.dnnGridHeaderTD-NoBorder {
    border-left: none !important;
}

tr.dnnGridItem td,
tr.dnnGridAltItem td {
    border-left: none;
}

tr.dnnGridItem td input {
    margin-bottom: 0;
}

h2.dnnFormSectionHead {
    margin-top: 8px;
    margin-bottom: 18px;
    border-bottom: 1px solid #ddd;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: -0.03em;
}

h2.dnnFormSectionHead a {
    display: block;
    padding-right: 3px;
    background: url("/images/down-icn.png") no-repeat left 50%;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    letter-spacing: normal;
    font-weight: normal;
}

h2.dnnFormSectionHead a:hover {
    color: #222;
    background: rgba(2, 139, 255, 0.05) url("/images/down-icn.png") no-repeat left 50%;
}

h2.dnnFormSectionHead a.dnnSectionExpanded {
    background: url("/images/up-icn.png") no-repeat left 50%;
    color: #222;
}

h2.dnnFormSectionHead a.dnnSectionExpanded:hover {
    color: #222;
    background: rgba(2, 139, 255, 0.05) url("/images/up-icn.png") no-repeat left 50%;
}

.dnnVerticalTabs {
    margin-right: 0;
}

.dnnVerticalTabs li {
    list-style: none;
}

.dnnVerticalTabs li a {
    display: block;
    padding: 15px 15px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.04);
    color: #999;
    text-decoration: none;
}

.dnnVerticalTabs li a:hover {
    background: rgba(0, 0, 0, 0.06);
    color: #333;
}

.dnnVerticalTabs li.active a {
    background: none;
    color: #333;
    border-right: 1px solid transparent;
}

.tabBody {
    display: none;
}

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    left: 0;
    width: 11px;
    height: 100%;
    background: #ccc;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 11px;
    background: #ccc;
}

.jspVerticalBar *,
.jspHorizontalBar * {
    margin: 0;
    padding: 0;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: right;
}

.jspTrack {
    background: transparent;
    position: relative;
}

.jspVerticalBar .jspTrack {
    width: 10px;
    margin: 0 3px 0 0;
}

.jspHorizontalBar .jspTrack {
    height: 5px;
    margin: 3px 0 3px 0;
}

.jspVerticalBar .jspCap {
    display: block;
    height: 3px;
    width: 11px;
}

.jspHorizontalBar .jspCap {
    display: block;
    width: 3px;
    height: 11px;
}

.jspDrag {
    position: relative;
    top: 0;
    right: 0;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    opacity: .75;
    background: #000;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 5px;
}

div.ModDNNAnnouncementsC table.ucLinkTypeRadioButtons label {
    display: inline !important;
}

div.ModDNNAnnouncementsC table.ucLinkTypeRadioButtons span.dnnRadiobutton {
    display: inline !important;
}

div.ModDNNAnnouncementsC .urlControl label,
div.ModDNNLinksC .urlControl label {
    display: inline !important;
}

div.ModDNNFAQsC .Normal {
    width: auto !important;
}

div.ModDNNFeedbackC .dnnFormItem>label {
    display: inline-block;
    width: 33%;
    text-align: left;
}

div.ModDNNUserDefinedTableC div.RadEditor {
    height: auto !important;
}

div.ModDNNUserDefinedTableC ul.dnnActions {
    display: block;
}

div.ModDNNIFrameC .urlControl span.dnnRadiobutton {
    display: inline !important;
}

div.ModDNNIFrameC table.Normal td .dnnLabel {
    width: 100px;
}

div.ModDNNIFrameC table.Normal td span.dnnRadiobutton {
    margin: 5px 30px 0 0;
}

div.ModDNNLinksC .urlControl span.dnnRadiobutton {
    display: inline !important;
}

.left {
    float: right;
}

.right {
    float: left;
}

.dnnLeft {
    float: right;
}

.dnnRight {
    float: left;
}

.dnnClear {
    clear: both;
}

.dnnClear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

*+html .dnnClear {
    min-height: 1%;
}

.DNNAlignleft {
    text-align: right;
}

.DNNAlignright {
    text-align: left;
}

.DNNAligncenter {
    text-align: center;
}

body:not(.dnnEditState) .DNNEmptyPane {
    width: 0px;
}

.Hidden {
    display: none;
}

.wordwrap {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.eipbackimg {
    position: absolute;
    margin-top: 10px;
    white-space: nowrap;
    background: url("/images/eip_toolbar.png") repeat-x;
    height: 32px;
    z-index: 1;
}

.eipbackimg.editMode {
    border: 1px solid #777777 !important;
    background: -moz-linear-gradient(top, #303030 0%, #191919 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #303030), color-stop(100%, #191919)) !important;
    background: -webkit-linear-gradient(top, #303030 0%, #191919 100%) !important;
    background: -o-linear-gradient(top, #303030 0%, #191919 100%) !important;
    background: -ms-linear-gradient(top, #303030 0%, #191919 100%) !important;
    background: linear-gradient(to bottom, #303030 0%, #191919 100%) !important;
    opacity: 0.8;
}

.eipbackimg.containerTitle {
    margin-top: -8px;
}

.eipbackimg.containerTitle.editMode {
    right: auto;
    left: 0px;
    margin-top: 2px;
    background: none !important;
    border: none !important;
}

.eipbuttonbackimg {
    width: 32px;
    height: 32px;
    cursor: pointer;
    float: right;
    background: url("/images/eip_toolbar.png") no-repeat;
}

.eipbackimg.editMode .eipbuttonbackimg {
    border-right: 1px solid #1f1f1f;
    border-left: 1px solid #393939;
    opacity: 0.5;
}

.eipbackimg.editMode.containerTitle .eipbuttonbackimg {
    border: none;
    opacity: 1;
}

.eipbuttonbackimg.eipbutton_cancel {
    background-position: -32px 0;
}

.eipbuttonbackimg.eipbutton_bold {
    background-position: -64px 0;
}

.eipbuttonbackimg.eipbutton_italic {
    background-position: -96px 0;
}

.eipbuttonbackimg.eipbutton_underline {
    background-position: -128px 0;
}

.eipbuttonbackimg.eipbutton_justifyleft {
    background-position: -160px 0;
}

.eipbuttonbackimg.eipbutton_justifycenter {
    background-position: -192px 0;
}

.eipbuttonbackimg.eipbutton_justifyright {
    background-position: -224px 0;
}

.eipbuttonbackimg.eipbutton_orderedlist {
    background-position: -256px 0;
}

.eipbuttonbackimg.eipbutton_unorderedlist {
    background-position: -288px 0;
}

.eipbuttonbackimg.eipbutton_outdent {
    background-position: -320px 0;
}

.eipbuttonbackimg.eipbutton_indent {
    background-position: -352px 0;
}

.eipbuttonbackimg.eipbutton_createlink {
    background-position: -384px 0;
}

.eipbackimg.containerTitle .eipbutton_cancel {
    background: url("/images/eip_title_cancel.png") no-repeat center center;
}

.eipbutton_edit {
    background: url("/images/eip_edit.png") no-repeat 100% center;
    float: right;
}

.eipbutton_save {
    background: url("/images/eip_save.png") no-repeat 100% center;
    float: right;
}

.eipbackimg.containerTitle .eipbutton_save {
    background-image: url("/images/eip_title_save.png");
}

.eipbackimg.editMode .eipborderhover {
    background-color: #333;
    opacity: 1;
}

.eipbackimg.editMode.containerTitle .eipborderhover {
    background-color: inherit;
}

div[id$=titleLabel_tb].visible~span {
    margin-right: 32px;
}

div.errorWin p {
    margin: 0 0 10px 0;
}

input[type="button"].rspCollapseBarSpacer {
    min-width: 0;
    padding: 0 0;
}

.UserProfileControls ul li {
    list-style-type: none;
}

.console.profile {
    width: 100% !important;
    height: auto;
    background-color: #484848;
}

.console.profile .console-none div {
    cursor: pointer;
    cursor: pointer;
    float: right;
    height: auto;
    width: 100% !important;
    padding: 0px;
    margin: 0px;
    text-align: right;
}

.console.profile .console-none h3 {
    padding: 10px 40px 10px 8px;
    margin: 0;
    border-bottom: solid 1px #fff;
    background: url("/images/arrow-right-white.png") 18px center no-repeat;
    color: #eee;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
}

.console.profile .console-none div div {
    display: none;
}

.console.profile .console-mouseon {
    background-color: #70b1c7;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView {
    margin: 0;
    padding: 0;
    width: 100%;
    height: inherit !important;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnFormMessage {
    margin: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 0 10px 0;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnFormMessage.dnnFormValidationSummary {
    padding: 10px;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .LoginPanel,
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnSendPasswordContent,
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm {
    width: 100%;
    padding: 18px 0 0 0;
    margin: 0;
    float: none;
    min-width: inherit !important;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm {
    width: 100%;
    margin: 0;
    float: none;
    min-width: inherit !important;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem>.dnnLabel {
    display: block;
    text-align: right;
    float: none;
    width: 100% !important;
    font-size: 14px;
    margin: 0 0 7px 0;
    vertical-align: top;
    padding: 0;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnSocialRegistration {
    display: none;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnCaptcha {
    width: 100%;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnLeft img {
    display: block;
    margin: 0 0 5px 0;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem>.dnnLabel a.dnnFormHelp {
    display: none !important;
    width: 0 !important;
    margin: 0 !important;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem>.dnnLabel div.dnnTooltip {
    display: none !important;
    width: 0 !important;
    position: static !important;
    right: 0 !important;
    margin: 0 !important;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem input[type="text"],
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem>input[type="password"] {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100% !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100% !important;
    margin-bottom: 18px;
    min-width: 100% !important;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem>span#dnn_ctr_Login_Login_DNN_lblLogin {
    display: none !important;
    width: 0;
    margin: 0;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem span.dnnFormMessage.dnnFormError {
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 0;
    width: auto;
    max-width: 100%;
    padding: 10px;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm.dnnLoginService a.dnnPrimaryAction,
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm.dnnLoginService a.dnnSecondaryAction {
    width: 45%;
    padding: 18px 0 18px 0;
    display: block;
    float: right;
    margin: 0 0 0 5px;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnLoginRememberMe {
    display: block;
    float: right;
    margin: 10px 5px 0 0;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnLoginActions {
    display: block;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnActions a.dnnSecondaryAction,
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnActions a.dnnPrimaryAction {
    width: 100%;
    padding: 18px 0 18px 0;
    display: block;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnActions {
    padding: 0;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnActions li {
    width: 45%;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm .password-strength-container {
    width: 100%;
    margin: 0 0 12px 0;
    padding: 8px 0 8px 0;
    display: block;
    max-width: inherit !important;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm .dnnFormItem .password-strength-container input[type="password"] {
    display: block;
    margin: 0 8px 0 8px;
    width: calc(100% - 20px);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: inherit !important;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm .dnnFormItem .password-strength-container span.min-length-text {
    display: block;
    margin: 5px 8px 5px 0;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm .dnnFormItem .password-strength-container div.meter {
    float: none;
    width: 90%;
    margin: 0 8px 0 0;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnFormItem input.unmatched {
    background: none !important;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm .dnnFormItem .password-strength-tooltip,
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm .dnnFormItem .confirm-password-tooltip {
    display: none !important;
}

.mobileView .dnnFormPopup .ui-dialog-content,
.mobileVie #iPopUp .ui-dialog-content {
    max-height: none !important;
}

.mobileView .ui-widget-overlay {
    display: none;
}

.dnnFormPopup.dnnFormPopupMobileView {
    width: auto !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    box-shadow: none !important;
}

.dnnFormPopup.dnnFormPopupMobileView div.ui-dialog-titlebar>.ui-dialog-titlebar-close {
    display: none;
}

.dnnFormPopup.dnnFormPopupMobileView .ui-dialog-titlebar {
    border-bottom: none;
    cursor: inherit;
    font-size: 22px;
    color: #000;
    padding: 5px 0 0 0;
}

.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem>.dnnLabel {
    display: block;
    text-align: right;
    float: none;
    width: auto !important;
    font-size: 14px;
    margin: 0 0 7px 0;
    vertical-align: top;
}

.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem>input[type="text"] {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100% !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: inherit !important;
}

.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem>textarea,
.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem>.redactor_box {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100% !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: inherit !important;
}

.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem>select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100% !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: inherit !important;
}

.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem>.dnnTagsInput {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100% !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 18px;
    max-width: inherit !important;
}

.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem>.dnnLabel>input[type="checkbox"].normalCheckBox {
    display: inline-block;
    margin: 0 12px 0 5px;
}

.dnnFormPopup.dnnFormPopupMobileView .dnnFormItem span.dnnFormMessage.dnnFormError {
    left: 0;
    width: auto;
    border-radius: 0;
    text-align: left;
    max-width: 100%;
}

.dnnFormPopup.dnnFormPopupMobileView a.dnnPrimaryAction,
.dnnFormPopup.dnnFormPopupMobileView .ui-dialog-buttonpane button.dnnPrimaryAction,
.dnnFormPopup.dnnFormPopupMobileView a.dnnSecondaryAction,
.dnnFormPopup.dnnFormPopupMobileView .ui-dialog-buttonpane button.dnnSecondaryAction {
    width: 49%;
    margin: 0;
    padding: 20px 0 20px 0;
    display: block;
}

.dnnFormPopup.dnnFormPopupMobileView a.dnnPrimaryAction,
.dnnFormPopup.dnnFormPopupMobileView .ui-dialog-buttonpane button.dnnPrimaryAction {
    float: right;
}

.dnnFormPopup.dnnFormPopupMobileView a.dnnSecondaryAction,
.dnnFormPopup.dnnFormPopupMobileView .ui-dialog-buttonpane button.dnnSecondaryAction {
    float: left;
}

.dnnFormPopup.dnnFormPopupMobileView .ui-dialog-buttonpane {
    border-top: none;
}

.dnnFormPopup.dnnFormPopupMobileView .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
}

.dnnFormPopup.dnnFormPopupMobileView .four-btn-panel a.dnnPrimaryAction,
.dnnFormPopup.dnnFormPopupMobileView .four-btn-panel a.dnnSecondaryAction {
    width: 24%;
    display: inline-block;
    margin-left: 1%;
    float: none;
}

.dnnFormPopup.dnnFormPopupMobileView .dnnFormMessage {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 25px 0 15px 0;
}

html.mobileView {
    overflow: auto !important;
}

.mobileView .dnnFormPopup .ui-dialog-content,
.mobileView #iPopUp .ui-dialog-content {
    max-height: none !important;
}

.dnnPlaceholder {
    color: #666;
}

div.dnnSliderInput {
    position: relative;
    display: inline-block;
    width: 47%;
    margin: 15px 0 23px 0;
    max-width: 445px;
    border: 1px solid #d3d3d3;
    -ms-border-radius: 3px;
    border-radius: 3px;
    height: 10px;
    text-align: left;
}

div.dnnSliderInput .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 14px;
    height: 14px;
    cursor: default;
    border: 1px solid #aaaaaa;
    background-color: #cccccc;
    font-weight: normal;
    color: #555555;
    outline: none;
    top: -2px;
    margin-left: -7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.dnnSliderInput .dnnTooltip {
    top: -37px;
    margin-left: 22px;
    float: left;
}

div.dnnSliderInput .dnnTooltip .dnnFormHelpContent {
    visibility: visible;
    padding: 4px 10px;
    width: 25px;
    text-align: center;
    z-index: 1;
}

.RadCalendar_Default a.rcPrev {
    background-position: -70px center !important;
}

.RadCalendar_Default a.rcNext {
    background-position: -15px center !important;
}

.jspDrag {
    right: -3px;
}

#tblUrlDetailBodyModal tr td:nth-child(1) {
    max-width: 250px;
    line-height: 2;
    min-width: auto;
    width: 250px;
}

label {
    color: #000000;
}

#tblUrlDetailBodyModal tr td:nth-child(2) {
    max-width: 10px;
    width: 10px;
    overflow: hidden;
    background: #f7f7f7;
    line-height: 2;
}

#tblUrlDetailBodyModal tr td:nth-child(3) {
    max-width: 150px;
    width: 150px;
    min-width: auto;
    overflow: hidden;
    line-height: 2;
}

#tblUrlDetailBodyModal tr td:nth-child(4) {
    width: 100px;
    min-width: auto;
    max-width: 100px;
    overflow: hidden;
    background: #f7f7f7;
    line-height: 2;
}

.nice-checkbox input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 44px !important;
    background-color: #f3f3f3;
    border-radius: 6px;
    border: solid 1px #ddd;
    outline: none !important;
    position: relative;
    transition: all 0.3s;
    cursor: pointer;
    margin: 0;
}

.checkout-summary {
    position: relative;
}

span[id*="CheckOut_lblTotalPriceStg2"],
span[id*="CheckOut_lblTotalPriceValueStg3"] {
    position: absolute;
    left: 0;
}

#txtAdvanceSearch::-webkit-input-placeholder {
    color: gray;
    font-size: 12px;
}

.search-container::-webkit-input-placeholder {
    color: gray;
    font-size: 12px;
}

#txtAdvanceSearch::-moz-placeholder {
    color: gray;
    font-size: 12px;
}

.search-container::-moz-placeholder {
    color: gray;
    font-size: 12px;
}

#txtAdvanceSearch:-ms-input-placeholder {
    color: gray;
    font-size: 12px;
}

.search-container:-ms-input-placeholder {
    color: gray;
    font-size: 12px;
}

#txtAdvanceSearch:-moz-placeholder {
    color: gray;
    font-size: 12px;
}

.search-container:-moz-placeholder {
    color: gray;
    font-size: 12px;
}

.select-gateway-old {
    display: none;
}

.nice-checkbox input[type="checkbox"]:checked {
    background-color: #cccccc;
}

.nice-checkbox input[type="checkbox"]:checked~label {
    color: #585858;
}

.nice-checkbox input[type="checkbox"]:checked:after {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.nice-checkbox input[type="checkbox"]:checked:before {}

.nice-checkbox input[type="checkbox"]:after,
.nice-checkbox input[type="checkbox"]:before {
    font-family: fontawesome;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.nice-checkbox input[type="checkbox"]:after {
    content: "\f00c";
    font-size: 17px;
    opacity: 0;
    color: #585858;
    transform: translateY(-50%) scale(0);
}

.nice-checkbox input[type="checkbox"]:before {
    content: " ";
    font-size: 17px;
    opacity: 1;
    color: #696969;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    border: solid 1px #ddd;
    background-color: #fff;
}

.nice-checkbox label {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    color: #bdbdbd;
    font-weight: normal;
    width: 100%;
    text-align: center;
}

.1default-email input[type="checkbox"] {
    font-size: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1.5em;
    height: 0.7em !important;
    background: #ddd !important;
    border-radius: 3em !important;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 0 !important;
    top: 35px;
    margin-right: 12px;
}

.1default-email input[type="checkbox"]:checked {
    background: #00aae8 !important;
}

.1default-email input[type="checkbox"]:checked:after {
    left: calc(100% - 0.7em);
}

.1default-email input[type="checkbox"]:after {
    position: absolute;
    content: "";
    width: 0.7em;
    height: 0.7em;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    left: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.NBright_ButtonDiv {
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
}

.NBright_MenuDiv .NBright_ButtonDiv {
    margin: 12px;
}

.DNNModuleContent.ModNBStoreBackOfficeC {
    color: transparent;
}

.divItems,
.divItems>div {
    display: inline-block;
    width: 100%;
}

span#spnModelColor {
    width: 17px;
    height: 17px;
    position: absolute;
    right: 36px;
    top: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
    content: "";
}

.divItems>div>div {
    display: inline-block;
    width: auto;
    float: right;
}

a.NBright_EnterButton {
    color: #3e81b5 !important;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    text-decoration: none !important;
    font-weight: bold;
    padding: 5px 10px 6px 30px;
}

.Detail .right {
    padding: 0 0 15px 15px;
    width: 38%;
    display: inline-block;
    vertical-align: top;
}

a.NBright_EnterButton:hover {
    color: #5fa1d6 !important;
}

.NBright_EnterButton {
    background: url("/DesktopModules/NB_Store/img/application_key.png") no-repeat 10px 50%;
}

.NBright_CartOptDiv,
.NBright_ClientButtonDiv {
    text-align: left;
    font-weight: bold;
    line-height: 30px;
}

.NBright_ClientButton {
    background-color: white;
    text-align: left;
    padding: 4px;
    margin: 10px 0;
    border: #d0ccc9 solid 1px;
}

.NBright_RecalcButtonDiv {
    text-align: right;
    margin: 10px 0;
    font-weight: bold;
}

.NBright_RecalcButton {
    background-color: white;
    text-align: left;
    padding: 4px;
    border: #d0ccc9 solid 1px;
}

.NBright_NormalTextBox {
    margin-right: 8px;
    width: 144px;
}

.NBright_SelectDiv>div {
    display: inline;
}

.NBright_SearchTextBox {
    margin-right: 8px;
    width: 200px;
    height: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.NBright_ContentDiv {
    width: 100%;
}

.NBright_HeaderStyle {
    color: white;
    font-weight: bold;
    background-color: #bac815;
}

.NBright_FooterStyle {
    color: black;
    font-weight: bold;
    background-color: white;
}

.NBright_EditItemStyle {
    color: black;
    font-weight: normal;
    background-color: #e2ded6;
}

.NBright_SelectedItemStyle {
    color: #333333;
    font-weight: bold;
    background-color: #e2ded6;
}

.NBright_PagerStyle {
    color: black;
    font-weight: bold;
    background-color: white;
    text-align: center;
}

.NBright_AlternatingItemStyle {
    color: #777777;
    font-weight: bold;
    background-color: #f3f6f8;
}

.NBright_ItemStyle {
    color: #777777;
    font-weight: bold;
    background-color: white;
}

.NBright_SelectDiv,
.NBright_ActionDiv {
    text-align: left;
    padding: 10px 0;
    font-weight: bold;
}

.NBright_ButtonDiv a,
a.NBright_CommandButton,
a.NBright_ActionButton {
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    text-decoration: none !important;
    font-weight: bold;
    color: #565656;
    cursor: pointer;
    padding: 5px 10px 6px 30px;
}

.NBright_ButtonDiv a:hover,
a.NBright_CommandButton:hover {
    background-color: #fff !important;
    text-decoration: none !important;
}

a.NBright_CommandButton {
    padding: 5px 10px 6px;
}

.NBright_ButtonDiv a,
a.NBright_CommandButton {
    background-color: #f5f5f5;
}

.NBright_SaveButton,
.NBright_ActionButton {
    background: url("/DesktopModules/NB_Store/img/accept2.png") no-repeat 10px 50%;
}

.NBright_ReturnButton {
    background: url("/DesktopModules/NB_Store/img/return.png") no-repeat 10px 50%;
}

.NBright_PrintButton {
    background: url("/DesktopModules/NB_Store/img/printer.png") no-repeat 10px 50%;
}

.NBright_ActionButton {
    background-color: white;
    text-align: left;
    padding: 4px;
    border: #d0ccc9 solid 1px;
}

.SpecialInstructions {
    width: 450px;
    height: 45px;
    font-family: inherit;
}

.NBright_CartOptDiv .Label {
    display: inline-block;
    min-width: 110px;
    vertical-align: top;
    white-space: nowrap;
}

.NBright_CartOptDiv .ShippingMethods {
    display: inline-block;
}

div[id*="pnlProductList"] .PagingTable {
    background-color: #ffffff !important;
    min-height: 40px !important;
    border: 1px solid #9c9c9c !important;
    padding: 8px;
    border-radius: 5px;
    display: inline-block;
    width: 100% !important;
    margin: 15px 0 !important;
}

div[id*="pnlProductList"] .PagingTable tbody,
div[id*="pnlProductList"] .PagingTable tbody tr {
    display: block;
    width: 100%;
}

div[id*="pnlProductList"] .PagingTable td {
    text-align: center;
    font-family: Tahoma;
}

div[id*="pnlProductList"] .PagingTable td:nth-child(2n+2) {
    width: 630px;
}

div[id*="pnlProductList"] .PagingTable td:first-child {
    width: 100px;
}

.ProductList .ListA,
.ProductList .ListB {
    float: left;
}

@media (max-width:1000px) {
    div[id*="pnlProductList"] .PagingTable td:nth-child(2n+2) {
        width: 86%;
    }
    div[id*="pnlProductList"] .PagingTable td:first-child {
        width: 14%;
    }
}

.paging-span {
    width: 22px !important;
    min-width: 20px !important;
    height: 22px !important;
    margin: 0 5px !important;
    line-height: 20px !important;
    background-color: #d3d3d3;
    color: #737399;
    display: inline-block;
    text-align: center;
}

.paging-span:hover {
    text-align: center;
}

.paging-span a {
    background-color: #efefef;
    color: #737399;
    min-width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0 2px;
    transition: all 0.4s ease-in-out;
}

.paging-span:hover a {
    background-color: #d3d3d3;
    text-align: center;
    text-decoration: none;
    color: #eee;
}

.paging-span:first-child {
    background: url("/DesktopModules/NB_Store/img/bg-end.jpg");
    background-repeat: no-repeat;
    color: transparent;
    background-color: transparent;
}

.paging-span:first-child:hover a {
    background: url("/DesktopModules/NB_Store/img/bg-end-hover.jpg") no-repeat;
    background-position: right top;
}

.paging-span:last-child {
    background: url("/DesktopModules/NB_Store/img/bg-home.jpg");
    background-repeat: no-repeat;
    color: transparent;
    background-color: transparent;
}

.paging-span:last-child:hover a {
    background: url("/DesktopModules/NB_Store/img/bg-home-hover.jpg") no-repeat;
    background-position: right top;
}

.paging-span:nth-child(13n+2) {
    background: url("/DesktopModules/NB_Store/img/bg-next.jpg");
    background-repeat: no-repeat;
    color: transparent;
    background-color: transparent;
}

.paging-span:nth-child(13n+2):hover a {
    background: url("/DesktopModules/NB_Store/img/bg-next-hover.jpg") no-repeat;
    background-position: right top;
}

.paging-span:nth-last-child(-13n+2) {
    background: url("/DesktopModules/NB_Store/img/bg-prev.jpg");
    background-repeat: no-repeat;
    color: transparent;
    background-color: transparent;
}

.paging-span:nth-last-child(-13n+2):hover a {
    background: url("/DesktopModules/NB_Store/img/bg-prev-hover.jpg") no-repeat;
    background-position: right top;
}

.paging-span:first-child a,
.paging-span:last-child a,
.paging-span:nth-child(13n+2) a,
.paging-span:nth-last-child(-13n+2) a {
    color: transparent;
    background-color: transparent;
    background-position: right top;
}

.ListHeader {
    text-align: right !important;
}

.ListHeader .NormalTextBox {
    height: 25px !important;
    border-radius: 5px !important;
    border: 1px solid #b1b1b1 !important;
    font-family: "BYekan";
}

.highlight {
    background-color: yellow;
}

@-webkit-keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.6, 0.6, 1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.6, 0.6, 1);
        transform: scale3d(0.6, 0.6, 1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.anim-open {
    -moz-animation: anim-open 1s steps(10);
    -o-animation: anim-open 1s steps(10);
    -webkit-animation: anim-open 1s steps(10);
    animation: anim-open 1s steps(10);
    -moz-animation-timing-function: cubic-bezier(0.1, 0.4, 0.2, 1.4);
    -o-animation-timing-function: cubic-bezier(0.1, 0.4, 0.2, 1.4);
    -webkit-animation-timing-function: cubic-bezier(0.1, 0.4, 0.2, 1.4);
    animation-timing-function: cubic-bezier(0.1, 0.4, 0.2, 1.4);
}

.likesBtn {
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -em-transition: all 0.3s;
    -moz-transition: all 0.3s;
    display: inline-block;
    margin: 5px;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

#divLike {}

#divDisLike {}

.FileManager_FileList a {
    display: inline-block;
    width: 20px;
}

.likesBtn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.likesBtn:hover:before,
.likesBtn:focus:before,
.likesBtn:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

.likesBtn:hover .counter-text {
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -em-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.likesBtn {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -em-transition: all 0.3s;
    -moz-transition: all 0.3s;
    position: rrelative;
}

.likesBtn:after {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 25px;
    margin-top: -16px;
    font-family: FontAwesome;
}

#divLike:after {
    content: "\f087";
}

#divDisLike:after {
    content: "\f088";
}

.Liked:after {
    content: "\f164";
    font-size: 27px;
}

.DisLiked:after {
    content: "\f165";
    font-size: 27px;
}

.likesBtn:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -em-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.WishListEmptyBg {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #ddd;
}

.WishListEmptyBg a {
    font-size: 14px;
    color: #333;
    padding: 15px;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.WishListEmptyBg a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.WishListEmptyBg a i,
.WishListEmptyBg a em {
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin-left: 5px;
}

.WishListEmptyBg a:hover {
    color: #fff;
}

.WishListEmptyBg a:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.WishListEmptyBg a:hover i,
.WishListEmptyBg a:hover em {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
    width: 22%;
    height: 100%;
    display: block;
}

.Liked:after {}

.DisLiked:after {}

.likesBtn:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -em-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.WishListEmptyBg {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #ddd;
}

.WishListEmptyBg a {
    font-size: 14px;
    color: #333;
    padding: 15px;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.WishListEmptyBg a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.WishListEmptyBg a i,
.WishListEmptyBg a em {
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin-left: 5px;
}

.WishListEmptyBg a:hover {
    color: #fff;
}

.WishListEmptyBg a:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.WishListEmptyBg a:hover i,
.WishListEmptyBg a:hover em {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
    width: 22%;
    height: 100%;
    display: block;
}

.rtl .wb-Checkout {
    text-align: right !important;
}

.wb-Checkout {
    text-align: left !important;
}

.wb-Checkout .right-side-wrap,
.wb-Checkout .left-side-wrap,
.wb-Checkout .checkout-box-wrap {
    background-color: #fff;
    border: solid 1px #ddd;
    box-shadow: 0 8px 13px -7px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
}

.checkout-box-wrap {
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.wb-Checkout .right-side {
    margin-bottom: 20px;
}

.wb-Checkout .left-side-wrap {
    padding: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}

.wb-Checkout .checkout-summary .mainPriceTotal {
    float: left;
}

.wb-Checkout .checkout-summaryShipping>span:last-child {
    float: left;
}

.wb-Checkout .checkout-content {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    position: relative;
}

.wb-Checkout .checkout-content:after {
    content: "";
    padding: 1px 0;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.wb-Checkout .checkout-content .price-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.wb-Checkout .checkout-content .price-value {
    font-size: 18px;
    color: #fb3449;
    margin-bottom: 10px;
}

.next-step {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    display: block;
    border: solid 1px #2b82bb;
    background-color: #4aa6e3;
    border-radius: 6px;
    padding: 9px;
    transition: all 0.3s;
    width: 100%;
    cursor: pointer !important;
    font-family: inherit;
}

.next-step:hover {
    background-color: #348fcc;
}

.next-step:disabled {
    background-color: #ddd;
    border: solid 1px #cecece;
    color: #989898 !important;
    cursor: not-allowed !important;
}

.wb-Checkout .buy-process {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 60px;
}

.wb-Checkout .buy-process li {
    width: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.wb-Checkout .buy-process li:before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 100%;
    height: 3px;
    background-color: #4aa4e3;
}

.wb-Checkout .buy-process li.active~*:before {
    background-color: #e4e4e4;
}

.wb-Checkout .buy-process li.active:before {
    background-color: #4aa5e3;
}

.wb-Checkout .buy-process li:first-child:before {
    display: none;
}

.wb-Checkout .buy-process li:last-child:before {}

.wb-Checkout .buy-process li:after {
    content: "\f058";
    font-family: fontawesome;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 17px;
    height: 17px;
    background-color: #ffffff;
    border-radius: 100%;
    z-index: 4;
    font-size: 20px;
    color: #4aa4e3;
    line-height: 1;
}

.wb-Checkout .buy-process li.active~*:after {
    content: "";
    background-color: #e4e4e4;
}

.wb-Checkout .buy-process li.active:after {
    content: "";
    background-color: #4aa6e3;
}

.wb-Checkout .buy-process li.active:last-child:after {
    content: "\f058";
    background-color: #fff;
}

.wb-Checkout ul {
    list-style: none;
    margin: 0;
}

.wb-Checkout .select-gateway {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.wb-Checkout .select-gateway input {
    display: none;
}

.wb-Checkout .select-gateway label {
    display: flex;
    flex-direction: column;
    text-align: center;
    max-width: 150px;
    position: relative;
    margin: 0 10px;
    cursor: pointer;
    padding: 15px;
    z-index: 2;
}

.wb-Checkout .select-gateway img {}

.wb-Checkout .select-gateway span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: solid 1px #d4d4d4;
    border-radius: 6px;
    z-index: 1;
    transition: all 0.3s;
}

.wb-Checkout .select-gateway span:before {
    content: "\f00c";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%) scale(0);
    font-family: fontawesome;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #338000;
    border-radius: 100%;
    z-index: 2;
    color: #fff;
    font-weight: normal;
    transition: all 0.3s;
}

.wb-Checkout .select-gateway input:checked~span:after {
    border-color: green;
}

.wb-Checkout .select-gateway input:checked~span:before {
    transform: translateX(-50%) scale(1);
}

.wb-Checkout .checkout-express {
    border-bottom: solid 1px #4aa7e3;
    padding: 15px 15px 10px 15px;
    margin-bottom: 15px;
    font-size: 15px;
}

.wb-Checkout .content-wrapper {
    padding: 0 20px 20px;
}

.wb-Checkout .checkout-thumb img {
    max-height: 100px;
}

.wb-Checkout .checkout-price {
    text-align: center;
    font-size: 12px;
    color: #bbb;
    text-decoration: line-through;
    display: none;
}

.wb-Checkout .onDiscount .checkout-price {
    display: block;
}

.wb-Checkout .checkout-price .main-currency {}

.wb-Checkout .price-box {
    flex-direction: column;
    align-items: flex-end !important;
}

.wb-Checkout .checkout-discountPrice {
    font-size: 12px;
    color: #ef394e;
    display: none;
}

.wb-Checkout .onDiscount .checkout-discountPrice {
    display: block;
}

.wb-Checkout .onDiscount .checkout-afterDiscountPrice {
    font-size: 16px;
    color: #2e7b32;
}

.wb-Checkout .checkout-afterDiscountPrice {
    color: #404040;
    font-size: 16px;
    text-align: left;
}

.checkout-item>.row {
    display: flex;
    flex-wrap: wrap;
}

.checkout-item>.row>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkout-item .remove-item {
    border: 1px solid red;
    border-radius: 6px;
    padding: 3px;
    color: red !important;
    background: none;
    font-family: inherit;
    transition: 0.3s;
}

.checkout-item .remove-item:hover {
    color: #fff !important;
    border: 1px solid red;
    background: red;
}

.checkout-item .remove-item.hidden-lg {
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 5px;
    margin-right: 5px;
    color: #737373;
}

.checkout-item .checkout-qnty-col>.remove-item {
    display: none;
}

.checkout-item .fa-remove {
    background-color: #eee;
    color: #929292;
    border-radius: 100%;
    padding: 5px;
    width: 22px;
    height: 22px;
    text-align: center;
    transition: all 0.3s;
    position: relative;
}

.checkout-item .fa-remove:hover {
    background-color: #ddd;
}

.checkout-item>.row>div.col-sm-5 {
    justify-content: right;
}

.checkout-item>.row>div.col-sm-2 {
    flex-direction: column;
}

.checkout-item .checkout-qnty-wrap {
    display: inline-block;
    text-align: center;
    border: solid 1px #eee;
    border-radius: 6px;
    margin-right: 10px;
}

.checkout-qnty-col *::selection {
    background: transparent;
    color: inherit;
}

.checkout-qnty-col *::-moz-selection {
    background: transparent;
    color: inherit;
}

.checkout-item .checkout-qnty-wrap .fa {
    padding: 7px 10px;
    display: inline;
    color: #4aa6e3;
    font-weight: normal;
    cursor: pointer;
    position: relative;
}

.checkout-item .checkout-qnty-wrap .fa-trash {
    display: none;
}

.checkout-item .checkout-qnty-wrap .qnty-count {
    margin: 0 8px;
}

.checkout-item input[type="number"] {
    max-width: 100%;
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 5px 5px 5px 15px;
    color: #808080;
    font-family: inherit;
    text-align: left;
    direction: ltr;
    font-size: 15px;
    transition: all 0.3s;
    max-width: 85px;
    margin-right: 10px;
}

.checkout-item .checkout-qnty {
    display: none;
}

.checkout-alert {
    display: none;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    background-color: #ff0808;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0px 0px 6px 0px #0000006e;
}

.checkout-alert:after {
    content: "";
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    border-top: solid 6px transparent;
    border-bottom: solid 6px #ff0808;
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
}

.checkout-item input[type="number"]:focus {
    border-color: #b5b5b5;
}

.checkout-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #eee;
}

.checkout-item>div.row {
    margin: 0;
    justify-content: flex-end;
}

.checkout-item:last-child {
    border: none;
    margin-bottom: 0;
}

.checkout-item .checkout-thumb {
    margin-left: 15px;
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.checkout-item .checkout-desc .product-name {
    margin-bottom: 8px;
    font-size: 15px;
    display: block;
    background-color: transparent !important;
}

.checkout-item .checkout-desc .product-name:hover {
    color: inherit !important;
}

.checkout-item .checkout-desc {
    color: #636363;
}

.wb-CheckoutSteps {
    margin-bottom: 24px;
}

.wb-Checkout table {
    width: 100%;
}

.wb-Checkout .factor .checkout-express {
    margin-bottom: 0;
    text-align: center;
}

.wb-Checkout .factor>.col-md-3 {
    border-left: solid 1px #fff;
    background-color: #353535;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
}

.wb-Checkout .factor .DetailTemplateRows .col-sm-3 {
    border-left: solid 1px #bdbdbd;
    border-bottom: solid 1px #bdbdbd;
    padding: 10px 15px;
    text-align: left;
    font-size: 14px;
}

.wb-Checkout .factor .DetailTemplateRows .col-sm-3:first-child {
    text-align: right;
}

.wb-Checkout .factor .DetailTemplateRows .col-sm-3:nth-child(3) {
    text-align: center;
}

.wb-Checkout .factor .DetailTemplateRows .col-sm-3:last-child {
    border-left: none;
}

.wb-Checkout .factor .factor-table {
    display: inline-block;
    width: 50%;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
    padding-left: 15px;
}

.wb-Checkout .factor .factor-table span.label-text {
    display: inline-block;
    width: 50%;
    text-align: left;
    font-weight: normal;
}

.wb-Checkout .factor .factor-table span.label-number {
    text-align: left;
    width: 50%;
    display: inline-block;
}

.wb-Checkout .stg4 {
    max-width: 800px;
    margin: auto;
}

.wb-Checkout .stg4 .order-property {
    margin-bottom: 15px;
}

.wb-Checkout .stg4 .order-date {
    text-align: left;
}

.wb-Checkout .stg4 .buyer-profile>.col-md-6 {
    margin-bottom: 6px;
}

table[id*="CheckOut_cartlist1_dgCartList"],
table[id*="CheckOut_cartlist2_dgCartList"] {
    border: 1px solid #ccc;
}

table[id*="CheckOut_cartlist1_dgCartList"]>tbody>tr:nth-child(odd),
table[id*="CheckOut_cartlist2_dgCartList"]>tbody>tr:nth-child(odd) {
    background: #ebebeb;
}

.NBright_cartheader {
    border-bottom: 4px double #abb0b3;
    font-weight: bold;
    background: transparent;
}

td.NBright_cartheader {
    padding: 10px;
    background-color: #1d201c;
    color: #fff;
    font-size: 16px;
}

table[id*="CheckOut_cartlist1_dgCartList"] td,
table[id*="CheckOut_cartlist2_dgCartList"] td {
    border: 1px solid #ccc;
}

.NBright_CartItem td,
.NBright_AltCartItem td {
    text-align: center;
    padding: 5px;
}

.NBright_CartItem td,
.NBright_AltCartItem td {
    border-bottom: 1px #ccc dotted;
}

.NBright_CartList input[type="text"] {
    text-align: center;
}

.discountTotal {
    float: left;
    color: #ef394e;
}

.discountTotalStg2 {
    float: left;
}

.NBright_RecalcButtonDiv {
    text-align: right;
    margin: 10px 0;
    font-weight: bold;
}

.wb-Checkout .NBright_ClientButtonDivRight .NBright_ClientButton {
    margin-left: 0;
}

.NBright_RecalcButtonDiv a {
    background-color: #ff4e00;
    padding: 5px 15px;
    color: #fff !important;
}

.NBright_RecalcButtonDiv a {
    color: #444 !important;
}

a.Button {
    line-height: 30px;
    width: 120px;
}

a.Button {
    background: #eaeaea url("/DesktopModules/NB_Store/img/GlossyButtons.png") repeat-x;
}

a.Recalculate {
    margin-left: 0 !important;
}

a.Button,
a.Button:link {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none !important;
    padding: 0;
    margin-left: 12px;
    margin-bottom: 12px;
    display: inline-block;
    text-align: center;
}

a.Button,
a.Button:link {
    color: #444;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
}

.NBright_RecalcButton {
    background-color: white;
    text-align: left;
    padding: 4px;
    border: #d0ccc9 solid 1px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.NBright_ClientButtonDivLeft {
    text-align: left;
}

.NBright_ClientButtonDivRight {
    text-align: right;
}

.NBright_ClientButton.Button.ContinueOrder {
    background: #02bd5a !important;
    color: #fff !important;
    -webkit-transition: all 0.25s linear !important;
    -moz-transition: all 0.25s linear !important;
    -ms-transition: all 0.25s linear !important;
    -o-transition: all 0.25s linear !important;
    transition: all 0.25s linear !important;
}

table[id*="CheckOut_cartlist1_dgCartList"]>tbody>tr:last-child span,
table[id*="CheckOut_cartlist2_dgCartList"]>tbody>tr:last-child span {
    padding: 5px;
    display: inline-block;
}

table[id*="CheckOut_cartlist1_dgCartList"] table td,
table[id*="CheckOut_cartlist2_dgCartList"] table td {
    border: 0 !important;
}

.divPriceCurrency {
    margin-bottom: 10px;
}

.wb-Checkout fieldset {
    border: 1px solid #ececec;
    padding: 25px;
    background-color: #ffffff;
    border-radius: 6px;
    position: relative;
    top: -12px;
}

.promo-input input {
    margin-bottom: 0 !important;
}

.field-wrap {
    position: relative;
}

.float-placeholder input {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 0px;
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 5px;
    border: solid 1px #ddd;
    padding: 9px;
    transition: all 0.3s;
    font-family: inherit;
}

.float-placeholder input::placeholder {
    color: transparent;
}

.float-placeholder input:focus {
    border-color: #b9b9b9;
}

.float-placeholder label,
.float-placeholder .float-label {
    position: absolute;
    left: 0;
    top: 9px;
    padding: 0 9px;
    font-weight: normal;
    transition: all 0.3s;
    cursor: text;
    color: #868686;
    background-color: #fff;
}

.ShipMethodBox {
    display: flex;
    flex-wrap: wrap;
}

.shipping-methods_Title {
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-top: 1rem !important;
    flex-wrap: wrap;
}

.shipping-methods_Title img {
    margin-left: 0.5rem;
}

.ShipMethodBox table.ShippingMethods {
    order: 1;
}

.ShipMethodBox table.ShippingMethods tbody,
.ShipMethodBox table.ShippingMethods tr,
.ShipMethodBox table.ShippingMethods td {
    display: block;
    width: 100%;
}

.ShipMethodBox table.ShippingMethods td {
    order: 1;
}

.ShipMethodBox table.ShippingMethods td input {
    width: auto;
}

.ShipMethodBox table.ShippingMethods td label {
    position: static !important;
    transform: unset !important;
}

.ShipMethodBox label {
    order: 0;
}

.shipping-methods_Headers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    border-radius: 4px;
    margin-top: 1rem;
}

a.next-step.disable {
    background: #b0adad !important;
    border-color: #b0adad !important;
    pointer-events: none !important;
}

.shipping-method_Header {
    display: flex;
    align-items: center;
    cursor: pointer;
    border: 2px solid var(--mc1);
    border-radius: 4px;
    background: #fff;
    padding-block: 1rem;
    padding-inline: 1rem;
    flex: 1;
}

.shipping-method_Header span {
    font-size: 1rem;
    font-weight: 400;
    color: #2F2F2F;
    white-space: nowrap;
}

.shipping-method_Header.active {
    background-color: #d2b38433;
}

.shipping-method_Header.active span {
    font-weight: 700;
}

.shipping-method_Header input {
    margin-left: 0.5rem;
    cursor: pointer;
}

.shipping-method_Header label {
    cursor: pointer;
}

.shipping-methods_Desc {
    margin-top: 1rem;
    position: relative;
}

.shipping_Method__Desc {
    display: none;
    width: 100%;
    height: 100%;
    transition: 0.4s;
}

.shipping_Method__Desc.active {
    display: block !important;
}

.shipment-box {
    border: 1px solid #ddd;
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 1rem;
}

.shipment-titles {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.shipment-title {
    margin-left: 1rem;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid transparent;
}

.shipment-title.active {
    border-bottom: 2px solid var(--mc1);
}

@media (max-width:991px) {
    .shipment-titles {
        overflow: auto;
        gap: 0.5rem;
    }
    .shipment-title {
        white-space: nowrap;
    }
}

.append__Shipping-values {
    position: relative;
    margin-top: 0.5rem;
    min-height: 120px;
}

.shipment-value {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}

.shipment-value.active {
    opacity: 1 !important;
    visibility: visible !important;
}

.shipment-value-input {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #e6e6e6;
    padding: 0.5rem 0rem !important;
}

.shipment-value-input:last-child {
    border-bottom: none !important;
}

.shipment-value-input label {
    position: relative !important;
    right: unset !important;
    top: unset !important;
    transform: unset !important;
    font-size: 16px !important;
    cursor: pointer;
}

.shipment-value-input input {
    width: auto !important;
    margin: 0 !important;
    margin-left: 0.25rem !important;
    cursor: pointer;
}

.rtl .float-placeholder label,
.rtl .float-placeholder .float-label {
    left: auto;
    right: 6px;
}

.float-placeholder input:focus~label,
.float-placeholder input:not(:placeholder-shown)~label,
.float-placeholder input:focus~.float-label,
.float-placeholder input:not(:placeholder-shown)~.float-label,
.float-placeholder textarea:focus~label,
.float-placeholder textarea:not(:placeholder-shown)~label {
    transform: translate(0.25em, -20px) scale(0.8);
    color: #4a4a4a;
}

.float-placeholder .radio label {
    transform: unset !important;
    position: relative;
    top: 0px;
    right: 0;
}

.float-placeholder .radio .Value>label {
    top: -10px;
}

.float-placeholder .radio input {
    margin: 0;
    position: relative;
    width: auto;
}

.float-placeholder .radio table {
    width: auto;
    display: inline;
}

.apply-btn {
    position: absolute;
    right: 0;
    top: 0px;
    line-height: 50px;
    padding: 0 10px;
    height: 50px;
    border-right: solid 1px #ddd;
}

.rtl .apply-btn {
    left: 0;
    right: auto;
}

.AddressCollector {
    text-align: right;
    margin-top: 10px;
}

.wb-Checkout table {
    width: 100%;
}

.AddressCollector td {
    padding: 4px;
}

.AddressCollector td,
.AddressOptions td {
    padding: 4px;
}

.AddressCollector .Label {
    white-space: nowrap;
    font-weight: normal;
    width: 110px;
}

span.required {
    color: red;
}

.AddressCollector>tbody>tr:last-child>.Label {
    vertical-align: top;
    padding-top: 15px !important;
}

.wb-Checkout textarea {
    width: 100%;
    background-color: transparent;
    border: solid 1px #ddd;
    border-radius: 6px;
    resize: none;
    margin: 0px 0 5px;
    font-family: inherit;
    font-size: 13px;
    color: #5d5d5d;
    height: 100px;
    padding: 9px 15px;
}

.Email-field input.email {
    direction: ltr;
    width: 100%;
    font-family: sans-serif;
}

.Email-field label {
    font-weight: normal;
}

.NormalRed {
    font-weight: bold;
    color: red;
}

.CommandButton,
.StandardButton,
.NormalRed {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    border: 1px solid #ccc !important;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 5px;
    margin-right: -1px;
    display: inline-block;
    transition: all 0.5s ease-in;
}

.wb-Checkout .validation,
.wb-Checkout .AddressCollector .Value>.NormalRed {
    background: red !important;
    color: #fff;
    border: none !important;
    position: absolute;
    left: 0;
    top: -35px;
    margin: 0;
    font-weight: normal;
    padding: 4px 14px;
    border-radius: 6px;
}

.wb-Checkout .AddressCollector .Value {
    position: relative;
}

.wb-Checkout .AddressCollector .validation:after,
.wb-Checkout .AddressCollector .Value>.NormalRed:after {
    content: "";
    position: absolute;
    left: 13px;
    bottom: -17px;
    border-left: solid 10px transparent;
    border-top: solid 10px #ec2c00;
    border-bottom: solid 10px transparent;
    border-right: solid 10px transparent;
}

.StateandCity-Box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wb-Checkout .select2-container {
    width: 80% !important;
}

.wb-Checkout .select2-container--default .select2-selection--single {
    width: 100% !important;
    margin-top: 0px !important;
    background-color: #fff !important;
    border-radius: 5px !important;
    border: solid 1px #ddd !important;
    padding: 8px !important;
    transition: all 0.3s !important;
    font-family: inherit !important;
    height: 45px !important;
}

.wb-Checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.wb-Checkout legend,
.wb-Checkout legend span {
    font-size: 18px !important;
    color: #666;
}

.wb-Checkout legend {
    font-size: 18px !important;
    color: #666;
    padding: 0 15px;
    display: inline-block;
    width: auto;
    border: 0;
}

.AddressCollector>tbody>tr:last-child>.Label {
    vertical-align: top;
    padding-top: 15px !important;
}

.AddressCollector>tbody>tr:last-child>.Address1 {
    top: 0;
}

.SpecialInstructions {
    width: 450px;
    height: 45px;
    font-family: inherit;
}

.SpecialInstructions {
    background-color: white;
}

.AddressOptions textarea {}

.wb-Checkout .next-step:hover,
.wb-Checkout .next-step:focus {
    color: #fff;
}

.NBright_ClientButton.Button.ContinueOrder:hover {
    background: #039648 !important;
}

.AddressOptions {
    text-align: right;
}

input[type="checkbox"],
input[type="checkbox"]+label {}

a.CancelOrder:link {
    border: 1px solid #bc0000;
}

.OrderDetailRow {
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    height: 50px !important;
}

.OrderDetailRow2 td {
    text-align: center;
}

div[id$="pnlOrderEdit"] td {
    padding: 5px;
}

.ModelImageTable {
    width: 50px;
}

.ModelImageTable:hover {
    width: 500px;
}

.back-btn {
    margin-top: 40px;
}

.back-btn a {
    display: inline-block;
    padding: 4px 0 4px 4px;
    border: solid 1px #ddd;
    border-radius: 10px;
    padding: 0 15px;
    transition: all 0.3s;
}

.back-btn a:hover {
    color: #8c8c8c;
    background-color: #eee;
}

.back-btn a:before {
    content: "\f105";
    font-family: fontawesome;
    position: relative;
    top: 2px;
    margin-left: 10px;
    font-size: 13px;
}

div[id*="pnlProductList"] .PagingTable {
    text-align: center;
}

div[id*="pnlProductList"] .PagingTable span {
    display: none;
}

div[id*="pnlProductList"] .PagingTable em {
    border: solid 1px #ddd;
    background-color: #eee;
}

div[id*="pnlProductList"] .PagingTable em,
div[id*="pnlProductList"] .PagingTable a {
    font-style: normal;
    background-color: #eee;
    padding: 2px 10px;
    border-radius: 5px;
    font-family: inherit !important;
    color: #3d3d3d;
    display: inline-block;
    margin: 0 3px;
    height: 30px;
}

div[id*="pnlProductList"] .PagingTable a {
    border: solid 1px transparent;
    background: transparent !important;
    transition: all 0.4s;
}

div[id*="pnlProductList"] .PagingTable a.PagerNormalDisabled {
    display: none;
}

div[id*="pnlProductList"] .PagingTable .NextPage:before {
    content: "";
    height: 20px;
    width: 1px;
    background-color: #ddd;
    position: absolute;
    left: -7px;
    right: auto;
    top: 4px;
}

.rtl div[id*="pnlProductList"] .PagingTable .NextPage:before {
    right: -7px;
    left: auto;
}

div[id*="pnlProductList"] .PagingTable .NextPage {
    margin-right: 10px;
    position: relative;
}

div[id*="pnlProductList"] .PagingTable .PreviousPage:after {
    content: "";
    height: 20px;
    width: 1px;
    background-color: #ddd;
    position: absolute;
    right: -7px;
    left: auto;
    top: 4px;
}

.rtl div[id*="pnlProductList"] .PagingTable .PreviousPage:after {
    left: -7px;
    right: auto;
}

div[id*="pnlProductList"] .PagingTable .PreviousPage {
    margin-left: 10px;
    position: relative;
}

div[id*="pnlProductList"] .PagingTable a:hover {
    background: #eee !important;
    color: #3d3d3d !important;
    border: solid 1px #eee;
}

div[id*="pnlProductList"] .PagingTable a:after,
div[id*="pnlProductList"] .PagingTable a:before {
    font-family: fontawesome;
}

.rtl div[id*="pnlProductList"] .PagingTable a.FirstPage:before {
    content: "\f101";
    margin-left: 7px;
}

.rtl div[id*="pnlProductList"] .PagingTable a.PreviousPage:before {
    content: "\f105";
    margin-left: 10px;
}

.rtl div[id*="pnlProductList"] .PagingTable a.NextPage:after {
    content: "\f104";
    margin-right: 7px;
}

.rtl div[id*="pnlProductList"] .PagingTable a.LastPage:after {
    content: "\f100";
    margin-right: 10px;
}

div[id*="pnlProductList"] .PagingTable a.FirstPage:before {
    content: "\f100";
    margin-right: 7px;
}

div[id*="pnlProductList"] .PagingTable a.PreviousPage:before {
    content: "\f104";
    margin-right: 10px;
}

div[id*="pnlProductList"] .PagingTable a.NextPage:after {
    content: "\f105";
    margin-left: 7px;
}

div[id*="pnlProductList"] .PagingTable a.LastPage:after {
    content: "\f101";
    margin-left: 10px;
}

@media all and (min-width:768px) and (max-width:991px) {
    .checkout-item>.row>div {
        flex-direction: column;
    }
    .checkout-item>.row>div.product-specs {
        align-items: start;
    }
    .checkout-item .checkout-qnty-wrap {
        margin: 0;
    }
    .wb-Checkout .left-side-wrap {
        text-align: center;
    }
    .wb-Checkout .checkout-summary .mainPriceTotal {
        display: block;
        text-align: center;
        float: none;
    }
}

@media screen and (max-width:991px) {
    .wb-Checkout .right-side {
        order: 1;
    }
    .StateandCity-Box {
        align-items: flex-start;
        flex-direction: column;
    }
    .wb-Checkout .select2-container {
        width: 100% !important;
        margin-top: 0.5rem !important;
    }
    .shipping-methods_Headers {
        border: unset;
        padding: 0 !important;
    }
    .shipping-method_Header {
        padding: 0.5rem;
        border: 1px solid #333;
        margin: 0 !important;
        border-radius: 4px;
        position: relative;
    }
    .shipping-method_Header span {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        transition: 0.4s;
    }
    .shipping-method_Header .fa.fa-chevron-down {
        position: absolute;
    }
    .shipping-method_Header span.active {
        transform: translateY(-50%) rotate(180deg) !important;
    }
    .shipping-method_Header label {
        width: 100%;
    }
    .shipping-method_accordion_content {
        border: 1px solid #ccc;
        border-top: 0;
    }
    .shipping_Method__Desc {
        padding: 0.5rem;
    }
    .shipping_Method__Desc {
        display: block;
        position: relative;
        transition: 0.4s;
        top: unset;
        left: unset;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .shipping-method_accordion {
        width: 100%;
        margin-bottom: 1rem;
        overflow: hidden;
    }
}

@media screen and (max-width:767px) {
    .checkout-item .checkout-qnty-col>.remove-item {
        display: inline-block;
    }
    .wb-Checkout .factor .factor-table {
        width: 100%;
    }
    .wb-Checkout .factor .DetailTemplateRows>.row {
        border-bottom: solid 1px #ddd;
    }
    .wb-Checkout .factor .DetailTemplateRows .col-sm-3 {
        text-align: right !important;
        padding-right: 100px;
        border: none;
    }
    .wb-Checkout .factor .DetailTemplateRows .col-sm-3:before {
        content: attr(data-column);
        position: absolute;
        right: 10px;
    }
    .wb-Checkout .factor>.col-md-3 {
        display: none;
    }
    .wb-Checkout .stg4 .order-date {
        text-align: right;
    }
    .checkout-item>.row {
        margin: 0;
        justify-content: flex-end;
        position: relative;
    }
    .checkout-item>.row:after {
        content: "";
        display: table;
        clear: both;
    }
    .checkout-item>.row .remove-product {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .checkout-item .row .product-specs {
        display: flex;
        margin-bottom: 15px;
    }
    .checkout-item>.row>div.col-xs-6 {
        float: left;
        text-align: left;
    }
    .checkout-item>.row .checkout-qnty-col,
    .checkout-item>.row .price-box {
        width: 50%;
    }
    .wb-Checkout .checkout-afterDiscountPrice {
        text-align: right !important;
    }
    .wb-Checkout .checkout-price {
        text-align: right;
        padding-right: 15px;
        color: #fb3449;
    }
    .checkout-item .checkout-desc .product-name {
        margin-bottom: 0;
    }
    .checkout-item>.row>div.col-sm-5 {
        margin-bottom: 20px;
    }
    .checkout-item .checkout-count {
        display: inline-block;
        margin-left: 10px;
    }
    .checkout-item input[type="number"] {
        max-width: 45px;
    }
    .checkout-item .checkout-qnty-wrap {
        margin-bottom: 10px;
        padding: 5px 0;
    }
    .checkout-item .checkout-desc {
        display: inline-block;
        width: calc(100% - 104px);
        padding-right: 15px;
    }
    .checkout-item .checkout-thumb {
        margin: 0;
        width: 100px;
    }
    div[id*="pnlProductList"] .PagingTable.row a {
        display: none !important;
    }
    div[id*="pnlProductList"] .PagingTable.row a.showInMobile {
        display: inline-block !important;
    }
    div[id*="pnlProductList"] .PagingTable .PreviousPage:after,
    div[id*="pnlProductList"] .PagingTable .NextPage:before {
        display: none;
    }
    .MobilePagingdiv[id*="pnlProductList"] .PagingTable {
        padding: 0;
        margin: 0 !important;
    }
}

@media screen and (max-width:365px) {
    .checkout-item .checkout-count {
        margin: 0 10px 2px;
    }
    .checkout-item input[type="number"] {
        margin: 0;
    }
    .checkout-item .remove-item.hidden-lg {
        margin: 0;
    }
    .checkout-qnty-wrap {
        margin-bottom: 5px;
    }
}

div.colors>table {
    width: 100%;
    text-align: right;
}

div.colors>table tr {
    display: inline-block;
    margin-left: 20px;
}

div.colors>table input {
    display: none;
}

div.colors>table input[type="radio"]:checked~label span.spnModelColor {
    background-color: #f0f0f0;
}

span.spnModelColor {
    float: right;
    margin: 0 !important;
    position: relative;
    padding: 3px 30px 3px 10px;
    border: solid 1px #f0f0f0;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.4s;
}

span.spnModelColorCode {
    float: right;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 4px;
    border: solid 1px #ddd;
}

span.modelColorPrice {
    display: inline-block !important;
    direction: rtl;
}

.ModelPrices>span,
.ModelDesc>div {
    display: none;
}

.row.LoginPage {}

.row.LoginPage .bx a:before {
    content: "";
    width: 42px;
    height: 42px;
    display: inline-block;
    transition: all 0.3s;
}

.row.LoginPage .bx.log a:before {
    background: url("/DesktopModules/NB_Store/img/key.png") no-repeat;
}

.row.LoginPage .bx.reg a:before {
    background: url("/DesktopModules/NB_Store/img/user.png") no-repeat;
}

.row.LoginPage .bx a:hover:before {
    transform: translateY(4px);
}

.row.LoginPage .bx {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.row.LoginPage .bx.Vown {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.row.LoginPage .bx a {
    line-height: 50px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    padding: 40px;
    border: solid 1px #f1f1f1;
    border-radius: 15px;
    transition: all 0.4s;
    position: relative;
    margin-bottom: 20px;
}

.row.LoginPage .bx a:hover {
    background-color: inherit !important;
    box-shadow: 0px 0px 4px 2px #f1f1f199;
}

.row.LoginPage .bx a span.firstSpan {
    color: #464646;
    display: block;
    margin-bottom: 10px;
}

.row.LoginPage .bx a span.secondSpan {
    color: #ffffff;
    display: block;
    width: 80%;
    margin: auto;
    border-radius: 50px;
    background-color: #ababab;
    transition: all 0.3s;
}

.row.LoginPage .bx a:hover span.secondSpan {
    background-color: #838383;
}

.licenseLoginForm {
    width: 350px;
    background: #fff;
    box-shadow: 1px 1px 6px 3px #ddd;
    margin: 0 auto;
    margin-top: 18vh;
    position: relative;
    transform: translate(0, -50%);
    padding: 25px;
    border-radius: 5px;
}

.licenseLoginForm input[type="text"] {
    background-color: #f7f7f7;
    border: 1px solid #e2e2e2;
    border-radius: 5px !important;
    margin-bottom: 15px;
    padding: 12px;
    font-family: inherit;
    height: calc(2em + 0.75rem + 2px);
    transition: all 0.3s ease;
    border-right: 3px solid #b70000;
}

.licenseLoginForm input[type="text"]:focus {
    box-shadow: 0 0 5px #ddd !important;
    background-color: #fff;
    border: 1px solid #e2e2e2;
}

.getLicense {
    color: #fff !important;
}

.licenseLoginForm .btn-success {
    color: #fff;
    background-color: #219e3e;
    border: 0;
    float: right;
    width: 48%;
    padding: 0;
    margin: 5px 0 0 3px;
    font-family: inherit;
    font-weight: normal;
    font-size: 14px;
    padding: 0;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.licenseLoginForm .btn-success.focus,
.licenseLoginForm .btn-success:focus {
    box-shadow: none;
}

.licenseLoginForm .btn-success:hover,
.licenseLoginForm .btn-primary:hover {
    background-color: #047a1f;
    box-shadow: 0 0 5px #ababab;
}

.licenseLoginForm .btn-primary:hover {
    background-color: #0467d1;
}

.licenseLoginForm .btn-primary {
    color: #fff;
    background-color: #007bff;
    border: 0;
    width: 49%;
    margin: 5px 3px 0 0;
    font-family: inherit;
    font-weight: normal;
    font-size: 14px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.licenseLoginForm .form-group {
    margin-bottom: 0;
}

.licenseLoginForm input:focus::-webkit-input-placeholder {
    color: transparent !important;
}

.licenseLoginForm input:focus::-moz-placeholder {
    color: transparent !important;
}

.licenseLoginForm input:focus:-moz-placeholder {
    color: transparent !important;
}

body.display {
    overflow: hidden;
}

body.display:before {
    display: block;
}

body:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #0000009e;
    z-index: 1005;
    transition: all 0.5s;
    opacity: 0;
    display: none;
}

body.dark:before {
    opacity: 1;
}

.alert-confirm {
    background-color: rgb(255, 255, 255);
    border-color: rgba(149, 149, 149, 0.3);
    border-radius: 3px;
    color: rgb(149, 149, 149);
    padding: 10px;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -50%);
    text-align: center;
    min-width: 290px;
}

.alert-confirm p {
    text-align: center;
}

.alert-confirm.animate-alert {}

.confirmDelete {
    border-radius: 3px;
    background-color: orangered;
    min-width: 124px;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-family: inherit;
    margin-right: 15px;
    transition: all 0.3s;
}

.confirmDelete:hover {
    background-color: #c53500;
}

.cancelDelete {
    border-radius: 3px;
    background-color: #979ba7;
    min-width: 124px;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-family: inherit;
    transition: all 0.3s;
}

.cancelDelete:hover {
    background-color: #828282;
}

.confirmDelete i,
.cancelDelete i {
    margin-left: 10px;
    position: relative;
    top: 1px;
    font-size: 15px;
}

.price-max-range {
    float: right;
}

.price-min-range {
    float: left;
}

#txtAdvanceSearch {
    width: 100%;
    height: 40px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border: 0;
    background-color: #fff !important;
    background: #fff;
    font-family: inherit;
    text-indent: 18px;
    font-size: 13px;
    color: gray !important;
    border-bottom: 0;
    box-shadow: 0 0 2px 1px #d2d2d2;
}

.search-container {
    width: 100%;
    height: 40px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border: 0;
    background-color: #fff !important;
    background: #fff;
    font-family: inherit;
    text-indent: 18px;
    font-size: 13px;
    color: gray !important;
    border-bottom: 0;
    box-shadow: 0 0 2px 1px #d2d2d2;
}

.ModWBAdvanceSearchC {
    z-index: 99;
    width: 90%;
    position: relative;
}

label[for="txtAdvanceSearch"] {
    display: none;
}

label[for="search-container"] {
    display: none;
}

.searchBoxContainer .search-icon::before {
    content: "\f002";
    font-family: "FontAwesome";
    left: 4px;
    top: 2px;
    position: absolute;
    z-index: 52;
    color: #ceced0;
    font-size: 24px;
    cursor: pointer;
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#resultAdvanceSearch {
    width: 100%;
    max-height: 65vh;
    overflow: auto;
    border-bottom: 0;
    box-shadow: 0 0px 2px 1px #d2d2d2;
    margin: 0;
    border-top: 0;
    background: #fff;
    position: absolute;
    top: 100%;
}

#resultAdvanceSearch a {
    display: block;
}

#resultAdvanceSearch button {
    width: 100%;
}

#resultAdvanceSearch>div:last-child {
    padding-bottom: 10px;
}

.search-result {
    width: 100%;
    max-height: 65vh;
    overflow: auto;
    border-bottom: 0;
    box-shadow: 0 0px 2px 1px #d2d2d2;
    margin: 0;
    border-top: 0;
    background: #fff;
}

#resultAdvanceSearch .product-title {
    border-top: 1px solid #d8d8d8;
}

.search-result .product-title {
    border-top: 1px solid #d8d8d8;
}

#resultAdvanceSearch .category-title,
#resultAdvanceSearch .product-title {
    padding: 10px 0;
    font-weight: 900;
    color: #000000;
    padding: 10px;
}

.search-result .category-title,
.search-result .product-title {
    padding: 10px 0;
    font-weight: 900;
    color: #000000;
    padding: 10px;
}

#resultAdvanceSearch .category-content,
#resultAdvanceSearch .product-content {
    padding: 10px;
    color: aliceblue;
    transition: 0.1s;
}

.search-result .category-content,
.search-result .product-content {
    padding: 10px;
    color: aliceblue;
    transition: 0.1s;
}

#resultAdvanceSearch .category-content .is-category,
#resultAdvanceSearch .product-content .is-product {
    display: block;
    width: 100%;
}

.search-result .category-content .is-category,
.search-result .product-content .is-product {
    display: block;
    width: 100%;
}

#resultAdvanceSearch .category-content:hover,
#resultAdvanceSearch .product-content:hover {
    background: #f3f3f3;
    cursor: pointer;
}

.search-result .category-content:hover,
.search-result .product-content:hover {
    background: #f3f3f3;
    cursor: pointer;
}

#resultAdvanceSearch .category-content .search-name,
#resultAdvanceSearch .product-content .product-name {
    transition: 0.1s;
    padding-right: 5px;
}

.search-result .category-content .search-name,
.search-result .product-content .product-name {
    transition: 0.1s;
    padding-right: 5px;
}

#resultAdvanceSearch .category-content:hover .search-name,
#resultAdvanceSearch .product-content:hover .product-name {
    color: #000;
}

.search-result .category-content:hover .search-name,
.search-result .product-content:hover .product-name {
    color: #000;
}

#resultAdvanceSearch .product-content img {
    border: 1px solid #dadada;
}

.search-result .product-content img {
    border: 1px solid #dadada;
}

#resultAdvanceSearch.loading {
    height: 200px;
}

#resultAdvanceSearch.loading::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff url("/DesktopModules/NB_Store/img/Rolling-1s-50px.svg") no-repeat center;
    background-size: 48px;
}

#dnn_ctr568_ProductList_dlProductDetail tbody tr td {
    width: 100%;
}

#dnn_ctr568_ProductList_pnlSPO {
    font-family: inherit;
    border-radius: 6px;
    border: solid 1px #ddd;
    padding: 15px;
    width: 100%;
}

#dnn_ctr568_ProductList_pnlSPO .pnlRule {
    display: none;
}

#dnn_ctr568_ProductList_pnlSPO #dnn_ctr568_ProductList_pnlSPO-ttl {
    margin-bottom: 20px;
    font-size: 15px;
}

#dnn_ctr568_ProductList_pnlSPO #txtComment {
    border-radius: 6px;
    border: solid 1px #c2c2c2;
    transition: border-color 0.4s;
    padding: 5px 10px;
    font-family: inherit;
    display: inline-block;
    height: 100%;
    vertical-align: text-top;
}

#dnn_ctr568_ProductList_pnlSPO #txtComment:focus {
    border-color: #a5a5a5;
}

#dnn_ctr568_ProductList_pnlSPO #btnCommentClient,
#dnn_ctr568_ProductList_pnlSPO .reply-box #txtNameClient {
    font-family: inherit;
    background-color: #28a745;
    border: solid 1px #6cbb23;
    padding: 5px 15px;
    border-radius: 6px;
    color: #fff;
    transition: all 0.4s;
}

#dnn_ctr568_ProductList_pnlSPO #btnCommentClient:hover {
    background-color: #218838;
    border-color: #1e7e34;
}

#dnn_ctr568_ProductList_pnlSPO #commentContentTable {
    margin-top: 20px;
}

#dnn_ctr568_ProductList_pnlSPO .modern-wrap {
    position: relative;
    margin-bottom: 15px;
}

#dnn_ctr568_ProductList_pnlSPO .modern-label {
    position: absolute;
    top: 9px;
    right: 5px;
    background: #fff;
    padding: 0 13px;
    transition: all 0.4s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    color: #a5a5a5;
    pointer-events: none;
}

#dnn_ctr568_ProductList_pnlSPO .modern-input:not(:placeholder-shown)~.modern-label,
#dnn_ctr568_ProductList_pnlSPO .modern-input:focus~.modern-label {
    top: -10px;
    right: 15px;
    color: #424242;
    font-size: 10px;
}

#dnn_ctr568_ProductList_pnlSPO .modern-input {
    width: 100%;
    border: solid 1px #c2c2c2;
    padding: 8px 10px;
    border-radius: 6px;
    font-family: inherit;
}

#dnn_ctr568_ProductList_pnlSPO .modern-input::placeholder {
    color: transparent !important;
}

#dnn_ctr568_ProductList_pnlSPO .half-right,
#dnn_ctr568_ProductList_pnlSPO .half-left {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

#dnn_ctr568_ProductList_pnlSPO .half-right {}

#dnn_ctr568_ProductList_pnlSPO .half-left {
    text-align: left;
    float: left;
    line-height: 48px;
}

#dnn_ctr568_ProductList_pnlSPO .main-comment {
    border: solid 1px #eee;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 15px;
    background: aliceblue;
}

#dnn_ctr568_ProductList_pnlSPO .LikeAndDisLike,
#dnn_ctr568_ProductList_pnlSPO .reply-btn {
    display: inline-block;
}

#dnn_ctr568_ProductList_pnlSPO .reply-btn {
    position: relative;
}

#dnn_ctr568_ProductList_pnlSPO .reply-btn input {
    padding-right: 20px;
    border: none;
    background: none;
    font-family: inherit;
    position: relative;
    z-index: 1;
}

.main-comment label.switch,
.replay-comment label.switch {
    float: left;
    left: 81px;
}

.replay-comment {
    border: 2px dashed #e4e4e4;
    padding: 15px;
    margin: 5px 50px 20px 0;
    border-radius: 6px;
}

#dnn_ctr568_ProductList_pnlSPO .reply-btn i {
    position: absolute;
    right: 0;
    top: 7px;
    color: #676767;
    font-size: 14px;
}

#dnn_ctr568_ProductList_pnlSPO .reply-wrap .reply-box {
    display: none;
}

#dnn_ctr568_ProductList_pnlSPO .reply-wrap .reply-fields-wrap {
    margin-top: 25px;
}

#dnn_ctr568_ProductList_pnlSPO .LikeAndDisLike input {
    display: none;
}

span.answer {
    font-weight: 600;
    font-size: 15px;
    color: #a8a5a5;
}

#dnn_ctr568_ProductList_pnlSPO .LikeAndDisLike .like-label:after,
#dnn_ctr568_ProductList_pnlSPO .LikeAndDisLike .dislike-label:after {
    font-family: fontawesome;
    margin-left: 5px;
    font-size: 20px;
    color: #989898;
    position: relative;
    top: 3px;
    transition: all 0.4s;
}

#dnn_ctr568_ProductList_pnlSPO .LikeAndDisLike .like-label:hover:after {
    color: #629262;
}

#dnn_ctr568_ProductList_pnlSPO .LikeAndDisLike .dislike-label:hover:after {
    color: #926262;
}

#dnn_ctr568_ProductList_pnlSPO .LikeAndDisLike .like-input[data-likestatus="Liked"]+.like-label:after {
    color: #28a745;
}

#dnn_ctr568_ProductList_pnlSPO .LikeAndDisLike .dislike-input[data-likestatus="DisLiked"]+.dislike-label:after {
    color: #a72828;
}

#dnn_ctr568_ProductList_pnlSPO .LikeAndDisLike .like-label:after {
    content: "\f164";
}

#dnn_ctr568_ProductList_pnlSPO .LikeAndDisLike .dislike-label:after {
    content: "\f165";
}

#dnn_ctr568_ProductList_pnlSPO .LikeAndDisLike .dislike-label,
#dnn_ctr568_ProductList_pnlSPO .LikeAndDisLike .like-label {
    margin-left: 25px;
    cursor: pointer;
}

.showControlBar #dnn_ctr568_ProductList_pnlSPO .user-comments-view {
    margin-bottom: 5px;
    margin-top: 30px;
}

#dnn_ctr568_ProductList_pnlSPO .user-comments-view:nth-child(even) {
    border-color: #ddd;
}

#dnn_ctr568_ProductList_pnlSPO .user-comments-view .user-name {
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    width: 50%;
}

#dnn_ctr568_ProductList_pnlSPO .user-avatar {
    display: inline-block;
}

#dnn_ctr568_ProductList_pnlSPO .user-comments-view .user-comment {
    margin: 20px 5px 20px 0;
    font-size: 13px;
    padding: 0 30px;
}

#dnn_ctr568_ProductList_pnlSPO .user-comments-view .comment-date {
    font-size: 12px;
    color: #6d6d6d;
    width: 48%;
    display: inline-block;
    text-align: left;
}

#dnn_ctr568_ProductList_pnlSPO .user-comments-view .comment-date i.fa {
    margin-left: 10px;
}

#dnn_ctr568_ProductList_pnlSPO .approve-comment,
#dnn_ctr568_ProductList_pnlSPO .delete-comment {
    margin: 0 5px 35px;
    border: none;
    padding: 4px 15px;
    font-family: inherit;
    border-radius: 6px;
    color: #fff;
    transition: all 0.4s;
}

#dnn_ctr568_ProductList_pnlSPO .approve-comment {
    background-color: #28a745;
    border: solid 1px #6cbb23;
}

#dnn_ctr568_ProductList_pnlSPO .approve-comment:hover {
    background-color: #218838;
    border-color: #1e7e34;
}

.wb-Checkout .fa::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#dnn_ctr568_ProductList_pnlSPO .delete-comment {
    background-color: #a72828;
    border: solid 1px #bb2323;
    float: left;
}

#dnn_ctr568_ProductList_pnlSPO .delete-comment:hover {
    background-color: #882121;
    border-color: #7e1e1e;
}

.ModNBStoreProductListC .modal-footer {
    display: none;
}

.ModNBStoreProductListC .product-reminder {
    background-color: transparent;
    border: none;
}

.ModNBStoreProductListC button.product-reminder:focus {
    outline: none;
}

.ModNBStoreProductListC .modal-dialog .modal-content {
    border: none;
    border-radius: 0;
}

.ModNBStoreProductListC .modal-dialog .modalRight .modal-header {
    border: none;
}

.ModNBStoreProductListC .modal-dialog .modalRight .modal-body {
    height: 323px;
}

.ModNBStoreProductListC .modal-dialog .modalRight .modal-body .imgAlert::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #e0e0e0;
}

.ModNBStoreProductListC .modal-dialog .modalRight .modal-content {
    margin-right: 20px;
}

.ModNBStoreProductListC .modal-dialog .modalLeft .modal-content {
    background-color: #fcfcfc;
}

.ModNBStoreProductListC .modal-dialog .modalLeft .modal-header h6 {
    font-weight: 400;
    text-align: right;
}

.ModNBStoreProductListC .modal-dialog .modalLeft .modal-header .close {
    font-size: 40px;
    font-weight: normal;
    margin-top: -30px;
    color: #a3a3a3;
}

.ModNBStoreProductListC .modal-dialog .modalLeft .modal-header .close::before {
    content: none;
}

.ModNBStoreProductListC .modal-body input[type="button"] {
    border-radius: 8px;
    padding: 14px 31px;
    margin-bottom: 28px;
    font-family: inherit;
    margin-right: 10px;
    margin-top: 15px;
}

.ModNBStoreProductListC .modal-dialog {
    background-color: white;
}

.ModNBStoreProductListC button.product-reminder {
    display: flex;
    border-width: 0;
    background: #7a7a7a;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    padding: 15px 25px;
    direction: rtl;
    font-family: inherit;
}

.ModNBStoreProductListC button.product-reminder:active {
    background: #e3122a;
    border: 1px solid #e3122a;
}

.ModNBStoreProductListC button.product-reminder .fa.fa-bell {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media all and (max-width:767px) {
    .ModNBStoreProductListC .modal-dialog .modalRight .modal-body,
    .close {
        display: none;
    }
    .ModNBStoreProductListC .modal-dialog .modalRight .modal-content {
        margin-right: 0;
    }
    .ModNBStoreProductListC .modal-dialog .modalRight .modal-content {
        border-bottom: 1px solid #d5d5d542;
    }
    .ModNBStoreProductListC .modal-dialog .modalLeft .modal-body .userEmail input[type="email"],
    .ModNBStoreProductListC .modal-dialog .modalLeft .modal-body .userPhoneNumber input[type="tel"] {
        margin-top: 9px;
    }
}

.wb-Checkout:has(.snap-pay-checkout) .select-gateway {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    margin-bottom: unset;
    padding-inline: 1rem;
    padding-block: 1rem;
    gap: 2rem;
}

.wb-Checkout:has(.snap-pay-checkout) .select-gateway input {
    display: block;
}

.wb-Checkout:has(.snap-pay-checkout) .select-gateway label {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: unset;
    max-width: unset;
    gap: 16px;
    position: relative;
    margin: 0;
    cursor: pointer;
    padding: 0;
    z-index: 2;
}

.wb-Checkout:has(.snap-pay-checkout) .select-gateway label span.line-0 {
    margin-right: 0.25rem;
    line-height: 0.5;
}

.wb-Checkout:has(.snap-pay-checkout) .select-gateway label span {
    display: inline !important;
    font-weight: 400;
}

.wb-Checkout:has(.snap-pay-checkout) .select-gateway label span:first-of-type {
    display: block !important;
    line-height: 1.5;
    font-weight: 600;
}

.wb-Checkout:has(.snap-pay-checkout) .select-gateway span::before {
    content: none;
}

.wb-Checkout:has(.snap-pay-checkout) .select-gateway span::after {
    content: none;
}

.wb-Checkout:has(.snap-pay-checkout) .select-gateway img {
    aspect-ratio: 1/1;
}

.wb-Checkout:has(.snap-pay-checkout) .select-gateway input {
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #9b9b9b;
    transition: 200ms;
}

.wb-Checkout:has(.snap-pay-checkout) .select-gateway input:checked {
    background-color: #348FCC;
    border-color: #127ac0;
}

@media (max-width:991px) {
    .wb-Checkout:has(.snap-pay-checkout) .select-gateway img {
        width: 52px;
        aspect-ratio: 1/1;
    }
    .wb-Checkout:has(.snap-pay-checkout) .select-gateway label {
        gap: 12px;
    }
    .wb-Checkout:has(.snap-pay-checkout) .select-gateway label span {
        display: block;
        line-height: 1.5;
    }
    .wb-Checkout:has(.snap-pay-checkout) .select-gateway label span.line-0 {
        display: block !important;
        margin-right: 0;
    }
}

@media (min-width:992px) {
    .wb-Checkout:has(.snap-pay-checkout) .select-gateway img {
        width: 75px;
    }
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ui-helper-clearfix {
    display: inline-block;
}

* html .ui-helper-clearfix {
    height: 1%;
}

.ui-helper-clearfix {
    display: block;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-widget {
    font-family: inherit;
    font-size: inherit;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: inherit;
    font-size: inherit;
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url("/DesktopModules/NB_Store/js/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
    color: #222222;
}

.ui-widget-content a {}

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc url("/DesktopModules/NB_Store/js/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}

.ui-widget-header a {
    color: #222222;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url("/DesktopModules/NB_Store/js/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555555;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #999999;
    background: #dadada url("/DesktopModules/NB_Store/js/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover {
    color: #212121;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #ffffff url("/DesktopModules/NB_Store/js/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}

.ui-widget :active {
    outline: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url("/DesktopModules/NB_Store/js/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
    color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url("/DesktopModules/NB_Store/js/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
    color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url("/DesktopModules/NB_Store/js/images/ui-icons_222222_256x240.png");
}

.ui-widget-content .ui-icon {
    background-image: url("/DesktopModules/NB_Store/js/images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("/DesktopModules/NB_Store/js/images/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
    background-image: url("/DesktopModules/NB_Store/js/images/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url("/DesktopModules/NB_Store/js/images/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon {
    background-image: url("/DesktopModules/NB_Store/js/images/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
    background-image: url("/DesktopModules/NB_Store/js/images/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("/DesktopModules/NB_Store/js/images/ui-icons_cd0a0a_256x240.png");
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-off {
    background-position: -96px -144px;
}

.ui-icon-radio-on {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-tl {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

.ui-corner-tr {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.ui-corner-bl {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ui-corner-br {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ui-corner-top {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.ui-corner-bottom {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ui-corner-right {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ui-corner-left {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ui-corner-all {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.ui-widget-overlay {
    background: #aaaaaa url("/DesktopModules/NB_Store/js/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .30;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa url("/DesktopModules/NB_Store/js/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .30;
    filter: Alpha(Opacity=30);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.ui-tabs {
    position: relative;
    padding: .2em;
    zoom: 1;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 1px;
    margin: 0 .2em 1px 0;
    border-bottom: 0 !important;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    margin-bottom: 0;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor: text;
}

.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tabs .ui-tabs-hide {
    display: none !important;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker-cover {
    display: none;
    display: block;
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -4px;
    left: -4px;
    width: 200px;
    height: 200px;
}

.lb-loader,
.lightbox {
    text-align: center;
    line-height: 0;
}

.lb-dataContainer:after,
.lb-outerContainer:after {
    content: "";
    clear: both
}

html.lb-disable-scrolling {
    overflow: hidden;
    position: fixed;
    height: 100vh;
    width: 100vw
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    font-weight: 400;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff;
    transition: all 0.3s;
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

.lb-loader,
.lb-nav {
    position: absolute;
    left: 0
}

.lb-outerContainer:after {
    display: table
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url("/DesktopModules/NB_Store/js/images/loading.gif") no-repeat
}

.lb-nav {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container {
    overflow: hidden;
    position: relative;
    margin: 15px;
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    height: 50px;
    position: absolute;
}

.lb-nav a.lb-prev {
    width: 15%;
    left: 0;
    float: left;
    background: url("/DesktopModules/NB_Store/js/images/prev.png") left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 15%;
    right: 0;
    float: right;
    background: url("/DesktopModules/NB_Store/js/images/next.png") right 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s;
}

.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    display: table
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url("/DesktopModules/NB_Store/js/images/close.png") top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1
}

.lightbox .glyphicon {
    cursor: pointer;
    font-size: 30px;
}

.zoom {
    cursor: move;
}

.lb-closeContainer {
    float: left;
}

.lb-title {
    margin: 0;
    line-height: 1.42857143;
    float: right;
}

.zoom-controls {
    position: absolute !important;
    top: 0;
    right: 5px;
    opacity: .5;
    z-index: 10;
    width: 40px;
}

.zoom-controls:hover {
    opacity: 1;
}

.zoom-controls.vertical .btn {
    display: block;
    /* margin-bottom: -1px; */
    cursor: pointer;
    border-radius: 0;
    border: 1px solid #999;
    font-size: 14px;
    font-size: 1.5rem;
    box-sizing: border-box;
    color: #333;
    background-color: #FFF;
    /* height: 34px; */
    line-height: 23px;
    /* text-align:  center; */
    padding: 6px;
    margin-bottom: 4px;
}

@media only screen and (max-width: 768px) {
    .zoom-controls {
        width: 135px;
        text-align: center;
        opacity: 1;
    }
    .zoom-controls.vertical .btn {
        width: 40px;
        display: inline-block;
        margin-left: 5px;
    }
}

@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
.stars-outer {
    position: relative;
    display: inline-block;
}

.stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
}

.stars-outer::before {
    content: '\f005 \f005 \f005 \f005 \f005';
    font-weight: 900;
    font-family: 'FontAwesome';
    color: #ccc;
}

.stars-inner::before {
    content: '\f005 \f005 \f005 \f005 \f005';
    font-weight: 900;
    font-family: 'FontAwesome';
    color: #f8ce0b;
}

@import url("//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css");
fieldset,
label {
    margin: 0;
    padding: 0;
}

.rating {
    border: none;
    float: left;
}

.rating>input {
    display: none;
}

.rating>label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating>.half:before {
    content: "\f089";
    position: absolute;
}

.rating>label {
    color: #ddd;
    float: right;
}

.rating>input:checked~label,
.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: #FFD700;
}

.rating>input:checked+label:hover,
.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,
.rating>input:checked~label:hover~label {
    color: #FFED85;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.show-loading .cartInfo {
    min-height: 40px;
}

.show-loading .cartInfo .loading {
    position: absolute;
    left: 0;
    top: 0;
    background-color: red;
    width: 100%;
    height: 100%;
}

.WB-qnt {
    position: relative;
    width: 35px;
    transition: all 0.3s;
    display: inline-block;
    padding: 0px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.show-loading.WB-qnt,
.show-loading.addToCart span,
.show-loading.addToCart span:after {
    font-size: 0;
}

.WB-qnt:after,
.WB-qnt:before {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
    opacity: 0;
    transition: all 0.3s;
}

.show-loading.WB-qnt:after,
.show-loading.WB-qnt:before {
    opacity: 1;
}

.WB-qnt {
    background: none;
    text-align: center;
}

.show-loading.WB-qnt {
    background: url("/desktopmodules/NB_Store/img/Spin.gif") no-repeat;
    background-position: center;
    background-size: contain;
}

.WB-qnt:before {
    z-index: 100;
    animation: spin 1s infinite;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.large-font {
    font-size: xx-large;
}

ion-icon.active {
    animation: like 0.5s 1;
    fill: red;
    stroke: none;
}

ion-icon {
    fill: transparent;
    stroke: gray;
    stroke-width: 20;
    transition: all 0.5s;
}

@-webkit-keyframes like {
    0% {
        transform: scale(1);
    }
    90% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1.1);
    }
}

.productList_Notfound {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 3rem;
}

.productList_Notfound img {
    max-width: 90%;
}

.productList_Notfound p {
    margin-bottom: 24px;
    font-size: 16px;
    color: #7E7E7E;
}

.productList_Notfound a {
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid #A3A3A3;
    background-color: #F2F2F2;
    color: #393939;
    font-size: 16px;
    transition: 0.4s;
}

.productList_Notfound a:hover {
    background-color: #e0e0e0;
}

.alert {
    width: fit-content !important;
}

@media (max-width:991px) {
    .alert {
        width: 90% !important;
    }
}

#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}

#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

#jquery-lightbox a img {
    border: none;
}

#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#lightbox-container-image {
    padding: 10px;
}

#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#lightbox-container-image-box>#lightbox-nav {
    left: 0;
}

#lightbox-nav a {
    outline: none;
}

#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    display: block;
}

#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}

#lightbox-nav-btnNext {
    right: 0;
    float: right;
}

#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}

#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left;
}

#lightbox-image-details-caption {
    font-weight: bold;
}

#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}

@charset "UTF-8";
@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

@media (print),
(prefers-reduced-motion:reduce) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }
}

/* -------------------------------------------------------------------------- */

/*                                 Scrollbar                                  */

/* -------------------------------------------------------------------------- */

/* width */

html::-webkit-scrollbar {
    width: 10px;
}

/* Track */

html::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Handle */

html::-webkit-scrollbar-thumb {
    transition: var(--transition);
    background: var(--mc1, #a1a3a8);
    border-radius: 10px;
}

/* -------------------------------------------------------------------------- */

/*                              LinK DetaliArticle                            */

/* -------------------------------------------------------------------------- */

.article__InternalLink,
.article__InternalLink:visited {
    color: var(--mc3);
    transition: var(--transition);
}

/* -------------------------------------------------------------------------- */

/*                           Navbar and pain                                  */

/* -------------------------------------------------------------------------- */

.personabar--btn,
.personabar-usertype {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    border-bottom: solid 1px #3d3c3c;
    cursor: pointer;
    z-index: 10000000;
    background-color: #026790;
    position: fixed;
    left: 0;
    top: 0;
    width: 80px;
}

.personabar-usertype {
    right: 0;
    top: 42px;
    color: white;
}

.rtl .personabar--btn {
    right: 0;
    left: auto;
}

.personabar--btn svg,
.test svg {
    fill: white;
}

iframe#personaBar-iframe,
.personabar-placeholder,
.editBarFrameContainer {
    transition: .5s;
}

.personabar--closed iframe#personaBar-iframe,
.personabar--closed .personabar-placeholder {
    left: -80px;
}

.rtl.personabar--closed iframe#personaBar-iframe,
.rtl.personabar--closed .personabar-placeholder {
    left: auto;
    right: -80px !important;
}

.personabar--closed {
    margin: 0 !important
}

.personabar--closed .editBarFrameContainer {
    bottom: -80px;
}

.DNNEmptyPane.d-none {
    display: none !important
}

/* -------------------------------------------------------------------------- */

/*                           Icon  Navbar                                     */

/* -------------------------------------------------------------------------- */

.personabar--btn {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transform: scale(-1);
}

.personabar--btn .icon-bar {
    height: 3px;
    background-color: white;
    transition: var(--transition);
    margin: 2px 0;
    width: 20px;
    border-radius: 10px;
}

body:not(.personabar--closed) .personabar--btn .icon-bar:nth-child(1) {
    transform: rotatez(-45deg) translate(-6px, 6px);
    transform-origin: bottom;
}

body:not(.personabar--closed) .personabar--btn .icon-bar:nth-child(2) {
    transform-origin: top;
    transform: rotatez(-45deg);
    width: 0;
    opacity: 0;
}

body:not(.personabar--closed) .personabar--btn .icon-bar:nth-child(3) {
    transform-origin: bottom;
    transform: translate(-2px, -6px) rotatez(45deg);
}

/* -------------------------------------------------------------------------- */

/*                               Slider                                       */

/* -------------------------------------------------------------------------- */

.DnnModule-DNNGoDNNGalleryPro .wb-slides .slick-track {
    min-width: 100%;
}

/* -------------------------------------------------------------------------- */

/*                           Live Form                                        */

/* -------------------------------------------------------------------------- */

.LiveForms .Toolbar-Item .glyphicon-floppy-saved,
.LiveForms .Toolbar-Item .glyphicon-floppy-saved~.Toolbar-Text {
    display: none !important;
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: center;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    font-family: FontAwesome;
    content: "\f104";
    font-size: 70px;
    font-weight: lighter;
    color: #989a98 !important;
}

[dir='rtl'] .slick-prev:before {
    font-family: FontAwesome;
    content: "\f104";
    font-size: 70px;
    font-weight: lighter;
    color: #989a98 !important;
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 70px;
    font-weight: lighter;
    color: #989a98 !important;
}

[dir='rtl'] .slick-next:before {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 70px;
    font-weight: lighter;
    color: #989a98 !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url("/Portals/_default/skins/wb-skin1402/fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("/Portals/_default/skins/wb-skin1402/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format('embedded-opentype'), url("/Portals/_default/skins/wb-skin1402/fonts/fontawesome-webfont.woff2?v=4.7.0") format('woff2'), url("/Portals/_default/skins/wb-skin1402/fonts/fontawesome-webfont.woff?v=4.7.0") format('woff'), url("/Portals/_default/skins/wb-skin1402/fonts/fontawesome-webfont.ttf?v=4.7.0") format('truetype'), url("/Portals/_default/skins/wb-skin1402/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: right !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

.LoginPanel {
    width: auto !important;
}

.DNNEmptyPane {
    min-height: 0 !important;
    margin: 0 !important;
}

#lightbox-nav {
    z-index: 0 !important;
}

img {
    max-width: 100%;
}

#ControlBar,
#ControlBar::before,
#ControlBar::after,
#ControlBar *::before,
#ControlBar *::after,
#ControlBar li,
#ControlBar li::before,
#ControlBar li::after,
#ControlBar a,
#ControlBar a::before,
#ControlBar a::after,
.dnn_mact,
.dnn_mact::before,
.dnn_mact::after,
.dnn_mact *::before,
.dnn_mact *::after,
.dnn_mact li,
.dnn_mact li::before,
.dnn_mact li::after,
.rtl .dnnDropDownList .selected-item a,
.rtl .dnnDropDownList .selected-item a:link,
.rtl .dnnDropDownList .selected-item a:visited,
.rtl .dnnDropDownList .selected-item a:hover,
.rtl .dnnDropDownList .selected-item a:active {
    box-sizing: content-box !important;
}

#ControlEditPageMenu>li>a.controlBar_editPageInEditMode {
    background-color: #ff8c04 !important;
}

#ControlBar a {
    font-family: 'IRANSans-Light' !important;
}

mark,
.mark {
    background-color: transparent;
}

#ControlEditPageMenu .dnnCheckbox+label {
    margin-right: 28px !important;
}

#ControlBar li {
    font-family: 'IRANSans-Light' !important;
}

#ControlBar {
    border-bottom: 1px solid #1b1b1b !important;
}

#ControlBar,
#ControlBar .subNav,
.subNav.advanced dl {
    background-color: #461d54 !important;
}

.subNav.advanced dl {
    border: 0 !important;
}

.subNav.advanced dl a {
    padding-top: 9px !important;
}

#ControlNav>li.hover>a,
#ControlNav>li:hover>a,
#ControlActionMenu>li>a:hover {
    background-color: #6e2b85 !important;
}

.subNav li:hover a {
    color: #fff !important;
}

#ControlEditPageMenu .dnnCheckbox:hover+label,
#ControlEditPageMenu .dnnCheckbox+label:hover {
    color: #fff !important;
}

#ControlBar_ControlPanel .dnnBlackDropDown .selected-item {
    background-color: #6e2b85 !important;
    border: 1px solid #461d54 !important;
}

#ControlBar_CustomMenuItems>li,
#ControlActionMenu>li {
    border-left: 1px solid #300D3D !important;
    border-right: 1px solid #300D3D !important;
}

#ControlBar_ControlPanel .dnnBlackDropDown .dt-container {
    background-color: #6e2b85 !important;
    border: 1px solid #461d54 !important;
}

#ControlBar_ControlPanel .dnnBlackDropDown .selected-item .selected-value,
#ControlBar_ControlPanel .dnnBlackDropDown .dt-container ul.tv-nodes a.text {
    color: #fff !important;
}

#ControlBar_ControlPanel .dnnBlackDropDown .dt-container ul.tv-nodes a.text:hover {
    background-color: #461d54 !important;
    border: 1px solid #461d54 !important;
}

#ControlBar_ControlPanel .dnnBlackDropDown .dt-container .dt-header {
    background-color: #3b004f !important;
    border: 1px solid #3b104a !important;
    padding: 2px 0 0 !important;
}

div.ControlBar_ModuleListWaiter,
div.ControlBar_ModuleListMessage {
    background-color: #2e003e !important;
}

#ControlBar_SiteSelector p,
#ControlBar_LanguageSelector p {
    font-size: 17px !important;
    margin-bottom: 6px !important;
}

#ControlBar_ControlPanel .dnnBlackDropDown .dt-container .dt-footer {
    background-color: #3b004f !important;
    border-top: 1px solid #3b104a !important;
}

#ControlBar_ControlPanel .dnnBlackDropDown .dt-container .search-container .search-input-container,
#ControlBar_ControlPanel .dnnBlackDropDown .dt-container .search-container input.search-input {
    background-color: #3b104a !important;
}

#ControlBar_ControlPanel .dnnBlackDropDown .dt-container .search-container .search-input-container {
    border: 1px solid #350148 !important;
    box-shadow: 0 0 2px -2px #ccc !important;
}

#ControlBar_ControlPanel .dnnBlackDropDown .dt-container .sort-button {
    background-color: #944DAD !important;
}

#ControlBar_CustomMenuItems>li:hover>a,
#ControlActionMenu>li.active>a,
#ControlActionMenu>li:hover>a,
#ControlActionMenu>li.active>a {
    background: #6e2b85 !important;
}

#ControlBar_CustomMenuItems>li>a.onActionMenu,
#ControlActionMenu>li>a.onActionMenu {
    background: #6e2b85 !important;
}

#ControlBar_CustomMenuItems>li ul,
#ControlActionMenu>li ul,
#ControlEditPageMenu>li ul {
    background: #461d54 !important;
    border-top: 1px solid #444 !important;
}

#ControlEditPageMenu>li {
    background-color: #167afb !important;
}

#ControlEditPageMenu>li>a {
    color: #fff !important;
}

span.controlBar_editPageIcon {
    background-position: 0 -20px !important;
}

#ControlEditPageMenu>li:hover>a .controlBar_editPageIcon,
a.controlBar_editPageInEditMode>span.controlBar_editPageIcon {
    background-position: 100% -2px !important;
}

#ControlEditPageMenu>li:hover>a {
    color: #fafafa !important;
    background-color: #1687c3 !important;
}

#ControlBar .subNav.advanced dl ul li,
.subNavToggle li a {
    background-color: #330e40 !important;
    border-color: #330e40;
}

.subNavToggle li:hover a,
.subNavToggle li.active a {
    background: #167afb !important;
    border-color: #167afb !important;
}

#ControlBar .subNav {
    border-top: 1px solid #6e2b85 !important;
}

#ControlBar .subNav.advanced dl ul li {
    padding-right: 23px !important;
}

.ControlModulePanel {
    background-color: #461d54 !important;
}

ul.ControlBar_ModuleList>li>div,
#ControlBar_Module_AddNewModule .search-container .search-input-container {
    background-color: #6E2B85 !important;
}

#ControlBar_Module_AddNewModule .search-container .search-input-container {
    border: 1px solid #461d54 !important;
    height: 38px !important;
    width: 198px !important;
}

.RadComboBox_DnnBlack td.rcbInputCellLeft,
.RadComboBox_DnnBlack td.rcbInputCellRight {
    background: linear-gradient(to bottom, #6E2B85 1%, #8B3AA7 100%) !important;
    border: 1px solid #461d54 !important;
}

.rtl .RadComboBox_DnnBlack td.rcbArrowCellLeft,
.rtl .RadComboBoxDropDown_DnnBlack td.rcbArrowCellRight {
    background: linear-gradient(to bottom, #6E2B85 1%, #8B3AA7 100%) !important;
    border: 1px solid #461d54 !important;
}

.rcbSlide .RadComboBoxDropDown_DnnBlack .rcbScroll {
    background-color: #461d54 !important;
    border: 1px solid #370449 !important;
}

.rcbSlide .RadComboBoxDropDown_DnnBlack .rcbItem,
.RadComboBoxDropDown_DnnBlack .rcbHovered {
    border-top: 1px solid #370449 !important;
}

.ControlModulePanel .jspDrag,
.rcbSlide .jspDrag {
    background-color: #370449 !important;
    left: 3px;
}

.rcbSlide .RadComboBoxDropDown_DnnBlack_rtl .jspScrollable .jspContainer .rcbList {
    margin-right: 0 !important;
}

.rcbSlide .RadComboBoxDropDown_DnnBlack .rcbHovered {
    background-color: #944DAD !important;
    color: #fff !important;
}

.jspVerticalBar {
    width: 14px;
}

.rcbSlide .jspVerticalBar {
    background-color: #944DAD !important;
    width: 14px !important;
}

.rcbSlide .jspVerticalBar .jspTrack {
    margin-right: 2px !important;
}

.ControlModulePanel .jspHorizontalBar {
    background-color: #6E2B85 !important;
}

.rcbSlide .RadComboBoxDropDown_DnnBlack .rcbItem {
    color: #fff !important;
}

.controlBar_ModuleListScrollDummy .jspHorizontalBar {
    border-radius: 7px !important;
}

ul.ControlBar_ModuleList>li>div.ControlBar_Module_Selected {
    background-color: #944DAD !important;
}

ul.ControlBar_ModuleList>li>div>span {
    white-space: -moz-pre-wrap !important;
    white-space: -webkit-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    width: 150px !important;
    padding: 5px !important;
    right: 0 !important;
}

#ControlBar_CustomMenuItems>li ul li:hover a,
#ControlActionMenu>li ul li:hover a {
    color: #fff !important;
}

.dnnForm {
    padding: 10px 0;
}

.dnnFormPopup {
    font-family: 'IRANSans-Light' !important;
}

.dnnFormPopup .ui-dialog-titlebar {
    font-family: 'IRANSans-Light' !important;
}

.dnnFormPopup .dnnModalCtrl a.dnnToggleMax {
    background: #6e2b85 url("/images/resizeBtn.png") no-repeat scroll 10px 2px;
}

.dnnFormPopup .dnnModalCtrl .ui-dialog-titlebar-close {
    background: #6e2b85 url("/images/closeBtn.png") no-repeat scroll 8px 4px;
}

.dnnFormSectionHead {
    font-family: 'IRANSans-Light' !important;
}

.jspPane {
    margin-right: 14px !important;
    margin-left: 0 !important;
}

ul.dnnAdminTabNav li a {
    font-family: 'IRANSans-Light' !important;
}

.RadAjaxPanel {
    font-family: 'IRANSans-Light' !important;
    padding: 0 20px;
}

.dnnFormItem .dnnLabel span,
.dnnFormItem input,
.dnnFormItem textarea,
.dnnFormItem select {
    font-family: 'IRANSans-Light' !important;
}

.dnnDropDownList .selected-item,
.rtl .dnnDropDownList .dt-container ul.tv-nodes a.text {
    font-family: 'IRANSans-Light' !important;
}

.dnnDropDownList .dt-container .dt-footer .result,
.dnnDropDownList .dt-container .search-container input.search-input {
    font-family: 'IRANSans-Light' !important;
}

h2.dnnFormSectionHead a.dnnSectionExpanded {
    font-family: 'IRANSans-Light' !important;
}

h2.dnnFormSectionHead a {
    font-family: 'IRANSans-Light' !important;
}

.dnnFormItem .dnnLabel {}

.dnnContainerPreview .dnnLabel {
    float: right !important;
}

.dnnContainerPreview .RadComboBox_Default {
    float: right !important;
    margin-left: 15px !important;
    margin-right: 0 !important;
}

.dnnContainerPreview .dnnSecondaryAction {
    float: right !important;
}

.dnnPermissionsGrid>.dnnFormItem ul.token-input-list-facebook {
    margin-left: 5px;
}

.dnnFormItem .dnnCacheSettings .dnnLabel,
.dnnCacheSettings .RadComboBox_Default,
span.labelCacheInherited {
    float: right !important;
}

.dnnForm.dnnSiteSettings.dnnClear.ui-tabs.ui-widget.ui-widget-content.ui-corner-all .dnnLabel {
    width: 25%;
}

.dnnForm.dnnSiteSettings.dnnClear.ui-tabs.ui-widget.ui-widget-content.ui-corner-all .dnnLabel span {
    font-size: 14px !important;
}

form .dnn_mact li {
    font-family: 'IRANSans-Light' !important;
}

.paneOutline {
    border: 1px dashed #ccc;
}

.DNNModuleContent.ModDNNArticleC .DivGroupEdit {
    padding: 10px;
}

.DNNModuleContent.ModDNNArticleC #divCategory {
    margin-top: 10px;
}

.DivGroupEdit {
    background-color: #fafafa;
}

.dnnModuleSettings table[id*="Table1"] {
    width: 100% !important;
}

.DivGroupEdit table[id*="Table1"] {
    width: 90% !important;
    margin: 5px auto;
}

img[id*="EditDNNArticle_ctlURL_img"] {
    margin-right: 40px;
    border: 1px solid #ccc;
    padding: 5px;
    box-shadow: 0 0 5px #ccc;
    border-radius: 5px;
}

.DivGroupEdit input,
.DivGroupEdit textarea,
.DivGroupEdit select,
.DivGroupEdit #divCategory,
.DNNModuleContent.ModDNNArticleC .urlControl {
    background-color: #fff !important;
    border-radius: 5px !important;
}

.DivGroupEdit input[type="text"],
.DivGroupEdit input[type="email"],
.DivGroupEdit input[type="search"],
.DivGroupEdit input[type="password"] {
    border-radius: 5px !important;
}

.DivGroupEdit .urlControl {
    width: 100%;
    display: inline-block;
    border: 1px solid #ebebeb;
}

.DivGroupEdit .dnnLabel {
    float: left !important;
}

.DivGroupEdit td.SubHead {
    width: 35% !important;
}

input[id*="chkViewRoles"] {
    margin: 0 5px;
}

input[id*="EditDNNArticle_myFiles_txtTitle"] {
    margin-left: 37px;
}

span[id*="EditDNNArticle_myFiles_lbFile"] {
    display: inline-block;
    margin-bottom: 10px;
    text-align: right;
}

.DivGroupEdit input[type="file"] {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

table[id*="EditDNNArticle_myFiles_chkViewRoles"] {
    margin-top: 10px;
}

input[id*="EditDNNArticle_tvCategoryn0CheckBox"] {
    margin: 5px;
}

.level1 .static {
    background-color: #85baff;
    border-radius: 5px;
    color: #fff;
    float: left;
    margin: 5px;
    border: 1px solid #2a87ff;
    transition: background-color 1s ease-in;
}

.level1 .static:hover {
    background-color: #2a87ff;
}

.level1.ZLDNN_MenuItem.static {
    color: #fff;
}

a[id*="MyArticleList_rptContent_lkEdit"] {
    display: block;
}

.PagingTable a.CommandButton {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    border: 1px solid #ccc !important;
}

.PagingTable a.CommandButton,
.PagingTable .NormalDisabled {
    padding: 5px 20px !important;
    border-radius: 5px !important;
    font-family: 'IRANSans-Light' !important;
    font-size: 14px !important;
}

.NormalDisabled {
    background: #96db8c;
    background: -moz-linear-gradient(top, #96db8c 0%, #5bbf18 50%, #96db8c 100%);
    background: -webkit-linear-gradient(top, #96db8c 0%, #5bbf18 50%, #96db8c 100%);
    background: linear-gradient(to bottom, #96db8c 0%, #5bbf18 50%, #96db8c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96db8c', endColorstr='#96db8c', GradientType=0);
    display: inline-block;
    border: 1px solid #4DAD16 !important;
    color: #fff !important;
}

.PagingTable a.CommandButton:hover {
    background: #f5f5f5;
    color: #007cae !important;
}

.NormalDisabledButton {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    border: 1px solid #ebebeb !important;
    color: #ccc !important;
}

img[id*="DNNArticle_List_MyArticleList_rptContent_imgedit"] {
    position: absolute;
    z-index: 1000;
}

.CommandButton,
.StandardButton,
.NormalRed {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    border: 1px solid #ccc !important;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 5px;
    margin-right: -1px;
    display: inline-block;
    transition: all 0.5s ease-in;
}

.CommandButton:hover,
.StandardButton:hover,
.NormalRed:hover {
    background: #f3f3f3;
    border: 1px solid #ebebeb;
}

a.CommandButton:hover {
    color: #2a87ff !important;
    text-decoration: none !important;
}

img[alt="print"] {
    display: none;
}

a[id*="cmdRating"].CommandButton {
    background: none;
    border: 0 !important;
    display: block;
    width: 70%;
    margin: 0 auto;
    padding: 0;
}

tr[id*="trComment"] .SubHead {
    background-color: #f5f5f5;
    margin-bottom: 30px;
}

tr[id*="trComment"] .SubHead table {
    margin: 50px auto !important;
    width: auto !important;
}

tr[id*="trComment"] .SubHead td[width="99%"] {
    width: 90% !important;
}

.CommentLeftTD {
    width: 10% !important;
    padding-left: 5px;
}

.dnnLeft input {
    margin-top: 5px;
}

.MYDNNUSERIMG {
    text-align: center;
    padding-top: 3px;
}

.MYDNNUSERIMG img {
    border-radius: 5px;
}

table[id*="Table1"] {
    width: 70% !important;
    margin: 5px auto;
}

table[id*="trComment"] {
    width: 70% !important;
    margin: 10px auto;
}

tr[id*="trComment"] input,
tr[id*="trComment"] textarea {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 99%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 99%);
    background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
    border-radius: 5px !important;
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}

#jquery-overlay {
    z-index: 1000 !important;
}

#jquery-lightbox {
    z-index: 1001 !important;
}

#lightbox-container-image-data-box {
    font-size: 14px !important;
    position: absolute !important;
    margin-top: -37px !important;
    right: 0 !important;
    left: 0 !important;
}

#lightbox-secNav-btnClose {
    float: left !important;
    text-align: left !important;
    cursor: pointer !important;
}

.ModNBStoreProductListC .ProductList {
    text-align: right;
}

.ModNBStoreProductListC .ddlSortCatalogue {
    margin-right: 5px;
}

.ModNBStoreProductListC .ddlPageLength,
.ModNBStoreProductListC .ddlSortCatalogue {
    float: left;
}

.dnnDragHint {
    outline: 1px dashed #8B3AA6 !important;
}

.dnnTooltip .dnnFormHelpContent,
.dnnHelperTip .dnnFormHelpContent {
    background: rgba(70, 29, 84, 0.75) !important;
}

.dnnTooltip .dnnFormHelpContent span::after,
.dnnHelperTip .dnnFormHelpContent span::after {
    border-top: 7px solid #461d54 !important;
}

.eipbackimg.editMode {
    background: linear-gradient(to bottom, #461D54 0%, #38024A 100%) !important;
}

.reToolbar {
    float: right !important;
}

.reTool span:hover {
    background-color: #461d54 !important;
}

.carousel {
    position: relative;
    box-sizing: border-box
}

.carousel *,
.carousel *:before,
.carousel *:after {
    box-sizing: inherit
}

.carousel.is-draggable {
    cursor: move;
    cursor: grab
}

.carousel.is-dragging {
    cursor: move;
    cursor: grabbing
}

.carousel__viewport {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%
}

.carousel__track {
    display: flex
}

.carousel__slide {
    flex: 0 0 auto;
    width: var(--carousel-slide-width, 60%);
    max-width: 100%;
    padding: 1rem;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain
}

.has-dots {
    margin-bottom: calc(0.5rem + 22px)
}

.carousel__dots {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    user-select: none
}

.carousel__dots .carousel__dot {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    cursor: pointer
}

.carousel__dots .carousel__dot:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: currentColor;
    opacity: .25;
    transition: opacity .15s ease-in-out
}

.carousel__dots .carousel__dot.is-selected:after {
    opacity: 1
}

.carousel__button {
    width: var(--carousel-button-width, 48px);
    height: var(--carousel-button-height, 48px);
    padding: 0;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    cursor: pointer;
    color: var(--carousel-button-color, currentColor);
    background: var(--carousel-button-bg, transparent);
    border-radius: var(--carousel-button-border-radius, 50%);
    box-shadow: var(--carousel-button-shadow, none);
    transition: opacity .15s ease
}

.carousel__button.is-prev,
.carousel__button.is-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.carousel__button.is-prev {
    left: 10px
}

.carousel__button.is-next {
    right: 10px
}

.carousel__button[disabled] {
    cursor: default;
    opacity: .3
}

.carousel__button svg {
    width: var(--carousel-button-svg-width, 50%);
    height: var(--carousel-button-svg-height, 50%);
    fill: none;
    stroke: currentColor;
    stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
    stroke-linejoin: bevel;
    stroke-linecap: round;
    filter: var(--carousel-button-svg-filter, none);
    pointer-events: none
}

html.with-fancybox {
    scroll-behavior: auto
}

body.compensate-for-scrollbar {
    overflow: hidden !important;
    touch-action: none
}

.fancybox__container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    margin: 0;
    padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    color: var(--fancybox-color, #fff);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden;
    z-index: 1050;
    outline: none;
    transform-origin: top left;
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
    box-sizing: inherit
}

.fancybox__container :focus {
    outline: none
}

body:not(.is-using-mouse) .fancybox__container :focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))
}

@media all and (min-width:1024px) {
    .fancybox__container {
        --carousel-button-width: 48px;
        --carousel-button-height: 48px;
        --carousel-button-svg-width: 27px;
        --carousel-button-svg-height: 27px
    }
}

.fancybox__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--fancybox-bg, rgba(24, 24, 27, 0.92))
}

.fancybox__carousel {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    z-index: 10
}

.fancybox__carousel.has-dots {
    margin-bottom: calc(0.5rem + 22px)
}

.fancybox__viewport {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    cursor: default
}

.fancybox__track {
    display: flex;
    height: 100%
}

.fancybox__slide {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 48px 8px 8px 8px;
    position: relative;
    overscroll-behavior: contain;
    display: flex;
    flex-direction: column;
    outline: 0;
    overflow: auto;
    --carousel-button-width: 36px;
    --carousel-button-height: 36px;
    --carousel-button-svg-width: 22px;
    --carousel-button-svg-height: 22px
}

.fancybox__slide::before,
.fancybox__slide::after {
    content: "";
    flex: 0 0 0;
    margin: auto
}

@media all and (min-width:1024px) {
    .fancybox__slide {
        padding: 64px 100px
    }
}

.fancybox__content {
    margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
    padding: 36px;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    position: relative;
    align-self: center;
    display: flex;
    flex-direction: column;
    z-index: 20
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: thin dotted;
    box-shadow: none
}

.fancybox__caption {
    align-self: center;
    max-width: 100%;
    margin: 0;
    padding: 1rem 0 0 0;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    visibility: visible;
    cursor: auto;
    flex-shrink: 0;
    overflow-wrap: anywhere
}

.is-loading .fancybox__caption {
    visibility: hidden
}

.fancybox__container>.carousel__dots {
    top: 100%;
    color: var(--fancybox-color, #fff)
}

.fancybox__nav .carousel__button {
    z-index: 40
}

.fancybox__nav .carousel__button.is-next {
    right: 8px
}

@media all and (min-width:1024px) {
    .fancybox__nav .carousel__button.is-next {
        right: 40px
    }
}

.fancybox__nav .carousel__button.is-prev {
    left: 8px
}

@media all and (min-width:1024px) {
    .fancybox__nav .carousel__button.is-prev {
        left: 40px
    }
}

.carousel__button.is-close {
    position: absolute;
    top: 8px;
    right: 8px;
    top: calc(env(safe-area-inset-top, 0px) + 8px);
    right: calc(env(safe-area-inset-right, 0px) + 8px);
    z-index: 40
}

@media all and (min-width:1024px) {
    .carousel__button.is-close {
        right: 40px
    }
}

.fancybox__content>.carousel__button.is-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: var(--fancybox-color, #fff)
}

.fancybox__no-click,
.fancybox__no-click button {
    pointer-events: none
}

.fancybox__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    color: var(--fancybox-color, currentColor)
}

.fancybox__slide .fancybox__spinner {
    cursor: pointer;
    z-index: 1053
}

.fancybox__spinner svg {
    animation: fancybox-rotate 2s linear infinite;
    transform-origin: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%
}

.fancybox__spinner svg circle {
    fill: none;
    stroke-width: 2.75;
    stroke-miterlimit: 10;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: fancybox-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: currentColor
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
    animation: .15s ease backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
    animation: .15s ease both fancybox-fadeOut
}

.fancybox-fadeIn {
    animation: .15s ease both fancybox-fadeIn
}

.fancybox-fadeOut {
    animation: .1s ease both fancybox-fadeOut
}

.fancybox-zoomInUp {
    animation: .2s ease both fancybox-zoomInUp
}

.fancybox-zoomOutDown {
    animation: .15s ease both fancybox-zoomOutDown
}

.fancybox-throwOutUp {
    animation: .15s ease both fancybox-throwOutUp
}

.fancybox-throwOutDown {
    animation: .15s ease both fancybox-throwOutDown
}

@keyframes fancybox-fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fancybox-fadeOut {
    to {
        opacity: 0
    }
}

@keyframes fancybox-zoomInUp {
    from {
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0
    }
    to {
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fancybox-zoomOutDown {
    to {
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0
    }
}

@keyframes fancybox-throwOutUp {
    to {
        transform: translate3d(0, -30%, 0);
        opacity: 0
    }
}

@keyframes fancybox-throwOutDown {
    to {
        transform: translate3d(0, 30%, 0);
        opacity: 0
    }
}

.fancybox__carousel .carousel__slide {
    scrollbar-width: thin;
    scrollbar-color: #ccc rgba(255, 255, 255, .1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, .1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .2)
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: grab
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: grabbing
}

.fancybox__carousel .fancybox__slide .fancybox__content {
    cursor: auto
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
    cursor: zoom-in
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
    cursor: zoom-out
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
    cursor: move;
    cursor: grab
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
    cursor: move;
    cursor: grabbing
}

.fancybox__image {
    transform-origin: 0 0;
    user-select: none;
    transition: none
}

.has-image .fancybox__content {
    padding: 0;
    background: rgba(0, 0, 0, 0);
    min-height: 1px
}

.is-closing .has-image .fancybox__content {
    overflow: visible
}

.has-image[data-image-fit=contain] {
    overflow: visible;
    touch-action: none
}

.has-image[data-image-fit=contain] .fancybox__content {
    flex-direction: row;
    flex-wrap: wrap
}

.has-image[data-image-fit=contain] .fancybox__image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.has-image[data-image-fit=contain-w] {
    overflow-x: hidden;
    overflow-y: auto
}

.has-image[data-image-fit=contain-w] .fancybox__content {
    min-height: auto
}

.has-image[data-image-fit=contain-w] .fancybox__image {
    max-width: 100%;
    height: auto
}

.has-image[data-image-fit=cover] {
    overflow: visible;
    touch-action: none
}

.has-image[data-image-fit=cover] .fancybox__content {
    width: 100%;
    height: 100%
}

.has-image[data-image-fit=cover] .fancybox__image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    max-width: 100%;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    width: 100%;
    height: 80%
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    padding: 0;
    background: rgba(24, 24, 27, .9);
    color: #fff
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
    background: #e5e3df
}

.fancybox__html5video,
.fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0)
}

.fancybox-placeholder {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.fancybox__thumbs {
    flex: 0 0 auto;
    position: relative;
    padding: 0px 3px;
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
    animation: .15s ease-in backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
    opacity: 0
}

.fancybox__thumbs .carousel__slide {
    flex: 0 0 auto;
    width: var(--fancybox-thumbs-width, 96px);
    margin: 0;
    padding: 8px 3px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    cursor: pointer
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 5px;
    border-style: solid;
    border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
    opacity: 0;
    transition: opacity .15s ease;
    border-radius: var(--fancybox-thumbs-border-radius, 4px)
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
    opacity: .92
}

.fancybox__thumbs .carousel__slide>* {
    pointer-events: none;
    user-select: none
}

.fancybox__thumb {
    position: relative;
    width: 100%;
    padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));
    background-size: cover;
    background-position: center center;
    background-color: rgba(255, 255, 255, .1);
    background-repeat: no-repeat;
    border-radius: var(--fancybox-thumbs-border-radius, 4px)
}

.fancybox__toolbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background: linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);
    padding: 0;
    touch-action: none;
    display: flex;
    justify-content: space-between;
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))
}

@media all and (min-width:1024px) {
    .fancybox__toolbar {
        padding: 8px
    }
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
    animation: .15s ease-in backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
    opacity: 0
}

.fancybox__toolbar__items {
    display: flex
}

.fancybox__toolbar__items--left {
    margin-right: auto
}

.fancybox__toolbar__items--center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.fancybox__toolbar__items--right {
    margin-left: auto
}

@media(max-width:640px) {
    .fancybox__toolbar__items--center:not(:last-child) {
        display: none
    }
}

.fancybox__counter {
    min-width: 72px;
    padding: 0 10px;
    line-height: var(--carousel-button-height, 48px);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox__progress {
    background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 30;
    user-select: none
}

.fancybox__container:fullscreen::backdrop {
    opacity: 0
}

.fancybox__button--fullscreen g:nth-child(2) {
    display: none
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
    display: none
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__button--slideshow g:nth-child(2) {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
    display: block
}

:root {
    --mc1: #000000;
    --bw-fade-1: #ffffff;
    --bw-fade-2: #f5f5f5;
    --bw-fade-3: #ebebeb;
    --bw-fade-4: #9d9d9d;
    --bw-fade-5: #616161;
    --bw-fade-6: #333333;
    --bw-fade-7: var(--mc1);
    --error: red;
    --tc1: var(--bw-fade-7);
    --tc2: var(--bw-fade-5);
    --tc3: var(--bw-fade-4);
    --white: #fff;
    --black: #000;
    --fancybox-accent-color: var(--bw-fade-2);
    --border-radius-sm: 0.5rem;
    --border-radius: 1rem;
    --animate-delay: 1s;
    --box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    --box-shadow-event: 0px 4px 20px rgba(0, 0, 0, 0.5);
    --gap: 0.5rem;
    --fz-xs: 12px;
    --fz-xs-res: 12px;
    --fz-sm: 14px;
    --fz-sm-res: 12px;
    --fz-md: 16px;
    --fz-md-res: 14px;
    --fz-lg: 18px;
    --fz-lg-res: 16px;
    --fz-xl: 24px;
    --fz-xl-res: 18px;
    --fz-xxl: 36px;
    --fz-xxl-res: 24px;
    --lh-xs: normal;
    --lh-sm: normal;
    --lh-md: normal;
    --lh-lg: normal;
    --lh-xl: normal;
    --lh-xxl: normal;
    --fw-300: 300;
    --fw-400: 400;
    --fw-600: 600;
    --fw-700: 700;
    --fw-800: 800;
    --pad-pri: 0.75rem 2rem;
    --pad-sec: 0.75rem 2rem;
    --brd-pri: solid 1px;
    --brd-sec: solid 1px;
    --icon: 1.5rem;
    --icon-color: var(--tc1);
    --main-space: 80px;
    --title-space: 2.5rem;
    --bottom-space: 2.5rem;
    --transition: 0.3s;
    --drop-pos: 50px;
    scroll-behavior: smooth;
}

@media (max-width:992px) {
    :root {
        --fz-xs: var(--fz-xs-res);
        --fz-sm: var(--fz-sm-res);
        --fz-md: var(--fz-md-res);
        --fz-lg: var(--fz-lg-res);
        --fz-xl: var(--fz-xl-res);
        --fz-xxl: var(--fz-xxl-res);
        --fz-titleh1: var(--fz-titleh1-res);
        --main-space: 3rem;
        --title-space: 1.5rem;
        --bottom-space: 1.5rem;
    }
}

html::-webkit-scrollbar-thumb {
    border-radius: 0;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}



body,
span,
option,
html,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
article,
li,
div {
    font-family: "Playfair";
}

.fancybox__content {
    border-radius: var(--border-radius);
    overflow: hidden;
}

::-moz-selection {
    background: var(--mc1);
}

::selection {
    background: var(--mc1);
}

.m-hight-none {
    min-height: 0;
}

.pad-none {
    padding-right: 0;
    padding-left: 0;
}

html {
    font-size: 100%;
}

a:focus {
    outline: none;
}

a,
a:hover,
a:visited,
a:focus {
    text-decoration: none;
    color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin: 0;
}

ul,
ol {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
}

body {
    padding: 0;
    line-height: 24px;
    overflow-x: hidden;
    font-size: 0.875rem;
    background-color: var(--white);
}

body.rtl {
    direction: rtl;
    text-align: right;
}

p {
    margin: 0;
}

li {
    list-style: none;
    list-style-position: inside;
}

li p {
    line-height: inherit;
}

img[alt="edit"] {
    width: auto !important;
    margin: 0 !important;
    display: inline !important;
}

#wrap {
    position: relative;
    min-height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: var(--main-space);
    background-color: var(--white);
}

#wrap:has(.logolounge_hero) {
    padding-top: unset;
}

.h1Tag-order {
    margin-top: 1rem;
    font-family: inherit;
    line-height: 1.5;
    font-weight: bold;
    font-size: 1.25rem !important;
    vertical-align: middle;
    color: black;
    text-align: center;
}

.parallax_Pane {
    position: sticky;
    top: 0;
}

#contentWrapper1 {
    position: relative;
    padding: 0 0;
}

.main-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

main {
    min-height: calc(100vh - 300px);
}

#scrollToTop {
    --iconUrl: url("./Vertex/chevDown.svg");
    --icon: 2.5rem;
    border: solid 1px var(--mc1);
    background-color: var(--bw-fade-3);
    border-radius: var(--border-radius-sm);
    position: fixed;
    bottom: 2rem;
    right: -5.5rem;
    display: block;
    transform: rotate(180deg);
    transition: var(--transition);
    z-index: 19;
}

body.page_scrolled_Middle #scrollToTop {
    right: 2.5rem;
}

body.page__Scrolled_Last #scrollToTop {
    background-color: var(--mc1);
    --icon-color: var(--white);
    border-color: var(--white);
}

.subNav.advanced dl {
    width: 600px !important;
}

.subNav.advanced {
    width: 695px !important;
}

img {
    border: 0 none;
    height: auto;
}

img,
object,
embed {
    max-width: 100%;
}

.hephaistos .tp-bullet:hover,
.hephaistos .tp-bullet.selected {
    border-color: var(--main-text-color);
}

.wb-carousel {
    background-color: var(--white);
    padding: 16px 15px;
}

.wb-carousel .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wb-carousel .img-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.wb-carousel img {
    max-height: 60px;
    width: auto;
    display: block;
    margin: auto;
}

@media (min-width:1200px) {
    .container,
    .container-lg {
        max-width: 1320px;
    }
}

@media (max-width:991px) {
    #scrollToTop {
        bottom: 5rem;
    }
}

.fz-xs {
    font-size: var(--fz-xs);
    line-height: var(--lh-xs);
}

.fz-sm {
    font-size: var(--fz-sm);
    line-height: var(--lh-sm);
}

.fz-md {
    font-size: var(--fz-md);
    line-height: var(--lh-md);
}

.fz-lg {
    font-size: var(--fz-lg);
    line-height: var(--lh-lg);
}

.fz-xl {
    font-size: var(--fz-xl);
    line-height: var(--lh-xl);
}

.fz-xxl {
    font-size: var(--fz-xxl);
    line-height: var(--lh-xxl);
}

.fz-titleh1 {
    font-size: var(--fz-titleh1);
    line-height: normal;
}

@media (max-width:991px) {
    .fz-titleh1 {
        font-size: 1rem !important;
        line-height: normal;
    }
}

.paragraph__Lh {
    line-height: 2rem;
}

.tc1 {
    color: var(--tc1) !important;
    --icon-color: var(--tc1);
}

.tc2 {
    color: var(--tc2) !important;
    --icon-color: var(--tc2);
}

.tc3 {
    color: var(--tc3) !important;
    --icon-color: var(--tc3);
}

.tcm {
    color: var(--mc1) !important;
    --icon-color: var(--mc1);
}

.tcw {
    color: var(--white) !important;
    --icon-color: var(--white);
}

.bgm {
    background-color: var(--mc1) !important;
}

.hcw {
    transition: color var(--transition);
}

.hcw:hover,
.hcw:focus,
.hcw:visited {
    color: var(--white) !important;
    --icon-color: var(--white);
}

.hcm {
    transition: color var(--transition);
}

.hcm:hover,
.hcm:focus,
.hcm:visited {
    color: var(--mc1) !important;
    --icon-color: var(--mc1);
}

.fw-400 {
    font-weight: var(--fw-400);
}

.fw-600 {
    font-weight: var(--fw-600);
}

.fw-700 {
    font-weight: var(--fw-700);
}

.fw-800 {
    font-weight: var(--fw-800);
}

.btnStyle_Primary,
.btnStyle_Primary:visited,
.download-brand-logo .download-text .download-link,
.download-brand-logo .download-text .download-link:visited {
    --btn-accent: var(--white);
    padding: var(--pad-pri);
    border: var(--brd-pri) var(--btn-accent);
    background-color: var(--mc1);
    border-radius: var(--border-radius-sm);
    transition: var(--transition);
    white-space: nowrap;
    display: flex;
    align-items: center;
    width: fit-content;
    column-gap: var(--gap);
    color: var(--btn-accent) !important;
    --icon-color: var(--btn-accent);
}

.btnStyle_Primary:hover,
.btnStyle_Primary:focus,
.download-brand-logo .download-text .download-link:hover,
.download-brand-logo .download-text .download-link:focus {
    background-color: var(--white);
    --btn-accent: var(--mc1);
}

.btnStyle_Secoundary,
.btnStyle_Secoundary:visited {
    --btn-accent: var(--mc1);
    padding: var(--pad-pri);
    border: var(--brd-pri) var(--btn-accent);
    background-color: var(--white);
    border-radius: var(--border-radius-sm);
    transition: var(--transition);
    white-space: nowrap;
    display: flex;
    align-items: center;
    width: fit-content;
    column-gap: var(--gap);
    color: var(--btn-accent) !important;
    --icon-color: var(--btn-accent);
}

.btnStyle_Secoundary:hover,
.btnStyle_Secoundary:focus {
    background-color: var(--mc1);
    --btn-accent: var(--white);
}

.WbIcon {
    height: var(--icon);
    width: var(--icon);
    min-width: var(--icon);
    min-height: var(--icon);
    display: inline-flex;
    vertical-align: middle;
    background: var(--icon-color);
    mask: var(--iconUrl) no-repeat center;
    mask-size: cover;
    -webkit-mask: var(--iconUrl) no-repeat center;
    -webkit-mask-size: cover;
    margin: var(--icon-mt, 0) var(--icon-mr, 0) var(--icon-mb, 0) var(--icon-ml, 0);
    transition: var(--transition);
}

.main_Space {
    margin-bottom: var(--main-space) !important;
}

.title_Space {
    margin-bottom: var(--title-space) !important;
}

.bottom_Space {
    margin-top: var(--bottom-space);
}

.col-gap-1 {
    column-gap: calc(var(--gap) * 0.5);
}

.col-gap-2 {
    column-gap: calc(var(--gap) * 1);
}

.col-gap-3 {
    column-gap: calc(var(--gap) * 2);
}

.col-gap-4 {
    column-gap: calc(var(--gap) * 3);
}

.row-gap-1 {
    row-gap: calc(var(--gap) * 0.5);
}

.row-gap-2 {
    row-gap: calc(var(--gap) * 1);
}

.row-gap-3 {
    row-gap: calc(var(--gap) * 2);
}

.row-gap-4 {
    row-gap: calc(var(--gap) * 3);
}

.WBContainer_Sidebar {}

.Title_Sidebar_Text {
    border-bottom: 1px solid var(--bw-fade-6);
    padding-bottom: 0.5rem;
    margin-bottom: 1rem !important;
    color: var(--mc2);
}

.wb__Dropdown_Menu.active {
    visibility: visible;
    opacity: 1;
}

.wb__Dropdown_Menu {
    visibility: hidden;
    opacity: 0;
    transition: var(--transition);
    position: absolute;
    min-width: 10rem;
    background: var(--white);
    padding: 1rem;
    top: 100%;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: var(--box-shadow);
}

.wb__Dropdown_Menu .nav-pills {
    flex-direction: column;
}

.tabid-236 main,
.tabid-273 main {
    overflow-x: hidden;
}

.nice-select {
    width: 100% !important;
    border: none !important;
    border-bottom: 1px solid var(--mc4) !important;
    border-radius: 0 !important;
    padding: 0 0.5rem !important;
    float: unset !important;
}

.rtl .nice-select .option {
    text-align: right;
}

.nice-select * {
    font-family: "Playfair";
}

.nice-select::after {
    right: unset !important;
    left: 12px !important;
    width: 10px !important;
    height: 10px !important;
}

.nice-select ul.list {
    width: 100%;
    border-radius: 0 !important;
    max-height: calc(7 * 40px) !important;
    overflow-y: auto;
}

.nice-select .current {
    display: block;
    width: 100%;
    text-align: right;
    color: var(--mc1);
}

.nice-select .option.selected {
    color: var(--mc1);
}

.PagingTable.PagingTable.PagingTable {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0;
    border: none !important;
    min-height: unset !important;
    background: transparent !important;
    margin: unset !important;
    margin-top: 2rem !important;
    row-gap: 1rem;
}

.PagingTable em,
.PagingTable a,
.PagingTable.row a.showInMobile {
    border: none !important;
    color: black !important;
    background: transparent !important;
    border-radius: calc(var(--border-radius-sm) / 2) !important;
    min-width: 36px !important;
    width: 36px !important;
    height: 36px !important;
    max-width: 36px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: normal !important;
    padding: unset !important;
}

.PagingTable .NextPage::before,
.PagingTable .PreviousPage::after {
    display: none;
}

.PagingTable a:is(.PreviousPage,
.NextPage) {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border: 1px solid #00000021 !important;
    font-size: 0 !important;
}

.PagingTable .NextPage::after,
.PagingTable .PreviousPage::before {
    content: "" !important;
    --icon: 1.5rem;
    height: var(--icon);
    width: var(--icon);
    min-width: var(--icon);
    min-height: var(--icon);
    mask: url("chevDown.svg") no-repeat center;
    mask-size: cover;
    -webkit-mask: url("chevDown.svg") no-repeat center;
    -webkit-mask-size: cover;
    display: block;
    background-color: var(--icon-color);
    transition: var(--transition);
}

.PagingTable .NextPage::after {
    transform: rotate(90deg);
}

.PagingTable .PreviousPage::before {
    transform: rotate(-90deg);
}

.PagingTable a:is(.PreviousPage,
.NextPage)::before,
.PagingTable a:is(.PreviousPage,
.NextPage)::after {
    font-size: 16px;
}

.PagingTable a.FirstPage::before,
.PagingTable a.PreviousPage::before,
.PagingTable a.NextPage::after,
.PagingTable a.LastPage::after {
    margin-top: -2px !important;
}

.PagingTable a:not([href]),
.PagingTable a:is(.FirstPage,
.LastPage) {
    display: none !important;
}

.PagingTable a.PreviousPage,
.PagingTable a.NextPage {
    font-size: 0 !important;
}

.PagingTable a.PreviousPage,
.PagingTable a.NextPage {
    background-color: white !important;
    border: solid 1px black !important;
    --icon-color: var(--mc1);
}

.PagingTable a.PreviousPage:hover,
.PagingTable a.NextPage:hover {
    background-color: black !important;
    --icon-color: var(--white);
}

.PagingTable a.PreviousPage:before,
.PagingTable a.NextPage:after {
    font-size: 17px !important;
    margin: 0 !important;
    color: inherit !important;
}

.PagingTable .NextPage:before,
.PagingTable .PreviousPage:after {
    display: none !important;
}

.PagingTable.PagingTable.PagingTable a.PreviousPage:not([href]),
.PagingTable.PagingTable.PagingTable a.NextPage:not([href]) {
    background: var(--bw-fade-3) !important;
    border-color: var(--bw-fade-3) !important;
    display: flex !important;
    cursor: not-allowed;
    color: #fff !important;
}

.PagingTable.PagingTable.PagingTable a:hover,
.PagingTable.row a.showInMobile:hover,
.PagingTable em {
    background: black !important;
    color: white !important;
}

.PagingTable a.PagerNormalDisabled,
.PagingTable a.FirstPage,
.PagingTable a.LastPage {
    display: none !important;
}

.MobilePaging.PagingTable {
    gap: 1rem;
}

.sliderPane {
    margin-top: calc(-1 * var(--main-space));
}

@media (min-width:992px) {
    .threePane {
        --main-space: 2rem;
        --title-space: 1rem;
    }
}

@media (max-width:991px) {
    .PagingTable:is(.NextPage,
    .PreviousPage),
    .PagingTable:is(.NextPage,
    .PreviousPage) {
        margin: 0;
    }
}

.WB-breadcrumb {
    margin-bottom: var(--title-space);
    max-width: 100% !important;
    padding: 0 !important;
}

.WB-breadcrumb ol {
    color: var(--tc1) !important;
    font-weight: 600;
}

.WB-breadcrumb li i {
    color: var(--tc1) !important;
    font-size: 12px !important;
    background: url("arrow_forward.svg") no-repeat center;
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.WB-breadcrumb li i::before {
    content: unset;
}

.WB-breadcrumb .lblFinalUrl {
    color: var(--mc1);
    font-weight: var(--fw-800);
}

.WB-breadcrumb li a {
    font-size: inherit !important;
}

.slick-arrow {
    --arrow-accent: var(--bw-fade-4);
    width: 50px;
    height: 50px;
    background: var(--white) !important;
    border: solid 1px var(--arrow-accent) !important;
    outline: none !important;
    font-size: 0 !important;
    transition: var(--transition) !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    position: absolute !important;
    border-radius: calc(var(--border-radius-sm) / 2) !important;
    z-index: 1 !important;
}

.slick-arrow.slick-prev {
    left: calc(100% + 1.5rem) !important;
    right: auto !important;
    --rotation: rotate(-90deg);
}

.slick-arrow.slick-next {
    left: auto !important;
    right: calc(100% + 1.5rem) !important;
    --rotation: rotate(+90deg);
}

.slick-slider .slick-arrow::before {
    content: "" !important;
    font-size: 0 !important;
    transform: var(--rotation) !important;
    transition: var(--transition) !important;
    mask: url("Chevdown.svg") no-repeat center;
    mask-size: cover;
    -webkit-mask: url("Chevdown.svg") no-repeat center;
    -webkit-mask-size: cover;
    background-color: var(--arrow-accent) !important;
    width: 100%;
    height: 100%;
    display: block;
}

.slick-slider .slick-arrow:hover {
    --arrow-accent: var(--bw-fade-6);
}

.slide-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 1;
    background: #f4f4f4;
    border-radius: 50%;
    text-align: center;
}

.slide-arrow.arrow-prev {
    left: 0;
}

.slide-arrow.arrow-prev:before {
    content: "\f104";
    font-family: "fontawesome";
    line-height: 20px;
    font-size: 20px;
}

.slide-arrow.arrow-next {
    right: 0;
}

.slide-arrow.arrow-next:before {
    content: "\f105";
    font-family: "fontawesome";
    line-height: 20px;
    font-size: 20px;
}

.slick-dots {
    position: static !important;
    margin-top: var(--bottom-space);
}

.slick-dots li {
    width: auto !important;
    height: auto !important;
    margin-inline: 0.25rem;
}

.slick-dots li button {
    background: var(--bw-fade-4) !important;
    border-radius: 50% !important;
    width: 0.5rem !important;
    height: 0.5rem !important;
    transition: var(--transition);
    padding: 0 !important;
}

.slick-dots li.slick-active button {
    background: var(--mc1) !important;
}

.slick-dots li button::before {
    display: none;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.LiveForm.Default td,
.LiveForm.Default th,
.LiveForm.Default table,
.LiveForm.Default .Field input,
.LiveForm.Default .Field select,
.LiveForm.Default .Field textarea,
.LiveForm.Default .Field button {
    font-family: inherit;
}

.LiveForm.Default ul.page-break-section,
.LiveForm.Default .thank-you {
    background: none !important;
    box-shadow: none !important;
}

.LiveForm .plupload_filelist_header,
.LiveForm .plupload_filelist {
    display: none !important;
}

.LiveForm .plupload_filelist_header,
.LiveForm .plupload_filelist_footer,
.LiveForm .plupload_container {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
}

.LiveForm.Default .Fileupload>label {
    display: none !important;
}

.LiveForm.Default .plupload_buttons {
    position: relative !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.LiveForm.Default .plupload_buttons__Text {
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    border: 1px solid #bdbdbd;
    border-left: none;
    border-radius: 0 10px 10px 0;
    font-size: 0.875rem !important;
    color: var(--tc1);
    padding: 12px;
    max-width: calc(100% - 120px);
    overflow: auto;
}

.LiveForm.Default .plupload_button {
    position: relative !important;
    display: inline-block !important;
    padding-right: 16px !important;
    padding-left: 40px !important;
    border-radius: 10px 0 0 10px !important;
    margin-right: 0 !important;
    white-space: nowrap;
    min-width: 120px !important;
}

.LiveForm.Default .plupload_button::before {
    content: "\f093 ";
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 0.875rem;
}

.LiveForm.Default .plupload_button__Upload::before {
    content: "\f110 ";
    animation: 1s rotateAnime infinite ease-in-out;
}

.LiveForm.Default .plupload_button__Failed::before {
    content: "\f071 ";
}

.LiveForm.Default .plupload_button__Done::before {
    content: "\f00c ";
}

.LiveForm.Default input[type="submit"],
.LiveForm.Default input[type="button"] {
    background: var(--mc1);
}

.LiveForm.Default input[type="submit"]:hover,
.LiveForm.Default input[type="button"]:hover {
    box-shadow: 0 0 0 2px white, 0 0 0 3px var(--mc1);
}

@keyframes rotateAnime {
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

.ModDDRMenuC .nav.nav-pills {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    list-style: none;
    flex-direction: column;
    border: 1px solid #dfdfdf;
    padding: 0px;
    background-color: #f3f3f3;
}

.userProfileBox {
    border-radius: var(--border-radius) !important;
    padding: 15px !important;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 10%) !important;
    background: #fbfbfb !important;
}

#btnUpdateUser,
.ModWBUserOrderC .user-order .firstNav input[type="button"] {
    border-radius: var(--border-radius) !important;
    background: var(--mc1) !important;
    border: 1px solid var(--mc1) !important;
    font-family: inherit !important;
    transition: var(--transition) !important;
    float: left;
    font-size: 1rem;
}

#btnUpdateUser:focus,
#btnUpdateUser:hover,
.ModWBUserOrderC .user-order .firstNav input[type="button"]:focus,
.ModWBUserOrderC .user-order .firstNav input[type="button"]:hover {
    background: transparent !important;
    color: var(--mc1) !important;
    box-shadow: unset !important;
}

.ModDDRMenuC .nav-pills {
    border-radius: var(--border-radius) !important;
    overflow: hidden;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 10%);
}

.ModDDRMenuC .nav-pills>li {
    width: 100%;
    margin: 0 !important;
    font-size: 0.875rem;
    border-bottom: 1px dashed#821c6b14;
}

.ModDDRMenuC .nav-pills>li a {
    padding: 10px;
    display: block;
}

.ModDDRMenuC .nav-pills>li.active,
.ModDDRMenuC .nav-pills>li.active>a:focus,
.ModDDRMenuC .nav-pills>li.active>a:hover {
    background: var(--mc1);
}

.ModDDRMenuC .nav-pills>li.active a {
    background-color: transparent;
    color: white;
}

table#orderList thead {
    background: var(--mc1) !important;
    color: #fff;
}

table.dataTable thead th::before,
table.dataTable thead td::before,
table.dataTable thead th::after,
table.dataTable thead td::after {
    content: none !important;
}

.table-striped tbody tr>td:has(.btn) {
    display: flex;
}

.ModWBUserChangePasswordC .user-password .btnBox button,
.ModWBUserChangePasswordC .user-password .btnBox button:hover {
    font-size: inherit;
    background-color: var(--mc1);
    border-color: var(--mc1);
    box-shadow: none;
    font-family: inherit;
}

#orderList th.sorting_disabled {
    width: auto !important;
}

.user-order .tableBox {
    margin-top: 15px;
}

.user-order .modal-header .close {
    margin: -1rem auto -1rem -1rem;
}

.user-order .modal-header .close span {
    font-size: 24px;
}

.DnnModule-DDRMenu,
.userProfileBox,
.DnnModule-WB_User_Order,
.DnnModule-WB_User_ChangePassword {
    margin-top: 48px;
}

@media (max-width:991px) {
    .ModDDRMenuC .table__Wrapper {
        overflow: auto;
    }
}

#dnn_ctr403_ViewDNNArticle_ctl10_trComment {
    margin-bottom: 35px;
    border: 0;
    padding: 0;
}

#btnCommentClient {
    padding: 10px 30px;
    font-size: 16px;
}

.CommentOut {
    padding: 0 !important;
    border-radius: var(--border-radius);
    margin-top: 48px;
}

.CommentHead {
    font-size: var(--fz-xl);
    font-weight: var(--fw-800);
}

.CommentHead span {
    border-bottom: 1px solid var(--mc1);
    display: inline-block;
    padding-bottom: 8px;
}

.DnnModule-DNNArticle-ArticleView .outerCommentSection {
    padding: 0 !important;
    margin: 0 auto !important;
    border: none;
    border-radius: var(--border-radius);
}

.DnnModule-DNNArticle-ArticleView .submitBox,
.DnnModule-DNNArticle-ArticleView .commentTextBox .reply-wrap .reply-fields-wrap,
.comment-view .btnCommentClientBox,
.comment-view .txtNameClientBox {
    text-align: left;
}

.DnnModule-DNNArticle-ArticleView #btnCommentClient,
.DnnModule-DNNArticle-ArticleView .commentTextBox #btnCommentClient,
.DnnModule-DNNArticle-ArticleView .commentTextBox .reply-box #txtNameClient,
.comment-view #btnCommentClient,
.comment-view .reply-box #txtNameClient {
    background: var(--mc1) !important;
    border: 1px solid var(--mc1) !important;
    outline: none !important;
    transition: var(--transition) !important;
    padding: 6px 24px !important;
    height: 44px !important;
}

.DnnModule-DNNArticle-ArticleView #btnCommentClient:hover,
.DnnModule-DNNArticle-ArticleView .commentTextBox #btnCommentClient:hover,
.DnnModule-DNNArticle-ArticleView .commentTextBox .reply-box #txtNameClient:hover,
.comment-view #btnCommentClient:hover,
.comment-view .reply-box #txtNameClient:hover {
    background: transparent !important;
    color: var(--mc1) !important;
}

.DnnModule-DNNArticle-ArticleView .commentTextBox .main-comment,
.comment-view .main-comment {
    border-radius: var(--border-radius) !important;
    background: transparent !important;
    border: 1px solid #e1e1e1 !important;
}

.DnnModule-DNNArticle-ArticleView .commentTextBox {
    padding: 0;
    border: none !important;
    margin-top: 24px;
}

.DnnModule-DNNArticle-ArticleView .insertCommentBox .modern-label,
.comment-view .modern-label {
    line-height: normal;
}

.commentTextBox .user-comments-view .user-comment,
.comment-view .user-comments-view .user-comment {
    padding: 0px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    border: none;
}

.insertCommentBox input[type="text"],
.insertCommentBox textarea,
.commentTextBox .modern-input,
.comment-view .modern-input {
    padding: 10px 10px 8px !important;
    border-radius: var(--border-radius-sm);
}

.commentTextBox .user-comments-view .user-name,
.comment-view .user-comments-view .user-name {
    position: relative;
    color: #757575 !important;
    font-size: var(--fz-md);
}

.replay-comment {
    margin-top: 16px !important;
}

.comment-view .user-comments-view .comment-date {
    padding: 0;
}

.blogDetail .outerCommentSection {
    padding: 0;
    border: none;
    border-radius: 0;
}

.blogDetail .commentTextBox {
    padding: 0;
}

.blogDetail .outerCommentSection .insertCommentBox {
    border-radius: 0.5rem;
    background-color: #ebebeb;
    padding: 1rem 1rem 2.5rem !important;
    border: none;
}

.blogDetail .commentTextBox {
    border: none;
}

.blogDetail .submitBox {
    text-align: left;
}

.blogDetail #btnCommentClient,
.blogDetail .commentTextBox #btnCommentClient,
.blogDetail .commentTextBox .reply-box #txtNameClient {
    background-color: #101010;
    border: none;
    box-shadow: none;
}

.blogDetail .commentTextBox .main-comment {
    background: transparent;
    border: none !important;
    padding: 2rem 0 1.5rem;
    margin-bottom: 1rem;
    border-radius: 0 !important;
}

.blogDetail .commentTextBox .main-comment p {
    font-weight: bold !important;
    font-size: var(--fz-md);
}

.blogDetail .commentTextBox .main-comment:not(:first-of-type) {
    border-top: solid 1px black !important;
}

.blogDetail .commentTextBox .main-comment:last-of-type {
    border-bottom: solid 1px black !important;
}

.blogDetail .replay-comment {
    color: #626262;
    background-color: #f2f2f2;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    border: none;
}

.blogDetail .replay-comment p {
    color: #626262;
}

span.answer {
    color: #808080;
}

@media (max-width:991px) {
    .blogDetail .replay-comment {
        margin-right: 0 !important;
    }
}

@media (min-width:992px) {
    .CommentOut .insertCommentBox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .insertCommentBox .nameBox,
    .insertCommentBox .emailBox {
        width: calc(50% - 6px);
    }
    .insertCommentBox .opinionBox,
    .insertCommentBox .submitBox {
        width: 100%;
    }
}

@media (min-width:577px) and (max-width:991px) {
    .CommentOut {
        margin-bottom: 32px !important;
    }
}

@media (max-width:576px) {
    .CommentOut {
        margin-bottom: 32px !important;
    }
}

.main-slider {
    margin-bottom: 80px;
}

.wb-slides .DescriptionBox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.wb-slides .item {
    height: 610px;
}

.wb-slides .item_Img {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: relative;
}

.wb-slides .caption_title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.wb-slides .caption_title__Second {
    position: relative;
}

.wb-slides {
    position: relative;
    background: transparent;
}

.wbSlides__Nav {
    display: flex;
    position: absolute;
    bottom: 5rem !important;
    left: 50%;
    transform: translateX(-50%);
}

.sectionTtl2 {
    line-height: 60px;
}

.item__Image {
    height: 480px;
}

.helpMe {
    text-align: right;
    width: 500px;
    margin: 50px auto;
    padding: 20px 0;
}

.helpMe table {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    border-radius: var(--border-radius);
    overflow: hidden;
    color: var(--tc1);
    background: #fbfbfb;
    -webkit-box-shadow: 11px 11px 38px #c9c9c9, -11px -11px 38px #ffffff;
    box-shadow: 11px 11px 38px #c9c9c9, -11px -11px 38px #ffffff;
}

.helpMe tr td:first-child {
    background-color: #b7b7b767;
}

.helpMe tr td {
    border: 1px solid #e9e9e9;
    padding: 10px;
    text-align: center;
    width: 520px;
}

.services__Desc_Wrapper ul {
    line-height: 32px;
}

.services__Desc_Wrapper ul li,
.services__Desc_Wrapper p {
    font-size: var(--fz-md);
    font-weight: var(--fw-600);
    color: var(--bw-fade-5);
}

.services__Desc_Wrapper h1,
.services__Desc_Wrapper h2 {
    margin-bottom: 1rem;
}

.services__List_Wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 318px), 1fr));
    grid-auto-flow: dense;
    column-gap: 1rem;
    row-gap: 1.5rem;
}

.services__List_Wrapper .service__Item {
    border-radius: var(--border-radius);
    border: 1px solid var(--bwf-7-text-elements, #000);
    background: var(--bwf-2-bg, #f5f5f5) url("service-bg.webp");
    height: 200px;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    padding-bottom: 2rem;
    justify-content: flex-end;
    overflow: hidden;
}

.service__Item_Text {
    color: var(--bwf-7-text-elements, #000);
    text-align: right;
    font-size: 1.5rem;
    font-weight: var(--fw-700);
    position: relative;
    width: fit-content;
}

.service__Item_Text::after {
    content: "";
    position: absolute;
    width: 150%;
    height: 2px;
    left: 0;
    bottom: -10px;
    background-color: var(--bw-fade-7);
}

.service__Latin_Text {
    width: 280px;
    height: auto;
    object-fit: contain;
    object-position: right;
    opacity: 0.3;
    margin-bottom: -12px;
}

.services__Desc_showmore.services__Desc_showmore {
    margin-top: unset !important;
}

.services__Desc_showmore a {
    text-decoration: underline;
}

.showmore__Wrapper:has(.show-less) .services__Desc_showmore::after {
    display: none;
}

.showmore__Wrapper:not(:has(.showmore-button)) .services__Desc_showmore::after {
    display: none;
}

.showmore__Wrapper:has(.services__Colors_Wrapper) .showmore-button,
.showmore__Wrapper:has(.services__Sample_Wrapper) .showmore-button {
    margin-top: 1.5rem;
}

.showmore-button {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    justify-content: center;
    font-weight: 800;
    color: var(--mc1);
    z-index: 1;
    user-select: none;
    translate: 0 -0.85rem;
    margin-bottom: px;
    padding-inline: 0.5rem;
    background: #fff;
    width: fit-content;
    margin-inline: auto;
}

.showmore__Wrapper[data-showmore] .services__Desc_showmore::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, transparent, var(--white) 50%);
    bottom: 0px;
    right: 0;
}

@media (max-width:991px) {
    .services__Desc_showmore::after {
        height: 60px;
    }
}

.services__Desc_showmore,
.services__Desc {
    padding: 32px;
    border-radius: 16px;
    position: relative;
}

.services__Desc_Wrapper>p {
    line-height: 32px;
    text-align: justify;
}

@media (min-width:992px) {
    .services__Desc_showmore.has-border,
    .services__Desc.has-border {
        border: 1px solid #dfdfdf;
    }
}

@media (max-width:992px) {
    .services__Desc_showmore,
    .services__Desc {
        padding: 16px;
    }
}

.services__Desc_Wrapper ul>li {
    list-style: disc outside;
    line-height: 32px;
    margin-right: 15px;
}

.services__Desc_Wrapper ol>li {
    list-style: numeric outside;
    line-height: 32px;
    margin-right: 15px;
}

.contact__Baner {
    --icon-color: #fff;
    --icon: 40px;
    padding: 32px 18px;
    color: #fff;
    background: var(--black) url("contact-banner-bg.svg") center no-repeat;
    background-size: cover;
    padding-inline: 80px;
    border-radius: var(--border-radius-sm);
}

.contact__Baner>h3 {
    color: #fff;
    line-height: 2rem;
}

.contact__Banner_phone {
    font-size: 32px;
    font-weight: 800;
}

@media (max-width:992px) {
    .contact__Baner {
        --icon: 28px;
        gap: 2rem;
        text-align: center;
        padding-inline: 32px;
    }
    .contact__Banner_phone {
        font-size: 24px;
        line-height: 37px;
    }
}

.product_Nav {
    --icon: 24px;
    --icon-color: #000;
    max-width: 1320px;
    padding-block: 40px;
    margin-inline: auto;
    background: #f5f5f5;
    border-radius: var(--border-radius-sm);
}

.product_Nav>h1 {
    margin-bottom: 40px;
    font-size: 24px;
    color: #000;
    font-weight: 800;
}

.product_Nav__Wrapper {
    width: 100%;
    position: relative;
    display: flex;
    margin-inline: auto;
    max-width: 1100px;
    border-radius: 10%;
}

.product_Nav__Accordion {
    --icon-color: #616161;
    --icon-size: 24px;
    --icon-ml: 8px;
    background: #ffff;
    color: #616161;
    border-radius: 0 16px 16px 0;
    padding-top: 32px;
    padding-bottom: 16px;
}

.accordion-trigger {
    background: transparent;
    border: 0;
    color: inherit;
    width: 100%;
    border-radius: 8px;
    padding-block: 10px;
}

.accordion-panel:not(:first-child) .accordion-trigger {
    margin-top: 2px;
}

.accordion-content {
    border-radius: 16px 0 0 16px;
}

.accordion-trigger {
    padding-inline: 24px;
    transition: var(--transition);
    color: var(--mc1);
    --icon-color: var(--mc1);
    font-weight: var(--fw-600);
}

.accordion-trigger.active {
    --icon-color: var(--white);
    background-color: #363636;
    color: var(--white);
}

.accordion-content__Text>img {
    border-radius: var(--border-radius-sm);
    width: 100%;
    max-width: 100%;
}

.accordion-content__Text>p {
    color: #616161;
    margin-top: 24px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 600;
}

.accordion-content .accordion-content__Text {
    font-weight: var(--fw-600);
    color: var(--tc2);
    font-size: var(--fz-md);
    line-height: 2;
}

@media (min-width:992px) {
    .product_Nav__Accordion {
        width: 30%;
    }
    .accordion-trigger .WbIcon.chev {
        display: none;
    }
    .accordion-trigger:not(.active):hover {
        background-color: #ececec;
    }
    .product_Nav__Accordion .scroll {
        overflow-y: scroll;
        min-height: 500px;
        height: fit-content;
        max-height: 652px;
        padding-inline: 16px;
    }
    .product_Nav__Accordion .scroll::-webkit-scrollbar {
        width: 2px;
    }
    .product_Nav__Accordion .scroll::-webkit-scrollbar-thumb {
        background: #d6d6d6;
        border-radius: 50px;
    }
    .product_Nav__Accordion .scroll::-webkit-scrollbar-track {
        background: transparent;
    }
    .accordion-content {
        background-color: #fff;
        padding-top: 32px;
        padding-bottom: 16px;
        padding-inline: 32px;
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        text-align: right;
        width: 70%;
        height: 100%;
        overflow: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .accordion-content::-webkit-scrollbar {
        display: none;
    }
    .accordion-content .accordion-content__Text {
        z-index: 2;
        visibility: hidden;
        position: relative;
        transition: var(--transition);
        opacity: 0;
    }
    .accordion-trigger.active~.accordion-content .accordion-content__Text {
        visibility: visible;
        opacity: 1;
        transition-delay: var(--transition);
    }
}

.accordion-content>div {
    overflow: hidden;
}

@media (max-width:992px) {
    .product_Nav__Wrapper {
        padding-inline: 16px;
    }
    .product_Nav__Accordion {
        border-radius: 16px;
        padding-top: 0;
    }
    .accordion-content {
        display: grid;
        grid-template-rows: 0fr;
        padding-inline: 16px;
        transition: grid-template-rows calc(var(--transition) * 3);
        text-align: right;
    }
    .accordion-trigger {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .accordion-trigger .WbIcon.chev {
        --icon-ml: 0;
        --icon-mr: 0;
        transition: calc(var(--transition) * 3);
    }
    .accordion-content__Text {
        margin-top: 8px;
    }
    .accordion-content__Text>p {
        font-size: 14px;
    }
    .accordion-trigger.active~.accordion-content {
        grid-template-rows: 1fr;
    }
    .accordion-trigger.active .WbIcon.chev {
        transform: rotate(180deg);
    }
    .accordion-trigger.active~.accordion-content .accordion-content__Text {
        margin-top: 24px;
    }
}

#ServiceContactForm {
    scroll-margin-top: 120px;
}

.service_Form {
    padding-top: 72px;
    padding-bottom: 42px;
    padding-inline: 0;
    position: relative;
    background-color: #c6c6c6;
}

.service_Form .services__Form_Background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.service_Form .services__Form_Background .form__Background_Lottie:nth-child(1) {
    height: 100%;
    width: auto;
    position: absolute;
    top: 54%;
    left: 0;
    transform: translate(-50%, -50%) rotate(-90deg);
}

.service_Form .services__Form_Background .form__Background_Lottie:nth-child(2) {
    height: 100%;
    width: auto;
    position: absolute;
    bottom: 50%;
    right: 0;
    transform: translate(+50%, +50%) rotate(0);
}

.service_Form__Form .LiveForm.Default ul.page-break-section {
    padding-inline: 0;
}

.service_Form__Form .LiveForm.Default ul.page-break-section .Field {
    padding-inline: 0;
}

.service_Form__Form .Field input:not([type="submit"]) {
    border: 1px solid #bcbaba !important;
    padding: 13px 1rem !important;
    font-weight: 600 !important;
    font-size: var(--fz-md) !important;
    color: #6a6a6a !important;
    height: auto;
}

.service_Form__Form .Field-Container,
.service_Form__Form .Field-Container input {
    width: 100% !important;
}

.service_Form__Form .Field input:not([type="submit"])::placeholder {
    font-weight: 400 !important;
    color: #8a8a8a !important;
}

.service_Form__Form .LiveForm.Default .Field input[type="submit"] {
    width: 100% !important;
    max-width: 230px;
    border-radius: var(--border-radius-sm);
    font-size: var(--fz-md);
    padding: 13px 1rem !important;
    background-color: var(--mc1);
    border: solid 1px var(--mc1);
}

.LiveForm.Default input[type="submit"]:hover,
.LiveForm.Default input[type="button"]:hover {
    box-shadow: unset !important;
    background-color: var(--white) !important;
    color: var(--mc1);
}

@media (min-width:992px) {
    .service_Form {
        border-radius: var(--border-radius-sm);
        overflow: hidden;
    }
}

@media (max-width:991px) {
    .service_Form__Parent {
        padding-inline: 0;
    }
    .service_Form {
        padding-top: 48px;
        padding-bottom: 14px;
        background-position: center;
        background-size: auto 100%;
    }
    .service_Form__wrapper {
        padding-inline: 16px !important;
    }
    .service_Form__Form .Field input:not([type="submit"]) {
        padding: 12px 1rem !important;
    }
    .service_Form__Form .LiveForm.Default .Field input[type="submit"] {
        padding: 13px 1rem !important;
    }
}

.services_Faq {
    border-radius: var(--border-radius-sm);
    overflow: hidden;
}

.services_Faq__Wrapper {
    background-color: var(--bw-fade-2);
    flex: 1;
}

.services__Faq__desc {
    line-height: 32px;
}

.services_Faq__Item__Wrapper {
    font-weight: var(--fw-700);
    padding-inline: 24px;
}

.services_Faq__Item__Wrapper:hover {
    background-color: var(--bw-fade-3);
}

.services_Faq__Item {
    padding-block: 24px;
}

.services_Faq__Item__Wrapper:not(:last-child) .services_Faq__Item {
    border-bottom: 1px solid #bcbaba;
    transition: var(--transition);
}

.services_Faq__Item.active {
    border-color: var(--bw-fade-5);
    padding-bottom: 0;
}

.services_Faq__title {
    cursor: pointer;
}

.services_Faq__title .WbIcon {
    --iconUrl: url("./Vertex/plus.svg");
    --icon-mr: 0.5rem;
    transform: rotate(90deg);
}

.services_Faq__Item.active .WbIcon {
    --iconUrl: url("./Vertex/minus.svg");
    transform: rotate(0deg);
}

.services__Faq__desc {
    display: grid;
    grid-template-rows: 0fr;
    transition: var(--transition);
}

.Faq__desc_Inner {
    overflow: hidden;
}

.Faq__desc_Inner ul {
    margin: 0;
}

.services_Faq__Item.active .services__Faq__desc {
    grid-template-rows: 1fr;
    padding-bottom: 24px;
}

.services_Faq__img {
    flex: 1;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.services__Sample_Wrapper {
    display: flex;
    gap: 1.5rem 1rem;
    --sample-col: 2;
    flex-wrap: wrap;
}

.services__Sample_Wrapper.single__Column {
    gap: var(--title-space) 0;
    --sample-col: 1;
}

.Service__Sample_Item {
    overflow: hidden;
    width: calc(100% / var(--sample-col) - 1rem / var(--sample-col));
    position: relative;
}

.Service__Sample_Item .sample__Media_Content {
    border-radius: var(--border-radius-sm);
}

.sample__Video {
    height: 100%;
    aspect-ratio: 1.31/1;
    border: 1px solid #000;
}

.sample__Media_Content_Logo {
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    scale: 1;
    opacity: 1;
    visibility: visible;
    transition: 600ms;
    pointer-events: none;
}

@media (max-width:991px) {
    .sample__Media_Content_Logo {
        max-width: 60%;
        max-height: 30%;
    }
}

.sample__Video.playing .sample__Media_Content_Logo {
    scale: 0;
    opacity: 0;
    visibility: hidden;
}

.sample__Video:has(.sample__Media_Content_Logo)::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( 0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
    pointer-events: none;
    opacity: 1;
    transition: 800ms;
}

.sample__Video.playing:has(.sample__Media_Content_Logo)::after {
    opacity: 0;
}

.services__Sample_Wrapper:not(.single__Column) .Service__Sample_Item {
    border-radius: var(--border-radius-sm);
}

.services__Sample_Wrapper.single__Column .Service__Sample_Item {
    width: 100%;
}

.sample__Dark .service__Sample_Title:is(.title__OnCard,
.title__Center) {
    --title-accent: var(--white);
    --title-accent-opposite: var(--mc1);
    --title-grad-from: rgba(0, 0, 0, 0.36);
    --title-grad-to: rgba(0, 0, 0, 0.8);
}

.sample__Light .service__Sample_Title {
    --title-accent: var(--mc1);
    --title-accent-opposite: var(--white);
    --title-grad-from: rgba(255, 255, 255, 0.36);
    --title-grad-to: rgba(255, 255, 255, 0.8);
}

video.sample__Media_Content {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.service__Sample_Title {
    width: 100%;
    display: flex;
    align-items: center;
    color: var(--title-accent);
    font-size: var(--fz-md);
    font-weight: var(--fw-800);
    column-gap: 1rem;
    text-decoration: none;
}

.service__Sample_Title:is(.title__OnCard,
.title__Center) {
    position: absolute;
    padding: 1.5rem;
    bottom: 0;
    left: 0;
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.65) 95%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 2;
}

.title__UnderCard {
    position: static;
    --title-accent: var(--mc1);
    margin-top: 0.5rem;
    text-decoration: unset;
}

.service__Sample_Title .title__Text {
    display: flex;
    align-items: center;
    width: 100%;
    white-space: nowrap;
    min-width: fit-content;
}

.service__Sample_Title .title__Text::after,
.service__Sample_Title.title__Center .title__Text::before,
.service__Sample_Title.title__UnderCard .title__Text::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--title-accent);
    margin-right: 1rem;
}

.service__Sample_Title.title__Center .title__Text::before,
.service__Sample_Title.title__UnderCard .title__Text::before {
    margin-right: 0;
    margin-left: 1rem;
}

.sample__Play_Btn {
    display: flex;
    min-width: fit-content;
    align-items: center;
    padding: 0.25rem 1rem;
    border-radius: var(--border-radius-sm);
    background-color: var(--title-accent);
    color: var(--title-accent-opposite);
}

.sample__Play_Btn .WbIcon {
    background-color: var(--title-accent-opposite);
}

.Container__Sample_Card .Service__Sample_Item {
    --card-container-padding: 2rem 2.5rem;
    padding: var(--card-container-padding);
    background-color: var(--bw-fade-2);
}

.Container__Sample_Card .service__Sample_Title:is(.title__OnCard,
.title__Center) {
    padding: 0;
    position: static;
    background: none;
    margin-top: calc(var(--title-space) * (3 / 4));
}

.title__Center {
    font-size: var(--fz-lg);
}

.Container__Sample_Card img {
    border-radius: var(--border-radius-sm);
    overflow: hidden;
}

@media (min-width:992px) {
    .services_Faq>.d-flex {
        max-height: 610px;
    }
    .main_Faq .services_Faq>.d-flex {
        max-height: none;
    }
    .services_Faq__Wrapper {
        overflow-y: auto;
        scrollbar-gutter: stable;
    }
    .services_Faq__Wrapper::-webkit-scrollbar {
        width: 10px;
    }
    .services_Faq__Wrapper::-webkit-scrollbar-track {
        background: transparent;
    }
    .services_Faq__Wrapper::-webkit-scrollbar-thumb {
        background: var(--bw-fade-4);
    }
}

@media (max-width:991px) {
    .services__Sample_Wrapper {
        --sample-col: 1;
    }
    .services__Sample_Wrapper .Service__Sample_Item {
        width: 100%;
    }
    .Container__Sample_Card .Service__Sample_Item {
        --card-container-padding: 1rem;
    }
}

.services__Testmonial_Item {
    border: solid 1px var(--bw-fade-3);
    border-radius: var(--border-radius-sm);
    margin: 0 0.5rem;
    margin-top: 1rem;
}

.services__Testmonial_Item .testmonialDescription {
    display: flex;
    flex-direction: column;
    padding: 0 1.5rem var(--title-space);
}

.services__Testmonial_Item .testmonialDescription p::-webkit-scrollbar {
    display: none;
}

.services__Testmonial_Item .testmonialDescription p {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.services__Testmonial_Item .testmonialDescription::before {
    content: "";
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    background: url("./Vertex/qoute.svg") no-repeat center;
    background-size: cover;
    margin-bottom: 0.5rem;
    margin-top: -1rem;
    margin-right: auto;
}

.testmonial__Person_Wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 0 1.5rem;
    position: relative;
    margin-top: 50px;
    background-color: var(--bw-fade-6);
    border-radius: 0 0 var(--border-radius-sm) var(--border-radius-sm);
}

.testmonialTitleImage {
    margin-top: -50px;
    width: 100px;
    height: 100px;
    border: solid 0.5rem var(--bw-fade-6);
    border-radius: 50%;
    overflow: hidden;
}

.testmonial {
    min-height: 565px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testmonialImg {
    aspect-ratio: 1;
}

@media (max-width:991px) {
    .testmonial {
        min-height: 410px;
    }
}

.SliderTestmonial .slick-list {
    margin: 0 -0.5rem;
}

.service__Page_Slider .slick-list {
    margin-inline: -0.75rem;
}

.service__Page_Slider .wbSlides__Item {
    aspect-ratio: 1;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--bw-fade-1);
    transition: var(--transition);
    border: solid 1px var(--bw-fade-3);
    border-radius: var(--border-radius-sm);
    margin-inline: 0.75rem;
    color: #303030;
    text-align: center;
    padding-inline: 0.5rem;
    font-weight: var(--fw-800);
    font-size: var(--fz-md);
    margin-bottom: 0.25rem;
}

.service__Page_Slider .wbSlides__Item:hover {
    background-color: var(--bw-fade-2);
    border-color: var(--bw-fade-7);
}

.grid_Services .wbSlides__Item:not(.empty):hover {
    background-color: var(--bw-fade-2);
    border-color: var(--bw-fade-7);
}

.service__Page_Icon {
    width: 3.625rem;
    height: 3.625rem;
}

@media (max-width:991px) {
    .service__Page_Slider .wbSlides__Item {
        height: 150px;
        width: 150px;
        min-width: 150px;
        margin: 0;
    }
    .service__Page_Slider {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        gap: 1.5rem;
        margin-inline: -15px;
        padding-inline: 15px;
    }
}

.services__HeaderVideo_Wrapper {
    position: relative;
    height: 35vh;
}

.services__HeaderVideo_Wrapper.overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000045;
}

.services__HeaderVideo_Wrapper>video {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width:991px) {
    .services__HeaderVideo_Wrapper {
        position: relative;
        height: 180px;
    }
}

.services__Archetype_Wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem 1rem;
}

.services__Archetype_Item,
.archetype__Modal {
    --theme-light: linear-gradient( 0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), linear-gradient(0deg, var(--theme-color), var(--theme-color));
    --theme-dark: linear-gradient( 0deg, rgba(250, 250, 250, 0.8), rgba(250, 250, 250, 0.8)), linear-gradient(0deg, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.07)), linear-gradient(0deg, var(--theme-color), var(--theme-color));
    --card-accent: var(--theme-color);
    --icon-color: var(--card-accent);
}

.services__Archetype_Item {
    background: var(--theme-light);
    border-radius: var(--border-radius);
    overflow: hidden;
    --icon: 2rem;
    --icon-ml: 1rem;
}

.archetype__Image_Box {
    background: var(--theme-dark);
}

.archetype__Image_Box .archetype__Title {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    mix-blend-mode: difference;
}

.archetype__Image_Box>img {
    mix-blend-mode: multiply;
    height: 300px;
}

.archetype__Image_Box>img {
    mix-blend-mode: multiply;
    height: 300px;
}

.archetype__Button {
    --icon: 1.5rem;
    --icon-ml: 0;
    --icon-mr: 0.5rem;
    --iconUrl: url("chevDown.svg");
    border: none;
    outline: none;
    color: var(--card-accent);
    background-color: transparent;
}

.archetype__quote,
.archetype__Identity {
    color: var(--card-accent);
}

.archetype__Button .WbIcon {
    transform: rotate(90deg);
}

.archetype__Modal::-moz-selection,
.archetype__Modal::selection {
    background: var(--card-accent);
}

.archetype__Modal .modal-body {
    padding: 0;
    border-radius: var(--border-radius-sm);
    background: var(--theme-dark);
    overflow: hidden;
}

.archetype__Modal .modal-content {
    border-radius: var(--border-radius);
    padding: 1rem;
    border: none;
}

.archetype__Modal .archetype__Image_Box>img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: right;
}

.archetype__Modal .archetype__Content_Box {
    padding-block: 1.5rem;
    padding-right: 2.5rem;
    text-align: justify;
    --icon-ml: 1rem;
}

.modal-header {
    padding: 0;
    margin-bottom: 1.5rem;
    border: none;
    justify-content: end;
}

.archetype__Desc {
    line-height: 2rem;
}

@media (max-width:1199px) {
    .archetype__Modal .archetype__Content_Box {
        padding-inline: 1rem;
    }
    .archetype__Modal .modal-body {
        background: var(--theme-light);
    }
    .archetype__Modal .archetype__Image_Box {
        background: var(--theme-dark);
    }
}

@media (max-width:991px) {
    .services__Archetype_Item {
        --icon: 1.5rem;
    }
    .services__Archetype_Wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .archetype__Image_Box .archetype__Title {
        right: 1rem;
    }
}

@media (max-width:576px) {
    .services__Archetype_Wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.services__Mascot_Inner {
    display: flex;
    flex-direction: column;
    row-gap: var(--main-space);
}

.mascot__Card_Item {
    background-color: var(--mascot-color);
    padding: var(--title-space);
    --fancybox-accent-color: var(--mascot-color);
    border-radius: var(--border-radius);
}

.mascot__Card_Item .slick-dots li button {
    background-color: var(--white) !important;
    width: 12px !important;
    height: 12px !important;
}

.mascot__Card_Item .slick-dots li.slick-active button {
    background-color: var(--mc1) !important;
    width: 20px !important;
    height: 20px !important;
}

.mascot__Card_Item video {
    max-width: 100%;
    display: block;
}

.mascot__Media_Content {
    width: 100%;
}

.mascot__Card_Item .thumbnail__Wrapper {
    padding-inline: 0.8rem;
    position: relative;
}

.mascot__Card_Item .video_Content::before {
    content: "";
    --icon: 4rem;
    height: var(--icon);
    width: var(--icon);
    min-width: var(--icon);
    min-height: var(--icon);
    mask: url("/Portals/0/Images/playButton.svg") no-repeat center center / cover;
    -webkit-mask: url("/Portals/0/Images/playButton.svg") no-repeat center center / cover;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--white);
    z-index: 2;
}

.thumbnail__Wrapper.video_Content::before {
    --icon: 2.5rem;
}

.mascot__Card_Item .thumbnail__Wrapper .thumbnail__Inner {
    border: solid 0.25rem transparent;
    transition: var(--transition);
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.mascot__Card_Item .thumbnail__Wrapper.slick-current .thumbnail__Inner {
    border-color: var(--white);
}

.mascot__Card_Item .thumbnail__Wrapper .video_Content .thumbnail__Inner::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000066;
}

.mascot__Card_Item .slick-list:has(.thumbnail__Wrapper) {
    margin-inline: -1rem;
}

.mascot__Card_Item .slick-arrow.slick-next {
    right: auto !important;
    left: 1rem !important;
}

.mascot__Card_Item .slick-arrow.slick-prev {
    left: auto !important;
    right: 1rem !important;
}

.mascot__Card_Item .slick-arrow {
    background-color: transparent !important;
    --arrow-accent: var(--bw-fade-3);
}

.mascot__Card_Item .slick-arrow:hover {
    --arrow-accent: var(--white);
}

.mascot__Card_Item .content__Inner {
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.mascot__Card_Item .content__Inner.video_Content::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000066;
}

.mascot__Base_Image {
    height: 320px;
}

.mascot__Logo_Image {
    height: 100px;
}

@media (max-width:991px) {
    .mascot__Card_Item {
        padding: 48px 1rem;
    }
    .mascot__Card_Item .content__Wrapper {
        padding-inline: 0.5rem;
    }
    .mascot__Card_Item .slick-list:has(.content__Wrapper) {
        margin-inline: -12px;
    }
}

.services__Colors_Wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--title-space);
}

.Service__Color_Item {
    background-color: #f5f5f5;
}

@media (min-width:992px) {
    .services__Colors_BrandDesc {
        text-align: justify !important;
    }
}

.service_Form__Form .Field select {
    border: 1px solid #bcbaba !important;
    font-weight: 600 !important;
    font-size: var(--fz-md) !important;
    color: var(--bw-fade-5) !important;
    min-height: 53px;
}

.service_Form__Form .nice-select {
    width: 100%;
    height: 53px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: var(--fz-md);
    color: var(--bw-fade-5);
    padding-inline: 16px;
    border-color: #bcbaba;
}

.service_Form__Form .nice-select .list {
    width: 100%;
}

.service_Form__Form .nice-select .list .option {
    text-align: right;
}

.thank-you {
    text-align: center;
    font-weight: 600;
    font-size: var(--fz-md);
    color: var(--bw-fade-5);
}

.thank-you>h2 {
    font-size: var(--fz-xxl);
    font-weight: 700;
    color: #000;
}

.features__Card_Wrapper {
    display: grid;
    grid-auto-flow: dense;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
}

.features__Card_Wrapper>div {
    border-radius: calc(var(--border-radius-sm) / 2);
    padding: 1.5rem 2rem;
    user-select: none;
    min-height: 112px;
    font-size: var(--fz-md);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-weight: var(--fw-700);
    line-height: 32px;
    position: relative;
    background-color: var(--mc1);
}

.features__Card_Wrapper>div::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("./Vertex/footerPattern.svg") no-repeat;
    background-size: 450%;
    z-index: 0;
    opacity: 0.8;
}

.features__Card_Wrapper>div:nth-child(1)::before {
    background-position: 15% 80%;
}

.features__Card_Wrapper>div:nth-child(2)::before {
    background-position: 45% 80%;
}

.features__Card_Wrapper>div:nth-child(3)::before {
    background-position: 75% 80%;
}

.features__Card_Wrapper>div:nth-child(4)::before {
    background-position: 15% 90%;
}

.features__Card_Wrapper>div:nth-child(5)::before {
    background-position: 45% 90%;
}

.features__Card_Wrapper>div:nth-child(6)::before {
    background-position: 75% 90%;
}

.accordion-trigger {
    scroll-margin-top: 20px;
}

.accordion-trigger {
    scroll-margin-top: 20px;
}

@media (min-width:992px) {
    .prices__Card_Wrapper {
        padding-inline: 116px;
    }
}

.prices__Card_Wrapper .session_Number {
    font-size: var(--fz-lg);
    font-weight: var(--fw-800);
    background: var(--bw-fade-2);
    width: 30px;
    display: inline-flex;
    height: 30px;
    border-radius: var(--border-radius-sm);
    align-items: center;
    justify-content: center;
}

.prices__Card {
    min-width: min(340px, 100%);
    border: 1px solid var(--card-color);
    border-radius: var(--border-radius-sm);
    overflow: hidden;
}

.prices__Card_Title {
    padding-block: 20px;
    background-color: var(--card-color);
}

.prices__Card_Desc {
    padding-block: 24px;
}

.prices__Card_Price {
    padding-block: 16px;
    background-color: var(--bw-fade-2);
}

.showmore-button .fa {
    margin-right: 0.5rem;
}

.homePgae__Video_Section {
    height: calc(100vh - 80px);
    height: calc(100svh - 80px);
    min-height: 550px;
    position: relative;
    z-index: 3;
}

.video__Wrapper {
    width: 100%;
    height: 100%;
}

.homePgae__Video_Section video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.videoSection__Content_Wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.videoSection__Content_Wrapper .video__Section_mottom {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-size: 30px;
    line-height: normal;
    font-weight: 800;
    width: 100%;
}

.videoSection__Content_Wrapper .video__Section_mottom h1 {
    color: var(--white);
    padding-bottom: 1.5rem;
    font-size: 34px;
}

.videoSection__Content_Wrapper .video__Section_Counter {
    width: 100%;
    position: absolute;
    top: 73%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cells_wrapper {
    row-gap: 1px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(20.100000381469727px);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.video__Section_Counter .counter__Cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    font-weight: bold;
    font-size: 20px;
    line-height: normal;
    padding-block: 1rem;
}

.video__Section_Counter .counter__Cell .counter__Num {
    font-size: 64px;
    line-height: normal;
    font-weight: 800 !important;
}

.video__Section_Counter .counter__Cell .counter__Title {
    font-size: 1rem;
    line-height: normal;
}

.homePgae__Video_Section .video__bottom_Link {
    position: absolute;
    left: 50%;
    bottom: 0;
    border-radius: 35px 35px 0px 0px;
    transform: translate(-50%);
    background: var(--white);
    color: var(--mc1);
    z-index: 2;
    width: 310px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    transition: 0.5s;
}

.homePgae__Video_Section .video__bottom_Link:hover {
    background: var(--bw-fade-3);
}

body:has(.homePgae__Video_Section) .tel-fix {
    transition: 0.5s;
    transform: translateY(100%);
}

body.page__Scrolled .tel-fix {
    transform: translate(0);
}

@media (min-width:992px) {
    .video__Section_Counter .counter__Cell {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .video__Section_Counter .counter__Cell .counter__Num {
        margin-left: 1rem;
    }
    .video__Section_Counter .counter__Cell .counter__Title {
        min-width: fit-content;
    }
}

@media (max-width:991px) and (min-width:576px) {
    .video__Section_Counter .counter__Cell .counter__Num {
        font-size: 25px;
    }
    .video__Section_Counter .counter__Cell .counter__Title {
        font-size: 1.5vw;
        text-align: center;
    }
    .video__Section_Counter .counter__Cell {
        flex-direction: column;
    }
    .video__Section_mottom>div {
        font-size: 1.5rem;
    }
    .homePgae__Video_Section .video__bottom_Link {
        width: 180px;
        height: 50px;
        font-size: 1rem;
        border-radius: 24px 24px 0px 0px;
    }
}

@media (max-width:767px) {
    .videoSection__Content_Wrapper .video__Section_mottom h1 {
        padding-bottom: 1rem;
        font-size: 22px;
    }
    .videoSection__Content_Wrapper .video__Section_Counter {
        background: transparent;
    }
    .videoSection__Content_Wrapper .video__Section_mottom {
        font-size: 16px;
        top: 26%;
    }
    .video__Section_Counter .counter__Cell {
        justify-content: start;
        column-gap: 5%;
    }
    .video__Section_Counter .counter__Cell {
        flex-direction: row;
    }
    .video__Section_Counter .counter__Cell .counter__Num {
        width: 20%;
        text-align: center;
        font-size: 25px;
    }
    .video__Section_Counter .counter__Cell .counter__Title {
        font-size: 12px;
    }
    .videoSection__Content_Wrapper .video__Section_Counter {
        top: 65%;
    }
    .homePgae__Video_Section .video__bottom_Link {
        width: 200px;
        height: 50px;
        font-size: 1rem;
        border-radius: 24px 24px 0px 0px;
    }
    .video__Section_mottom>div {
        font-size: 1.3rem;
        padding: 0 15px;
    }
}

.home__PersonelSlider_Wrapper {
    position: relative;
}

.personel__Slider_Item {
    overflow: hidden;
    position: relative;
    border: solid var(--bw-fade-3) 1px;
    border-radius: var(--border-radius-sm);
}

.personel__Title_Column .header__Tool_Item:hover {
    background-color: var(--mc1) !important;
    color: var(--white) !important;
}

.WB_Personel_Slider .slick-list {
    margin-inline: -0.5rem;
}

.personel__Image {
    width: 100%;
    transition: var(--transition);
    filter: grayscale(0.8);
    -webkit-filter: grayscale(0.8);
}

.personel__Slider_Item:hover .personel__Image {
    transform: scale(1.02);
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

@media (min-width:992px) {
    .home__PersonelSlider_Wrapper::before {
        content: "";
        width: 40%;
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background: url("lightBemanBakPattern.svg") no-repeat top center / cover;
    }
    .personel__Slider_Item {
        margin-inline: 0.5rem;
    }
}

@media (max-width:575px) {
    .WB_Personel_Slider {
        display: flex;
        overflow-x: scroll;
        padding-inline: 15px;
        margin-inline: -15px;
        column-gap: 1rem;
    }
    .personel__Slider_Item {
        min-width: 183px;
        width: 183px;
    }
}

.WB_Personel_Bubbles {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.personel__Bubble_Item {
    aspect-ratio: 1;
    width: 80px;
    border-radius: 50%;
    border: solid 1px var(--bw-fade-2);
    overflow: hidden;
    background-color: var(--white);
    filter: grayscale(1);
}

.personel__Bubble_Image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width:575px) {
    .WB_Personel_Bubbles {
        gap: 0.5rem;
    }
    .personel__Bubble_Item {
        width: 70px;
    }
}

.WB_Personel_Grid {
    display: grid;
    grid-auto-flow: dense;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(min(40%, 245px), 2fr));
}

.personel__Grid_Item {
    border-radius: var(--border-radius-sm);
    overflow: hidden;
    filter: grayscale(1);
    background-color: var(--bw-fade-2);
    border: var(--bw-fade-3) solid 1px;
    min-width: 245px;
    aspect-ratio: 5/6.2;
}

@media (max-width:991px) {
    .personel__Grid_Item {
        min-width: 125px;
    }
}

.WB_HomePage_Testmonial {
    padding: 2rem;
    border-radius: var(--border-radius);
    border: solid 1px var(--mc1);
    background-color: var(--bw-fade-2);
    overflow: hidden;
}

.WB_HomePage_Testmonial .home__Testemonial_Item {
    margin-top: unset !important;
    flex-direction: row !important;
}

.WB_HomePage_Testmonial .home__Testemonial_Image .slick-list {
    margin-inline: -0.5rem;
}

.home__Testemonial_Img {
    border-radius: var(--border-radius-sm);
    position: relative;
    z-index: 2;
    width: 100%;
}

.WB_HomePage_Testmonial .image__Item {
    margin-inline: 0.5rem;
    display: flex;
}

.WB_HomePage_Testmonial .home__Testemonial_Image .slick-dots {
    margin-top: calc(var(--bottom-space) / 1.5);
}

.WB_HomePage_Testmonial .info__Item.slick-current {
    transition-delay: 0.25s !important;
}

.Testemonial__info_Titles {
    border-bottom: solid 1px var(--bw-fade-5);
}

.testmonial__Quote {
    transform: translateY(-50%);
    background-color: var(--bw-fade-2);
}

.WB_HomePage_Testmonial .slick-dots button {
    width: 12px !important;
    height: 12px !important;
}

.WB_HomePage_Testmonial li.slick-active button {
    width: 1rem !important;
    height: 1rem !important;
}

@media (min-width:992px) {
    .home__Testemonial_Info {
        padding-right: 2rem !important;
    }
    .WB_HomePage_Testmonial {
        padding-right: 0;
    }
    .WB_HomePage_Testmonial .image__Item::before {
        content: "";
        min-width: 2rem;
        height: 100%;
        display: block;
    }
    .WB_HomePage_Testmonial .home__Testemonial_Img {
        width: calc(100% - 2rem);
    }
    .append__HomeTestmonial_Dots {
        margin-right: 2rem;
    }
}

@media (max-width:991px) {
    .WB_HomePage_Testmonial {
        padding: 1rem;
    }
    .WB_HomePage_Testmonial .home__Testemonial_Image .slick-dots {
        margin-bottom: 1rem;
    }
}

.contact__Info_Wrapper {
    border-radius: var(--border-radius);
    background-color: var(--bw-fade-2);
    position: relative;
    z-index: 2;
}

.contact__Image_Column img {
    border-radius: var(--border-radius-sm);
    max-width: unset;
}

.contact__Info_Item {
    display: flex;
}

.contact__Divider {
    border-color: var(--bw-fade-4);
}

.contact__Bottom {
    background: url("/Portals/0/Images/contactLocationBak.webp") no-repeat center;
    background-size: cover;
    height: 450px;
    display: block;
    border-radius: 0.5rem;
}

@media (min-width:992px) {
    .contact__Info_Wrapper {
        margin-left: -50px;
        padding: var(--title-space) 50px !important;
    }
    .contact__Image_Column img {
        width: calc(100% + 50px);
    }
}

@media (max-width:991px) {
    .contact__Info_Wrapper {
        padding: 1rem !important;
        margin-bottom: -2rem;
    }
    .contact__Image_Column img,
    .contact__Bottom {
        width: calc(100% + 30px) !important;
        transform: translate(+15px);
    }
}

.about_Image {
    border-radius: var(--border-radius-sm);
}

.about__Beman_BlackSpace {
    background: var(--mc1);
    position: relative;
    padding: 40px;
    border-radius: var(--border-radius-sm);
}

    .about__Beman_BlackSpace::before {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: url("./Vertex/footerPattern.svg") no-repeat;
        background-position: 60% 80%;
        background-size: 250%;
        opacity: 0.8;
    }

@media (max-width:991px) {
    .about__Beman_BlackSpace {
        padding: 40px 1rem;
    }
}

.service__pages_Group {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
    margin-inline: 0.75rem;
}

.about_servicePages_Slider {
    margin-inline: -0.75rem;
}

.ProductList.homeLatest {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.ProductList.homeLatest .ListCell {
    flex: 1;
}

.home_Portfolio_Footer>a {
    cursor: pointer;
    position: relative;
    font-size: var(--fz-lg-res);
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: color;
    margin-inline: auto;
    display: inline-block;
}

.home_Portfolio_Footer>a:focus:after,
.home_Portfolio_Footer>a:hover:after {
    width: 100%;
    left: 0%;
}

.home_Portfolio_Footer>a:after {
    content: "";
    pointer-events: none;
    bottom: -2px;
    left: 50%;
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: var(--tc1);
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: width, left;
}

@media (max-width:991px) {
    .ProductList.homeLatest .ListCell {
        min-width: 236px;
    }
    .ProductList.homeLatest {
        overflow-x: scroll;
        margin-inline: -15px;
        padding-inline: 15px;
    }
}

.grid_Services {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
    justify-content: center;
    justify-items: stretch;
}

.about_servicePages_Slider .wbSlides__Item,
.grid_Services .wbSlides__Item {
    border: 1px solid #dbdbdb;
    text-align: center;
    padding-inline: 1rem;
    padding-block: 2rem;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: var(--fz-sm);
    font-weight: var(--fw-600);
    color: var(--black);
    transition: var(--transition);
    height: min(200px, 25vh) !important;
    border-radius: var(--border-radius-sm);
    aspect-ratio: 1/1;
}

.grid_Services .wbSlides__Item span {
    height: 40px;
    line-height: 1.3;
}

@media (max-width:991px) {
    .grid_Services .wbSlides__Item {
        height: auto !important;
    }
    .grid_Services .wbSlides__Item span {
        height: auto;
    }
}

.grid_Services .wbSlides__Item.empty:nth-child(1) {
    grid-area: 1/1/2/1;
}

.grid_Services .wbSlides__Item.empty:nth-child(2) {
    grid-area: 1/7/1/8;
}

.grid_Services .wbSlides__Item.empty:nth-child(3) {
    grid-area: 3/1/3/1;
}

.grid_Services .wbSlides__Item.empty:nth-child(4) {
    grid-area: 3/7/3/8;
}

.grid_Services .wbSlides__Item.empty {
    border: none;
}

@media (min-width:992px) {
    @property --start {
        syntax: "<number>";
        inherits: true;
        initial-value: 0;
    }
    .grid_Services {
        --spread: 60;
        margin-bottom: 2rem;
    }
}

@media (max-width:991px) {
    .grid_Services {
        grid-template-columns: repeat(2, 1fr);
    }
    .grid_Services .wbSlides__Item.empty {
        display: none !important;
    }
}

.brand_Carousel {
    overflow: hidden;
    padding-block: 2rem;
    border: 1px solid var(--bw-fade-3);
    position: relative;
    border-radius: var(--border-radius-sm);
}

.brand_Carousel:is(::before,
::after) {
    content: "";
    z-index: 1;
    width: 1.5rem;
    position: absolute;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, var(--white) 75%);
}

.brand_Carousel::after {
    right: 0;
}

.brand_Carousel::before {
    left: 0;
    transform: rotate(180deg);
}

.brand_Carousel__Wrapper {
    width: max-content;
    display: flex;
    gap: 2.5rem;
    animation: brand-scroll 60s var(--animation-direction, forwards) linear infinite;
}

.brand_Carousel__Wrapper.bottom {
    --animation-direction: reverse;
    margin-top: 2.5rem;
}

.brand_Carousel .brands {
    padding: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: contain;
    object-position: center;
    width: 170px;
    height: 170px;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    transition: var(--transition);
}

.brand_Carousel .brands:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.brand_Carousel .brands img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width:991px) {
    .brand_Carousel .brands {
        width: 120px;
        height: 120px;
    }
    .brand_Carousel {
        border: none;
    }
    #brand-carousel {
        padding: 0;
    }
    .brand_Carousel__Wrapper {
        gap: 0.75rem;
        animation: brand-scroll-mobile 40s var(--animation-direction, forwards) linear infinite;
    }
    .brand_Carousel .brands {
        padding: 1rem;
    }
}

@keyframes brand-scroll {
    to {
        transform: translate(calc(50% + 1.25rem));
    }
}

@keyframes brand-scroll-mobile {
    to {
        transform: translate(calc(50% + 0.375rem));
    }
}

.work_Process_Wrapper {
    gap: 1.5rem;
    margin-inline: auto;
    margin-top: 2rem;
}

.work_Process>p {
    font-size: 4rem;
    color: #cdcdcd;
    text-align: center;
    transform: translateY(0.4rem);
    transition: var(--transition);
}

.work_Process {
    flex: 1;
}

.work_Process_Card {
    position: relative;
    text-align: center;
    z-index: 1;
    font-size: var(--fz-md);
    color: var(--mc1);
    padding-block: 1rem;
    padding-inline: 0.5rem;
    height: 110px;
    font-weight: var(--fw-600);
    border: 1px solid var(--bw-fade-3);
    background-color: var(--white);
    transition: var(--transition);
    display: flex;
    justify-content: center;
    align-items: center;
}

.work_Process:hover>p {
    color: var(--mc1);
}

.work_Process:hover .work_Process_Card {
    border-color: var(--mc1);
}

@media (max-width:991px) {
    .work_Process_Wrapper {
        margin-top: 0.5rem;
    }
    .work_Process_Wrapper .slick-track {
        padding-top: 1rem;
    }
    .work_Process>p {
        font-size: 3.125rem;
    }
    .work_Process {
        margin-inline: 1rem;
    }
    .work_Process_Wrapper .slick-list {
        margin-inline: -1rem;
    }
}

.outlook_Image {
    flex: 1;
}

.outlook_Image>img {
    border-radius: var(--border-radius-sm);
}

.outlook_Desc {
    flex: 1;
}

.outlook_Desc>p {
    line-height: 32px;
    font-size: var(--fz-md);
}

.outlook .second-row {
    margin-top: var(--main-space);
}

@media (max-width:991px) {
    .outlook .second-row {
        margin-top: var(--title-space);
    }
    .outlook {
        text-align: center;
    }
    .outlook_Desc {
        padding-inline: 0 !important;
    }
}

.WB_HiringJob_Links {
    display: grid;
    grid-auto-flow: dense;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 310px), 1fr));
}

.hiring__Card_Image {
    width: 100%;
}

.hiring__Job_Card {
    position: relative;
}

.hiring__Job_Title {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: fit-content;
}

@media (max-width:991px) {
    .hiring__Job_Card {
        --fz-md: 16px;
        --fz-sm: 14px;
    }
}

.faqPage__MainEffect .services_Faq__Wrapper {
    height: fit-content;
}

.threePane .DnnModule:has(.side__BlogSticky_Wrapper) {
    position: sticky;
    top: 7rem;
    transition: var(--transition);
}

.page__Scrolled_Down .threePane .DnnModule:has(.side__BlogSticky_Wrapper) {
    top: 1rem;
}

.side__Menu_Header {
    border-bottom: solid 1px var(--mc1);
    border-bottom: solid 1px var(--mc1);
    position: sticky;
    top: 0;
    background-color: var(--bw-fade-2);
    margin-inline: 1.5rem;
    padding-top: 1rem;
}

.side__Menu_Wrapper {
    background-color: var(--bw-fade-2);
    border-radius: var(--border-radius-sm);
    overflow-y: hidden;
    margin-bottom: 1.5rem;
    position: relative;
}

.WbSideMenu {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    font-size: var(--fz-md);
    font-weight: var(--fw-600);
    padding: 1.5rem;
    max-height: 420px;
    overflow-y: scroll;
}

.WbSideMenu::-webkit-scrollbar-track {
    background: transparent;
}

.WbSideMenu::-webkit-scrollbar {
    width: 4px;
}

.WbSideMenu::-webkit-scrollbar-thumb {
    background: #000;
}

.WbSideMenu::-webkit-scrollbar {
    width: 4px;
}

.SideMenu_Link>img {
    width: 2rem;
    height: 2rem;
    margin-left: 1rem;
}

.SideMenu_Item:hover {
    font-weight: var(--fw-800);
}

.sideMenu__Contact_Card {
    padding: 1rem 2rem;
    text-align: center;
    position: relative;
    background-color: var(--mc1);
    z-index: 2;
    border-radius: var(--border-radius-sm);
    overflow: hidden;
}

    .sideMenu__Contact_Card::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
        display: block;
        pointer-events: none;
        top: 0;
        left: 0;
        background: url("./Vertex/footerPattern.svg") no-repeat;
        background-size: 200%;
        background-position: 10% 80%;
        mask: linear-gradient( 69deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 49%, rgba(0, 0, 0, 1) 100%);
        -webkit-mask: linear-gradient( 69deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 49%, rgba(0, 0, 0, 1) 100%);
    }

.home__Sample_Wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--title-space) 1rem;
}

.home__Sample_Item {
    position: relative;
    width: 100%;
    perspective: 700px;
    --transition: 0.5s;
}

.item__Title_Card {
    width: 100%;
    height: fit-content;
    aspect-ratio: 3/2;
    position: relative;
    transform-origin: right;
    transform: rotateY(0);
    transition: var(--transition);
    border-radius: var(--border-radius);
    overflow: hidden;
}

.title__Card_Image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home__Sample_Item:hover .item__Title_Card {
    transform: rotateY(-15deg);
}

.title__Card_Wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    min-width: 100%;
    width: fit-content;
    height: fit-content;
    color: var(--white);
    padding: var(--title-space);
}

.title__Image_Wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.title__Image_Wrapper::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient( 297deg, rgba(0, 0, 0, 0.5) 37.46%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), rgba(211, 211, 211, 0) -102.611px 0px / 127.335% 100% no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.title__Card_Wrap hr {
    width: 50%;
}

.item__Screen_Card {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 35%;
    transition: var(--transition);
    transform-origin: left;
    transform: rotateY(0);
    opacity: 0;
    visibility: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.2));
}

.home__Sample_Item:hover .item__Screen_Card {
    opacity: 1;
    visibility: visible;
    transform: rotateY(20deg);
}

@media (max-width:991px) {
    .home__Sample_Wrapper {
        grid-template-columns: 1fr;
    }
}

.Services_Branding_Img {
    margin-inline: calc(50% - 50vw);
}

.Services_Branding_Img img {
    width: 100%;
}

.personal__Bio_Wrapper {
    position: relative;
    margin-top: -80px;
}

.personal__Info_eng {
    background: #484848;
    position: absolute;
    top: 91px;
    width: 391px;
    color: var(--bw-fade-1);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 1rem;
    z-index: -1;
    text-align: left;
}

.personal__Bio_Wrapper img {
    margin-right: auto;
    display: block;
}

.personal__Info_Wrapper {
    position: relative;
    color: var(--bw-fade-1);
    --icon-color: var(--bw-fade-1);
    --icon: 32px;
}

.personal__Info_Pic {
    position: absolute;
    bottom: 0;
    right: 212px;
    z-index: 1;
}

.personal__Info_Pic img {
    width: 325px;
    aspect-ratio: 1/2.1;
    object-fit: cover;
    object-position: center;
}

.personal__Info {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-inline: 60px;
    min-height: 165px;
    background-color: var(--bw-fade-7);
}

.personal__Info_Name {
    margin-right: 460px;
    color: var(--bw-fade-1);
}

.personal__Info_Name h3,
.personal__Info_eng h3 {
    font-size: 2rem;
    font-weight: var(--fw-700);
    margin-bottom: 0.5rem;
    color: var(--bw-fade-1);
}

.personal__Info_Name p,
.personal__Info_eng p {
    font-size: 1.5rem;
    font-weight: var(--fw-400);
}

.personal__Info_eng {
    z-index: 0;
}

.personal__Info_eng>div {
    margin-left: 1rem;
}

.personal__Desc p {
    font-size: 1.25rem;
    font-weight: var(--fw-400);
    line-height: 32px;
    color: #0b0b0b;
    text-align: justify;
}

.personal__Info_Socials {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.personal__Info_Socials a:hover {
    opacity: 0.7;
}

@media (max-width:991px) {
    .personal__Info_eng h3 {
        margin-bottom: 0;
    }
    .personal__Bio_Pattern {
        max-width: 100%;
        margin-right: auto;
        display: block;
        height: 320px;
        object-fit: cover;
    }
    .personal__Info_eng {
        width: 200px;
        left: 0;
        padding-block: 0.25rem;
        justify-content: end;
        z-index: 0;
    }
    .personal__Info_Socials {
        position: absolute;
        flex-direction: column;
        gap: 0.5rem;
        z-index: 3;
        right: 1rem;
        --icon: 18px;
    }
    .personal__Info {
        min-height: 70px;
        padding-inline: 1rem;
        padding-block: 0.25rem;
    }
    .personal__Info_Name {
        margin-right: 162px;
    }
    .personal__Info_Pic {
        right: 1rem;
        z-index: 1;
    }
    .personal__Info_Pic img {
        width: 175px;
    }
    .personal__Desc p {
        font-size: 0.875rem;
    }
    .personal__Info_Name h3,
    .personal__Info_eng h3 {
        font-size: 0.875rem;
    }
    .personal__Info_Name p,
    .personal__Info_eng p {
        font-size: 0.875rem;
    }
}

.personal__View_Sm {
    max-width: 872px;
}

.personal__Img_Gallery_Wrapper h3,
.personal__Resume_Wrapper h3 {
    color: var(--mc1);
    text-align: center;
    font-size: 1.5rem;
    font-weight: var(--fw-800);
    margin-bottom: 1.5rem;
}

.personal__Resumes_Card {
    display: flex;
    align-items: stretch;
    margin-bottom: 1rem;
    border: 1px solid var(--mc1);
    border-radius: var(--border-radius);
    overflow: clip;
    height: 7.8125rem;
    --icon: 24px;
    --icon-color: var(--bw-fade-1);
}

.resume_Card_Header {
    background-color: var(--mc1);
    color: var(--bw-fade-1);
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    padding-block: 1.625rem;
}

.resume_Card_Header p {
    font-weight: var(--fw-600);
    font-size: 20px;
}

.resume_Card_Header .resume_Card_Header_Title {
    font-size: 2rem;
}

.resume_Card_Desc {
    padding-block: 1rem;
    padding-inline: 1.5rem;
    font-size: 1rem;
    line-height: 28px;
    font-weight: var(--fw-400);
    display: grid;
    place-items: center;
    width: 70%;
}

@media (max-width:991px) {
    .resume_Card_Header img {
        width: 24px;
        aspect-ratio: 1/1;
    }
    .personal__Resumes_Card {
        flex-direction: column;
        height: auto;
        --icon: 10px;
    }
    .resume_Card_Header {
        flex-direction: row;
    }
    .resume_Card_Desc,
    .resume_Card_Header {
        width: 100%;
    }
    .resume_Card_Header.resume_Card_Header p {
        font-size: 0.875rem;
    }
}

.personal__Resume_Wrapper,
.personal__Desc {
    margin-bottom: 4rem;
}

.personal__Img_Gallery_Wrapper h3 {
    color: var(--mc1);
    text-align: center;
    font-size: 1.5rem;
    font-weight: var(--fw-800);
    margin-bottom: 1.5rem;
}

.personal__Img_Gallery {
    line-height: 0;
    column-count: 3;
    column-gap: 1rem;
    row-gap: 1rem;
}

.personal__Img_Gallery img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 1rem;
    border-radius: 1rem;
}

.personal__Img_Gallery img.video {
    margin-bottom: 0;
}

.personal__Img_Gallery .video_Wrapper {
    margin-bottom: 1rem;
    position: relative;
    border-radius: 1rem;
    overflow: clip;
}

.personal__Img_Gallery .video_Wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: black;
    opacity: 0.5;
}

.personal__Img_Gallery img.playBtn {
    position: absolute;
    width: 54px !important;
    aspect-ratio: 1/1;
    right: 50%;
    translate: 50% 50%;
    margin-bottom: 0 !important;
    bottom: 50%;
}

@media (max-width:991px) {
    .personal__Img_Gallery {
        column-count: 2;
    }
    .personal__Img_Gallery_Wrapper h3 {
        font-size: 1rem;
    }
}

.brandname_Intro {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.brandname_Intro p {
    color: #616161;
    font-size: var(--fz-md);
    font-weight: var(--fw-600);
    line-height: 32px;
}

.brandname_Intro>div {
    flex: 1;
}

.brandname_Intro__Video {
    border-radius: var(--border-radius);
    overflow: clip;
    position: relative;
    display: block;
}

.brandname_Intro__Video img {
    filter: grayscale(1);
}

.brandname_Intro__Video .WbIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    --icon: 64px;
    --icon-color: #fff;
}

@media (max-width:991px) {
    .brandname_Intro {
        flex-direction: column;
    }
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: none !important;
}

.fancybox__html5video,
.fancybox__iframe {
    border-radius: 1rem;
}

.fancybox__track {
    position: relative;
}

.fancybox__track::after {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 25vw;
    height: 80%;
    display: inline-flex;
    vertical-align: middle;
    background: linear-gradient(90deg, #fff 0%, #ffffff3b 85%);
    mask: url("/Portals/0/images/fancy-pattern-left.svg") no-repeat center;
    mask-size: cover;
    -webkit-mask: url("/Portals/0/images/fancy-pattern-left.svg") no-repeat center;
    -webkit-mask-size: cover;
    opacity: 0.75;
}

.fancybox__track::before {
    content: "";
    right: 0;
    bottom: 0;
    position: absolute;
    width: 25vw;
    height: 80%;
    display: inline-flex;
    vertical-align: middle;
    background: linear-gradient(90deg, #fff 0%, #ffffff4d 85%);
    mask: url("/Portals/0/images/fancy-pattern-left.svg") no-repeat center;
    mask-size: cover;
    -webkit-mask: url("/Portals/0/images/fancy-pattern-left.svg") no-repeat center;
    -webkit-mask-size: cover;
    opacity: 0.7;
    scale: -1;
}

html[lang="ar-AE"] .grid_Services .wbSlides__Item.empty:nth-child(3) {
    grid-area: 2/1/3/1;
}

html[lang="ar-AE"] .grid_Services .wbSlides__Item.empty:nth-child(4) {
    grid-area: 2/7/3/8;
}

html[lang="ar-AE"] .video__Section_Counter .counter__Cell {
    justify-content: flex-start;
    padding-inline: clamp(1rem, 20vw, 6rem);
}

.arabic-advice-button {
    max-width: 36px;
}

.arabic-starthere-button {
    min-width: 120px;
}

.tabid-230 #dnn_ctr1090_ContentPane {
    padding: 16px;
}

.course__Form {
    border: 2px solid #712893;
    border-radius: 10px;
    padding: 56px 43px;
    width: 93%;
    margin-bottom: 30px;
}

.course__Form .ttlInfo h3 {
    font-weight: 700 !important;
    font-size: 24px;
}

.ttlInfo {
    display: inline-block;
    background: white;
    transform: translateY(-75px);
    padding: 0 10px;
}

.row.course__Info {
    transform: translateY(-60px);
    display: flex;
    padding-bottom: 4rem;
}

.row.course__Info .col-md-4 {
    position: absolute;
    left: -15%;
}

.course__Info__Goals {
    display: flex;
    justify-content: flex-start;
    padding-left: 20px;
}

.course__Info_ttl {
    font-size: 18px;
    margin-bottom: 0.5rem;
}

.course__Info_ttl h4 {
    font-weight: 700 !important;
    padding-bottom: 0.5rem;
}

.course__Info__Goals .course__Goal {
    margin-left: 31px;
    color: #8a8a8a;
    font-size: 16px;
}

.course__Info__Goals .course__Goal:last-child {
    margin: 0;
}

.course__Info__Goals .course__Goal p {
    position: relative;
    padding-right: 10px;
    font-size: 14px !important;
    margin-bottom: 10px;
}

.course__Info__Goals .course__Goal p:before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    background: #712893;
    top: 10px;
    right: 0;
    border-radius: 50%;
}

.course__Form .LiveForm.Default .thank-you p {
    font-size: 14px !important;
}

.Beman__Logos {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.Beman__Logos>div {
    margin: 0 16px;
}

.course__Form .LiveForm.Default .bSubmit:hover {
    box-shadow: none !important;
    background-color: #712893 !important;
}

.course__Info__Goals .course__Goal p span {
    color: #712893;
}

.course__Banner {
    background: url("/Portals/_default/skins/armcade970617/Images/2.jpg") no-repeat top right;
    background: radial-gradient(#eaeaec 50%, #dacde3);
    display: flex;
    flex-direction: column;
    width: 460px;
    padding: 30px 32px 0;
    border-radius: 10px;
}

.course__Banner.WorkShop-ba5 {
    padding: 0;
    overflow: hidden;
}

.course__Gallery__Content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width:991px) {
    .course__Gallery__Content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:575px) {
    .course__Gallery__Content {
        grid-template-columns: repeat(1, 1fr);
    }
}

.logoBeman {
    text-align: left;
    padding-bottom: 50px;
}

.course__Banner__ttl {
    font-size: 25px;
    font-weight: bold !important;
    line-height: 36px;
    margin: 1rem 0;
    text-align: center;
}

.course__Banner__Img img {
    text-align: center;
    width: 396px;
    mix-blend-mode: darken;
    max-width: 100%;
}

.course__Banner__Time {
    padding-top: 66px;
    display: flex;
    justify-content: space-evenly;
    font-weight: 700 !important;
}

.course__Banner__Date p,
.course__Banner__Date__Wrapper span {
    font-weight: bold;
    font-weight: 700 !important;
}

.course__Banner__Date__Wrapper {
    display: flex;
}

.course__Banner__Date__Wrapper>span:last-child {
    display: flex;
    flex-direction: column;
    margin-right: 4px;
}

.beman__Social {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding-top: 50px;
    padding-bottom: 27px;
}

.beman__Social a {
    color: black;
}

.course__Banner__Date.first {
    text-align: left;
}

.border {
    width: 1px;
    background: #712893;
    margin: 0 8px;
}

span.WbIcon.contactUs_Icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    display: inline-block;
    background: var(--mc2);
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: cover;
    -webkit-mask-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.beman__Social>div {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

li#Field_1090_11 {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-100%, 93%);
}

.course__Form .LiveForm.Default .Field label {
    transform: translate(-18px, 14px);
    background: white;
    width: auto !important;
    display: inline-block;
    padding: 0 8px !important;
    color: #8a8a8a;
    font-weight: 700 !important;
    font-size: 14px;
}

.course__Form .LiveForm.Default input,
.course__Form .LiveForm.Default select,
.course__Form .LiveForm.Default textarea {
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    padding: 12px 24px;
    font-family: "IRANSans" !important;
    color: #1f1f1f;
    font-weight: 700 !important;
    font-size: 14px;
}

.course__Form .LiveForm.Default textarea {
    height: 205px;
    resize: none;
}

.course__Form .LiveForm.Default input,
.course__Form .LiveForm.Default select:not([size]) {
    height: 48px;
}

.course__Form .LiveForm.Default ul.page-break-section .Field {
    padding: 5px 0 0 15px;
}

.course__Form .LiveForm.Default ul.page-break-section,
.course__Form .LiveForm.Default .thank-you {
    background: none !important;
    box-shadow: none;
    padding: 0;
    border-top: 2px dashed #712893;
    padding-top: 27px;
}

.course__Form li#Field_1090_12 {
    padding-left: 14px;
    padding-top: 22px;
}

.course__Form .LiveForm.Default .bSubmit {
    background: #712893 !important;
    border-radius: 4px;
    color: #ffffff !important;
    border: none !important;
    padding: 8px 29px !important;
}

.course__Form .LiveForm.Default .Field.Required input {
    border-right: 1px solid #dbdbdb !important;
    border-left: 1px solid #dbdbdb !important;
    padding: 12px 24px !important;
}

.course__Form .LiveForm.Default input.error,
.course__Form .LiveForm.Default textarea.error,
.course__Form .LiveForm.Default select.error {
    border: 1px solid #dbdbdb;
    border-radius: 4px;
}

.course__Form .LiveForm.Default .Field label.error {
    font-size: 14px;
    line-height: 22px;
    padding-right: 20px !important;
    color: black;
}

.course__Form .LiveForm.Default .Field label.error:before {
    content: "";
    width: 28px;
    height: 26px;
    display: inline-block;
    position: absolute;
    right: -20px;
    background: url("/Portals/_default/skins/armcade970617/Images/error.svg") no-repeat center;
    top: -3px;
}

.beman__Social__tel a,
.beman__Social__insta a {
    position: relative;
    padding: 15px;
    padding-left: 25px;
    font-size: 20px;
}

.beman__Social__tel a:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    background: url("/Portals/_default/skins/armcade970617/Images/tel.svg") no-repeat center;
    top: 18px;
}

.beman__Social__insta a:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    background: url("/Portals/_default/skins/armcade970617/Images/insta.svg") no-repeat center;
    top: 18px;
}

.beman__Social__tel a:hover,
.beman__Social__insta a:hover {
    color: #712893;
    transition: all 0.5s ease;
}

.course__Gallery {
    margin: 32px 0 64px;
}

.course__Gallery__Card {
    padding: 12px !important;
    position: relative;
    float: right;
}

.course__Gallery__Card a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding: 0;
}

.course__Gallery__Card img {
    max-width: 100%;
}

.course__Gallery__Card a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #712893b3 url("/Portals/_default/skins/wb-skin1402/css/Images/search.svg") center no-repeat;
    background-size: 32px;
    opacity: 0;
    transition: 0.5s;
    position: absolute;
    left: 0;
    top: 0;
}

.course__Gallery__Card a:hover::before {
    opacity: 1;
}

#LiveForm1090,
#LiveForm1111 {
    position: relative;
}

#LiveForm1090 .formOverlay {
    position: absolute;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

#LiveForm1090 .formOverlay h4 {
    font-size: 24px;
    font-weight: bold;
    margin: 8px 0;
    line-height: normal;
}

#LiveForm1090 .formOverlay p {
    text-decoration: underline !important;
    color: #6f2893;
    margin-bottom: 16px;
}

.goToCourseGallery {
    cursor: pointer;
}

.second__Course .logoBeman {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-bottom: 0;
}

.second__Course .logoBeman__txt {
    font-size: 16px;
    font-weight: 900 !important;
    padding-bottom: 10px;
    color: #752c97;
    text-align: right;
}

.Banner__txt p {
    font-size: 15px !important;
    font-weight: 900 !important;
    padding-bottom: 0;
    color: #752c97;
    text-align: right;
}

.course__Form .LiveForm.Default ul.page-break-section {
    display: flex;
    flex-wrap: wrap;
}

.course__Form .LiveForm.Default ul.page-break-section .Field.Textbox:nth-child(1),
.course__Form .LiveForm.Default ul.page-break-section .Field.Textbox:nth-child(2) {
    width: 50% !important;
}

.course__Form .LiveForm.Default ul.page-break-section .Field.Textbox:nth-child(3),
.course__Form .LiveForm.Default ul.page-break-section .Field.Textbox:nth-child(4),
.course__Form .LiveForm.Default ul.page-break-section .Field.Textbox:nth-child(5) {
    width: 33.33% !important;
}

.course__Form .LiveForm.Default ul.page-break-section .Field.Textarea,
.course__Form .LiveForm.Default ul.page-break-section .Field.Textarea textarea,
.course__Form .LiveForm.Default ul.page-break-section .Field.Textarea .Field-Container-Wide {
    width: 100% !important;
}

.course__Form .LiveForm.Default ul.page-break-section .Field.Textbox:nth-child(2),
.course__Form .LiveForm.Default ul.page-break-section .Field.Textbox:nth-child(5),
.course__Form .LiveForm.Default ul.page-break-section .Field.Textarea,
.course__Form .LiveForm.Default ul.page-break-section .Field.Submitbutton {
    padding-left: 0;
}

.course__Form .LiveForm.Default .thank-you>h2 {
    padding-top: 1rem;
}

.workshopbanner_Descktop {
    border-radius: 1rem;
    overflow: hidden;
}

.workshopbanner_Mobile_Wrapper {
    position: fixed;
    inset: 0;
    z-index: 1000;
}

.workshopbanner_Mobile__Shadow {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.workshopbanner_Mobile {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    padding: 2rem 1rem;
    width: 100%;
    max-width: 440px;
}

.workshopbanner_Mobile a {
    display: block;
}

.workshopbanner_Mobile__Close {
    position: absolute;
    top: 3rem;
    right: 2rem;
}

body:has(.personal_Landing) {
    position: relative;
}

body:has(.personal_Landing)::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 851px;
    height: 734px;
    background: url("/Portals/0/Images/personal-landing-effect.svg") no-repeat center;
    background-size: cover;
    z-index: 1;
    opacity: 70%;
}

.personal_Landing {
    margin-top: -5rem;
    position: relative;
    z-index: 2;
}

.personal_Info {
    margin-top: 28rem;
}

.personal_Info h1 {
    font-size: 55px;
    font-weight: var(--fw-700);
    color: var(--black);
    line-height: 85px;
    padding-bottom: 1.25rem !important;
}

.personal_Info p {
    font-size: 40px;
    color: var(--black);
}

.personal_Info img {
    margin-right: auto;
    margin-top: 2.5rem;
}

.personal_Info a {
    --icon: 51px;
    background-color: var(--black);
}

.personal_Info>div {
    width: max-content;
}

.personal_Info__Socials {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.5rem;
    width: 100% !important;
}

.personal_Info {
    width: max-content;
}

.personal_Info__Socials .btnStyle_Primary {
    padding-inline: 1rem;
    padding-block: 0.5rem;
    --icon: 34px;
}

.personal_Landing__Text {
    margin-top: 5rem;
}

.personal_Landing__Text p,
.personal_Landing__Text h4 {
    text-align: justify;
    line-height: 40px;
    font-size: 22px;
    color: #0b0b0b;
}

.personal_Landing__Text h4 {
    font-weight: var(--fw-700);
    padding: 2rem 0 1.5rem;
}

.personal_Landing__adviceFields {
    margin: 5rem 0 8.5rem;
    padding: 0 3.25rem !important;
}

.personal_Landing__adviceFields__Image {
    width: 100%;
    border: 15px solid #f0f0f0;
    border-radius: 50%;
}

.personal_Landing__adviceFields__Image img {
    width: 100%;
}

.personal_Landing__Resume .col-lg-3,
.personal_Landing__Resume .col-lg-4 {
    display: flex;
    align-items: end;
}

.personal_Landing__adviceFields h4,
.personal_Landing__Resume h4 {
    font-size: 45px;
    color: #0b0b0b;
    padding-bottom: 4.25rem;
}

.personal_Landing__Resume h4 {
    padding-bottom: 0;
}

.personal_Landing__adviceFieldList.startAnimation .personal_Landing__adviceField__Progress {
    animation: advicefieldProgress 1s ease forwards;
}

@keyframes advicefieldProgress {
    0% {
        width: 0;
    }
    100% {
        width: var(--progress-bar-width);
    }
}

.personal_Landing__adviceField:not(:last-child) {
    margin-bottom: 3rem;
}

.personal_Landing__adviceField__Info {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.personal_Landing__adviceField__Title {
    font-size: 25px;
    line-height: 39px;
    color: #0b0b0b;
}

.personal_Landing__adviceField__Percent {
    position: absolute;
    top: 50%;
    right: var(--progress-bar-width);
    translate: 100% -50%;
    font-size: 25px;
    color: #cacaca;
    opacity: 0;
    scale: 0;
}

.personal_Landing__adviceFieldList.startAnimation .personal_Landing__adviceField__Percent {
    animation: advicefieldProgressPercent 0.3s ease 1s forwards;
}

@keyframes advicefieldProgressPercent {
    0% {
        opacity: 0;
        scale: 0;
    }
    100% {
        opacity: 1;
        scale: 1;
    }
}

.personal_Landing__adviceField__Tape {
    position: relative;
    height: 22px;
    background-color: #cacaca;
    border-radius: 100px;
    margin-top: 1rem;
}

.personal_Landing__adviceField__Progress {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: var(--black);
    border-radius: 100px;
    width: 0;
}

.personal_Landing__Resume .row,
.personal_Landing .row {
    margin: 0 !important;
}

.personal_Landing__Resume__Image {
    filter: grayscale(100%);
}

.personal_Landing__ResumeList {
    padding: 3.25rem 0 3rem;
}

.personal_Landing__ResumeBox:not(:last-child) {
    margin-bottom: 2.5rem;
}

.personal_Landing__ResumeBox {
    display: flex;
    height: 137px;
    width: 872px;
    border-radius: 1rem;
    overflow: hidden;
}

.personal_Landing__Resume .col-lg-8 .personal_Landing__ResumeBox {
    width: 800px;
}

.personal_Landing__ResumeBox:nth-child(2) {
    margin-right: 7rem;
}

.personal_Landing__Resume .col-lg-8 .personal_Landing__ResumeBox:nth-child(2) {
    margin-right: 4.5rem;
}

.personal_Landing__ResumeBox__Title {
    width: 220px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--black);
    color: var(--white);
    font-size: 20px;
    font-weight: var(--fw-600);
}

.personal_Landing__Resume .col-lg-8 .personal_Landing__ResumeBox__Title {
    width: 200px;
}

.personal_Landing__ResumeBox__Content {
    width: 652px;
    height: 100%;
    background-color: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
    font-size: 16px;
    line-height: 28px;
    color: var(--black);
    padding: 0 1.5rem;
}

.personal_Landing__Resume .col-lg-8 .personal_Landing__ResumeBox__Content {
    width: 600px;
}

.personal_Landing__ServicesPrice .prices__Card_Price {
    display: none;
}

.personal_Landing__ServicesPrice__Title {
    width: 100%;
    padding: 2rem 0;
    text-align: center;
    background-color: var(--black);
    border-radius: 25px 25px 0px 0px;
    font-size: 30px;
    color: var(--white);
}

.personal_Landing__ServicesPrice__List {
    width: calc(100% - 90px);
    margin: 0 auto;
    position: relative;
    padding: 8rem 3.5rem 8rem;
    background: url("/Portals/0/Images/personal-landing-services.jpg") no-repeat center;
    background-size: cover;
    border-radius: 0px 0px 25px 25px;
}

.personal_Landing__ServicesPrice__List::before,
.personal_Landing__ServicesPrice__List::after {
    content: "";
    width: 45px;
    height: 26px;
    background-color: #444444;
    position: absolute;
    left: 100%;
    top: -1px;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.personal_Landing__ServicesPrice__List::after {
    left: unset;
    right: 100%;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.personal_Landing__ServicesPrice__List .prices__Card_Wrapper {
    justify-content: center;
}

.personal_Landing__ServicesPrice__List .prices__Card_Desc {
    background-color: var(--white);
}

.personal_Landing__Advice {
    margin-top: 3.5rem;
}

.personal_Landing__Advice:has(.thank-you) .personal_Landing__Advice__Text {
    display: none;
}

.personal_Landing__Advice h2,
.personal_Landing__Advice p {
    text-align: center;
}

.personal_Landing__Advice__Form .LiveForm.Default ul.page-break-section .Field {
    padding: 12px 0;
}

.personal_Landing__Advice__Form .Field input:not([type="submit"]),
.personal_Landing__Advice__Form .nice-select {
    border: 1px solid #bcbaba !important;
    border-radius: 8px !important;
    height: 58px;
    padding: 0.75rem 1rem !important;
    font-size: 16px;
    line-height: 32px;
    color: #8a8a8a;
}

.personal_Landing__Advice__Form .current {
    font-size: 16px;
    line-height: 32px;
    color: #8a8a8a;
}

.personal_Landing__Advice__Form .LiveForm.Default .Field input[type="submit"] {
    border-radius: 8px;
    border: 1px solid var(--black) !important;
    background-color: var(--black);
    font-size: 18px;
    color: var(--white);
    width: 100% !important;
    height: 58px !important;
}

.personal_Landing__Advice__Form .LiveForm.Default .Field input[type="submit"]:hover {
    background-color: var(--white) !important;
    color: var(--black);
}

.personal_Landing__Comments h4 {
    font-size: 30px;
    line-height: 47px;
    color: var(--black);
    text-align: center;
    padding-top: 2.5rem;
    padding-bottom: 5.5rem;
}

@media (max-width:991px) {
    .personal_Landing__Resume__Image {
        display: none;
    }
    .personal_Landing__adviceFields h4,
    .personal_Landing__Resume h4 {
        font-size: 25px;
        text-align: center;
    }
    .personal_Landing__ResumeList {
        padding: 1.5rem 0 4rem;
    }
    .personal_Landing__ResumeBox:not(:last-child) {
        margin: 0 0 1rem;
    }
    .personal_Landing__ResumeBox {
        flex-direction: column;
        width: 100% !important;
        height: auto;
    }
    .personal_Landing__ResumeBox__Title {
        width: 100% !important;
        height: 4rem;
        border-radius: 1rem 1rem 0 0;
        font-size: 18px;
    }
    .personal_Landing__ServicesPrice__Title {
        font-size: 20px;
        padding: 1.5rem 0;
    }
    .personal_Landing__Comments h4 {
        font-size: 20px;
        padding: 0 2rem;
    }
    .personal_Landing__ServicesPrice__List {
        padding: 3rem 2rem;
    }
    .personal_Landing__ResumeBox__Content {
        width: 100% !important;
        height: auto;
        padding: 1rem;
        border-radius: 0 0 1rem 1rem;
    }
    .personal_Landing__Resume .col-lg-8 .personal_Landing__ResumeBox:nth-child(2) {
        margin-right: 0;
    }
    .personal_Info {
        margin-top: 3rem;
    }
    .personal_Info h1 {
        font-size: 45px;
        padding-bottom: 0 !important;
    }
    .personal_Info p {
        font-size: 20px;
    }
    .personal_Info__Socials {
        margin-top: 2rem;
        margin-right: auto;
    }
    .personal_Landing__Text {
        margin-top: 3rem;
    }
    .personal_Landing__Text p,
    .personal_Landing__Text h4 {
        font-size: 16px;
    }
    .personal_Landing__adviceFields__Image {
        border-color: #efaf39;
    }
    .personal_Landing__adviceFields h4 {
        padding: 4rem 0 3rem;
    }
    .personal_Landing__adviceField__Title {
        font-size: 18px;
    }
    .personal_Landing__adviceField__Percent {
        font-size: 14px;
    }
    .personal_Landing__Text h4 {
        padding: 1.25rem 0 0.5rem;
    }
    .personal_Landing__adviceFields {
        padding: 0 !important;
        margin: 4rem 0;
    }
    .personal_Landing__adviceField:not(:last-child) {
        margin-bottom: 2.5rem;
    }
}

@media (max-width:575px) {
    .personal_Landing__adviceField__Percent {
        top: 110%;
    }
    .personal_Landing__ServicesPrice__List {
        padding: 2rem 1rem;
    }
    .personal_Landing__ServicesPrice__List {
        width: calc(100% - 50px);
    }
    .personal_Landing__ServicesPrice__List::before,
    .personal_Landing__ServicesPrice__List::after {
        width: 25px;
    }
    body:has(.personal_Landing)::before {
        width: 50%;
        height: 500px;
    }
}

@media (min-width:1600px) {
    .row.course__Info .col-lg-4 {
        left: -15%;
        translate: 0 4rem;
        position: absolute;
    }
    .row.course__Info .col-lg-8 {
        flex: 0 0 82%;
        max-width: 82%;
    }
    .course__Form div#dnn_ctr1090_ModuleContent,
    .course__Form div#dnn_ctr1111_ModuleContent {
        width: 75%;
        margin-top: -31px;
    }
    .course__Form {
        min-height: 900px;
        margin-top: 4rem;
    }
    .course__Form.newVersion .LiveForm .page-break-section {
        width: 80%;
    }
    .row.course__Info {
        padding-bottom: 0;
    }
    .course__Form.newVersion .imgWrapper {
        transform: translate(-50px, 0);
        border-radius: 10px;
        overflow: hidden;
    }
    .course__Form .LiveForm.Default ul.page-break-section {
        width: 82% !important;
    }
    .course__Info .col-md-8 {
        flex: 0 0 82%;
        max-width: 82%;
    }
    .course__Form .LiveForm.Default .thank-you {
        margin-top: 0;
        width: 82%;
    }
}

@media (max-width:1599px) {
    .course__Form {
        margin-top: 7rem;
        width: 100%;
    }
    .course__Info__Goals {
        flex-direction: column;
    }
    .row.course__Info .col-md-4 {
        position: static;
    }
    .logoBeman {
        padding-bottom: 30px;
    }
    .course__Banner__ttl {
        font-size: 25px;
        line-height: 36px;
        margin: 1rem 0;
    }
    .course__Banner__Time {
        padding-top: 44px;
    }
    .beman__Social {
        padding-top: 28px;
        padding-bottom: 10px;
    }
    .course__Banner,
    .course__Form.newVersion .imgWrapper {
        transform: translate(25px, -100px);
        width: 117%;
        border-radius: 10px;
    }
    .course__Form.newVersion .imgWrapper {
        overflow: hidden;
        margin-top: 3rem;
    }
    .row.course__Info {
        margin-right: 0;
        margin-left: 0;
    }
    .row.course__Info {
        padding-right: 0;
    }
    .course__Form .LiveForm [class*="form-col-"] {
        width: 50% !important;
    }
    li#Field_1111_7 {
        width: 100% !important;
    }
    .course__Form .LiveForm.Default ul.page-break-section,
    .course__Form .LiveForm.Default .thank-you {
        margin-top: -15%;
    }
    li#Field_1090_11 {
        transform: translate(-100%, 85%);
    }
    li#Field_1090_7,
    li#Field_1090_8 {
        width: 25% !important;
    }
    .course__Form li#Field_1090_12 {
        margin-top: 30px;
    }
}

@media (min-width:992px) and (max-width:1599x) {
    .row.course__Info .col-md-4 {
        position: static;
        width: 50% !important;
    }
    .course__Banner {
        width: 460px !important;
    }
    .course__Form .LiveForm.Default ul.page-break-section,
    .course__Form .LiveForm.Default .thank-you:not(.course__Form.newVersion) {
        margin-top: -15%;
    }
    li#Field_1090_11 {
        transform: translate(-100%, 87%);
    }
    .course__Form li#Field_1090_12 {
        width: 50% !important;
    }
}

@media (max-width:991px) {
    .course__Banner {
        transform: translate(0, 0.5rem);
        width: 145%;
        padding: 1rem 0.75rem 0;
    }
    .course__Form .LiveForm.Default ul.page-break-section .Field.Textbox:nth-child(1),
    .course__Form .LiveForm.Default ul.page-break-section .Field.Textbox:nth-child(2),
    .course__Form .LiveForm.Default ul.page-break-section .Field.Textbox:nth-child(3),
    .course__Form .LiveForm.Default ul.page-break-section .Field.Textbox:nth-child(4),
    .course__Form .LiveForm.Default ul.page-break-section .Field.Textbox:nth-child(5),
    .course__Form .LiveForm.Default ul.page-break-section .Field.Submitbutton {
        width: 100% !important;
        padding-left: 0;
    }
    .Beman__Logos {
        margin-bottom: 7rem;
    }
    .course__Form .LiveForm.Default .thank-you>h2 {
        padding-top: 0;
    }
}

@media (max-width:768px) {
    .row.course__Info {
        flex-direction: column-reverse;
    }
    .row.course__Info .col-md-4,
    .row.course__Info .col-md-10 {
        width: 100%;
        padding: 0;
    }
    .course__Form .LiveForm.Default ul.page-break-section .Field {
        padding: 0;
    }
    .row.course__Info .col-md-4 {
        display: flex;
        justify-content: center;
    }
    .ttlInfo {
        display: none;
    }
    .course__Banner,
    .course__Form.newVersion .imgWrapper {
        transform: translate(0px, -45px);
        width: 100%;
    }
    .row.course__Info {
        padding-bottom: 0;
    }
    .course__Info__Goals {
        padding: 0;
    }
    .course__Info .col-lg-4 {
        padding: 0;
    }
    .course__Form .LiveForm.Default ul.page-break-section,
    .course__Form .LiveForm.Default .thank-you:not(.course__Form.newVersion) {
        margin-top: -10%;
    }
    .course__Form .LiveForm [class*="form-col-"] {
        width: 100% !important;
    }
    li#Field_1090_7,
    li#Field_1090_8 {
        width: 100% !important;
    }
    li#Field_1090_11 {
        position: static;
        transform: none;
    }
    .course__Form {
        padding: 56px 1rem;
        margin-top: 5rem;
    }
    .row.course__Info .col-lg-8 {
        padding: 0;
    }
    .course__Banner__ttl {
        font-size: 22px;
        line-height: 50px;
    }
    .course__Banner__Img img {
        width: 100%;
    }
    .course__Banner__Date p {
        font-size: 13px !important;
        line-height: 20px !important;
    }
    .beman__Social__tel a,
    .beman__Social__insta a {
        font-size: 13px;
    }
    .beman__Social__tel a,
    .beman__Social__insta a {
        padding-right: 0;
    }
    .course__Form li#Field_1090_12 {
        padding-left: 0;
    }
    .course__Form .LiveForm.Default .Field label {
        font-size: 12px;
    }
    .second__Course .logoBeman {
        flex-direction: column-reverse;
        align-items: center;
        padding-bottom: 0;
    }
    .second__Course .logoBeman__txt {
        padding-bottom: 0;
        padding-top: 10px;
        text-align: center;
    }
    .second__Course .Banner__txt p {
        text-align: center;
    }
    .DnnModule-1111 .course__Info_ttl h4:first-child {
        display: none;
    }
    .second__Course .logoBeman img {
        width: 120px;
    }
    html[lang="ar-AE"] .video__Section_Counter .counter__Cell {
        justify-content: flex-start;
        padding-inline: clamp(1rem, 20vw, 1rem);
    }
}

@media (max-width:498px) {
    .row.course__Info .col-md-4,
    .row.course__Info .col-md-10 {
        width: 100%;
    }
}

.logolounge_hero {
    width: 100%;
    height: calc(100vh - 103px);
    position: relative;
    max-height: 800px;
}

.logolounge_hero_video {
    object-fit: cover;
    object-position: top;
}

.logolounge_hero_information_wrapper {
    position: absolute;
    display: flex;
    flex-direction: row-reverse;
    top: 0;
    max-width: 1320px;
    justify-self: center;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: start;
    height: 100%;
    width: 100%;
    padding: 0 15px;
}

.logolounge_hero_information {
    color: #e4b565;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 16px;
    font-size: 32px;
    font-weight: 800;
}

.logolounge_cup_image {
    position: absolute;
    left: 0;
    animation: upanddown 5s infinite;
    scale: 0.9;
    bottom: 50%;
    transform: translate(0, 37%);
    transition: scale 0.2s ease;
}

.logolounge_hero_title {
    background: linear-gradient(90deg, #91714b, #e4b565, #ca994c);
    font-size: 48px;
    font-weight: bold;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-align: start;
    line-height: 1.5;
}

@keyframes upanddown {
    0% {
        transform: translate(0, 37%);
    }
    50% {
        transform: translate(0, 43%);
    }
    100% {
        transform: translate(0, 37%);
    }
}

@keyframes upanddown_mobile {
    0% {
        transform: translate(0, 8%);
    }
    50% {
        transform: translate(0, 16%);
    }
    100% {
        transform: translate(0, 8%);
    }
}

.logolounge_about_prize {
    height: 95vh;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    padding: 0 64px;
    gap: 114px;
    max-width: 1320px;
    align-self: center;
    justify-self: center;
    max-height: 800px;
}

.logolounge_about_prize_right {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
    justify-content: center;
    gap: 16px;
}

.logolounge_about_prize_right h2 {
    font-size: 24px;
    font-weight: 800;
}

.logolounge_about_prize_right div {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    direction: rtl;
}

.logolounge_about_prize_left {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-direction: row-reverse;
}

.logolounge_about_prize_left img {
    position: relative;
    top: 0;
}

.logolounge_logo_section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logolounge_logo_section picture {
    width: 100%;
}

.logolounge_logo_section img {
    width: 100%;
}

.logolounge_logo_description {
    height: 300px;
    width: 90%;
    border-radius: 24px;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -150px;
    padding: 0 200px;
    text-align: center;
    gap: 16px;
    margin-bottom: 64px;
    max-width: 1320px;
}

.logolounge_logo_description h2 {
    font-size: 24px;
    font-weight: 800;
}

.logolounge_logo_description>p {
    font-size: 16px;
    line-height: 1.5;
}

.logolounge_logo_images_container_second {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 1320px;
    border-radius: 24px;
}

.logolounge_logo_images_container {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 1320px;
    border-radius: 24px;
}

.logolounge_logo_images_container_video {
    border-radius: 24px;
    opacity: 0.2;
    mix-blend-mode: luminosity;
}

.logolounge_logo_images_container {
    background: rgba(0, 30, 27, 1);
}

.logolounge_logo_images_container_second {
    background: rgba(26, 26, 34, 1);
}

.logolounge_logo_images_container div,
.logolounge_logo_images_container_second div {
    position: absolute;
    display: grid;
    column-gap: 16px;
    row-gap: 16px;
    direction: ltr;
}

.argo_12_12 {
    grid-row: 1/2;
    grid-column: 1/2;
}

.argo_13_34 {
    grid-row: 1/3;
    grid-column: 3/4;
}

.argo_14_23 {
    grid-row: 1/4;
    grid-column: 2/3;
}

.argo_24_12 {
    grid-row: 2/5;
    grid-column: 1/2;
}

.argo_35_34 {
    grid-row: 3/5;
    grid-column: 3/4;
}

.argo_45_13 {
    grid-row: 4/5;
    grid-column: 1/3;
}

.pasha_12_12 {
    grid-row: 1/2;
    grid-column: 1/2;
}

.pasha_13_23 {
    grid-row: 1/3;
    grid-column: 2/3;
}

.pasha_13_34 {
    grid-row: 1/3;
    grid-column: 3/4;
}

.pasha_24_12 {
    grid-row: 2/4;
    grid-column: 1/2;
}

.pasha_34_24 {
    grid-row: 3/4;
    grid-column: 2/4;
}

.logolounge_logo_texts_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: justify;
    direction: rtl;
    padding: 64px 0;
    width: 90%;
    gap: 32px;
    line-height: 1.4;
    max-width: 1320px;
}

.logolounge_logo_texts_container p {
    font-size: 16px;
    line-height: 1.5;
}

.logolounge_logo_texts_container span {
    font-size: 18px;
    font-weight: 800;
}

.logolounge_logo_texts_container_right,
.logolounge_logo_texts_container_left {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.logolounge_logo_logos_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 32px;
    column-gap: 24px;
    margin: 64px 0;
}

.logolounge_logo_logos_container img {
    width: 643px;
    height: 729px;
    border-radius: 24px;
}

.logolounge_footer_wrapper {
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 64px;
}

.logolounge_footer {
    width: 100%;
    height: 314px;
    background-color: #272727;
    border-radius: 16px;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    position: relative;
    max-width: 1320px;
}

.logolounge_footer_left {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 32px;
    text-align: start;
    padding: 40px;
    justify-content: space-between;
}

.logolounge_footer_left span {
    font-size: 24px;
    font-weight: 700;
}

.logolounge_footer_desc {
    line-height: 1.5;
    font-size: 16px;
}

.logolounge_footer_desc_bold {
    font-size: 18px;
    font-weight: 700;
}

.footer_title {
    font-size: 24px;
}

.logolounge_footer_pattern {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.logolounge_footer_btn {
    font-size: 18px;
    padding: 16px 32px;
    border-radius: 8px;
    border: none;
    word-spacing: -2px;
}

.logolounge_footer_btn:hover {
    background-color: #e6e6e6;
}

.logolounge_footer_cup {
    position: absolute;
    bottom: -40px;
    left: 140px;
}

.logolounge_footer_pattern {
    height: 314px;
}

.logolounge_sparcle {
    position: absolute;
    top: -76px;
    height: 407px;
    left: 76px;
}

.logolounge_argo_motion_video {
    width: 643px;
    height: 729px;
    border-radius: 24px;
    scale: 0.9;
    margin-top: 5px;
}

.logolounge_argo_motion_video_wrapper {
    border-radius: 24px;
    background: #01423C;
    height: 729px;
}

.logolounge_pasha_motion_video {
    width: 643px;
    height: 729px;
    border-radius: 24px;
    object-fit: cover;
}

@media screen and (min-width :1800px) {
    .logolounge_cup_image {
        scale: 1.2;
    }
}

@media screen and (max-width:600px) {
    .logolounge_hero_information {
        position: static;
        align-items: start;
        transform: unset;
        z-index: 2;
    }
    .logolounge_hero_video {
        position: absolute;
    }
    .logolounge_hero_information_wrapper {
        padding: 16px;
        position: relative;
        flex-direction: column;
    }
    .logolounge_about_prize {
        display: flex;
        flex-direction: column-reverse;
        padding: 0 16px;
        position: relative;
        margin-top: 114px;
        gap: 64px;
    }
    .logolounge_hero_title {
        font-size: 32px;
    }
    .logolounge_about_prize_left img {
        width: 157px;
    }
    .logolounge_about_prize_right h2 {
        position: absolute;
        top: -64px;
    }
    .logolounge_logo_logos_container {
        row-gap: 16px;
        margin: 36px 20px 144px;
        column-gap: 8px;
    }
    .logolounge_logo_logos_container:has(.pasha_bg_1) {
        margin: 36px 20px;
    }
    .logolounge_logo_logos_container img {
        width: 100%;
        height: unset;
        object-fit: contain;
    }
    .logolounge_argo_motion_video_wrapper {
        width: 100%;
        height: unset;
        grid-row: 1 / 2;
        grid-column: 1 / 3;
    }
    .logolounge_pasha_motion_video,
    .logolounge_argo_motion_video {
        width: 100%;
        height: unset;
        object-fit: contain;
        grid-row: 1 / 2;
        grid-column: 1 / 3;
    }
    .logolounge_logo_images_container,
    .logolounge_logo_images_container_second {
        background: unset;
        height: unset;
        width: 100%;
        margin: 24px 0;
    }
    .logolounge_logo_images_container div,
    .logolounge_logo_images_container_second div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        padding: 0 16px;
        position: relative;
    }
    .logolounge_logo_description {
        height: unset;
        padding: 38px 24px;
        margin: 0 16px;
        margin-top: -100px;
    }
    .logolounge_logo_texts_container_left {
        display: none;
    }
    .argo_14_23 {
        order: 2;
    }
    .argo_13_34,
    .argo_35_34,
    .argo_45_13,
    .pasha_13_23,
    .pasha_13_34 {
        display: none;
    }
    .logolounge_logo_texts_container {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: unset;
    }
    .logolounge_footer_right {
        position: relative;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .logolounge_footer_wrapper {
        padding: 16px;
        margin-bottom: 64px;
    }
    .logolounge_footer {
        height: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 48px;
        gap: 64px;
    }
    .logolounge_footer_cup {
        position: static;
        z-index: 2;
    }
    .logolounge_footer_left {
        padding: 24px;
    }
    .logolounge_sparcle {
        height: unset;
        top: -108px;
        left: 50%;
        transform: translate(-50%);
    }
    .logolounge_hero {
        height: unset;
    }
    .logolounge_footer_pattern {
        display: none;
    }
    .logolounge_cup_image {
        position: relative;
        left: unset;
        bottom: unset;
        scale: 1;
        transform: translate(0, 0);
        animation: upanddown_mobile 5s infinite;
    }
    .pasha_bg_1,
    .argo_bg_1 {
        grid-row: 2/3;
        grid-column: 1/3;
    }
    .pasha_bg_2,
    .argo_bg_2 {
        grid-row: 2/3;
        grid-column: 1/3;
    }
    .pasha_bg_3,
    .argo_bg_3 {
        grid-row: 3/4;
        grid-column: 1/2;
    }
    .pasha_bg_4,
    .argo_bg_4 {
        grid-row: 3/4;
        grid-column: 2/3;
    }
    .logolounge_footer_desc {
        line-height: 2;
    }
    .logolounge_footer_left span,
    .logolounge_footer_desc_bold {
        line-height: 1.5;
    }
    .logolounge_logo_images_container_video {
        display: none;
    }
}

.pasha_banner,
.argo_banner {
    max-height: 800px;
    object-fit: cover;
}

.costumers_sound {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services__Desc_showmore:has(.costumers_sound) {
    border: unset !important;
}

.costumers_sound h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
}

.costumers_sound_info_section {
    border: 1px solid #DBDBDB;
    border-radius: 10p x;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    width: 100%;
    font-size: 16px;
}

.costumers_sound_info_section span {
    font-weight: 700;
}

.costumers_sound_info_section .more-text {
    font-weight: 400;
}

.costumers_sound_info_section .toggle-btn {
    background: white;
    border: unset;
    font-weight: bold;
}

.costumers_sound_info_section p {
    font-weight: 400;
    line-height: 2;
}

.costumers_voice_section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 80%;
    gap: 16px;
    padding: 16px;
    margin: 100px;
}

.costumer_info {
    width: 100%;
    padding: 16px;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.costumer_info:hover {
    cursor: pointer;
    box-shadow: 0px 4px 4px 0px #0000001A;
}

.costumer_info_top_section {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #DBDBDB;
    justify-content: start;
    gap: 24px;
    padding: 0 32px 16px;
}

.costumer_info_top_section img {
    width: 64px;
    border-radius: 100px;
}

.costumer_name_section {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.costumer_info_bottom_section .custom-player {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 12px;
    color: #808080;
}

.custom-player svg {
    color: #4D4D4D;
}

.costumer_info.active .custom-player {
    color: #171717
}

.costumer_info.active .custom-player svg {
    color: #171717
}

.costumer_info_bottom_section button {
    background: none;
    border: none;
    color: black;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 10px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.costumer_info_bottom_section .progress {
    flex: 1;
    height: 6px;
    background: #D4D4D4;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
    justify-content: end;
}

.costumer_info_bottom_section .progress-bar {
    width: 0;
    height: 100%;
    background: #171717;
}

.costumer_info_bottom_section .time {
    font-size: 14px;
    width: 30px;
}

.costumer_time_section {
    display: flex;
    flex-direction: column;
    align-items: end;
    color: #808080;
}

.costumer_shop_name {
    font-size: 16px;
    font-weight: 600;
}

.costumer_name {
    font-size: 14px;
}

#dnn_ctr1797_View_Index_plLicense {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width:991px) {
    .costumers_voice_section {
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow-y: auto;
        max-height: 90vh;
        scroll-snap-type: y mandatory;
        padding: 20px 0;
        margin: 100px 0;
        width: 100%;
        gap: 0;
    }
    .costumer_info {
        width: 80%;
        padding: 15px;
        background: #EDEDED;
        border-radius: 12px;
        text-align: center;
        transition: all 0.3s ease;
        opacity: 0.4;
        transform: scale(0.85);
        scroll-snap-align: center;
        box-shadow: 0px 4px 4px 0px #ADADAD40;
        width: 100%;
    }
    .costumer_info.active {
        opacity: 1;
        transform: scale(1);
        z-index: 10;
    }
    .costumer_info.prev,
    .costumer_info.next {
        opacity: 0.7;
        transform: scale(0.9);
    }
    .costumer_info.faded {
        opacity: 0.3;
        transform: scale(0.8);
        filter: blur(1px);
    }
    .costumer_info_top_section img {
        width: 48px;
    }
    .costumer_info_top_section {
        display: flex;
        align-items: center;
        border-bottom: 1px dashed gray;
        justify-content: start;
        padding: 32px 20px 32px 0;
        margin-bottom: 16px;
        gap: 24px;
    }
    .costumer_name_section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 8px;
        text-align: right;
    }
    .costumer_time_section {
        display: none;
    }
}

.title {
    margin-bottom: -32px;
}

.form_tahlil {
    margin-bottom: 100px;
}

.form_tahlil .title h2 {
    font-size: 18px !important;
    font-weight: 600 !important;
    border: unset !important;
}

.form_tahlil .description h2 {
    font-size: 16px !important;
    font-weight: 400 !important;
    border: unset !important;
}

.form_title {
    margin-bottom: -28px !important;
}

.form_tahlil .form_title h2 {
    font-size: 16px !important;
    font-weight: 600 !important;
    border: unset !important;
}

.form_tahlil .form_title h2::before {
    content: "";
    width: 9px;
    height: 9px;
    background-color: #434343;
    border-radius: 100px;
}

.form_tahlil .form_title h2::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #434343;
    margin-left: 8px;
    border-radius: 50%;
    vertical-align: middle;
}

.input_lable {
    position: relative;
}

.input_lable input {
    width: 100%;
    padding: 16px 12px 8px 12px;
    border: 1px solid #D9D9D9 !important;
    border-radius: 8px !important;
}

.input_lable>label {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translate(0, -50%);
    color: #6C6C6C;
    font-size: 14px;
    pointer-events: none;
    transition: 0.2s ease all;
}

.input_lable:has( input:focus)>label,
.input_lable:has( input.filled)>label {
    top: 10px;
    right: 30px !important;
    font-size: 10px !important;
    background: white !important;
    width: fit-content !important;
    padding: 0 4px !important;
}

.checkbox_input table input[type="checkbox"] {
    accent-color: #4C4C4C;
    width: 16px !important;
    height: 16px !important;
    border-radius: 4px !important;
}

.radio_input table input[type="radio"] {
    accent-color: #4C4C4C;
}

.checkbox_input>label {
    opacity: 0 !important;
}

.checkbox_input {
    margin-top: -20px;
}

.extra_input2 {
    margin-top: -32px;
}

.form_tahlil .LiveForm.Default .Field input[type="submit"] {
    background: #3F3F3F !important;
    border-radius: 8px !important;
}

.form_tahlil .LiveForm.Default .Field input[type="submit"]:hover {
    color: white !important;
}

.rtl .LiveForm.Default .Submit-Align-Right {
    text-align: right !important;
}

@media (max-width:991px) {
    .form_tahlil .LiveForm.Default .Field input[type="submit"] {
        width: 100% !important;
        height: 40px !important;
    }
}

.goToday {
    font-size: 12px !important;
    height: 32px;
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    width: unset !important;
}

.input_lable:has(div label)>label {
    top: 35%;
}

.selector_input>label {
    display: none !important;
}

.selector_input select {
    font-weight: bold;
    font-size: 14px;
}

.selector_input>div {
    border: 1px solid #D9D9D9 !important;
    border-radius: 8px !important;
}

.selector_input .nice-select {
    border-radius: 8px !important;
}

.selector_input .nice-select .current {
    color: #6C6C6C;
    font-size: 14px;
    font-weight: bold;
}

.selector_input div .nice-select .list li:first-child,
.selector_input div .nice-select .list li:nth-child(2) {
    display: none !important;
}

header.header {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    height: 80px;
    background: var(--mc1);
    color: var(--white);
    transition: var(--transition);
    padding: 1rem 0;
    --icon-color: var(--white);
    z-index: 20;
}

.header__MainLogo {
    height: 48px;
}

body:not(.personabar-visible,
.detail).page__Scrolled_Down .header {
    transform: translateY(-100%);
}

body:not(.personabar-visible,
.detail) .header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 20;
}

#PageMenu>ul {
    display: flex;
    align-items: center;
    column-gap: 1.5rem;
}

.header__Menu {
    align-items: center;
    position: static;
}

.header__Tool_Item {
    --back-color: transparent;
    --accent-color: var(--white);
    --hover-back: var(--white);
    --hover-accent: var(--mc1);
    padding: 0.5rem 1rem;
    background-color: var(--back-color);
    border: solid 1px var(--accent-color);
    border-radius: var(--border-radius-sm);
    transition: var(--transition);
    color: var(--accent-color) !important;
    --icon-color: var(--accent-color);
    justify-content: center;
    line-height: 24px;
    height: 40px;
}

.header__Tool_Item:hover {
    background-color: var(--hover-back);
    color: var(--hover-accent) !important;
    --icon-color: var(--hover-accent);
    border-color: var(--hover-accent);
}

.tool__White {
    --back-color: var(--white);
    --accent-color: var(--mc1);
    --hover-back: transparent;
    --hover-accent: var(--white);
}

.Dnn__menu_Item {
    display: flex;
    align-items: center;
    --icon-mr: 0.5rem;
    font-size: 14px;
}

.Dnn__Menu_Link>img {
    width: 1.5rem;
    height: 1.5rem;
}

.Dnn__menu_Item .Dnn__Sub_Menu {
    visibility: hidden;
    opacity: 0;
}

.Dnn__menu_Item>.WbIcon {
    transform: rotate(90deg) !important;
}

.Dnn__menu_Item:hover>.WbIcon {
    transform: rotate(180deg) !important;
}

.header_Bottom.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header_Bottom .Dnn__Sub_Menu {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1.5rem 0;
    color: var(--white);
}

.header_Bottom .Dnn__Menu_Link {
    opacity: 0.7;
    transition: opacity var(--transition);
}

.header_Bottom .Dnn__Menu_Link:is(.hover,
.active) {
    opacity: 1;
}

.Dnn__Menu_SubLink>img {
    margin-left: 0.5rem;
}

.SetPageImages {
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: var(--border-radius-sm);
}

.header_Top .dnnMenu__Have_Submenu[data-hover="خدمات برندینگ"]>.Dnn__Sub_Menu {
    display: none;
}

@media (min-width:992px) {
    .header_Bottom {
        border-top: solid 1px var(--bw-fade-5);
        opacity: 0;
        visibility: hidden;
        transition: var(--transition);
        transform: translateY(20px);
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: var(--mc1);
        height: 380px;
        padding: 40px 0;
    }
    .Dnn_Menu_Main li[data-hover="صفحه اصلی"] {
        display: none;
    }
    .Dnn_Menu_Main>.dnnMenu__Have_Submenu>.Dnn__menu_Item>.Dnn__Menu_Link {
        height: 70px;
        display: flex;
        align-items: center;
    }
    .Dnn__menu_Item:has(.Dnn__Sub_Menu) {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 0.5rem;
        height: 70px;
    }
    .dnnMenu__Have_Submenu:not([data-hover="خدمات برندینگ"]) {
        position: relative;
    }
    .dnnMenu__Have_Submenu:not([data-hover="خدمات برندینگ"]) .Dnn__Sub_Menu {
        position: absolute;
        top: calc(100% + 1rem);
        right: 0;
        border-top: 1px var(--bw-fade-5) solid;
        background-color: var(--black);
        white-space: nowrap;
        min-width: 290px;
        padding: 1.5rem;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        margin: 0;
        font-weight: var(--fw-600);
        font-size: var(--fz-sm);
        opacity: 0;
        visibility: hidden;
        transition: opacity var(--transition), transform var(--transition);
        transform: translateY(+20px);
        border-radius: 0 0 var(--border-radius-sm) var(--border-radius-sm);
    }
    .dnnMenu__Have_Submenu:not([data-hover="خدمات برندینگ"]):hover .Dnn__Sub_Menu {
        opacity: 1;
        visibility: visible;
        transform: translate(0);
    }
    .header_Bottom::before,
    .Dnn__Sub_Menu::before {
        content: '';
        width: 100%;
        height: 1.5rem;
        bottom: 100%;
        left: 0;
        display: block;
        position: absolute;
    }
    .header_Bottom .Dnn__Sub_Menu {
        flex-wrap: wrap;
        max-height: 300px;
    }
}

@media (min-width:992px) {
    .header__Logo {
        margin-left: 40px;
    }
}

@media (max-width:991px) {
    .header__Logo {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .Mobile__Menu_Icon {
        display: flex;
        flex-direction: column;
        width: 18px;
        height: 18px;
        cursor: pointer;
        position: relative;
    }
    .menu__ShadowBox {
        width: 110vw;
        height: 110vh;
        position: fixed;
        top: 0;
        left: 0;
        transform: translate(-5%, -5%);
        z-index: 998;
        display: none;
    }
    .show-effect .menu__ShadowBox {
        display: block;
    }
    .header__ProductCtg .SCat-Main {
        padding: 0rem 1rem;
        height: calc(100vh - 220px);
        max-height: calc(100vh - 220px);
        height: calc(100dvh - 220px);
        max-height: calc(100dvh - 220px);
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .Dnn_Menu_Main {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
    .Main__Menu_Mobile {
        visibility: hidden;
        opacity: 0;
        transform: translateX(100%);
        min-width: 100vw;
        width: 100vw;
        z-index: 999;
        position: fixed;
        top: 0px;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        background: var(--black);
        align-content: flex-start;
        transition: var(--transition), height 0s, max-height 0s;
        height: 100vh;
        height: 100dvh;
        max-height: 100vh;
        max-height: 100dvh;
        padding-bottom: 20%;
        padding-top: 2.5rem;
        overflow-y: hidden;
    }
    .header__Menu_Close {
        margin-bottom: 1.5rem;
    }
    .show-effect .Main__Menu_Mobile {
        opacity: 1;
        visibility: visible;
        transform: translateX(0px);
        overflow-y: scroll !important;
    }
    .page_Scrolled__Down .Main__Menu_Mobile {
        transform: translate(100%, 100px);
    }
    .page_Scrolled__Down .show-effect .Main__Menu_Mobile {
        transform: translate(0%, 100px);
    }
    .Main__Menu_Mobile .nav.nav-pills>li {
        text-align: right;
        width: 100%;
        margin: 0px;
        font-weight: var(--fw-400);
        padding: 12px 0;
        border-bottom: dashed var(--mc2-fade-4) 1px;
    }
    .dnnMenu__Have_Submenu .WbIcon {
        margin-right: auto;
    }
    .append__SideMenu_Buttons {
        margin-top: var(--main-space);
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
    }
    .header_Bottom {
        width: 100vw;
        height: 100vh;
        height: 100dvh;
        position: fixed;
        top: 0;
        left: 0;
        transform: translateY(100%);
        opacity: 0;
        visibility: hidden;
        transition: calc(var(--transition) * 2);
        background-color: var(--black);
        z-index: 21;
        padding-bottom: 100px;
        padding-top: 2.5rem;
        --icon-color: var(--white);
    }
    .header__Pages_Wrapper {
        height: 100%;
        overflow-y: scroll;
    }
    .header_Bottom.active {
        opacity: 1;
        visibility: visible;
        transform: translate(0);
    }
    .Main__Menu li.dropdown>a:after {
        position: absolute;
        left: -15px;
        top: 5px;
        color: #fff;
    }
    .Main__Menu li.dropdown b:after {
        color: #fff;
    }
    .Main__Menu_Mobile .Dnn__Sub_Menu {
        display: flex;
        flex-direction: column;
        padding-top: 1rem;
        gap: 1rem;
    }
    .Main__Menu .nav.nav-pills>li.dropdown a {
        pointer-events: none;
    }
    .Main__Menu .nav-pills li.dropdown .dropdown-menu {
        position: relative;
        float: none;
        top: 0;
        background: transparent;
        text-align: center;
        display: none;
    }
    body:not(.personabar-visible,
    .detail).page__Scrolled_Down .header {
        transform: none;
    }
    body:not(.personabar-visible,
    .detail) .header {
        position: static;
    }
}

.footer__Wrapper {
    background-color: var(--black);
    background-image: url("./Vertex/footerPattern.svg");
    background-position: center 40%;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    height: 100dvh;
    position: relative;
}

.footer__Inner {
    max-width: 800px;
}

.footer__Wrapper a {
    transition: var(--transition);
    opacity: 0.9;
}

.footer__Wrapper a:hover {
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.7));
    opacity: 1;
}

.footer__Pages_List {
    display: flex;
    column-gap: 1.5rem;
    align-items: center;
}

.footer__Divider {
    height: 1px;
    background-color: var(--bw-fade-5);
    margin: 0;
}

.footer__Recommend_List {
    column-gap: 1.5rem;
    row-gap: 1.5rem;
}

.footer__Call_Wrapper>a:hover .WbIcon {
    animation: basketShake 0.75s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
}

@media (max-width:991px) {
    .footer__Wrapper {
        background-image: url("./Vertex/footerBakMb.svg");
        background-size: cover;
    }
    .footer__Pages_List {
        column-gap: unset;
        justify-content: space-between;
    }
    .footer__Call_Wrapper {
        order: 12;
    }
    .control__Panel_Wrapper {
        width: 100%;
    }
    .bottom__Pannel {
        z-index: 19;
        position: fixed;
        bottom: 0;
        width: 100%;
        transition-property: z-index;
        transition-delay: 0.5s;
        background: var(--black);
        border-radius: var(--border-radius) var(--border-radius) 0 0;
    }
    .tabid-101~.control__Panel_Wrapper {
        display: none;
    }
    .bottom__Pannel::before {
        content: "";
        display: block;
        width: 82px;
        height: 18px;
        background: url("./Vertex/navBulb.svg") center no-repeat;
        background-size: cover;
        position: absolute;
        bottom: 99%;
        left: 50%;
        transform: translate(-50%);
    }
    .bottom__Menu.active~.control__Panel_Wrapper .bottom__Pannel {
        z-index: 22;
        transition-property: z-index;
        transition-delay: 0s;
    }
    .control__Panel_Wrapper .bottom__Button {
        --button-accent: var(--white);
        color: var(--button-accent);
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: var(--transition);
        justify-content: space-between;
        --icon-color: var(--button-accent);
        padding: 0.5rem 0;
        border-bottom: solid 2px transparent;
        row-gap: calc(var(--gap) / 2);
    }
    .append__Bottom_Menu .header__Logo {
        padding: 1.5rem 2.5rem;
        border: none;
    }
    .append__Bottom_Menu .Header__Category_Nav .SCat-Main {
        margin-top: -0.75rem;
    }
    .append__Bottom_Menu .Header__Category_Nav .SCat-Main li>.header__Category_Item {
        --color-accent: var(--mc2-fade-1);
        color: var(--color-accent);
        padding: 0.75rem 0;
        display: flex;
        align-items: center;
        font-weight: var(--fw-400);
    }
        .append__Bottom_Menu .Header__Category_Nav .SCat-Main li.SCat-have-sub-menu > .header__Category_Item::after {
            content: "";
            display: block;
            min-width: 12px;
            width: 12px;
            height: 12px;
            min-height: 12px;
            mask-repeat: no-repeat;
            mask-size: cover;
            mask-position: center;
            mask-image: url("chevDown.svg");
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-size: cover;
            -webkit-mask-position: center;
            -webkit-mask-image: url("chevDown.svg");
            background-color: var(--mc2);
            margin-right: auto;
            transition: var(--transition);
            transform: rotate(180deg);
        }
    .append__Bottom_Menu .Header__Category_Nav .SCat-Main li.SCat-have-sub-menu>.header__Category_Item.active::after {
        transform: rotate(0deg);
    }
    .append__Bottom_Menu .Header__Category_Nav .SCat-Main li.SCat-have-sub-menu>.SCat-sub-menu .header__Category_Item>.header__Categroy_Title {
        font-weight: var(--fw-700);
        display: list-item;
        list-style-position: inside;
        list-style-type: disc;
        --color-accent: var(--mc2-fade-3);
        color: var(--color-accent);
    }
    .bottom__Button:nth-child(2) .bottom_Icon {
        transform-origin: bottom;
        transform: scale(1.333);
    }
}

@keyframes basketShake {
    0% {
        transform: rotate(0);
    }
    15% {
        transform: rotate(5deg);
    }
    30% {
        transform: rotate(-5deg);
    }
    45% {
        transform: rotate(4deg);
    }
    60% {
        transform: rotate(-4deg);
    }
    75% {
        transform: rotate(2deg);
    }
    85% {
        transform: rotate(-2deg);
    }
    92% {
        transform: rotate(1deg);
    }
    100% {
        transform: rotate(0);
    }
}

footer.ar-ae .footer__Pages_List {
    height: 50px;
}

.social_Sticky__ar-ae {
    position: fixed;
    bottom: 2rem;
    left: 2.5rem;
    width: 5rem;
    height: 5rem;
    border-radius: var(--border-radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

@media (max-width:991px) {
    .social_Sticky__ar-ae {
        bottom: 4.5rem;
        left: 1rem;
        width: 5rem;
        height: 5rem;
    }
}

html[lang="ar-AE"] body:has(.portfolio__Main_List) .PagingTable.PagingTable.PagingTable {
    margin-bottom: var(--main-space) !important;
}

.GoldLanding {
    text-align: right;
}

.GoldLanding__ContentWrapper {
    margin-bottom: 32px;
}

.GoldLanding__ContentWrapper__HeadMain {
    font-size: 30px;
    font-weight: 700;
    line-height: 62px;
}

.GoldLanding__SampleLogos {
    padding: 30px 0px;
}

.GoldLanding__ContentWrapper h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0em;
    position: relative;
    display: flex;
    align-items: center;
    color: #333333;
}

.GoldLanding__ContentWrapper__ContentCards__Card {
    margin: 0 4px !important;
}

.GoldLanding__ContentWrapper h2 span {
    width: 400px;
    height: 1px;
    transform: translateY(-50%);
    margin-right: 16px;
    background: radial-gradient( 100% 30802503.98% at 100% 0%, rgba(197, 170, 117, 0) 0%, #c5aa75 0.01%, rgba(197, 170, 117, 0) 100%);
}

.GoldLanding__ContentWrapper__Contents p {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: justify;
    padding: 8px 0;
    color: #444444;
}

.GoldLanding__ContentWrapper__Contents h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0em;
    color: #333333;
}

.GoldLanding__ContentWrapper__Contents ul {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: #444444;
    padding-right: 16px !important;
}

.GoldLanding__Video video {
    width: 100%;
    height: 388px;
    display: block;
    object-fit: cover;
    pointer-events: none;
    margin: 20px 0 !important;
}

.GoldLanding__Clacs {
    width: 100%;
    height: auto;
    border: 1px solid #c5aa75;
    padding: 24px;
    display: flex;
    margin: 24px 0;
    border-radius: 5px;
}

.GoldLanding__Clacs p {
    padding: 2.5px 0;
    margin: 0;
    color: #c5aa75;
}

.GoldLanding__Clacs p b {
    color: #333333;
}

.GoldLanding__Clacs p span {
    color: #444444;
}

.GoldLanding__Clacs img {
    margin-left: 24px;
}

.GoldLanding__ContentWrapper__Banner {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 32px 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 40px;
    border-radius: 5px;
}

.GoldLanding__ContentWrapper__ContentsImageBanner {
    width: 100%;
    height: 450px;
    border-radius: 5px;
    margin: 32px 0;
    object-fit: cover;
}

.GoldLanding__ContentWrapper__Banner_one {
    background: url("/Portals/0/images/banner1.png");
}

.GoldLanding__ContentWrapper__Banner_two {
    background: url("/Portals/0/images/banner2.png");
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 46px 40px;
    background-position: -175px 0;
}

.GoldLanding__ContentWrapper__Banner h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: right;
    color: #444444;
}

.GoldLanding__ContentWrapper__Banner_two h3 {
    color: white;
    width: 300px;
    line-height: 48px;
    text-align: right;
    padding-left: 16px;
}

.GoldLanding__ContentWrapper__Banner p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: right;
    padding: 16px 0;
    color: white;
}

.GoldLanding__ContentWrapper__Banner button {
    width: 100px;
}

.GoldLanding__ContentWrapper__ContentCards__Card,
.GoldLanding__SampleLogos__Card {
    padding: 16px !important;
    border: 1px solid #c5aa75 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    flex: 0 0 calc(33.333333% - 8px);
    max-width: calc(33.333333% - 8px);
    border-radius: 5px !important;
}

.tabid-529 .slick-initialized .slick-slide {
    margin: 0 4px !important;
}

.GoldLanding__SampleLogos__Card {
    flex: 0 0 calc(25% - 8px);
    max-width: calc(25% - 8px);
    height: 250px !important;
    margin: 0 4px !important;
}

.GoldLanding__ContentWrapper__ContentCards__Card span {
    color: #333333;
    margin-top: 15px;
    text-align: right;
    width: 100%;
    display: block;
}

.GoldLanding__Contacts {
    width: 100%;
    height: auto;
    padding: 64px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("/Portals/0/images/contact-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.GoldLanding__Contacts>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.GoldLanding__Contacts>span {
    width: 200px;
    height: 1px;
    transform: translateY(-50%);
    margin: 0 24px;
    background: radial-gradient( 100% 30802503.98% at 0% 100%, rgba(197, 170, 117, 0) 0%, #c5aa75 0.01%, rgba(197, 170, 117, 0) 100%);
}

.GoldLanding__Contacts>span:nth-of-type(2) {
    background: radial-gradient( 100% 30802503.98% at 100% 0%, rgba(197, 170, 117, 0) 0%, #c5aa75 0.01%, rgba(197, 170, 117, 0) 100%);
}

.GoldLanding__Contacts__Item {
    padding: 0 16px;
    color: white;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}

.GoldLanding__Contacts__Item i {
    width: 34px;
    height: 34px;
    margin: 0 12px;
    border-radius: 50%;
    background: #c5aa75;
    display: flex;
    justify-content: center;
    align-items: center;
}

.GoldLanding__Contacts__Item span {
    font-family: sans-serif;
    font-weight: 500;
    color: white;
}

.GoldLanding__Buttons {
    display: flex;
    height: 40px;
}

.GoldLanding__Buttons a {
    position: relative;
    width: 185px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #383838;
    transform: translateX(45px);
    padding-right: 16px;
}

.GoldLanding__Buttons span.effect::before {
    content: "";
    position: absolute;
    width: 25%;
    height: 100%;
    top: 0;
    left: 0;
    border-left: 0;
    background: #e5d3af;
    border-bottom-left-radius: 21px;
    border-top-left-radius: 21px;
    opacity: 0.3;
    clip-path: polygon(0 0, 100% 0, 81% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 81% 100%, 0% 100%);
}

.GoldLanding__ButtonsSample .border-effect {
    stroke: #3f3f3f;
}

.see-all:hover .border-effect {
    stroke-dasharray: 1400px 0px !important;
    stroke-dashoffset: -235px !important;
}

.border-effect {
    max-width: 150px;
    min-width: 150px;
    stroke: #c5aa75;
    stroke-dasharray: 300px 400px;
    stroke-dashoffset: -237px;
    transition: 0.6s;
    stroke-width: 7px;
}

.GoldLanding__ButtonsForm a {
    color: white !important;
    transform: translate(30px);
}

.GoldLanding__ButtonsSample a span.effect::before {
    background: white !important;
    opacity: 0.8;
    z-index: -1;
    top: 1px;
    height: 41px;
}

.GoldLanding__ButtonsForm a span.effect::before {
    background: #3f3f3f !important;
    opacity: 1;
    z-index: -1;
    top: 1px;
    height: 41px;
}

.GoldLanding__UserComment {
    max-width: 1920px;
    height: 550px;
    padding: 32px 0;
    margin: 0 auto;
    position: relative;
}

.GoldLanding__UserComment::before {
    content: "";
    width: 65%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url("/Portals/0/images/commentBack.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px 0 0 5px;
}

.GoldLanding__UserComment::after {
    content: "";
    width: 65%;
    height: 450px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #c5aa75;
    border-radius: 0 5px 5px 0;
}

.GoldLanding__UserComment__Heading {
    padding: 32px 0;
    padding-right: 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.GoldLanding__UserComment__Heading::before {
    content: "";
    position: absolute;
    width: 190px;
    height: 160px;
    top: 0px;
    left: -90px;
    background: url("/Portals/0/images/camma.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.GoldLanding__UserComment__Heading h3 {
    font-size: 28px;
    font-weight: 500;
    color: white;
}

.GoldLanding__UserComment__Heading p {
    font-size: 20px;
    font-weight: 500;
    margin-top: 16px;
    margin-bottom: 24px;
    color: white;
}

.GoldLanding__UserComment__Arrows {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
}

.GoldLanding__UserComment__Arrows button {
    position: relative;
    width: 30px;
    height: auto;
    border: none;
}

.GoldLanding__UserComment__ArrowsRight {
    margin-left: 16px;
}

.GoldLanding__UserComment__ArrowsLeft:before {
    content: "" !important;
    top: 6px;
    width: 18px;
    height: 35px;
    position: absolute;
    color: #aaa !important;
    font-size: 50px !important;
    line-height: normal !important;
    background: url("/Portals/_default/skins/wb-skin/images/arrow.png");
    transform: rotate(180deg);
    border: none;
    background-repeat: no-repeat;
    background-size: cover;
}

.GoldLanding__UserComment__ArrowsRight::before {
    content: "" !important;
    top: 0;
    width: 18px;
    height: 35px;
    position: absolute;
    color: #aaa !important;
    font-size: 50px !important;
    line-height: normal !important;
    background: url("/Portals/_default/skins/wb-skin/images/arrow.png");
    border: none;
    background-repeat: no-repeat;
    background-size: cover;
}

.GoldLanding__UserComment__Slider {
    z-index: 10;
    display: flex !important;
    align-items: center;
    padding-right: 70px !important;
    direction: rtl !important;
}

.GoldLanding__UserComment__Slider .slick-next,
.GoldLanding__UserComment__Slider .slick-prev {
    display: none !important;
}

.GoldLanding__UserComment__SliderCard {
    background-color: white;
    padding: 24px 40px;
    border-radius: 5px;
}

.GoldLanding__UserComment__SliderCardContents_Top {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.GoldLanding__UserComment__SliderCardContents_Top>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 24px;
}

.GoldLanding__UserComment__SliderCardContents_Top>div h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.GoldLanding__UserComment__SliderCardContents_Top>div p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #444444;
}

.GoldLanding__UserComment__SliderCardContents_Top>img {
    height: 90px;
    width: 90px;
    object-fit: cover;
    border-radius: 50%;
}

.GoldLanding__UserComment__SliderCardContents_Bottom {
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    text-align: justify;
    padding-top: 16px;
    color: #444444;
}

@media all and (max-width:991px) {
    .GoldLanding__ContentWrapper__HeadMain {
        text-align: center;
        font-size: 24px;
    }
    .goldLanding_Contact {
        margin-inline: calc(50% - 50vw);
    }
    .GoldLanding__ContentWrapper h2 {
        font-size: 20px;
        line-height: 32px;
        text-align: right;
    }
    .GoldLanding__ContentWrapper h2 span {
        display: none !important;
    }
    .GoldLanding__ContentWrapper__Contents p,
    .GoldLanding__ContentWrapper__Contents ul {
        font-size: 14px;
        line-height: 28px;
    }
    .GoldLanding__ContentWrapper__Contents h3 {
        font-size: 18px;
    }
    .GoldLanding__Clacs img {
        display: none;
    }
    .GoldLanding__ContentWrapper__Banner {
        padding: 40px 16px;
    }
    .GoldLanding__ContentWrapper__Banner_one {
        background: url("/Portals/0/images/banner1-mobile.png");
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
    .GoldLanding__ContentWrapper__Banner_two {
        background: url("/Portals/0/images/banner2-mobile.png");
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
    .GoldLanding__ContentWrapper__Banner_two {
        flex-direction: column;
    }
    .GoldLanding__ContentWrapper__Banner_two h3 {
        line-height: 32px;
        padding-left: 72px;
    }
    .GoldLanding__ContentWrapper__Banner h3 {
        font-size: 16px;
        padding-left: 60px;
    }
    .GoldLanding__ContentWrapper__Banner p {
        font-size: 14px;
        margin-bottom: 0 !important;
    }
    .GoldLanding__Buttons {
        transform: scale(0.8);
        margin-right: -32px;
    }
    .GoldLanding__ButtonsForm {
        margin-top: 24px;
        transform: scale(0.8) translateX(90px);
    }
    .GoldLanding__ContentWrapper__ContentsImageBanner {
        height: 380px;
        margin: 24px 0;
    }
    .GoldLanding__ContentWrapper__ContentCards__Card {
        flex: 0 0 calc(100% - 8px);
        max-width: calc(100% - 8px);
        margin-left: 8px;
    }
    .GoldLanding__ContentWrapper__ContentCards__Card:nth-last-of-type() {
        margin-left: 0px;
    }
    .GoldLanding__UserComment {
        padding-bottom: 42px;
        height: auto;
    }
    .GoldLanding__UserComment::before {
        width: 100%;
        background: #3f3f3f;
        border-radius: 0;
    }
    .GoldLanding__UserComment::after {
        width: 100%;
        height: 250px;
        border-radius: 0;
        bottom: 0;
        top: unset;
        transform: unset;
    }
    .GoldLanding__UserComment__Heading {
        padding-right: 0;
        align-items: center;
        z-index: 10;
    }
    .GoldLanding__UserComment__Heading::before {
        width: 100px;
        height: 85px;
        top: 6px;
        left: 24px;
        opacity: 1;
        z-index: -1;
    }
    .GoldLanding__UserComment__Heading h3 {
        font-size: 24px;
    }
    .GoldLanding__UserComment__Heading p {
        font-size: 18px;
    }
    .GoldLanding__UserComment__Slider {
        padding: 30px 16px !important;
        padding-top: 0 !important;
    }
    .GoldLanding__UserComment__Arrows {
        display: none !important;
    }
    .GoldLanding__UserComment__Slider .slick-prev,
    .GoldLanding__UserComment__Slider .slick-next {
        display: inline-block !important;
        top: unset !important;
        bottom: 0px !important;
        transform: unset !important;
        filter: brightness(100);
    }
    .GoldLanding__UserComment__Slider .slick-prev {
        left: 33% !important;
        bottom: -27px !important;
        transform: rotate(-180deg) !important;
        background: transparent !important;
        border: none !important;
    }
    .GoldLanding__UserComment__Slider .slick-next {
        right: 33% !important;
        bottom: -27px !important;
        transform: rotate(-180deg) !important;
        background: transparent !important;
        border: none !important;
    }
    .GoldLanding__UserComment__SliderCard {
        padding: 24px;
    }
    .GoldLanding__UserComment__SliderCardContents_Top>div h3 {
        font-size: 16px;
    }
    .GoldLanding__UserComment__SliderCardContents_Top>div p {
        font-size: 14px;
    }
    .GoldLanding__UserComment__SliderCardContents_Bottom {
        font-size: 14px;
    }
    .GoldLanding__SampleLogos .slick-list,
    .GoldLanding__ContentWrapper__ContentCards .slick-list {
        margin: 0 -15px !important;
    }
    .GoldLanding__Contacts {
        padding: 32px 0;
    }
    .GoldLanding__Contacts>span {
        display: none;
    }
    .GoldLanding__Contacts>div {
        flex-direction: column;
    }
    .GoldLanding__Contacts__Item {
        width: 100%;
        margin: 16px 0;
        justify-content: flex-start;
    }
    .slick-slide.GoldLanding__SampleLogos__Card {
        height: 300px !important;
    }
}

.GoldLanding__UserComment__SliderCard {
    margin: 0 4px !important;
}

.page__Title_Wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

.page__Title_Inner {
    display: flex;
    width: fit-content;
    position: absolute;
}

.page__Title_Inner::after {
    content: "";
    display: block;
    height: 2px;
    width: 60vw;
    position: absolute;
    top: 100%;
    right: 100%;
    transform: translate(0%, 1.5rem);
    background: var(--white);
}

.page__Title_Inner h1 {
    position: relative;
}

.page__Title_Inner h1::after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 100%;
    right: 0;
    transform: translate(0, 1.5rem);
    background: var(--white);
}

.fz-titleh1 {
    font-size: 48px;
    line-height: normal;
}

.tabid-529 {
    background: #fefaf1;
}

.GoldLanding {
    text-align: right;
}

.GoldLanding__ContentWrapper {
    margin-bottom: 32px;
}

.GoldLanding__ContentWrapper__HeadMain {
    font-size: 30px;
    font-weight: 700;
    line-height: 62px;
}

.GoldLanding__ContentWrapper h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0em;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
}

.GoldLanding__ContentWrapper__Contents {
    margin-inline: auto;
    max-width: 872px;
}

.GoldLanding__ContentWrapper__ContentCards__Card {
    margin: 0 4px !important;
}

.GoldLanding__ContentWrapper h2 span {
    width: 400px;
    height: 1px;
    transform: translateY(-50%);
    margin-right: 16px;
    background: radial-gradient( 100% 30802503.98% at 100% 0%, rgba(197, 170, 117, 0) 0%, #c5aa75 0.01%, rgba(197, 170, 117, 0) 100%);
}

.GoldLanding__ContentWrapper__Contents p {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: justify;
    padding: 8px 0;
    color: #444444;
}

.GoldLanding__ContentWrapper__Contents h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0em;
    color: #333333;
}

.GoldLanding__ContentWrapper__Contents ul {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: #444444;
    padding-right: 16px !important;
}

.GoldLanding__Video video {
    width: 100%;
    height: 388px;
    display: block;
    object-fit: cover;
    pointer-events: none;
    margin: 20px 0 !important;
}

.GoldLanding__Clacs {
    width: 100%;
    height: auto;
    border: 1px solid #c5aa75;
    padding: 24px;
    display: flex;
    margin: 24px 0;
    border-radius: 5px;
}

.GoldLanding__Clacs p {
    padding: 2.5px 0;
    margin: 0;
    color: #c5aa75;
}

.GoldLanding__Clacs p b {
    color: #333333;
}

.GoldLanding__Clacs p span {
    color: #444444;
}

.GoldLanding__Clacs img {
    margin-left: 24px;
}

.GoldLanding__ContentWrapper__Banner {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 32px 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 40px;
    border-radius: 5px;
}

.GoldLanding__ContentWrapper__ContentsImageBanner {
    width: 100%;
    height: 450px;
    border-radius: 5px;
    margin: 32px 0;
    object-fit: cover;
}

.GoldLanding__ContentWrapper__Banner_one {
    background: url("/Portals/0/images/banner1.png");
}

.GoldLanding__ContentWrapper__Banner_two {
    background: url("/Portals/0/images/banner2.png");
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 46px 40px;
    background-position: -175px 0;
}

.GoldLanding__ContentWrapper__Banner h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: right;
    color: #444444;
}

.GoldLanding__ContentWrapper__Banner_two h3 {
    color: white;
    width: 300px;
    line-height: 48px;
    text-align: right;
    padding-left: 16px;
}

.GoldLanding__ContentWrapper__Banner p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: right;
    padding: 16px 0;
    color: white;
}

.GoldLanding__ContentWrapper__Banner button {
    width: 100px;
}

.GoldLanding__ContentWrapper__ContentCards__Card,
.GoldLanding__SampleLogos__Card {
    padding: 16px !important;
    border: 1px solid #c5aa75 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    flex: 0 0 calc(33.333333% - 8px);
    max-width: calc(33.333333% - 8px);
    border-radius: 5px !important;
}

.tabid-529 .slick-initialized .slick-slide {
    margin: 0 4px !important;
}

.GoldLanding__SampleLogos__Card {
    flex: 0 0 calc(25% - 8px);
    max-width: calc(25% - 8px);
    height: 200px !important;
    margin: 0 4px !important;
}

.GoldLanding__SampleLogos__Card img {
    max-height: 160px;
}

.GoldLanding__ContentWrapper__ContentCards__Card span {
    color: #333333;
    margin-top: 15px;
    text-align: right;
    width: 100%;
    display: block;
}

.GoldLanding__Contacts {
    width: 100%;
    height: auto;
    padding: 64px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("/Portals/0/images/contact-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.GoldLanding__Contacts>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.GoldLanding__Contacts>span {
    width: 200px;
    height: 1px;
    transform: translateY(-50%);
    margin: 0 24px;
    background: radial-gradient( 100% 30802503.98% at 0% 100%, rgba(197, 170, 117, 0) 0%, #c5aa75 0.01%, rgba(197, 170, 117, 0) 100%);
}

.GoldLanding__Contacts>span:nth-of-type(2) {
    background: radial-gradient( 100% 30802503.98% at 100% 0%, rgba(197, 170, 117, 0) 0%, #c5aa75 0.01%, rgba(197, 170, 117, 0) 100%);
}

.GoldLanding__Contacts__Item {
    padding: 0 16px;
    color: white;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}

.GoldLanding__Contacts__Item i {
    width: 34px;
    height: 34px;
    margin: 0 12px;
    border-radius: 50%;
    background: #c5aa75;
    display: flex;
    justify-content: center;
    align-items: center;
}

.GoldLanding__Contacts__Item span {
    font-family: sans-serif;
    font-weight: 500;
    color: white;
}

.GoldLanding__Buttons {
    display: flex;
    height: 40px;
}

.GoldLanding__Buttons a {
    position: relative;
    width: 185px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #383838;
    transform: translateX(45px);
    padding-right: 16px;
}

.GoldLanding__Buttons span.effect::before {
    content: "";
    position: absolute;
    width: 25%;
    height: 100%;
    top: 0;
    left: 0;
    border-left: 0;
    background: #e5d3af;
    border-bottom-left-radius: 21px;
    border-top-left-radius: 21px;
    opacity: 0.3;
    clip-path: polygon(0 0, 100% 0, 81% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 81% 100%, 0% 100%);
}

.GoldLanding__ButtonsSample .border-effect {
    stroke: #3f3f3f;
}

.see-all:hover .border-effect {
    stroke-dasharray: 1400px 0px !important;
    stroke-dashoffset: -235px !important;
}

.border-effect {
    max-width: 150px;
    min-width: 150px;
    stroke: #c5aa75;
    stroke-dasharray: 300px 400px;
    stroke-dashoffset: -237px;
    transition: 0.6s;
    stroke-width: 7px;
}

.GoldLanding__ButtonsForm a {
    color: white !important;
    transform: translate(30px);
}

.GoldLanding__ButtonsSample a span.effect::before {
    background: white !important;
    opacity: 0.8;
    z-index: -1;
    top: 1px;
    height: 41px;
}

.GoldLanding__ButtonsForm a span.effect::before {
    background: #3f3f3f !important;
    opacity: 1;
    z-index: -1;
    top: 1px;
    height: 41px;
}

.GoldLanding__UserComment {
    max-width: 1920px;
    height: 550px;
    padding: 32px 0;
    margin: 0 auto;
    position: relative;
}

.GoldLanding__UserComment::before {
    content: "";
    width: 65%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url("/Portals/0/images/commentBack.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px 0 0 5px;
}

.GoldLanding__UserComment::after {
    content: "";
    width: 65%;
    height: 450px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #c5aa75;
    border-radius: 0 5px 5px 0;
}

.GoldLanding__UserComment__Heading {
    padding: 32px 0;
    padding-right: 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.GoldLanding__UserComment__Heading::before {
    content: "";
    position: absolute;
    width: 190px;
    height: 160px;
    top: 0px;
    left: -90px;
    background: url("/Portals/0/images/camma.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.GoldLanding__UserComment__Heading h3 {
    font-size: 28px;
    font-weight: 500;
    color: white;
}

.GoldLanding__UserComment__Heading p {
    font-size: 20px;
    font-weight: 500;
    margin-top: 16px;
    margin-bottom: 24px;
    color: white;
}

.GoldLanding__UserComment__Arrows {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
}

.GoldLanding__UserComment__Arrows button {
    position: relative;
    width: 30px;
    height: auto;
    border: none;
}

.GoldLanding__UserComment__ArrowsRight {
    margin-left: 16px;
}

.GoldLanding__UserComment__ArrowsLeft:before {
    content: "" !important;
    top: 6px;
    width: 18px;
    height: 35px;
    position: absolute;
    color: #aaa !important;
    font-size: 50px !important;
    line-height: normal !important;
    background: url("/Portals/_default/skins/wb-skin/images/arrow.png");
    transform: rotate(180deg);
    border: none;
    background-repeat: no-repeat;
    background-size: cover;
}

.GoldLanding__UserComment__ArrowsRight::before {
    content: "" !important;
    top: 0;
    width: 18px;
    height: 35px;
    position: absolute;
    color: #aaa !important;
    font-size: 50px !important;
    line-height: normal !important;
    background: url("/Portals/_default/skins/wb-skin/images/arrow.png");
    border: none;
    background-repeat: no-repeat;
    background-size: cover;
}

.GoldLanding__UserComment__Slider {
    z-index: 10;
    display: flex !important;
    align-items: center;
    padding-right: 70px !important;
    direction: rtl !important;
}

.GoldLanding__UserComment__Slider .slick-next,
.GoldLanding__UserComment__Slider .slick-prev {
    display: none !important;
}

.GoldLanding__UserComment__SliderCard {
    background-color: white;
    padding: 24px 40px;
    border-radius: 5px;
}

.GoldLanding__UserComment__SliderCardContents_Top {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.GoldLanding__UserComment__SliderCardContents_Top>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 24px;
}

.GoldLanding__UserComment__SliderCardContents_Top>div h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.GoldLanding__UserComment__SliderCardContents_Top>div p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #444444;
}

.GoldLanding__UserComment__SliderCardContents_Top>img {
    height: 90px;
    width: 90px;
    object-fit: cover;
    border-radius: 50%;
}

.GoldLanding__UserComment__SliderCardContents_Bottom {
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    text-align: justify;
    padding-top: 16px;
    color: #444444;
}

@media all and (max-width:991px) {
    .GoldLanding__ContentWrapper__HeadMain {
        text-align: center;
        font-size: 24px;
    }
    .goldLanding_Contact {
        margin-inline: calc(50% - 50vw);
    }
    .GoldLanding__ContentWrapper h2 {
        font-size: 20px;
        line-height: 32px;
        text-align: right;
    }
    .GoldLanding__ContentWrapper h2 span {
        display: none !important;
    }
    .GoldLanding__ContentWrapper__Contents p,
    .GoldLanding__ContentWrapper__Contents ul {
        font-size: 14px;
        line-height: 28px;
    }
    .GoldLanding__ContentWrapper__Contents h3 {
        font-size: 18px;
    }
    .GoldLanding__Clacs img {
        display: none;
    }
    .GoldLanding__ContentWrapper__Banner {
        padding: 40px 16px;
    }
    .GoldLanding__ContentWrapper__Banner_one {
        background: url("/Portals/0/images/banner1-mobile.png");
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
    .GoldLanding__ContentWrapper__Banner_two {
        background: url("/Portals/0/images/banner2-mobile.png");
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
    .GoldLanding__ContentWrapper__Banner_two {
        flex-direction: column;
    }
    .GoldLanding__ContentWrapper__Banner_two h3 {
        line-height: 32px;
        padding-left: 72px;
    }
    .GoldLanding__ContentWrapper__Banner h3 {
        font-size: 16px;
        padding-left: 60px;
    }
    .GoldLanding__ContentWrapper__Banner p {
        font-size: 14px;
        margin-bottom: 0 !important;
    }
    .GoldLanding__Buttons {
        transform: scale(0.8);
        margin-right: -32px;
    }
    .GoldLanding__ButtonsForm {
        margin-top: 24px;
        transform: scale(0.8) translateX(90px);
    }
    .GoldLanding__ContentWrapper__ContentsImageBanner {
        height: 380px;
        margin: 24px 0;
    }
    .GoldLanding__ContentWrapper__ContentCards__Card {
        flex: 0 0 calc(100% - 8px);
        max-width: calc(100% - 8px);
        margin-left: 8px;
    }
    .GoldLanding__ContentWrapper__ContentCards__Card:nth-last-of-type() {
        margin-left: 0px;
    }
    .GoldLanding__UserComment {
        padding-bottom: 42px;
        height: auto;
    }
    .GoldLanding__UserComment::before {
        width: 100%;
        background: #3f3f3f;
        border-radius: 0;
    }
    .GoldLanding__UserComment::after {
        width: 100%;
        height: 250px;
        border-radius: 0;
        bottom: 0;
        top: unset;
        transform: unset;
    }
    .GoldLanding__UserComment__Heading {
        padding-right: 0;
        align-items: center;
        z-index: 10;
    }
    .GoldLanding__UserComment__Heading::before {
        width: 100px;
        height: 85px;
        top: 6px;
        left: 24px;
        opacity: 1;
        z-index: -1;
    }
    .GoldLanding__UserComment__Heading h3 {
        font-size: 24px;
    }
    .GoldLanding__UserComment__Heading p {
        font-size: 18px;
    }
    .GoldLanding__UserComment__Slider {
        padding: 30px 16px !important;
        padding-top: 0 !important;
    }
    .GoldLanding__UserComment__Arrows {
        display: none !important;
    }
    .GoldLanding__UserComment__Slider .slick-prev,
    .GoldLanding__UserComment__Slider .slick-next {
        display: inline-block !important;
        top: unset !important;
        bottom: 0px !important;
        transform: unset !important;
        filter: brightness(100);
    }
    .GoldLanding__UserComment__Slider .slick-prev {
        left: 33% !important;
        bottom: -27px !important;
        transform: rotate(-180deg) !important;
        background: transparent !important;
        border: none !important;
    }
    .GoldLanding__UserComment__Slider .slick-next {
        right: 33% !important;
        bottom: -27px !important;
        transform: rotate(-180deg) !important;
        background: transparent !important;
        border: none !important;
    }
    .GoldLanding__UserComment__SliderCard {
        padding: 24px;
    }
    .GoldLanding__UserComment__SliderCardContents_Top>div h3 {
        font-size: 16px;
    }
    .GoldLanding__UserComment__SliderCardContents_Top>div p {
        font-size: 14px;
    }
    .GoldLanding__UserComment__SliderCardContents_Bottom {
        font-size: 14px;
    }
    .GoldLanding__SampleLogos .slick-list,
    .GoldLanding__ContentWrapper__ContentCards .slick-list {
        margin: 0 -15px !important;
    }
    .GoldLanding__Contacts {
        padding: 32px 0;
    }
    .GoldLanding__Contacts>span {
        display: none;
    }
    .GoldLanding__Contacts>div {
        flex-direction: column;
    }
    .GoldLanding__Contacts__Item {
        width: 100%;
        margin: 16px 0;
        justify-content: flex-start;
    }
    .slick-slide.GoldLanding__SampleLogos__Card {
        height: 300px !important;
    }
}

.GoldLanding__UserComment__SliderCard {
    margin: 0 4px !important;
}

.tabid-316 main {
    overflow-x: hidden;
}

.services_Faq__Item__Wrapper {
    list-style: none !important;
    margin-right: unset !important;
}

.services_Faq__title>span {
    color: #000000;
}

.Faq__desc_Inner p:first-of-type {
    margin-top: 1rem;
}

.Faq__desc_Inner p:not(:first-of-type) {
    color: #000;
}

@media (min-width:992px) {
    .services__Desc_Gold.has-border {
        border: 1px solid #dfdfdf;
        translate: 0 40px;
        margin-bottom: 2rem;
        padding: 32px;
        border-radius: 16px;
        position: relative;
    }
}

.services__Desc_Gold {
    border-radius: 16px;
    position: relative;
}

.WB_Home_Testemonial {
    padding-block: var(--title-space);
    background-color: var(--bw-fade-3);
}

.home__Testemonial_Item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    --icon: 50px;
    --icon-color: var(--bw-fade-3);
    --icon-mb: 0.5rem;
    --color-accent: var(--bw-fade-5);
    --content-bak: var(--white);
    --content-mb: 0px;
    --image-width: 80px;
    --normal-padding: 0.5rem 30px var(--image-width);
    transition: var(--transition);
}

.testemonial__Content_wrapper {
    width: 100%;
    padding: var(--normal-padding);
    color: var(--color-accent);
    background-color: var(--content-bak);
    font-size: 0.875rem;
    transition: var(--transition);
    border-radius: var(--border-radius);
}

.testemonial__quotation {
    --iconUrl: url("./Vertex/qoute.svg");
}

.testemonial__Content_Text {
    margin-bottom: var(--content-mb);
    text-align: justify;
}

.testemonial__Image_wrapper {
    width: var(--image-width);
    height: var(--image-width);
    border-radius: 50%;
    overflow: hidden;
    margin-top: calc(-1 / 2 * var(--image-width));
}

@media (min-width:992px) {
    .home__Testemonial_Item {
        margin-top: var(--main-space);
        position: relative;
        z-index: 1;
        transform-origin: top;
        transform: scale(1);
    }
    .home__Testemonial_Item.slick-center {
        --content-color: var(--mc1);
        --color-accent: var(--white);
        --icon-color: var(--bw-fade-5);
        --content-bak: var(--mc1);
        margin-top: 0;
        z-index: 2;
        transform: scale(1.1);
    }
    .testemonial__Content_wrapper {
        height: 365px;
    }
}

@media (max-width:991px) {
    .home__Testemonial_Item {
        --icon: 42px;
    }
    .WB_Home_Testemonial .testemonial__Content_wrapper {
        height: 420px;
    }
    .home__Testemonial_Item {
        margin-inline: 0.5rem;
    }
    .home__Testemonial_Wrapper .slick-list {
        margin-inline: -0.5rem;
    }
    .testemonial_Name {
        font-size: 14px;
    }
    .testemonial__Position {
        font-size: 14px;
    }
}

.WB_Home_Testemonial .home__Testemonial_Item {
    flex-direction: column;
}

.GoldLanding.goldLanding_Contact .GoldLanding__SampleLogos {
    padding: 0;
}

#wrap.tabid-316 {
    padding-top: unset !important;
}

#wrap.tabid-316 .sliderPane {
    margin-top: 2.5rem;
}

.h_iframe-aparat_embed_frame {
    aspect-ratio: 1.76/1;
}

.home_Portfolio_List,
.home_Portfolio_List_New__Wrapper .ProductList {
    display: grid !important;
    column-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    row-gap: 1.5rem;
    text-align: left;
}

.home_Portfolio_List .img__Wrapper,
.home_Portfolio_List_New__Wrapper .img__Wrapper {
    overflow: hidden;
    background: #000;
}

.home_Portfolio_List>div a,
.home_Portfolio_List_New__Wrapper .ListCell>div a,
.home_Portfolio_List_New__Wrapper .AltListCell>div a {
    inset: 0;
    display: block;
    position: relative;
}

.home_Portfolio_List>div a::before,
.home_Portfolio_List_New__Wrapper .ListCell>div a::before,
.home_Portfolio_List_New__Wrapper .AltListCell>div a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: "";
    -webkit-transition: -webkit-transform 1s;
    transition: transform 0.7s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
}

.home_Portfolio_List>div img,
.home_Portfolio_List_New__Wrapper .ListCell>div img,
.home_Portfolio_List_New__Wrapper .AltListCell>div img {
    width: 100%;
    transition: 0.7s;
    aspect-ratio: 1.67/1;
    object-fit: cover;
    margin-bottom: -1px;
}

.home_Portfolio_List .img__Wrapper img:nth-child(2),
.home_Portfolio_List_New__Wrapper .img__Wrapper img:nth-child(2) {
    position: absolute;
    width: 200px;
    height: 200px;
    z-index: 10;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    object-fit: contain;
    scale: 0;
    transition: 0.3s;
}

@media (min-width:991px) {
    .home_Portfolio_List .ListCell>div:hover a::before,
    .home_Portfolio_List_New__Wrapper .ListCell>div:hover a::before,
    .home_Portfolio_List_New__Wrapper .AltListCell>div:hover a::before {
        -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
        transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
    }
    .home_Portfolio_List>div:hover .img__Wrapper img:nth-child(2),
    .home_Portfolio_List_New__Wrapper .ListCell>div:hover .img__Wrapper img:nth-child(2),
    .home_Portfolio_List_New__Wrapper .AltListCell>div:hover .img__Wrapper img:nth-child(2) {
        scale: 1;
        transition: 1s;
    }
    .home_Portfolio_List>div:hover .img__Wrapper img:nth-child(1),
    .home_Portfolio_List_New__Wrapper .ListCell>div:hover .img__Wrapper img:nth-child(1),
    .home_Portfolio_List_New__Wrapper .AltListCell>div:hover .img__Wrapper img:nth-child(1) {
        opacity: 0.4;
    }
}

.home_Portfolio_List>div h5,
.home_Portfolio_List_New__Wrapper .ListCell>div h5,
.home_Portfolio_List_New__Wrapper .AltListCell>div h5 {
    margin-top: 1rem;
    margin-bottom: 13px;
    font-size: 20px;
    font-weight: 600;
}

.home_Portfolio_List>div p,
.home_Portfolio_List_New__Wrapper .ListCell>div p,
.home_Portfolio_List_New__Wrapper .AltListCell>div p {
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    line-height: 1.5rem;
}

.home_Portfolio_List__Wrapper .home_Portfolio_Btn,
.home_Portfolio_List_New__Wrapper .home_Portfolio_Btn,
.home_Logo_List__Wrapper .home_Portfolio_Btn {
    margin-top: 3.5rem;
    padding-block: 14px;
    width: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: var(--border-radius-sm);
    margin-inline: auto;
    font-size: 1rem;
    font-weight: 700 !important;
    color: #000 !important;
    background-color: #fff;
    border: 1px solid #000 !important;
}

.home_Portfolio_Btn {
    border: 1px solid transparent;
    transition: var(--transition);
}

@media (min-width:992px) {
    .home_Portfolio_List__Wrapper .home_Portfolio_Btn:hover,
    .home_Portfolio_List_New__Wrapper .home_Portfolio_Btn:hover,
    .home_Logo_List__Wrapper .home_Portfolio_Btn:hover {
        background-color: #000;
        color: #fff !important;
        border-color: #000;
    }
}

@media (max-width:991px) {
    .home_Portfolio_List__Wrapper .home_Portfolio_Btn,
    .home_Portfolio_List_New__Wrapper .home_Portfolio_Btn,
    .home_Logo_List__Wrapper .home_Portfolio_Btn {
        margin-top: 1.5rem;
        font-size: 14px;
        width: 240px;
    }
    .home_Portfolio_List,
    .home_Portfolio_List_New__Wrapper .ProductList {
        grid-template-columns: 1fr;
        grid-row-gap: 1rem;
    }
    .home_about__Wrapper p {
        padding-inline: 0.9375rem;
    }
    .home_Portfolio_List>div p,
    .home_Portfolio_List_New__Wrapper .ListCell>div p,
    .home_Portfolio_List_New__Wrapper .AltListCell>div p {
        font-size: 0.875rem;
    }
}

#dnn_ctr1011_ProductList_pnlProductList:not(:has(.PagingTable)) {
    margin-bottom: var(--main-space);
}

.footer__inner_new {
    max-width: 504px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer__inner_new .footer__Recommend_List {
    width: 100%;
}

.footer_image_container {
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}

.footer_image_container .enamad_image {
    height: 56px;
    width: 46px;
}

.footer_image_container .logolounge_image {
    height: 43px;
    width: 115px;
}

.footer_image_container .cup_image {
    height: 48px;
    width: 47px;
}

.beman_logo_notext {
    width: 147px;
    height: 90px;
}

.footer_divider_new {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #323232;
    border-bottom: 1px solid #323232;
}

.footer__Wrapper_new .footer__Recommend_List a,
.footer_divider_new .footer__Pages_List a {
    font-weight: 500;
}

.footer_divider_new .footer__Call_Wrapper a {
    font-size: 24px;
    font-weight: 700;
}

.footer__Wrapper_new .footer__Socials_List {
    gap: 12px;
}

@media (max-width:991px) {
    .footer__Wrapper_new .footer__Socials_List {
        width: 100%;
    }
    .footer__Wrapper_new .footer__Recommend_List a,
    .footer_divider_new .footer__Pages_List a {
        font-size: 14px;
        font-weight: 500;
    }
    .footer_divider_new .footer__Call_Wrapper a {
        font-size: 18px;
        font-weight: 700;
    }
    .footer_divider_new .footer__Pages_List {
        gap: 24px;
    }
    .footer__Wrapper_new .footer__Recommend_List a:first-child {
        order: 2;
    }
}

.article__InternalLink,
.article__InternalLink:visited {
    color: var(--mc1);
    text-decoration: underline;
}

.blogDetail article>*:not(:last-child) {
    margin-bottom: 0.5rem;
}

.blogDetail article h2 {
    margin-top: var(--title-space) !important;
    margin-bottom: calc(var(--title-space)/2) !important;
}

.blogDetail article *[style$="text-align: left;"] {
    direction: ltr;
}

.blogDetail article a {
    color: var(--mc1);
    text-decoration: underline;
}

.blogDetail article code {
    color: var(--mc1);
}

.blogDetail table {
    max-width: 100%;
    margin: auto;
    border: none !important;
    background-color: transparent !important;
}

.blogDetail li {
    list-style-type: disc;
    list-style-position: inside;
    margin-right: 1rem;
}

.blogDetail ol li {
    list-style-type: decimal;
}

.blogDetail h2 {
    font-size: var(--fz-xl);
}

.blogDetail h3 {
    font-size: var(--fz-lg);
}

.blogCard {
    border-radius: var(--border-radius);
    background-color: var(--bw-fade-2);
    border: 1px solid transparent;
    transition: var(--transition);
    overflow: hidden;
}

.blogCard:hover {
    border-color: var(--mc1);
}

.blogCard__Title {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5rem;
    max-height: 3rem;
}

.blogCard__Image_Wrapper {
    width: 48%;
    border-top-left-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
    overflow: hidden;
}

.blogCard__Image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.blogCard__Content_Wrapper {
    flex: 52%;
    padding-block: 2rem;
    padding-inline: 1rem;
    line-height: 32px;
}

.blogCard__Content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blogCard__Summary {
    padding-bottom: 0.75rem;
}

.blogCard__Action {
    display: flex;
    border-top: 1px solid var(--bw-fade-5);
    padding-top: 1rem;
    justify-content: space-between;
    align-items: center;
}

.blogCard__Date {
    --icon-ml: 0.5rem;
}

.blogCard__See_More .WbIcon {
    transform: rotate(90deg);
}

@media (max-width:992px) {
    .blogCard {
        flex-direction: column;
    }
    .blogCard__Image_Wrapper {
        width: 100%;
        border-radius: var(--border-radius);
    }
}

.blogList .mainArticleWrapper {
    --col-desktop: 2;
    --col-tablet: 2;
    --col-mobile: 1;
    display: grid;
    grid-template-columns: repeat(var(--col-desktop), 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
}

.blogList .articleList__Card {
    margin: 0;
}

@media (max-width:992px) {
    .blogList .mainArticleWrapper {
        grid-template-columns: repeat(var(--col-mobile), 1fr);
    }
}

.blogLatest {
    border: 1px solid #E1E1E1;
    border-radius: var(--border-radius-sm);
    padding: 8px;
    display: flex;
    transition: var(--transition);
}

.blogLatest:hover {
    box-shadow: 0px 4px 8px rgb(4 57 87 / 15%);
    color: var(--mc2);
}

.blogLatest:not(:last-child) {
    margin-bottom: 12px;
}

.blogLatest .imgBox {
    display: inline-block;
    border-radius: var(--border-radius-sm);
    overflow: hidden;
    width: 110px;
    margin-left: .5rem;
}

.blogLatest .pic {
    display: flex;
    align-items: center;
}

.blogLatest .ttl {
    height: calc(2 * 1.5rem);
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dateCreate {
    letter-spacing: -1.5px;
}

.blogDetail article img {
    height: auto !important;
    margin-block: 1.5rem 1rem;
    border: solid 1px #ebebeb;
}

@media (max-width:991px) {
    .blogList .mainArticleWrapper {
        grid-template-columns: repeat(var(--col-tablet), 1fr);
    }
    .blogListSlider .articleList__Card {
        min-width: 300px;
        width: 300px;
    }
    .blogList .articleList__Card {
        width: auto;
    }
}

@media (max-width:575px) {
    .blogList .mainArticleWrapper {
        grid-template-columns: repeat(var(--col-mobile), 1fr);
    }
}

.article-list-box {
    position: relative;
    padding: 15px 0;
    width: 100%;
}

.article-list-img {
    overflow: hidden;
    width: 240px;
    height: 240px;
    border: 1px solid #807c7c;
    padding: 0;
    display: block;
    margin: 0 auto;
}

.article-list-box img {
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    width: 100%;
    height: auto;
}

.article-list-ttl {
    text-align: center;
    padding: 10px;
    margin-top: 0;
}

.article-list-ttl a {
    color: #2f2f2f;
    font-size: 16px;
    line-height: 26px;
}

@media (min-width:1680px) {
    #dnn_ctr506_DNNArticle_panel1 div.box-art {
        width: 250px;
    }
    .article-list-img {
        overflow: hidden;
        width: 230px;
        height: 230px;
    }
}

.inpage-content-detail {
    margin-bottom: 15px;
    color: #a8a8a8;
    width: 100%;
    display: inline-block;
}

.inpage-content-detail>.post-by,
.inpage-content-detail>.post-date,
.inpage-content-detail>.dtail-links-bg {
    width: auto;
    display: inline-block;
    margin: 20px 0 10px;
    font-size: 12px;
    padding: 0 20px 0;
    background-size: 15px 15px;
}

.inpage-content-caption {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    color: #333333;
    text-align: right;
    margin-bottom: 20px;
}

.cannibalization {
    line-height: 2.8;
    background: #f9f7f7;
    border-radius: 6px;
    border-top: 9px solid #ebd9b6;
}

.cannibalization>div {
    background: #ebd9b6;
    padding: 0 0 9px 0;
}

.cannibalization img {
    width: unset !important;
}

#boxBuilder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 18px;
    align-items: flex-start;
}

.cannibalization ul li {
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    padding-right: 20px;
}

.cannibalization ul li::before {
    content: '\f058';
    font-family: FontAwesome;
    color: #b69d6b;
    padding: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    right: 0;
    top: -4px;
    position: absolute;
}

.inpage-content img:not(#cannibal-img) {
    width: 90% !important;
    margin: 30px auto;
    display: block;
}

.des,
.des p {
    text-align: justify;
    font-size: 16px;
    color: #333;
    line-height: 2 !important;
    margin-bottom: 0;
    margin: 10px 0;
}

.des {
    word-break: normal !important;
}

.des a,
.des p a {
    padding: 0;
    color: #1d73fb !important;
}

.des h2 {
    font-size: 20px;
    margin-top: 20px;
    color: #a07f3e;
}

.des h3 {
    font-size: 18px;
    margin-top: 20px;
    color: #a07f3e;
}

.des li {
    list-style-position: inside !important;
}

.CommandButton {
    display: none;
}

.like-bg.Article_like {
    display: inline-flex;
}

.content-side-social {
    display: inline-flex;
    float: left;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
}

.mainTags {
    width: 100%;
    text-align: left;
    margin-top: 10px;
}

.like-bg.Article_like {
    margin-top: 45px;
}

.dislike-btn,
.like-btn-bg {
    border-radius: 5px;
    display: inline-block;
    background: rgba(251, 251, 251, 0.2);
    position: relative;
}

.like-btn-bg {
    margin-right: 20px;
}

.Article_like button {
    margin: 3px 0;
    min-width: 70%;
}

.like-bg button {
    position: relative;
}

.Article_like button {
    background: #fff;
    color: #fff;
    margin-bottom: 5px;
    border-radius: 5px;
    width: auto;
    display: inline-block;
    float: right;
    min-width: unset;
    text-align: center;
    border: 1px solid #d7b46e;
    padding: 5px 26px 7px;
    width: 50%;
}

.Article_like button:focus {
    outline: 2px solid #d7b46e;
}

.like-text,
.like-text div,
.like-num-bg,
.like-num-bg span,
.dislike-num span,
.dislike-text,
.dislike-text div,
.dislike-num {
    font-size: 12px !important;
    color: #323232;
    font-family: 'IranYekan';
}

.Article_like .like-text,
.Article_like .dislike-text {
    display: inline-block;
    width: auto !important;
}

.Article_like .like-text,
.Article_like .dislike-text {
    padding: 5px 0 0 !important;
}

.Article_like .like-text,
.Article_like .dislike-text {
    text-align: left;
    float: left;
}

.Article_like .like-text,
.Article_like .like-text div,
.Article_like .like-num-bg,
.Article_like .like-num-bg span,
.Article_like .dislike-num span,
.Article_like .dislike-text,
.Article_like .dislike-text div,
.Article_like .dislike-num {
    font-size: 16px !important;
}

.Article_like .dislike-btn span,
.Article_like .like-btn-bg span {
    padding: 0;
    display: inline-block;
    position: relative;
    z-index: 999;
}

.Article_like .likesBtn {
    margin: 0 !important;
    width: 27px;
    height: 27px;
    float: right;
    margin-top: -1px !important;
    overflow: unset !important;
}

.Article_like .like-text,
.Article_like .like-text div,
.Article_like .like-num-bg,
.Article_like .like-num-bg span,
.Article_like .dislike-num span,
.Article_like .dislike-text,
.Article_like .dislike-text div,
.Article_like .dislike-num {
    font-size: 16px !important;
}

.likesBtn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.Article_like .Like:before {
    content: "\f087" !important;
    color: #d7b46e !important;
}

#divLike:before,
#divDisLike:before {
    display: block !important;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 4px;
    font-size: 23px !important;
    width: 12px;
    height: 12px;
    font: normal normal normal 14px /1 FontAwesome;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    color: #a40000;
}

.Article_like #divLike:before {
    color: #d7b46e !important;
}

.likesBtn:after {
    content: '';
    display: block !important;
    opacity: 0;
    left: 0 !important;
    top: -6px !important;
    height: 39px;
    width: 92px;
    margin: 0 !important;
    position: absolute;
}

.likesBtn:after {
    content: '';
    display: block !important;
    opacity: 0;
    left: -27px !important;
    top: -6px !important;
    height: 35px;
    z-index: 999;
    width: 83px;
    margin: 0 !important;
    position: absolute;
    pointer-events: unset;
}

.likesBtn:after {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 25px;
    margin-top: -16px;
    font-family: FontAwesome;
}

#divLike:after {
    content: "\f087";
}

.Article_like .like-num-bg,
.Article_like .dislike-num {
    border-left: 1px solid #b2b2b2;
    text-align: center;
    position: relative !important;
    right: -9px;
    height: 100%;
    top: 5px;
}

.Article_like .like-num-bg,
.Article_like .dislike-num {
    border-left: 0;
}

.Article_like .like-num-bg {
    width: auto !important;
    padding: 0 !important;
}

.Article_like .like-text,
.Article_like .like-text div,
.Article_like .like-num-bg,
.Article_like .like-num-bg span,
.Article_like .dislike-num span,
.Article_like .dislike-text,
.Article_like .dislike-text div,
.Article_like .dislike-num {
    font-size: 16px !important;
}

.Article_like .dislike-btn span,
.Article_like .like-btn-bg span {
    padding: 0;
    display: inline-block;
    position: relative;
    z-index: 999;
}

.Article_like button:last-child {
    margin-right: 4%;
}

.Article_like .DisLike:before {
    content: "\f088" !important;
    color: #888 !important;
}

.Article_like #divDisLike:before {
    color: #000 !important;
    top: 0;
}

.Liked:before {
    content: "\f164" !important;
    font-size: 27px;
    opacity: 1;
    color: #d7b46e !important;
}

.DisLiked:before {
    content: "\f165" !important;
    font-size: 27px;
    opacity: 1;
}

.related {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
}

.DnnModule.DnnModule-DNNArticle-ArticleView div[id$="ModuleContent"].DNNModuleContent.ModDNNArticleArticleViewC>div>span:first-child {
    width: 100%;
    display: inline-block;
    margin: 20px 0 10px;
    padding: 0 30px 0;
    font-size: 15px;
    font-weight: bold !important;
}

.suggested-articles-box {
    display: inline-block;
    width: 100%;
    background: #fff;
    margin: 10px 0;
}

.suggested-articles-box>a {
    width: 100%;
    display: inline-block;
    padding: 0;
}

.suggested-post-img {
    width: 100%;
    display: inline-block;
    border: 1px solid #807c7c;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.suggested-post-img img {
    height: auto !important;
    width: 100%;
    display: inline-block;
}

.suggested-articles-title {
    font-size: 14px;
    color: #000;
    padding: 5px 10px;
    margin: 6px 0 !important;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    line-height: 22px;
    height: 50px;
}

.new-articles-box {
    width: 100%;
    display: inline-block;
}

.New-post-img {
    height: 178px;
    overflow: hidden;
    text-align: center;
}

.New-post-img img {
    max-width: 100%;
}

.New-post-ttl {
    padding: 10px;
    color: #000;
    text-align: center;
}

.New-post-ttl a {
    color: #000 !important;
}

#dnn_ArticelPaneLeft .DNNModuleContent.ModDNNArticleListC>div {
    margin: 0 !important;
}

.rated-post-box {
    display: inline-block;
    width: 100%;
    padding: 20px 10px 10px;
    font-size: 12px !important;
    color: #4b5052 !important;
    border-bottom: 1px solid #ebebeb;
}

.rated-post-img {
    width: 70px;
    height: 70px;
    float: right;
    border: 0;
}

.rated-post-box h5 {
    font-size: 14px !important;
    line-height: 19px;
    margin-top: 8px;
    min-height: 42px;
    display: inline-block;
    width: auto;
    width: 65%;
    vertical-align: top;
}

.rated-post-box h5 a {
    color: #4b5052;
    text-align: right;
}

.tabid-68 .social {
    display: inline-block;
    margin: 20px auto 0;
    text-align: center;
    width: 100%;
    padding: 0 10%;
}

.tabid-68 .social-title span {
    text-align: center !important;
}

.tabid-68 .content-side-social:not(.tabid-68 .inpage-content .content-side-social) {
    float: none;
}

.user-comment a {
    color: cornflowerblue;
}

.download-brand-logo {
    border: 1px solid var(--mc1);
    border-radius: var(--border-radius-sm);
    overflow: hidden;
}

.download-brand-logo .download-text {
    background-color: white;
    padding: 2rem 1.5rem;
    position: relative;
    border-left: solid 1px var(--mc1);
    display: flex;
    flex-direction: column;
}

.download-brand-logo .download-text>span {
    display: list-item !important;
    list-style: disc inside;
    font-size: var(--fz-md);
    font-weight: var(--fw-600);
}

.download-brand-logo .download-text .download-link {
    width: 180px;
    text-decoration: none;
    justify-content: center;
    margin: auto auto 0;
}

.download-brand-logo .download-image {
    padding-inline: 1rem;
}

.download-brand-logo .download-image a {
    display: flex;
    justify-content: flex-end;
}

.download-brand-logo .download-image a img {
    margin: 0 !important;
    background-color: white;
    border-color: transparent;
}

.article_table_container {
    margin: 1rem auto;
    overflow: hidden;
    font-size: 14px !important;
    overflow-x: scroll;
}

.article_table {
    border-collapse: collapse;
    width: 100%;
    border-color: #a07f3e79;
}

.article_table td,
th {
    padding: 5px;
    text-align: center;
}

.article_table tr:nth-child(odd) {
    background-color: #a07f3e0f;
}

.poster_Vertical {
    margin-top: 8.5rem;
    margin-bottom: -3rem;
    padding-left: 20px;
    padding-right: 15px;
}

.poster_Horizontal {
    padding: 0 15px;
    margin-top: 2rem;
}

.poster_Vertical a,
.poster_Horizontal a {
    display: block;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.poster_Vertical img,
.poster_Horizontal picture {
    width: 100%;
}

@media (min-width:1200px) {
    .download-brand-logo .download-text a {
        left: 20px;
    }
}

@media all and (min-width:992px) and (max-width:1200px) {
    .download-brand-logo .download-text {
        padding-bottom: 45px;
    }
}

@media (max-width:992px) {
    .poster_Vertical {
        display: none;
    }
}

@media all and (max-width:767px) {
    .download-brand-logo .download-text {
        padding-bottom: 33px;
    }
    .download-brand-logo .download-text a {
        left: 50%;
        transform: translateX(-50%);
        bottom: 4px;
    }
    .click-img {
        display: none;
    }
    .download-brand-logo .download-image {
        display: none;
    }
    .Article_like button {
        padding: 5px 16px;
    }
    .content-side-social {
        justify-content: center;
        margin-top: 8px;
    }
    .tel-fix a {
        font-size: 14px;
    }
    .poster_Horizontal {
        margin-top: 4rem;
    }
}

.topBlog__Banner_Wrapper img {
    width: 100%;
    border-radius: 1rem;
}

#blogDetail__TopicsBox__List li:hover {
    color: var(--mc1);
}

.blogDetail__TopicsBox .blogDetail__TopicsBox__Ttl {
    display: block;
    background: rgba(235, 235, 235, 1);
    padding: 1rem;
    font-weight: 700;
}

.blogDetail__TopicsBox {
    display: flex;
    font-size: 16px;
    flex-direction: column;
    width: 100%;
    border: solid 1px rgba(212, 212, 212, 1);
    border-radius: 0.5rem;
    overflow: hidden;
}

ul#blogDetail__TopicsBox__List {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1rem;
    margin: 0;
    padding: 1.5rem 1rem;
}

#blogDetail__TopicsBox__List li {
    cursor: pointer;
    transition: 0.5s;
    width: 100%;
    position: relative;
    list-style: disc !important;
    display: list-item;
    color: var(--bw-fade-5);
    font-weight: 600;
}

#blogDetail__TopicsBox__List li::marker {
    color: var(--mc1);
    vertical-align: middle;
}

#blogDetail__TopicsBox__List li:hover {
    color: var(--mc1);
}

.blogDetail__Ttl {
    font-size: var(--fz-xl);
    font-weight: 800;
}

.blogDetail article a:not(.download-link) {
    color: var(--mc1) !important;
}

.blogDetail article picture {
    display: flex;
    width: 100%;
    justify-content: center;
}

.blogDetail article p {
    line-height: 32px;
}

.blogDetail article img {
    border-radius: 0.5rem;
    width: auto;
    height: auto !important;
}

.blogDetail article .blogDetail__MainImg img {
    width: auto;
    margin: auto;
}

.blogDetail .blog__Share_Wrapper {
    border-radius: 0.5rem;
    background-color: rgba(235, 235, 235, 1);
    display: flex;
    align-items: center;
    padding: 1rem;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

.blogDetail .blog__Share_List {
    column-gap: 1rem;
    display: flex;
    align-items: center;
}

.blogDetail .blog__Share_Phone {
    margin-right: auto;
    row-gap: 1.5rem;
    font-size: 30px;
    color: rgba(51, 51, 51, 1) !important;
    display: flex;
    align-items: center;
    justify-content: flex-end !important;
}

.blogDetail .blog__Share_Phone a {
    color: rgba(51, 51, 51, 1) !important;
    font-size: 1.5rem;
}

.blogDetail .blog__Services_Wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem;
}

.blogDetail .blog__Services_Wrapper img {
    width: 100%;
    border-radius: 0.5rem;
}

@media (max-width:991px) {
    .blogDetail .blog__Share_Phone {
        justify-content: center !important;
    }
    .blogDetail .blogRelated .related {
        gap: 1rem;
    }
}

.sideBlog__Service_Item {
    background-color: var(--bw-fade-3);
    border-radius: var(--border-radius);
    transition: var(--transition);
    border: solid 1px transparent;
    font-size: var(--fz-sm);
    font-weight: var(--fw-400);
}

.sideBlog__Service_Item:hover {
    border-color: var(--mc1);
}

.sideBlog__Menu_Text {
    width: 120px;
    max-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sideBlog__Panel .sideBlog__AboutBeman,
.sideBlog__Panel .sideBlog__Banners {
    border-radius: var(--border-radius);
    background: var(--bw-fade-3);
    padding: 2rem;
}

.sideBlog__AboutBeman h3 {
    color: var(--mc1);
    font-weight: var(--fw-700);
}

.sideBlog__AboutBeman p {
    font-weight: var(--fw-600);
    color: var(--bw-fade-5);
}

.sideBlog__Panel {
    font-size: var(--fz-sm) !important;
}

.sideBlog__Contact {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    color: var(--mc1);
}

.sideBlog__Contact a {
    font-size: 20px;
}

.sideBlog__Contact>span {
    margin-left: 2.5rem;
    font-size: var(--fz-md);
    font-weight: 700;
}

.sideBlog__Banners {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
}

.blog__Service {
    width: 100%;
}

.blog__Service img {
    width: 100%;
    height: auto;
    border-radius: var(--border-radius-sm);
}

.sideBlog__List_Item {
    padding: 10px;
    border-radius: var(--border-radius-sm);
    background-color: var(--white);
    transition: var(--transition);
    border: solid 1px transparent;
}

.sideBlog__List_Item:hover {
    border-color: var(--mc1);
}

.sideBlog__Title_Wrapper {
    width: 100%;
}

.sideBlog__Title_Wrapper .ttl {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    line-height: 1.5rem;
    height: 3rem;
}

.sideBlog__Info_Wrapper {
    padding-top: 0.5rem;
    border-top: solid 1px var(--bw-fade-5);
    font-size: 12px;
    --icon: 1rem;
}

.sideBlog__Image_Wrapper img {
    border-radius: var(--border-radius-sm);
    width: 95px;
    min-width: 95px;
}

.WBblog__Sidebar_Container {
    background-color: var(--bw-fade-3);
    padding-block: var(--title-space) 1.5rem;
    border-radius: var(--border-radius);
}

.WBblog__Sidebar_Container .mainArticleWrapper {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.blogDetail .blogRelated .related {
    display: flex;
}

.blogDetail .blogRelated .Blog__Related_Item img {
    border-radius: 0.5rem;
    border: solid 1px #ebebeb;
}

.blogRelated>div.title_Space {
    font-size: var(--fz-lg);
    font-weight: 800;
}

.Blog__Related_Item h3 {
    font-size: var(--fz-md);
    color: var(--mc1);
    font-weight: var(--fw-700);
}

.articleTable_Wrap {
    border-radius: 8px;
    overflow: auto;
    border: 1px solid #DBDBDB;
}

.articleTable {
    min-width: 900px;
}

.articleTable tr:nth-child(odd) {
    background: #FBFBFB;
}

.articleTable tr:first-of-type {
    background-color: #000;
    color: #fff;
}

.articleTable td {
    padding: 12px;
    font-size: 14px;
}

.articleTable tr:not(:first-of-type)>td:first-child {
    background: #F0EDED;
}

.articleTable tr:not(:first-of-type,
:last-of-type)>td:first-child {
    border-bottom: 1px solid #DCDCDC;
}

@media (max-width:991px) {
    .blogDetail .blog__Services_Wrapper {
        display: none;
    }
    .blogDetail .blogRelated {
        column-gap: none;
    }
}

.main_Services_Side img {
    width: 40px;
    filter: invert(1)
}

.main_Services_Side {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.main_Services_Side>div {
    padding-block: 10px;
    align-items: center;
    padding-inline: 1rem;
    border-radius: 5rem;
    transition: 500ms;
}

.main_Services_Side>div a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.main_Services_Side>div:nth-child(1) {
    background: linear-gradient(84.69deg, #D6DBE9 -4.12%, #E5DBE9 103.24%);
}

.main_Services_Side>div:nth-child(2) {
    background: linear-gradient(84.69deg, #D6E9E4 -4.12%, #EDE9E4 103.24%);
}

.main_Services_Side>div:nth-child(3) {
    background: linear-gradient(84.69deg, #E5E9D6 -4.12%, #F2E9D6 103.24%);
}

.main_Services_Side>div:nth-child(4) {
    background: linear-gradient(84.69deg, #E9DBD6 -4.12%, #F3DBD6 103.24%);
}

.main_Services_Side>div span:first-child {
    background: linear-gradient(134.13deg, #CACACA 28.91%, #FFFFFF 74.84%);
    width: 66px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 4px solid #E6E7E8;
    box-shadow: 6px 0px 9px 2px #000000d6;
    transition: 300ms;
}

.main_Services_Side>div span:last-child {
    padding-right: 1rem;
}

.main_Services_Side>div:hover {
    box-shadow: 0px 5px 6px 1px #00000030;
}

.main_Services_Side>div span {
    font-size: var(--fz-lg);
    color: #231F20;
    font-weight: var(--fw-700);
}

.portfolio__Main_List {
    --col-desktop: 4;
    --col-tablet: 3;
    --col-mobile: 2;
    display: grid !important;
    grid-template-columns: repeat(var(--col-desktop), 1fr);
    gap: 1rem;
}

.logo-Portfolio-box {
    border: 1px solid #dadada;
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
    padding: 0 !important;
    width: 100%;
    overflow: hidden;
    height: auto !important;
    display: inline-block;
    transition: var(--transition);
    border-radius: var(--border-radius-sm);
}

.logo-Portfolio-box:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.ListCell {
    display: flex;
}

.ListCell img {
    width: 100%;
    height: auto;
    display: inline-block;
}

.logo-Por-hover {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1.5rem;
    transition: var(--transition);
    background: rgba(2, 2, 2, 0.9);
    font-size: 0;
    line-height: 0;
    --icon-color: var(--white);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-Por-hover div {
    display: inline-block;
    width: 100%;
}

.play-video i::before {
    min-width: 0.75rem;
    min-height: 0.75rem;
    width: 0.75rem;
    height: 0.75rem;
    display: block;
    margin: auto;
    background-color: var(--icon-color);
    mask: url("/Portals/0/Images/play.svg") no-repeat center;
    mask-size: cover;
    -webkit-mask: url("/Portals/0/Images/play.svg") no-repeat center;
    -webkit-mask-size: cover;
}

@media (max-width:991px) {
    .portfolio__Main_List {
        grid-template-columns: repeat(var(--col-tablet), 1fr);
    }
}

@media (max-width:575px) {
    .portfolio__Main_List {
        grid-template-columns: repeat(var(--col-mobile), 1fr);
    }
}

.title__Sidebar {
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: start;
    font-weight: var(--fw-700);
    font-size: var(--fz-lg);
}

.sideCategory__Link {
    display: flex;
    transition: var(--transition);
    color: var(--bw-fade-4);
    position: relative;
}

.sideCategory .SCat-Main>li>.sideCategory__Link {
    font-size: var(--fz-md);
    margin-inline: 0;
    padding: 0.75rem;
    transition: var(--transition);
    font-weight: var(--fw-700);
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.sideCategory .SCat-Main>li:hover>.sideCategory__Link,
.sideCategory .SCat-Main>li.SCat-Active>.sideCategory__Link,
.sideCategory .SCat-Main>li.SCat-ActiveParent>.sideCategory__Link,
.sideCategory .SCat-Main>li.active>.sideCategory__Link {
    color: var(--black);
    background: var(--bw-fade-3);
}

.btnStyle_Black.side__Category_Btn {
    width: 100%;
    padding: 1rem 20px;
    justify-content: center;
    margin-top: 1.5rem;
}

.btnStyle_Black.side__Category_Btn .WbIcon {
    margin-right: auto;
}

.sideCategory .SCat-Main>li:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}

.sideCategory .SCat-Main>li:not(.SCat-have-sub-menu):is(:hover,
.SCat-Active,
.SCat-ActiveParent),
.sideCategory .SCat-Main>li.SCat-have-sub-menu:not(.active):is(:hover,
.SCat-Active,
.SCat-ActiveParent) {
    border-color: transparent;
}

.sideCategory .SCat-Main>li.SCat-have-sub-menu .category__Drawer_Arrow {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: end;
    width: 4rem;
    height: 100%;
}

.sideCategory .SCat-Main>li.SCat-have-sub-menu .category__Drawer_Arrow i.fa {
    transform: rotate(0);
    transition: var(--transition);
}

.sideCategory .SCat-Main>li.SCat-have-sub-menu.active .category__Drawer_Arrow i.fa {
    transform: rotate(180deg);
}

.sideCategory .SCat-Main>li.SCat-have-sub-menu {
    transition: var(--transition);
}

.sideCategory .SCat-Main>li.SCat-have-sub-menu.active {
    padding-bottom: 0.75rem;
}

.sideCategory .SCat-Main>li.SCat-have-sub-menu:hover,
.sideCategory .SCat-Main>li.SCat-have-sub-menu.SCat-Active,
.sideCategory .SCat-Main>li.SCat-have-sub-menu.SCat-ActiveParent {
    border-color: var(--mc1);
}

.sideCategory .SCat-Main>li.SCat-have-sub-menu.SCat-Active,
.sideCategory .SCat-Main>li.SCat-have-sub-menu.SCat-ActiveParent {
    padding-bottom: 0.75rem;
}

.sideCategory .SCat-Main>li.SCat-have-sub-menu>.SCat-sub-menu>li>.sideCategory__Link {
    font-size: 0.875rem;
    padding: 0.5rem 0px;
}

.sideCategory .SCat-Main>.SCat-have-sub-menu>.SCat-sub-menu>li {
    transition: var(--transition);
    display: flex;
    align-items: center;
    padding-right: 0.5rem;
}

.sideCategory .SCat-Main>.SCat-have-sub-menu>.SCat-sub-menu>li>.sideCategory__Link {
    color: var(--bw-fade-6);
    font-size: var(--fz-sm);
    font-weight: var(--fw-700);
}

.sideCategory .SCat-Main>.SCat-have-sub-menu>.SCat-sub-menu>li::before {
    content: "";
    min-width: 4px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-left: 0.5rem;
    transition: var(--transition);
    background: var(--bw-fade-6);
}

.sideCategory .SCat-Main>.SCat-have-sub-menu>.SCat-sub-menu>li.SCat-Active>.sideCategory__Link,
.sideCategory .SCat-Main>.SCat-have-sub-menu>.SCat-sub-menu>li:hover>.sideCategory__Link {
    color: var(--mc1);
}

.sideCategory .SCat-Main>.SCat-have-sub-menu>.SCat-sub-menu>li.SCat-Active::before,
.sideCategory .SCat-Main>.SCat-have-sub-menu>.SCat-sub-menu>li:hover::before {
    background: var(--mc1);
}

.WBContainer_Sidebar {
    border-radius: 0.5rem;
    background: var(--white);
    border: 1px solid var(--bw-fade-2);
    padding: 1.5rem 0.75rem;
}

.category__Wrapper_mainParents {
    margin: 0 0 20px;
}

.category__Wrapper_mainParents {
    flex-wrap: nowrap;
}

.category__Wrapper_mainParents>li.nav-item {
    width: 100%;
}

.category__Wrapper_mainParents .nav-link {
    text-align: center;
    padding: 0;
    padding-bottom: 0.875rem;
    transition: var(--transition);
    border: none;
    border-bottom: solid transparent 3px;
    color: var(--bw-fade-5);
    font-size: 1rem;
    white-space: nowrap;
    font-weight: var(--fw-700);
}

.category__Wrapper_mainParents .nav-link.active {
    background: transparent;
    color: var(--mc1);
    border-color: var(--mc1);
}

.side__Category_Btn {
    border: solid 1px var(--bw-fade-2);
    border-radius: 0.5rem;
    margin-top: 2.5rem;
    color: var(--bw-fade-5);
    font-size: 1rem;
    font-weight: var(--fw-700);
    margin-bottom: 40px;
}

.side__Category_Btn .WbIcon {
    --icon: 20px;
    background: var(--bw-fade-5);
}

.side__Category_Btn .fa {
    color: var(--bw-fade-4);
    font-size: var(--fz-xl);
}

.appendCategory_SideMenu .WBContainer_Sidebar {
    background: transparent;
    padding: 0;
    border: none;
}

.sideMenu__Wrapper {
    position: fixed;
    top: 0;
    right: 0;
    transition: var(--transition);
    transform: translate(+100%);
    background: var(--bw-fade-2);
    box-shadow: 0px 4px 10px 0px #00000026;
    border-radius: var(--border-radius-sm) 0 0 var(--border-radius-sm);
    z-index: 21;
    width: 396px;
    max-width: 90vw;
    height: 100vh;
    height: 100dvh;
    visibility: hidden;
    opacity: 0;
}

.sideMenu__Wrapper.active {
    visibility: visible;
    opacity: 1;
    transform: translate(0);
}

.sideMenu__Wrapper .close_Btn {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
}

.WBContainer_Sidebar~.btnStyle_Primary {
    width: 100%;
    margin-top: 1.5rem;
    justify-content: space-between;
    padding: 20px 1rem;
}

@media (min-width:992px) {
    .WBContainer_Sidebar {
        width: 100%;
    }
    body:not(.personabar-visible) .DnnModule-DNN_HTML:has(.sideCategory) {
        position: sticky;
        top: 1rem;
        padding-bottom: 4rem;
    }
    .portfolioList__Category_Wrapper .sideCategory {
        max-height: 25rem;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .portfolioList__Category_Wrapper .sideCategory::-webkit-scrollbar {
        width: 5px;
    }
    .portfolioList__Category_Wrapper .sideCategory::-webkit-scrollbar-track {
        background: var(--white);
        border-radius: 0;
    }
    .portfolioList__Category_Wrapper .sideCategory::-webkit-scrollbar-thumb {
        transition: var(--transition);
        background: var(--bw-fade-2);
        border-radius: 0;
    }
}

.CategoryMessage h1 {
    font-size: var(--fz-xl);
}

.CategoryMessage p {
    font-size: var(--fz-md);
    line-height: 2rem;
    text-align: justify;
}

.appendCategoryMessage {
    padding: 2.5rem 2rem;
    border-radius: 0.5rem;
    border: solid 1px var(--bw-fade-3);
    margin-bottom: 64px;
    margin-top: 64px;
    position: relative;
}

.CategoryMessage h1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -60%);
    background: var(--white) !important;
    padding: 0 1rem;
    white-space: nowrap;
}

.CategoryMessage img {
    margin: 1rem auto;
    display: flex;
}

.CategoryMessage h2 {
    margin-bottom: 0.5rem;
    font-size: var(--fz-xl);
    font-weight: var(--fw-700);
}

.CategoryMessage h2:not(:first-of-type) {
    margin-top: var(--title-space);
}

.CategoryMessage h3 {
    margin-top: calc(var(--title-space) / 2);
    margin-bottom: 0.5rem;
    font-size: var(--fz-lg);
    font-weight: var(--fw-600);
}

.CategoryMessage #showmore-1 {
    position: unset;
}

.shorter-ar,
.shorter {
    position: absolute;
    width: auto;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, +50%);
    padding: 0 1rem;
    color: var(--mc1);
    background: var(--white);
}

.showmore__Wrapper .CategoryMessage::after {
    content: '';
    width: 100%;
    position: absolute;
    height: 32px;
    bottom: 2rem;
    left: 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, var(--white) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, var(--white) 50%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, var(--white) 50%);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.showmore__Wrapper .CategoryMessage[style*="max-height"]::after {
    opacity: 1;
    visibility: visible;
}

.ShortDiv {
    margin-bottom: 0;
}

.CategoryMessage:has(.shorter i.fa-angle-up) .ShortDiv::after {
    background: transparent;
}

.shorter:has(i.fa-angle-up),
.shorter-ar:has(i.fa-angle-up) {
    background: var(--white);
}

.title__Sidebar {
    margin: 0 0 2rem;
    display: flex;
    align-items: center;
    justify-content: start;
    font-weight: var(--fw-700) !important;
    font-size: var(--fz-lg) !important;
}

.proList__PageTitle {
    margin-bottom: 1.5rem;
}

@media (max-width:991px) {
    .appendCategoryMessage {
        padding: 1rem !important;
    }
    .showmore__Wrapper .CategoryMessage::after {
        bottom: 0;
    }
}

.protfolio__Detail_ImageBox {
    position: relative;
}

.imageBox__Inner {
    border-radius: var(--border-radius);
    background: var(--bw-fade-2);
    padding: 2.5rem;
    position: sticky;
    top: 1.5rem;
}

.imageBox__Inner .btnStyle_Primary {
    margin-top: 2rem;
}

.protfolio__Detail_Wrapper:not(:has(.portfolio__Detail_Bottom)) {
    padding-bottom: 1.5rem;
}

.protfolio__Detail_ImageBox .slick-list {
    border-radius: var(--border-radius);
}

.protfolio__Detail_ImageBox .slick-dots {
    margin-top: 1rem;
}

.imageBox__Inner .slick-arrow {
    border: none !important;
}

.imageBox__Inner .slick-arrow:hover {
    background-color: var(--bw-fade-3) !important;
}

.protfolio__Detail_ImageBox .slick-arrow.slick-prev {
    left: calc(100% - 1.5rem) !important;
}

.protfolio__Detail_ImageBox .slick-arrow.slick-next {
    right: calc(100% - 1.5rem) !important;
}

.slider__Video {
    position: relative;
    width: 100%;
    padding-top: 97%;
}

.slider__Video video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.brand__Video_Btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: var(--bw-fade-3);
    transition: 0.25s;
    border: none;
    outline: none;
}

.brand__Video_Btn:hover {
    background-color: var(--bw-fade-2);
}

.brand__Gallery_Slider {
    margin-bottom: 2rem;
}

@media (min-width:992px) {
    .brand__MainLogo_Box {
        margin-top: 2.5rem;
    }
}

@media (max-width:991px) {
    .imageBox__Inner {
        padding: 1rem 1rem 40px;
    }
}

.brand__MainLogo_Box {
    display: flex;
    justify-content: center;
    align-self: center;
}

.brand__Info_List li {
    list-style-position: inside;
    font-size: var(--fz-lg);
}

.brand__Info_List h1 {
    font-size: var(--fz-xxl);
    line-height: normal;
    font-weight: var(--fw-800);
}

.brand__Info_List .detail-list li>span:before,
.brand__Info_List .detail-list li>a:before,
.brand__Info_List .divItems>div:before {
    position: static;
    margin-top: 0;
    margin-left: 0.5rem;
}

.brand__Info_List .divItems {
    padding-right: 0;
}

.brand__Info_List .divItems>div {
    display: flex;
    align-items: center;
    padding: 1rem 0;
    font-size: var(--fz-md);
}

.brand__Info_List .divItems>div>div:nth-child(1) {
    font-weight: var(--fw-800);
    margin-left: 0.5rem;
}

.info__List_Colors img {
    margin-right: auto;
}

.brand__About_Wrapper .showmore-button {
    transform: none;
    text-align: right !important;
    text-decoration: underline !important;
    background: transparent;
    padding: 0;
    position: relative;
    top: 1.5rem;
    left: unset;
    color: var(--mc1);
}

.brand__About_Wrapper .showmore-button::before {
    position: absolute;
    content: '';
    bottom: 100%;
    right: 0;
    width: 100%;
    height: 25px;
    display: block;
    background: var(--white);
    background: linear-gradient(0deg, var(--white) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    transition: 0.5s;
}

.brand__About_Wrapper .showmore-button:has(.active)::before {
    opacity: 0;
    visibility: 0;
}

.brand__About_Text {
    padding-bottom: 2rem;
}

.protfolio__Detail_Info {
    padding: 0 7% !important;
}

@media (max-width:991px) {
    .protfolio__Detail_Info,
    .protfolio__Detail_ImageBox {
        margin-bottom: 40px;
    }
    .brand__Info_List li {
        font-size: 16px;
    }
}

.portfolio__Detail_Bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-block: var(--main-space);
    position: relative;
    background: var(--mc1) url("./Vertex/footerPattern.svg") no-repeat bottom;
    background-size: 200;
}

.protfolio__Related_Title {
    width: fit-content;
    color: var(--black);
}

.portfolio__Related .other-portfolio-box {
    border: none;
    padding: 0 0.5rem;
    border-radius: var(--border-radius-sm);
}

.portfolio__Related .other-portfolio-box img {
    border-radius: var(--border-radius-sm);
}

.portfolio__Detail_Bottom .btnStyle_White {
    margin-top: 2.5rem;
}

@media (min-width:992px) {
    .protfolio__Related_Slider .slick-track {
        margin: auto;
    }
}

@media (max-width:991px) {
    .RelatedWrapper {
        display: flex;
        overflow-x: scroll;
    }
    .other-portfolio-box {
        min-width: 300px;
        width: 300px;
    }
    .portfolio__Detail_Bottom {
        padding-bottom: 7rem;
    }
}

@media (max-width:576px) {
    .portfolio__Related {
        margin-inline: -15px;
    }
}

body {
    background: url("/Portals/0/Images/specialBak.svg") var(--mc3);
    background-repeat: repeat-y;
    background-size: 100%;
    background-position: center;
}

.ProductList:has(.special__BranCard) {
    grid-template-columns: 1fr;
}

.brandName__Wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.brandName__Wrapper::after,
.brandCard__PersianName::after,
.brandCard__EnglishName::before {
    content: '';
    width: 100%;
    height: 1px;
    background: var(--mc1);
    order: 2;
    display: none;
}

.brandCard__PersianName,
.brandCard__EnglishName {
    white-space: nowrap;
    min-width: fit-content;
    width: fit-content;
    color: var(--mc2);
    font-weight: 800;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brandImage__Item {
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: var(--border-radius-sm);
    overflow: hidden;
}

.brandImage__Item img {
    width: 100%;
}

.brandImage__Wrapper {
    filter: drop-shadow(0px 3px 15px #00000040);
    -webkit-filter: drop-shadow(0px 3px 15px #00000040);
    position: relative;
    border-radius: var(--border-radius);
}

span[id$="ProductList_dlProductList"]>span:not(:last-child) .special__BranCard {
    margin-bottom: var(--main-space);
}

.brandName__Wrapper h2 {
    margin: 0 !important;
}

.special__Message_wrapper {
    border: solid 1px black;
    padding-top: 35px;
    line-height: 3rem;
    border-radius: 0.5rem;
}

.special__Message_wrapper .btnStyle_Primary {
    margin-bottom: -25px;
    margin-top: 1.5rem;
}

@media (min-width:992px) {
    .brandImage__Wrapper {
        padding: 2rem;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 20px;
        row-gap: 20px;
    }
    .brandName__Wrapper::after {
        display: flex;
        margin: 0 20px;
    }
}

@media (max-width:991px) {
    body {
        background: url("/Portals/0/Images/specialBakMobile.svg") var(--mc3);
    }
    .ProductList:has(.special__BranCard) {
        display: block !important;
    }
    .brandName__Wrapper {
        flex-direction: column;
    }
    .brandCard__PersianName,
    .brandCard__EnglishName {
        width: 100%;
        font-size: 1rem;
        font-weight: 800 !important;
    }
    .brandCard__EnglishName {
        flex-direction: row-reverse;
    }
    .brandCard__PersianName::after,
    .brandCard__EnglishName::before {
        display: flex;
    }
    .brandCard__EnglishName::before {
        margin-left: 1rem;
    }
    .brandCard__PersianName::after {
        margin-right: 1rem;
    }
    .brandImage__Item {
        margin: 0 5px;
    }
    .special__BranCard .slick-track {
        padding: 1.5rem 0 3.5rem !important;
    }
    .brandImage__Wrapper {
        background-color: transparent !important;
    }
    .brandImage__Wrapper .slick-list {
        overflow: visible;
        height: fit-content;
    }
    .brandImage__Wrapper .slick-dots {
        bottom: 1.5rem;
    }
    .main:has(.brandImage__Wrapper) {
        max-width: 100vw;
        overflow: hidden;
    }
}

.overlay_Shadow {
    position: absolute;
    inset: 0;
    background: var(--black);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transition: var(--transition);
}

.overlay_Shadow.active {
    opacity: 0.9;
    visibility: visible;
}

.pdp-default {
    font-family: "Roboto", sans-serif;
    border-radius: 12px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    background: #fff;
    padding: 8px;
    position: absolute;
}

.pdp-default .pdp-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: black;
    color: white;
    font-weight: 500;
    padding: 0 12px;
    border-radius: 8px 8px 0 0;
}

.pdp-default .pdp-header .nextArrow,
.pdp-default .pdp-header .prevArrow {
    cursor: pointer;
    padding: 0 8px;
    font-size: 18px;
    transition: color 0.2s;
}

.pdp-default .pdp-header .nextArrow:hover,
.pdp-default .pdp-header .prevArrow:hover {
    color: #90caf9;
}

.pdp-default .dows {
    display: flex;
    border-bottom: 1px solid #eee;
    gap: 20px;
    padding: 4px 0px;
}

.pdp-default .dows .dow {
    flex: 1;
    text-align: center;
    font-weight: 800;
    color: black;
    width: 28px !important;
    height: 28px !important;
    line-height: unset !important;
}

.pdp-default .days {
    display: grid;
    grid-template-rows: repeat(5, 1fr);
}

.days>div {
    display: flex;
    justify-content: start;
    padding: 4px 0;
    gap: 20px;
}

.pdp-default .day,
.pdp-default .nul {
    text-align: center;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    border-radius: 50%;
    width: 28px !important;
    height: 28px !important;
    line-height: unset !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.pdp-default .nul {
    display: none !important;
}

.pdp-default .day:hover,
.pdp-default .nul:hover {
    background: rgba(25, 118, 210, 0.08);
}

.pdp-default .day.today {
    border: 1px solid black;
    font-weight: bold;
}

.pdp-default .day.selday {
    background: black;
    color: white !important;
}

.pdp-default .day.friday {
    color: #d32f2f;
}

.pdp-default .pdp-footer {
    text-align: center;
    border-top: 1px solid #eee;
    margin-top: 8px;
}

.pdp-default .pdp-footer .goToday {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 8px;
    background: black;
    color: white;
    text-decoration: none;
    font-size: 13px;
    transition: background 0.2s;
}

.pdp-default .pdp-footer .goToday:hover {
    background: black;
}

.yearSelect {
    overflow: scroll;
}

.yearSelect[style*="display: inline-block"],
.monthSelect[style*="display: inline-block"] {
    position: absolute !important;
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    background: white !important;
    width: 97% !important;
    height: 306px !important;
    padding: 10px !important;
}

.yearSelect>li,
.monthSelect>li {
    width: fit-content !important;
    padding: unset !important;
    line-height: unset !important;
    cursor: pointer;
}

@media (max-width:991px) {
    .days>div,
    .pdp-default .dows {
        gap: 15px;
    }
    .yearSelect>li,
    .monthSelect>li {
        padding: unset !important;
    }
    .monthSelect[style*="display: inline-block"] {
        height: 80% !important;
    }
}




.header__Page_Image .SetPageImages {
    /* اطمینان از اینکه تغییرات opacity و سایر خواص با انیمیشن انجام شود */
    transition: opacity 0.3s ease-in-out; /* 0.3s مدت زمان انیمیشن محو شدن است */
    opacity: 1; /* حالت اولیه: کاملاً شفاف */
}



#showmore-1 {
    position: relative; /* برای اینکه گرادیان position: absolute بتواند به آن نسبت داده شود */
    /* مطمئن شوید که ارتفاع پیش‌فرض (440px) و overflow: hidden از قبل اعمال شده باشد */
}

    /* این کلاس را زمانی که دایو در حالت بسته است اضافه می‌کنیم */
    #showmore-1.faded-bottom::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100px; /* ارتفاع گرادیان محو شونده. می‌توانید این مقدار را تنظیم کنید. */
        background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
        /* رنگ گرادیان را با رنگ پس‌زمینه سایت خود تنظیم کنید */
        pointer-events: none; /* اجازه می‌دهد روی محتوای زیرین کلیک شود */
        z-index: 1; /* اطمینان از اینکه گرادیان روی محتوا قرار می‌گیرد */
    }

    /* وقتی دایو باز می‌شود، این افکت را حذف می‌کنیم */
    #showmore-1.expanded::after {
        display: none;
    }



.brand_Carousel__Wrapper {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap; /* جلوگیری از شکستن لیست‌ها به خطوط جدید */
}

    /* آیتم‌های داخل لیست */
    .brand_Carousel__Wrapper .brands {
        display: inline-block;
        padding: 0 15px; /* فاصله بین برندها */
    }

    /* =========================================== */
    /* تعریف انیمیشن حرکت از راست به چپ (UI بالایی) */
    /* =========================================== */

    .brand_Carousel__Wrapper:not(.bottom) {
        animation: scroll-left 40s linear infinite; /* سرعت و جهت حرکت را تنظیم کنید */
    }

/* تعریف کی‌فریم‌ها برای حرکت به سمت چپ */
@keyframes scroll-left {
    0% {
        transform: translateX(0); /* شروع از موقعیت اصلی */
    }

    100% {
        transform: translateX(-50%); /* حرکت به اندازه نصف عرض لیست (چون محتوا را تکرار کردیم) */
    }
}


/* =========================================== */
/* تعریف انیمیشن حرکت از چپ به راست (UI پایینی) */
/* =========================================== */

.brand_Carousel__Wrapper.bottom {
    /* شروع از حالت اسکرول شده برای نمایش پیوستگی */
    transform: translateX(-50%);
    animation: scroll-right 40s linear infinite; /* سرعت و جهت حرکت را تنظیم کنید */
    animation-delay: 2s; /* برای شروع با تأخیر یا متفاوت با لیست بالایی */
}

/* تعریف کی‌فریم‌ها برای حرکت به سمت راست */
@keyframes scroll-right {
    0% {
        transform: translateX(-50%); /* شروع از نصف عرض لیست */
    }

    100% {
        transform: translateX(0); /* پایان در موقعیت اصلی */
    }
}





/* تنظیمات فونت پایه برای کل صفحه */
body {
    font-family: 'Poppins', 'Montserrat', sans-serif;
    /* این فونت جایگزین برای فونت‌های کلی بدنه متن است */
}

/* فونت خاص برای عناوین بزرگ (تیترهای اصلی) */
h1, h2, h3 {
    font-family: 'Playfair Display', serif;
}

/* می‌توانید برای خوانایی بهتر، دوباره فونت Poppins را برای پاراگراف‌ها تعریف کنید */
p {
    font-family: 'Poppins', sans-serif;
}

/* برای منوی ناوبری یا عناصر کلیدی دیگر */
.Dnn_Menu_Main a, .header_Top {
    font-family: 'Playfair','Montserrat', sans-serif;
    /* Montserrat حس سادگی و قدرت را القا می‌کند */
}





/* --- افکت سه‌بعدی و لوگوی متحرک برای فوتر --- */

/* کانتینر اصلی فوتر را به رنگ تیره تغییر دهید و position: relative برای ذرات */
#dnn_FooterPane .DnnModule-1197 {
    position: relative;
    background-color: #0d1a2f; /* سرمه‌ای تیره */
    overflow: hidden; /* مهم: برای برش دادن ذراتی که از کادر بیرون می‌زنند */
}

/* لایه ذرات (Particle Canvas) */
#particles-js-footer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* باید زیر محتوا باشد */
    /* مطمئن می‌شویم که ذرات کلیک‌ها را بلاک نکنند */
    pointer-events: none;
}

/* محتوای واقعی فوتر (متن، لینک‌ها و لوگو) */
#footer-content-wrapper {
    position: relative;
    z-index: 2; /* باید بالای لایه ذرات باشد */
    padding-top: 50px; /* فضای خالی در بالا برای جلوگیری از چسبیدن به سکشن قبلی */
}

/* استایل لوگوی متحرک در فوتر */
#main-logo-footer {
    /* ابعاد اولیه لوگو */
    height: 90px;
    width: 132px;
    /* تنظیمات انیمیشن نرم */
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    transform-origin: center center;
}

/* اعمال رنگ‌های نئون سایان/آبی-سبز به لینک‌های فوتر */
.footer__Wrapper a, .footer__Wrapper div, .footer__Wrapper span {
    /* اعمال رنگ نئون فقط برای لینک‌های غیر آیکونی و متن */
    color: #00ffff !important;
    transition: color 0.3s, text-shadow 0.3s;
}

.footer__Socials_List a.WbIcon {
    /* آیکون‌های شبکه اجتماعی را با فیلتر نئون برجسته کنید */
    filter: drop-shadow(0 0 5px rgba(0, 255, 255, 0.6));
    transition: filter 0.3s;
}

/* برای محتوای اصلی که روی پس‌زمینه متحرک است، از یک رنگ متضاد استفاده کنید */
.footer__Wrapper_new {
    /* اطمینان از اعمال رنگ متن */
    color: #ffffff;
}