@charset "UTF-8"; /*!
 * Bootstrap  v5.2.3 (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 {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg-rgb: 255,255,255;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd
}

*, ::after, ::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1, h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
    .h1, h1 {
        font-size: 2.5rem
    }
}

.h2, h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
    .h2, h2 {
        font-size: 2rem
    }
}

.h3, h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
    .h3, h3 {
        font-size: 1.75rem
    }
}

.h4, h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
    .h4, h4 {
        font-size: 1.5rem
    }
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul {
    padding-left: 2rem
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

.small, small {
    font-size: .875em
}

.mark, mark {
    padding: .1875em;
    background-color: var(--bs-highlight-bg)
}

sub, sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: var(--bs-link-color);
    text-decoration: underline
}

    a:hover {
        color: var(--bs-link-hover-color)
    }

    a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none
    }

code, kbd, pre, samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

code {
    font-size: .875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .1875rem .375rem;
    font-size: .875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: .25rem
}

    kbd kbd {
        padding: 0;
        font-size: 1em
    }

figure {
    margin: 0 0 1rem
}

img, svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

    button:focus:not(:focus-visible) {
        outline: 0
    }

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

    select:disabled {
        opacity: 1
    }

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
        cursor: pointer
    }

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend + * {
    clear: left
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

    .list-inline-item:not(:last-child) {
        margin-right: .5rem
    }

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

    .blockquote > :last-child {
        margin-bottom: 0
    }

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d
}

    .blockquote-footer::before {
        content: "� "
    }

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid var(--bs-border-color);
    border-radius: .375rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: .875em;
    color: #6c757d
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container, .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container, .container-md, .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

    .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y)
    }

.col {
    flex: 1 0 0%
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0, .gx-0 {
    --bs-gutter-x: 0
}

.g-0, .gy-0 {
    --bs-gutter-y: 0
}

.g-1, .gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1, .gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2, .gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2, .gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3, .gx-3 {
    --bs-gutter-x: 1rem
}

.g-3, .gy-3 {
    --bs-gutter-y: 1rem
}

.g-4, .gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4, .gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5, .gx-5 {
    --bs-gutter-x: 3rem
}

.g-5, .gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width:576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0, .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0, .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1, .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1, .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2, .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2, .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3, .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3, .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4, .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4, .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5, .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5, .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0, .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0, .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1, .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1, .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2, .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2, .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3, .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3, .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4, .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4, .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5, .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5, .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0, .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0, .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1, .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1, .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2, .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2, .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3, .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3, .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4, .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4, .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5, .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5, .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0, .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0, .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1, .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1, .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2, .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2, .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3, .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3, .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4, .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4, .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5, .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5, .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0, .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0, .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1, .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1, .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2, .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2, .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3, .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3, .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4, .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4, .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5, .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5, .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.table {
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color)
}

    .table > :not(caption) > * > * {
        padding: .5rem .5rem;
        background-color: var(--bs-table-bg);
        border-bottom-width: 1px;
        box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
    }

    .table > tbody {
        vertical-align: inherit
    }

    .table > thead {
        vertical-align: bottom
    }

.table-group-divider {
    border-top: 2px solid currentcolor
}

.caption-top {
    caption-side: top
}

.table-sm > :not(caption) > * > * {
    padding: .25rem .25rem
}

.table-bordered > :not(caption) > * {
    border-width: 1px 0
}

    .table-bordered > :not(caption) > * > * {
        border-width: 0 1px
    }

.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0
}

.table-borderless > :not(:first-child) {
    border-top-width: 0
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-hover > tbody > tr:hover > * {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-color: #000;
    --bs-table-bg: #cfe2ff;
    --bs-table-border-color: #bacbe6;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: #e2e3e5;
    --bs-table-border-color: #cbccce;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-success {
    --bs-table-color: #000;
    --bs-table-bg: #d1e7dd;
    --bs-table-border-color: #bcd0c7;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-info {
    --bs-table-color: #000;
    --bs-table-bg: #cff4fc;
    --bs-table-border-color: #badce3;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-warning {
    --bs-table-color: #000;
    --bs-table-bg: #fff3cd;
    --bs-table-border-color: #e6dbb9;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-danger {
    --bs-table-color: #000;
    --bs-table-bg: #f8d7da;
    --bs-table-border-color: #dfc2c4;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-light {
    --bs-table-color: #000;
    --bs-table-bg: #f8f9fa;
    --bs-table-border-color: #dfe0e1;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #212529;
    --bs-table-border-color: #373b3e;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #6c757d
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

    .form-control[type=file]:not(:disabled):not([readonly]) {
        cursor: pointer
    }

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }

    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext:focus {
        outline: 0
    }

    .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .25rem
}

    .form-control-sm::-webkit-file-upload-button {
        padding: .25rem .5rem;
        margin: -.25rem -.5rem;
        -webkit-margin-end: .5rem;
        margin-inline-end: .5rem
    }

    .form-control-sm::file-selector-button {
        padding: .25rem .5rem;
        margin: -.25rem -.5rem;
        -webkit-margin-end: .5rem;
        margin-inline-end: .5rem
    }

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .5rem
}

    .form-control-lg::-webkit-file-upload-button {
        padding: .5rem 1rem;
        margin: -.5rem -1rem;
        -webkit-margin-end: 1rem;
        margin-inline-end: 1rem
    }

    .form-control-lg::file-selector-button {
        padding: .5rem 1rem;
        margin: -.5rem -1rem;
        -webkit-margin-end: 1rem;
        margin-inline-end: 1rem
    }

textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
    width: 3rem;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem
}

    .form-control-color:not(:disabled):not([readonly]) {
        cursor: pointer
    }

    .form-control-color::-moz-color-swatch {
        border: 0 !important;
        border-radius: .375rem
    }

    .form-control-color::-webkit-color-swatch {
        border-radius: .375rem
    }

    .form-control-color.form-control-sm {
        height: calc(1.5em + .5rem + 2px)
    }

    .form-control-color.form-control-lg {
        height: calc(1.5em + 1rem + 2px)
    }

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .form-select {
        transition: none
    }
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    background-color: #e9ecef
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
    border-radius: .25rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: .5rem
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

    .form-check .form-check-input {
        float: left;
        margin-left: -1.5em
    }

.form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right
}

    .form-check-reverse .form-check-input {
        float: right;
        margin-right: -1.5em;
        margin-left: 0
    }

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact
}

    .form-check-input[type=checkbox] {
        border-radius: .25em
    }

    .form-check-input[type=radio] {
        border-radius: 50%
    }

    .form-check-input:active {
        filter: brightness(90%)
    }

    .form-check-input:focus {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
    }

    .form-check-input:checked {
        background-color: #0d6efd;
        border-color: #0d6efd
    }

        .form-check-input:checked[type=checkbox] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
        }

        .form-check-input:checked[type=radio] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
        }

    .form-check-input[type=checkbox]:indeterminate {
        background-color: #0d6efd;
        border-color: #0d6efd;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
    }

    .form-check-input:disabled {
        pointer-events: none;
        filter: none;
        opacity: .5
    }

        .form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
            cursor: default;
            opacity: .5
        }

.form-switch {
    padding-left: 2.5em
}

    .form-switch .form-check-input {
        width: 2em;
        margin-left: -2.5em;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
        background-position: left center;
        border-radius: 2em;
        transition: background-position .15s ease-in-out
    }

@media (prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0
}

    .form-switch.form-check-reverse .form-check-input {
        margin-right: -2.5em;
        margin-left: 0
    }

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

    .btn-check:disabled + .btn, .btn-check[disabled] + .btn {
        pointer-events: none;
        filter: none;
        opacity: .65
    }

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .form-range:focus {
        outline: 0
    }

        .form-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)
        }

        .form-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)
        }

    .form-range::-moz-focus-outer {
        border: 0
    }

    .form-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #0d6efd;
        border: 0;
        border-radius: 1rem;
        -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        appearance: none
    }

@media (prefers-reduced-motion:reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

    .form-range:disabled::-webkit-slider-thumb {
        background-color: #adb5bd
    }

    .form-range:disabled::-moz-range-thumb {
        background-color: #adb5bd
    }

.form-floating {
    position: relative
}

    .form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
        height: calc(3.5rem + 2px);
        line-height: 1.25
    }

    .form-floating > label {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 1rem .75rem;
        overflow: hidden;
        text-align: start;
        text-overflow: ellipsis;
        white-space: nowrap;
        pointer-events: none;
        border: 1px solid transparent;
        transform-origin: 0 0;
        transition: opacity .1s ease-in-out,transform .1s ease-in-out
    }

@media (prefers-reduced-motion:reduce) {
    .form-floating > label {
        transition: none
    }
}

.form-floating > .form-control, .form-floating > .form-control-plaintext {
    padding: 1rem .75rem
}

    .form-floating > .form-control-plaintext::-moz-placeholder, .form-floating > .form-control::-moz-placeholder {
        color: transparent
    }

    .form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
        color: transparent
    }

    .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown), .form-floating > .form-control:not(:-moz-placeholder-shown) {
        padding-top: 1.625rem;
        padding-bottom: .625rem
    }

    .form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown), .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
        padding-top: 1.625rem;
        padding-bottom: .625rem
    }

    .form-floating > .form-control-plaintext:-webkit-autofill, .form-floating > .form-control:-webkit-autofill {
        padding-top: 1.625rem;
        padding-bottom: .625rem
    }

.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control-plaintext ~ label {
    border-width: 1px 0
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .input-group > .form-control, .input-group > .form-floating, .input-group > .form-select {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0
    }

        .input-group > .form-control:focus, .input-group > .form-floating:focus-within, .input-group > .form-select:focus {
            z-index: 5
        }

    .input-group .btn {
        position: relative;
        z-index: 2
    }

        .input-group .btn:focus {
            z-index: 5
        }

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .375rem
}

.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .5rem
}

.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .25rem
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
    padding-right: 3rem
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select, .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control, .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select, .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group > .form-floating:not(:first-child) > .form-control, .input-group > .form-floating:not(:first-child) > .form-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #198754
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(25,135,84,.9);
    border-radius: .375rem
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
    display: block
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #198754;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-control.is-valid:focus, .was-validated .form-control:valid:focus {
        border-color: #198754;
        box-shadow: 0 0 0 .25rem rgba(25,135,84,.25)
    }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-valid, .was-validated .form-select:valid {
    border-color: #198754
}

    .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
        padding-right: 4.125rem;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
        background-position: right .75rem center,center right 2.25rem;
        background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)
    }

    .form-select.is-valid:focus, .was-validated .form-select:valid:focus {
        border-color: #198754;
        box-shadow: 0 0 0 .25rem rgba(25,135,84,.25)
    }

.form-control-color.is-valid, .was-validated .form-control-color:valid {
    width: calc(3rem + calc(1.5em + .75rem))
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
    border-color: #198754
}

    .form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
        background-color: #198754
    }

    .form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
        box-shadow: 0 0 0 .25rem rgba(25,135,84,.25)
    }

    .form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
        color: #198754
    }

.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: .5em
}

.input-group > .form-control:not(:focus).is-valid, .input-group > .form-floating:not(:focus-within).is-valid, .input-group > .form-select:not(:focus).is-valid, .was-validated .input-group > .form-control:not(:focus):valid, .was-validated .input-group > .form-floating:not(:focus-within):valid, .was-validated .input-group > .form-select:not(:focus):valid {
    z-index: 3
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(220,53,69,.9);
    border-radius: .375rem
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
    display: block
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .25rem rgba(220,53,69,.25)
    }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-invalid, .was-validated .form-select:invalid {
    border-color: #dc3545
}

    .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
        padding-right: 4.125rem;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
        background-position: right .75rem center,center right 2.25rem;
        background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)
    }

    .form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .25rem rgba(220,53,69,.25)
    }

.form-control-color.is-invalid, .was-validated .form-control-color:invalid {
    width: calc(3rem + calc(1.5em + .75rem))
}

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
    border-color: #dc3545
}

    .form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
        background-color: #dc3545
    }

    .form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
        box-shadow: 0 0 0 .25rem rgba(220,53,69,.25)
    }

    .form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
        color: #dc3545
    }

.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: .5em
}

.input-group > .form-control:not(:focus).is-invalid, .input-group > .form-floating:not(:focus-within).is-invalid, .input-group > .form-select:not(:focus).is-invalid, .was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .input-group > .form-floating:not(:focus-within):invalid, .was-validated .input-group > .form-select:not(:focus):invalid {
    z-index: 4
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family:;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .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: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.btn-check + .btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color)
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:focus-visible + .btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color)
}

    .btn-check:checked + .btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check) + .btn:active:focus-visible {
        box-shadow: var(--bs-btn-focus-box-shadow)
    }

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60,153,110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754
}

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #31d2f2;
    --bs-btn-hover-border-color: #25cff2;
    --bs-btn-focus-shadow-rgb: 11,172,204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217,164,6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225,83,97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211,212,213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66,70,73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529
}

.btn-outline-primary {
    --bs-btn-color: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0d6efd;
    --bs-btn-hover-border-color: #0d6efd;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0d6efd;
    --bs-btn-active-border-color: #0d6efd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0d6efd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0d6efd;
    --bs-gradient: none
}

.btn-outline-secondary {
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 108,117,125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none
}

.btn-outline-success {
    --bs-btn-color: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb: 25,135,84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none
}

.btn-outline-info {
    --bs-btn-color: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #0dcaf0;
    --bs-btn-hover-border-color: #0dcaf0;
    --bs-btn-focus-shadow-rgb: 13,202,240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0dcaf0;
    --bs-btn-active-border-color: #0dcaf0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0dcaf0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0dcaf0;
    --bs-gradient: none
}

.btn-outline-warning {
    --bs-btn-color: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc107;
    --bs-btn-focus-shadow-rgb: 255,193,7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc107;
    --bs-btn-active-border-color: #ffc107;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffc107;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffc107;
    --bs-gradient: none
}

.btn-outline-danger {
    --bs-btn-color: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dc3545;
    --bs-btn-hover-border-color: #dc3545;
    --bs-btn-focus-shadow-rgb: 220,53,69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dc3545;
    --bs-btn-active-border-color: #dc3545;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #dc3545;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none
}

.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248,249,250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none
}

.btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33,37,41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    text-decoration: underline
}

    .btn-link:focus-visible {
        color: var(--bs-btn-color)
    }

    .btn-link:hover {
        color: var(--bs-btn-hover-color)
    }

.btn-group-lg > .btn, .btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: 0.5rem
}

.btn-group-sm > .btn, .btn-sm {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 0.25rem
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
    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 {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: #212529;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0.375rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-dropdown-link-color: #212529;
    --bs-dropdown-link-hover-color: #1e2125;
    --bs-dropdown-link-hover-bg: #e9ecef;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius)
}

    .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: 0;
        margin-top: var(--bs-dropdown-spacer)
    }

.dropdown-menu-start {
    --bs-position: start
}

    .dropdown-menu-start[data-bs-popper] {
        right: auto;
        left: 0
    }

.dropdown-menu-end {
    --bs-position: end
}

    .dropdown-menu-end[data-bs-popper] {
        right: 0;
        left: auto
    }

@media (min-width:576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

        .dropdown-menu-sm-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

        .dropdown-menu-sm-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

@media (min-width:768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

        .dropdown-menu-md-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-md-end {
        --bs-position: end
    }

        .dropdown-menu-md-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

@media (min-width:992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

        .dropdown-menu-lg-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

        .dropdown-menu-lg-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

        .dropdown-menu-xl-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

        .dropdown-menu-xl-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

@media (min-width:1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

        .dropdown-menu-xxl-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

        .dropdown-menu-xxl-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: var(--bs-dropdown-spacer)
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer)
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-toggle::after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer)
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropstart .dropdown-toggle::after {
    display: none
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: var(--bs-dropdown-link-hover-color);
        background-color: var(--bs-dropdown-link-hover-bg)
    }

    .dropdown-item.active, .dropdown-item:active {
        color: var(--bs-dropdown-link-active-color);
        text-decoration: none;
        background-color: var(--bs-dropdown-link-active-bg)
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: var(--bs-dropdown-link-disabled-color);
        pointer-events: none;
        background-color: transparent
    }

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: .875rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color)
}

.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow:;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        flex: 1 1 auto
    }

        .btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 1
        }

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .btn-toolbar .input-group {
        width: auto
    }

.btn-group {
    border-radius: .375rem
}

    .btn-group > .btn-group:not(:first-child), .btn-group > :not(.btn-check:first-child) + .btn {
        margin-left: -1px
    }

    .btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn.dropdown-toggle-split:first-child, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

    .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
        margin-left: 0
    }

.dropstart .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

    .btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
        width: 100%
    }

        .btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
            margin-top: -1px
        }

        .btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn ~ .btn {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight:;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:focus, .nav-link:hover {
    color: var(--bs-nav-link-hover-color)
}

.nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    --bs-nav-tabs-border-width: 1px;
    --bs-nav-tabs-border-color: #dee2e6;
    --bs-nav-tabs-border-radius: 0.375rem;
    --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
    --bs-nav-tabs-link-active-color: #495057;
    --bs-nav-tabs-link-active-bg: #fff;
    --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

    .nav-tabs .nav-link {
        margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
        background: 0 0;
        border: var(--bs-nav-tabs-border-width) solid transparent;
        border-top-left-radius: var(--bs-nav-tabs-border-radius);
        border-top-right-radius: var(--bs-nav-tabs-border-radius)
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            isolation: isolate;
            border-color: var(--bs-nav-tabs-link-hover-border-color)
        }

        .nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
            color: var(--bs-nav-link-disabled-color);
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: var(--bs-nav-tabs-link-active-color);
            background-color: var(--bs-nav-tabs-link-active-bg);
            border-color: var(--bs-nav-tabs-link-active-border-color)
        }

    .nav-tabs .dropdown-menu {
        margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills {
    --bs-nav-pills-border-radius: 0.375rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd
}

    .nav-pills .nav-link {
        background: 0 0;
        border: 0;
        border-radius: var(--bs-nav-pills-border-radius)
    }

        .nav-pills .nav-link:disabled {
            color: var(--bs-nav-link-disabled-color);
            background-color: transparent;
            border-color: transparent
        }

        .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
            color: var(--bs-nav-pills-link-active-color);
            background-color: var(--bs-nav-pills-link-active-bg)
        }

.nav-fill .nav-item, .nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item, .nav-justified > .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

    .nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
        width: 100%
    }

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(0, 0, 0, 0.55);
    --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
    --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
    --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
    --bs-navbar-toggler-border-radius: 0.375rem;
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

    .navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between
    }

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap
}

    .navbar-brand:focus, .navbar-brand:hover {
        color: var(--bs-navbar-brand-hover-color)
    }

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight:;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
        color: var(--bs-navbar-active-color)
    }

    .navbar-nav .dropdown-menu {
        position: static
    }

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-navbar-color)
}

    .navbar-text a, .navbar-text a:focus, .navbar-text a:hover {
        color: var(--bs-navbar-active-color)
    }

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition)
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width)
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height,75vh);
    overflow-y: auto
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: var(--bs-navbar-nav-link-padding-x);
                padding-left: var(--bs-navbar-nav-link-padding-x)
            }

        .navbar-expand-sm .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler {
            display: none
        }

        .navbar-expand-sm .offcanvas {
            position: static;
            z-index: auto;
            flex-grow: 1;
            width: auto !important;
            height: auto !important;
            visibility: visible !important;
            background-color: transparent !important;
            border: 0 !important;
            transform: none !important;
            transition: none
        }

            .navbar-expand-sm .offcanvas .offcanvas-header {
                display: none
            }

            .navbar-expand-sm .offcanvas .offcanvas-body {
                display: flex;
                flex-grow: 0;
                padding: 0;
                overflow-y: visible
            }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: var(--bs-navbar-nav-link-padding-x);
                padding-left: var(--bs-navbar-nav-link-padding-x)
            }

        .navbar-expand-md .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-md .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler {
            display: none
        }

        .navbar-expand-md .offcanvas {
            position: static;
            z-index: auto;
            flex-grow: 1;
            width: auto !important;
            height: auto !important;
            visibility: visible !important;
            background-color: transparent !important;
            border: 0 !important;
            transform: none !important;
            transition: none
        }

            .navbar-expand-md .offcanvas .offcanvas-header {
                display: none
            }

            .navbar-expand-md .offcanvas .offcanvas-body {
                display: flex;
                flex-grow: 0;
                padding: 0;
                overflow-y: visible
            }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: var(--bs-navbar-nav-link-padding-x);
                padding-left: var(--bs-navbar-nav-link-padding-x)
            }

        .navbar-expand-lg .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }

        .navbar-expand-lg .offcanvas {
            position: static;
            z-index: auto;
            flex-grow: 1;
            width: auto !important;
            height: auto !important;
            visibility: visible !important;
            background-color: transparent !important;
            border: 0 !important;
            transform: none !important;
            transition: none
        }

            .navbar-expand-lg .offcanvas .offcanvas-header {
                display: none
            }

            .navbar-expand-lg .offcanvas .offcanvas-body {
                display: flex;
                flex-grow: 0;
                padding: 0;
                overflow-y: visible
            }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: var(--bs-navbar-nav-link-padding-x);
                padding-left: var(--bs-navbar-nav-link-padding-x)
            }

        .navbar-expand-xl .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler {
            display: none
        }

        .navbar-expand-xl .offcanvas {
            position: static;
            z-index: auto;
            flex-grow: 1;
            width: auto !important;
            height: auto !important;
            visibility: visible !important;
            background-color: transparent !important;
            border: 0 !important;
            transform: none !important;
            transition: none
        }

            .navbar-expand-xl .offcanvas .offcanvas-header {
                display: none
            }

            .navbar-expand-xl .offcanvas .offcanvas-body {
                display: flex;
                flex-grow: 0;
                padding: 0;
                overflow-y: visible
            }
}

@media (min-width:1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xxl .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-xxl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xxl .navbar-nav .nav-link {
                padding-right: var(--bs-navbar-nav-link-padding-x);
                padding-left: var(--bs-navbar-nav-link-padding-x)
            }

        .navbar-expand-xxl .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-xxl .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xxl .navbar-toggler {
            display: none
        }

        .navbar-expand-xxl .offcanvas {
            position: static;
            z-index: auto;
            flex-grow: 1;
            width: auto !important;
            height: auto !important;
            visibility: visible !important;
            background-color: transparent !important;
            border: 0 !important;
            transform: none !important;
            transition: none
        }

            .navbar-expand-xxl .offcanvas .offcanvas-header {
                display: none
            }

            .navbar-expand-xxl .offcanvas .offcanvas-body {
                display: flex;
                flex-grow: 0;
                padding: 0;
                overflow-y: visible
            }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

    .navbar-expand .navbar-nav {
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: var(--bs-navbar-nav-link-padding-x);
            padding-left: var(--bs-navbar-nav-link-padding-x)
        }

    .navbar-expand .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler {
        display: none
    }

    .navbar-expand .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

        .navbar-expand .offcanvas .offcanvas-header {
            display: none
        }

        .navbar-expand .offcanvas .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible
        }

.navbar-dark {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.375rem;
    --bs-card-box-shadow:;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color:;
    --bs-card-height:;
    --bs-card-color:;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius)
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group {
        border-top: inherit;
        border-bottom: inherit
    }

        .card > .list-group:first-child {
            border-top-width: 0;
            border-top-left-radius: var(--bs-card-inner-border-radius);
            border-top-right-radius: var(--bs-card-inner-border-radius)
        }

        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: var(--bs-card-inner-border-radius);
            border-bottom-left-radius: var(--bs-card-inner-border-radius)
        }

        .card > .card-header + .list-group, .card > .list-group + .card-footer {
            border-top: 0
        }

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color)
}

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y)
}

.card-subtitle {
    margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link + .card-link {
    margin-left: var(--bs-card-spacer-x)
}

.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

    .card-header:first-child {
        border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
    }

.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

    .card-footer:last-child {
        border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
    }

.card-header-tabs {
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
    border-bottom: 0
}

    .card-header-tabs .nav-link.active {
        background-color: var(--bs-card-bg);
        border-bottom-color: var(--bs-card-bg)
    }

.card-header-pills {
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x))
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius)
}

.card-img, .card-img-bottom, .card-img-top {
    width: 100%
}

.card-img, .card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card-group > .card {
    margin-bottom: var(--bs-card-group-margin)
}

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
                    border-bottom-left-radius: 0
                }
}

.accordion {
    --bs-accordion-color: #212529;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #212529;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #0c63e4;
    --bs-accordion-active-bg: #e7f1ff
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition)
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

    .accordion-button:not(.collapsed)::after {
        background-image: var(--bs-accordion-btn-active-icon);
        transform: var(--bs-accordion-btn-icon-transform)
    }

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition)
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

    .accordion-item:first-of-type {
        border-top-left-radius: var(--bs-accordion-border-radius);
        border-top-right-radius: var(--bs-accordion-border-radius)
    }

        .accordion-item:first-of-type .accordion-button {
            border-top-left-radius: var(--bs-accordion-inner-border-radius);
            border-top-right-radius: var(--bs-accordion-inner-border-radius)
        }

    .accordion-item:not(:first-of-type) {
        border-top: 0
    }

    .accordion-item:last-of-type {
        border-bottom-right-radius: var(--bs-accordion-border-radius);
        border-bottom-left-radius: var(--bs-accordion-border-radius)
    }

        .accordion-item:last-of-type .accordion-button.collapsed {
            border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
            border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
        }

        .accordion-item:last-of-type .accordion-collapse {
            border-bottom-right-radius: var(--bs-accordion-border-radius);
            border-bottom-left-radius: var(--bs-accordion-border-radius)
        }

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

    .accordion-flush .accordion-item:first-child {
        border-top: 0
    }

    .accordion-flush .accordion-item:last-child {
        border-bottom: 0
    }

    .accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
        border-radius: 0
    }

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg:;
    --bs-breadcrumb-border-radius:;
    --bs-breadcrumb-divider-color: #6c757d;
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius)
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x)
}

    .breadcrumb-item + .breadcrumb-item::before {
        float: left;
        padding-right: var(--bs-breadcrumb-item-padding-x);
        color: var(--bs-breadcrumb-divider-color);
        content: var(--bs-breadcrumb-divider, "/")
    }

.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color)
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #dee2e6;
    --bs-pagination-border-radius: 0.375rem;
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: #e9ecef;
    --bs-pagination-hover-border-color: #dee2e6;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: #e9ecef;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: #6c757d;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #dee2e6;
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color)
}

.page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow)
}

.active > .page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color)
}

.disabled > .page-link, .page-link.disabled {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color)
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius)
}

.page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius)
}

.pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 1.25rem;
    --bs-pagination-border-radius: 0.5rem
}

.pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-border-radius: 0.25rem
}

.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 0.375rem;
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius)
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: 1px solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 0.375rem;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius)
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3rem
}

    .alert-dismissible .btn-close {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: 1.25rem 1rem
    }

.alert-primary {
    --bs-alert-color: #084298;
    --bs-alert-bg: #cfe2ff;
    --bs-alert-border-color: #b6d4fe
}

    .alert-primary .alert-link {
        color: #06357a
    }

.alert-secondary {
    --bs-alert-color: #41464b;
    --bs-alert-bg: #e2e3e5;
    --bs-alert-border-color: #d3d6d8
}

    .alert-secondary .alert-link {
        color: #34383c
    }

.alert-success {
    --bs-alert-color: #0f5132;
    --bs-alert-bg: #d1e7dd;
    --bs-alert-border-color: #badbcc
}

    .alert-success .alert-link {
        color: #0c4128
    }

.alert-info {
    --bs-alert-color: #055160;
    --bs-alert-bg: #cff4fc;
    --bs-alert-border-color: #b6effb
}

    .alert-info .alert-link {
        color: #04414d
    }

.alert-warning {
    --bs-alert-color: #664d03;
    --bs-alert-bg: #fff3cd;
    --bs-alert-border-color: #ffecb5
}

    .alert-warning .alert-link {
        color: #523e02
    }

.alert-danger {
    --bs-alert-color: #842029;
    --bs-alert-bg: #f8d7da;
    --bs-alert-border-color: #f5c2c7
}

    .alert-danger .alert-link {
        color: #6a1a21
    }

.alert-light {
    --bs-alert-color: #636464;
    --bs-alert-bg: #fefefe;
    --bs-alert-border-color: #fdfdfe
}

    .alert-light .alert-link {
        color: #4f5050
    }

.alert-dark {
    --bs-alert-color: #141619;
    --bs-alert-bg: #d3d3d4;
    --bs-alert-border-color: #bcbebf
}

    .alert-dark .alert-link {
        color: #101214
    }

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: #e9ecef;
    --bs-progress-border-radius: 0.375rem;
    --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius)
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition)
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: var(--bs-progress-height) var(--bs-progress-height)
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.list-group {
    --bs-list-group-color: #212529;
    --bs-list-group-bg: #fff;
    --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
    --bs-list-group-border-width: 1px;
    --bs-list-group-border-radius: 0.375rem;
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: #495057;
    --bs-list-group-action-hover-color: #495057;
    --bs-list-group-action-hover-bg: #f8f9fa;
    --bs-list-group-action-active-color: #212529;
    --bs-list-group-action-active-bg: #e9ecef;
    --bs-list-group-disabled-color: #6c757d;
    --bs-list-group-disabled-bg: #fff;
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius)
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

    .list-group-numbered > .list-group-item::before {
        content: counters(section, ".") ". ";
        counter-increment: section
    }

.list-group-item-action {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit
}

    .list-group-item-action:focus, .list-group-item-action:hover {
        z-index: 1;
        color: var(--bs-list-group-action-hover-color);
        text-decoration: none;
        background-color: var(--bs-list-group-action-hover-bg)
    }

    .list-group-item-action:active {
        color: var(--bs-list-group-action-active-color);
        background-color: var(--bs-list-group-action-active-bg)
    }

.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)
}

    .list-group-item:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit
    }

    .list-group-item:last-child {
        border-bottom-right-radius: inherit;
        border-bottom-left-radius: inherit
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: var(--bs-list-group-disabled-color);
        pointer-events: none;
        background-color: var(--bs-list-group-disabled-bg)
    }

    .list-group-item.active {
        z-index: 2;
        color: var(--bs-list-group-active-color);
        background-color: var(--bs-list-group-active-bg);
        border-color: var(--bs-list-group-active-border-color)
    }

    .list-group-item + .list-group-item {
        border-top-width: 0
    }

        .list-group-item + .list-group-item.active {
            margin-top: calc(-1 * var(--bs-list-group-border-width));
            border-top-width: var(--bs-list-group-border-width)
        }

.list-group-horizontal {
    flex-direction: row
}

    .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal > .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

        .list-group-horizontal > .list-group-item + .list-group-item.active {
            margin-left: calc(-1 * var(--bs-list-group-border-width));
            border-left-width: var(--bs-list-group-border-width)
        }

@media (min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

        .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
            border-bottom-left-radius: var(--bs-list-group-border-radius);
            border-top-right-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
            border-top-right-radius: var(--bs-list-group-border-radius);
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-sm > .list-group-item + .list-group-item {
            border-top-width: var(--bs-list-group-border-width);
            border-left-width: 0
        }

            .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
                margin-left: calc(-1 * var(--bs-list-group-border-width));
                border-left-width: var(--bs-list-group-border-width)
            }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

        .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
            border-bottom-left-radius: var(--bs-list-group-border-radius);
            border-top-right-radius: 0
        }

        .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
            border-top-right-radius: var(--bs-list-group-border-radius);
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-md > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-md > .list-group-item + .list-group-item {
            border-top-width: var(--bs-list-group-border-width);
            border-left-width: 0
        }

            .list-group-horizontal-md > .list-group-item + .list-group-item.active {
                margin-left: calc(-1 * var(--bs-list-group-border-width));
                border-left-width: var(--bs-list-group-border-width)
            }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

        .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
            border-bottom-left-radius: var(--bs-list-group-border-radius);
            border-top-right-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
            border-top-right-radius: var(--bs-list-group-border-radius);
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-lg > .list-group-item + .list-group-item {
            border-top-width: var(--bs-list-group-border-width);
            border-left-width: 0
        }

            .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
                margin-left: calc(-1 * var(--bs-list-group-border-width));
                border-left-width: var(--bs-list-group-border-width)
            }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

        .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
            border-bottom-left-radius: var(--bs-list-group-border-radius);
            border-top-right-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
            border-top-right-radius: var(--bs-list-group-border-radius);
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-xl > .list-group-item + .list-group-item {
            border-top-width: var(--bs-list-group-border-width);
            border-left-width: 0
        }

            .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
                margin-left: calc(-1 * var(--bs-list-group-border-width));
                border-left-width: var(--bs-list-group-border-width)
            }
}

@media (min-width:1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row
    }

        .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
            border-bottom-left-radius: var(--bs-list-group-border-radius);
            border-top-right-radius: 0
        }

        .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
            border-top-right-radius: var(--bs-list-group-border-radius);
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-xxl > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-xxl > .list-group-item + .list-group-item {
            border-top-width: var(--bs-list-group-border-width);
            border-left-width: 0
        }

            .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
                margin-left: calc(-1 * var(--bs-list-group-border-width));
                border-left-width: var(--bs-list-group-border-width)
            }
}

.list-group-flush {
    border-radius: 0
}

    .list-group-flush > .list-group-item {
        border-width: 0 0 var(--bs-list-group-border-width)
    }

        .list-group-flush > .list-group-item:last-child {
            border-bottom-width: 0
        }

.list-group-item-primary {
    color: #084298;
    background-color: #cfe2ff
}

    .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
        color: #084298;
        background-color: #bacbe6
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #084298;
        border-color: #084298
    }

.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5
}

    .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
        color: #41464b;
        background-color: #cbccce
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #41464b;
        border-color: #41464b
    }

.list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd
}

    .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
        color: #0f5132;
        background-color: #bcd0c7
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #0f5132;
        border-color: #0f5132
    }

.list-group-item-info {
    color: #055160;
    background-color: #cff4fc
}

    .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
        color: #055160;
        background-color: #badce3
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #055160;
        border-color: #055160
    }

.list-group-item-warning {
    color: #664d03;
    background-color: #fff3cd
}

    .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
        color: #664d03;
        background-color: #e6dbb9
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #664d03;
        border-color: #664d03
    }

.list-group-item-danger {
    color: #842029;
    background-color: #f8d7da
}

    .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
        color: #842029;
        background-color: #dfc2c4
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #842029;
        border-color: #842029
    }

.list-group-item-light {
    color: #636464;
    background-color: #fefefe
}

    .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
        color: #636464;
        background-color: #e5e5e5
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #636464;
        border-color: #636464
    }

.list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4
}

    .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
        color: #141619;
        background-color: #bebebf
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #141619;
        border-color: #141619
    }

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: .5
}

    .btn-close:hover {
        color: #000;
        text-decoration: none;
        opacity: .75
    }

    .btn-close:focus {
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
        opacity: 1
    }

    .btn-close.disabled, .btn-close:disabled {
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        opacity: .25
    }

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color:;
    --bs-toast-bg: rgba(255, 255, 255, 0.85);
    --bs-toast-border-width: 1px;
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: 0.375rem;
    --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-toast-header-color: #6c757d;
    --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
    --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius)
}

    .toast.showing {
        opacity: 0
    }

    .toast:not(.show) {
        display: none
    }

.toast-container {
    --bs-toast-zindex: 1090;
    position: absolute;
    z-index: var(--bs-toast-zindex);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

    .toast-container > :not(:last-child) {
        margin-bottom: var(--bs-toast-spacing)
    }

.toast-header {
    display: flex;
    align-items: center;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);
    background-clip: padding-box;
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))
}

    .toast-header .btn-close {
        margin-right: calc(-.5 * var(--bs-toast-padding-x));
        margin-left: var(--bs-toast-padding-x)
    }

.toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color:;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: 0.5rem;
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-modal-inner-border-radius: calc(0.5rem - 1px);
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg:;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2)
}

    .modal-dialog-scrollable .modal-content {
        max-height: 100%;
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto
    }

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: var(--bs-backdrop-opacity)
    }

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

    .modal-header .btn-close {
        padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
        margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height)
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

    .modal-footer > * {
        margin: calc(var(--bs-modal-footer-gap) * .5)
    }

@media (min-width:576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }

    .modal-sm {
        --bs-modal-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        --bs-modal-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

    .modal-fullscreen .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen .modal-footer, .modal-fullscreen .modal-header {
        border-radius: 0
    }

    .modal-fullscreen .modal-body {
        overflow-y: auto
    }

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-sm-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-sm-down .modal-footer, .modal-fullscreen-sm-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-sm-down .modal-body {
            overflow-y: auto
        }
}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-md-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-md-down .modal-footer, .modal-fullscreen-md-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-md-down .modal-body {
            overflow-y: auto
        }
}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-lg-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-lg-down .modal-footer, .modal-fullscreen-lg-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-lg-down .modal-body {
            overflow-y: auto
        }
}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-xl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-xl-down .modal-footer, .modal-fullscreen-xl-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-xl-down .modal-body {
            overflow-y: auto
        }
}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-xxl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-xxl-down .modal-footer, .modal-fullscreen-xxl-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-xxl-down .modal-body {
            overflow-y: auto
        }
}

.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin:;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: #fff;
    --bs-tooltip-bg: #000;
    --bs-tooltip-border-radius: 0.375rem;
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    padding: var(--bs-tooltip-arrow-height);
    margin: var(--bs-tooltip-margin);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: var(--bs-tooltip-opacity)
    }

    .tooltip .tooltip-arrow {
        display: block;
        width: var(--bs-tooltip-arrow-width);
        height: var(--bs-tooltip-arrow-height)
    }

        .tooltip .tooltip-arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow {
    bottom: 0
}

    .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
        top: -1px;
        border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
        border-top-color: var(--bs-tooltip-bg)
    }

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
    left: 0;
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

    .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
        right: -1px;
        border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
        border-right-color: var(--bs-tooltip-bg)
    }

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow {
    top: 0
}

    .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
        bottom: -1px;
        border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
        border-bottom-color: var(--bs-tooltip-bg)
    }

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
    right: 0;
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

    .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
        left: -1px;
        border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
        border-left-color: var(--bs-tooltip-bg)
    }

.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius)
}

.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.875rem;
    --bs-popover-bg: #fff;
    --bs-popover-border-width: 1px;
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: 0.5rem;
    --bs-popover-inner-border-radius: calc(0.5rem - 1px);
    --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-color:;
    --bs-popover-header-bg: #f0f0f0;
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: #212529;
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius)
}

    .popover .popover-arrow {
        display: block;
        width: var(--bs-popover-arrow-width);
        height: var(--bs-popover-arrow-height)
    }

        .popover .popover-arrow::after, .popover .popover-arrow::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid;
            border-width: 0
        }

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow, .bs-popover-top > .popover-arrow {
    bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

    .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-top > .popover-arrow::before {
        border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0
    }

    .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::before {
        bottom: 0;
        border-top-color: var(--bs-popover-arrow-border)
    }

    .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
        bottom: var(--bs-popover-border-width);
        border-top-color: var(--bs-popover-bg)
    }

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow, .bs-popover-end > .popover-arrow {
    left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width)
}

    .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-end > .popover-arrow::before {
        border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0
    }

    .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::before {
        left: 0;
        border-right-color: var(--bs-popover-arrow-border)
    }

    .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .bs-popover-end > .popover-arrow::after {
        left: var(--bs-popover-border-width);
        border-right-color: var(--bs-popover-bg)
    }

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow, .bs-popover-bottom > .popover-arrow {
    top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

    .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::before {
        border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)
    }

    .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::before {
        top: 0;
        border-bottom-color: var(--bs-popover-arrow-border)
    }

    .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::after {
        top: var(--bs-popover-border-width);
        border-bottom-color: var(--bs-popover-bg)
    }

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: var(--bs-popover-arrow-width);
    margin-left: calc(-.5 * var(--bs-popover-arrow-width));
    content: "";
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg)
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow, .bs-popover-start > .popover-arrow {
    right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width)
}

    .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-start > .popover-arrow::before {
        border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)
    }

    .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::before {
        right: 0;
        border-left-color: var(--bs-popover-arrow-border)
    }

    .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .bs-popover-start > .popover-arrow::after {
        right: var(--bs-popover-border-width);
        border-left-color: var(--bs-popover-bg)
    }

.popover-header {
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color)
}

.carousel {
    position: relative
}

    .carousel.pointer-event {
        touch-action: pan-y
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: ""
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

    .active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
        transform: translateX(100%)
    }

    .active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-100%)
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

    .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
        z-index: 1;
        opacity: 1
    }

.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next, .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease
    }

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

.spinner-border, .spinner-grow {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: transparent
}

.spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: 0.2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0
}

.spinner-grow-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border, .spinner-grow {
        --bs-spinner-animation-speed: 1.5s
    }
}

.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color:;
    --bs-offcanvas-bg: #fff;
    --bs-offcanvas-border-width: 1px;
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075)
}

@media (max-width:575.98px) {
    .offcanvas-sm {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform .3s ease-in-out
    }
}

@media (max-width:575.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-sm {
        transition: none
    }
}

@media (max-width:575.98px) {
    .offcanvas-sm.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }
}

@media (max-width:575.98px) {
    .offcanvas-sm.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }
}

@media (max-width:575.98px) {
    .offcanvas-sm.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }
}

@media (max-width:575.98px) {
    .offcanvas-sm.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }
}

@media (max-width:575.98px) {
    .offcanvas-sm.show:not(.hiding), .offcanvas-sm.showing {
        transform: none
    }
}

@media (max-width:575.98px) {
    .offcanvas-sm.hiding, .offcanvas-sm.show, .offcanvas-sm.showing {
        visibility: visible
    }
}

@media (min-width:576px) {
    .offcanvas-sm {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

        .offcanvas-sm .offcanvas-header {
            display: none
        }

        .offcanvas-sm .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
            background-color: transparent !important
        }
}

@media (max-width:767.98px) {
    .offcanvas-md {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform .3s ease-in-out
    }
}

@media (max-width:767.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-md {
        transition: none
    }
}

@media (max-width:767.98px) {
    .offcanvas-md.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }
}

@media (max-width:767.98px) {
    .offcanvas-md.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }
}

@media (max-width:767.98px) {
    .offcanvas-md.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }
}

@media (max-width:767.98px) {
    .offcanvas-md.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }
}

@media (max-width:767.98px) {
    .offcanvas-md.show:not(.hiding), .offcanvas-md.showing {
        transform: none
    }
}

@media (max-width:767.98px) {
    .offcanvas-md.hiding, .offcanvas-md.show, .offcanvas-md.showing {
        visibility: visible
    }
}

@media (min-width:768px) {
    .offcanvas-md {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

        .offcanvas-md .offcanvas-header {
            display: none
        }

        .offcanvas-md .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
            background-color: transparent !important
        }
}

@media (max-width:991.98px) {
    .offcanvas-lg {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform .3s ease-in-out
    }
}

@media (max-width:991.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-lg {
        transition: none
    }
}

@media (max-width:991.98px) {
    .offcanvas-lg.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }
}

@media (max-width:991.98px) {
    .offcanvas-lg.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }
}

@media (max-width:991.98px) {
    .offcanvas-lg.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }
}

@media (max-width:991.98px) {
    .offcanvas-lg.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }
}

@media (max-width:991.98px) {
    .offcanvas-lg.show:not(.hiding), .offcanvas-lg.showing {
        transform: none
    }
}

@media (max-width:991.98px) {
    .offcanvas-lg.hiding, .offcanvas-lg.show, .offcanvas-lg.showing {
        visibility: visible
    }
}

@media (min-width:992px) {
    .offcanvas-lg {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

        .offcanvas-lg .offcanvas-header {
            display: none
        }

        .offcanvas-lg .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
            background-color: transparent !important
        }
}

@media (max-width:1199.98px) {
    .offcanvas-xl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform .3s ease-in-out
    }
}

@media (max-width:1199.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-xl {
        transition: none
    }
}

@media (max-width:1199.98px) {
    .offcanvas-xl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }
}

@media (max-width:1199.98px) {
    .offcanvas-xl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }
}

@media (max-width:1199.98px) {
    .offcanvas-xl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }
}

@media (max-width:1199.98px) {
    .offcanvas-xl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }
}

@media (max-width:1199.98px) {
    .offcanvas-xl.show:not(.hiding), .offcanvas-xl.showing {
        transform: none
    }
}

@media (max-width:1199.98px) {
    .offcanvas-xl.hiding, .offcanvas-xl.show, .offcanvas-xl.showing {
        visibility: visible
    }
}

@media (min-width:1200px) {
    .offcanvas-xl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

        .offcanvas-xl .offcanvas-header {
            display: none
        }

        .offcanvas-xl .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
            background-color: transparent !important
        }
}

@media (max-width:1399.98px) {
    .offcanvas-xxl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform .3s ease-in-out
    }
}

@media (max-width:1399.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-xxl {
        transition: none
    }
}

@media (max-width:1399.98px) {
    .offcanvas-xxl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }
}

@media (max-width:1399.98px) {
    .offcanvas-xxl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }
}

@media (max-width:1399.98px) {
    .offcanvas-xxl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }
}

@media (max-width:1399.98px) {
    .offcanvas-xxl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }
}

@media (max-width:1399.98px) {
    .offcanvas-xxl.show:not(.hiding), .offcanvas-xxl.showing {
        transform: none
    }
}

@media (max-width:1399.98px) {
    .offcanvas-xxl.hiding, .offcanvas-xxl.show, .offcanvas-xxl.showing {
        visibility: visible
    }
}

@media (min-width:1400px) {
    .offcanvas-xxl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }

        .offcanvas-xxl .offcanvas-header {
            display: none
        }

        .offcanvas-xxl .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
            background-color: transparent !important
        }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%)
}

.offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%)
}

.offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%)
}

.offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%)
}

.offcanvas.show:not(.hiding), .offcanvas.showing {
    transform: none
}

.offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
    visibility: visible
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .offcanvas-backdrop.fade {
        opacity: 0
    }

    .offcanvas-backdrop.show {
        opacity: .5
    }

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

    .offcanvas-header .btn-close {
        padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
        margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
        margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
        margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y))
    }

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5
}

.offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: .5
}

    .placeholder.btn::before {
        display: inline-block;
        content: ""
    }

.placeholder-xs {
    min-height: .6em
}

.placeholder-sm {
    min-height: .8em
}

.placeholder-lg {
    min-height: 1.2em
}

.placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

.placeholder-wave {
    -webkit-mask-image: linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);
    mask-image: linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.text-bg-primary {
    color: #fff !important;
    background-color: RGBA(13,110,253,var(--bs-bg-opacity,1)) !important
}

.text-bg-secondary {
    color: #fff !important;
    background-color: RGBA(108,117,125,var(--bs-bg-opacity,1)) !important
}

.text-bg-success {
    color: #fff !important;
    background-color: RGBA(25,135,84,var(--bs-bg-opacity,1)) !important
}

.text-bg-info {
    color: #000 !important;
    background-color: RGBA(13,202,240,var(--bs-bg-opacity,1)) !important
}

.text-bg-warning {
    color: #000 !important;
    background-color: RGBA(255,193,7,var(--bs-bg-opacity,1)) !important
}

.text-bg-danger {
    color: #fff !important;
    background-color: RGBA(220,53,69,var(--bs-bg-opacity,1)) !important
}

.text-bg-light {
    color: #000 !important;
    background-color: RGBA(248,249,250,var(--bs-bg-opacity,1)) !important
}

.text-bg-dark {
    color: #fff !important;
    background-color: RGBA(33,37,41,var(--bs-bg-opacity,1)) !important
}

.link-primary {
    color: #0d6efd !important
}

    .link-primary:focus, .link-primary:hover {
        color: #0a58ca !important
    }

.link-secondary {
    color: #6c757d !important
}

    .link-secondary:focus, .link-secondary:hover {
        color: #565e64 !important
    }

.link-success {
    color: #198754 !important
}

    .link-success:focus, .link-success:hover {
        color: #146c43 !important
    }

.link-info {
    color: #0dcaf0 !important
}

    .link-info:focus, .link-info:hover {
        color: #3dd5f3 !important
    }

.link-warning {
    color: #ffc107 !important
}

    .link-warning:focus, .link-warning:hover {
        color: #ffcd39 !important
    }

.link-danger {
    color: #dc3545 !important
}

    .link-danger:focus, .link-danger:hover {
        color: #b02a37 !important
    }

.link-light {
    color: #f8f9fa !important
}

    .link-light:focus, .link-light:hover {
        color: #f9fafb !important
    }

.link-dark {
    color: #212529 !important
}

    .link-dark:focus, .link-dark:hover {
        color: #1a1e21 !important
    }

.ratio {
    position: relative;
    width: 100%
}

    .ratio::before {
        display: block;
        padding-top: var(--bs-aspect-ratio);
        content: ""
    }

    .ratio > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

.sticky-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020
}

@media (min-width:576px) {
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-sm-bottom {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width:768px) {
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-md-bottom {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width:992px) {
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-lg-bottom {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width:1200px) {
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xl-bottom {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width:1400px) {
    .sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xxl-bottom {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch
}

.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentcolor;
    opacity: .25
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    transform: translate(-50%,-50%) !important
}

.translate-middle-x {
    transform: translateX(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb),var(--bs-border-opacity)) !important
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb),var(--bs-border-opacity)) !important
}

.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb),var(--bs-border-opacity)) !important
}

.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb),var(--bs-border-opacity)) !important
}

.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb),var(--bs-border-opacity)) !important
}

.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb),var(--bs-border-opacity)) !important
}

.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb),var(--bs-border-opacity)) !important
}

.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb),var(--bs-border-opacity)) !important
}

.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb),var(--bs-border-opacity)) !important
}

.border-1 {
    --bs-border-width: 1px
}

.border-2 {
    --bs-border-width: 2px
}

.border-3 {
    --bs-border-width: 3px
}

.border-4 {
    --bs-border-width: 4px
}

.border-5 {
    --bs-border-width: 5px
}

.border-opacity-10 {
    --bs-border-opacity: 0.1
}

.border-opacity-25 {
    --bs-border-opacity: 0.25
}

.border-opacity-50 {
    --bs-border-opacity: 0.5
}

.border-opacity-75 {
    --bs-border-opacity: 0.75
}

.border-opacity-100 {
    --bs-border-opacity: 1
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-semibold {
    font-weight: 600 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb),var(--bs-text-opacity)) !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb),var(--bs-text-opacity)) !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb),var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb),var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb),var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb),var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0,0,0,.5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255,255,255,.5) !important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity)) !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb),var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb),var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb),var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: var(--bs-border-radius) !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important
}

.rounded-2 {
    border-radius: var(--bs-border-radius) !important
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important
}

.rounded-5 {
    border-radius: var(--bs-border-radius-2xl) !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important
}

.rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-end {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important
}

.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media (min-width:576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width:1400px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .fs-1 {
        font-size: 2.5rem !important
    }

    .fs-2 {
        font-size: 2rem !important
    }

    .fs-3 {
        font-size: 1.75rem !important
    }

    .fs-4 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}
/*# sourceMappingURL=bootstrap.min.css.map */
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url("/Assets/css/owl.video.play.png") no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Swiper 5.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 15, 2020
 */

 @font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/*!
 * pagepiling.js 1.5.6
 *
 * https://github.com/alvarotrigo/pagePiling.js
 * @license MIT licensed
 *
 * Copyright (C) 2016 alvarotrigo.com - A project by Alvaro Trigo
 */
 html, body {
    margin:0;
    padding:0;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.pp-section {
    height:100%;
    position:absolute;
    width:100%;
    
    /* fixes flickering in firefox*/
    backface-visibility: hidden; 
}
.pp-easing {
    -webkit-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
    -moz-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
    -o-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
    transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
    /* custom */
    -webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
    -moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
    -o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
    transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
    /* custom */
}
#pp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#pp-nav.right {
    right: 17px;
}
#pp-nav.left {
    left: 17px;
}
.pp-section.pp-table{
    display: table;
}
.pp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.pp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.pp-slidesNav.bottom {
    bottom: 17px;
}
.pp-slidesNav.top {
    top: 17px;
}
#pp-nav ul,
.pp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#pp-nav li,
.pp-slidesNav li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.pp-slidesNav li {
    display: inline-block;
}
#pp-nav li a,
.pp-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#pp-nav li .active span,
.pp-slidesNav .active span {
    background: #333;
}
#pp-nav span,
.pp-slidesNav span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
.pp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
}
.pp-tooltip.right {
    right: 20px;
}
.pp-tooltip.left {
    left: 20px;
}
.pp-scrollable{
    overflow-y: scroll;
    height: 100%;
}
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:0.8;}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden;}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box;}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle;}.mfp-align-top .mfp-container:before{display:none;}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045;}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto;}.mfp-ajax-cur{cursor:progress;}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out;}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in;}.mfp-auto-cursor .mfp-content{cursor:auto;}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none;}.mfp-loading.mfp-figure{display:none;}.mfp-hide{display:none !important;}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044;}.mfp-preloader a{color:#CCC;}.mfp-preloader a:hover{color:#FFF;}.mfp-s-ready .mfp-preloader{display:none;}.mfp-s-error .mfp-content{display:none;}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation;}button::-moz-focus-inner{padding:0;border:0;}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:0.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace;}.mfp-close:hover,.mfp-close:focus{opacity:1;}.mfp-close:active{top:1px;}.mfp-close-btn-in .mfp-close{color:#333;}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%;}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap;}.mfp-arrow{position:absolute;opacity:0.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent;}.mfp-arrow:active{margin-top:-54px;}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1;}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent;}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px;}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:0.7;}.mfp-arrow-left{left:0;}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px;}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F;}.mfp-arrow-right{right:0;}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px;}.mfp-arrow-right:before{border-left:27px solid #3F3F3F;}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px;}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px;}.mfp-iframe-holder .mfp-close{top:-40px;}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%;}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000;}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto;}.mfp-figure{line-height:0;}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444;}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px;}.mfp-figure figure{margin:0;}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto;}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px;}.mfp-image-holder .mfp-content{max-width:100%;}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer;}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0;}.mfp-img-mobile img.mfp-img{padding:0;}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0;}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px;}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box;}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0;}.mfp-img-mobile .mfp-counter{right:5px;top:3px;}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0;}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75);}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0;}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%;}.mfp-container{padding-left:6px;padding-right:6px;}}
.tse-scrollable{position:relative;width:200px;height:300px;overflow:hidden;}.tse-scrollable .tse-scroll-content{overflow:hidden;overflow-y:scroll;}.tse-scrollable .tse-scroll-content::-webkit-scrollbar{width:0;height:0;}.tse-scrollbar{z-index:99;position:absolute;top:0;right:0;bottom:0;width:11px;}.tse-scrollbar .drag-handle{position:absolute;right:2px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;min-height:10px;width:7px;opacity:0;-webkit-transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;-o-transition:opacity 0.2s linear;-ms-transition:opacity 0.2s linear;transition:opacity 0.2s linear;background:#6c6e71;-webkit-background-clip:padding-box;-moz-background-clip:padding;}.tse-scrollbar:hover .drag-handle{opacity:0.7;-webkit-transition:opacity 0 linear;-moz-transition:opacity 0 linear;-o-transition:opacity 0 linear;-ms-transition:opacity 0 linear;transition:opacity 0 linear;}.tse-scrollbar .drag-handle.visible{opacity:0.7;}.scrollbar-width-tester::-webkit-scrollbar{width:0;height:0;}.tse-scrollable.horizontal .tse-scroll-content{overflow-x:scroll;overflow-y:hidden;}.tse-scrollable.horizontal .tse-scroll-content::-webkit-scrollbar,.tse-scrollable.horizontal .tse-scroll-content::scrollbar{width:auto;height:0;}.tse-scrollable.horizontal .tse-scrollbar{top:auto;left:0;width:auto;height:11px;}.tse-scrollable.horizontal .tse-scrollbar .drag-handle{right:auto;top:2px;height:7px;min-height:0;min-width:10px;width:auto;}
/*!
 * Datepicker v1.0.9
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-09-21T06:57:30.334Z
 */.datepicker-container{background-color:#fff;direction:ltr;font-size:12px;left:0;line-height:30px;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:none;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:210px;z-index:-1}.datepicker-container:after,.datepicker-container:before{border:5px solid transparent;content:" ";display:block;height:0;position:absolute;width:0}.datepicker-dropdown{border:1px solid #ccc;-webkit-box-shadow:0 3px 6px #ccc;box-shadow:0 3px 6px #ccc;-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;z-index:1}.datepicker-inline{position:static}.datepicker-top-left,.datepicker-top-right{border-top-color:#39f}.datepicker-top-left:after,.datepicker-top-left:before,.datepicker-top-right:after,.datepicker-top-right:before{border-top:0;left:10px;top:-5px}.datepicker-top-left:before,.datepicker-top-right:before{border-bottom-color:#39f}.datepicker-top-left:after,.datepicker-top-right:after{border-bottom-color:#fff;top:-4px}.datepicker-bottom-left,.datepicker-bottom-right{border-bottom-color:#39f}.datepicker-bottom-left:after,.datepicker-bottom-left:before,.datepicker-bottom-right:after,.datepicker-bottom-right:before{border-bottom:0;bottom:-5px;left:10px}.datepicker-bottom-left:before,.datepicker-bottom-right:before{border-top-color:#39f}.datepicker-bottom-left:after,.datepicker-bottom-right:after{border-top-color:#fff;bottom:-4px}.datepicker-bottom-right:after,.datepicker-bottom-right:before,.datepicker-top-right:after,.datepicker-top-right:before{left:auto;right:10px}.datepicker-panel>ul{margin:0;padding:0;width:102%}.datepicker-panel>ul:after,.datepicker-panel>ul:before{content:" ";display:table}.datepicker-panel>ul:after{clear:both}.datepicker-panel>ul>li{background-color:#fff;cursor:pointer;float:left;height:30px;list-style:none;margin:0;padding:0;text-align:center;width:30px}.datepicker-panel>ul>li:hover{background-color:#e5f2ff}.datepicker-panel>ul>li.muted,.datepicker-panel>ul>li.muted:hover{color:#999}.datepicker-panel>ul>li.highlighted{background-color:#e5f2ff}.datepicker-panel>ul>li.highlighted:hover{background-color:#cce5ff}.datepicker-panel>ul>li.picked,.datepicker-panel>ul>li.picked:hover{color:#39f}.datepicker-panel>ul>li.disabled,.datepicker-panel>ul>li.disabled:hover{background-color:#fff;color:#ccc;cursor:default}.datepicker-panel>ul>li.disabled.highlighted,.datepicker-panel>ul>li.disabled:hover.highlighted{background-color:#e5f2ff}.datepicker-panel>ul>li[data-view="month next"],.datepicker-panel>ul>li[data-view="month prev"],.datepicker-panel>ul>li[data-view="year next"],.datepicker-panel>ul>li[data-view="year prev"],.datepicker-panel>ul>li[data-view="years next"],.datepicker-panel>ul>li[data-view="years prev"],.datepicker-panel>ul>li[data-view=next]{font-size:18px}.datepicker-panel>ul>li[data-view="month current"],.datepicker-panel>ul>li[data-view="year current"],.datepicker-panel>ul>li[data-view="years current"]{width:150px}.datepicker-panel>ul[data-view=months]>li,.datepicker-panel>ul[data-view=years]>li{height:52.5px;line-height:52.5px;width:52.5px}.datepicker-panel>ul[data-view=week]>li,.datepicker-panel>ul[data-view=week]>li:hover{background-color:#fff;cursor:default}.datepicker-hide{display:none}
/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url("/Assets/webfonts/fa-brands-400.eot");src:url("/Assets/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("/Assets/webfonts/fa-brands-400.woff2") format("woff2"),url("/Assets/webfonts/fa-brands-400.woff") format("woff"),url("/Assets/webfonts/fa-brands-400.ttf") format("truetype"),url("/Assets/webfonts/fa-brands-400.svg#fontawesome") format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url("/Assets/webfonts/fa-regular-400.eot");src:url("/Assets/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("/Assets/webfonts/fa-regular-400.woff2") format("woff2"),url("/Assets/webfonts/fa-regular-400.woff") format("woff"),url("/Assets/webfonts/fa-regular-400.ttf") format("truetype"),url("/Assets/webfonts/fa-regular-400.svg#fontawesome") format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url("/Assets/webfonts/fa-solid-900.eot");src:url("/Assets/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("/Assets/webfonts/fa-solid-900.woff2") format("woff2"),url("/Assets/webfonts/fa-solid-900.woff") format("woff"),url("/Assets/webfonts/fa-solid-900.ttf") format("truetype"),url("/Assets/webfonts/fa-solid-900.svg#fontawesome") format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
@font-face{font-family:'icomoon';src:url("/Assets/webfonts/icomoon.eot?9xtfe");src:url("/Assets/webfonts/icomoon.eot?9xtfe#iefix") format('embedded-opentype'),url("/Assets/webfonts/icomoon.ttf?9xtfe") format('truetype'),url("/Assets/webfonts/icomoon.woff?9xtfe") format('woff'),url("/Assets/webfonts/icomoon.svg?9xtfe#icomoon") format('svg');font-weight:normal;font-style:normal;}[class^="icon-"],[class*=" icon-"]{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.icon-coffee-cup-2:before{content:"\ec2c";}.icon-coffee-cup-3:before{content:"\ec2d";}.icon-coffee-bean:before{content:"\ec2e";}.icon-grinder:before{content:"\ec2f";}.icon-coffee-machine:before{content:"\ec30";}.icon-coffee-cup-1:before{content:"\ec31";}.icon-coffee-machine-1:before{content:"\ec32";}.icon-beans:before{content:"\ec33";}.icon-home:before{content:"\e900";}.icon-home2:before{content:"\e901";}.icon-home3:before{content:"\e902";}.icon-office:before{content:"\e903";}.icon-newspaper:before{content:"\e904";}.icon-pencil:before{content:"\e905";}.icon-pencil2:before{content:"\e906";}.icon-quill:before{content:"\e907";}.icon-pen:before{content:"\e908";}.icon-blog:before{content:"\e909";}.icon-eyedropper:before{content:"\e90a";}.icon-droplet:before{content:"\e90b";}.icon-paint-format:before{content:"\e90c";}.icon-image:before{content:"\e90d";}.icon-images:before{content:"\e90e";}.icon-camera:before{content:"\e90f";}.icon-headphones:before{content:"\e910";}.icon-music:before{content:"\e911";}.icon-play:before{content:"\e912";}.icon-film:before{content:"\e913";}.icon-video-camera:before{content:"\e914";}.icon-dice:before{content:"\e915";}.icon-pacman:before{content:"\e916";}.icon-spades:before{content:"\e917";}.icon-clubs:before{content:"\e918";}.icon-diamonds:before{content:"\e919";}.icon-bullhorn:before{content:"\e91a";}.icon-connection:before{content:"\e91b";}.icon-podcast:before{content:"\e91c";}.icon-feed:before{content:"\e91d";}.icon-mic:before{content:"\e91e";}.icon-book:before{content:"\e91f";}.icon-books:before{content:"\e920";}.icon-library2:before{content:"\e921";}.icon-file-text:before{content:"\e922";}.icon-profile:before{content:"\e923";}.icon-file-empty:before{content:"\e924";}.icon-files-empty:before{content:"\e925";}.icon-file-text2:before{content:"\e926";}.icon-file-picture:before{content:"\e927";}.icon-file-music:before{content:"\e928";}.icon-file-play:before{content:"\e929";}.icon-file-video:before{content:"\e92a";}.icon-file-zip:before{content:"\e92b";}.icon-copy:before{content:"\e92c";}.icon-paste:before{content:"\e92d";}.icon-stack:before{content:"\e92e";}.icon-folder:before{content:"\e92f";}.icon-folder-open:before{content:"\e930";}.icon-folder-plus:before{content:"\e931";}.icon-folder-minus:before{content:"\e932";}.icon-folder-download:before{content:"\e933";}.icon-folder-upload:before{content:"\e934";}.icon-price-tag:before{content:"\e935";}.icon-price-tags:before{content:"\e936";}.icon-barcode:before{content:"\e937";}.icon-qrcode:before{content:"\e938";}.icon-ticket:before{content:"\e939";}.icon-cart:before{content:"\e93a";}.icon-coin-dollar:before{content:"\e93b";}.icon-coin-euro:before{content:"\e93c";}.icon-coin-pound:before{content:"\e93d";}.icon-coin-yen:before{content:"\e93e";}.icon-credit-card:before{content:"\e93f";}.icon-calculator2:before{content:"\e940";}.icon-lifebuoy:before{content:"\e941";}.icon-phone:before{content:"\e942";}.icon-phone-hang-up:before{content:"\e943";}.icon-address-book:before{content:"\e944";}.icon-envelop:before{content:"\e945";}.icon-pushpin:before{content:"\e946";}.icon-location:before{content:"\e947";}.icon-location2:before{content:"\e948";}.icon-compass:before{content:"\e949";}.icon-compass2:before{content:"\e94a";}.icon-map:before{content:"\e94b";}.icon-map2:before{content:"\e94c";}.icon-history:before{content:"\e94d";}.icon-clock:before{content:"\e94e";}.icon-clock2:before{content:"\e94f";}.icon-alarm:before{content:"\e950";}.icon-bell:before{content:"\e951";}.icon-stopwatch:before{content:"\e952";}.icon-calendar:before{content:"\e953";}.icon-printer:before{content:"\e954";}.icon-keyboard:before{content:"\e955";}.icon-display:before{content:"\e956";}.icon-laptop:before{content:"\e957";}.icon-mobile:before{content:"\e958";}.icon-mobile2:before{content:"\e959";}.icon-tablet:before{content:"\e95a";}.icon-tv:before{content:"\e95b";}.icon-drawer:before{content:"\e95c";}.icon-drawer2:before{content:"\e95d";}.icon-box-add:before{content:"\e95e";}.icon-box-remove:before{content:"\e95f";}.icon-download:before{content:"\e960";}.icon-upload:before{content:"\e961";}.icon-floppy-disk:before{content:"\e962";}.icon-drive:before{content:"\e963";}.icon-database:before{content:"\e964";}.icon-undo:before{content:"\e965";}.icon-redo:before{content:"\e966";}.icon-undo2:before{content:"\e967";}.icon-redo2:before{content:"\e968";}.icon-forward:before{content:"\e969";}.icon-reply:before{content:"\e96a";}.icon-bubble:before{content:"\e96b";}.icon-bubbles:before{content:"\e96c";}.icon-bubbles2:before{content:"\e96d";}.icon-bubble2:before{content:"\e96e";}.icon-bubbles3:before{content:"\e96f";}.icon-bubbles4:before{content:"\e970";}.icon-user:before{content:"\e971";}.icon-users:before{content:"\e972";}.icon-user-plus:before{content:"\e973";}.icon-user-minus:before{content:"\e974";}.icon-user-check:before{content:"\e975";}.icon-user-tie:before{content:"\e976";}.icon-quotes-left:before{content:"\e977";}.icon-quotes-right:before{content:"\e978";}.icon-hour-glass:before{content:"\e979";}.icon-spinner:before{content:"\e97a";}.icon-spinner2:before{content:"\e97b";}.icon-spinner3:before{content:"\e97c";}.icon-spinner4:before{content:"\e97d";}.icon-spinner5:before{content:"\e97e";}.icon-spinner6:before{content:"\e97f";}.icon-spinner7:before{content:"\e980";}.icon-spinner8:before{content:"\e981";}.icon-spinner9:before{content:"\e982";}.icon-spinner10:before{content:"\e983";}.icon-spinner11:before{content:"\e984";}.icon-binoculars:before{content:"\e985";}.icon-search:before{content:"\e986";}.icon-zoom-in:before{content:"\e987";}.icon-zoom-out:before{content:"\e988";}.icon-enlarge:before{content:"\e989";}.icon-shrink:before{content:"\e98a";}.icon-enlarge2:before{content:"\e98b";}.icon-shrink2:before{content:"\e98c";}.icon-key:before{content:"\e98d";}.icon-key2:before{content:"\e98e";}.icon-lock:before{content:"\e98f";}.icon-unlocked:before{content:"\e990";}.icon-wrench:before{content:"\e991";}.icon-equalizer:before{content:"\e992";}.icon-equalizer2:before{content:"\e993";}.icon-cog:before{content:"\e994";}.icon-cogs:before{content:"\e995";}.icon-hammer:before{content:"\e996";}.icon-magic-wand:before{content:"\e997";}.icon-aid-kit:before{content:"\e998";}.icon-bug:before{content:"\e999";}.icon-pie-chart:before{content:"\e99a";}.icon-stats-dots:before{content:"\e99b";}.icon-stats-bars:before{content:"\e99c";}.icon-stats-bars2:before{content:"\e99d";}.icon-trophy:before{content:"\e99e";}.icon-gift:before{content:"\e99f";}.icon-glass:before{content:"\e9a0";}.icon-glass2:before{content:"\e9a1";}.icon-mug:before{content:"\e9a2";}.icon-spoon-knife:before{content:"\e9a3";}.icon-leaf:before{content:"\e9a4";}.icon-rocket:before{content:"\e9a5";}.icon-meter:before{content:"\e9a6";}.icon-meter2:before{content:"\e9a7";}.icon-hammer2:before{content:"\e9a8";}.icon-fire:before{content:"\e9a9";}.icon-lab:before{content:"\e9aa";}.icon-magnet:before{content:"\e9ab";}.icon-bin:before{content:"\e9ac";}.icon-bin2:before{content:"\e9ad";}.icon-briefcase:before{content:"\e9ae";}.icon-airplane:before{content:"\e9af";}.icon-truck:before{content:"\e9b0";}.icon-road:before{content:"\e9b1";}.icon-accessibility:before{content:"\e9b2";}.icon-target:before{content:"\e9b3";}.icon-shield:before{content:"\e9b4";}.icon-power:before{content:"\e9b5";}.icon-switch:before{content:"\e9b6";}.icon-power-cord:before{content:"\e9b7";}.icon-clipboard:before{content:"\e9b8";}.icon-list-numbered:before{content:"\e9b9";}.icon-list:before{content:"\e9ba";}.icon-list2:before{content:"\e9bb";}.icon-tree:before{content:"\e9bc";}.icon-menu:before{content:"\e9bd";}.icon-menu2:before{content:"\e9be";}.icon-menu3:before{content:"\e9bf";}.icon-menu4:before{content:"\e9c0";}.icon-cloud:before{content:"\e9c1";}.icon-cloud-download:before{content:"\e9c2";}.icon-cloud-upload:before{content:"\e9c3";}.icon-cloud-check:before{content:"\e9c4";}.icon-download2:before{content:"\e9c5";}.icon-upload2:before{content:"\e9c6";}.icon-download3:before{content:"\e9c7";}.icon-upload3:before{content:"\e9c8";}.icon-sphere:before{content:"\e9c9";}.icon-earth:before{content:"\e9ca";}.icon-link:before{content:"\e9cb";}.icon-flag:before{content:"\e9cc";}.icon-attachment:before{content:"\e9cd";}.icon-eye:before{content:"\e9ce";}.icon-eye-plus:before{content:"\e9cf";}.icon-eye-minus:before{content:"\e9d0";}.icon-eye-blocked:before{content:"\e9d1";}.icon-bookmark:before{content:"\e9d2";}.icon-bookmarks:before{content:"\e9d3";}.icon-sun:before{content:"\e9d4";}.icon-contrast:before{content:"\e9d5";}.icon-brightness-contrast:before{content:"\e9d6";}.icon-star-empty:before{content:"\e9d7";}.icon-star-half:before{content:"\e9d8";}.icon-star-full:before{content:"\e9d9";}.icon-heart:before{content:"\e9da";}.icon-heart-broken:before{content:"\e9db";}.icon-man:before{content:"\e9dc";}.icon-woman:before{content:"\e9dd";}.icon-man-woman:before{content:"\e9de";}.icon-happy:before{content:"\e9df";}.icon-happy2:before{content:"\e9e0";}.icon-smile:before{content:"\e9e1";}.icon-smile2:before{content:"\e9e2";}.icon-tongue:before{content:"\e9e3";}.icon-tongue2:before{content:"\e9e4";}.icon-sad:before{content:"\e9e5";}.icon-sad2:before{content:"\e9e6";}.icon-wink:before{content:"\e9e7";}.icon-wink2:before{content:"\e9e8";}.icon-grin:before{content:"\e9e9";}.icon-grin2:before{content:"\e9ea";}.icon-cool:before{content:"\e9eb";}.icon-cool2:before{content:"\e9ec";}.icon-angry:before{content:"\e9ed";}.icon-angry2:before{content:"\e9ee";}.icon-evil:before{content:"\e9ef";}.icon-evil2:before{content:"\e9f0";}.icon-shocked:before{content:"\e9f1";}.icon-shocked2:before{content:"\e9f2";}.icon-baffled:before{content:"\e9f3";}.icon-baffled2:before{content:"\e9f4";}.icon-confused:before{content:"\e9f5";}.icon-confused2:before{content:"\e9f6";}.icon-neutral:before{content:"\e9f7";}.icon-neutral2:before{content:"\e9f8";}.icon-hipster:before{content:"\e9f9";}.icon-hipster2:before{content:"\e9fa";}.icon-wondering:before{content:"\e9fb";}.icon-wondering2:before{content:"\e9fc";}.icon-sleepy:before{content:"\e9fd";}.icon-sleepy2:before{content:"\e9fe";}.icon-frustrated:before{content:"\e9ff";}.icon-frustrated2:before{content:"\ea00";}.icon-crying:before{content:"\ea01";}.icon-crying2:before{content:"\ea02";}.icon-point-up:before{content:"\ea03";}.icon-point-right:before{content:"\ea04";}.icon-point-down:before{content:"\ea05";}.icon-point-left:before{content:"\ea06";}.icon-warning:before{content:"\ea07";}.icon-notification:before{content:"\ea08";}.icon-question:before{content:"\ea09";}.icon-plus:before{content:"\ea0a";}.icon-minus:before{content:"\ea0b";}.icon-info:before{content:"\ea0c";}.icon-cancel-circle:before{content:"\ea0d";}.icon-blocked:before{content:"\ea0e";}.icon-cross:before{content:"\ea0f";}.icon-checkmark:before{content:"\ea10";}.icon-checkmark2:before{content:"\ea11";}.icon-spell-check:before{content:"\ea12";}.icon-enter:before{content:"\ea13";}.icon-exit:before{content:"\ea14";}.icon-play2:before{content:"\ea15";}.icon-pause:before{content:"\ea16";}.icon-stop:before{content:"\ea17";}.icon-previous:before{content:"\ea18";}.icon-next2:before{content:"\ea19";}.icon-backward:before{content:"\ea1a";}.icon-forward2:before{content:"\ea1b";}.icon-play3:before{content:"\ea1c";}.icon-pause2:before{content:"\ea1d";}.icon-stop2:before{content:"\ea1e";}.icon-backward2:before{content:"\ea1f";}.icon-forward3:before{content:"\ea20";}.icon-first:before{content:"\ea21";}.icon-last:before{content:"\ea22";}.icon-previous2:before{content:"\ea23";}.icon-next22:before{content:"\ea24";}.icon-eject:before{content:"\ea25";}.icon-volume-high:before{content:"\ea26";}.icon-volume-medium:before{content:"\ea27";}.icon-volume-low:before{content:"\ea28";}.icon-volume-mute:before{content:"\ea29";}.icon-volume-mute2:before{content:"\ea2a";}.icon-volume-increase:before{content:"\ea2b";}.icon-volume-decrease:before{content:"\ea2c";}.icon-loop:before{content:"\ea2d";}.icon-loop2:before{content:"\ea2e";}.icon-infinite:before{content:"\ea2f";}.icon-shuffle:before{content:"\ea30";}.icon-arrow-up-left:before{content:"\ea31";}.icon-arrow-up:before{content:"\ea32";}.icon-arrow-up-right:before{content:"\ea33";}.icon-arrow-right:before{content:"\ea34";}.icon-arrow-down-right:before{content:"\ea35";}.icon-arrow-down:before{content:"\ea36";}.icon-arrow-down-left:before{content:"\ea37";}.icon-arrow-left:before{content:"\ea38";}.icon-arrow-up-left2:before{content:"\ea39";}.icon-arrow-up2:before{content:"\ea3a";}.icon-arrow-up-right2:before{content:"\ea3b";}.icon-arrow-right2:before{content:"\ea3c";}.icon-arrow-down-right2:before{content:"\ea3d";}.icon-arrow-down2:before{content:"\ea3e";}.icon-arrow-down-left2:before{content:"\ea3f";}.icon-arrow-left2:before{content:"\ea40";}.icon-circle-up:before{content:"\ea41";}.icon-circle-right:before{content:"\ea42";}.icon-circle-down:before{content:"\ea43";}.icon-circle-left:before{content:"\ea44";}.icon-tab:before{content:"\ea45";}.icon-move-up:before{content:"\ea46";}.icon-move-down:before{content:"\ea47";}.icon-sort-alpha-asc:before{content:"\ea48";}.icon-sort-alpha-desc:before{content:"\ea49";}.icon-sort-numeric-asc:before{content:"\ea4a";}.icon-sort-numberic-desc:before{content:"\ea4b";}.icon-sort-amount-asc:before{content:"\ea4c";}.icon-sort-amount-desc:before{content:"\ea4d";}.icon-command:before{content:"\ea4e";}.icon-shift:before{content:"\ea4f";}.icon-ctrl:before{content:"\ea50";}.icon-opt:before{content:"\ea51";}.icon-checkbox-checked:before{content:"\ea52";}.icon-checkbox-unchecked:before{content:"\ea53";}.icon-radio-checked:before{content:"\ea54";}.icon-radio-checked2:before{content:"\ea55";}.icon-radio-unchecked:before{content:"\ea56";}.icon-crop:before{content:"\ea57";}.icon-make-group:before{content:"\ea58";}.icon-ungroup:before{content:"\ea59";}.icon-scissors:before{content:"\ea5a";}.icon-filter:before{content:"\ea5b";}.icon-font:before{content:"\ea5c";}.icon-ligature:before{content:"\ea5d";}.icon-ligature2:before{content:"\ea5e";}.icon-text-height:before{content:"\ea5f";}.icon-text-width:before{content:"\ea60";}.icon-font-size:before{content:"\ea61";}.icon-bold:before{content:"\ea62";}.icon-underline:before{content:"\ea63";}.icon-italic:before{content:"\ea64";}.icon-strikethrough:before{content:"\ea65";}.icon-omega:before{content:"\ea66";}.icon-sigma:before{content:"\ea67";}.icon-page-break:before{content:"\ea68";}.icon-superscript:before{content:"\ea69";}.icon-subscript:before{content:"\ea6a";}.icon-superscript2:before{content:"\ea6b";}.icon-subscript2:before{content:"\ea6c";}.icon-text-color:before{content:"\ea6d";}.icon-pagebreak:before{content:"\ea6e";}.icon-clear-formatting:before{content:"\ea6f";}.icon-table:before{content:"\ea70";}.icon-table2:before{content:"\ea71";}.icon-insert-template:before{content:"\ea72";}.icon-pilcrow:before{content:"\ea73";}.icon-ltr:before{content:"\ea74";}.icon-rtl:before{content:"\ea75";}.icon-section:before{content:"\ea76";}.icon-paragraph-left:before{content:"\ea77";}.icon-paragraph-center:before{content:"\ea78";}.icon-paragraph-right:before{content:"\ea79";}.icon-paragraph-justify:before{content:"\ea7a";}.icon-indent-increase:before{content:"\ea7b";}.icon-indent-decrease:before{content:"\ea7c";}.icon-share:before{content:"\ea7d";}.icon-new-tab:before{content:"\ea7e";}.icon-embed:before{content:"\ea7f";}.icon-embed2:before{content:"\ea80";}.icon-terminal:before{content:"\ea81";}.icon-share2:before{content:"\ea82";}.icon-mail:before{content:"\ea83";}.icon-mail2:before{content:"\ea84";}.icon-mail3:before{content:"\ea85";}.icon-mail4:before{content:"\ea86";}.icon-amazon:before{content:"\ea87";}.icon-google:before{content:"\ea88";}.icon-google2:before{content:"\ea89";}.icon-google3:before{content:"\ea8a";}.icon-google-plus:before{content:"\ea8b";}.icon-google-plus2:before{content:"\ea8c";}.icon-google-plus3:before{content:"\ea8d";}.icon-hangouts:before{content:"\ea8e";}.icon-google-drive:before{content:"\ea8f";}.icon-facebook:before{content:"\ea90";}.icon-facebook2:before{content:"\ea91";}.icon-instagram:before{content:"\ea92";}.icon-whatsapp:before{content:"\ea93";}.icon-spotify:before{content:"\ea94";}.icon-telegram:before{content:"\ea95";}.icon-twitter:before{content:"\ea96";}.icon-vine:before{content:"\ea97";}.icon-vk:before{content:"\ea98";}.icon-renren:before{content:"\ea99";}.icon-sina-weibo:before{content:"\ea9a";}.icon-rss:before{content:"\ea9b";}.icon-rss2:before{content:"\ea9c";}.icon-youtube:before{content:"\ea9d";}.icon-youtube2:before{content:"\ea9e";}.icon-twitch:before{content:"\ea9f";}.icon-vimeo:before{content:"\eaa0";}.icon-vimeo2:before{content:"\eaa1";}.icon-lanyrd:before{content:"\eaa2";}.icon-flickr:before{content:"\eaa3";}.icon-flickr2:before{content:"\eaa4";}.icon-flickr3:before{content:"\eaa5";}.icon-flickr4:before{content:"\eaa6";}.icon-dribbble:before{content:"\eaa7";}.icon-behance:before{content:"\eaa8";}.icon-behance2:before{content:"\eaa9";}.icon-deviantart:before{content:"\eaaa";}.icon-500px:before{content:"\eaab";}.icon-steam:before{content:"\eaac";}.icon-steam2:before{content:"\eaad";}.icon-dropbox:before{content:"\eaae";}.icon-onedrive:before{content:"\eaaf";}.icon-github:before{content:"\eab0";}.icon-npm:before{content:"\eab1";}.icon-basecamp:before{content:"\eab2";}.icon-trello:before{content:"\eab3";}.icon-wordpress:before{content:"\eab4";}.icon-joomla:before{content:"\eab5";}.icon-ello:before{content:"\eab6";}.icon-blogger:before{content:"\eab7";}.icon-blogger2:before{content:"\eab8";}.icon-tumblr:before{content:"\eab9";}.icon-tumblr2:before{content:"\eaba";}.icon-yahoo:before{content:"\eabb";}.icon-yahoo2:before{content:"\eabc";}.icon-tux:before{content:"\eabd";}.icon-appleinc:before{content:"\eabe";}.icon-finder:before{content:"\eabf";}.icon-android:before{content:"\eac0";}.icon-windows:before{content:"\eac1";}.icon-windows8:before{content:"\eac2";}.icon-soundcloud:before{content:"\eac3";}.icon-soundcloud2:before{content:"\eac4";}.icon-skype:before{content:"\eac5";}.icon-reddit:before{content:"\eac6";}.icon-hackernews:before{content:"\eac7";}.icon-wikipedia:before{content:"\eac8";}.icon-linkedin:before{content:"\eac9";}.icon-linkedin2:before{content:"\eaca";}.icon-lastfm:before{content:"\eacb";}.icon-lastfm2:before{content:"\eacc";}.icon-delicious:before{content:"\eacd";}.icon-stumbleupon:before{content:"\eace";}.icon-stumbleupon2:before{content:"\eacf";}.icon-stackoverflow:before{content:"\ead0";}.icon-pinterest:before{content:"\ead1";}.icon-pinterest2:before{content:"\ead2";}.icon-xing:before{content:"\ead3";}.icon-xing2:before{content:"\ead4";}.icon-flattr:before{content:"\ead5";}.icon-foursquare:before{content:"\ead6";}.icon-yelp:before{content:"\ead7";}.icon-paypal:before{content:"\ead8";}.icon-chrome:before{content:"\ead9";}.icon-firefox:before{content:"\eada";}.icon-IE:before{content:"\eadb";}.icon-edge:before{content:"\eadc";}.icon-safari:before{content:"\eadd";}.icon-opera:before{content:"\eade";}.icon-file-pdf:before{content:"\eadf";}.icon-file-openoffice:before{content:"\eae0";}.icon-file-word:before{content:"\eae1";}.icon-file-excel:before{content:"\eae2";}.icon-libreoffice:before{content:"\eae3";}.icon-html-five:before{content:"\eae4";}.icon-html-five2:before{content:"\eae5";}.icon-css3:before{content:"\eae6";}.icon-git:before{content:"\eae7";}.icon-codepen:before{content:"\eae8";}.icon-svg:before{content:"\eae9";}.icon-IcoMoon:before{content:"\eaea";}.icon-apple-pie:before{content:"\ec17";}.icon-baguette:before{content:"\ec18";}.icon-cheese:before{content:"\ec19";}.icon-macarons:before{content:"\ec1a";}.icon-bagel:before{content:"\ec1b";}.icon-sandwich:before{content:"\ec1c";}.icon-birthday-cake:before{content:"\ec1d";}.icon-crepe:before{content:"\ec1e";}.icon-coffee:before{content:"\ec1f";}.icon-baking:before{content:"\ec20";}.icon-donut2:before{content:"\ec21";}.icon-honey:before{content:"\ec22";}.icon-cake-slice:before{content:"\ec23";}.icon-cupcake:before{content:"\ec24";}.icon-cookie:before{content:"\ec25";}.icon-loaf:before{content:"\ec26";}.icon-muffin:before{content:"\ec27";}.icon-croissant:before{content:"\ec28";}.icon-ico:before{content:"\ec29";}.icon-ico2:before{content:"\ec2a";}.icon-ico3:before{content:"\ec2b";}.icon-logout-2:before{content:"\ebe5";}.icon-logout-1:before{content:"\ebe6";}.icon-logout:before{content:"\ebe7";}.icon-infection:before{content:"\ebe9";}.icon-stethoscope:before{content:"\ebea";}.icon-hospital-building:before{content:"\ebeb";}.icon-medical-history:before{content:"\ebec";}.icon-folder2:before{content:"\ebed";}.icon-wallet4:before{content:"\ebee";}.icon-id-card:before{content:"\ebef";}.icon-appointment:before{content:"\ebf0";}.icon-home4:before{content:"\ebf1";}.icon-user4:before{content:"\ebf2";}.icon-settings-12:before{content:"\ebf3";}.icon-settings4:before{content:"\ebf4";}.icon-worlwide2:before{content:"\ebf5";}.icon-help-operator2:before{content:"\ebf6";}.icon-support2:before{content:"\ebf7";}.icon-key-silhouette-security-tool-interface-symbol-of-password2:before{content:"\ebf8";}.icon-user-silhouette2:before{content:"\ebf9";}.icon-call-center3:before{content:"\ebfa";}.icon-cafe:before{content:"\ebfb";}.icon-order-food:before{content:"\ebfc";}.icon-food3:before{content:"\ebfd";}.icon-donut:before{content:"\ec0d";}.icon-user3:before{content:"\ebdc";}.icon-settings-1:before{content:"\ebdd";}.icon-settings3:before{content:"\ebde";}.icon-worlwide:before{content:"\ebdf";}.icon-help-operator:before{content:"\ebe0";}.icon-support:before{content:"\ebe1";}.icon-key-silhouette-security-tool-interface-symbol-of-password:before{content:"\ebe2";}.icon-user-silhouette:before{content:"\ebe3";}.icon-call-center:before{content:"\ebe4";}.icon-call-center2:before{content:"\ebe8";}.icon-cafe2:before{content:"\ebfe";}.icon-order-food2:before{content:"\ebff";}.icon-food32:before{content:"\ec00";}.icon-breakfast:before{content:"\ec01";}.icon-fruit:before{content:"\ec02";}.icon-chicken:before{content:"\ec03";}.icon-beef:before{content:"\ec04";}.icon-buger-and-soda:before{content:"\ec05";}.icon-soda:before{content:"\ec06";}.icon-french-fries:before{content:"\ec07";}.icon-big-crab:before{content:"\ec08";}.icon-fish:before{content:"\ec09";}.icon-salad:before{content:"\ec0a";}.icon-salad2:before{content:"\ec0b";}.icon-fish2:before{content:"\ec0c";}.icon-breakfast2:before{content:"\ec16";}.icon-fruit2:before{content:"\ec15";}.icon-chicken2:before{content:"\ec14";}.icon-beef2:before{content:"\ec13";}.icon-buger-and-soda2:before{content:"\ec12";}.icon-soda2:before{content:"\ec11";}.icon-french-fries2:before{content:"\ec10";}.icon-big-crab2:before{content:"\ec0f";}.icon-salad3:before{content:"\ec0e";}.icon-big-data:before{content:"\eb3d";}.icon-cloud-computing:before{content:"\eb3e";}.icon-experiment-results:before{content:"\eb3f";}.icon-game-developing:before{content:"\eb40";}.icon-graphic-design-software:before{content:"\eb41";}.icon-layers:before{content:"\eb42";}.icon-megaphone2:before{content:"\eb43";}.icon-monitor:before{content:"\eb44";}.icon-photo-camera:before{content:"\eb45";}.icon-presentation:before{content:"\eb47";}.icon-search3:before{content:"\eb48";}.icon-interface:before{content:"\eb1b";}.icon-open-book-1:before{content:"\eb1c";}.icon-earth-globe:before{content:"\eb1d";}.icon-diploma-1:before{content:"\eb1e";}.icon-flask:before{content:"\eb1f";}.icon-calculator-1:before{content:"\eb20";}.icon-lamp:before{content:"\eb21";}.icon-medal:before{content:"\eb22";}.icon-school-2:before{content:"\eb23";}.icon-calculator:before{content:"\eb24";}.icon-microscope:before{content:"\eb25";}.icon-writing:before{content:"\eb26";}.icon-drawing:before{content:"\eb27";}.icon-school-1:before{content:"\eb28";}.icon-pencil-case:before{content:"\eb29";}.icon-desk:before{content:"\eb2a";}.icon-drawing-1:before{content:"\eb2b";}.icon-canvas:before{content:"\eb2c";}.icon-cup:before{content:"\eb2d";}.icon-open-book:before{content:"\eb2e";}.icon-diploma:before{content:"\eb2f";}.icon-backpack:before{content:"\eb30";}.icon-library:before{content:"\eb31";}.icon-school:before{content:"\eb32";}.icon-next:before{content:"\eb33";}.icon-back:before{content:"\eb34";}.icon-hat:before{content:"\eb35";}.icon-clown:before{content:"\eb3c";}.icon-exam:before{content:"\eb3a";}.icon-placeholder:before{content:"\eb3b";}.icon-next3:before{content:"\eb37";}.icon-back2:before{content:"\eb36";}.icon-fast-food:before{content:"\eb38";}.icon-building:before{content:"\eb39";}.icon-like2:before{content:"\eb49";}.icon-magnifying-glass:before{content:"\eb4a";}.icon-search32:before{content:"\eb4b";}.icon-user-1:before{content:"\eb4c";}.icon-arrows-1:before{content:"\eb4d";}.icon-arrows:before{content:"\eb4e";}.icon-navigation:before{content:"\eb4f";}.icon-back3:before{content:"\eb50";}.icon-next4:before{content:"\eb51";}.icon-warehouse:before{content:"\eb52";}.icon-point-of-service:before{content:"\eb53";}.icon-wall-clock:before{content:"\eb54";}.icon-smartphone:before{content:"\eb55";}.icon-placeholder2:before{content:"\eb56";}.icon-headset:before{content:"\eb57";}.icon-package:before{content:"\eb58";}.icon-bag-2:before{content:"\eb59";}.icon-business-1:before{content:"\eb5a";}.icon-commerce:before{content:"\eb5b";}.icon-bag:before{content:"\eb5c";}.icon-business:before{content:"\eb5d";}.icon-paper-bag:before{content:"\eb5e";}.icon-shopping-bag:before{content:"\eb5f";}.icon-credit-card3:before{content:"\eb60";}.icon-eco-bag:before{content:"\eb61";}.icon-sneakers:before{content:"\eb62";}.icon-barcode3:before{content:"\eb63";}.icon-online-shopping:before{content:"\eb64";}.icon-offer:before{content:"\eb65";}.icon-price-tag-1:before{content:"\eb66";}.icon-high-heels:before{content:"\eb67";}.icon-shopping-bags:before{content:"\eb68";}.icon-hanger:before{content:"\eb69";}.icon-invoice:before{content:"\eb6a";}.icon-sale:before{content:"\eb6b";}.icon-jeans:before{content:"\eb6c";}.icon-dress:before{content:"\eb6d";}.icon-payment:before{content:"\eb6e";}.icon-discount:before{content:"\eb6f";}.icon-wallet2:before{content:"\eb70";}.icon-customer-service:before{content:"\eb71";}.icon-gift3:before{content:"\eb72";}.icon-shirt:before{content:"\eb73";}.icon-card:before{content:"\eb74";}.icon-price-tag3:before{content:"\eb75";}.icon-shopping-cart:before{content:"\eb76";}.icon-business-card:before{content:"\eb77";}.icon-bag-1:before{content:"\eb78";}.icon-balloons:before{content:"\eb85";}.icon-girl:before{content:"\eb86";}.icon-figures:before{content:"\eb87";}.icon-abacus:before{content:"\eb88";}.icon-ball:before{content:"\eb89";}.icon-pencil3:before{content:"\eb8a";}.icon-book2:before{content:"\eb8b";}.icon-bricks:before{content:"\eb8c";}.icon-puzzle:before{content:"\eb8d";}.icon-boy:before{content:"\eb8e";}.icon-big-data2:before{content:"\eb79";}.icon-cloud-computing2:before{content:"\eb7a";}.icon-experiment-results2:before{content:"\eb7b";}.icon-game-developing2:before{content:"\eb7c";}.icon-graphic-design-software2:before{content:"\eb7d";}.icon-layers2:before{content:"\eb7e";}.icon-megaphone22:before{content:"\eb7f";}.icon-monitor2:before{content:"\eb80";}.icon-photo-camera2:before{content:"\eb81";}.icon-presentation2:before{content:"\eb83";}.icon-search33:before{content:"\eb84";}.icon-interface2:before{content:"\ebbf";}.icon-open-book-12:before{content:"\ebc0";}.icon-earth-globe2:before{content:"\ebc1";}.icon-diploma-12:before{content:"\ebc2";}.icon-flask2:before{content:"\ebc3";}.icon-calculator-12:before{content:"\ebc4";}.icon-lamp2:before{content:"\ebc5";}.icon-medal2:before{content:"\ebc6";}.icon-school-22:before{content:"\ebc7";}.icon-calculator3:before{content:"\ebc8";}.icon-microscope2:before{content:"\ebc9";}.icon-writing2:before{content:"\ebca";}.icon-drawing2:before{content:"\ebcb";}.icon-school-12:before{content:"\ebcc";}.icon-pencil-case2:before{content:"\ebcd";}.icon-desk2:before{content:"\ebce";}.icon-drawing-12:before{content:"\ebcf";}.icon-canvas2:before{content:"\ebd0";}.icon-cup3:before{content:"\ebd1";}.icon-open-book2:before{content:"\ebd2";}.icon-diploma2:before{content:"\ebd3";}.icon-backpack2:before{content:"\ebd4";}.icon-library3:before{content:"\ebd5";}.icon-school2:before{content:"\ebd6";}.icon-next32:before{content:"\ebd7";}.icon-back4:before{content:"\ebd8";}.icon-hat2:before{content:"\ebd9";}.icon-next322:before{content:"\ebdb";}.icon-back22:before{content:"\ebda";}.icon-heart2:before{content:"\eaeb";}.icon-cloud2:before{content:"\eaec";}.icon-star:before{content:"\eaed";}.icon-tv2:before{content:"\eaee";}.icon-sound:before{content:"\eaef";}.icon-video:before{content:"\eaf0";}.icon-trash:before{content:"\eaf1";}.icon-user2:before{content:"\eaf2";}.icon-key3:before{content:"\eaf3";}.icon-search2:before{content:"\eaf4";}.icon-settings:before{content:"\eaf5";}.icon-camera2:before{content:"\eaf6";}.icon-tag:before{content:"\eaf7";}.icon-lock2:before{content:"\eaf8";}.icon-bulb:before{content:"\eaf9";}.icon-pen2:before{content:"\eafa";}.icon-diamond:before{content:"\eafb";}.icon-display2:before{content:"\eafc";}.icon-location3:before{content:"\eafd";}.icon-eye2:before{content:"\eafe";}.icon-bubble3:before{content:"\eaff";}.icon-stack2:before{content:"\eb00";}.icon-cup2:before{content:"\eb01";}.icon-phone2:before{content:"\eb02";}.icon-news:before{content:"\eb03";}.icon-mail5:before{content:"\eb04";}.icon-like:before{content:"\eb05";}.icon-photo:before{content:"\eb06";}.icon-note:before{content:"\eb07";}.icon-clock3:before{content:"\eb08";}.icon-paperplane:before{content:"\eb09";}.icon-params:before{content:"\eb0a";}.icon-banknote:before{content:"\eb0b";}.icon-data:before{content:"\eb0c";}.icon-music2:before{content:"\eb0d";}.icon-megaphone:before{content:"\eb0e";}.icon-study:before{content:"\eb0f";}.icon-lab2:before{content:"\eb10";}.icon-food:before{content:"\eb11";}.icon-t-shirt:before{content:"\eb12";}.icon-fire2:before{content:"\eb13";}.icon-clip:before{content:"\eb14";}.icon-shop:before{content:"\eb15";}.icon-calendar2:before{content:"\eb16";}.icon-wallet:before{content:"\eb17";}.icon-vynil:before{content:"\eb18";}.icon-truck2:before{content:"\eb19";}.icon-world:before{content:"\eb1a";}.icon-heart22:before{content:"\eb8f";}.icon-cloud22:before{content:"\eb90";}.icon-star2:before{content:"\eb91";}.icon-tv22:before{content:"\eb92";}.icon-sound2:before{content:"\eb93";}.icon-video2:before{content:"\eb94";}.icon-trash2:before{content:"\eb95";}.icon-user22:before{content:"\eb96";}.icon-key32:before{content:"\eb97";}.icon-search22:before{content:"\eb98";}.icon-settings2:before{content:"\eb99";}.icon-camera22:before{content:"\eb9a";}.icon-tag2:before{content:"\eb9b";}.icon-lock22:before{content:"\eb9c";}.icon-bulb2:before{content:"\eb9d";}.icon-pen22:before{content:"\eb9e";}.icon-diamond2:before{content:"\eb9f";}.icon-display22:before{content:"\eba0";}.icon-location32:before{content:"\eba1";}.icon-eye22:before{content:"\eba2";}.icon-bubble32:before{content:"\eba3";}.icon-stack22:before{content:"\eba4";}.icon-cup22:before{content:"\eba5";}.icon-phone22:before{content:"\eba6";}.icon-news2:before{content:"\eba7";}.icon-mail52:before{content:"\eba8";}.icon-like3:before{content:"\eba9";}.icon-photo2:before{content:"\ebaa";}.icon-note2:before{content:"\ebab";}.icon-clock32:before{content:"\ebac";}.icon-paperplane2:before{content:"\ebad";}.icon-params2:before{content:"\ebae";}.icon-banknote2:before{content:"\ebaf";}.icon-data2:before{content:"\ebb0";}.icon-music22:before{content:"\ebb1";}.icon-megaphone3:before{content:"\ebb2";}.icon-study2:before{content:"\ebb3";}.icon-lab22:before{content:"\ebb4";}.icon-food2:before{content:"\ebb5";}.icon-t-shirt2:before{content:"\ebb6";}.icon-fire22:before{content:"\ebb7";}.icon-clip2:before{content:"\ebb8";}.icon-shop2:before{content:"\ebb9";}.icon-calendar22:before{content:"\ebba";}.icon-wallet3:before{content:"\ebbb";}.icon-vynil2:before{content:"\ebbc";}.icon-truck22:before{content:"\ebbd";}.icon-world2:before{content:"\ebbe";}
.sb{display:none;position:fixed;top:50%;left:50%;margin-left:-250px;margin-top:-150px;width:500px;height:200px;background:white;padding:25px;box-shadow:0 2px 3px rgba(0,0,0,0.5);-moz-box-shadow:0 2px 3px rgba(0,0,0,0.5);-webkit-box-shadow:0 2px 3px rgba(0,0,0,0.5);z-index:1999;opacity:0;}.sb h2{margin-top:0;}.sb p{font-size:20px;}.sb form input[type='text'],.sb form input[type='password'],.sb form input[type='email'],.sb form textarea{margin:0;border:none;background:#f7f7f7;padding:18px 10px;font-size:16px;width:79%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}.sb form input[type='submit']{padding:18px 10px;background:none;font-size:16px;text-transform:uppercase;border:none;background:black;color:white;width:20%;margin:0;}.sb .sb-close-btn{position:absolute;right:10px;top:10px;color:#ccc;}.sb.sb-withoverlay{position:absolute;top:200px;left:50%;margin-left:-250px;}.sb-open.sb-open-with-overlay{overflow:hidden;}.sb-open .sb-overlay{opacity:1;}.sb-open .sb{opacity:1;}.sb-overlay{height:100%;width:100%;background:rgba(0,0,0,0.58);opacity:0;position:fixed;left:0;right:0;top:0;z-index:100;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;overflow:auto;}.sb-close-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;}[class^='sb-animation-'],[class*=' sb-animation-']{-webkit-animation-duration:500ms;-moz-animation-duration:500ms;-o-animation-duration:500ms;animation-duration:500ms;}.sb-animation-flyInRight{-webkit-animation-name:flyInRight;-moz-animation-name:flyInRight;-o-animation-name:flyInRight;animation-name:flyInRight;}.sb-animation-flyOutRight{-webkit-animation-name:flyOutRight;-moz-animation-name:flyOutRight;-o-animation-name:flyOutRight;animation-name:flyOutRight;}.sb-animation-flyInLeft{-webkit-animation-name:flyInLeft;-moz-animation-name:flyInLeft;-o-animation-name:flyInLeft;animation-name:flyInLeft;}.sb-animation-flyOutLeft{-webkit-animation-name:flyOutLeft;-moz-animation-name:flyOutLeft;-o-animation-name:flyOutLeft;animation-name:flyOutLeft;}.sb-animation-flyInUp{-webkit-animation-name:flyInUp;-moz-animation-name:flyInUp;-o-animation-name:flyInUp;animation-name:flyInUp;}.sb-animation-flyOutUp{-webkit-animation-name:flyOutUp;-moz-animation-name:flyOutUp;-o-animation-name:flyOutUp;animation-name:flyOutUp;}.sb-animation-flyInDown{-webkit-animation-name:flyInDown;-moz-animation-name:flyInDown;-o-animation-name:flyInDown;animation-name:flyInDown;}.sb-animation-flyOutDown{-webkit-animation-name:flyOutDown;-moz-animation-name:flyOutDown;-o-animation-name:flyOutDown;animation-name:flyOutDown;}@-webkit-keyframes flyInRight{0%{opacity:0;-webkit-transform:translateX(3000px);}100%{-webkit-transform:translateX(0);}}@-moz-keyframes flyInRight{0%{opacity:0;-moz-transform:translateX(3000px);}100%{-moz-transform:translateX(0);}}@-o-keyframes flyInRight{0%{opacity:0;-o-transform:translateX(3000px);}100%{-o-transform:translateX(0);}}@keyframes flyInRight{0%{opacity:0;transform:translateX(3000px);}100%{transform:translateX(0);}}@-webkit-keyframes flyOutRight{0%{-webkit-transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(3000px);}}@-moz-keyframes flyOutRight{0%{-moz-transform:translateX(0);}100%{opacity:0;-moz-transform:translateX(3000px);}}@-o-keyframes flyOutRight{0%{-o-transform:translateX(0);}100%{opacity:0;-o-transform:translateX(3000px);}}@keyframes flyOutRight{0%{transform:translateX(0);}100%{opacity:0;transform:translateX(3000px);}}@-webkit-keyframes flyInLeft{0%{opacity:0;-webkit-transform:translateX(-3000px);}100%{-webkit-transform:translateX(0);}}@-moz-keyframes flyInLeft{0%{opacity:0;-moz-transform:translateX(-3000px);}100%{-moz-transform:translateX(0);}}@-o-keyframes flyInLeft{0%{opacity:0;-o-transform:translateX(-3000px);}100%{-o-transform:translateX(0);}}@keyframes flyInLeft{0%{opacity:0;transform:translateX(-3000px);}100%{transform:translateX(0);}}@-webkit-keyframes flyOutLeft{0%{-webkit-transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(-3000px);}}@-moz-keyframes flyOutLeft{0%{-moz-transform:translateX(0);}100%{opacity:0;-moz-transform:translateX(-3000px);}}@-o-keyframes flyOutLeft{0%{-o-transform:translateX(0);}100%{opacity:0;-o-transform:translateX(-3000px);}}@keyframes flyOutLeft{0%{transform:translateX(0);}100%{opacity:0;transform:translateX(-3000px);}}@-webkit-keyframes flyInUp{0%{opacity:0;-webkit-transform:translateY(-2000px);}100%{-webkit-transform:translateY(0);}}@-moz-keyframes flyInUp{0%{opacity:0;-moz-transform:translateY(-2000px);}100%{-moz-transform:translateY(0);}}@-o-keyframes flyInUp{0%{opacity:0;-o-transform:translateY(-2000px);}100%{-o-transform:translateY(0);}}@keyframes flyInUp{0%{opacity:0;transform:translateY(-2000px);}100%{transform:translateY(0);}}@-webkit-keyframes flyOutUp{0%{-webkit-transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(-2000px);}}@-moz-keyframes flyOutUp{0%{-moz-transform:translateY(0);}100%{opacity:0;-moz-transform:translateY(-2000px);}}@-o-keyframes flyOutUp{0%{-o-transform:translateY(0);}100%{opacity:0;-o-transform:translateY(-2000px);}}@keyframes flyOutUp{0%{transform:translateY(0);}100%{opacity:0;transform:translateY(-2000px);}}@-webkit-keyframes flyInDown{0%{opacity:0;-webkit-transform:translateY(2000px);}100%{-webkit-transform:translateY(0);}}@-moz-keyframes flyInDown{0%{opacity:0;-moz-transform:translateY(2000px);}100%{-moz-transform:translateY(0);}}@-o-keyframes flyInDown{0%{opacity:0;-o-transform:translateY(2000px);}100%{-o-transform:translateY(0);}}@keyframes flyInDown{0%{opacity:0;transform:translateY(2000px);}100%{transform:translateY(0);}}@-webkit-keyframes flyOutDown{0%{-webkit-transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(2000px);}}@-moz-keyframes flyOutDown{0%{-moz-transform:translateY(0);}100%{opacity:0;-moz-transform:translateY(2000px);}}@-o-keyframes flyOutDown{0%{-o-transform:translateY(0);}100%{opacity:0;-o-transform:translateY(2000px);}}@keyframes flyOutDown{0%{transform:translateY(0);}100%{opacity:0;transform:translateY(2000px);}}
:root{--heading-font:"thirsty-script",serif;--heading-font-uc:"Jost",sans-serif;--body-font:"Barlow Semi Condensed",sans-serif;--text-dark:#34344A;--text-gray:#444;--brand-primary:#DD3822;--brand-primary-text:#CB2B15;--brand-primary-dark:#951513;--brand-primary-med-dark:#B31917;--brand-primary-light:#FF7144;--brand-secondary:#00BD9D;--brand-secondary-text:#107E7D;--brand-background:#F6F2EF;--brand-background-dark:#EFEAE5;--brand-background-line:#C5B2A0;--brand-tertiary:#ffcf01;}html{font-size:100%;}body{background-color:white;font-family:var(--body-font,"Montserrat",sans-serif);font-size:16px;font-weight:normal;line-height:24px;color:var(--text-gray,#666666);}h1,h2,h3{clear:both;font-family:var(--heading-font,"Playfair Display",serif);line-height:1.25em;color:var(--text-dark,#000);font-weight:700;-webkit-font-smoothing:antialiased;}h4,h5,h6{clear:both;font-family:var(--heading-font-uc,"Poppins",sans-serif);line-height:1.25em;color:var(--text-dark,#000);font-weight:700;-webkit-font-smoothing:antialiased;text-transform:uppercase;}h1{font-size:60px;}h2{font-size:54px;}h3{font-size:30px;}h4{font-size:1.25em;}h5{font-size:16px;margin-bottom:5px;}h6{font-size:0.8em;}p.p-lg,.p-lg p{font-size:20px;line-height:28px;}a.link-padding-mobile{padding:14px 0px;}@media(min-width:576px){a.link-padding-mobile{padding:0px;}}@media (min-width:576px){h3{font-size:36px;}}a,button[class^='link-'],button[class*=' link-']{text-decoration:none;font-weight:600;}a:hover,a:focus{color:var(--brand-primary,#f53700);}button.link-style{background-color:transparent;box-shadow:none;border:none;}a[class^='link-'] span,a[class*=' link-'] span,button[class^='link-'] span,button[class*=' link-'] span{color:inherit !important;}a.link-primary,a.link-secondary:hover,a.link-secondary:focus,button.link-primary,button.link-secondary:hover,button.link-secondary:focus{color:var(--brand-primary,#f53700) !important;}a.link-secondary,a.link-primary:hover,a.link-primary:focus,button.link-secondary,button.link-primary:hover,button.link-primary:focus{color:var(--brand-secondary-text,#f53700) !important;}a.link-white,button.link-white{color:#ffffff !important;}a.link-white:hover,a.link-white:focus,button.link-white:hover,button.link-white:focus{color:var(--brand-primary-light,#eee) !important;}a.link-primary svg *,a.link-secondary:hover svg *,a.link-secondary:focus svg *,button.link-primary svg *,button.link-secondary:hover svg *,button.link-secondary:focus svg *{fill:var(--brand-primary,#f53700);}a.link-secondary svg *,a.link-primary:hover svg *,a.link-primary:focus svg *,button.link-secondary svg *,button.link-primary:hover svg *,button.link-primary:focus svg *{fill:var(--brand-secondary-text,#f53700);}a.link-white svg *,button.link-white svg *{fill:#fff;}a.link-white:hover svg *,a.link-white:focus svg *,button.link-white:hover svg *,button.link-white:focus svg *{fill:var(--brand-primary-light,#eee);}a.link-caps,button.link-caps{text-transform:uppercase;font-family:var(--heading-font-uc,"Poppins",sans-serif);}h1 a,h2 a,h3 a,h4 a,h5 a{color:inherit;text-decoration:none;}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover{color:inherit;text-decoration:none;}.heading21{font-weight:bold;font-size:22px;margin-bottom:10px;}@media only screen and (max-width:767px){.heading21{font-size:18px;}}.heading24{font-weight:700;font-size:25px;margin-bottom:10px;}@media only screen and (max-width:767px){.heading24{font-size:22px;}}.heading18{font-weight:600;font-size:18px;margin-bottom:10px;letter-spacing:0.02em;}.heading-medium{font-weight:600;font-size:24px;margin-bottom:10px;}@media only screen and (max-width:767px){.heading-medium{font-size:22px;}}.section-heading{text-align:center;font-size:24px;font-weight:800;text-transform:uppercase;margin-top:0;position:relative;}.section-title{position:relative;margin-bottom:30px;}@media only screen and (max-width:480px){.section-title{margin-bottom:25px;}}.section-title.section-default .title-main{padding-top:12px;}@media only screen and (max-width:1199px){.section-title.section-default .title-main{padding-top:0;}}.section-title.section-default .title-main > span{font-size:142px;line-height:1em;margin-top:-55px;padding-left:10px;font-weight:normal;font-family:var(--heading-font,"Playfair Display",serif);display:block;}@media only screen and (max-width:1199px){.section-title.section-default .title-main > span{font-size:100px;margin-top:-45px;}}@media only screen and (max-width:991px){.section-title.section-default .title-main > span{font-size:88px;margin-top:-40px;}}@media only screen and (max-width:575px){.section-title.section-default .title-main > span{font-size:66px;margin-top:-27px;padding-left:5px;}}.section-title.section-default .divider{color:var(--brand-primary-text,#f53700);padding-top:5px;padding-bottom:25px;}.section-title.section-default .divider.color-black{color:black !important;}.section-title.section-default-two{margin-bottom:45px;margin-top:0;}@media only screen and (max-width:767px){.section-title.section-default-two{margin-bottom:35px;}}.section-title.section-default-two .title-main{font-size:54px;padding-top:15px;}@media only screen and (max-width:1199px){.section-title.section-default-two .title-main{font-size:44px;}}@media only screen and (max-width:991px){.section-title.section-default-two .title-main{font-size:36px;}}@media only screen and (max-width:767px){.section-title.section-default-two .title-main{font-size:32px;}}@media only screen and (max-width:575px){.section-title.section-default-two .title-main{font-size:28px;padding-top:5px;}}.section-title.section-default-two .title-main > span{font-size:82px;line-height:1em;font-family:var(--heading-font,"Playfair Display",serif);display:block;color:var(--brand-primary-text,#f53700);font-style:italic }@media (min-width:576px){.section-title.section-default-two .title-main > span{margin-left:-15px;}}@media only screen and (max-width:1199px){.section-title.section-default-two .title-main > span{font-size:70px;}}@media only screen and (max-width:991px){.section-title.section-default-two .title-main > span{font-size:52px;}}@media only screen and (max-width:767px){.section-title.section-default-two .title-main > span{font-size:48px;}}@media only screen and (max-width:575px){.section-title.section-default-two .title-main > span{font-size:44px;}}.section-title.section-default-two.small{margin-bottom:55px;}@media only screen and (max-width:767px){.section-title.section-default-two.small{margin-bottom:40px;}}.section-title.section-default-two.small .title-main{font-style:italic;padding-top:2px;margin-bottom:15px;}.section-title.section-default-two.small .title-main > span{font-size:90px;margin-bottom:-52px;}@media only screen and (max-width:991px){.section-title.section-default-two.small .title-main > span{font-size:66px;margin-bottom:-30px;}}@media only screen and (max-width:767px){.section-title.section-default-two.small .title-main > span{font-size:54px;margin-bottom:-25px;}}.section-title.section-default-two.small .divider{font-size:30px;color:var(--brand-primary-text,#f53700);}@media only screen and (max-width:767px){.section-title.section-default-two.small .divider{font-size:24px;}}.section-title.style-one{margin-bottom:50px;margin-top:0px;}@media only screen and (max-width:767px){.section-title.style-one{margin-bottom:30px;}}.section-title.style-one .title-main{font-size:60px;position:relative;padding-right:40px;padding-top:32px;z-index:1;display:inline-block;line-height:0.92em;}@media only screen and (max-width:1199px){.section-title.style-one .title-main{font-size:48px;}}@media only screen and (max-width:991px){.section-title.style-one .title-main{font-size:42px;padding-right:35px;padding-top:16px;}}@media only screen and (max-width:767px){.section-title.style-one .title-main{font-size:36px;padding-top:15px;padding-right:30px;}}@media only screen and (max-width:575px){.section-title.style-one .title-main{font-size:30px;padding-top:12px;padding-right:20px;}}.section-title.style-one .title-main > .divider{color:inherit;font-weight:inherit;font-family:inherit;display:inline-block;position:absolute;border-top:2px solid #c51c23;border-right:2px solid #c51c23;right:0;top:10px;width:95px;height:75px;}@media only screen and (max-width:991px){.section-title.style-one .title-main > .divider{width:75px;height:60px;}}@media only screen and (max-width:767px){.section-title.style-one .title-main > .divider{width:70px;height:53px;}}@media only screen and (max-width:575px){.section-title.style-one .title-main > .divider{width:35px;height:43px;}}.section-title.style-one .title-main > .divider:before,.section-title.style-one .title-main > .divider:after{position:absolute;content:"";background-color:var(--brand-primary-text,#f53700);}.section-title.style-one .title-main > .divider:before{top:0;left:0;height:34px;width:2px;}@media only screen and (max-width:991px){.section-title.style-one .title-main > .divider:before{height:25px;}}@media only screen and (max-width:767px){.section-title.style-one .title-main > .divider:before{height:18px;}}@media only screen and (max-width:575px){.section-title.style-one .title-main > .divider:before{height:13px;}}.section-title.style-one .title-main > .divider:after{bottom:0;right:0;height:2px;width:30px;}@media only screen and (max-width:991px){.section-title.style-one .title-main > .divider:after{width:25px;}}@media only screen and (max-width:575px){.section-title.style-one .title-main > .divider:after{width:12px;}}.section-title.style-two{margin-bottom:55px;margin-top:-17px;}@media only screen and (max-width:767px){.section-title.style-two{margin-bottom:30px;}}.section-title.style-two .title-main{font-size:60px;margin-bottom:12px;}@media only screen and (max-width:1199px){.section-title.style-two .title-main{font-size:48px;}}@media only screen and (max-width:991px){.section-title.style-two .title-main{font-size:42px;}}@media only screen and (max-width:767px){.section-title.style-two .title-main{font-size:36px;}}@media only screen and (max-width:575px){.section-title.style-two .title-main{font-size:30px;}}.section-title.style-two.text-white .title-sub{color:#bababa !important;}.section-title.style-three{margin-bottom:55px;margin-top:-15px;}.section-title.style-three.text-white .title-main{font-weight:700;}.section-title.style-three.text-white .title-sub{color:#bababa !important;}.section-title.style-three .title-main{text-transform:uppercase;font-family:var(--heading-font,"Playfair Display",serif);font-weight:normal;font-size:60px;margin-bottom:10px;}@media only screen and (max-width:1199px){.section-title.style-three .title-main{font-size:48px;}}@media only screen and (max-width:991px){.section-title.style-three .title-main{font-size:42px;}}@media only screen and (max-width:767px){.section-title.style-three .title-main{font-size:36px;}}@media only screen and (max-width:575px){.section-title.style-three .title-main{font-size:30px;}}.section-title.style-three .title-sub{text-transform:inherit;letter-spacing:normal;font-size:16px;color:var(--text-gray,#666666);}.section-title.style-four .title-main{font-weight:normal;font-size:158px;text-transform:uppercase;font-family:var(--heading-font,"Playfair Display",serif);letter-spacing:-0.025em;line-height:1.1em;}@media only screen and (max-width:1199px){.section-title.style-four .title-main{font-size:120px;}}@media only screen and (max-width:991px){.section-title.style-four .title-main{font-size:90px;}}@media only screen and (max-width:767px){.section-title.style-four .title-main{font-size:70px;}}@media only screen and (max-width:480px){.section-title.style-four .title-main{font-size:48px;}}.section-title.style-five{margin-bottom:53px;}@media only screen and (max-width:575px){.section-title.style-five{margin-bottom:45px;}}.section-title.style-five .title-sub{font-size:60px;font-family:var(--heading-font,"Playfair Display",serif);font-weight:normal;letter-spacing:normal;color:#c51c23 !important;line-height:1em;margin-bottom:-5px;}@media only screen and (max-width:1199px){.section-title.style-five .title-sub{font-size:52px;}}@media only screen and (max-width:991px){.section-title.style-five .title-sub{font-size:48px;}}@media only screen and (max-width:767px){.section-title.style-five .title-sub{font-size:42px;}}@media only screen and (max-width:575px){.section-title.style-five .title-sub{font-size:36px;}}.section-title.style-five .title-main{font-size:70px;line-height:1.02em;margin-bottom:30px;}@media only screen and (max-width:1199px){.section-title.style-five .title-main{font-size:48px;margin-bottom:10px;}}@media only screen and (max-width:991px){.section-title.style-five .title-main{font-size:42px;}}@media only screen and (max-width:767px){.section-title.style-five .title-main{font-size:36px;}}@media only screen and (max-width:575px){.section-title.style-five .title-main{font-size:30px;}}.section-title.style-five .divider-two{font-size:70px;color:var(--brand-primary-text,#f53700);line-height:1em;margin-bottom:-25px;margin-top:-5px;}@media only screen and (max-width:575px){.section-title.style-five .divider-two{font-size:60px;}}.section-title.style-six{margin-bottom:55px;margin-top:-5px;}@media only screen and (max-width:767px){.section-title.style-six{margin-bottom:30px;}}.section-title.style-six .title-sub{font-size:32px;font-family:var(--heading-font,"Playfair Display",serif);letter-spacing:normal;font-weight:lighter;color:var(--text-gray,#666666);line-height:1.1em;}.section-title.style-six .title-main{font-size:60px;margin-bottom:12px;font-family:var(--heading-font,"Playfair Display",serif);font-weight:700;text-transform:uppercase;line-height:1.1em;margin-top:-5px;}@media only screen and (max-width:1199px){.section-title.style-six .title-main{font-size:48px;}}@media only screen and (max-width:991px){.section-title.style-six .title-main{font-size:42px;}}@media only screen and (max-width:767px){.section-title.style-six .title-main{font-size:36px;}}@media only screen and (max-width:575px){.section-title.style-six .title-main{font-size:30px;}}.section-title.style-seven{margin-bottom:50px;}@media only screen and (max-width:767px){.section-title.style-seven{margin-bottom:40px;}}.section-title.style-seven .title-main{font-size:70px;text-transform:uppercase;display:inline-block;line-height:0.85em;}@media only screen and (max-width:1199px){.section-title.style-seven .title-main{font-size:52px;}}@media only screen and (max-width:991px){.section-title.style-seven .title-main{font-size:42px;}}@media only screen and (max-width:575px){.section-title.style-seven .title-main{font-size:30px;}}.section-title.style-seven .title-main > span{display:block;font-size:40px;font-weight:normal;position:relative;color:var(--brand-primary-text,#f53700);line-height:0.9em;}@media only screen and (max-width:1199px){.section-title.style-seven .title-main > span{font-size:32px;}}@media only screen and (max-width:991px){.section-title.style-seven .title-main > span{font-size:26px;}}@media only screen and (max-width:575px){.section-title.style-seven .title-main > span{font-size:20px;}}.section-title.style-seven .title-main > span::before{position:absolute;content:"";left:0;top:53%;transform:translateY(-50%);height:1px;width:100%;background-color:var(--brand-primary-text,#f53700);z-index:0;}.section-title.style-seven .title-main > span > strong{display:inline-block;padding-right:12px;background-color:white;position:relative;z-index:1;}.section-title .title-main{font-weight:700;font-size:48px;position:relative;z-index:2;line-height:1.2em;color:var(--text-dark,#000);font-family:var(--heading-font,"Playfair Display",serif);}@media only screen and (max-width:1199px){.section-title .title-main{font-size:40px;}}@media only screen and (max-width:991px){.section-title .title-main{font-size:36px;}}@media only screen and (max-width:575px){.section-title .title-main{font-size:30px;}}.section-title .title-main > span{color:var(--brand-primary-text,#f53700);}.section-title .title-sub{color:var(--text-dark,#000);font-weight:500;margin-bottom:0px;font-size:18px;letter-spacing:0.2em;text-transform:uppercase;}@media only screen and (max-width:767px){.section-title .title-sub{font-size:14px;letter-spacing:0.1em;}}.section-title .divider{font-size:12px;color:var(--text-dark,#000);margin-top:-10px;}.section-title .divider > span{display:inline-block;margin:0 -2px;}.section-title .divider > span:nth-child(2){font-size:18px;}.section-title .title-text{margin-bottom:22px;padding-top:23px;}.section-title.white .title-main{color:white;}@media only screen and (max-width:991px){.section-title.text-right{text-align:left !important;}}.sm-title{font-family:inherit;color:#2d2d2d;font-weight:bold;letter-spacing:0.015em;}.xl-title{font-weight:700;font-size:2.441em;}.xl-title span{color:#de4f41;}p{font-size:16px;line-height:24px;margin-bottom:1.3em;}p:last-child{margin-bottom:0px;}blockquote{margin:0 0 1.3em;}address{margin:0 0 1.3em;}dfn,em,cite,i,code,kbd,tt,var{font-size:1em;}em,cite,i{font-style:italic;}abbr,acronym{border-bottom:1px dotted #646363;cursor:help;}mark,ins{background:#fff9c0;text-decoration:none;}big{font-size:125%;}pre{background:#f8f8f8;padding:20px 30px;margin-bottom:30px;max-width:100%;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;font-size:0.929em;overflow:auto;}img{max-width:100%;height:auto;}.dropcap{display:block;float:left;margin:15px 5px 0 0;font-weight:bold;font-size:60px;color:#ccc;}.el-text-rotation{white-space:nowrap;position:relative;display:inline-block;}.el-text-rotation .inner-el{text-transform:uppercase;letter-spacing:0.015em;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%) rotate(-90deg);}.fts-13{font-size:13px;}.fts-15{font-size:15px;}.fts-18{font-size:18px;}.fts-20{font-size:20px;}.fts-25{font-size:25px;}.fts-30{font-size:30px;}.fts-35{font-size:35px;}.fts-40{font-size:40px;}.fts-45{font-size:45px;}.fts-50{font-size:50px;}.fts-60{font-size:60px;}.fts-65{font-size:65px;}.fts-70{font-size:70px;}.fts-75{font-size:75px;}.w-100{font-weight:100;}.w-300{font-weight:300;}.w-400{font-weight:400;}.w-500{font-weight:500;}.w-600{font-weight:600;}.w-700{font-weight:700;}.w-800{font-weight:800;}.w-900{font-weight:900;}.mr-0{margin:0;}.mrt-0{margin-top:0;}.mrb-0{margin-bottom:0;}.mrl-0{margin-left:0;}.mrr-0{margin-right:0;}.mrt-5{margin-top:5px;}.mrb-5{margin-bottom:5px;}.mrl-5{margin-left:5px;}.mrr-5{margin-right:5px;}.mrt-10{margin-top:10px;}.mrb-10{margin-bottom:10px;}.mrl-10{margin-left:10px;}.mrr-10{margin-right:10px;}.mrt-15{margin-top:15px;}.mrb-15{margin-bottom:15px;}.mrl-15{margin-left:15px;}.mrr-15{margin-right:15px;}.mrt-20{margin-top:20px;}.mrb-20{margin-bottom:20px;}.mrl-20{margin-left:20px;}.mrr-20{margin-right:20px;}.mrt-25{margin-top:25px;}.mrb-25{margin-bottom:25px;}.mrl-25{margin-left:25px;}.mrr-25{margin-right:25px;}.mrt-30{margin-top:30px;}.mrb-30{margin-bottom:30px;}.mrl-30{margin-left:30px;}.mrr-30{margin-right:30px;}.mrt-35{margin-top:35px;}.mrb-35{margin-bottom:35px;}.mrl-35{margin-left:35px;}.mrr-35{margin-right:35px;}.mrt-40{margin-top:40px;}.mrb-40{margin-bottom:40px;}.mrl-40{margin-left:40px;}.mrr-40{margin-right:40px;}.mrt-45{margin-top:45px;}.mrb-45{margin-bottom:45px;}.mrl-45{margin-left:45px;}.mrr-45{margin-right:45px;}.mrt-50{margin-top:50px;}.mrb-50{margin-bottom:50px;}.mrl-50{margin-left:50px;}.mrr-50{margin-right:50px;}.mrt-55{margin-top:55px;}.mrb-55{margin-bottom:55px;}.mrl-55{margin-left:55px;}.mrr-55{margin-right:55px;}.mrt-60{margin-top:60px;}.mrb-60{margin-bottom:60px;}.mrl-60{margin-left:60px;}.mrr-60{margin-right:60px;}.mrt-75{margin-top:75px;}.mrt-65{margin-top:65px;}.mrb-65{margin-bottom:65px;}.mrl-65{margin-left:65px;}.mrr-65{margin-right:60px;}.mrt-70{margin-top:70px;}.mrb-70{margin-bottom:70px;}.mrl-70{margin-left:70px;}.mrr-70{margin-right:70px;}.mrt-75{margin-top:75px;}.mrb-75{margin-bottom:75px;}.mrl-75{margin-left:75px;}.mrr-75{margin-right:75px;}.mrt-80{margin-top:80px;}.mrb-80{margin-bottom:80px;}.mrb-85{margin-bottom:85px;}.mrl-80{margin-left:80px;}.mrr-80{margin-right:80px;}.mrt-90{margin-top:90px;}.mrb-90{margin-bottom:90px;}.mrl-90{margin-left:90px;}.mrr-90{margin-right:90px;}.mrt-100{margin-top:100px;}.mrb-100{margin-bottom:100px;}.mrl-100{margin-left:100px;}.mrr-100{margin-right:100px;}.mrt-105{margin-top:105px;}.mrb-105{margin-bottom:105px;}.mrl-105{margin-left:105px;}.mrr-105{margin-right:105px;}.mrb-145{margin-bottom:145px;}.mrt-150{margin-top:150px;}.mrt-200{margin-top:200px;}.mrb-150{margin-bottom:150px;}.mrb-155{margin-bottom:155px;}.mrb-170{margin-bottom:170px;}.mrb-175{margin-bottom:175px;}.mrl-150{margin-left:150px;}.mrr-150{margin-right:150px;}.mrb-185{margin-bottom:185px;}.mrb-190{margin-bottom:190px;}.mrb-195{margin-bottom:195px;}.mrb-200{margin-bottom:200px;}.ml-t-5{margin-top:-5px;}.ml-t-8{margin-top:-8px;}.ml-t-058p{margin-top:-0.58%;}.ml-t-10{margin-top:-10px;}.ml-t-15{margin-top:-15px;}.ml-t-20{margin-top:-20px;}.ml-t-25{margin-top:-25px;}.ml-t-30{margin-top:-30px;}.ml-t-35{margin-top:-35px;}.ml-t-40{margin-top:-40px;}.ml-t-45{margin-top:-45px;}.ml-t-50{margin-top:-50px;}.ml-t-60{margin-top:-60px;}.ml-t-75{margin-top:-75px;}.ml-t-90{margin-top:-90px;}.ml-t-105{margin-top:-105px;}.ml-t-120{margin-top:-120px;}.ml-t-135{margin-top:-135px;}.ml-t-150{margin-top:-150px;}.ml-t-165{margin-top:-165px;}.ml-t-180{margin-top:-180px;}.ml-t-195{margin-top:-195px;}.ml-t-210{margin-top:-210px;}.ml-t-225{margin-top:-225px;}.ml-b-5{margin-bottom:-5px;}.ml-b-10{margin-bottom:-10px;}.ml-b-15{margin-bottom:-15px;}.ml-b-20{margin-bottom:-20px;}.ml-b-25{margin-bottom:-25px;}.ml-b-30{margin-bottom:-30px;}.ml-b-35{margin-bottom:-35px;}.ml-b-40{margin-bottom:-40px;}.ml-b-45{margin-bottom:-45px;}.ml-b-50{margin-bottom:-50px;}.ml-b-55{margin-bottom:-55px;}.ml-b-60{margin-bottom:-60px;}.ml-b-75{margin-bottom:-75px;}.ml-b-90{margin-bottom:-90px;}.ml-b-105{margin-bottom:-105px;}.ml-b-120{margin-bottom:-120px;}.ml-b-135{margin-bottom:-135px;}.ml-bp-0933{margin-bottom:-0.933%;}@media only screen and (max-width:991px){.md-mrt-60{margin-top:60px;}.md-mrb-60{margin-bottom:60px;}.md-mrt-55{margin-top:55px;}.md-mrb-55{margin-bottom:55px;}.md-mrt-50{margin-top:50px;}.md-mrb-50{margin-bottom:50px;}.md-mrt-40{margin-top:40px;}.md-mrb-40{margin-bottom:40px;}}@media only screen and (max-width:1366px){.mrb-185,.mrb-190,.mrb-195,.mrb-200{margin-bottom:150px;}.mrb-170{margin-bottom:120px;}.mrt-200{margin-top:150px;}}@media only screen and (max-width:1199px){.mrb-185,.mrb-185,.mrb-190,.mrb-195,.mrb-200{margin-bottom:100px;}.mrt-200{margin-top:100px;}.mrb-170{margin-bottom:70px;}}@media only screen and (max-width:767px){.mrb-m-30{margin-bottom:30px;}.mrb-m-45{margin-bottom:45px;}.mrb-m-60{margin-bottom:60px;}.mr-m-0{margin:0;}}.no-padding{padding:0 !important;}.pd-0{padding:0;}.pd-t-0{padding-top:0;}.pd-t-0-im{padding-top:0 !important;}.pd-b-0{padding-bottom:0;}.pd-l-0{padding-left:0;}.pd-r-0{padding-right:0;}.pd-t-5{padding-top:5px;}.pd-b-5{padding-bottom:5px;}.pd-l-5{padding-left:5px;}.pd-r-5{padding-right:5px;}.pd-t-10{padding-top:10px;}.pd-b-10{padding-bottom:10px;}.pd-l-10{padding-left:10px;}.pd-r-10{padding-right:10px;}.pd-t-15{padding-top:15px;}.pd-b-15{padding-bottom:15px;}.pd-l-15{padding-left:15px;}.pd-r-15{padding-right:15px;}.pd-t-20{padding-top:20px;}.pd-b-20{padding-bottom:20px;}.pd-l-20{padding-left:20px;}.pd-r-20{padding-right:20px;}.pd-t-25{padding-top:25px;}.pd-b-25{padding-bottom:25px;}.pd-l-25{padding-left:25px;}.pd-r-25{padding-right:25px;}.pd-t-30{padding-top:30px;}.pd-b-30{padding-bottom:30px;}.pd-l-30{padding-left:30px;}.pd-r-30{padding-right:30px;}.pd-t-35{padding-top:35px;}.pd-b-35{padding-bottom:35px;}.pd-l-35{padding-left:35px;}.pd-r-35{padding-right:35px;}.pd-t-40{padding-top:40px;}.pd-b-40{padding-bottom:40px;}.pd-l-40{padding-left:40px;}.pd-r-40{padding-right:40px;}.pd-t-45{padding-top:45px;}.pd-b-45{padding-bottom:45px;}.pd-l-45{padding-left:45px;}.pd-r-45{padding-right:45px;}.pd-t-50{padding-top:50px;}.pd-b-50{padding-bottom:50px;}.pd-l-50{padding-left:50px;}.pd-r-50{padding-right:50px;}.pd-t-60{padding-top:60px;}.pd-b-60{padding-bottom:60px;}.pd-l-60{padding-left:60px;}.pd-r-60{padding-right:60px;}.pd-t-70{padding-top:70px;}.pd-b-70{padding-bottom:70px;}.pd-l-70{padding-left:70px;}.pd-r-70{padding-right:70px;}.pd-t-75{padding-top:75px;}.pd-b-75{padding-bottom:75px;}.pd-l-75{padding-left:75px;}.pd-r-75{padding-right:75px;}.pd-t-80{padding-top:80px;}.pd-b-80{padding-bottom:80px;}.pd-l-80{padding-left:80px;}.pd-r-80{padding-right:80px;}.pd-t-90{padding-top:90px;}.pd-b-90{padding-bottom:90px;}.pd-l-90{padding-left:90px;}.pd-r-90{padding-right:90px;}.ptb-100{padding:100px 0;}.pd-t-100{padding-top:100px;}.pd-b-100{padding-bottom:100px;}.pd-l-100{padding-left:100px;}.pd-r-100{padding-right:100px;}.pd-t-105{padding-top:105px;}.pd-b-105{padding-bottom:105px;}.pd-l-105{padding-left:105px;}.pd-r-105{padding-right:105px;}.pd-t-120{padding-top:120px;}.pd-b-120{padding-bottom:120px;}.pd-l-120{padding-left:120px;}.pd-r-120{padding-right:120px;}.pd-t-135{padding-top:135px;}.pd-b-135{padding-bottom:135px;}.pd-l-135{padding-left:135px;}.pd-r-135{padding-right:135px;}.pd-t-140{padding-top:140px;}.pd-b-140{padding-bottom:140px;}.pd-l-140{padding-left:140px;}.pd-r-140{padding-right:140px;}.ptb-150{padding:150px 0;}@media only screen and (max-width:991px){.ptb-150{padding:120px 0;}}.pd-t-150{padding-top:150px;}@media only screen and (max-width:991px){.pd-t-150{padding-top:120px;}}.pd-b-150{padding-bottom:150px;}@media only screen and (max-width:991px){.pd-b-150{padding-bottom:120px;}}.pd-l-150{padding-left:150px;}.pd-r-150{padding-right:150px;}.pd-t-165{padding-top:165px;}.pd-b-165{padding-bottom:165px;}.pd-l-165{padding-left:165px;}.pd-r-165{padding-right:165px;}.pd-t-180{padding-top:180px;}.pd-b-170{padding-bottom:170px;}.pd-b-180{padding-bottom:180px;}.pd-l-180{padding-left:180px;}.pd-r-180{padding-right:180px;}.pd-t-195{padding-top:195px;}.pd-b-195{padding-bottom:195px;}.pd-l-195{padding-left:195px;}.pd-r-195{padding-right:195px;}.pd-t-200{padding-top:200px;}.pd-b-200{padding-bottom:200px;}.pd-l-200{padding-left:200px;}.pd-r-200{padding-right:200px;}.pd-t-205{padding-top:205px;}.pd-b-205{padding-bottom:205px;}.pd-l-205{padding-left:205px;}.pd-r-205{padding-right:205px;}.pd-t-210{padding-top:210px;}.pd-t-220{padding-top:220px;}.pd-b-220{padding-bottom:220px;}.pd-l-220{padding-left:220px;}.pd-r-220{padding-right:220px;}.pd-t-225{padding-top:225px;}.pd-b-225{padding-bottom:225px;}.pd-l-225{padding-left:225px;}.pd-r-225{padding-right:225px;}.pd-t-235{padding-top:235px;}.pd-b-235{padding-bottom:235px;}.pd-l-235{padding-left:235px;}.pd-r-235{padding-right:220px;}.pd-t-240{padding-top:240px;}.pd-t-255{padding-top:255px;}@media only screen and (max-width:992px){.pm-tb-90{padding-top:90px;padding-bottom:90px;}}@media only screen and (max-width:992px){.pm-b-90{padding-bottom:90px;}}@media only screen and (max-width:992px){.pm-t-0{padding-top:0;}}@media only screen and (max-width:992px){.pdmX-60{padding:60px;}}@media only screen and (max-width:767px){.pdms-30{padding:30px;}}.color-white{color:white;}.color-white-im{color:white !important;}.color-snow{color:#f6f6f6;}.color-zumthor{color:#eaf1ff;}.color-white-smoke{color:#f8f8f8;}.color-gainsboro{color:#dddddd;}.color-silver{color:#c3c3c3;}.color-dim-gray{color:#646363;}.color-dim-gray-im{color:#646363 !important;}.color-gray{color:#ededed;}.color-suva-grey{color:#bababa;}.color-matterhorn{color:#4d4d4d;}.color-night-rider{color:#2d2d2d;}.color-eclipse{color:#3c3c3c;}.color-blue-violet{color:#1d0176;}.color-medium-slate-blue{color:#8655f4;}.color-soft-nero{color:#2a2a2a;}.color-nero{color:#191919;}.color-black{color:var(--text-dark,#000);}.color-hr-dv-orange{color:#de4f41;}.color-deep-cerise{color:#a0006d;}.color-zinnwaldite{color:#eabeab;}.color-silver-tree{color:#53b596;}.color-medium-purple{color:#9566d6;}.color-curious-blue{color:#2aabe2;}.text-white{color:white;}.text-white h2,.text-white h3,.text-white h4,.text-white h5{color:white !important;}.bg-white{background:white;}.bg-snow{background:#f6f6f6;}.bg-zumthor{background-color:#eaf1ff;}.bg-lavender{background:#eeedfd;}.bg-white-smoke{background:#f8f8f8;}.bg-gainsboro{background:#dddddd;}.bg-silver{background:#c3c3c3;}.bg-dim-gray{background:#646363;}.bg-gray{background:#ededed;}.bg-suva-grey{background:#bababa;}.bg-green{background-color:#2dad4b;}.bg-matterhorn{background-color:#4d4d4d;}.bg-golden{background-color:#eaad11;}.bg-turquoise{background-color:#21a8eb;}.bg-night-rider{background:#2d2d2d;}.bg-eclipse{background:#3c3c3c;}.bg-blue-violet{background-color:#1d0176;}.bg-medium-slate-blue{background:#8655f4;}.bg-soft-nero{background:#2a2a2a;}.bg-nero{background:#191919;}.bg-soft-black{background:#181818;}.bg-black{background:black;}.bg-hr-dv-orange{background-color:#de4f41;}.bg-deep-cerise{background:#a0006d;}.bg-black-russian{background:#222222;}.bg-black-russian-2{background:#27282b;}.bg-black-russian-3{background:#13152e;}.bg-midnight-express{background:#151415;}.bg-zinnwaldite{background-color:#eabeab;}.bg-silver-tree{background-color:#53b596;}.bg-medium-purple{background-color:#9566d6;}.bg-curious-blue{background-color:#2aabe2;}.bar-blue-violet .swiper-scrollbar-drag{background:#1d0176;}.svg-white path{fill:white;}.svg-snow path{fill:#f6f6f6;}.svg-white-smoke path{fill:#f8f8f8;}.svg-gainsboro path{fill:#dddddd;}.svg-silver path{fill:#c3c3c3;}.svg-dim-gray path{fill:#646363;}.svg-gray path{fill:#ededed;}.svg-suva-grey path{fill:#bababa;}.svg-matterhorn path{fill:#4d4d4d;}.svg-night-rider path{fill:#2d2d2d;}.svg-eclipse path{fill:#3c3c3c;}.svg-blue-violet path{fill:#1d0176;}.svg-soft-nero path{fill:#2a2a2a;}.svg-nero path{fill:#191919;}.svg-soft-black path{fill:#181818;}.svg-black path{fill:black;}.fb-color{color:#3b5998;}.fb-bg{background:#3b5998;}.tw-color{color:#1da1f2;}.tw-bg{background:#1da1f2;}.yt-color{color:#ff0000;}.yt-bg{background:#ff0000;}.in-color{color:#c32aa3;}.in-bg{background:#c32aa3;}.pin-color{color:#bd081c;}.pin-bg{background:#bd081c;}.lid-color{color:#007bb5;}.lid-bg{background:#007bb5;}.gplus-color{color:#db4437;}.gplus-bg{background:#db4437;}.drib-color{color:#ea4c89;}.drib-bg{background:#ea4c89;}.drib-color{color:#ea4c89;}.drib-bg{background:#ea4c89;}.dbart-color{color:#05cc47;}.dbart-bg{background:#05cc47;}.bh-color{color:#053eff;}.bh-bg{background:#053eff;}.bg-image{background-repeat:no-repeat;background-position:center center;background-size:cover;}.bg-fixed{background-attachment:fixed;}.bg-image-right{background-repeat:no-repeat;background-position:top right;background-size:cover;}.bg-image-100{background-repeat:no-repeat;background-size:cover;background-position:center center;height:100%;overflow:hidden;width:100%;position:absolute;top:0;left:0;z-index:0;}.bg-overlay{position:relative;}.slide .carousel-item.active:after{position:absolute;content:"";width:100%;left:0;top:0;background:#000;opacity:0.7;height:200px;background:linear-gradient(180deg,#000 0%,rgba(0,0,0,0.40) 67.58%,rgba(0,0,0,0.00) 100%);opacity:0.7;}.bg-overlay > div{position:relative;z-index:2;}.slide svg.bg-overlay-dark{content:"";position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;}.bg-overlay-gradient{position:relative;}.bg-overlay-gradient:before{background-image:-webkit-linear-gradient(bottom,black,transparent);background-image:linear-gradient(to top,black,transparent);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:0;}.bg-overlay-gradient > div{position:relative;z-index:2;}.bd-t-soft-nero{border-top:1px solid #2a2a2a;}.bd-t-white-20{border-top:1px solid rgba(255,255,255,0.2);}.heading-divider span{width:13px;height:13px;border:3px solid #de4f41;display:inline-block;position:relative;-webkit-transform:rotate(45deg);transform:rotate(45deg);}.title-border{position:relative;text-align:center;}.title-border .small-border{width:7px;height:4px;display:inline-block;margin:0 2px;}.title-border .large-border{height:4px;display:inline-block;width:45px;margin:0 2px;}.vertical-divider{width:2px;height:65px;background:#de4f41;}.horizontal-divider{width:65px;height:2px;background:#de4f41;}.rd-0{border-radius:0;}.rd-5{border-radius:5px;}.rd-10{border-radius:10px;}.rd-15{border-radius:15px;}.rd-30{border-radius:30px;}.rd-30-im{border-radius:30px !important;}.rd-45{border-radius:45px;}.rd-p-50{border-radius:50%;}.rd-p-100{border-radius:100%;}li > ul,li > ol{margin-bottom:0;margin-left:1em;}.remove-broswer-defult{list-style:none;padding:0;margin:0;}dt{font-weight:bold;}dd{margin:0 1.5em 1.5em;}body:not(.woocommerce-page) .article-content table,body:not(.bbpress) .article-content table,body:not(.buddypress) .article-content table{margin-bottom:30px;}body:not(.woocommerce-page) .article-content table td,body:not(.woocommerce-page) .article-content table th,body:not(.bbpress) .article-content table td,body:not(.bbpress) .article-content table th,body:not(.buddypress) .article-content table td,body:not(.buddypress) .article-content table th{border:1px solid #dddddd;padding:15px;}.comment-content table{margin-bottom:30px;}.comment-content table td,.comment-content table th{border:1px solid #dddddd;padding:15px;}.btn-links-area{margin:5px -8px 0;}.btn-links-area .btn-links{background-color:transparent;border:0 solid;margin:0 8px;-webkit-transition:all 0.25s;transition:all 0.25s;color:#b4c0d9;font-size:32px;padding:0;position:relative;cursor:pointer;}.btn-links-area .btn-links:hover{color:var(--brand-primary-text,#f53700);}.btn-links-area .btn-links:hover.btn-next{padding-left:5px;}.btn-links-area.text-right .btn-links:hover.btn-prev{padding-right:5px;}.btn-links-area.text-right .btn-links:hover.btn-next{padding-left:0;}@media only screen and (max-width:991px){.btn-links-area.text-right{text-align:left !important;margin-bottom:15px;}.btn-links-area.text-right .btn-links:hover.btn-prev{padding-right:0px;}.btn-links-area.text-right .btn-links:hover.btn-next{padding-left:5px;}}@media only screen and (max-width:767px){.btn-links-area .btn-links{font-size:26px;}}.subscribe-me{width:770px;padding:0;height:auto;margin-left:-385px;}@media only screen and (max-width:991px){.subscribe-me{width:550px;margin-left:-275px;}}@media only screen and (max-width:575px){.subscribe-me{width:420px;margin-left:-210px;}}@media only screen and (max-width:450px){.subscribe-me{width:300px;margin-left:-150px;}}.subscribe-me .subscribe-me-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;}.subscribe-me .subscribe-me-inner .sb-close-btn{opacity:1;cursor:pointer;position:absolute;top:0;right:0;width:45px;height:45px;background-color:var(--brand-primary-text,#f53700);padding:0;margin:0;display:block;}@media only screen and (max-width:450px){.subscribe-me .subscribe-me-inner .sb-close-btn{width:35px;height:35px;}}.subscribe-me .subscribe-me-inner .sb-close-btn:before,.subscribe-me .subscribe-me-inner .sb-close-btn:after{position:absolute;height:1px;left:50%;top:50%;width:22px;background-color:white;content:'';-webkit-transition:all 0.25s;transition:all 0.25s;margin-left:-11px;cursor:pointer;}.subscribe-me .subscribe-me-inner .sb-close-btn:before{-webkit-transform:rotate(45deg);transform:rotate(45deg);}.subscribe-me .subscribe-me-inner .sb-close-btn:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}.subscribe-me .subscribe-me-inner .subscribe-offer{width:270px;-ms-flex-negative:0;flex-shrink:0;}.subscribe-me .subscribe-me-inner .subscribe-form-popup{width:calc(100% - 270px);text-align:center;padding:70px 70px 75px;}@media only screen and (max-width:991px){.subscribe-me .subscribe-me-inner .subscribe-form-popup{width:100%;}}@media only screen and (max-width:575px){.subscribe-me .subscribe-me-inner .subscribe-form-popup{padding:50px 25px;}}@media only screen and (max-width:450px){.subscribe-me .subscribe-me-inner .subscribe-form-popup{padding:40px 15px;}}.subscribe-me .subscribe-me-inner .subscribe-form-popup .heading{font-size:24px;font-weight:600;margin-bottom:15px;}@media only screen and (max-width:450px){.subscribe-me .subscribe-me-inner .subscribe-form-popup .heading{font-size:20px;}}.subscribe-me .subscribe-me-inner .subscribe-form-popup .off{font-weight:500;color:#8f8f8f;font-size:14px;margin-bottom:2px;}.subscribe-me .subscribe-me-inner .subscribe-form-popup .minimum-spend{font-size:12px;font-weight:500;color:var(--text-dark,#000);margin-bottom:42px;}.subscribe-me .subscribe-me-inner .subscribe-form-popup .minimum-spend > span{display:inline-block;border-bottom:1px solid black;line-height:1.2;}.subscribe-me .subscribe-me-inner .subscribe-form-popup form{position:relative;}.subscribe-me .subscribe-me-inner .subscribe-form-popup input[type='email']{background-color:transparent;border-bottom:1px solid #8f8f8f;padding:0 0 14px !important;width:100%;font-size:12px;}.subscribe-me .subscribe-me-inner .subscribe-form-popup .subscribe-btn{position:absolute;top:-1px;right:0;background-color:transparent;font-size:18px;color:var(--brand-primary-text,#f53700);padding:0;}.subscribe-me .subscribe-offer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px 30px;text-align:center;width:100%;}@media only screen and (max-width:991px){.subscribe-me .subscribe-offer{display:none;}}.subscribe-me .subscribe-offer .subscribe-offer-text{width:100%;}.subscribe-me .subscribe-offer .subscribe-offer-text .offer{font-size:110px;font-weight:lighter;color:white;line-height:1;position:relative;margin-bottom:65px;}.subscribe-me .subscribe-offer .subscribe-offer-text .offer:before{position:absolute;content:'';bottom:-30px;width:75px;height:2px;background-color:var(--brand-primary-text,#f53700);left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);}.subscribe-me .subscribe-offer .subscribe-offer-text .offer > sup{font-size:62%;top:-27px;}.subscribe-me .subscribe-offer .subscribe-offer-text .offer > sub{font-size:28px;text-transform:uppercase;margin-left:-42px;bottom:0;}.subscribe-me .subscribe-offer .subscribe-offer-text .order{font-size:24px;font-weight:lighter;text-transform:uppercase;color:white;line-height:1.2em;}.carousel-nav-text .owl-nav > div,.carousel-nav-text > .btn-links{background-color:transparent;border:0px solid;color:#8f8f8f;font-size:12px;font-weight:500;letter-spacing:0.5em;text-align:center;text-transform:uppercase;display:inline-block;position:relative;padding:13px 2px;-webkit-transition:all 0.25s;transition:all 0.25s;}@media only screen and (max-width:991px){.carousel-nav-text .owl-nav > div,.carousel-nav-text > .btn-links{padding:10px 2px;}}.carousel-nav-text .owl-nav > div:before,.carousel-nav-text > .btn-links:before{border-top:2px solid #8f8f8f;border-bottom:2px solid #8f8f8f;content:'';height:48px;position:absolute;width:60px;top:0;-webkit-transition:all 0.25s;transition:all 0.25s;}@media only screen and (max-width:991px){.carousel-nav-text .owl-nav > div:before,.carousel-nav-text > .btn-links:before{height:42px;}}.carousel-nav-text .owl-nav > div > span,.carousel-nav-text > .btn-links > span{display:block;padding:0 10px;position:relative;z-index:2;}.carousel-nav-text .owl-nav > div > span:after,.carousel-nav-text .owl-nav > div > span:before,.carousel-nav-text > .btn-links > span:after,.carousel-nav-text > .btn-links > span:before{background-color:#8f8f8f;content:'';height:8px;position:absolute;width:2px;-webkit-transition:all 0.25s;transition:all 0.25s;}.carousel-nav-text .owl-nav > div:hover,.carousel-nav-text > .btn-links:hover{color:black !important;}.carousel-nav-text .owl-nav > div:hover:before,.carousel-nav-text > .btn-links:hover:before{border-color:black !important;}.carousel-nav-text .owl-nav > div:hover > span:after,.carousel-nav-text .owl-nav > div:hover > span:before,.carousel-nav-text > .btn-links:hover > span:after,.carousel-nav-text > .btn-links:hover > span:before{background-color:black !important;}.carousel-nav-text .owl-nav > div.owl-prev:before,.carousel-nav-text > .btn-links.btn-prev:before{left:0;border-left:2px solid #8f8f8f;}.carousel-nav-text .owl-nav > div.owl-prev > span,.carousel-nav-text > .btn-links.btn-prev > span{padding-left:25px;}.carousel-nav-text .owl-nav > div.owl-prev > span:after,.carousel-nav-text > .btn-links.btn-prev > span:after{bottom:-11px;left:58px;}@media only screen and (max-width:1199px){.carousel-nav-text .owl-nav > div.owl-prev > span:after,.carousel-nav-text > .btn-links.btn-prev > span:after{bottom:-11px;}}@media only screen and (max-width:991px){.carousel-nav-text .owl-nav > div.owl-prev > span:after,.carousel-nav-text > .btn-links.btn-prev > span:after{bottom:-10px;}}.carousel-nav-text .owl-nav > div.owl-prev > span:before,.carousel-nav-text > .btn-links.btn-prev > span:before{top:-13px;left:58px;}@media only screen and (max-width:991px){.carousel-nav-text .owl-nav > div.owl-prev > span:before,.carousel-nav-text > .btn-links.btn-prev > span:before{top:-10px;}}.carousel-nav-text .owl-nav > div.owl-next:before,.carousel-nav-text > .btn-links.btn-next:before{right:0;border-right:2px solid #8f8f8f;}.carousel-nav-text .owl-nav > div.owl-next > span,.carousel-nav-text > .btn-links.btn-next > span{padding-right:20px;}.carousel-nav-text .owl-nav > div.owl-next > span:after,.carousel-nav-text > .btn-links.btn-next > span:after{bottom:-11px;right:58px;}@media only screen and (max-width:1199px){.carousel-nav-text .owl-nav > div.owl-next > span:after,.carousel-nav-text > .btn-links.btn-next > span:after{bottom:-11px;}}@media only screen and (max-width:991px){.carousel-nav-text .owl-nav > div.owl-next > span:after,.carousel-nav-text > .btn-links.btn-next > span:after{bottom:-10px;}}.carousel-nav-text .owl-nav > div.owl-next > span:before,.carousel-nav-text > .btn-links.btn-next > span:before{top:-13px;right:58px;}@media only screen and (max-width:991px){.carousel-nav-text .owl-nav > div.owl-next > span:before,.carousel-nav-text > .btn-links.btn-next > span:before{top:-10px;}}.carousel-nav-text.nav-right{text-align:right;}@media only screen and (max-width:991px){.carousel-nav-text.nav-right{text-align:left;}}.carousel-nav-text.nav-center{text-align:center;}@media only screen and (max-width:767px){.carousel-nav-text .owl-nav{padding-top:20px;}}.carousel-align-center{position:relative;}.carousel-align-center .owl-nav > div{position:absolute;top:50%;-webkit-transform:translateY(-50px);transform:translateY(-50px);}.carousel-align-center .owl-nav > div.owl-prev{left:-90px;}@media only screen and (max-width:1620px){.carousel-align-center .owl-nav > div.owl-prev{left:-75px;}}@media only screen and (max-width:1366px){.carousel-align-center .owl-nav > div.owl-prev{left:-15px;}}@media only screen and (min-width:768px) and (max-width:991px){.carousel-align-center .owl-nav > div.owl-prev{left:-22px;}}.carousel-align-center .owl-nav > div.owl-next{right:-90px;}@media only screen and (max-width:1620px){.carousel-align-center .owl-nav > div.owl-next{right:-75px;}}@media only screen and (max-width:1366px){.carousel-align-center .owl-nav > div.owl-next{right:-15px;}}@media only screen and (min-width:768px) and (max-width:991px){.carousel-align-center .owl-nav > div.owl-next{right:-22px;}}.carousel-circle{position:relative;}.carousel-circle .owl-nav > div{width:40px;height:40px;line-height:40px;font-size:15px;border:1px solid #dddddd;color:var(--brand-primary-text,#f53700);border-radius:50px;text-align:center;display:inline-block;margin:3px;-webkit-transition:all 0.3s;transition:all 0.3s;}.carousel-circle .owl-nav > div:hover{background-color:black;border:1px solid black;color:white;}.carousel-arrow .owl-nav > div{font-size:60px;color:#bababa;-webkit-transition:all 0.25s;transition:all 0.25s;}@media only screen and (max-width:991px){.carousel-arrow .owl-nav > div{font-size:30px;}}.carousel-arrow .owl-nav > div:hover{color:var(--brand-primary-text,#f53700);}.carousel-arrow .owl-nav > div.owl-prev{left:-60px;}@media only screen and (max-width:1280px){.carousel-arrow .owl-nav > div.owl-prev{left:0px;}}@media only screen and (max-width:1199px){.carousel-arrow .owl-nav > div.owl-prev{left:-30px;}}@media only screen and (max-width:991px){.carousel-arrow .owl-nav > div.owl-prev{left:-15px;}}.carousel-arrow .owl-nav > div.owl-next{right:-60px;}@media only screen and (max-width:1280px){.carousel-arrow .owl-nav > div.owl-next{right:0px;}}@media only screen and (max-width:1199px){.carousel-arrow .owl-nav > div.owl-next{right:-30px;}}@media only screen and (max-width:991px){.carousel-arrow .owl-nav > div.owl-next{right:-15px;}}.carousel-nav-dots .owl-dots{margin-bottom:-5px;text-align:center;padding-top:5px;}.carousel-nav-dots .owl-dots > div{display:inline-block;margin:0 4px;border-radius:50%;}.carousel-nav-dots .owl-dots > div > span{background-color:black;border-radius:50%;display:block;height:12px;-webkit-transition:all 0.2s ease 0s;transition:all 0.2s ease 0s;width:12px;}.carousel-nav-dots .owl-dots > div.active > span{background-color:#c51c23 !important;opacity:1 !important;}.carousel-nav-dots-rec .owl-dots{margin-bottom:-5px;text-align:center;padding-top:15px;}.carousel-nav-dots-rec .owl-dots > div{display:inline-block;margin:0 4px;}.carousel-nav-dots-rec .owl-dots > div > span{background-color:#cccccc;display:block;height:4px;-webkit-transition:all 0.2s ease 0s;transition:all 0.2s ease 0s;width:40px;}@media only screen and (max-width:767px){.carousel-nav-dots-rec .owl-dots > div > span{width:20px;}}.carousel-nav-dots-rec .owl-dots > div.active > span{background-color:#c51c23 !important;opacity:1 !important;}.social-status{margin:0 -3px;}.social-status a{border-radius:50%;color:var(--text-gray,#666666);display:inline-block;font-size:14px;height:45px;line-height:45px;text-align:center;width:45px;-webkit-transition:all 0.25s;transition:all 0.25s;margin:0 3px;background-color:#f6f6f6;}.social-status a:hover,.social-status a:focus{background-color:var(--brand-primary-text,#f53700);color:white !important;}.modal{z-index:999999;}.header-search-area{max-width:calc(100vw - 30px);-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:98vh;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 0 0 15px;padding:20px;}@media only screen and (max-width:480px){.header-search-area{padding:10px;}}.header-search-area .modal-header{padding:10px 0 60px;border-bottom:0px solid;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}@media only screen and (max-width:1199px){.header-search-area .modal-header{padding:0px 0 25px;}}@media only screen and (max-width:480px){.header-search-area .modal-header{padding-bottom:15px;}}.header-search-area .modal-header .close.btn-close{opacity:1;cursor:pointer;position:relative;width:45px;height:45px;background-color:var(--brand-primary-text,#f53700);border-radius:50%;padding:0;margin:0;}.header-search-area .modal-header .close.btn-close:before,.header-search-area .modal-header .close.btn-close:after{position:absolute;height:1px;left:50%;top:50%;width:22px;background-color:white;content:'';-webkit-transition:all 0.25s;transition:all 0.25s;margin-left:-11px;cursor:pointer;}.header-search-area .modal-header .close.btn-close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg);}.header-search-area .modal-header .close.btn-close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}.header-search-area .modal-header .close.btn-close:hover{background-color:black;}.header-search-area .header-search-area-inner{width:700px;}@media only screen and (max-width:767px){.header-search-area .header-search-area-inner{width:520px;}}@media only screen and (max-width:575px){.header-search-area .header-search-area-inner{width:400px;}}@media only screen and (max-width:480px){.header-search-area .header-search-area-inner{width:280px;}}.header-search-area .filter-search-tab .nav-tabs{border-bottom:0 solid;overflow:hidden;margin-bottom:50px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}@media only screen and (max-width:1199px){.header-search-area .filter-search-tab .nav-tabs{margin-bottom:25px;}}@media only screen and (max-width:480px){.header-search-area .filter-search-tab .nav-tabs{margin-bottom:15px;}}.header-search-area .filter-search-tab .nav-tabs > li{display:inline-block;margin:0 15px;}@media only screen and (max-width:575px){.header-search-area .filter-search-tab .nav-tabs > li{margin:0 8px 3px;}}@media only screen and (max-width:480px){.header-search-area .filter-search-tab .nav-tabs > li{margin-left:5px;margin-right:5px;}}.header-search-area .filter-search-tab .nav-tabs > li > a{border-radius:0px;display:block;font-size:16px;font-weight:500;padding:15px 0px;-webkit-transition:all 0.25s ease 0s;transition:all 0.25s ease 0s;text-align:center;position:relative;}@media only screen and (max-width:1199px){.header-search-area .filter-search-tab .nav-tabs > li > a{padding:10px 0px;}}@media only screen and (max-width:575px){.header-search-area .filter-search-tab .nav-tabs > li > a{padding:6px 0px;font-size:14px;}}.header-search-area .filter-search-tab .nav-tabs > li > a:before{position:absolute;content:'';left:0;width:0;height:2px;background-color:var(--brand-primary-text,#f53700);bottom:0;-webkit-transition:all 0.25s;transition:all 0.25s;}.header-search-area .filter-search-tab .nav-tabs > li > a:hover{color:var(--text-dark,#000);}.header-search-area .filter-search-tab .nav-tabs > li > a.active{color:var(--text-dark,#000);}.header-search-area .filter-search-tab .nav-tabs > li > a.active:before{width:100%;}.header-search-area .filter-search-tab-content{border:1px solid #dddddd;background-color:white;}.header-search-area form{padding:20px;border-bottom:1px solid #dddddd;position:relative;}@media only screen and (max-width:480px){.header-search-area form{padding:15px;}}.header-search-area form input[type='search']{border:0px solid;font-weight:normal;font-size:16px;width:100%;}.header-search-area form button,.header-search-area form input[type="button"],.header-search-area form input[type="reset"],.header-search-area form input[type="submit"]{font-size:24px;position:absolute;right:15px;top:50%;border:0px solid;background-color:transparent;-webkit-transform:translateY(-50%);transform:translateY(-50%);}@media only screen and (max-width:480px){.header-search-area form button,.header-search-area form input[type="button"],.header-search-area form input[type="reset"],.header-search-area form input[type="submit"]{font-size:18px;right:7px;}}.header-search-area form button:hover,.header-search-area form input[type="button"]:hover,.header-search-area form input[type="reset"]:hover,.header-search-area form input[type="submit"]:hover{color:var(--brand-primary-text,#f53700);}.header-search-model{background-color:rgba(255,255,255,0.9);}.header-search-model .modal-content{border-radius:0px;background-color:transparent;border:0px solid;}.header-search-model .search-by-cat .single-cat{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-transition:all 0.25s;transition:all 0.25s;border-bottom:1px solid #dddddd;padding:20px;}@media only screen and (max-width:480px){.header-search-model .search-by-cat .single-cat{padding:15px;}}.header-search-model .search-by-cat .single-cat:last-child{border-bottom:0px solid;}.header-search-model .search-by-cat .single-cat:hover{opacity:0.85;}.header-search-model .search-by-cat .single-cat .thumb{width:70px;}@media only screen and (max-width:480px){.header-search-model .search-by-cat .single-cat .thumb{width:60px;}}.header-search-model .search-by-cat .single-cat .text{color:var(--text-dark,#000);font-weight:500;padding-left:20px;font-size:14px;}@media only screen and (max-width:480px){.header-search-model .search-by-cat .single-cat .text{padding-left:15px;}}.footer-share{display:none !important;}@media only screen and (max-width:1199px){.footer-share{display:block !important;padding-top:24px !important;}.footer-logo{margin-top:-22px !important;}}.socialicon{font-size:24px !important;padding-right:5px !important;}.topbutton{color:white;bottom:6px;display:block;height:50px;line-height:50px;position:fixed;right:17px;text-align:center;width:50px;border-radius:0;-webkit-transition:all 0.3s;transition:all 0.3s;z-index:999;font-size:20px;border-radius:5px;background-color:var(--brand-primary-text,#f53700);}.topbutton.btn-show{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}.topbutton.btn-hide{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px);}.topbutton:hover{color:white !important;opacity:0.9;}.topbutton:focus{color:white !important;}[data-animate]{opacity:0;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-timing-function:ease;animation-timing-function:ease;}@-webkit-keyframes zoomEffect{0%{-webkit-transform:scale(1,1) translate(0,0);}25%{-webkit-transform:scale(1.3,1.3) translate(50px,50px);}50%{-webkit-transform:scale(1,1) translate(0,0);}75%{-webkit-transform:scale(1.3,1.3) translate(-50px,-50px);}100%{-webkit-transform:scale(1,1) translate(0,0);}}@keyframes zoomEffect{0%{-webkit-transform:scale(1,1) translate(0,0);transform:scale(1,1) translate(0,0);}25%{-webkit-transform:scale(1.3,1.3) translate(50px,50px);transform:scale(1.3,1.3) translate(50px,50px);}50%{-webkit-transform:scale(1,1) translate(0,0);transform:scale(1,1) translate(0,0);}75%{-webkit-transform:scale(1.3,1.3) translate(-50px,-50px);transform:scale(1.3,1.3) translate(-50px,-50px);}100%{-webkit-transform:scale(1,1) translate(0,0);transform:scale(1,1) translate(0,0);}}@-webkit-keyframes hg-fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,1.3em,0);transform:translate3d(0,1.3em,0);}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}@keyframes hg-fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,1.3em,0);transform:translate3d(0,1.3em,0);}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}.hg-fadeInUp{-webkit-animation-name:hg-fadeInUp;animation-name:hg-fadeInUp;}@-webkit-keyframes hg-fadeInUp50{from{opacity:0;-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0);}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}@keyframes hg-fadeInUp50{from{opacity:0;-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0);}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}.hg-fadeInUp50{-webkit-animation-name:hg-fadeInUp50;animation-name:hg-fadeInUp50;}@-webkit-keyframes hg-fadeUpIn50{from{opacity:0;-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0);}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}@keyframes hg-fadeUpIn50{from{opacity:0;-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0);}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}.hg-fadeInUp50{-webkit-animation-name:hg-fadeInUp50;animation-name:hg-fadeInUp50;}@-webkit-keyframes hg-fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-1.25rem,0);transform:translate3d(0,-1.25rem,0);}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}@keyframes hg-fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-1.25rem,0);transform:translate3d(0,-1.25rem,0);}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}.hg-fadeInDown{-webkit-animation-name:hg-fadeInDown;animation-name:hg-fadeInDown;}@-webkit-keyframes hg-fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0);}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}@keyframes hg-fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0);}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}.hg-fadeInLeft{-webkit-animation-name:hg-fadeInLeft;animation-name:hg-fadeInLeft;}@-webkit-keyframes hg-fadeInRight{from{opacity:0;-webkit-transform:translate3d(50px,0,0);transform:translate3d(50px,0,0);}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}@keyframes hg-fadeInRight{from{opacity:0;-webkit-transform:translate3d(50px,0,0);transform:translate3d(50px,0,0);}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}.hg-fadeInRight{-webkit-animation-name:hg-fadeInRight;animation-name:hg-fadeInRight;}@-webkit-keyframes rotate360{from{-webkit-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes rotate360{from{-webkit-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}.rotate360{-webkit-animation-name:rotate360;animation-name:rotate360;}@-webkit-keyframes bt-leftRight-20{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}50%{-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0);}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}@keyframes bt-leftRight-20{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}50%{-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0);}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}@-webkit-keyframes bt-bottomTop-40{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}50%{-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0);}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}@keyframes bt-bottomTop-40{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}50%{-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0);}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}@-webkit-keyframes bt-topBottom-40{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}50%{-webkit-transform:translate3d(0,-40px,0);transform:translate3d(0,-40px,0);}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}@keyframes bt-topBottom-40{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}50%{-webkit-transform:translate3d(0,-40px,0);transform:translate3d(0,-40px,0);}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}@-webkit-keyframes bt-topBottom-20{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}50%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}@keyframes bt-topBottom-20{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}50%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}.delay-1s{-webkit-animation-delay:1s;animation-delay:1s;}.delay-2s{-webkit-animation-delay:2s;animation-delay:2s;}.delay-3s{-webkit-animation-delay:3s;animation-delay:3s;}.delay-4s{-webkit-animation-delay:4s;animation-delay:4s;}.delay-5s{-webkit-animation-delay:5s;animation-delay:5s;}.block-img{display:block;}.mfp-close{color:white !important;}.full-content{float:none;margin:auto;}.full-width{width:100%;}.fs-i{font-style:italic;}.fw-n{font-weight:normal;}.bg-cover{background-size:cover;background-position:center center;}[data-bg-image]{background-size:cover;background-position:50%;}.no-border{border:0 none !important;}.overflow-hide{overflow:hidden;}.overflow-visible{overflow:visible;}.fl-none{float:none !important;}@media only screen and (max-width:800px){.mb-fl-none{float:none !important;}}@media only screen and (max-width:767px){.mb-text-center{text-align:center !important;}}.owl-carousel .owl-item img{width:auto;}.box-shadow{box-shadow:3px 3px 11px 0px rgba(0,0,0,0.28);}.box-shadow-red{box-shadow:3px 3px 11px 0px rgba(197,28,35,0.14);}.card-shadow{box-shadow:0px 0px 32px 0px rgba(0,0,0,0.07);}.mock-up-thumb{display:inline-block;}.card{background-color:white;border:1px solid #e9e9e9;border-radius:0;box-shadow:0 0 32px rgba(0,0,0,0.07);}.section-block{margin:20px;}@media only screen and (max-width:1366px){.section-block{margin:15px;}}.section-block-40{margin:40px;}@media only screen and (max-width:1366px){.section-block-40{margin:15px;}}.section-block-60{padding:60px;}@media only screen and (max-width:1366px){.section-block-60{padding:15px;}}.list{padding-left:0;margin-bottom:0;list-style:none;}.rating{margin-right:2px;}.rating ul > li{display:inline-block;font-size:12px;color:#bababa;margin:0 -2px;}.rating ul > li.yellow{color:#feb300;}.logo-text{font-size:22px;text-transform:uppercase;font-weight:700;color:#b2a1d2 !important;letter-spacing:0.45em;display:inline-block;}.logo-text > a:focus,.logo-text > a:hover,.logo-text:focus,.logo-text:hover{color:#b2a1d2 !important;}.bg-center{background-position:center center;background-repeat:no-repeat;background-size:auto;}@media only screen and (min-width:1200px) and (max-width:1920px){.container{max-width:1200px;}}@media only screen and (min-width:481px) and (max-width:575px){.container{max-width:450px;}}@media only screen and (max-width:576px){.container{width:100%;}}.element-group > .element{position:absolute;}.divider{font-size:12px;color:var(--brand-primary-text,#f53700);text-align:center;}.divider > span{margin:0 -1px;}.divider > span:nth-child(2){font-size:18px;}.container-xl{margin:auto;padding:0 15px;width:100%;}@media only screen and (min-width:1575px){.container-xl{max-width:1300px;}}@media only screen and (min-width:1300px) and (max-width:1574px){.container-xl{max-width:1199px;}}@media only screen and (min-width:992px){.row.item-4 .item:nth-child(4n+1){clear:left;}}@media only screen and (min-width:992px){.row.item-3 .item:nth-child(3n+1){clear:left;}}@media only screen and (min-width:992px){.row.item-2 .item:nth-child(2n+1){clear:left;}}@media only screen and (min-width:992px){.row.item-1 .item:nth-child(n+1){clear:left;}}@media only screen and (max-width:992px){.row .item:nth-child(2n+1){clear:left;}}@media only screen and (max-width:520px){.row .item:nth-child(n+1){clear:left;}}@media only screen and (max-width:520px){.row[class*="item-"] [class*="col-"]{width:100%;}}@media only screen and (max-width:992px){.item-sm [class*="col-"]{width:100%;}}button,input[type="button"],input[type="reset"],input[type="submit"]{-webkit-transition:all 0.25s ease;transition:all 0.25s ease;}input[type="submit"]:hover{color:white;}button,input[type="button"],input[type="reset"],input[type="submit"],input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;}button:focus,input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus,input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus{outline:none;}button::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}.btn{-webkit-transition:all 0.3s ease 0.02s;transition:all 0.3s ease 0.02s;}.btn:active,.btn:focus{box-shadow:0 0px 0px rgba(0,0,0,0.125) inset;}.btn{border:0px solid;border-radius:0px;font-weight:500;font-size:14px;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;}@media only screen and (max-width:480px){.btn{font-size:12px;}}.btn-default{padding:15px 35px;border-radius:35px;letter-spacing:0.07em;color:white;background-color:var(--brand-primary-text,#f53700);text-transform:uppercase;}@media only screen and (max-width:480px){.btn-default{padding:12px 20px;}}.btn-default:focus,.btn-default:hover{background-color:black;color:white;}.btn-default.btn-black{background-color:black;}.btn-default.btn-black:focus,.btn-default.btn-black:hover{background-color:var(--brand-primary-text,#f53700);}.btn-default.btn-white:focus,.btn-default.btn-white:hover{background-color:white;color:var(--brand-primary-text,#f53700);}.btn-primary.active:focus:not(:disabled):not(.disabled),.btn-primary:focus{box-shadow:0 0 0 0rem rgba(38,143,255,0);}.btn-primary{background-color:transparent;color:var(--text-dark,#000);border:2px solid black;padding:10px 30px;}.btn-primary.active:focus:not(:disabled):not(.disabled),.btn-primary:focus{box-shadow:0 0 0 0rem rgba(38,143,255,0.5);}.btn-primary:hover,.btn-primary:focus{background-color:#c51c23 !important;color:white !important;border:2px solid #c51c23;}.btn-primary:active{box-shadow:0 0 0 0rem transparent !important;}.btn-primary.btn-white{border-color:white;color:white;padding:10px 25px;}.btn-primary.btn-white:hover,.btn-primary.btn-white:focus{border-color:#c51c23 !important;}.video-btn{position:relative;width:100px;height:100px;line-height:110px;background-color:rgba(255,255,255,0.2);text-align:center;font-size:54px;color:white;border-radius:50%;cursor:pointer;-webkit-transition:.5s;transition:.5s;display:inline-block;z-index:0;box-shadow:3px 3px 7px rgba(0,0,0,0.125);}.video-btn:after{display:block;content:'';width:120px;height:120px;line-height:120px;border-radius:50%;background-color:rgba(255,255,255,0.15);position:absolute;text-align:center;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:-1;}.video-btn:hover,.video-btn:focus{color:var(--brand-primary-text,#f53700);}@media only screen and (max-width:767px){.video-btn{width:80px;height:80px;line-height:90px;font-size:36px;}.video-btn:after{width:60px;height:60px;line-height:60px;}}.btn-group-default{margin:20px -5px -5px;}@media only screen and (max-width:991px){.btn-group-default{margin-top:45px;}}@media only screen and (max-width:480px){.btn-group-default{margin-top:35px;}}.btn-group-default > .btn{margin:5px;}.show-more{text-align:center;}.show-more .button{display:inline-block;font-size:16px;font-weight:500;color:var(--text-dark,#000);}.show-more .button > span{display:block;margin-top:7px;}.show-more .button:hover{color:var(--brand-primary-text,#f53700);}.more-link{font-size:14px;font-weight:bold;line-height:normal;word-spacing:0.02em;letter-spacing:0.01em;box-shadow:0 0 1px transparent;position:relative;-webkit-transition:all 0.25s ease;transition:all 0.25s ease;}.more-link:hover,.more-link:focus,.more-link:active:focus{color:white;text-decoration:none !important;}.comment-navigation .nav-links a{background:white;display:inline-block;padding:0.5em 1.8em;letter-spacing:0.02em;}.comment-navigation .nav-links a:hover{color:white;}.mfp-wrap button:hover,.mfp-wrap input[type="button"]:hover,.mfp-wrap input[type="reset"]:hover,.mfp-wrap input[type="submit"]:hover{background:transparent !important;}.btn-play{padding:15px;display:inline-block;font-size:16px;height:55px;width:55px;line-height:25px;}.social-btn-lg{display:inline-block;font-size:12px;height:30px;width:30px;text-align:center;line-height:30px;}.btn-gf{border-style:solid;border-width:5px;border-color:white;border-radius:50%;box-shadow:0px 6px 20px 0px rgba(0,0,0,0.14);}.btn-lg{padding:15px 45px;display:inline-block;font-size:16px;}.btn-md{padding:10px 30px;display:inline-block;font-size:15px;}.btn-xl{padding:15px 45px;text-transform:uppercase;font-weight:500;font-size:15px;letter-spacing:0.015em;}.btn-slider{padding:10px 45px;display:inline-block;font-size:15px;border-radius:30px;border-width:3px;}.btn-slider-xl{padding:15px 45px;display:inline-block;font-size:15px;border-radius:30px;}.load-more-btn{background:#eeedfd;font-size:35px;display:inline-block;border-radius:100%;width:90px;height:90px;line-height:90px;}input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus{outline:none;}input[type=time]::-webkit-inner-spin-button,input[type=time]::-webkit-outer-spin-button,input[type=date]::-webkit-inner-spin-button,input[type=date]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;}input[type="search"]{-webkit-appearance:textfield;}input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}select{appearance:none;-webkit-appearance:none;-moz-appearance:none;}input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill{-webkit-box-shadow:0 0 0px 1000px transparent inset;-webkit-text-fill-color:#666666 !important;}input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0px 1000px transparent inset;-webkit-text-fill-color:#666666 !important;}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;}textarea{display:block;width:100%;display:block;min-height:100px;padding-top:0px !important;}input,select,textarea{border:none;vertical-align:baseline;font-size:100%;-webkit-transition:all 0.25s ease;transition:all 0.25s ease;}::-webkit-input-placeholder{color:#a4a3a3;}.widget_newsletter::-webkit-input-placeholder{color:#808080;}:-moz-placeholder{color:#a4a3a3;opacity:1;}::-moz-placeholder{color:#a4a3a3;opacity:1;}:-ms-input-placeholder{color:#a4a3a3;}.form-controllar{border-bottom:1px solid #dddddd;background:transparent;width:100%;padding:10px 0 5px;height:50px;line-height:54px;outline:none;}.form-controllar:focus{border-color:none;box-shadow:none;border-color:var(--brand-primary-text,#f53700);}.post-password-form input[type="password"]{font-size:14px;border:1px solid #f0f0f0;outline:none;box-sizing:border-box;padding:10px;}.post-password-form input[type="submit"]{padding:15px 30px;position:relative;top:0;font-size:14px;}.datepicker-container{width:300px;}@media only screen and (max-width:480px){.datepicker-container{width:270px;}}.datepicker-container .datepicker-panel > ul > li.picked{color:var(--brand-primary-text,#f53700);}.datepicker-container .datepicker-panel > ul > li{width:42px;}@media only screen and (max-width:480px){.datepicker-container .datepicker-panel > ul > li{width:38px;}}.datepicker-container .datepicker-panel > ul > li[data-view="month current"]{width:70%;color:var(--text-dark,#000);font-weight:600;font-family:var(--heading-font-uc,"Poppins",sans-serif);}.datepicker-container .datepicker-panel > ul > li[data-view="day"]{color:var(--text-dark,#000);}.datepicker-container .datepicker-panel > ul > li[data-view="day next"]{color:var(--text-gray,#666666);}.datepicker-container .datepicker-panel > ul > li:hover,.datepicker-container .datepicker-panel > ul > li.highlighted{color:white;background-color:var(--brand-primary-text,#f53700);}.input-spinner{border:2px solid #dddddd;border-radius:40px;height:48px;overflow:hidden;display:inline-block;padding:0 20px;}.input-spinner > a{display:inline-block;float:left;height:44px;line-height:44px;text-align:center;font-weight:600;font-size:18px;color:#8f8f8f;}.input-spinner > a:hover,.input-spinner > a:focus{color:var(--text-dark,#000);}.input-spinner > input{border:0 solid;border-radius:0;color:var(--text-dark,#000);float:left;font-size:14px;font-weight:normal;text-align:center;height:44px;line-height:44px;font-weight:600;width:85px !important;padding:5px 10px !important;}@media only screen and (max-width:991px){.input-spinner > input{width:60px !important;}}.input-spinner > input:focus{border:0 solid;}.select-custom{border-radius:5px;background-color:transparent;box-sizing:border-box;clear:both;cursor:pointer;display:block;height:50px;line-height:54px;border-radius:0px;padding-left:0px;padding-right:0px;position:relative;text-align:left !important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;border-bottom:1px solid #dddddd;}.select-custom:after{content:'\f107';font-family:"Font Awesome 5 Free";display:block;pointer-events:none;position:absolute;right:0px;top:2px;color:var(--text-dark,#000);-webkit-transition:all 0.15s ease-in-out;transition:all 0.15s ease-in-out;font-weight:800;opacity:0.7;}.select-custom .list{background-color:white;box-shadow:0 0 0 1px rgba(68,68,68,0.11);box-sizing:border-box;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-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;min-height:50px;max-height:170px;}.select-custom .list:hover .option:not(:hover){background-color:transparent !important;}.select-custom.open:after{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);}.select-custom.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);width:100%;min-height:50px;max-height:200px;overflow-y:scroll;}.select-custom.open .nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none;}.select-custom .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;}.select-custom .option.disabled{background-color:transparent;color:#999;cursor:default;}.select-custom .option.disabled:after{border-color:#cccccc;}.select-custom .option:hover{background-color:var(--brand-primary-text,#f53700);color:white;}.select-custom .current{display:block;opacity:0.8;}.select-custom:focus{box-shadow:none;outline:none;border-radius:0px;background:none;color:#727272;}.page-content .wp-smiley,.entry-summary .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0;}embed,iframe,object{max-width:100%;border:none;}.format-audio iframe{width:100%;overflow:hidden;}.wp-caption{margin-bottom:1.5em;max-width:100%;}.wp-caption img[class*="wp-image-"]{display:block;margin-left:auto;margin-right:auto;}.wp-caption .wp-caption-text{margin:0.4em 0;font-size:0.9em;font-style:italic;}.wp-caption-text{text-align:center;}.gallery-block .button-text-right{position:relative;text-align:right;}.gallery-block .button-text-right.top-60{top:-60px;}@media only screen and (max-width:991px){.gallery-block .button-text-right.top-60{top:-10px;margin-bottom:30px;text-align:left;}}.gallery{margin-bottom:1.5em;margin-left:-10px;margin-right:-10px;}.gallery-items-list{display:flex;flex-wrap:wrap;margin:0 -10px;padding:0 5px;justify-content:center;}@media only screen and (max-width:480px){.gallery-items-list{display:block;}}.gallery-item{display:inline-block;text-align:center;vertical-align:top;margin:0px 10px 20px 10px;position:relative;flex:0 0 calc(25% - 20px);max-width:calc(25% - 20px);overflow:hidden;}@media only screen and (max-width:1199px){.gallery-item{flex:0 0 calc(33.33% - 20px);max-width:calc(33.33% - 20px);}}@media only screen and (max-width:767px){.gallery-item{flex:0 0 calc(50% - 20px);max-width:calc(50% - 20px);}}@media only screen and (max-width:480px){.gallery-item{max-width:100%;}}.gallery-item:hover img{transform:scale(1.1);}.gallery-item:hover .popup-link:before{opacity:1;visibility:visible;}.gallery-item:hover .popup-link > span{transform:scale(1);opacity:1;}.gallery-item .popup-link{position:absolute;z-index:1;content:"";width:100%;height:100%;top:0;left:0;display:flex;align-items:center;justify-content:center;font-size:32px;color:var(--brand-primary-text,#f53700);}.gallery-item .popup-link:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.8);z-index:2;transition:all 0.35s;opacity:0;visibility:hidden;}.gallery-item .popup-link > span{position:relative;z-index:3;transform:scale(0);opacity:0;transition:all 0.4s;}.gallery-item img{width:100%;transition:all 0.3s;}.gallery-columns-2 .gallery-item{max-width:50%;}.gallery-columns-3 .gallery-item{max-width:33.33%;}.gallery-columns-4 .gallery-item{max-width:25%;}.gallery-columns-5 .gallery-item{max-width:20%;}.gallery-columns-6 .gallery-item{max-width:16.66%;}.gallery-columns-7 .gallery-item{max-width:14.28%;}.gallery-columns-8 .gallery-item{max-width:12.5%;}.gallery-columns-9 .gallery-item{max-width:11.11%;}.gallery-caption{display:block;}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute !important;height:1px;width:1px;overflow:hidden;}.screen-reader-text:hover,.screen-reader-text:active,.screen-reader-text:focus{border-radius:3px;clip:auto !important;color:#21759b;display:block;font-size:0.8em;font-weight:bold;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000;}.alignleft{display:inline;float:left;margin-right:1.5em;}.alignright{display:inline;float:right;margin-left:1.5em;}.aligncenter{display:block;margin-left:auto;margin-right:auto;}.clear:before,.clear:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after{content:"";display:table;}.clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after{clear:both;}.infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer{display:none;}.infinity-end.neverending .site-footer{display:block;}.preloader{position:fixed;top:0;left:0;z-index:9999999;width:100%;height:100%;background-color:black;overflow:hidden;}.preloader-inner{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}.preloader-icon{width:72px;height:72px;display:inline-block;padding:0px;}.preloader-icon span{position:absolute;display:inline-block;width:72px;height:72px;border-radius:100%;background-color:var(--brand-primary-text,#f53700);-webkit-animation:preloader-fx 1.6s linear infinite;animation:preloader-fx 1.6s linear infinite;}.preloader-icon span:last-child{animation-delay:-0.8s;-webkit-animation-delay:-0.8s;}@keyframes preloader-fx{0%{-webkit-transform:scale(0,0);transform:scale(0,0);opacity:0.5;}100%{-webkit-transform:scale(1,1);transform:scale(1,1);opacity:0;}}@-webkit-keyframes preloader-fx{0%{-webkit-transform:scale(0,0);opacity:0.5;}100%{-webkit-transform:scale(1,1);opacity:0;}}.intro-element .intro-social-share{position:relative;}@media only screen and (max-width:575px){.intro-element .intro-social-share:hover .social-share{opacity:1 !important;padding-top:5px !important;visibility:visible !important;}}.intro-element .intro-social-share .share-alt{display:none;}@media only screen and (max-width:575px){.intro-element .intro-social-share .share-alt{display:block;width:35px;height:35px;line-height:35px;background-color:white;color:var(--brand-primary-text,#f53700);text-align:center;font-size:14px;border-radius:50%;cursor:pointer;}.intro-element .intro-social-share .share-alt + .social-share{padding-top:20px;position:absolute;top:100%;left:0;z-index:1;-webkit-transition:all 0.3s;transition:all 0.3s;opacity:0;visibility:hidden;min-width:100px;}}.intro-element .intro-social-share .social-share a{font-size:14px;display:inline-block;color:white;text-align:center;margin-right:15px;}@media only screen and (max-width:991px){.intro-element .intro-social-share .social-share a{font-size:12px;margin-right:10px;}}.intro-element .intro-social-share .social-share a:last-child{margin-right:0;}.intro-element .intro-social-share .social-share a:hover{color:var(--brand-primary-light,#f53700);}.intro-element .intro-social-text > a{font-weight:500;display:inline-block;padding:5px 17px;color:white;}@media only screen and (max-width:991px){.intro-element .intro-social-text > a{padding:0 15px;}}@media only screen and (max-width:575px){.intro-element .intro-social-text > a{padding:0 8px;}}.intro-element .intro-social-text > a:hover{color:#c51c23 !important;}.intro-element .intro-social-text > a:first-child{padding-left:0;}.intro-element .intro-social-text > a:last-child{padding-right:0;}.intro-element .intro-shipping-text,.intro-element .intro-content-info{color:white;font-size:15px;font-weight:500;}.intro-element .intro-shipping-text > span,.intro-element .intro-content-info > span{color:#bababa;}.intro-element .contact-info{text-align:center;}.intro-element .contact-info .title{font-size:12px;font-weight:500;margin-bottom:8px;}.intro-element .contact-info .contact-no{font-weight:600;font-size:21px;margin-bottom:0;}.site-header,.site-header-outer{padding:0px;position:relative;}.site-header-outer:before{position:absolute;content:"";width:100%;left:0;top:0;background:#000;opacity:0.7;height:100%;}.site-header-outer.bg-image:before{background:linear-gradient(180deg,#000 0%,rgba(0,0,0,0.40) 67.58%,rgba(0,0,0,0.00) 100%);opacity:0.9;}.site-header .site-branding > a{display:inline-block;}.site-header .header-right-area{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}.site-header .mobile-sidebar-menu{display:none;}@media only screen and (max-width:1199px){.site-header .mobile-sidebar-menu{display:block;}}.site-header .search-wrap > .search-btn{font-size:14px;color:var(--text-dark,#000);margin-right:30px;cursor:pointer;}.site-header .search-wrap > .search-btn:hover{color:var(--brand-primary-text,#f53700);}.site-header.header-absolute{position:absolute;width:100%;top:0;left:0;z-index:5;background-color:transparent;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;}.site-header.default-header-style{padding-top:20px;}@media only screen and (max-width:1199px){.site-header.default-header-style{padding-top:15px;}}@media only screen and (max-width:991px){.site-header.default-header-style{padding-top:10px;}}.site-header.default-header-style .site-branding{text-align:center;}.site-header.default-header-style .site-branding > a{display:inline-block;}.site-header.default-header-style .header-right-area .header-card-area{margin-left:20px;}@media only screen and (max-width:1199px){.site-header.default-header-style .header-right-area .header-card-area{margin-left:0;}}.site-header.default-header-style .header-right-area .hamburger-menus{margin-left:25px;display:none;}@media only screen and (max-width:1199px){.site-header.default-header-style .header-right-area .hamburger-menus{display:-webkit-box;display:-ms-flexbox;display:flex;}}@media only screen and (max-width:575px){.site-header.default-header-style .header-right-area .hamburger-menus{margin-left:15px;}}@media only screen and (max-width:1199px){.site-header.default-header-style .intro-content-info{display:none;}}.site-header.default-header-style .header-top-area{padding-bottom:40px;}@media only screen and (max-width:1199px){.site-header.default-header-style .header-top-area{padding-bottom:20px;}.site-header.default-header-style .header-top-area > .container{max-width:100%;}}@media only screen and (max-width:575px){.site-header.default-header-style .header-card-area .cart-list{right:-30px;}}@media only screen and (max-width:1199px){.site-header.default-header-style .navigation-area{display:none;}}.site-header.default-header-style .navigation-area [class*='col-']{position:static !important;}.site-header.default-header-style .navigation-area .site-navigation{border-top:1px solid rgba(255,255,255,0.5);border-bottom:1px solid rgba(255,255,255,0.5);}@media only screen and (max-width:991px){.site-header.header-style-one .navigation-area > .container{max-width:100%;}}.site-header.header-style-one .site-branding{margin-right:15px;}.site-header.header-style-one .site-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.site-header.header-style-one .header-card-area:hover > .cart-list{top:calc(100% + 15px);}@media only screen and (max-width:480px){.site-header.header-style-one .header-card-area:hover > .cart-list{right:-50px;}}.site-header.header-style-one .header-card-area > a{width:45px;height:45px;background-color:var(--brand-primary-text,#f53700);color:white;line-height:46px;}.site-header.header-style-one .header-card-area > a > sup{background-color:black;right:-6px;top:-3px;}.site-header.header-style-one .intro-social-share{padding-right:10px;padding-left:30px;}@media only screen and (max-width:1199px){.site-header.header-style-one .intro-social-share{padding-right:20px;padding-left:0;}}@media only screen and (max-width:575px){.site-header.header-style-one .intro-social-share{display:none;}}.site-header.header-style-one .intro-social-share .social-share a{color:var(--text-dark,#000);}.site-header.header-style-one .header-right-area .header-card-area{margin-left:20px;}@media only screen and (max-width:1199px){.site-header.header-style-one .header-right-area .header-card-area{margin-left:0;}}.site-header.header-style-one .header-right-area .header-card-area:after{height:10px;top:-10px;}@media only screen and (max-width:1199px){.site-header.header-style-one .header-right-area .navigation{display:none;}}.site-header.header-style-one .header-right-area .hamburger-menus{margin-left:15px;display:none;width:30px;}@media only screen and (max-width:1199px){.site-header.header-style-one .header-right-area .hamburger-menus{display:-webkit-box;display:-ms-flexbox;display:flex;}}.site-header.header-style-one .header-right-area .hamburger-menus > span{background-color:white;margin:4px 0;}.site-header.header-style-one .header-right-area .hamburger-menus > span:nth-child(2){width:25px;}.site-header.header-style-one .header-right-area .hamburger-menus:hover > span{width:30px !important;}.site-header.header-style-one .header-right-area .hamburger-menus.click-menu > span:nth-child(1){width:30px;}.site-header.header-style-one .header-right-area .hamburger-menus.click-menu > span:nth-child(3){width:30px;position:relative;top:1px;}.site-header.header-style-one.menu-white{padding-top:50px;}@media only screen and (max-width:1199px){.site-header.header-style-one.menu-white{padding-top:25px;}}@media only screen and (max-width:991px){.site-header.header-style-one.menu-white{padding-top:15px;}}.site-header.header-style-one.menu-white .navigation .mainmenu li > a{font-family:var(--heading-font,"Playfair Display",serif);font-weight:normal;}.site-header.header-style-one.menu-white .navigation .mainmenu > li > a{color:white;font-size:18px;}.site-header.header-style-one.menu-white .navigation .mainmenu > li > a > .menu-arrow,.site-header.header-style-one.menu-white .navigation .mainmenu > li > button > .menu-arrow{color:rgba(255,255,255,0.35);top:-2px;}.site-header.header-style-one.menu-white .intro-social-share .social-share a{color:white;}.site-header.header-style-one .mainmenu li:hover > .sub-menu{top:calc(100% + 15px) !important;}.site-header.header-style-one .mainmenu .sub-menu:after{top:-15px !important;height:15px !important;}.site-header.header-style-one .mainmenu li.megamenu:hover > .sub-menu{top:100% !important;}.site-header.header-style-one.pages-header{padding:25px 0px 15px;}@media only screen and (max-width:1199px){.site-header.header-style-one.pages-header{padding:15px 0;}}.site-header.header-style-one.pages-header .header-right-area .hamburger-menus.click-menu > span{background-color:white;}.site-header.header-style-one.pages-header .header-right-area .hamburger-menus > span{background-color:black;}.site-header.header-style-two{padding-top:40px;}@media only screen and (max-width:1199px){.site-header.header-style-two{padding-top:20px;}}.site-header.header-style-two .site-branding{text-align:center;}@media only screen and (max-width:1199px){.site-header.header-style-two .navigation-area{display:none;}}.site-header.header-style-two .header-top-area{margin-bottom:30px;}@media only screen and (max-width:1199px){.site-header.header-style-two .header-top-area{margin-bottom:0;}}.site-header.header-style-two .header-top-area .mobile-social-share .intro-social-share{display:none;}@media only screen and (max-width:1199px){.site-header.header-style-two .header-top-area .mobile-social-share .intro-social-share{display:block;}}.site-header.header-style-two .header-top-area .hamburger-menus{margin-left:25px;display:none;}@media only screen and (max-width:1199px){.site-header.header-style-two .header-top-area .hamburger-menus{display:-webkit-box;display:-ms-flexbox;display:flex;}}@media only screen and (max-width:575px){.site-header.header-style-two .header-top-area .hamburger-menus{margin-left:15px;}}.site-header.header-style-two .header-top-area .mobile-header-right-area{display:none;-webkit-box-align:center;-ms-flex-align:center;-ms-grid-row-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}@media only screen and (max-width:1199px){.site-header.header-style-two .header-top-area .mobile-header-right-area{display:-webkit-box;display:-ms-flexbox;display:flex;}}.site-header.header-style-two .navigation .mainmenu > li > a,.site-header.header-style-two .navigation .mainmenu > li > button{padding:13px 20px 14px;}.site-header.header-style-two .navigation .mainmenu > li:first-child > a{padding-left:0;}.site-header.header-style-two .header-card-area > a{color:var(--text-dark,#000);}.site-header.header-style-two .site-navigation{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;}.site-header.header-style-two .site-navigation .site-navigation-inner{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;}.site-header.header-style-two .site-navigation .site-navigation-inner .intro-social-share{padding-right:10px;padding-left:10px;}@media only screen and (max-width:575px){.site-header.header-style-two .site-navigation .site-navigation-inner .intro-social-share{display:none;}}.site-header.header-style-three{padding:80px 65px 30px;z-index:10;}@media only screen and (max-width:1199px){.site-header.header-style-three{padding:40px 25px 20px;}}@media only screen and (max-width:767px){.site-header.header-style-three{padding:35px 15px 20px;}}.site-header.header-style-three .site-branding > a{display:inline-block;}@media only screen and (max-width:420px){.site-header.header-style-three .header-right-area .header-card-area .cart-list{right:-45px;}}.site-header.header-style-three .header-right-area .header-card-area > a{width:45px;height:45px;line-height:46px;color:var(--text-dark,#000);}.site-header.header-style-three .header-right-area .header-card-area > a > sup{right:-5px;top:-3px;}.site-header.header-style-three .header-right-area .reservation-btn-area{padding-left:20px;}@media only screen and (max-width:767px){.site-header.header-style-three .header-right-area .reservation-btn-area{display:none;}}.site-header.header-style-three .header-right-area .reservation-btn-area .btn-default{letter-spacing:0.175em;}.site-header.header-style-three .header-right-area .hamburger-menus{margin-left:20px;}@media only screen and (max-width:575px){.site-header.header-style-three .header-right-area .hamburger-menus{margin-left:15px;}}.site-header.header-style-four{padding-top:60px;}@media only screen and (max-width:1199px){.site-header.header-style-four{padding-top:15px;}}@media only screen and (max-width:991px){.site-header.header-style-four .header-top-area > .container{max-width:100%;}}.site-header.header-style-four .site-branding > a{display:inline-block;}.site-header.header-style-four .header-right-area .header-card-area > a{width:45px;height:45px;line-height:46px;background-color:var(--brand-primary-text,#f53700);color:white;}.site-header.header-style-four .header-right-area .header-card-area > a > sup{right:-5px;top:-3px;background-color:black;}.site-header.header-style-four .header-right-area .hamburger-menus{margin-left:20px;width:45px;height:45px;border-radius:50%;background-color:black;padding:13px 12px;display:block;-webkit-transition:all 0.25s;transition:all 0.25s;}@media only screen and (max-width:575px){.site-header.header-style-four .header-right-area .hamburger-menus{margin-left:15px;width:40px;height:40px;line-height:41px;padding:11px 10px;}}.site-header.header-style-four .header-right-area .hamburger-menus.click-menu{background-color:var(--brand-primary-text,#f53700);}.site-header.header-style-four .header-right-area .hamburger-menus > span{width:20px !important;}@media only screen and (max-width:575px){.site-header.header-style-four .header-right-area .hamburger-menus > span{margin:6px 0;}}.site-header.header-style-four .header-right-area .hamburger-menus.click-menu > span:nth-child(1){left:3px;top:1px;}.site-header.header-style-four .header-right-area .hamburger-menus.click-menu > span:nth-child(3){right:-2px;top:-1px;}.site-header.header-style-five{padding-top:40px;}@media only screen and (max-width:1199px){.site-header.header-style-five{padding-top:15px;}}@media only screen and (max-width:1199px){.site-header.header-style-five .header-top-area > div{max-width:100%;}}@media only screen and (max-width:991px){.site-header.header-style-five .site-branding img{width:60px;}}.site-header.header-style-five .mobile-shop-cart{display:none;}.site-header.header-style-five .mobile-shop-cart .header-card-area{display:block;}.site-header.header-style-five .mobile-shop-cart .header-card-area > a{padding:10px 0px 11px;}.site-header.header-style-five .mobile-shop-cart .header-card-area .cart-list{right:auto;left:0;}@media only screen and (max-width:1199px){.site-header.header-style-five .mobile-shop-cart{display:block;}}.site-header.header-style-five .header-card-area.header-card-small > a{height:auto !important;width:auto !important;line-height:1em !important;background-color:transparent;background-origin:0;color:white;font-size:16px;display:inline-block;text-transform:uppercase;font-weight:500;}.site-header.header-style-five .header-card-area.header-card-small > a > sup{position:relative;margin-left:4px;top:-2px;right:0;}.site-header.header-style-five .header-right-area{-webkit-box-align:center;-ms-flex-align:center;-ms-grid-row-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}@media only screen and (max-width:1199px){.site-header.header-style-five .header-right-area{display:-webkit-box;display:-ms-flexbox;display:flex;}}.site-header.header-style-five .header-right-area .hamburger-menus{margin-left:25px;display:none;}@media only screen and (max-width:1199px){.site-header.header-style-five .header-right-area .hamburger-menus{display:-webkit-box;display:-ms-flexbox;display:flex;}}@media only screen and (max-width:575px){.site-header.header-style-five .header-right-area .hamburger-menus{margin-left:15px;}}@media only screen and (max-width:1199px){.site-header.header-style-five .header-right-area .contact-page,.site-header.header-style-five .header-right-area .header-card-area{display:none;}}.site-header.header-style-five .header-right-area > div{margin-left:50px;}.site-header.header-style-five .header-right-area > div:first-child{margin-left:0;}.site-header.header-style-five .header-right-area > div.header-card-area > a{padding:10px 0px 11px;}.site-header.header-style-five .header-right-area > div > a{font-size:16px;display:inline-block;text-transform:uppercase;font-weight:500;color:white;}.site-header.header-style-five .header-right-area > div > a:hover,.site-header.header-style-five .header-right-area > div > a:focus{color:var(--brand-primary-text,#f53700);}.site-header.header-style-five .navigation .mainmenu > li > a{padding:13px 20px 14px;font-weight:500;}.site-header.header-style-five .navigation .mainmenu > li:first-child > a{padding-left:0;margin-left:-20px;}.site-header.header-style-five .navigation .megamenu .megamenu-main{left:15px !important;-webkit-transform:translateX(0) !important;transform:translateX(0) !important;}@media only screen and (max-width:1199px){.site-header.header-style-five .site-navigation{display:none;}}.site-header.header-style-six{padding-top:30px;}@media only screen and (max-width:1199px){.site-header.header-style-six{padding-top:20px;}}@media only screen and (min-width:1200px){.site-header.header-style-six.menu-active{position:fixed;}.site-header.header-style-six.menu-active .header-top-area{position:relative;z-index:9999;}.site-header.header-style-six.menu-active .site-branding{display:none;}.site-header.header-style-six.menu-active .site-navigation{display:block;}.site-header.header-style-six .overlaybg{background-color:rgba(255,255,255,0.8);}.site-header.header-style-six .mobile-sidebar-menu.sidemenu-active{display:block;}.site-header.header-style-six .mobile-sidebar-menu.sidemenu-active > .overlaybg{display:block;}}@media only screen and (max-width:575px){.site-header.header-style-six .site-branding img{max-width:120px;}}.site-header.header-style-six .header-top-area{-webkit-transition:all 0.3s;transition:all 0.3s;}.site-header.header-style-six .header-top-area-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.site-header.header-style-six .hamburger-menus{-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}.site-header.header-style-six .hamburger-menus > span{background-color:black;}.site-header.header-style-six .header-card-area.header-card-small > a{background-color:var(--brand-primary-text,#f53700);color:white;}.site-header.header-style-six .header-card-area.header-card-small > a > sup{background-color:var(--text-dark,#000);}.site-header.header-style-six .site-navigation{display:none;}.site-header.header-style-six .navigation .mainmenu > li > a{color:var(--text-dark,#000);}.site-header.header-style-seven{padding:120px 105px 0px;}@media only screen and (max-width:1366px){.site-header.header-style-seven{padding:35px 15px 0px;}}.site-header.header-style-seven .header-card-area.header-card-small > a{background-color:transparent;color:white;font-size:32px;}.site-header.header-style-seven .header-card-area.header-card-small > a > sup{right:0px;top:0px;}.site-header.header-style-seven .header-left-area{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}@media only screen and (max-width:1199px){.site-header.header-style-seven .header-left-area .intro-content-info.opning-hours{display:none;}}.site-header.header-style-seven .header-left-area .header-card-area{display:none;}@media only screen and (max-width:1199px){.site-header.header-style-seven .header-left-area .header-card-area{display:block;}.site-header.header-style-seven .header-left-area .header-card-area .cart-list{right:auto;left:0;}}.site-header.header-style-seven .header-right-area .header-card-area{margin-left:20px;}@media only screen and (max-width:1199px){.site-header.header-style-seven .header-right-area .header-card-area{display:none;}}@media only screen and (max-width:991px){.site-header.header-style-seven .header-right-area .intro-content-info{display:none;}}.site-header.header-style-seven .header-right-area .hamburger-menus{margin-left:15px;width:45px;height:45px;border-radius:50%;background-color:var(--brand-primary-text,#f53700);padding:13px 12px;display:block;}@media only screen and (max-width:575px){.site-header.header-style-seven .header-right-area .hamburger-menus{width:40px;height:40px;padding:13px 10px;}}.site-header.header-style-seven .header-right-area .hamburger-menus > span{width:20px !important;position:relative;}.site-header.header-style-seven .header-right-area .hamburger-menus.click-menu > span:nth-child(1){left:5px;top:2px;}@media only screen and (max-width:575px){.site-header.header-style-seven .header-right-area .hamburger-menus.click-menu > span:nth-child(1){left:3px;top:-1px;}}.site-header.header-style-seven .header-right-area .hamburger-menus.click-menu > span:nth-child(3){left:3px;}.site-header.header-style-eight{padding:75px 20px 20px;}@media only screen and (max-width:1199px){.site-header.header-style-eight{padding:35px 15px 20px;}}@media only screen and (max-width:991px){.site-header.header-style-eight{padding-top:30px;}}.site-header.header-style-eight .site-branding{margin-right:20px;margin-top:-3px;}@media only screen and (max-width:991px){.site-header.header-style-eight .navigation-area > .container{max-width:100%;}}@media only screen and (max-width:1199px){.site-header.header-style-eight .navigation-area .navigation{display:none;}}.site-header.header-style-eight .site-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.site-header.header-style-eight .header-card-area > a{background-color:var(--brand-primary-text,#f53700);color:white;}.site-header.header-style-eight .header-card-area > a > sup{background-color:black;}.site-header.header-style-eight .header-right-area{min-width:160px;}.site-header.header-style-eight .header-right-area .online{font-weight:600;font-size:14px;text-transform:uppercase;color:white;}@media only screen and (max-width:480px){.site-header.header-style-eight .header-right-area .online{display:none;}}.site-header.header-style-eight .header-right-area .header-card-area{margin-left:5px;}.site-header.header-style-eight .header-right-area .hamburger-menus{margin-left:15px;display:none;width:30px;}@media only screen and (max-width:1199px){.site-header.header-style-eight .header-right-area .hamburger-menus{display:-webkit-box;display:-ms-flexbox;display:flex;}}.site-header.header-style-eight .header-right-area .hamburger-menus > span{background-color:white;margin:4px 0;}.site-header.header-style-eight .header-right-area .hamburger-menus > span:nth-child(2){width:25px;}.site-header.header-style-eight .header-right-area .hamburger-menus:hover > span{width:30px !important;}.site-header.header-style-eight .header-right-area .hamburger-menus.click-menu > span:nth-child(1){width:30px;}.site-header.header-style-eight .header-right-area .hamburger-menus.click-menu > span:nth-child(3){width:30px;position:relative;top:1px;}.site-header.header-style-nine .site-branding{padding:60px 0;}.site-header.header-style-nine .navigation-area{box-shadow:2px 2px 10px rgba(0,0,0,0.25);background-color:white;position:relative;}@media only screen and (max-width:991px){.site-header.header-style-nine .navigation-area > .container{max-width:100%;}}.site-header.header-style-nine .site-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}@media only screen and (max-width:1199px){.site-header.header-style-nine .navigation-area .navigation{display:none;}}.site-header.header-style-nine .navigation-area .navigation .mainmenu li > a{font-family:var(--heading-font,"Playfair Display",serif);font-weight:normal !important;}@media only screen and (min-width:1200px){.site-header.header-style-nine .navigation-area .navigation .mainmenu > li > a{font-size:14px !important;padding:19px 22px !important;}.site-header.header-style-nine .navigation-area .navigation .mainmenu > li > a:first-child{padding-left:0 !important;}.site-header.header-style-nine .navigation-area .navigation .mainmenu > li > a > .menu-arrow,.site-header.header-style-nine .navigation-area .navigation .mainmenu > li > button > .menu-arrow{top:0px;}}@media only screen and (max-width:1199px){.site-header.header-style-nine .header-right-area{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px 0;}}@media only screen and (max-width:1199px){.site-header.header-style-nine .header-right-area .header-card-area:hover > .cart-list{top:calc(100% + 10px);}}.site-header.header-style-nine .header-right-area .header-card-area > a{background-color:var(--brand-primary-text,#f53700);color:white;}.site-header.header-style-nine .header-right-area .header-card-area > a > sup{right:auto;left:-10px;top:13px;background-color:black;}@media only screen and (max-width:1199px){.site-header.header-style-nine .header-right-area .header-card-area > a > sup{left:auto;right:-10px;}}@media only screen and (max-width:575px){.site-header.header-style-nine .header-right-area .header-card-area > a > sup{top:9px;}}@media only screen and (max-width:1199px){.site-header.header-style-nine .header-right-area .header-card-area .cart-list{right:auto;left:0;}}@media only screen and (max-width:767px){.site-header.header-style-nine .header-right-area .header-card-area .cart-list{left:-160px;}}@media only screen and (max-width:575px){.site-header.header-style-nine .header-right-area .header-card-area .cart-list{left:-135px;}}@media only screen and (max-width:420px){.site-header.header-style-nine .header-right-area .header-card-area .cart-list{left:-115px;}}.site-header.header-style-nine .header-right-area .intro-social-share{padding-right:25px;}@media only screen and (max-width:1199px){.site-header.header-style-nine .header-right-area .intro-social-share{display:none;}}.site-header.header-style-nine .header-right-area .intro-social-share .social-share a{color:var(--text-dark,#000);}.site-header.header-style-nine .header-right-area .hamburger-menus{margin-left:20px;display:none;width:30px;}@media only screen and (max-width:1199px){.site-header.header-style-nine .header-right-area .hamburger-menus{display:-webkit-box;display:-ms-flexbox;display:flex;}}.site-header.header-style-nine .header-right-area .hamburger-menus > span{background-color:black;margin:4px 0;}.site-header.header-style-nine .header-right-area .hamburger-menus > span:nth-child(2){width:25px;}.site-header.header-style-nine .header-right-area .hamburger-menus:hover > span{width:30px !important;}.site-header.header-style-nine .header-right-area .hamburger-menus.click-menu > span:nth-child(1){width:30px;}.site-header.header-style-nine .header-right-area .hamburger-menus.click-menu > span:nth-child(3){width:30px;position:relative;top:1px;}.site-header.header-style-ten{padding:80px 15px 0;}@media only screen and (max-width:1366px){.site-header.header-style-ten{padding-top:35px;}}.site-header.header-style-ten .header-card-area.header-card-small > a{color:var(--text-dark,#000);}.site-header.header-style-ten .hamburger-menus{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start;}.site-header.header-style-eleven{padding:40px 15px 0;}@media only screen and (max-width:1199px){.site-header.header-style-eleven{padding-top:20px;}}@media only screen and (max-width:1199px){.site-header.header-style-eleven > .container{max-width:100%;}}.site-header.header-style-eleven .hamburger-menus{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start;}@media only screen and (max-width:991px){.site-header.header-style-eleven .site-branding img{width:80px;}}@media only screen and (max-width:575px){.site-header.header-style-eleven.intro-element .intro-social-share .share-alt + .social-share{left:auto;right:0;text-align:right;}.site-header.header-style-eleven.intro-element .intro-social-share .share-alt + .social-share > a:last-child{margin-right:0;}}.site-header.header-style-twelve{padding:80px 20px 20px;}@media only screen and (max-width:1199px){.site-header.header-style-twelve{padding-top:40px;}}@media only screen and (max-width:991px){.site-header.header-style-twelve{padding:30px 15px 15px;}}@media only screen and (max-width:1199px){.site-header.header-style-twelve .header-top-area > .container{max-width:100%;}}@media only screen and (max-width:1199px){.site-header.header-style-twelve .site-navigation{display:none;}}.site-header.header-style-twelve .header-top-area-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.site-header.header-style-twelve .navigation .mainmenu > li > a{color:white !important;padding:13px 30px 14px !important;}.site-header.header-style-twelve .header-right-area .intro-social-share{padding-right:25px;}@media only screen and (max-width:1199px){.site-header.header-style-twelve .header-right-area .intro-social-share{display:none;}}.site-header.header-style-twelve .header-right-area .intro-social-share .social-share a{color:var(--text-dark,#000);}.site-header.header-style-twelve .header-right-area .hamburger-menus{margin-left:20px;display:none;width:30px;}@media only screen and (max-width:1199px){.site-header.header-style-twelve .header-right-area .hamburger-menus{display:-webkit-box;display:-ms-flexbox;display:flex;}}.site-header.header-style-twelve .header-right-area .hamburger-menus > span{margin:4px 0;}.site-header.header-style-twelve .header-right-area .hamburger-menus > span:nth-child(2){width:25px;}.site-header.header-style-twelve .header-right-area .hamburger-menus:hover > span{width:30px !important;}.site-header.header-style-twelve .header-right-area .hamburger-menus.click-menu > span:nth-child(1){width:30px;}.site-header.header-style-twelve .header-right-area .hamburger-menus.click-menu > span:nth-child(3){width:30px;position:relative;top:1px;}.site-header.header-style-twelve .header-card-area.header-card-small > a{color:var(--text-dark,#000);}.site-header.header-style-thirteen{padding:25px 0 15px;}@media only screen and (max-width:1199px){.site-header.header-style-thirteen{padding-top:15px;}}@media only screen and (max-width:991px){.site-header.header-style-thirteen .navigation-area > .container{max-width:100%;}}.site-header.header-style-thirteen .site-branding{margin-right:15px;}.site-header.header-style-thirteen .site-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.site-header.header-style-thirteen .header-card-area:hover > .cart-list{top:calc(100% + 15px);}@media only screen and (max-width:480px){.site-header.header-style-thirteen .header-card-area:hover > .cart-list{right:-50px;}}.site-header.header-style-thirteen .header-card-area > a{width:45px;height:45px;line-height:46px;}.site-header.header-style-thirteen .header-card-area > a > sup{right:-6px;top:-3px;}.site-header.header-style-thirteen .intro-social-share{padding-right:10px;padding-left:30px;}@media only screen and (max-width:1199px){.site-header.header-style-thirteen .intro-social-share{padding-right:20px;padding-left:0;}}@media only screen and (max-width:575px){.site-header.header-style-thirteen .intro-social-share{display:none;}}.site-header.header-style-thirteen .intro-social-share .social-share a{color:white;}.site-header.header-style-thirteen .header-right-area .header-card-area{margin-left:20px;}@media only screen and (max-width:1199px){.site-header.header-style-thirteen .header-right-area .header-card-area{margin-left:0;}}.site-header.header-style-thirteen .header-right-area .header-card-area:after{height:10px;top:-10px;}@media only screen and (max-width:1199px){.site-header.header-style-thirteen .header-right-area .navigation{display:none;}}.site-header.header-style-thirteen .header-right-area .hamburger-menus{margin-left:15px;display:none;width:30px;}@media only screen and (max-width:1199px){.site-header.header-style-thirteen .header-right-area .hamburger-menus{display:-webkit-box;display:-ms-flexbox;display:flex;}}.site-header.header-style-thirteen .header-right-area .hamburger-menus > span{background-color:white;margin:4px 0;}.site-header.header-style-thirteen .header-right-area .hamburger-menus > span:nth-child(2){width:25px;}.site-header.header-style-thirteen .header-right-area .hamburger-menus:hover > span{width:30px !important;}.site-header.header-style-thirteen .header-right-area .hamburger-menus.click-menu > span:nth-child(1){width:30px;}.site-header.header-style-thirteen .header-right-area .hamburger-menus.click-menu > span:nth-child(3){width:30px;position:relative;top:1px;}.site-header.header-style-thirteen .site-navigation .navigation .mainmenu > li > a{color:white !important;padding:13px 15px 14px !important;}.site-header.header-style-thirteen .site-navigation .navigation .mainmenu > li > a > .menu-arrow,.site-header.header-style-thirteen .site-navigation .navigation .mainmenu > li > button > .menu-arrow{color:rgba(255,255,255,0.35) !important;}.site-header.header-style-fourteen{padding:15px 0 55px 105px;}@media only screen and (max-width:1366px){.site-header.header-style-fourteen{padding-left:80px;}}@media only screen and (max-width:991px){.site-header.header-style-fourteen{padding-bottom:30px;}}@media only screen and (max-width:767px){.site-header.header-style-fourteen{padding-left:0px;}}.site-header.header-style-fourteen .hamburger-menus{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start;display:none;}.site-header.header-style-fourteen .hamburger-menus > span{background-color:black;}@media only screen and (max-width:767px){.site-header.header-style-fourteen .hamburger-menus{display:-webkit-box;display:-ms-flexbox;display:flex;}}@media only screen and (max-width:767px){.site-header.header-style-fourteen .intro-social-share{display:none;}}.site-header.header-style-fourteen .intro-social-share .social-share a{color:var(--text-dark,#000);}.site-header.header-style-fourteen .header-card-area > a{font-size:36px;width:auto;height:auto;background-color:transparent;color:var(--text-dark,#000);line-height:auto;}.site-header.header-style-fourteen .header-card-area > a > sup{right:-5px;top:6px;}.site-header.header-style-fifteen{padding-top:100px;}@media only screen and (max-width:1366px){.site-header.header-style-fifteen{padding-top:80px;}}@media only screen and (max-width:1199px){.site-header.header-style-fifteen{padding-top:40px;}}@media only screen and (max-width:991px){.site-header.header-style-fifteen .header-top-area > .container{max-width:100%;}}.site-header.header-style-fifteen .mobile-shop-cart{display:none;}@media only screen and (max-width:1199px){.site-header.header-style-fifteen .mobile-shop-cart{display:block;}}@media only screen and (max-width:1199px){.site-header.header-style-fifteen .site-navigation .navigation{display:none;}}.site-header.header-style-fifteen .site-navigation .navigation .mainmenu{font-family:var(--heading-font,"Playfair Display",serif);font-size:16px;}.site-header.header-style-fifteen .site-navigation .navigation .mainmenu > li > a{font-size:18px;font-weight:normal;padding:22px 20px;}.site-header.header-style-fifteen .header-card-area.header-card-small{position:absolute;right:40px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);}@media only screen and (max-width:1199px){.site-header.header-style-fifteen .header-card-area.header-card-small{position:relative;right:0px;top:0%;-webkit-transform:none;transform:none;}}.site-header.header-style-fifteen .header-card-area.header-card-small > a{background-color:var(--brand-primary-text,#f53700);color:white;}.site-header.header-style-fifteen .header-card-area.header-card-small > a > sup{right:auto;top:13px;left:-7px;background-color:white;color:var(--brand-primary-text,#f53700);}@media only screen and (max-width:1199px){.site-header.header-style-fifteen .header-card-area.header-card-small > a > sup{left:auto;right:-10px;}}@media only screen and (max-width:575px){.site-header.header-style-fifteen .header-card-area.header-card-small > a > sup{top:10px;}}@media only screen and (max-width:1199px){.site-header.header-style-fifteen .header-card-area.header-card-small > .cart-list{right:auto;left:0;}}@media only screen and (max-width:420px){.site-header.header-style-fifteen .header-card-area.header-card-small > .cart-list{left:-20px;}}.site-header.header-style-fifteen .site-navigation{background-color:white;border-radius:40px;position:relative;padding:0px 20px;}@media only screen and (max-width:1199px){.site-header.header-style-fifteen .site-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px 20px;}}.site-header.header-style-fifteen .site-navigation .site-branding{width:190px;height:190px;border-radius:50%;background-color:white;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;position:absolute;left:50%;margin-left:-95px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);}@media only screen and (max-width:1199px){.site-header.header-style-fifteen .site-navigation .site-branding{width:120px;height:120px;padding:10px;margin-left:-60px;}}.site-header.header-style-fifteen .site-navigation .menu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.site-header.header-style-fifteen .site-navigation .menu-content .mainmenu.menu-right{padding-right:85px;}.site-header.header-style-fifteen .site-navigation .menu-content .mainmenu{max-width:calc(50% - 100px);}@media only screen and (max-width:1199px){.site-header.header-style-fifteen .header-right-area .header-card-area.header-card-small{display:none;}}.site-header.header-style-fifteen .header-right-area .hamburger-menus{display:none;}@media only screen and (max-width:1199px){.site-header.header-style-fifteen .header-right-area .hamburger-menus{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;}}.site-header.header-style-fifteen .header-right-area .hamburger-menus > span{background-color:black;width:30px;margin:4px 0;}.site-header.header-style-fifteen .header-right-area .hamburger-menus:hover > span{width:30px !important;}#sticky-header{display:none;left:0;position:fixed;top:0;width:100%;z-index:9999;}#sticky-header .site-header{background-color:#181818;box-shadow:0px 5px 10px -5px rgba(255,255,255,0.15);position:relative;}#sticky-header .site-header .navigation .mainmenu > li > a{color:white;}#sticky-header .site-header .navigation .mainmenu > li > a > .menu-arrow,#sticky-header .site-header .navigation .mainmenu > li > button > .menu-arrow{color:rgba(255,255,255,0.35);}#sticky-header .site-header.default-header-style{padding:10px 0;}#sticky-header .site-header.default-header-style .header-top-area{display:none;}#sticky-header .site-header.default-header-style .mainmenu .sub-menu:after{top:-10px;height:10px;}#sticky-header .site-header.default-header-style .mainmenu li:hover > .sub-menu{top:calc(100% + 10px);}#sticky-header .site-header.default-header-style .mainmenu li.megamenu:hover > .sub-menu{top:100%;}#sticky-header .site-header.default-header-style .navigation-area .site-navigation{border-top:0px solid;border-bottom:0px solid;}#sticky-header .site-header.header-style-one{padding:10px 0;}#sticky-header .site-header.header-style-one .intro-social-share .social-share a{color:white;}#sticky-header .site-header.header-style-one .mainmenu .sub-menu:after{top:-10px;height:10px;}#sticky-header .site-header.header-style-one .mainmenu li:hover > .sub-menu{top:calc(100% + 10px) !important;}#sticky-header .site-header.header-style-two{padding:10px 0;}#sticky-header .site-header.header-style-two .header-top-area{display:none;}#sticky-header .site-header.header-style-two .header-card-area:hover > .cart-list{top:calc(100% + 10px);}#sticky-header .site-header.header-style-two .header-card-area .cart-list:after{height:10px;top:-10px;}#sticky-header .site-header.header-style-two .mainmenu .sub-menu:after{top:-10px;height:10px;}#sticky-header .site-header.header-style-two .mainmenu li:hover > .sub-menu{top:calc(100% + 10px);}#sticky-header .site-header.header-style-five{padding:12px 0;}#sticky-header .site-header.header-style-five .site-branding img{width:55px;}#sticky-header .site-header.header-style-eight{padding-top:15px;padding-bottom:15px;}#sticky-header .site-header.header-style-eight .header-card-area:hover > .cart-list{top:calc(100% + 15px);}#sticky-header .site-header.header-style-eight .header-card-area .cart-list:after{height:15px;top:-15px;}#sticky-header .site-header.header-style-eight .mainmenu .sub-menu:after{top:-15px;height:15px;}#sticky-header .site-header.header-style-eight .mainmenu li:hover > .sub-menu{top:calc(100% + 15px);}#sticky-header .site-header.header-style-nine .header-bottom-area{display:none;}#sticky-header .site-header.header-style-nine .navigation .mainmenu > li > a{color:var(--text-dark,#000);}#sticky-header .site-header.header-style-nine .navigation .mainmenu > li > a > .menu-arrow,#sticky-header .site-header.header-style-nine .navigation .mainmenu > li > button > .menu-arrow{color:rgba(0,0,0,0.35);}#sticky-header .site-header.header-style-ten{padding-top:15px;padding-bottom:15px;}#sticky-header .site-header.header-style-ten .site-branding img{width:80px;}#sticky-header .site-header.header-style-twelve{padding-top:15px;padding-bottom:15px;}#sticky-header .site-header.header-style-twelve .header-card-area:hover > .cart-list{top:calc(100% + 15px);}#sticky-header .site-header.header-style-twelve .header-card-area .cart-list:after{height:15px;top:-15px;}#sticky-header .site-header.header-style-thirteen{padding-top:15px;padding-bottom:15px;}#sticky-header .site-header.header-style-thirteen .site-branding img{width:120px;}#sticky-header .site-header.header-style-thirteen .header-card-area:hover > .cart-list{top:calc(100% + 15px);}#sticky-header .site-header.header-style-thirteen .header-card-area .cart-list:after{height:15px;top:-15px;}#sticky-header .site-header.header-style-thirteen .mainmenu .sub-menu:after{top:-20px;height:20px;}#sticky-header .site-header.header-style-thirteen .mainmenu li:hover > .sub-menu{top:calc(100% + 15px);}.header-search-form{margin-left:40px;padding-top:9px;}@media only screen and (max-width:1199px){.header-search-form{display:none;}}.header-search-form > form{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;width:255px;}.header-search-form > form input[type="search"]{border:0px solid;height:55px;line-height:55px;padding:5px 15px !important;font-size:15px;background-color:transparent;width:250px;}.header-search-form > form input[type="search"]:focus + .search-form-cat{opacity:1;visibility:visible;top:calc(100% + 14px);}.header-search-form > form button,.header-search-form > form input[type="button"],.header-search-form > form input[type="reset"],.header-search-form > form input[type="submit"]{background-color:transparent;border:0 solid;height:55px;color:var(--text-dark,#000);font-size:22px;-webkit-transition:all 0.3s;transition:all 0.3s;text-align:center;line-height:60px;padding:0 15px;}.header-search-form > form button:hover,.header-search-form > form input[type="button"]:hover,.header-search-form > form input[type="reset"]:hover,.header-search-form > form input[type="submit"]:hover{color:var(--brand-primary-text,#f53700);}.header-search-form > form .search-form-cat{width:350px;background-color:white;box-shadow:2px 2px 5px rgba(0,0,0,0.1);position:absolute;left:-40px;top:calc(100% + 30px);z-index:100;-webkit-transition:all 0.35s;transition:all 0.35s;opacity:0;visibility:hidden;}@media only screen and (max-width:1366px){.header-search-form > form .search-form-cat{width:320px;left:-10px;}}.header-search-form > form .search-form-cat ul{padding:30px 30px 20px;margin-bottom:0;list-style:none;}.header-search-form > form .search-form-cat ul li{margin-bottom:10px;}.header-search-form > form .search-form-cat ul li a{font-size:16px;font-weight:500;color:var(--text-dark,#000);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.header-search-form > form .search-form-cat ul li a [class*="icon-"]{width:40px;height:40px;background-color:#403E7D;border-radius:50px;margin-right:15px;display:inline-block;color:white;text-align:center;line-height:40px;font-size:20px;}.header-search-form > form .search-form-cat ul li.beauty a [class*="icon-"]{background-color:#8B77E8;}.header-search-form > form .search-form-cat ul li.services a [class*="icon-"]{background-color:#FF504D;}.header-search-form > form .search-form-cat ul li.hotels a [class*="icon-"]{background-color:#21DAB1;}.header-card-area{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;top:0;}.header-card-area.header-card-small > a{width:45px;height:45px;line-height:46px;}.header-card-area.header-card-small > a > sup{right:-5px;top:-3px;}.header-card-area > a{display:inline-block;font-size:21px;position:relative;width:65px;height:65px;background-color:white;color:var(--brand-primary-text,#f53700);border-radius:50%;text-align:center;line-height:66px;}@media only screen and (max-width:1199px){.header-card-area > a{height:45px;width:45px;line-height:45px;font-size:18px;}}@media only screen and (max-width:575px){.header-card-area > a{height:35px !important;width:35px !important;line-height:35px !important;font-size:16px !important;}}.header-card-area > a > sup{background-color:var(--brand-primary-text,#f53700);border-radius:50%;color:white;display:inline-block;font-size:11px;font-weight:600;height:20px;line-height:20px;position:absolute;right:0px;text-align:center;top:-2px;width:20px;}@media only screen and (max-width:1199px){.header-card-area > a > sup{top:-2px;right:-4px;}}@media only screen and (max-width:575px){.header-card-area > a > sup{height:17px;width:17px;line-height:17px;font-size:8px;}}.header-card-area .cart-list{background-color:white;position:absolute;width:365px;padding:40px 30px 30px;right:0px;top:calc(100% + 70px);z-index:9999;visibility:hidden;box-shadow:0px 2px 3px rgba(0,0,0,0.2);-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;-webkit-transform-origin:0 0 0;transform-origin:0 0 0;opacity:0;}@media only screen and (max-width:575px){.header-card-area .cart-list{padding:20px 15px;width:300px;}}@media only screen and (max-width:420px){.header-card-area .cart-list{width:270px;}}.header-card-area .cart-list:after{content:"";height:10px;left:0;position:absolute;top:-10px;width:100%;}.header-card-area .cart-list .cart-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:35px;margin-bottom:35px;border-bottom:1px solid #dddddd;}@media only screen and (max-width:575px){.header-card-area .cart-list .cart-item{margin-bottom:15px;padding-bottom:15px;}}.header-card-area .cart-list .cart-item .product-thumb{-webkit-box-flex:0;-ms-flex:0 0 70px;flex:0 0 70px;max-width:70px;}@media only screen and (max-width:575px){.header-card-area .cart-list .cart-item .product-thumb{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;max-width:50px;}}.header-card-area .cart-list .cart-item .product-info{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 70px);flex:0 0 calc(100% - 70px);max-width:calc(100% - 70px);padding:0px 20px;font-size:14px;position:relative;}@media only screen and (max-width:575px){.header-card-area .cart-list .cart-item .product-info{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 50px);flex:0 0 calc(100% - 50px);font-size:13px;max-width:calc(100% - 50px);padding:0 20px 0 10px;}}.header-card-area .cart-list .cart-item .product-info .title{font-size:14px;margin-bottom:2px;}.header-card-area .cart-list .cart-item .product-info .price{overflow:hidden;color:var(--text-gray,#666666);font-weight:500;}.header-card-area .cart-list .cart-item .product-info .price > sub{font-size:75%;bottom:0;}.header-card-area .cart-list .cart-item .product-info .price > span{float:right;padding-right:15px;}.header-card-area .cart-list .cart-item .product-info .icon-closed{color:var(--text-gray,#666666);position:absolute;right:0;top:3px;}.header-card-area .cart-list .cart-item .product-info .icon-closed:hover > a{color:var(--brand-primary-text,#f53700);}.header-card-area .cart-list .order-total{overflow:hidden;padding-bottom:20px;border-bottom:1px solid #dddddd;margin-top:-15px;}@media only screen and (max-width:575px){.header-card-area .cart-list .order-total{padding-bottom:15px;margin-top:0px;}}.header-card-area .cart-list .order-total > .order{font-size:16px;font-weight:500;margin-bottom:0;}.header-card-area .cart-list .order-total > .order .amount{float:right;font-weight:600;color:var(--brand-primary-text,#f53700);font-size:20px;}.header-card-area .cart-list .order-total > .order .amount > sup{top:-6px;font-size:65%;}.header-card-area .cart-list .cart-btn-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:30px;margin:0 -5px;}@media only screen and (max-width:575px){.header-card-area .cart-list .cart-btn-group{padding-top:20px;}}.header-card-area .cart-list .cart-btn-group > .btn{margin:0 5px;}.header-card-area .cart-list .cart-btn-group .btn-default{letter-spacing:normal;padding:12px 30px;}@media only screen and (max-width:575px){.header-card-area .cart-list .cart-btn-group .btn-default{padding:10px 20px;}}.header-card-area .cart-list .cart-btn-group .btn-primary{letter-spacing:normal;padding:10px 30px;}@media only screen and (max-width:575px){.header-card-area .cart-list .cart-btn-group .btn-primary{padding:8px 20px;}}.header-card-area:hover > .cart-list{visibility:visible;opacity:1;top:calc(100% + 5px);}a{color:inherit;-webkit-transition:all 0.25s;transition:all 0.25s;}a:hover,a:focus,a:active{text-decoration:none;}a:focus{outline:none;}a:hover,a:active{outline:0;text-decoration:none;}@media only screen and (min-width:1200px){.site-header.header-style-one #mobile-menu,.site-header.header-style-two #mobile-menu,.site-header.header-style-five #mobile-menu,.site-header.header-style-six #mobile-menu,.site-header.header-style-eight #mobile-menu,.site-header.header-style-nine #mobile-menu,.site-header.header-style-twelve #mobile-menu,.site-header.header-style-thirteen #mobile-menu,.site-header.header-style-fifteen #mobile-menu,.site-header.default-header-style #mobile-menu{display:none;}.site-header.header-style-one .overlapblackbg,.site-header.header-style-two .overlapblackbg,.site-header.header-style-five .overlapblackbg,.site-header.header-style-six .overlapblackbg,.site-header.header-style-eight .overlapblackbg,.site-header.header-style-nine .overlapblackbg,.site-header.header-style-twelve .overlapblackbg,.site-header.header-style-thirteen .overlapblackbg,.site-header.header-style-fifteen .overlapblackbg,.site-header.default-header-style .overlapblackbg{display:none;}.site-header.header-style-one .mainmenu,.site-header.header-style-two .mainmenu,.site-header.header-style-five .mainmenu,.site-header.header-style-six .mainmenu,.site-header.header-style-eight .mainmenu,.site-header.header-style-nine .mainmenu,.site-header.header-style-twelve .mainmenu,.site-header.header-style-thirteen .mainmenu,.site-header.header-style-fifteen .mainmenu,.site-header.default-header-style .mainmenu{padding:0;text-align:center;margin-bottom:0;}.site-header.header-style-one .mainmenu > li,.site-header.header-style-two .mainmenu > li,.site-header.header-style-five .mainmenu > li,.site-header.header-style-six .mainmenu > li,.site-header.header-style-eight .mainmenu > li,.site-header.header-style-nine .mainmenu > li,.site-header.header-style-twelve .mainmenu > li,.site-header.header-style-thirteen .mainmenu > li,.site-header.header-style-fifteen .mainmenu > li,.site-header.default-header-style .mainmenu > li{display:inline-block;position:relative;}.site-header.header-style-one .mainmenu li,.site-header.header-style-two .mainmenu li,.site-header.header-style-five .mainmenu li,.site-header.header-style-six .mainmenu li,.site-header.header-style-eight .mainmenu li,.site-header.header-style-nine .mainmenu li,.site-header.header-style-twelve .mainmenu li,.site-header.header-style-thirteen .mainmenu li,.site-header.header-style-fifteen .mainmenu li,.site-header.default-header-style .mainmenu li{list-style:none;}.site-header.header-style-one .navigation .mainmenu li > a,.site-header.header-style-two .navigation .mainmenu li > a,.site-header.header-style-five .navigation .mainmenu li > a,.site-header.header-style-six .navigation .mainmenu li > a,.site-header.header-style-eight .navigation .mainmenu li > a,.site-header.header-style-nine .navigation .mainmenu li > a,.site-header.header-style-twelve .navigation .mainmenu li > a,.site-header.header-style-thirteen .navigation .mainmenu li > a,.site-header.header-style-fifteen .navigation .mainmenu li > a,.site-header.default-header-style .navigation .mainmenu li > a{position:relative;}.site-header.header-style-one .navigation .mainmenu li > a > .menu-arrow,.site-header.header-style-two .navigation .mainmenu li > a > .menu-arrow,.site-header.header-style-five .navigation .mainmenu li > a > .menu-arrow,.site-header.header-style-six .navigation .mainmenu li > a > .menu-arrow,.site-header.header-style-eight .navigation .mainmenu li > a > .menu-arrow,.site-header.header-style-nine .navigation .mainmenu li > a > .menu-arrow,.site-header.header-style-twelve .navigation .mainmenu li > a > .menu-arrow,.site-header.header-style-thirteen .navigation .mainmenu li > a > .menu-arrow,.site-header.header-style-fifteen .navigation .mainmenu li > a > .menu-arrow,.site-header.default-header-style .navigation .mainmenu li > a > .menu-arrow,.site-header.header-style-one .navigation .mainmenu li > button > .menu-arrow,.site-header.header-style-two .navigation .mainmenu li > button > .menu-arrow,.site-header.header-style-five .navigation .mainmenu li > button > .menu-arrow,.site-header.header-style-six .navigation .mainmenu li > button > .menu-arrow,.site-header.header-style-eight .navigation .mainmenu li > button > .menu-arrow,.site-header.header-style-nine .navigation .mainmenu li > button > .menu-arrow,.site-header.header-style-twelve .navigation .mainmenu li > button > .menu-arrow,.site-header.header-style-thirteen .navigation .mainmenu li > button > .menu-arrow,.site-header.header-style-fifteen .navigation .mainmenu li > button > .menu-arrow,.site-header.default-header-style .navigation .mainmenu li > button > .menu-arrow{position:relative;color:rgba(0,0,0,0.5);font-size:12px;right:0px;margin-left:5px;top:0px;}.site-header.header-style-one .navigation .mainmenu > li > a,.site-header.header-style-two .navigation .mainmenu > li > a,.site-header.header-style-five .navigation .mainmenu > li > a,.site-header.header-style-six .navigation .mainmenu > li > a,.site-header.header-style-eight .navigation .mainmenu > li > a,.site-header.header-style-nine .navigation .mainmenu > li > a,.site-header.header-style-twelve .navigation .mainmenu > li > a,.site-header.header-style-thirteen .navigation .mainmenu > li > a,.site-header.header-style-fifteen .navigation .mainmenu > li > a,.site-header.default-header-style .navigation .mainmenu > li > a,.site-header.header-style-one .navigation .mainmenu > li > button,.site-header.header-style-two .navigation .mainmenu > li > button,.site-header.header-style-five .navigation .mainmenu > li > button,.site-header.header-style-six .navigation .mainmenu > li > button,.site-header.header-style-eight .navigation .mainmenu > li > button,.site-header.header-style-nine .navigation .mainmenu > li > button,.site-header.header-style-twelve .navigation .mainmenu > li > button,.site-header.header-style-thirteen .navigation .mainmenu > li > button,.site-header.header-style-fifteen .navigation .mainmenu > li > button,.site-header.default-header-style .navigation .mainmenu > li > button{display:block;padding:13px 25px 14px;font-family:var(--heading-font-uc,"Poppins",sans-serif);font-size:16px;font-weight:600;text-transform:uppercase;text-decoration:none;position:relative;color:var(--text-dark,#000);white-space:nowrap;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;}.site-header.header-style-one .navigation .mainmenu > li > a span,.site-header.header-style-two .navigation .mainmenu > li > a span,.site-header.header-style-five .navigation .mainmenu > li > a span,.site-header.header-style-six .navigation .mainmenu > li > a span,.site-header.header-style-eight .navigation .mainmenu > li > a span,.site-header.header-style-nine .navigation .mainmenu > li > a span,.site-header.header-style-twelve .navigation .mainmenu > li > a span,.site-header.header-style-thirteen .navigation .mainmenu > li > a span,.site-header.header-style-fifteen .navigation .mainmenu > li > a span,.site-header.default-header-style .navigation .mainmenu > li > a span{font-size:14px;color:#929292;margin-left:5px;}.site-header.header-style-one .navigation .mainmenu > li.current-menu-item > a:before,.site-header.header-style-one .navigation .mainmenu > li.current-menu-ancestor > a:before,.site-header.header-style-two .navigation .mainmenu > li.current-menu-item > a:before,.site-header.header-style-two .navigation .mainmenu > li.current-menu-ancestor > a:before,.site-header.header-style-five .navigation .mainmenu > li.current-menu-item > a:before,.site-header.header-style-five .navigation .mainmenu > li.current-menu-ancestor > a:before,.site-header.header-style-six .navigation .mainmenu > li.current-menu-item > a:before,.site-header.header-style-six .navigation .mainmenu > li.current-menu-ancestor > a:before,.site-header.header-style-eight .navigation .mainmenu > li.current-menu-item > a:before,.site-header.header-style-eight .navigation .mainmenu > li.current-menu-ancestor > a:before,.site-header.header-style-nine .navigation .mainmenu > li.current-menu-item > a:before,.site-header.header-style-nine .navigation .mainmenu > li.current-menu-ancestor > a:before,.site-header.header-style-twelve .navigation .mainmenu > li.current-menu-item > a:before,.site-header.header-style-twelve .navigation .mainmenu > li.current-menu-ancestor > a:before,.site-header.header-style-thirteen .navigation .mainmenu > li.current-menu-item > a:before,.site-header.header-style-thirteen .navigation .mainmenu > li.current-menu-ancestor > a:before,.site-header.header-style-fifteen .navigation .mainmenu > li.current-menu-item > a:before,.site-header.header-style-fifteen .navigation .mainmenu > li.current-menu-ancestor > a:before,.site-header.default-header-style .navigation .mainmenu > li.current-menu-item > a:before,.site-header.default-header-style .navigation .mainmenu > li.current-menu-ancestor > a:before{-webkit-transform:translateY(0);transform:translateY(0);}.site-header.header-style-one .menu-click,.site-header.header-style-two .menu-click,.site-header.header-style-five .menu-click,.site-header.header-style-six .menu-click,.site-header.header-style-eight .menu-click,.site-header.header-style-nine .menu-click,.site-header.header-style-twelve .menu-click,.site-header.header-style-thirteen .menu-click,.site-header.header-style-fifteen .menu-click,.site-header.default-header-style .menu-click{display:none;}.site-header.header-style-one .mainmenu > li > .sub-menu,.site-header.header-style-two .mainmenu > li > .sub-menu,.site-header.header-style-five .mainmenu > li > .sub-menu,.site-header.header-style-six .mainmenu > li > .sub-menu,.site-header.header-style-eight .mainmenu > li > .sub-menu,.site-header.header-style-nine .mainmenu > li > .sub-menu,.site-header.header-style-twelve .mainmenu > li > .sub-menu,.site-header.header-style-thirteen .mainmenu > li > .sub-menu,.site-header.header-style-fifteen .mainmenu > li > .sub-menu,.site-header.default-header-style .mainmenu > li > .sub-menu{top:calc(100% + 45px);}.site-header.header-style-one .mainmenu .sub-menu,.site-header.header-style-two .mainmenu .sub-menu,.site-header.header-style-five .mainmenu .sub-menu,.site-header.header-style-six .mainmenu .sub-menu,.site-header.header-style-eight .mainmenu .sub-menu,.site-header.header-style-nine .mainmenu .sub-menu,.site-header.header-style-twelve .mainmenu .sub-menu,.site-header.header-style-thirteen .mainmenu .sub-menu,.site-header.header-style-fifteen .mainmenu .sub-menu,.site-header.default-header-style .mainmenu .sub-menu{min-width:220px;position:absolute;z-index:-9;margin:0;padding:15px 20px;opacity:0;top:0;left:25px;background-color:white;visibility:hidden;-webkit-transition:all 0.35s;transition:all 0.35s;box-shadow:0px 2px 8px rgba(0,0,0,0.1);}.site-header.header-style-one .mainmenu .sub-menu:after,.site-header.header-style-two .mainmenu .sub-menu:after,.site-header.header-style-five .mainmenu .sub-menu:after,.site-header.header-style-six .mainmenu .sub-menu:after,.site-header.header-style-eight .mainmenu .sub-menu:after,.site-header.header-style-nine .mainmenu .sub-menu:after,.site-header.header-style-twelve .mainmenu .sub-menu:after,.site-header.header-style-thirteen .mainmenu .sub-menu:after,.site-header.header-style-fifteen .mainmenu .sub-menu:after,.site-header.default-header-style .mainmenu .sub-menu:after{position:absolute;top:-2px;left:0px;content:"";width:100%;height:2px;}.site-header.header-style-one .mainmenu .sub-menu li,.site-header.header-style-two .mainmenu .sub-menu li,.site-header.header-style-five .mainmenu .sub-menu li,.site-header.header-style-six .mainmenu .sub-menu li,.site-header.header-style-eight .mainmenu .sub-menu li,.site-header.header-style-nine .mainmenu .sub-menu li,.site-header.header-style-twelve .mainmenu .sub-menu li,.site-header.header-style-thirteen .mainmenu .sub-menu li,.site-header.header-style-fifteen .mainmenu .sub-menu li,.site-header.default-header-style .mainmenu .sub-menu li{position:relative;}.site-header.header-style-one .mainmenu .sub-menu li a,.site-header.header-style-two .mainmenu .sub-menu li a,.site-header.header-style-five .mainmenu .sub-menu li a,.site-header.header-style-six .mainmenu .sub-menu li a,.site-header.header-style-eight .mainmenu .sub-menu li a,.site-header.header-style-nine .mainmenu .sub-menu li a,.site-header.header-style-twelve .mainmenu .sub-menu li a,.site-header.header-style-thirteen .mainmenu .sub-menu li a,.site-header.header-style-fifteen .mainmenu .sub-menu li a,.site-header.default-header-style .mainmenu .sub-menu li a{background-color:transparent;color:var(--text-gray,#666666);border-right:0 none;text-align:left;display:block;line-height:1.25em;padding:7px 0;text-transform:none;font-weight:400;-webkit-transition:all 0.3s;transition:all 0.3s;}.site-header.header-style-one .mainmenu .sub-menu li:last-child a,.site-header.header-style-two .mainmenu .sub-menu li:last-child a,.site-header.header-style-five .mainmenu .sub-menu li:last-child a,.site-header.header-style-six .mainmenu .sub-menu li:last-child a,.site-header.header-style-eight .mainmenu .sub-menu li:last-child a,.site-header.header-style-nine .mainmenu .sub-menu li:last-child a,.site-header.header-style-twelve .mainmenu .sub-menu li:last-child a,.site-header.header-style-thirteen .mainmenu .sub-menu li:last-child a,.site-header.header-style-fifteen .mainmenu .sub-menu li:last-child a,.site-header.default-header-style .mainmenu .sub-menu li:last-child a{border-bottom:none;}.site-header.header-style-one .mainmenu .sub-menu li:last-child > a,.site-header.header-style-two .mainmenu .sub-menu li:last-child > a,.site-header.header-style-five .mainmenu .sub-menu li:last-child > a,.site-header.header-style-six .mainmenu .sub-menu li:last-child > a,.site-header.header-style-eight .mainmenu .sub-menu li:last-child > a,.site-header.header-style-nine .mainmenu .sub-menu li:last-child > a,.site-header.header-style-twelve .mainmenu .sub-menu li:last-child > a,.site-header.header-style-thirteen .mainmenu .sub-menu li:last-child > a,.site-header.header-style-fifteen .mainmenu .sub-menu li:last-child > a,.site-header.default-header-style .mainmenu .sub-menu li:last-child > a{border-bottom:0;}.site-header.header-style-one .menuexpandermain,.site-header.header-style-two .menuexpandermain,.site-header.header-style-five .menuexpandermain,.site-header.header-style-six .menuexpandermain,.site-header.header-style-eight .menuexpandermain,.site-header.header-style-nine .menuexpandermain,.site-header.header-style-twelve .menuexpandermain,.site-header.header-style-thirteen .menuexpandermain,.site-header.header-style-fifteen .menuexpandermain,.site-header.default-header-style .menuexpandermain{display:none;}.site-header.header-style-one .mainmenu li:hover .sub-menu,.site-header.header-style-one .mainmenu .sub-menu li:hover .sub-menu-sub,.site-header.header-style-two .mainmenu li:hover .sub-menu,.site-header.header-style-two .mainmenu .sub-menu li:hover .sub-menu-sub,.site-header.header-style-five .mainmenu li:hover .sub-menu,.site-header.header-style-five .mainmenu .sub-menu li:hover .sub-menu-sub,.site-header.header-style-six .mainmenu li:hover .sub-menu,.site-header.header-style-six .mainmenu .sub-menu li:hover .sub-menu-sub,.site-header.header-style-eight .mainmenu li:hover .sub-menu,.site-header.header-style-eight .mainmenu .sub-menu li:hover .sub-menu-sub,.site-header.header-style-nine .mainmenu li:hover .sub-menu,.site-header.header-style-nine .mainmenu .sub-menu li:hover .sub-menu-sub,.site-header.header-style-twelve .mainmenu li:hover .sub-menu,.site-header.header-style-twelve .mainmenu .sub-menu li:hover .sub-menu-sub,.site-header.header-style-thirteen .mainmenu li:hover .sub-menu,.site-header.header-style-thirteen .mainmenu .sub-menu li:hover .sub-menu-sub,.site-header.header-style-fifteen .mainmenu li:hover .sub-menu,.site-header.header-style-fifteen .mainmenu .sub-menu li:hover .sub-menu-sub,.site-header.default-header-style .mainmenu li:hover .sub-menu,.site-header.default-header-style .mainmenu .sub-menu li:hover .sub-menu-sub{display:block;}.site-header.header-style-one .mainmenu .sub-menu .sub-menu,.site-header.header-style-one .mainmenu .sub-menu .sub-menu .sub-menu,.site-header.header-style-two .mainmenu .sub-menu .sub-menu,.site-header.header-style-two .mainmenu .sub-menu .sub-menu .sub-menu,.site-header.header-style-five .mainmenu .sub-menu .sub-menu,.site-header.header-style-five .mainmenu .sub-menu .sub-menu .sub-menu,.site-header.header-style-six .mainmenu .sub-menu .sub-menu,.site-header.header-style-six .mainmenu .sub-menu .sub-menu .sub-menu,.site-header.header-style-eight .mainmenu .sub-menu .sub-menu,.site-header.header-style-eight .mainmenu .sub-menu .sub-menu .sub-menu,.site-header.header-style-nine .mainmenu .sub-menu .sub-menu,.site-header.header-style-nine .mainmenu .sub-menu .sub-menu .sub-menu,.site-header.header-style-twelve .mainmenu .sub-menu .sub-menu,.site-header.header-style-twelve .mainmenu .sub-menu .sub-menu .sub-menu,.site-header.header-style-thirteen .mainmenu .sub-menu .sub-menu,.site-header.header-style-thirteen .mainmenu .sub-menu .sub-menu .sub-menu,.site-header.header-style-fifteen .mainmenu .sub-menu .sub-menu,.site-header.header-style-fifteen .mainmenu .sub-menu .sub-menu .sub-menu,.site-header.default-header-style .mainmenu .sub-menu .sub-menu,.site-header.default-header-style .mainmenu .sub-menu .sub-menu .sub-menu{min-width:250px;position:absolute;left:calc(100% + 20px);top:-1px;margin:0;padding:10px;opacity:0;-webkit-transition:all 0.35s;transition:all 0.35s;z-index:-9;}.site-header.header-style-one .mainmenu .sub-menu .sub-menu:before,.site-header.header-style-one .mainmenu .sub-menu .sub-menu .sub-menu:before,.site-header.header-style-two .mainmenu .sub-menu .sub-menu:before,.site-header.header-style-two .mainmenu .sub-menu .sub-menu .sub-menu:before,.site-header.header-style-five .mainmenu .sub-menu .sub-menu:before,.site-header.header-style-five .mainmenu .sub-menu .sub-menu .sub-menu:before,.site-header.header-style-six .mainmenu .sub-menu .sub-menu:before,.site-header.header-style-six .mainmenu .sub-menu .sub-menu .sub-menu:before,.site-header.header-style-eight .mainmenu .sub-menu .sub-menu:before,.site-header.header-style-eight .mainmenu .sub-menu .sub-menu .sub-menu:before,.site-header.header-style-nine .mainmenu .sub-menu .sub-menu:before,.site-header.header-style-nine .mainmenu .sub-menu .sub-menu .sub-menu:before,.site-header.header-style-twelve .mainmenu .sub-menu .sub-menu:before,.site-header.header-style-twelve .mainmenu .sub-menu .sub-menu .sub-menu:before,.site-header.header-style-thirteen .mainmenu .sub-menu .sub-menu:before,.site-header.header-style-thirteen .mainmenu .sub-menu .sub-menu .sub-menu:before,.site-header.header-style-fifteen .mainmenu .sub-menu .sub-menu:before,.site-header.header-style-fifteen .mainmenu .sub-menu .sub-menu .sub-menu:before,.site-header.default-header-style .mainmenu .sub-menu .sub-menu:before,.site-header.default-header-style .mainmenu .sub-menu .sub-menu .sub-menu:before{position:absolute;content:"";left:-20px;top:0;height:40px;width:20px;}.site-header.header-style-one .mainmenu .sub-menu li:hover .sub-menu,.site-header.header-style-one .mainmenu .sub-menu .sub-menu li:hover .sub-menu,.site-header.header-style-two .mainmenu .sub-menu li:hover .sub-menu,.site-header.header-style-two .mainmenu .sub-menu .sub-menu li:hover .sub-menu,.site-header.header-style-five .mainmenu .sub-menu li:hover .sub-menu,.site-header.header-style-five .mainmenu .sub-menu .sub-menu li:hover .sub-menu,.site-header.header-style-six .mainmenu .sub-menu li:hover .sub-menu,.site-header.header-style-six .mainmenu .sub-menu .sub-menu li:hover .sub-menu,.site-header.header-style-eight .mainmenu .sub-menu li:hover .sub-menu,.site-header.header-style-eight .mainmenu .sub-menu .sub-menu li:hover .sub-menu,.site-header.header-style-nine .mainmenu .sub-menu li:hover .sub-menu,.site-header.header-style-nine .mainmenu .sub-menu .sub-menu li:hover .sub-menu,.site-header.header-style-twelve .mainmenu .sub-menu li:hover .sub-menu,.site-header.header-style-twelve .mainmenu .sub-menu .sub-menu li:hover .sub-menu,.site-header.header-style-thirteen .mainmenu .sub-menu li:hover .sub-menu,.site-header.header-style-thirteen .mainmenu .sub-menu .sub-menu li:hover .sub-menu,.site-header.header-style-fifteen .mainmenu .sub-menu li:hover .sub-menu,.site-header.header-style-fifteen .mainmenu .sub-menu .sub-menu li:hover .sub-menu,.site-header.default-header-style .mainmenu .sub-menu li:hover .sub-menu,.site-header.default-header-style .mainmenu .sub-menu .sub-menu li:hover .sub-menu{opacity:1;list-style:none;z-index:99;}.site-header.header-style-one .mainmenu .sub-menu li,.site-header.header-style-two .mainmenu .sub-menu li,.site-header.header-style-five .mainmenu .sub-menu li,.site-header.header-style-six .mainmenu .sub-menu li,.site-header.header-style-eight .mainmenu .sub-menu li,.site-header.header-style-nine .mainmenu .sub-menu li,.site-header.header-style-twelve .mainmenu .sub-menu li,.site-header.header-style-thirteen .mainmenu .sub-menu li,.site-header.header-style-fifteen .mainmenu .sub-menu li,.site-header.default-header-style .mainmenu .sub-menu li{position:relative;display:block;}.site-header.header-style-one .mainmenu li > .megamenu > .sub-menu,.site-header.header-style-two .mainmenu li > .megamenu > .sub-menu,.site-header.header-style-five .mainmenu li > .megamenu > .sub-menu,.site-header.header-style-six .mainmenu li > .megamenu > .sub-menu,.site-header.header-style-eight .mainmenu li > .megamenu > .sub-menu,.site-header.header-style-nine .mainmenu li > .megamenu > .sub-menu,.site-header.header-style-twelve .mainmenu li > .megamenu > .sub-menu,.site-header.header-style-thirteen .mainmenu li > .megamenu > .sub-menu,.site-header.header-style-fifteen .mainmenu li > .megamenu > .sub-menu,.site-header.default-header-style .mainmenu li > .megamenu > .sub-menu{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotateX(-90deg);transform:rotateX(-90deg);visibility:hidden;}.site-header.header-style-one .mainmenu li.megamenu:hover > .sub-menu,.site-header.header-style-two .mainmenu li.megamenu:hover > .sub-menu,.site-header.header-style-five .mainmenu li.megamenu:hover > .sub-menu,.site-header.header-style-six .mainmenu li.megamenu:hover > .sub-menu,.site-header.header-style-eight .mainmenu li.megamenu:hover > .sub-menu,.site-header.header-style-nine .mainmenu li.megamenu:hover > .sub-menu,.site-header.header-style-twelve .mainmenu li.megamenu:hover > .sub-menu,.site-header.header-style-thirteen .mainmenu li.megamenu:hover > .sub-menu,.site-header.header-style-fifteen .mainmenu li.megamenu:hover > .sub-menu,.site-header.default-header-style .mainmenu li.megamenu:hover > .sub-menu{top:100%;opacity:1;visibility:visible;z-index:99;}.site-header.header-style-one .mainmenu li:hover > .sub-menu,.site-header.header-style-two .mainmenu li:hover > .sub-menu,.site-header.header-style-five .mainmenu li:hover > .sub-menu,.site-header.header-style-six .mainmenu li:hover > .sub-menu,.site-header.header-style-eight .mainmenu li:hover > .sub-menu,.site-header.header-style-nine .mainmenu li:hover > .sub-menu,.site-header.header-style-twelve .mainmenu li:hover > .sub-menu,.site-header.header-style-thirteen .mainmenu li:hover > .sub-menu,.site-header.header-style-fifteen .mainmenu li:hover > .sub-menu,.site-header.default-header-style .mainmenu li:hover > .sub-menu{top:calc(100% + 1px);opacity:1;visibility:visible;z-index:99;}.site-header.header-style-one .mainmenu li:hover > a,.site-header.header-style-one .mainmenu > li > a:hover,.site-header.header-style-one .mainmenu > li > a.active,.site-header.header-style-two .mainmenu li:hover > a,.site-header.header-style-two .mainmenu > li > a:hover,.site-header.header-style-two .mainmenu > li > a.active,.site-header.header-style-five .mainmenu li:hover > a,.site-header.header-style-five .mainmenu > li > a:hover,.site-header.header-style-five .mainmenu > li > a.active,.site-header.header-style-six .mainmenu li:hover > a,.site-header.header-style-six .mainmenu > li > a:hover,.site-header.header-style-six .mainmenu > li > a.active,.site-header.header-style-eight .mainmenu li:hover > a,.site-header.header-style-eight .mainmenu > li > a:hover,.site-header.header-style-eight .mainmenu > li > a.active,.site-header.header-style-nine .mainmenu li:hover > a,.site-header.header-style-nine .mainmenu > li > a:hover,.site-header.header-style-nine .mainmenu > li > a.active,.site-header.header-style-twelve .mainmenu li:hover > a,.site-header.header-style-twelve .mainmenu > li > a:hover,.site-header.header-style-twelve .mainmenu > li > a.active,.site-header.header-style-thirteen .mainmenu li:hover > a,.site-header.header-style-thirteen .mainmenu > li > a:hover,.site-header.header-style-thirteen .mainmenu > li > a.active,.site-header.header-style-fifteen .mainmenu li:hover > a,.site-header.header-style-fifteen .mainmenu > li > a:hover,.site-header.header-style-fifteen .mainmenu > li > a.active,.site-header.default-header-style .mainmenu li:hover > a,.site-header.default-header-style .mainmenu > li > a:hover,.site-header.default-header-style .mainmenu > li > a.active{background-color:transparent;text-decoration:none;color:var(--brand-primary-text,#f53700);}.site-header.header-style-one .mainmenu .sub-menu > li > a:hover,.site-header.header-style-one .mainmenu .sub-menu .sub-menu > li > a:hover,.site-header.header-style-one .mainmenu .sub-menu .sub-menu .sub-menu > li > a:hover,.site-header.header-style-two .mainmenu .sub-menu > li > a:hover,.site-header.header-style-two .mainmenu .sub-menu .sub-menu > li > a:hover,.site-header.header-style-two .mainmenu .sub-menu .sub-menu .sub-menu > li > a:hover,.site-header.header-style-five .mainmenu .sub-menu > li > a:hover,.site-header.header-style-five .mainmenu .sub-menu .sub-menu > li > a:hover,.site-header.header-style-five .mainmenu .sub-menu .sub-menu .sub-menu > li > a:hover,.site-header.header-style-six .mainmenu .sub-menu > li > a:hover,.site-header.header-style-six .mainmenu .sub-menu .sub-menu > li > a:hover,.site-header.header-style-six .mainmenu .sub-menu .sub-menu .sub-menu > li > a:hover,.site-header.header-style-eight .mainmenu .sub-menu > li > a:hover,.site-header.header-style-eight .mainmenu .sub-menu .sub-menu > li > a:hover,.site-header.header-style-eight .mainmenu .sub-menu .sub-menu .sub-menu > li > a:hover,.site-header.header-style-nine .mainmenu .sub-menu > li > a:hover,.site-header.header-style-nine .mainmenu .sub-menu .sub-menu > li > a:hover,.site-header.header-style-nine .mainmenu .sub-menu .sub-menu .sub-menu > li > a:hover,.site-header.header-style-twelve .mainmenu .sub-menu > li > a:hover,.site-header.header-style-twelve .mainmenu .sub-menu .sub-menu > li > a:hover,.site-header.header-style-twelve .mainmenu .sub-menu .sub-menu .sub-menu > li > a:hover,.site-header.header-style-thirteen .mainmenu .sub-menu > li > a:hover,.site-header.header-style-thirteen .mainmenu .sub-menu .sub-menu > li > a:hover,.site-header.header-style-thirteen .mainmenu .sub-menu .sub-menu .sub-menu > li > a:hover,.site-header.header-style-fifteen .mainmenu .sub-menu > li > a:hover,.site-header.header-style-fifteen .mainmenu .sub-menu .sub-menu > li > a:hover,.site-header.header-style-fifteen .mainmenu .sub-menu .sub-menu .sub-menu > li > a:hover,.site-header.default-header-style .mainmenu .sub-menu > li > a:hover,.site-header.default-header-style .mainmenu .sub-menu .sub-menu > li > a:hover,.site-header.default-header-style .mainmenu .sub-menu .sub-menu .sub-menu > li > a:hover{text-decoration:none;color:var(--brand-primary-text,#f53700);}.site-header.header-style-one .mainmenu .sub-menu .current-menu-parent > a,.site-header.header-style-one .mainmenu .sub-menu .current-menu-item > a,.site-header.header-style-two .mainmenu .sub-menu .current-menu-parent > a,.site-header.header-style-two .mainmenu .sub-menu .current-menu-item > a,.site-header.header-style-five .mainmenu .sub-menu .current-menu-parent > a,.site-header.header-style-five .mainmenu .sub-menu .current-menu-item > a,.site-header.header-style-six .mainmenu .sub-menu .current-menu-parent > a,.site-header.header-style-six .mainmenu .sub-menu .current-menu-item > a,.site-header.header-style-eight .mainmenu .sub-menu .current-menu-parent > a,.site-header.header-style-eight .mainmenu .sub-menu .current-menu-item > a,.site-header.header-style-nine .mainmenu .sub-menu .current-menu-parent > a,.site-header.header-style-nine .mainmenu .sub-menu .current-menu-item > a,.site-header.header-style-twelve .mainmenu .sub-menu .current-menu-parent > a,.site-header.header-style-twelve .mainmenu .sub-menu .current-menu-item > a,.site-header.header-style-thirteen .mainmenu .sub-menu .current-menu-parent > a,.site-header.header-style-thirteen .mainmenu .sub-menu .current-menu-item > a,.site-header.header-style-fifteen .mainmenu .sub-menu .current-menu-parent > a,.site-header.header-style-fifteen .mainmenu .sub-menu .current-menu-item > a,.site-header.default-header-style .mainmenu .sub-menu .current-menu-parent > a,.site-header.default-header-style .mainmenu .sub-menu .current-menu-item > a{background-color:rgba(0,0,0,0.25);}.site-header.header-style-one .current-menu-ancestor .current-menu-ancestor > a,.site-header.header-style-two .current-menu-ancestor .current-menu-ancestor > a,.site-header.header-style-five .current-menu-ancestor .current-menu-ancestor > a,.site-header.header-style-six .current-menu-ancestor .current-menu-ancestor > a,.site-header.header-style-eight .current-menu-ancestor .current-menu-ancestor > a,.site-header.header-style-nine .current-menu-ancestor .current-menu-ancestor > a,.site-header.header-style-twelve .current-menu-ancestor .current-menu-ancestor > a,.site-header.header-style-thirteen .current-menu-ancestor .current-menu-ancestor > a,.site-header.header-style-fifteen .current-menu-ancestor .current-menu-ancestor > a,.site-header.default-header-style .current-menu-ancestor .current-menu-ancestor > a{background-color:rgba(0,0,0,0.25);}.site-header.header-style-one .megamenu .sub-menu .current-menu-item > a,.site-header.header-style-one .megamenu .current-menu-ancestor > a,.site-header.header-style-one .megamenu.current-menu-ancestor .current-menu-ancestor > a,.site-header.header-style-two .megamenu .sub-menu .current-menu-item > a,.site-header.header-style-two .megamenu .current-menu-ancestor > a,.site-header.header-style-two .megamenu.current-menu-ancestor .current-menu-ancestor > a,.site-header.header-style-five .megamenu .sub-menu .current-menu-item > a,.site-header.header-style-five .megamenu .current-menu-ancestor > a,.site-header.header-style-five .megamenu.current-menu-ancestor .current-menu-ancestor > a,.site-header.header-style-six .megamenu .sub-menu .current-menu-item > a,.site-header.header-style-six .megamenu .current-menu-ancestor > a,.site-header.header-style-six .megamenu.current-menu-ancestor .current-menu-ancestor > a,.site-header.header-style-eight .megamenu .sub-menu .current-menu-item > a,.site-header.header-style-eight .megamenu .current-menu-ancestor > a,.site-header.header-style-eight .megamenu.current-menu-ancestor .current-menu-ancestor > a,.site-header.header-style-nine .megamenu .sub-menu .current-menu-item > a,.site-header.header-style-nine .megamenu .current-menu-ancestor > a,.site-header.header-style-nine .megamenu.current-menu-ancestor .current-menu-ancestor > a,.site-header.header-style-twelve .megamenu .sub-menu .current-menu-item > a,.site-header.header-style-twelve .megamenu .current-menu-ancestor > a,.site-header.header-style-twelve .megamenu.current-menu-ancestor .current-menu-ancestor > a,.site-header.header-style-thirteen .megamenu .sub-menu .current-menu-item > a,.site-header.header-style-thirteen .megamenu .current-menu-ancestor > a,.site-header.header-style-thirteen .megamenu.current-menu-ancestor .current-menu-ancestor > a,.site-header.header-style-fifteen .megamenu .sub-menu .current-menu-item > a,.site-header.header-style-fifteen .megamenu .current-menu-ancestor > a,.site-header.header-style-fifteen .megamenu.current-menu-ancestor .current-menu-ancestor > a,.site-header.default-header-style .megamenu .sub-menu .current-menu-item > a,.site-header.default-header-style .megamenu .current-menu-ancestor > a,.site-header.default-header-style .megamenu.current-menu-ancestor .current-menu-ancestor > a{background-color:transparent;}.site-header.header-style-one .megamenu .sub-menu .current-menu-parent > a,.site-header.header-style-one .megamenu .sub-menu .current-menu-item > a,.site-header.header-style-two .megamenu .sub-menu .current-menu-parent > a,.site-header.header-style-two .megamenu .sub-menu .current-menu-item > a,.site-header.header-style-five .megamenu .sub-menu .current-menu-parent > a,.site-header.header-style-five .megamenu .sub-menu .current-menu-item > a,.site-header.header-style-six .megamenu .sub-menu .current-menu-parent > a,.site-header.header-style-six .megamenu .sub-menu .current-menu-item > a,.site-header.header-style-eight .megamenu .sub-menu .current-menu-parent > a,.site-header.header-style-eight .megamenu .sub-menu .current-menu-item > a,.site-header.header-style-nine .megamenu .sub-menu .current-menu-parent > a,.site-header.header-style-nine .megamenu .sub-menu .current-menu-item > a,.site-header.header-style-twelve .megamenu .sub-menu .current-menu-parent > a,.site-header.header-style-twelve .megamenu .sub-menu .current-menu-item > a,.site-header.header-style-thirteen .megamenu .sub-menu .current-menu-parent > a,.site-header.header-style-thirteen .megamenu .sub-menu .current-menu-item > a,.site-header.header-style-fifteen .megamenu .sub-menu .current-menu-parent > a,.site-header.header-style-fifteen .megamenu .sub-menu .current-menu-item > a,.site-header.default-header-style .megamenu .sub-menu .current-menu-parent > a,.site-header.default-header-style .megamenu .sub-menu .current-menu-item > a{background-color:transparent;}}@media only screen and (min-width:1200px){.site-header.default-header-style .navigation .mainmenu > li > a,.site-header.header-style-five .navigation .mainmenu > li > a,.site-header.header-style-eight .navigation .mainmenu > li > a,.site-header.header-style-two .navigation .mainmenu > li > a,.site-header.default-header-style .navigation .mainmenu > li > button,.site-header.header-style-five .navigation .mainmenu > li > button,.site-header.header-style-eight .navigation .mainmenu > li > button,.site-header.header-style-two .navigation .mainmenu > li > button,.site-header.default-header-style .navigation .mainmenu > li > a > .menu-arrow,.site-header.header-style-five .navigation .mainmenu > li > a > .menu-arrow,.site-header.header-style-eight .navigation .mainmenu > li > a > .menu-arrow,.site-header.header-style-two .navigation .mainmenu > li > a > .menu-arrow,.site-header.default-header-style .navigation .mainmenu > li > button > .menu-arrow,.site-header.header-style-five .navigation .mainmenu > li > button > .menu-arrow,.site-header.header-style-eight .navigation .mainmenu > li > button > .menu-arrow,.site-header.header-style-two .navigation .mainmenu > li > button > .menu-arrow,.site-header .intro-social-share .social-share a{color:#fff;text-shadow:0px 0px 20px #3F3F3F,0px 0px 5px #3F3F3F;}}@media only screen and (min-width:1200px){.site-header.header-style-one .navigation .mainmenu > li > a,.site-header.header-style-one .navigation .mainmenu > li > button{padding:12px 11px;}.site-header.header-style-one .navigation .mainmenu .sub-menu{left:10px;}}@media only screen and (min-width:1200px){.site-header.header-style-eight .navigation .mainmenu > li > a,.site-header.header-style-eight .navigation .mainmenu > li > button{padding:12px 20px;}.site-header.header-style-eight .navigation .mainmenu .sub-menu{left:10px;}}.megamenu{position:static !important;}@media only screen and (min-width:1200px){.megamenu .megamenu-main{left:50% !important;padding:20px !important;top:calc(100% + 30px);-webkit-transform:translateX(-50%);transform:translateX(-50%);box-shadow:0px 3px 10px rgba(0,0,0,0.1);width:1170px;}.megamenu .megamenu-main.megamenu-carousel-menu{width:calc(100vw - 120px);}}.megamenu .megamenu-main ul{padding-left:0px;}.megamenu .megamenu-main .megamenu-heading{font-weight:600;color:var(--text-dark,#000);font-size:18px;text-align:left;margin-bottom:23px;}.megamenu .megamenu-main .megamenu-column-inner + .megamenu-column-inner{margin-top:26px;}.megamenu .megamenu-main .megamenu-wrapper{padding:15px 0 10px;position:relative;}.megamenu .megamenu-main .megamenu-wrapper .megamenu-bg-right{position:absolute;right:-20px;top:-20px;width:470px;height:calc(100% + 40px);}.megamenu .megamenu-main .custom-megamenu{padding-left:0;list-style:none;margin-bottom:0;}.megamenu .megamenu-main .custom-megamenu li a{padding:6px 0px;}.megamenu-carousel .food-menu-item{display:block;min-height:120px;position:relative;margin:20px;padding:0 !important;}@media only screen and (max-width:1366px){.megamenu-carousel .food-menu-item{margin:10px;}}@media only screen and (max-width:1199px){.megamenu-carousel .food-menu-item{margin:10px 20px;}}.megamenu-carousel .food-menu-item:before{content:"";height:100%;width:100%;bottom:0;left:0;position:absolute;background-color:black;opacity:0.5;z-index:1;-webkit-transition:all 0.35s;transition:all 0.35s;}.megamenu-carousel .food-menu-item .title{font-size:32px;-webkit-transition:all 0.35s;transition:all 0.35s;margin-bottom:0px;color:white;font-family:var(--heading-font,"Playfair Display",serif);}@media only screen and (max-width:1199px){.megamenu-carousel .food-menu-item .title{font-size:24px;}}@media only screen and (max-width:480px){.megamenu-carousel .food-menu-item .title{font-size:22px;}}.megamenu-carousel .food-menu-item .food-thumb{margin-bottom:0;position:relative;}.megamenu-carousel .food-menu-item .food-thumb img{width:100%;}.megamenu-carousel .food-menu-item .food-thumb .overlay{position:absolute;content:"";top:0;height:100%;width:100%;left:0;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;z-index:2;}.megamenu-carousel .food-menu-item:hover:before{opacity:0.7;}.megamenu-carousel.carousel-nav-dots .owl-dots{margin-bottom:13px;padding-top:17px;}@media only screen and (max-width:1199px){.megamenu-carousel.carousel-nav-dots .owl-dots{margin-bottom:15px;padding-top:10px;}}.megamenu-carousel.carousel-nav-dots .owl-dots > div > span{background-color:#DDDDDD;}.site-navigation.sidebar-menu,.sidebar-left-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100% !important;}.site-navigation.sidebar-menu:hover .tse-scrollbar,.sidebar-left-menu:hover .tse-scrollbar{opacity:1;}.site-navigation.sidebar-menu .tse-scrollbar,.sidebar-left-menu .tse-scrollbar{background-color:#DDDDDD;border-radius:0px;height:calc(100% - 10px);width:8px;z-index:9;opacity:0;-webkit-transition:all 0.25s;transition:all 0.25s;}.site-navigation.sidebar-menu .tse-scrollbar .drag-handle,.sidebar-left-menu .tse-scrollbar .drag-handle{background-color:var(--brand-primary-text,#f53700);right:0;width:8px;opacity:0.75;border-radius:inherit;cursor:pointer;}.site-navigation.sidebar-menu .tse-scrollbar .drag-handle.visible,.sidebar-left-menu .tse-scrollbar .drag-handle.visible{opacity:1;}.site-navigation.sidebar-menu .navigation,.sidebar-left-menu .navigation{width:100%;}.site-navigation.sidebar-menu .menu-content,.sidebar-left-menu .menu-content{width:100%;}.site-navigation.sidebar-menu .activeScrollBar,.sidebar-left-menu .activeScrollBar{width:100%;height:auto !important;}.site-navigation.sidebar-menu ul,.sidebar-left-menu ul{padding-left:0;margin-bottom:0;list-style:none;}.site-navigation.sidebar-menu .mainmenu li > ul,.sidebar-left-menu .mainmenu li > ul{margin-left:0;}.site-navigation.sidebar-menu .mainmenu li > a,.sidebar-left-menu .mainmenu li > a{color:white;font-size:14px;font-weight:600;display:block;padding:8px 0;}.site-navigation.sidebar-menu .mainmenu li > a > .menu-arrow,.sidebar-left-menu .mainmenu li > a > .menu-arrow,.site-navigation.sidebar-menu .mainmenu li > button > .menu-arrow,.sidebar-left-menu .mainmenu li > button > .menu-arrow{position:relative;color:rgba(255,255,255,0.45);font-size:12px;right:0px;margin-left:5px;top:1px;-webkit-transition:all 0.25s;transition:all 0.25s;}.site-navigation.sidebar-menu .mainmenu li > a:hover,.site-navigation.sidebar-menu .mainmenu li > a:focus,.sidebar-left-menu .mainmenu li > a:hover,.sidebar-left-menu .mainmenu li > a:focus{color:var(--brand-primary-text,#f53700);}.site-navigation.sidebar-menu .mainmenu > li > a,.sidebar-left-menu .mainmenu > li > a{font-size:16px;padding:15px 0;}.site-navigation.sidebar-menu .mainmenu .sub-menu,.sidebar-left-menu .mainmenu .sub-menu{display:none;}.site-navigation.sidebar-menu .mainmenu li.active > a > .menu-arrow,.sidebar-left-menu .mainmenu li.active > a > .menu-arrow,.site-navigation.sidebar-menu .mainmenu li.active > button > .menu-arrow,.sidebar-left-menu .mainmenu li.active > button > .menu-arrow{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);}.site-content.sidebar-menu-active{-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;}.site-content.sidebar-menu-active.sidebar-menu-active-one.sidemenu-active{margin-left:-310px;}@media only screen and (max-width:575px){.site-content.sidebar-menu-active.sidebar-menu-active-one.sidemenu-active{margin-left:-260px;}}.site-content.sidebar-menu-active.sidebar-menu-active-one.sidemenu-active .site-header.header-absolute{left:-310px;}@media only screen and (max-width:1199px){.site-content.sidebar-menu-active.sidebar-menu-active-one.sidemenu-active .site-header.header-absolute{left:-285px;}}@media only screen and (max-width:575px){.site-content.sidebar-menu-active.sidebar-menu-active-one.sidemenu-active .site-header.header-absolute{left:-240px;}}.site-content.sidebar-menu-active.sidebar-menu-active-one.home-parallax-content .site-header.header-style-three{padding-right:80px;}@media only screen and (max-width:1199px){.site-content.sidebar-menu-active.sidebar-menu-active-one.home-parallax-content .site-header.header-style-three{padding-right:25px;}}@media only screen and (max-width:767px){.site-content.sidebar-menu-active.sidebar-menu-active-one.home-parallax-content .site-header.header-style-three{padding-right:15px;}}@media only screen and (max-width:1199px){.site-content.sidebar-menu-active.sidebar-menu-active-one.home-parallax-content.sidemenu-active .site-header.header-style-three{padding-right:30px;}}body.sidemenu-active #pp-nav.right{right:405px;}@media only screen and (max-width:1199px){body.sidemenu-active #pp-nav.right{right:340px;}}@media only screen and (max-width:575px){body.sidemenu-active #pp-nav.right{right:290px;}}.sidebar-menu-area{width:310px;text-align:center;height:100vh;position:fixed;top:0;right:-310px;z-index:9999;background-color:white;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;border-left:1px solid #dddddd;}@media only screen and (max-width:575px){.sidebar-menu-area{width:260px;right:-260px;}}.sidebar-menu-area.sidemenu-active{right:0px;}.sidebar-menu-area.style-two{right:auto;left:-310px;}@media only screen and (max-width:575px){.sidebar-menu-area.style-two{left:-260px;}}.sidebar-menu-area.style-two.sidemenu-active{left:0px;}.sidebar-menu-area.style-two .site-navigation{height:100%;}.sidebar-menu-area.style-two .site-navigation.sidebar-menu .mainmenu > li > a{font-size:18px;font-weight:normal;padding:17px 0;}.sidebar-menu-area.style-two .site-navigation.sidebar-menu .mainmenu li > a{font-family:var(--heading-font,"Playfair Display",serif);text-transform:uppercase;font-weight:normal;}.sidebar-menu-area.style-two .site-navigation.sidebar-menu .mainmenu li > a > .menu-arrow,.sidebar-menu-area.style-two .site-navigation.sidebar-menu .mainmenu li > button > .menu-arrow{top:-2px;}.sidebar-menu-area.sidebar-menu-three,.sidebar-menu-area.sidebar-menu-four{width:295px;text-align:left;right:auto;left:-295px;border-left:0px solid;border-right:1px solid #dddddd;}@media only screen and (max-width:575px){.sidebar-menu-area.sidebar-menu-three,.sidebar-menu-area.sidebar-menu-four{width:260px;left:-260px;}}.sidebar-menu-area.sidebar-menu-three.sidemenu-active,.sidebar-menu-area.sidebar-menu-four.sidemenu-active{right:auto;left:0;}.sidebar-menu-area.sidebar-menu-three .site-navigation,.sidebar-menu-area.sidebar-menu-four .site-navigation{height:calc(100% - 80px);padding:20px 20px 20px 40px;}@media only screen and (max-width:575px){.sidebar-menu-area.sidebar-menu-three .site-navigation,.sidebar-menu-area.sidebar-menu-four .site-navigation{padding:15px 15px 15px 20px;}}.sidebar-menu-area.sidebar-menu-three .site-navigation.sidebar-menu .mainmenu > li.active > a > .menu-arrow,.sidebar-menu-area.sidebar-menu-four .site-navigation.sidebar-menu .mainmenu > li.active > a > .menu-arrow,.sidebar-menu-area.sidebar-menu-three .site-navigation.sidebar-menu .mainmenu > li.active > button > .menu-arrow,.sidebar-menu-area.sidebar-menu-four .site-navigation.sidebar-menu .mainmenu > li.active > button > .menu-arrow{-webkit-transform:rotate(90deg);transform:rotate(90deg);}.sidebar-menu-area.sidebar-menu-three .site-navigation.sidebar-menu .mainmenu > li > a,.sidebar-menu-area.sidebar-menu-four .site-navigation.sidebar-menu .mainmenu > li > a{padding:15px 15px 15px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media only screen and (max-width:575px){.sidebar-menu-area.sidebar-menu-three .site-navigation.sidebar-menu .mainmenu > li > a,.sidebar-menu-area.sidebar-menu-four .site-navigation.sidebar-menu .mainmenu > li > a{padding:10px 15px 10px 0;}}.sidebar-menu-area.sidebar-menu-three .site-navigation.sidebar-menu .mainmenu > li > a > .menu-arrow,.sidebar-menu-area.sidebar-menu-four .site-navigation.sidebar-menu .mainmenu > li > a > .menu-arrow,.sidebar-menu-area.sidebar-menu-three .site-navigation.sidebar-menu .mainmenu > li > button > .menu-arrow,.sidebar-menu-area.sidebar-menu-four .site-navigation.sidebar-menu .mainmenu > li > button > .menu-arrow{top:0;font-size:12px;}.sidebar-menu-area.sidebar-menu-three .site-navigation.sidebar-menu .mainmenu > li > a > .menu-arrow:before,.sidebar-menu-area.sidebar-menu-four .site-navigation.sidebar-menu .mainmenu > li > a > .menu-arrow:before,.sidebar-menu-area.sidebar-menu-three .site-navigation.sidebar-menu .mainmenu > li > button > .menu-arrow:before,.sidebar-menu-area.sidebar-menu-four .site-navigation.sidebar-menu .mainmenu > li > button > .menu-arrow:before{content:"\eb33";font-family:"icomoon";}.sidebar-menu-area.sidebar-menu-three .menu-closed,.sidebar-menu-area.sidebar-menu-four .menu-closed{position:relative;top:0;left:0;width:100%;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;font-weight:500;color:var(--text-dark,#000);padding:35px 35px 10px;}@media only screen and (max-width:575px){.sidebar-menu-area.sidebar-menu-three .menu-closed,.sidebar-menu-area.sidebar-menu-four .menu-closed{padding:25px 15px 10px;}}.sidebar-menu-area.sidebar-menu-three .menu-closed:before,.sidebar-menu-area.sidebar-menu-three .menu-closed:after,.sidebar-menu-area.sidebar-menu-four .menu-closed:before,.sidebar-menu-area.sidebar-menu-four .menu-closed:after{display:none;}.sidebar-menu-area.sidebar-menu-three .menu-closed > span,.sidebar-menu-area.sidebar-menu-four .menu-closed > span{font-size:10px;display:inline-block;padding-right:5px;position:relative;top:1px;color:var(--brand-primary-text,#f53700);}.sidebar-menu-area.sidebar-menu-three .menu-closed:hover,.sidebar-menu-area.sidebar-menu-four .menu-closed:hover{color:var(--brand-primary-text,#f53700);}.sidebar-menu-area.sidebar-menu-four{display:none;}@media only screen and (max-width:767px){.sidebar-menu-area.sidebar-menu-four{display:block;}}.sidebar-menu-area .menu-closed{position:absolute;top:10px;left:10px;width:30px;height:30px;cursor:pointer;}.sidebar-menu-area .menu-closed:before,.sidebar-menu-area .menu-closed:after{position:absolute;height:2px;left:0;top:14px;width:100%;background-color:black;content:"";-webkit-transition:all 0.25s;transition:all 0.25s;}.sidebar-menu-area .menu-closed:before{-webkit-transform:rotate(45deg);transform:rotate(45deg);}.sidebar-menu-area .menu-closed:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}.sidebar-menu-area .menu-closed:hover:before,.sidebar-menu-area .menu-closed:hover:after{background-color:var(--brand-primary-text,#f53700);}.sidebar-menu-area .site-navigation.sidebar-menu .mainmenu > li.active > a{color:var(--brand-primary-text,#f53700);}.sidebar-menu-area .site-navigation.sidebar-menu .mainmenu > li > a{font-size:16px;font-weight:bold;padding:13px 0;}@media only screen and (max-width:575px){.sidebar-menu-area .site-navigation.sidebar-menu .mainmenu > li > a{padding:10px 0;}}.sidebar-menu-area .site-navigation.sidebar-menu .mainmenu > li > a.active{color:var(--brand-primary-text,#f53700);}.sidebar-menu-area .site-navigation.sidebar-menu .mainmenu li > a{color:var(--text-dark,#000);}.sidebar-menu-area .site-navigation.sidebar-menu .mainmenu li > a:hover{color:var(--brand-primary-text,#f53700);}.sidebar-menu-area .site-navigation.sidebar-menu .mainmenu li > a > .menu-arrow,.sidebar-menu-area .site-navigation.sidebar-menu .mainmenu li > button > .menu-arrow{color:rgba(0,0,0,0.5);}.sidebar-menu-area .social-share{height:110px;padding-top:65px;}@media only screen and (max-width:575px){.sidebar-menu-area .social-share{height:80px;padding-top:45px;}}.sidebar-menu-area .social-share > a{font-size:14px;color:var(--text-gray,#666666);display:inline-block;padding:3px 12px;}.sidebar-menu-area .social-share > a:hover{color:var(--brand-primary-text,#f53700);}.sidebar-menu-area .site-navigation{height:calc(100% - 240px);padding:20px 0;}@media only screen and (max-width:575px){.sidebar-menu-area .site-navigation{height:calc(100% - 155px);padding:15px 0;}}.sidebar-menu-area .contact-info{padding-bottom:20px;height:90px;}@media only screen and (max-width:575px){.sidebar-menu-area .contact-info{padding-bottom:15px;height:85px;}}.sidebar-menu-area .contact-info .title{font-size:13px;margin-bottom:5px;font-weight:500;}.sidebar-menu-area .contact-info .contact-no{font-size:26px;font-family:var(--heading-font,"Playfair Display",serif);font-weight:bold;}.sidebar-left-menu{width:315px !important;text-align:left;height:100%;background-color:#222222;position:absolute;top:0;left:-105px;z-index:10;-webkit-transition:linear 0.3s;transition:linear 0.3s;opacity:0;visibility:hidden;}.sidebar-left-menu.menu-active{visibility:visible;opacity:1;left:105px;}@media only screen and (max-width:1366px){.sidebar-left-menu.menu-active{left:80px;}}.sidebar-left-menu .navigation{padding:20px 0px 20px 50px;}@media only screen and (max-width:575px){.sidebar-left-menu .navigation{padding:15px 15px 15px 20px;}}.sidebar-left-menu .navigation .mainmenu > li.active > a > .menu-arrow,.sidebar-left-menu .navigation .mainmenu > li.active > button > .menu-arrow{-webkit-transform:rotate(90deg);transform:rotate(90deg);}.sidebar-left-menu .navigation .mainmenu > li:hover > .sub-menu-outer{opacity:1;visibility:visible;left:100%;}.sidebar-left-menu .navigation .mainmenu > li > a{padding:16px 40px 16px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:500;}@media only screen and (max-width:575px){.sidebar-left-menu .navigation .mainmenu > li > a{padding:10px 15px 10px 0;}}.sidebar-left-menu .navigation .mainmenu > li > a > .menu-arrow,.sidebar-left-menu .navigation .mainmenu > li > button > .menu-arrow{top:0;font-size:12px;}.sidebar-left-menu .navigation .mainmenu > li > a > .menu-arrow:before,.sidebar-left-menu .navigation .mainmenu > li > button > .menu-arrow:before{content:"\eb33";font-family:"icomoon";}.sidebar-left-menu .navigation .mainmenu > li > a:hover > .menu-arrow,.sidebar-left-menu .navigation .mainmenu > li > button:hover > .menu-arrow{color:var(--brand-primary-text,#f53700);}.sidebar-left-menu .navigation .mainmenu > li .sub-menu-outer{padding-top:30px;padding-bottom:30px;padding-left:45px;padding-right:20px;background-color:#2A2A2A;width:315px;position:absolute;left:80%;top:0;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:0;-webkit-transition:all 0.3s;transition:all 0.3s;visibility:hidden;overflow-y:auto;}@media only screen and (min-width:992px){.sidebar-left-menu .navigation .mainmenu > li .sub-menu-outer .sub-menu{padding-top:80px;}}.sidebar-left-menu .navigation .mainmenu > li .sub-menu{display:block;width:100%;}.sidebar-left-menu .navigation .mainmenu > li .sub-menu li > a{font-size:14px;color:#bababa;font-weight:500;padding:6px 0;display:block;}.sidebar-left-menu .navigation .mainmenu > li .sub-menu li > a:hover{color:var(--brand-primary-text,#f53700);}.article-content .page-links span{border:1px solid #dddddd;font-size:1em;padding:0.4em 0.8em;font-weight:600;}.article-content .page-links > span{color:#fff;}.article-content .page-links a{text-decoration:none;}.paging-navigation{z-index:1;font-size:14px;}@media only screen and (max-width:1199px){.paging-navigation.pd-t-70{padding-top:30px;}.paging-navigation.pd-t-40{padding-top:20px;}}.paging-navigation .nav-links{list-style:none;font-size:1em;font-weight:bold;margin:0;padding-left:0px;}.paging-navigation .nav-links a{font-weight:500;display:block;-webkit-transition:ease-in 0.25s;transition:ease-in 0.25s;text-align:center;}.paging-navigation .nav-links > li{display:inline-block;margin:0 3px;}.paging-navigation .nav-links > li > a{height:42px;width:42px;line-height:42px;border-radius:50%;color:#8f8f8f;font-weight:500;}.paging-navigation .nav-links > li > a span{display:block;}.paging-navigation .nav-links > li.active > a,.paging-navigation .nav-links > li > a:hover{background-color:#c51c23 !important;color:white !important;}.paging-navigation .nav-links li.nav-previous > a,.paging-navigation .nav-links li.nav-next > a{border:0;padding:0 22px;display:block;position:relative;width:auto;border-radius:40px;}.paging-navigation .nav-links li.nav-previous a:hover,.paging-navigation .nav-links li.nav-next a:hover{background:transparent;color:inherit;}.paging-navigation .nav-links li.nav-previous.disabled > a,.paging-navigation .nav-links li.nav-next.disabled > a{pointer-events:none;opacity:0.6;}.paging-navigation.pagination-center .nav-links{text-align:center;}.post-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.post-navigation .post-previous{text-align:right;}.post-navigation .post-next{text-align:left;}.post-navigation h3{font-size:20px;font-weight:800;margin:0;-webkit-transition:all 0.2s linear 0s;transition:all 0.2s linear 0s;}.post-navigation .post-previous,.post-navigation .post-next{max-width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;padding:20px 0 27px;}.post-navigation .post-previous a,.post-navigation .post-next a{position:relative;display:block;padding:30px;}.post-navigation .post-previous span.label,.post-navigation .post-next span.label{font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:0.2em;margin-bottom:30px;display:block;}.post-navigation .post-previous.active.bg-overlay:before,.post-navigation .post-next.active.bg-overlay:before{background-color:transparent;background-image:-webkit-linear-gradient(left,rgba(43,27,94,0.9),rgba(43,66,241,0.9));background-image:linear-gradient(to right,rgba(43,27,94,0.9),rgba(43,66,241,0.9));}.post-navigation .post-previous.active span.label,.post-navigation .post-next.active span.label{color:#b0a2be;}@media only screen and (max-width:767px){.paging-navigation .nav-links > li > a{height:25px;line-height:25px;width:25px;font-size:13px;}.paging-navigation .nav-links > li.nav-previous > a,.paging-navigation .nav-links > li.nav-next > a{padding:0 10px;}.post-navigation h3{font-size:18px;}.post-navigation .post-previous span.label,.post-navigation .post-next span.label{font-size:10px;letter-spacing:0.1em;margin-bottom:12px;}}@media only screen and (max-width:575px){.post-navigation .post-previous,.post-navigation .post-next{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding:15px 0;}.post-navigation .post-previous a,.post-navigation .post-next a{padding:15px;}}.hamburger-menus{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:40px;cursor:pointer;}@media only screen and (max-width:575px){.hamburger-menus{width:30px;}}.hamburger-menus:hover > span{-webkit-transform:scale(1);transform:scale(1);width:40px !important;}@media only screen and (max-width:575px){.hamburger-menus:hover > span{width:30px !important;}}.hamburger-menus.click-menu{position:relative;z-index:9999;}.hamburger-menus.click-menu > span:nth-child(1){width:40px;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:left top;transform-origin:left top;}@media only screen and (max-width:575px){.hamburger-menus.click-menu > span:nth-child(1){width:30px;}}.hamburger-menus.click-menu > span:nth-child(2){opacity:0;}.hamburger-menus.click-menu > span:nth-child(3){width:40px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:left top;transform-origin:left top;}@media only screen and (max-width:575px){.hamburger-menus.click-menu > span:nth-child(3){width:30px;}}.hamburger-menus > span{width:40px;height:2px;background-color:white;display:block;opacity:1;visibility:visible;-webkit-transition:all 0.3s;transition:all 0.3s;margin:6px 0;position:relative;}@media only screen and (max-width:575px){.hamburger-menus > span{width:30px;margin:4px 0;}}.hamburger-menus > span:nth-child(1){margin-top:0 !important;}.hamburger-menus > span:nth-child(2){width:30px;}@media only screen and (max-width:575px){.hamburger-menus > span:nth-child(2){width:20px;}}.hamburger-menus > span:nth-child(3){margin-bottom:0;}@media only screen and (max-width:575px){.hamburger-menus > span:nth-child(3){position:relative;top:1px;}}.overlaybg{left:0;z-index:100;width:100%;height:100%;position:fixed;top:0;display:none;background-color:rgba(0,0,0,0.45);cursor:pointer;}.mobile-sidebar-menu .navigation{left:0;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;background:#181818;overflow-y:auto;overflow-x:hidden;}.mobile-sidebar-menu .navigation .mainmenu > li > a,.mobile-sidebar-menu .navigation .mainmenu > li > button{-webkit-backface-visibility:hidden;backface-visibility:hidden;color:#fff;display:block;font-weight:600;overflow:hidden;padding:12px 20px !important;position:relative;text-decoration:none;text-align:left;-webkit-transform:translateZ(0px);transform:translateZ(0px);vertical-align:middle;letter-spacing:0.015em;border-top:1px solid rgba(255,255,255,0.075);font-size:16px;}.mobile-sidebar-menu .navigation .mainmenu > li > a.active,.mobile-sidebar-menu .navigation .mainmenu > li > a:hover{color:var(--brand-primary-text,#f53700);}.mobile-sidebar-menu .navigation .mainmenu > li.active > a > .menu-arrow,.mobile-sidebar-menu .navigation .mainmenu > li.active > button > .menu-arrow{-webkit-transform:rotate(90deg);transform:rotate(90deg);}.mobile-sidebar-menu .navigation ul.mainmenu{padding:0;margin:0;list-style:none;}.mobile-sidebar-menu .navigation ul.mainmenu a,.mobile-sidebar-menu .navigation ul.mainmenu button{display:flex;align-items:center;justify-content:space-between;}.mobile-sidebar-menu .navigation ul.mainmenu a > .menu-arrow,.mobile-sidebar-menu .navigation ul.mainmenu button > .menu-arrow{cursor:pointer;z-index:120;background-size:25px;font-size:12px;color:rgba(255,255,255,0.35);-webkit-transition:transform 0.1s ease;transition:transform 0.1s ease;margin-left:20px;}.mobile-sidebar-menu .navigation ul.mainmenu a > .menu-arrow:before,.mobile-sidebar-menu .navigation ul.mainmenu button > .menu-arrow:before{content:"\eb33";font-family:"icomoon";}.mobile-sidebar-menu .navigation ul.sub-menu{list-style:none;padding:0;margin:0;display:none;background-color:transparent;}.mobile-sidebar-menu .navigation ul.sub-menu li a{padding:12px 32px 12px 25px;letter-spacing:0;border-right:solid 0px;background-color:transparent;line-height:25px;border-top:1px solid rgba(255,255,255,0.1);position:relative;color:white;letter-spacing:0.015em;display:block;}.mobile-sidebar-menu .navigation ul.sub-menu li a:hover{color:var(--brand-primary-text,#f53700);padding-left:30px;}.mobile-sidebar-menu .navigation ul.sub-menu > .sub-menu > li > a{padding-left:30px;}.mobile-sidebar-menu .navigation ul.sub-menu > .sub-menu > li > a:hover{padding-left:35px;}.mobile-sidebar-menu .navigation .megamenu{position:relative !important;}.mobile-sidebar-menu .navigation .megamenu .megamenu-main:before{display:none;}.mobile-sidebar-menu .navigation .megamenu .megamenu-main .megamenu-heading,.mobile-sidebar-menu .navigation .megamenu .megamenu-main .megamenu-bg-right{display:none;}.mobile-sidebar-menu .navigation .megamenu .megamenu-main .megamenu-container{max-width:100%;}.mobile-sidebar-menu .navigation .megamenu .megamenu-main .custom-megamenu{display:block !important;}.mobile-sidebar-menu .navigation .megamenu .megamenu-main .custom-megamenu li a{font-weight:normal;padding:10px 25px;font-size:14px;font-weight:600;}.mobile-sidebar-menu .navigation .megamenu .megamenu-main .custom-megamenu li a:hover{padding-left:30px;}.mobile-sidebar-menu .navigation .megamenu .megamenu-wrapper{padding:0;}.mobile-sidebar-menu .navigation .megamenu .megamenu-wrapper .megamenu-container{padding:0px;}.mobile-sidebar-menu .navigation .megamenu .megamenu-wrapper .row{display:block;margin:0px;}.mobile-sidebar-menu .navigation .megamenu .megamenu-wrapper .row [class*="col-"]{max-width:100%;padding:0px;}@media only screen and (max-width:1199px){.site-header.header-style-one,.site-header.header-style-two,.site-header.header-style-five,.site-header.header-style-six,.site-header.header-style-eight,.site-header.header-style-nine,.site-header.header-style-twelve,.site-header.header-style-thirteen,.site-header.header-style-fifteen,.site-header.default-header-style{z-index:99;}.site-header.header-style-one .hamburger-menus,.site-header.header-style-two .hamburger-menus,.site-header.header-style-five .hamburger-menus,.site-header.header-style-six .hamburger-menus,.site-header.header-style-eight .hamburger-menus,.site-header.header-style-nine .hamburger-menus,.site-header.header-style-twelve .hamburger-menus,.site-header.header-style-thirteen .hamburger-menus,.site-header.header-style-fifteen .hamburger-menus,.site-header.default-header-style .hamburger-menus{display:inline-block;}.site-header.header-style-one .mobile-sidebar-menu .navigation,.site-header.header-style-two .mobile-sidebar-menu .navigation,.site-header.header-style-five .mobile-sidebar-menu .navigation,.site-header.header-style-six .mobile-sidebar-menu .navigation,.site-header.header-style-eight .mobile-sidebar-menu .navigation,.site-header.header-style-nine .mobile-sidebar-menu .navigation,.site-header.header-style-twelve .mobile-sidebar-menu .navigation,.site-header.header-style-thirteen .mobile-sidebar-menu .navigation,.site-header.header-style-fifteen .mobile-sidebar-menu .navigation,.site-header.default-header-style .mobile-sidebar-menu .navigation{left:-100%;position:relative;width:280px;height:100%;position:fixed;padding:0;top:0;margin:0;z-index:99999;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;}.site-header.header-style-one .mobile-sidebar-menu.sidemenu-active .overlaybg,.site-header.header-style-two .mobile-sidebar-menu.sidemenu-active .overlaybg,.site-header.header-style-five .mobile-sidebar-menu.sidemenu-active .overlaybg,.site-header.header-style-six .mobile-sidebar-menu.sidemenu-active .overlaybg,.site-header.header-style-eight .mobile-sidebar-menu.sidemenu-active .overlaybg,.site-header.header-style-nine .mobile-sidebar-menu.sidemenu-active .overlaybg,.site-header.header-style-twelve .mobile-sidebar-menu.sidemenu-active .overlaybg,.site-header.header-style-thirteen .mobile-sidebar-menu.sidemenu-active .overlaybg,.site-header.header-style-fifteen .mobile-sidebar-menu.sidemenu-active .overlaybg,.site-header.default-header-style .mobile-sidebar-menu.sidemenu-active .overlaybg{display:block;}.site-header.header-style-one .mobile-sidebar-menu.sidemenu-active .navigation,.site-header.header-style-two .mobile-sidebar-menu.sidemenu-active .navigation,.site-header.header-style-five .mobile-sidebar-menu.sidemenu-active .navigation,.site-header.header-style-six .mobile-sidebar-menu.sidemenu-active .navigation,.site-header.header-style-eight .mobile-sidebar-menu.sidemenu-active .navigation,.site-header.header-style-nine .mobile-sidebar-menu.sidemenu-active .navigation,.site-header.header-style-twelve .mobile-sidebar-menu.sidemenu-active .navigation,.site-header.header-style-thirteen .mobile-sidebar-menu.sidemenu-active .navigation,.site-header.header-style-fifteen .mobile-sidebar-menu.sidemenu-active .navigation,.site-header.default-header-style .mobile-sidebar-menu.sidemenu-active .navigation{left:0;}.site-header.header-style-one .navigation,.site-header.header-style-two .navigation,.site-header.header-style-five .navigation,.site-header.header-style-six .navigation,.site-header.header-style-eight .navigation,.site-header.header-style-nine .navigation,.site-header.header-style-twelve .navigation,.site-header.header-style-thirteen .navigation,.site-header.header-style-fifteen .navigation,.site-header.default-header-style .navigation{border:none;}.site-header.header-style-one .navigation ul.sub-menu,.site-header.header-style-two .navigation ul.sub-menu,.site-header.header-style-five .navigation ul.sub-menu,.site-header.header-style-six .navigation ul.sub-menu,.site-header.header-style-eight .navigation ul.sub-menu,.site-header.header-style-nine .navigation ul.sub-menu,.site-header.header-style-twelve .navigation ul.sub-menu,.site-header.header-style-thirteen .navigation ul.sub-menu,.site-header.header-style-fifteen .navigation ul.sub-menu,.site-header.default-header-style .navigation ul.sub-menu{display:none;}.site-header.header-style-five .navigation .mainmenu > li:first-child > a{margin-left:0px;}.site-header.header-style-six .hamburger-menus{display:-webkit-box;display:-ms-flexbox;display:flex;}.site-header.header-style-six .hamburger-menus.click-menu > span{background-color:white;}.site-header.header-style-six .mobile-sidebar-menu .navigation{left:auto;right:-100%;}.site-header.header-style-six .mobile-sidebar-menu .navigation .mainmenu > li > a{color:white;}.site-header.header-style-six .mobile-sidebar-menu.sidemenu-active .navigation{left:auto;right:0;}}@media only screen and (max-width:480px){.site-header.header-style-one .mobile-sidebar-menu .navigation,.site-header.header-style-two .mobile-sidebar-menu .navigation,.site-header.header-style-five .mobile-sidebar-menu .navigation,.site-header.header-style-six .mobile-sidebar-menu .navigation,.site-header.header-style-eight .mobile-sidebar-menu .navigation,.site-header.header-style-nine .mobile-sidebar-menu .navigation,.site-header.header-style-twelve .mobile-sidebar-menu .navigation,.site-header.header-style-thirteen .mobile-sidebar-menu .navigation,.site-header.header-style-fifteen .mobile-sidebar-menu .navigation,.site-header.default-header-style .mobile-sidebar-menu .navigation{width:260px;}}.main-slider{position:relative;}@media only screen and (max-width:767px){.main-slider:hover .slide-nav-center > .btn-links{opacity:1;}}.main-slider.video-bg .bg-overlay:before{opacity:0.45;}.main-slider.zoom-animation-intor .bg-overlay:before{opacity:0.7;}.main-slider.zoom-animation-intor .zoom-animation .mbBgndGallery img{height:100% !important;}@media only screen and (max-width:480px){.main-slider .slideZoom{left:-10px;}}.main-slider .carousel-item.active .slideZoom{-webkit-animation:50s 0s normal none infinite running zoomEffect;animation:50s 0s normal none infinite running zoomEffect;-webkit-transform:scale(1,1) translate(0px,0px);transform:scale(1,1) translate(0px,0px);}.main-slider .carousel-nav-text > .btn-links{cursor:pointer;}.main-slider .carousel-nav-text > .btn-links:hover{color:white !important;}.main-slider .carousel-nav-text > .btn-links:hover:before,.main-slider .carousel-nav-text > .btn-links:hover:before{border-color:white !important;}.main-slider .carousel-nav-text > .btn-links:hover > span:after,.main-slider .carousel-nav-text > .btn-links:hover > span:before{background-color:white !important;}.main-slider .slide-nav-center > .btn-links{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:5;-webkit-transition:all 0.25s;transition:all 0.25s;}@media only screen and (max-width:767px){.main-slider .slide-nav-center > .btn-links{opacity:0;}}.main-slider .slide-nav-center > .btn-links.btn-prev{left:60px;}@media only screen and (max-width:1366px){.main-slider .slide-nav-center > .btn-links.btn-prev{left:30px;}}@media only screen and (max-width:991px){.main-slider .slide-nav-center > .btn-links.btn-prev{left:15px;}}.main-slider .slide-nav-center > .btn-links.btn-next{right:60px;}@media only screen and (max-width:1366px){.main-slider .slide-nav-center > .btn-links.btn-next{right:30px;}}@media only screen and (max-width:991px){.main-slider .slide-nav-center > .btn-links.btn-next{right:15px;}}.main-slider .single-slide{top:0;left:0;z-index:2;}.main-slider .single-slide .slide-caption h1,.main-slider .single-slide .slide-caption h3{text-shadow:0px 0px 20px #3F3F3F,0px 0px 5px #3F3F3F;}.main-slider .single-slide .slide-icon{font-size:80px;color:var(--brand-primary-text,#f53700);margin-bottom:15px;}@media only screen and (max-width:991px){.main-slider .single-slide .slide-icon{font-size:64px;}}.main-slider .single-slide .slider-title{font-size:80px;font-weight:700;font-family:var(--heading-font,"Playfair Display",serif);color:white;line-height:0.8em;margin-bottom:20px;}.main-slider .single-slide .slider-title > span{font-size:50px;}@media only screen and (max-width:1199px){.main-slider .single-slide .slider-title{font-size:66px;}.main-slider .single-slide .slider-title > span{font-size:40px;}}@media only screen and (max-width:991px){.main-slider .single-slide .slider-title{font-size:56px;margin-bottom:25px;}.main-slider .single-slide .slider-title > span{font-size:46px;}}@media only screen and (max-width:767px){.main-slider .single-slide .slider-title{font-size:54px;}.main-slider .single-slide .slider-title > span{font-size:40px;}}@media only screen and (max-width:575px){.main-slider .single-slide .slider-title{font-size:44px;line-height:0.9em;}.main-slider .single-slide .slider-title > span{font-size:30px;}}@media only screen and (max-width:480px){.main-slider .single-slide .slider-title{font-size:40px;line-height:0.9em;}.main-slider .single-slide .slider-title > span{font-size:30px;}}.main-slider .single-slide .slider-subtitle{font-family:var(--body-font,"Montserrat",sans-serif);text-transform:uppercase;font-size:24px;color:white;font-weight:700;line-height:1.6em;}.main-slider .single-slide .slider-subtitle-two{font-family:var(--body-font,"Montserrat",sans-serif);font-size:20px;color:white;font-weight:400;line-height:1.6em;margin-bottom:25px;}@media only screen and (max-width:1199px){.main-slider .single-slide .slider-subtitle{font-size:22px;line-height:1.25rem;}.main-slider .single-slide .slider-subtitle-two{font-size:18px;}}@media only screen and (max-width:767px){.main-slider .single-slide .slider-subtitle{font-size:18px;line-height:1.25rem;}.main-slider .single-slide .slider-subtitle-two{font-size:18px;line-height:1.25rem;}}.main-slider .single-slide .divider{font-size:16px;}@media only screen and (max-width:575px){.main-slider .single-slide .divider{font-size:14px;}.main-slider .single-slide .slider-subtitle{font-size:18px;line-height:1.25rem;padding:0px 30px;}.main-slider .single-slide .slider-subtitle-two{font-size:18px;line-height:1.25rem;padding:0px 30px;}}.main-slider .single-slide .divider > span{margin:0 4px;position:relative;display:inline-block;}.main-slider .single-slide .divider > span:nth-child(1){-webkit-transform:rotate(-12deg);transform:rotate(-12deg);}.main-slider .single-slide .divider > span:nth-child(2){font-size:inherit;position:relative;top:-5px;}.main-slider .single-slide .divider > span:nth-child(3){-webkit-transform:rotate(12deg);transform:rotate(12deg);}.main-slider .carousel-indicators{margin-bottom:0;}.main-slider .carousel-indicators li{width:40px;height:4px;background-color:#8C8C88;margin:0 5px;display:inline-block;cursor:pointer;}@media only screen and (max-width:767px){.main-slider .carousel-indicators li{width:30px;}}.main-slider .carousel-indicators li.active{background-color:var(--brand-primary-text,#f53700);}.main-slider .btn-group-default > .btn{padding:18px 50px;font-size:15px;}@media only screen and (max-width:767px){.main-slider .btn-group-default > .btn{padding:12px 25px;font-size:14px;}}.main-slider.style-one{height:960px;}@media only screen and (max-width:1199px){.main-slider.style-one{height:900px;}}@media only screen and (max-width:767px){.main-slider.style-one{height:780px;}}@media only screen and (max-width:575px){.main-slider.style-one{height:720px;}}.main-slider.style-one .slide-caption{padding-top:180px;padding-bottom:40px;}@media only screen and (max-width:1199px){.main-slider.style-one .slide-caption{padding-bottom:30px;padding-top:140px;}}@media only screen and (max-width:575px){.main-slider.style-one .slide-caption{padding-bottom:20px;padding-top:100px;}}@media only screen and (max-width:480px){.main-slider.style-one .slide-caption{padding-top:70px;}}@media only screen and (max-width:767px){.main-slider.style-one .btn-group-default{margin-top:35px;}}@media only screen and (max-width:575px){.main-slider.style-one .btn-group-default{margin-top:25px;}}.main-slider.style-one .carousel-indicators{bottom:40px;}@media only screen and (max-width:1199px){.main-slider.style-one .carousel-indicators{bottom:30px;}}@media only screen and (max-width:575px){.main-slider.style-one .carousel-indicators{bottom:20px;}}.main-slider.style-two{position:relative;}@media only screen and (max-width:1199px){.main-slider.style-two{height:900px !important;}}@media only screen and (max-width:991px){.main-slider.style-two{height:840px !important;}}@media only screen and (max-width:767px){.main-slider.style-two{height:780px !important;}}@media only screen and (max-width:480px){.main-slider.style-two{height:620px !important;}}@media only screen and (max-width:1366px){.main-slider.style-two > .element-group{display:none;}}.main-slider.style-two > .element-group > .element{z-index:5;bottom:-220px;left:calc(50% - 100px);}.main-slider.style-two > .intro-content-info{position:absolute;z-index:5;left:60px;}@media only screen and (max-width:1366px){.main-slider.style-two > .intro-content-info{left:30px;}}@media only screen and (max-width:991px){.main-slider.style-two > .intro-content-info{left:15px;}}.main-slider.style-two > .intro-content-info.contact-no-info{top:55px;}@media only screen and (max-width:1366px){.main-slider.style-two > .intro-content-info.contact-no-info{top:25px;}}.main-slider.style-two > .intro-content-info.opning-hours{bottom:55px;}@media only screen and (max-width:1366px){.main-slider.style-two > .intro-content-info.opning-hours{bottom:25px;}}@media only screen and (max-width:991px){.main-slider.style-two > .intro-content-info.opning-hours{bottom:10px;}}.main-slider.style-two .intro-social-share .share-alt + .social-share{left:auto;right:15px;text-align:right;}.main-slider.style-two > .header-card-share-area{position:absolute;top:45px;right:55px;z-index:5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:6;}@media only screen and (max-width:1366px){.main-slider.style-two > .header-card-share-area{top:15px;right:25px;}}@media only screen and (max-width:991px){.main-slider.style-two > .header-card-share-area{right:15px;}}.main-slider.style-two > .header-card-share-area .intro-social-share{padding-right:35px;}@media only screen and (max-width:575px){.main-slider.style-two > .header-card-share-area .intro-social-share{padding-right:10px;}}.main-slider.style-two > .header-card-share-area .header-card-area > a{background-color:transparent;border:2px solid white;color:white;line-height:42px;}@media only screen and (max-width:575px){.main-slider.style-two > .header-card-share-area .header-card-area > a{line-height:33px !important;}}.main-slider.style-two .slideZoom:before{opacity:0.3;}.main-slider.style-two .slide-caption{padding:80px 0 80px 60px;}@media only screen and (max-width:1700px){.main-slider.style-two .slide-caption{padding-left:150px;}}@media only screen and (max-width:1366px){.main-slider.style-two .slide-caption{padding-left:120px;}}@media only screen and (max-width:991px){.main-slider.style-two .slide-caption{padding-left:80px;}}@media only screen and (max-width:575px){.main-slider.style-two .slide-caption{padding-left:0px;text-align:center;}}.main-slider.style-two .slide-caption .divider{text-align:left;padding-bottom:32px;}@media only screen and (max-width:767px){.main-slider.style-two .slide-caption .divider{padding-bottom:20px;}}@media only screen and (max-width:575px){.main-slider.style-two .slide-caption .divider{text-align:center;}}@media only screen and (min-width:1199px){.main-slider.style-two .slide-caption .slider-title{font-size:90px;}}.main-slider.style-two .slide-caption .btn-group-default{margin-top:45px;}@media only screen and (max-width:767px){.main-slider.style-two .slide-caption .btn-group-default{margin-top:35px;}}.main-slider.style-three{height:960px;}@media only screen and (max-width:1199px){.main-slider.style-three{height:900px;}}@media only screen and (max-width:767px){.main-slider.style-three{height:780px;}}@media only screen and (max-width:575px){.main-slider.style-three{height:750px;}}.main-slider.style-three > .intro-content-info{position:absolute;z-index:5;left:calc(50% - 585px);bottom:53px;}@media only screen and (max-width:1366px){.main-slider.style-three > .intro-content-info{bottom:30px;}}@media only screen and (max-width:1199px){.main-slider.style-three > .intro-content-info{bottom:12px;left:15px;}}@media only screen and (max-width:575px){.main-slider.style-three > .intro-content-info{display:none;}}.main-slider.style-three > .intro-social-text{position:absolute;z-index:5;right:calc(50% - 585px);bottom:48px;}@media only screen and (max-width:1366px){.main-slider.style-three > .intro-social-text{bottom:30px;}}@media only screen and (max-width:1199px){.main-slider.style-three > .intro-social-text{bottom:12px;right:15px;}}@media only screen and (max-width:575px){.main-slider.style-three > .intro-social-text{right:auto;width:100%;text-align:center;}}.main-slider.style-three .slideZoom:before{opacity:0.7;}.main-slider.style-three .slide-caption{padding-top:150px;padding-bottom:40px;}@media only screen and (max-width:991px){.main-slider.style-three .slide-caption{padding-bottom:30px;padding-top:100px;}}@media only screen and (max-width:480px){.main-slider.style-three .slide-caption{padding-top:70px;}}@media only screen and (max-width:991px){.main-slider.style-three .btn-group-default{margin-top:35px;}}@media only screen and (max-width:575px){.main-slider.style-three .btn-group-default{margin-top:25px;}}.main-slider.style-four{position:relative;height:1080px;}@media only screen and (max-width:1199px){.main-slider.style-four{height:900px;}}@media only screen and (max-width:767px){.main-slider.style-four{height:780px;}}@media only screen and (max-width:575px){.main-slider.style-four{height:750px;}}.main-slider.style-four .bg-shape-top{position:absolute;bottom:-1px;left:0;width:100%;height:90px;z-index:2;}.main-slider.style-four .slideZoom:before{opacity:0.6;}.main-slider.style-four .single-slide .slide-icon{margin-bottom:40px;}@media only screen and (max-width:991px){.main-slider.style-four .single-slide .slide-icon{margin-bottom:30px;}}.main-slider.style-four .slide-caption{padding:140px 180px 70px;}@media only screen and (max-width:1199px){.main-slider.style-four .slide-caption{padding:120px 130px 70px;}}@media only screen and (max-width:991px){.main-slider.style-four .slide-caption{padding:120px 100px 70px;}}@media only screen and (max-width:767px){.main-slider.style-four .slide-caption{padding:120px 40px 70px;}}@media only screen and (max-width:575px){.main-slider.style-four .slide-caption{padding:70px 0px 50px;}}.main-slider.style-four .slide-caption .slider-title{font-size:100px;line-height:1em;margin-bottom:55px;}@media only screen and (max-width:1199px){.main-slider.style-four .slide-caption .slider-title{font-size:80px;}}@media only screen and (max-width:991px){.main-slider.style-four .slide-caption .slider-title{font-size:66px;}}@media only screen and (max-width:767px){.main-slider.style-four .slide-caption .slider-title{font-size:52px;margin-bottom:35px;}}@media only screen and (max-width:575px){.main-slider.style-four .slide-caption .slider-title{font-size:42px;}}@media only screen and (max-width:480px){.main-slider.style-four .slide-caption .slider-title{font-size:36px;}}@media only screen and (max-width:767px){.main-slider.style-four .slide-caption .btn-group-default{margin-top:35px;}}.main-slider.style-five{position:relative;height:1000px;overflow:hidden;}@media only screen and (max-width:1199px){.main-slider.style-five{height:900px;}}@media only screen and (max-width:991px){.main-slider.style-five{height:820px;}}@media only screen and (max-width:575px){.main-slider.style-five{height:700px;}}.main-slider.style-five .slideZoom:before{opacity:0.8;}.main-slider.style-five .single-slide .slide-icon{margin-bottom:30px;font-size:120px;}@media only screen and (max-width:1199px){.main-slider.style-five .single-slide .slide-icon{font-size:80px;}}@media only screen and (max-width:767px){.main-slider.style-five .single-slide .slide-icon{font-size:70px;margin-bottom:10px;}}.main-slider.style-five .slide-caption{padding:50px 50px 140px;}@media only screen and (max-width:1199px){.main-slider.style-five .slide-caption{padding:50px 20px 110px;}}@media only screen and (max-width:991px){.main-slider.style-five .slide-caption{padding:90px 20px 110px;}}@media only screen and (max-width:767px){.main-slider.style-five .slide-caption{padding:100px 0px 110px;}}@media only screen and (max-width:575px){.main-slider.style-five .slide-caption{padding:60px 0px;}}.main-slider.style-five .slide-caption .slider-subtitle{text-transform:none;font-size:80px;color:#c51c23 !important;font-weight:normal;letter-spacing:normal;font-family:var(--heading-font,"Playfair Display",serif);line-height:1em;margin-bottom:-5px;}@media only screen and (max-width:1199px){.main-slider.style-five .slide-caption .slider-subtitle{font-size:66px;margin-bottom:5px;}}@media only screen and (max-width:991px){.main-slider.style-five .slide-caption .slider-subtitle{font-size:56px;}}@media only screen and (max-width:575px){.main-slider.style-five .slide-caption .slider-subtitle{font-size:42px;margin-bottom:10px;}}.main-slider.style-five .slide-caption .slider-title{font-size:70px;text-transform:uppercase;line-height:1.2em;margin-bottom:0px;}@media only screen and (max-width:1199px){.main-slider.style-five .slide-caption .slider-title{font-size:56px;}}@media only screen and (max-width:991px){.main-slider.style-five .slide-caption .slider-title{font-size:42px;}}@media only screen and (max-width:767px){.main-slider.style-five .slide-caption .slider-title{font-size:36px;}}@media only screen and (max-width:575px){.main-slider.style-five .slide-caption .slider-title{font-size:28px;}}@media only screen and (max-width:480px){.main-slider.style-five .slide-caption .slider-title{font-size:24px;}}.main-slider.style-five .slide-caption .slider-title > span{font-size:115%;}.main-slider.style-five .slide-caption .btn-group-default{margin-top:45px;}@media only screen and (max-width:767px){.main-slider.style-five .slide-caption .btn-group-default{margin-top:35px;}}.main-slider.style-five .carousel-nav-icon > .btn-links{font-size:24px;color:var(--brand-primary-text,#f53700);height:105px;width:75px;background-color:white;line-height:105px;text-align:center;}@media only screen and (max-width:767px){.main-slider.style-five .carousel-nav-icon > .btn-links{height:85px;width:65px;line-height:85px;font-size:20px;}}.main-slider.style-five .carousel-nav-icon > .btn-links.btn-prev{border-radius:0% 100% 100% 0%/100% 50% 50% 0%;left:-25px;}@media only screen and (max-width:767px){.main-slider.style-five .carousel-nav-icon > .btn-links.btn-prev{left:-20px;}}.main-slider.style-five .carousel-nav-icon > .btn-links.btn-next{border-radius:100% 0% 0% 100%/50% 0% 100% 50%;right:-25px;}@media only screen and (max-width:767px){.main-slider.style-five .carousel-nav-icon > .btn-links.btn-next{right:-20px;}}.main-slider.style-five .carousel-nav-icon > .btn-links:hover{color:var(--text-dark,#000);}.main-slider.style-six{height:1040px;}@media only screen and (max-width:1366px){.main-slider.style-six{height:900px;}}@media only screen and (max-width:767px){.main-slider.style-six{height:780px;}}@media only screen and (max-width:575px){.main-slider.style-six{height:700px;}}@media only screen and (max-width:480px){.main-slider.style-six{height:550px;}}.main-slider.style-six .slide-nav-center > .btn-links.btn-prev{left:40px;}@media only screen and (max-width:1366px){.main-slider.style-six .slide-nav-center > .btn-links.btn-prev{left:30px;}}@media only screen and (max-width:991px){.main-slider.style-six .slide-nav-center > .btn-links.btn-prev{left:15px;}}.main-slider.style-six .slide-nav-center > .btn-links.btn-next{right:40px;}@media only screen and (max-width:1366px){.main-slider.style-six .slide-nav-center > .btn-links.btn-next{right:30px;}}@media only screen and (max-width:991px){.main-slider.style-six .slide-nav-center > .btn-links.btn-next{right:15px;}}.main-slider.style-six > .intro-content-info{position:absolute;z-index:5;left:calc(50% - 585px);bottom:35px;}@media only screen and (max-width:1366px){.main-slider.style-six > .intro-content-info{bottom:30px;}}@media only screen and (max-width:1199px){.main-slider.style-six > .intro-content-info{bottom:12px;left:15px;}}@media only screen and (max-width:575px){.main-slider.style-six > .intro-content-info{display:none;}}.main-slider.style-six > .intro-social-text{position:absolute;z-index:5;right:calc(50% - 585px);bottom:30px;}@media only screen and (max-width:1366px){.main-slider.style-six > .intro-social-text{bottom:30px;}}@media only screen and (max-width:1199px){.main-slider.style-six > .intro-social-text{bottom:12px;right:15px;}}@media only screen and (max-width:575px){.main-slider.style-six > .intro-social-text{right:auto;width:100%;text-align:center;}}.main-slider.style-six .slideZoom:before{opacity:0.75;}.main-slider.style-six .slide-caption{padding-top:150px;padding-bottom:40px;}@media only screen and (max-width:991px){.main-slider.style-six .slide-caption{padding-bottom:30px;padding-top:100px;}}@media only screen and (max-width:480px){.main-slider.style-six .slide-caption{padding-top:70px;}}.main-slider.style-six .single-slide .slider-title{font-size:170px;text-transform:uppercase;line-height:1em;letter-spacing:-0.025em;}@media only screen and (max-width:1366px){.main-slider.style-six .single-slide .slider-title{font-size:140px;}}@media only screen and (max-width:1199px){.main-slider.style-six .single-slide .slider-title{font-size:110px;}}@media only screen and (max-width:767px){.main-slider.style-six .single-slide .slider-title{font-size:80px;}}@media only screen and (max-width:575px){.main-slider.style-six .single-slide .slider-title{font-size:60px;}}@media only screen and (max-width:420px){.main-slider.style-six .single-slide .slider-title{font-size:42px;}}.main-slider.style-six .single-slide .slider-title > span{display:block;font-family:var(--heading-font,"Playfair Display",serif);font-size:112px;color:var(--brand-primary-text,#f53700);font-weight:normal;letter-spacing:normal;line-height:1em;}@media only screen and (max-width:1366px){.main-slider.style-six .single-slide .slider-title > span{font-size:94px;}}@media only screen and (max-width:1199px){.main-slider.style-six .single-slide .slider-title > span{font-size:74px;}}@media only screen and (max-width:767px){.main-slider.style-six .single-slide .slider-title > span{font-size:60px;}}@media only screen and (max-width:420px){.main-slider.style-six .single-slide .slider-title > span{font-size:48px;}}.main-slider.style-six .single-slide .slider-title > span.welcome{margin-bottom:-70px;}@media only screen and (max-width:1366px){.main-slider.style-six .single-slide .slider-title > span.welcome{margin-bottom:-55px;}}@media only screen and (max-width:1199px){.main-slider.style-six .single-slide .slider-title > span.welcome{margin-bottom:-35px;}}@media only screen and (max-width:420px){.main-slider.style-six .single-slide .slider-title > span.welcome{margin-bottom:-20px;}}.main-slider.style-six .single-slide .slider-title > span.h-bottom{font-size:102px;margin-top:-30px;}@media only screen and (max-width:1366px){.main-slider.style-six .single-slide .slider-title > span.h-bottom{font-size:90px;}}@media only screen and (max-width:1199px){.main-slider.style-six .single-slide .slider-title > span.h-bottom{font-size:72px;margin-top:-20px;}}@media only screen and (max-width:767px){.main-slider.style-six .single-slide .slider-title > span.h-bottom{font-size:60px;}}@media only screen and (max-width:420px){.main-slider.style-six .single-slide .slider-title > span.h-bottom{font-size:48px;margin-top:-10px;}}.main-slider.style-seven{height:1040px;}@media only screen and (max-width:1199px){.main-slider.style-seven{height:900px;}}@media only screen and (max-width:767px){.main-slider.style-seven{height:850px;}}@media only screen and (max-width:575px){.main-slider.style-seven{height:800px;}}.main-slider.style-seven > .intro-content-info{position:absolute;z-index:5;left:calc(50% - 585px);bottom:33px;}@media only screen and (max-width:1199px){.main-slider.style-seven > .intro-content-info{bottom:12px;left:15px;}}@media only screen and (max-width:575px){.main-slider.style-seven > .intro-content-info{display:none;}}.main-slider.style-seven > .intro-social-text{position:absolute;z-index:5;right:calc(50% - 585px);bottom:30px;}@media only screen and (max-width:1199px){.main-slider.style-seven > .intro-social-text{bottom:8px;right:15px;}}@media only screen and (max-width:991px){.main-slider.style-seven > .intro-social-text{bottom:12px;}}@media only screen and (max-width:575px){.main-slider.style-seven > .intro-social-text{right:auto;width:100%;text-align:center;display:none;}}.main-slider.style-seven .slideZoom:before{opacity:0.7;}.main-slider.style-seven .slide-caption{padding-top:100px;padding-bottom:90px;}@media only screen and (max-width:991px){.main-slider.style-seven .slide-caption{padding-top:125px;padding-bottom:90px;}}@media only screen and (max-width:575px){.main-slider.style-seven .slide-caption{padding-top:140px;padding-bottom:90px;}}.main-slider.style-seven .single-slide .banner-logo{margin-bottom:60px;}@media only screen and (max-width:991px){.main-slider.style-seven .single-slide .banner-logo{margin-bottom:40px;}}@media only screen and (max-width:480px){.main-slider.style-seven .single-slide .banner-logo img{width:120px;}}.main-slider.style-seven .single-slide .slider-title{margin-bottom:25px;}.main-slider.style-seven .single-slide .slider-title > span{display:inline-block;border-top:1px solid white;border-bottom:1px solid white;padding-top:5px;padding-bottom:20px;}@media only screen and (max-width:767px){.main-slider.style-seven .single-slide .slider-title > span{padding-top:3px;padding-bottom:10px;}}@media only screen and (max-width:991px){.main-slider.style-seven .single-slide .btn-group-default{margin-top:30px;}}.main-slider.style-seven .single-slide .btn-group-default > .btn{letter-spacing:0.1em;}@media only screen and (min-width:1200px) and (max-width:1920px){.main-slider.style-seven .slide-nav-center > .btn-links.btn-prev{left:40px;}}@media only screen and (min-width:1200px) and (max-width:1920px){.main-slider.style-seven .slide-nav-center > .btn-links.btn-next{right:40px;}}.main-slider.style-eight .carousel-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:100px 80px 100px 120px;}@media only screen and (max-width:1660px){.main-slider.style-eight .carousel-inner{padding:100px 45px 100px 70px;}}@media only screen and (max-width:1199px){.main-slider.style-eight .carousel-inner [class*='col-']{max-width:70%;-webkit-box-flex:0;-ms-flex:0 0 70%;flex:0 0 70%;}}@media only screen and (max-width:991px){.main-slider.style-eight .carousel-inner [class*='col-']{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;}}@media only screen and (max-width:767px){.main-slider.style-eight .carousel-inner{padding:100px 40px;}}@media only screen and (max-width:480px){.main-slider.style-eight .carousel-inner{padding:120px 20px;}}.main-slider.style-eight .slide-thumb{text-align:right;}@media only screen and (max-width:1199px){.main-slider.style-eight .slide-thumb{display:none;}}.main-slider.style-eight .single-slide .slider-subtitle,.main-slider.style-eight .single-slide .slider-title{color:var(--text-dark,#000);}.main-slider.style-eight .single-slide .slider-subtitle{margin-bottom:45px;}@media only screen and (max-width:991px){.main-slider.style-eight .single-slide .slider-subtitle{margin-bottom:25px;}}.main-slider.style-eight .single-slide .slider-title{font-size:100px;line-height:0.87em;}@media only screen and (max-width:1660px){.main-slider.style-eight .single-slide .slider-title{font-size:80px;}}@media only screen and (max-width:991px){.main-slider.style-eight .single-slide .slider-title{font-size:72px;line-height:1.1;}}@media only screen and (max-width:767px){.main-slider.style-eight .single-slide .slider-title{font-size:56px;}}@media only screen and (max-width:575px){.main-slider.style-eight .single-slide .slider-title{font-size:48px;}}@media only screen and (max-width:480px){.main-slider.style-eight .single-slide .slider-title{font-size:36px;}}.main-slider.style-eight .single-slide .slider-title > span{color:var(--brand-primary-text,#f53700);}.main-slider-style-two{position:relative;}.main-slider-style-two .carousel-indicators{margin-bottom:0;bottom:80px;}@media only screen and (max-width:1199px){.main-slider-style-two .carousel-indicators{bottom:15px;}}.main-slider-style-two .carousel-indicators li{width:40px;height:4px;background-color:#cccccc;margin:0 5px;display:inline-block;cursor:pointer;}@media only screen and (max-width:767px){.main-slider-style-two .carousel-indicators li{width:30px;}}.main-slider-style-two .carousel-indicators li.active{background-color:var(--brand-primary-text,#f53700);}.main-slider-style-two.main-slider-one{height:960px;padding-top:70px;}@media only screen and (max-width:1199px){.main-slider-style-two.main-slider-one{height:880px;}}@media only screen and (max-width:767px){.main-slider-style-two.main-slider-one{height:780px;}}@media only screen and (max-width:575px){.main-slider-style-two.main-slider-one{height:730px;}}.main-slider-style-two.main-slider-one .slider-title{color:white;font-family:var(--heading-font-uc,"Poppins",sans-serif);margin-bottom:100px;font-size:148px;line-height:0.78em;font-weight:700;text-transform:uppercase;opacity:0;visibility:hidden;-webkit-transition:all 1.2s;transition:all 1.2s;position:relative;top:-70px;}@media only screen and (max-width:1199px){.main-slider-style-two.main-slider-one .slider-title{font-size:120px;}}@media only screen and (max-width:575px){.main-slider-style-two.main-slider-one .slider-title{font-size:88px;}}.main-slider-style-two.main-slider-one .slider-title > span{font-size:54px;line-height:0.92em;font-weight:lighter;letter-spacing:-0.05em;display:block;}@media only screen and (max-width:1199px){.main-slider-style-two.main-slider-one .slider-title > span{font-size:48px;}}@media only screen and (max-width:575px){.main-slider-style-two.main-slider-one .slider-title > span{font-size:36px;}}.main-slider-style-two.main-slider-one .btn-group-default{opacity:0;visibility:hidden;-webkit-transition:all 2s;transition:all 2s;}.main-slider-style-two.main-slider-one .slide-thumb{margin-left:-50px;margin-right:-250px;margin-top:-90px;-webkit-transition:all 1s;transition:all 1s;opacity:0;visibility:hidden;position:relative;right:-120px;}@media only screen and (max-width:1620px){.main-slider-style-two.main-slider-one .slide-thumb{margin-right:-100px;margin-top:-30px;}}@media only screen and (max-width:1366px){.main-slider-style-two.main-slider-one .slide-thumb{margin-right:-50px;}}@media only screen and (max-width:991px){.main-slider-style-two.main-slider-one .slide-thumb{display:none;}}.main-slider-style-two.main-slider-one .btn-group-default > .btn{letter-spacing:0.18em;}.main-slider-style-two.main-slider-one .single-slide{padding-bottom:30px;}@media only screen and (max-width:575px){.main-slider-style-two.main-slider-one .single-slide{padding-bottom:40px;}}.main-slider-style-two.main-slider-one .single-slide.active .slider-title,.main-slider-style-two.main-slider-one .single-slide.active .btn-group-default,.main-slider-style-two.main-slider-one .single-slide.active .slide-thumb{visibility:visible;opacity:1;}.main-slider-style-two.main-slider-one .single-slide.active .slider-title{margin-bottom:2px;top:0;}.main-slider-style-two.main-slider-one .single-slide.active .slide-thumb{right:0;}.main-slider-style-two.main-slider-two{height:1080px;background:-webkit-linear-gradient(top,#b743b7,#749eeb);background:linear-gradient(to bottom,#b743b7,#749eeb);}@media only screen and (max-width:1199px){.main-slider-style-two.main-slider-two{height:880px;}}@media only screen and (max-width:767px){.main-slider-style-two.main-slider-two{height:780px;}}@media only screen and (max-width:575px){.main-slider-style-two.main-slider-two{height:730px;}}@media only screen and (max-width:480px){.main-slider-style-two.main-slider-two{height:650px;}}.main-slider-style-two.main-slider-two > .intro-content-info{position:absolute;z-index:5;left:calc(50% - 585px);bottom:35px;}@media only screen and (max-width:1366px){.main-slider-style-two.main-slider-two > .intro-content-info{bottom:30px;}}@media only screen and (max-width:1199px){.main-slider-style-two.main-slider-two > .intro-content-info{bottom:12px;left:15px;}}@media only screen and (max-width:575px){.main-slider-style-two.main-slider-two > .intro-content-info{display:none;}}.main-slider-style-two.main-slider-two > .intro-shipping-text{position:absolute;z-index:5;right:calc(50% - 585px);bottom:35px;}@media only screen and (max-width:1366px){.main-slider-style-two.main-slider-two > .intro-shipping-text{bottom:30px;}}@media only screen and (max-width:1199px){.main-slider-style-two.main-slider-two > .intro-shipping-text{bottom:12px;right:15px;}}@media only screen and (max-width:575px){.main-slider-style-two.main-slider-two > .intro-shipping-text{right:auto;width:100%;text-align:center;}}.main-slider-style-two.main-slider-two .carousel-item{padding-top:120px;}@media only screen and (max-width:991px){.main-slider-style-two.main-slider-two .carousel-item{padding-top:65px;}}.main-slider-style-two.main-slider-two .slider-title{color:white;font-family:var(--heading-font,"Playfair Display",serif);font-size:158px;line-height:0.9em;font-weight:normal;text-transform:uppercase;-webkit-transition:all 1.2s;transition:all 1.2s;position:relative;letter-spacing:-0.05;}@media only screen and (max-width:1280px){.main-slider-style-two.main-slider-two .slider-title{font-size:132px;}}@media only screen and (max-width:1199px){.main-slider-style-two.main-slider-two .slider-title{font-size:120px;}}@media only screen and (max-width:767px){.main-slider-style-two.main-slider-two .slider-title{font-size:100px;}}@media only screen and (max-width:575px){.main-slider-style-two.main-slider-two .slider-title{font-size:88px;}}@media only screen and (max-width:480px){.main-slider-style-two.main-slider-two .slider-title{font-size:60px;}}.main-slider-style-two.main-slider-two .carousel-indicators{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;position:absolute;right:55px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:auto;margin:0;}@media only screen and (max-width:1280px){.main-slider-style-two.main-slider-two .carousel-indicators{right:15px;}}.main-slider-style-two.main-slider-two .carousel-indicators li{width:17px;height:17px;background-color:white;border-radius:50%;border:0px solid;margin:5px;opacity:0.4;}@media only screen and (max-width:575px){.main-slider-style-two.main-slider-two .carousel-indicators li{width:12px;height:12px;}}.main-slider-style-two.main-slider-two .carousel-indicators li.active{opacity:1;}.main-slider-style-two.main-slider-two .slide-thumb{margin-left:-75px;position:relative;top:-80px;-webkit-transition:all 0.3s;transition:all 0.3s;}@media only screen and (max-width:1199px){.main-slider-style-two.main-slider-two .slide-thumb{margin-left:-50px;}}@media only screen and (max-width:991px){.main-slider-style-two.main-slider-two .slide-thumb{display:none;}}.main-slider-style-two.main-slider-two .slide-caption{position:relative;bottom:-80px;-webkit-transition:all 0.3s;transition:all 0.3s;}.main-slider-style-two.main-slider-two .single-slide.active .slider-title,.main-slider-style-two.main-slider-two .single-slide.active .slide-caption{visibility:visible;opacity:1;}.main-slider-style-two.main-slider-two .single-slide.active .slide-caption{bottom:0;}.main-slider-style-two.main-slider-two .single-slide.active .slide-thumb{top:0;}.site-header-slider-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;height:1040px;margin-bottom:100px;}@media only screen and (max-width:1366px){.site-header-slider-block{margin-bottom:0;height:920px;}}@media only screen and (max-width:1199px){.site-header-slider-block{display:block;height:auto;}}.site-header-slider-block .site-header{-webkit-box-flex:0;-ms-flex:0 0 280px;flex:0 0 280px;max-width:280px;padding:0 15px;text-align:center;position:relative;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;}@media only screen and (max-width:1199px){.site-header-slider-block .site-header{max-width:auto;width:280px;position:fixed;z-index:99999;top:0px;left:-280px;height:100%;}.site-header-slider-block .site-header.sidemenu-active{left:0;}}.site-header-slider-block .site-header .hamburger-menus{position:absolute;right:-40px;top:35px;width:40px;height:40px;background-color:var(--brand-primary-text,#f53700);padding:11px 10px;display:none;}@media only screen and (max-width:1199px){.site-header-slider-block .site-header .hamburger-menus{display:block;}}.site-header-slider-block .site-header .hamburger-menus > span{width:20px !important;}@media only screen and (max-width:575px){.site-header-slider-block .site-header .hamburger-menus > span{margin:6px 0;}}.site-header-slider-block .site-header .hamburger-menus.click-menu > span:nth-child(1){left:2px;top:1px;}.site-header-slider-block .site-header .hamburger-menus.click-menu > span:nth-child(3){right:-1px;top:-1px;}.site-header-slider-block .site-header .site-branding{height:190px;padding-top:60px;}@media only screen and (max-width:1366px){.site-header-slider-block .site-header .site-branding{padding-top:30px;height:160px;}}.site-header-slider-block .site-header .site-navigation{height:calc(100% - 300px);padding:20px 0;}@media only screen and (max-width:1366px){.site-header-slider-block .site-header .site-navigation{height:calc(100% - 240px);}}.site-header-slider-block .site-header .contact-info{padding-bottom:60px;height:110px;}@media only screen and (max-width:1366px){.site-header-slider-block .site-header .contact-info{padding-bottom:30px;height:80px;}}.site-header-slider-block .site-header .contact-info .title{color:#bababa;}.site-header-slider-block .site-header .contact-info .contact-no{color:white;}.site-header-slider-block .main-slider{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 300px);flex:0 0 calc(100% - 300px);max-width:calc(100% - 300px);margin-left:20px;}@media only screen and (max-width:1199px){.site-header-slider-block .main-slider{max-width:100%;margin-left:0;}}.frontpage-banner-section .banner-title{font-size:60px;font-weight:700;font-family:var(--heading-font,"Playfair Display",serif);color:white;line-height:1.12em;margin-bottom:45px;}@media only screen and (max-width:1199px){.frontpage-banner-section .banner-title{font-size:48px;}}@media only screen and (max-width:991px){.frontpage-banner-section .banner-title{font-size:36px;line-height:1.2em;margin-bottom:30px;}}@media only screen and (max-width:575px){.frontpage-banner-section .banner-title{font-size:32px;}}@media only screen and (max-width:480px){.frontpage-banner-section .banner-title{font-size:28px;}}.frontpage-banner-section .divider{font-size:16px;}@media only screen and (max-width:575px){.frontpage-banner-section .divider{font-size:14px;}}.frontpage-banner-section .divider > span{margin:0 4px;position:relative;display:inline-block;}.frontpage-banner-section .divider > span:nth-child(1){-webkit-transform:rotate(-12deg);transform:rotate(-12deg);}.frontpage-banner-section .divider > span:nth-child(2){font-size:inherit;position:relative;top:-5px;}.frontpage-banner-section .divider > span:nth-child(3){-webkit-transform:rotate(12deg);transform:rotate(12deg);}.frontpage-banner-section.frontpage-banner-style-one{height:1040px;}@media only screen and (max-width:1199px){.frontpage-banner-section.frontpage-banner-style-one{height:900px;}}@media only screen and (max-width:767px){.frontpage-banner-section.frontpage-banner-style-one{height:800px;}}@media only screen and (max-width:575px){.frontpage-banner-section.frontpage-banner-style-one{height:760px;}}.frontpage-banner-section.frontpage-banner-style-one:before{opacity:0.7;}.frontpage-banner-section.frontpage-banner-style-one .intro-content-info{position:absolute;z-index:5;bottom:55px;text-align:center;width:100%;}@media only screen and (max-width:1199px){.frontpage-banner-section.frontpage-banner-style-one .intro-content-info{bottom:25px;}}@media only screen and (max-width:991px){.frontpage-banner-section.frontpage-banner-style-one .intro-content-info{bottom:15px;}}@media only screen and (max-width:1199px){.frontpage-banner-section.frontpage-banner-style-one .frontpage-banner-content{padding-top:35px;}}@media only screen and (max-width:991px){.frontpage-banner-section.frontpage-banner-style-one .frontpage-banner-content{padding-top:45px;}}@media only screen and (max-width:767px){.frontpage-banner-section.frontpage-banner-style-one .frontpage-banner-content{padding-top:35px;}}.frontpage-banner-section.frontpage-banner-style-one .banner-logo{margin-bottom:85px;}@media only screen and (max-width:991px){.frontpage-banner-section.frontpage-banner-style-one .banner-logo{margin-bottom:55px;}}@media only screen and (max-width:991px){.frontpage-banner-section.frontpage-banner-style-one .btn-group-default{margin-top:30px;}}.frontpage-banner-section.frontpage-banner-style-two{height:1080px;z-index:99 !important;}@media only screen and (max-width:1199px){.frontpage-banner-section.frontpage-banner-style-two{height:900px;}}@media only screen and (max-width:767px){.frontpage-banner-section.frontpage-banner-style-two{height:780px;}}@media only screen and (max-width:575px){.frontpage-banner-section.frontpage-banner-style-two{height:650px;}}.frontpage-banner-section.frontpage-banner-style-two > .intro-content-info{position:absolute;z-index:5;left:calc(50% - 585px);top:53px;}@media only screen and (max-width:1366px){.frontpage-banner-section.frontpage-banner-style-two > .intro-content-info{top:30px;}}@media only screen and (max-width:1199px){.frontpage-banner-section.frontpage-banner-style-two > .intro-content-info{top:20px;left:15px;}}@media only screen and (max-width:575px){.frontpage-banner-section.frontpage-banner-style-two > .intro-content-info{text-align:center;width:100%;padding:0 15px;left:0;}}.frontpage-banner-section.frontpage-banner-style-two > .intro-social-text{position:absolute;z-index:5;right:calc(50% - 585px);top:48px;}@media only screen and (max-width:1366px){.frontpage-banner-section.frontpage-banner-style-two > .intro-social-text{top:25px;}}@media only screen and (max-width:1199px){.frontpage-banner-section.frontpage-banner-style-two > .intro-social-text{top:20px;right:15px;}}@media only screen and (max-width:575px){.frontpage-banner-section.frontpage-banner-style-two > .intro-social-text{display:none;}}.frontpage-banner-section.frontpage-banner-style-two > .site-header{position:absolute;z-index:99;left:0;bottom:60px;top:auto;}@media only screen and (max-width:991px){.frontpage-banner-section.frontpage-banner-style-two > .site-header{bottom:30px;}}.frontpage-banner-section.frontpage-banner-style-two > .site-header .navigation .mainmenu > li > a{color:white;}.frontpage-banner-section.frontpage-banner-style-two > .site-header .navigation .mainmenu > li > a > .menu-arrow,.frontpage-banner-section.frontpage-banner-style-two > .site-header .navigation .mainmenu > li > button > .menu-arrow{color:rgba(255,255,255,0.5);}.frontpage-banner-section.frontpage-banner-style-two > .site-header .site-navigation{border:2px solid white;}.frontpage-banner-section.frontpage-banner-style-two > .site-header .site-navigation .site-branding{margin-right:0;border-right:2px solid white;padding:20px;}.frontpage-banner-section.frontpage-banner-style-two > .site-header .header-right-area{padding:10px 20px;}@media only screen and (max-width:1199px){.frontpage-banner-section.frontpage-banner-style-two > .site-header .header-right-area{padding-left:15px;padding-right:15px;}}.frontpage-banner-section.frontpage-banner-style-two > .site-header.header-style-one .header-card-area > a{background-color:white;color:var(--text-dark,#000);}.frontpage-banner-section.frontpage-banner-style-two > .site-header.header-style-one .header-card-area > a > sup{right:auto;left:-10px;top:13px;background-color:var(--brand-primary-text,#f53700);}@media only screen and (max-width:575px){.frontpage-banner-section.frontpage-banner-style-two .frontpage-banner-content .banner-logo img{width:250px;}}.frontpage-banner-section.frontpage-banner-style-three{height:1030px;padding:100px 0;background-position:left top;}@media only screen and (max-width:1199px){.frontpage-banner-section.frontpage-banner-style-three{height:900px;}}@media only screen and (max-width:991px){.frontpage-banner-section.frontpage-banner-style-three{height:650px;padding-top:250px;}}@media only screen and (max-width:767px){.frontpage-banner-section.frontpage-banner-style-three{height:600px;}}@media only screen and (max-width:575px){.frontpage-banner-section.frontpage-banner-style-three{height:550px;}}@media only screen and (max-width:480px){.frontpage-banner-section.frontpage-banner-style-three{height:460px;padding-top:220px;}}.frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title{text-align:right;color:var(--brand-primary-text,#f53700);margin-bottom:0;font-size:132px;line-height:0.8em;font-weight:700;text-transform:uppercase;}@media only screen and (max-width:1199px){.frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title{font-size:100px;}}@media only screen and (max-width:991px){.frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title{font-size:72px;}}@media only screen and (max-width:575px){.frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title{font-size:60px;}}@media only screen and (max-width:480px){.frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title{font-size:42px;}}.frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title > span,.frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title > strong{display:block;color:var(--text-dark,#000);}.frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title > span{font-size:60px;line-height:0.8em;}@media only screen and (max-width:1199px){.frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title > span{font-size:42px;}}@media only screen and (max-width:991px){.frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title > span{font-size:36px;}}@media only screen and (max-width:575px){.frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title > span{font-size:32px;}}@media only screen and (max-width:480px){.frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title > span{font-size:26px;}}.frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title > strong{font-size:140px;line-height:0.8em;}@media only screen and (max-width:1199px){.frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title > strong{font-size:108px;}}@media only screen and (max-width:991px){.frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title > strong{font-size:80px;}}@media only screen and (max-width:575px){.frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title > strong{font-size:66px;}}@media only screen and (max-width:480px){.frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title > strong{font-size:48px;}}.frontpage-banner-section.frontpage-banner-style-four{height:960px;background-position:left top;padding-top:40px;}@media only screen and (max-width:1199px){.frontpage-banner-section.frontpage-banner-style-four{height:850px;}}@media only screen and (max-width:991px){.frontpage-banner-section.frontpage-banner-style-four{height:750px;padding-top:85px;}}@media only screen and (max-width:767px){.frontpage-banner-section.frontpage-banner-style-four{height:590px;padding-top:100px;}}@media only screen and (max-width:575px){.frontpage-banner-section.frontpage-banner-style-four{padding-top:150px;}}@media only screen and (max-width:420px){.frontpage-banner-section.frontpage-banner-style-four{height:530px;}}@media only screen and (max-width:380px){.frontpage-banner-section.frontpage-banner-style-four{height:490px;}}@media only screen and (max-width:340px){.frontpage-banner-section.frontpage-banner-style-four{height:450px;}}.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content{position:relative;min-height:250px;}.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .element-group > .element{z-index:1;}.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .element-group > .element.one{bottom:-120px;left:-110px;}@media only screen and (max-width:767px){.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .element-group > .element.one{bottom:-90px;left:-100px;}}@media only screen and (max-width:575px){.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .element-group > .element.one{display:none;}}.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .element-group > .element.two{top:calc(100% - 145px);right:-175px;-webkit-animation:linear bt-topBottom-40 3.5s infinite;animation:linear bt-topBottom-40 3.5s infinite;}@media only screen and (max-width:991px){.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .element-group > .element.two{right:-135px;}}@media only screen and (max-width:767px){.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .element-group > .element.two{display:none;}}.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .frontpage-text-ovelay{position:absolute;z-index:2;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border:30px solid rgba(255,255,255,0.9);}@media only screen and (max-width:767px){.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .frontpage-text-ovelay{border-width:10px;}}.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .frontpage-text-ovelay .frontpage-text-ovelay-inner{background-color:rgba(255,255,255,0.9);margin:10px;padding:35px 43px 35px 35px;}@media only screen and (max-width:767px){.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .frontpage-text-ovelay .frontpage-text-ovelay-inner{margin:5px;padding:35px 37px 35px 30px;}}@media only screen and (max-width:575px){.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .frontpage-text-ovelay .frontpage-text-ovelay-inner{padding:30px 25px 30px 20px;}}.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title{text-align:center;color:var(--brand-primary-text,#f53700);font-family:var(--heading-font-uc,"Poppins",sans-serif);margin-bottom:0;font-size:132px;line-height:0.8em;font-weight:700;text-transform:uppercase;letter-spacing:-0.055em;}@media only screen and (max-width:1199px){.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title{font-size:100px;}}@media only screen and (max-width:991px){.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title{font-size:80px;}}@media only screen and (max-width:767px){.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title{font-size:66px;}}@media only screen and (max-width:575px){.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title{font-size:52px;}}@media only screen and (max-width:380px){.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title{font-size:42px;}}.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > span,.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > strong{display:block;color:var(--text-dark,#000);}.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > span{font-size:60px;line-height:0.88em;font-weight:lighter;letter-spacing:-0.04em;}@media only screen and (max-width:1199px){.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > span{font-size:42px;}}@media only screen and (max-width:767px){.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > span{font-size:36px;}}@media only screen and (max-width:575px){.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > span{font-size:32px;}}@media only screen and (max-width:380px){.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > span{font-size:26px;}}.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > strong{font-size:140px;line-height:0.8em;font-weight:lighter;}@media only screen and (max-width:1199px){.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > strong{font-size:108px;}}@media only screen and (max-width:991px){.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > strong{font-size:82px;}}@media only screen and (max-width:767px){.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > strong{font-size:66px;}}@media only screen and (max-width:575px){.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > strong{font-size:52px;}}@media only screen and (max-width:380px){.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title > strong{font-size:42px;}}.frontpage-banner-section.frontpage-banner-style-five{height:960px;margin-bottom:60px;}@media only screen and (max-width:1366px){.frontpage-banner-section.frontpage-banner-style-five{height:900px;}}@media only screen and (max-width:1199px){.frontpage-banner-section.frontpage-banner-style-five{height:780px;}}@media only screen and (max-width:767px){.frontpage-banner-section.frontpage-banner-style-five{height:720px;}}@media only screen and (max-width:480px){.frontpage-banner-section.frontpage-banner-style-five{height:550px;}}.frontpage-banner-section.frontpage-banner-style-five:before{opacity:0.8;}@media only screen and (max-width:1366px){.frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content{padding-top:75px;}}@media only screen and (max-width:767px){.frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content{padding-top:90px;}}@media only screen and (max-width:480px){.frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content{padding-top:70px;}}.frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content .banner-title{font-size:142px;font-weight:700;font-style:italic;line-height:0.85em;margin-bottom:0;}@media only screen and (max-width:1366px){.frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content .banner-title{font-size:120px;}}@media only screen and (max-width:1199px){.frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content .banner-title{font-size:100px;}}@media only screen and (max-width:991px){.frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content .banner-title{font-size:80px;}}@media only screen and (max-width:767px){.frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content .banner-title{font-size:66px;line-height:1em;}}@media only screen and (max-width:575px){.frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content .banner-title{font-size:56px;}}@media only screen and (max-width:480px){.frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content .banner-title{font-size:48px;}}.frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content .banner-title > span{display:block;color:var(--brand-primary-text,#f53700);}.frontpage-banner-section.frontpage-banner-style-six{position:relative;margin-bottom:150px;height:800px;}@media only screen and (max-width:1199px){.frontpage-banner-section.frontpage-banner-style-six{height:720px;margin-bottom:120px;}}@media only screen and (max-width:991px){.frontpage-banner-section.frontpage-banner-style-six{height:620px;margin-bottom:90px;}}@media only screen and (max-width:767px){.frontpage-banner-section.frontpage-banner-style-six{margin-bottom:65px;}}@media only screen and (max-width:480px){.frontpage-banner-section.frontpage-banner-style-six{height:520px;margin-bottom:30px;}}@media only screen and (max-width:420px){.frontpage-banner-section.frontpage-banner-style-six{height:450px;}}.frontpage-banner-section.frontpage-banner-style-six .bg-shape-top{position:absolute;bottom:-2px;left:0;width:100%;height:182px;z-index:1;}@media only screen and (max-width:1199px){.frontpage-banner-section.frontpage-banner-style-six .bg-shape-top{height:95px;}}@media only screen and (max-width:991px){.frontpage-banner-section.frontpage-banner-style-six .bg-shape-top{height:75px;}}@media only screen and (max-width:767px){.frontpage-banner-section.frontpage-banner-style-six .bg-shape-top{height:55px;}}.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-thumb{margin-bottom:-160px;position:relative;z-index:2;margin-left:150px;margin-right:-105px;}@media only screen and (max-width:1620px){.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-thumb{margin-left:135px;margin-right:-70px;}}@media only screen and (max-width:1366px){.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-thumb{margin-left:115px;margin-right:0px;}}@media only screen and (max-width:1199px){.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-thumb{margin-left:125px;margin-right:-15px;margin-bottom:-125px;}}@media only screen and (max-width:991px){.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-thumb{margin-left:70px;margin-right:-25px;margin-bottom:-95px;}}@media only screen and (max-width:767px){.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-thumb{margin-left:0px;margin-bottom:-70px;}}@media only screen and (max-width:575px){.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-thumb{margin-right:0;}}@media only screen and (max-width:480px){.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-thumb{margin-bottom:-50px;}}.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content{position:relative;}.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .text-overlay{text-transform:uppercase;font-family:var(--heading-font,"Playfair Display",serif);font-size:320px;font-weight:700;color:white;opacity:0.06;line-height:0.85em;position:absolute;bottom:145px;letter-spacing:-0.01;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);}@media only screen and (max-width:1750px){.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .text-overlay{font-size:250px;}}@media only screen and (max-width:1199px){.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .text-overlay{font-size:200px;}}@media only screen and (max-width:991px){.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .text-overlay{font-size:172px;bottom:90px;}}@media only screen and (max-width:767px){.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .text-overlay{font-size:124px;bottom:75px;}}@media only screen and (max-width:575px){.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .text-overlay{font-size:108px;}}@media only screen and (max-width:480px){.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .text-overlay{display:none;}}.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text:before{position:absolute;background-position:left top;background-repeat:no-repeat;content:"";}.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.left{text-align:right;top:130px;left:-80px;width:350px;z-index:3;}@media only screen and (max-width:1366px){.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.left{left:-105px;}}@media only screen and (max-width:1199px){.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.left{width:300px;left:-65px;top:70px;}}@media only screen and (max-width:991px){.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.left{width:230px;top:50px;}}@media only screen and (max-width:767px){.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.left{top:-155px;}}@media only screen and (max-width:480px){.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.left{display:none;}}.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.left:before{background-image:url("/Assets/images/others/arrow1.png");right:-110px;top:110px;width:100px;height:100px;}@media only screen and (max-width:1366px){.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.left:before{right:-65px;}}@media only screen and (max-width:1199px){.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.left:before{right:-55px;top:90px;}}@media only screen and (max-width:575px){.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.left:before{right:-20px;top:100px;-webkit-transform:rotate(60deg);transform:rotate(60deg);}}.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.right{text-align:left;right:0;top:60px;width:310px;z-index:3;}@media only screen and (max-width:1366px){.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.right{right:30px;top:100px;}}@media only screen and (max-width:1199px){.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.right{right:20px;top:30px;}}@media only screen and (max-width:991px){.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.right{width:190px;top:0;}}@media only screen and (max-width:767px){.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.right{top:-25px;}}@media only screen and (max-width:575px){.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.right{width:155px;}}@media only screen and (max-width:480px){.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.right{width:130px;}}.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text.right:before{background-image:url("/Assets/images/others/arrow2.png");right:110px;bottom:-55px;width:80px;height:80px;}.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .heading{text-transform:uppercase;font-size:80px;font-weight:700;color:white;line-height:0.82em;margin-bottom:7px;}@media only screen and (max-width:1366px){.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .heading{font-size:60px;}}@media only screen and (max-width:991px){.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .heading{font-size:48px;}}@media only screen and (max-width:575px){.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .heading{font-size:36px;}}@media only screen and (max-width:480px){.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .heading{font-size:28px;}}.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .price{font-weight:normal;font-family:var(--heading-font,"Playfair Display",serif);font-size:17px;text-transform:uppercase;background-color:var(--brand-primary-text,#f53700);border-radius:5px;color:white;padding:7px 10px 5px;display:inline-block;margin-left:auto;}@media only screen and (max-width:991px){.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .price{font-size:15px;padding-top:5px;}}@media only screen and (max-width:480px){.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .price{font-size:13px;}}.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .price > span{font-size:30px;}@media only screen and (max-width:991px){.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .price > span{font-size:24px;}}@media only screen and (max-width:480px){.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .price > span{font-size:20px;}}.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .price > sub{font-size:15px;bottom:0;}@media only screen and (max-width:991px){.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .price > sub{font-size:14px;}}@media only screen and (max-width:480px){.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .element-text .price > sub{font-size:13px;}}.frontpage-banner-section.frontpage-banner-style-seven{height:900px;background-position:bottom center;margin-bottom:50px;}@media only screen and (max-width:1366px){.frontpage-banner-section.frontpage-banner-style-seven{margin-bottom:25px;}}@media only screen and (max-width:1199px){.frontpage-banner-section.frontpage-banner-style-seven{height:760px;}}@media only screen and (max-width:991px){.frontpage-banner-section.frontpage-banner-style-seven{height:660px;margin-bottom:0;}}@media only screen and (max-width:767px){.frontpage-banner-section.frontpage-banner-style-seven{height:600px;}}@media only screen and (max-width:1199px){.frontpage-banner-section.frontpage-banner-style-seven .row.align-items-end{-webkit-box-align:center !important;-ms-flex-align:center !important;-ms-grid-row-align:center !important;align-items:center !important;}}.frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-thumb{margin-right:-80px;margin-left:-70px;position:relative;bottom:-155px;-webkit-animation:linear bt-topBottom-20 2.5s infinite;animation:linear bt-topBottom-20 2.5s infinite;}@media only screen and (max-width:1366px){.frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-thumb{margin-right:0px;}}@media only screen and (max-width:991px){.frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-thumb{display:none;}}.frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content{text-align:right;margin-right:-75px;padding-bottom:55px;}@media only screen and (max-width:1366px){.frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content{margin-right:-50px;}}@media only screen and (max-width:991px){.frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content{margin-right:0px;padding-bottom:0;text-align:left;padding-top:120px;}}.frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content .banner-subtitle{font-size:102px;font-family:var(--heading-font,"Playfair Display",serif);line-height:1em;color:white;text-shadow:2px 2px 8px rgba(0,0,0,0.3);-webkit-text-stroke:2px #C35194;margin-bottom:10px;}@media only screen and (max-width:1366px){.frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content .banner-subtitle{font-size:90px;}}@media only screen and (max-width:1199px){.frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content .banner-subtitle{font-size:80px;}}@media only screen and (max-width:767px){.frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content .banner-subtitle{font-size:66px;}}@media only screen and (max-width:480px){.frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content .banner-subtitle{font-size:52px;}}.frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content .banner-title{font-size:102px;font-family:var(--heading-font,"Playfair Display",serif);line-height:1em;color:white;text-shadow:2px 2px 8px rgba(0,0,0,0.3);-webkit-text-stroke:3px #C35194;text-transform:uppercase;margin-bottom:0;}@media only screen and (max-width:1366px){.frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content .banner-title{font-size:88px;}}@media only screen and (max-width:1199px){.frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content .banner-title{font-size:72px;}}@media only screen and (max-width:767px){.frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content .banner-title{font-size:60px;}}@media only screen and (max-width:575px){.frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content .banner-title{font-size:52px;}}@media only screen and (max-width:480px){.frontpage-banner-section.frontpage-banner-style-seven .frontpage-banner-content .banner-title{font-size:42px;}}.home-carousel-block .swiper-wrapper .swiper-slide{height:calc(100vh - 40px);}@media only screen and (max-width:1366px){.home-carousel-block .swiper-wrapper .swiper-slide{height:calc(100vh - 30px);}}.home-carousel-block .swiper-wrapper .swiper-slide:hover .slider_item:before{opacity:0.9;}.home-carousel-block .swiper-wrapper .swiper-slide:hover .slider_item .divider,.home-carousel-block .swiper-wrapper .swiper-slide:hover .slider_item .btn-primary.btn-white{opacity:1;}.home-carousel-block .swiper-wrapper .swiper-slide:hover .slider_item .divider{-webkit-animation:linear hg-fadeInUp50 0.25s;animation:linear hg-fadeInUp50 0.25s;}.home-carousel-block .swiper-wrapper .swiper-slide:hover .slider_item .btn-primary.btn-white{-webkit-animation:linear hg-fadeUpIn50 0.25s;animation:linear hg-fadeUpIn50 0.25s;}.home-carousel-block .swiper-wrapper .swiper-slide .slider_item{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;text-align:center;background-position:center center;background-size:cover;}.home-carousel-block .swiper-wrapper .swiper-slide .slider_item:before{opacity:0.4;-webkit-transition:all 0.35s;transition:all 0.35s;}.home-carousel-block .swiper-wrapper .swiper-slide .slider_item .slide_heading{font-size:60px;font-family:var(--heading-font,"Playfair Display",serif);color:white;font-weight:700;}@media only screen and (max-width:1199px){.home-carousel-block .swiper-wrapper .swiper-slide .slider_item .slide_heading{font-size:48px;}}@media only screen and (max-width:991px){.home-carousel-block .swiper-wrapper .swiper-slide .slider_item .slide_heading{font-size:42px;}}@media only screen and (max-width:480px){.home-carousel-block .swiper-wrapper .swiper-slide .slider_item .slide_heading{font-size:36px;}}.home-carousel-block .swiper-wrapper .swiper-slide .slider_item .divider{margin-bottom:77px;font-size:16px;-webkit-transition:all 0.3s;transition:all 0.3s;opacity:0;}@media only screen and (max-width:1199px){.home-carousel-block .swiper-wrapper .swiper-slide .slider_item .divider{margin-bottom:35px;}}@media only screen and (max-width:575px){.home-carousel-block .swiper-wrapper .swiper-slide .slider_item .divider{font-size:14px;}}.home-carousel-block .swiper-wrapper .swiper-slide .slider_item .divider > span{margin:0 4px;position:relative;display:inline-block;}.home-carousel-block .swiper-wrapper .swiper-slide .slider_item .divider > span:nth-child(1){-webkit-transform:rotate(-12deg);transform:rotate(-12deg);}.home-carousel-block .swiper-wrapper .swiper-slide .slider_item .divider > span:nth-child(2){font-size:inherit;position:relative;top:-5px;}.home-carousel-block .swiper-wrapper .swiper-slide .slider_item .divider > span:nth-child(3){-webkit-transform:rotate(12deg);transform:rotate(12deg);}.home-carousel-block .swiper-wrapper .swiper-slide .slider_item .btn-primary.btn-white{list-style:0.2em;font-family:var(--heading-font,"Playfair Display",serif);padding:10px 25px;margin-top:80px;-webkit-transition:all 0.3s;transition:all 0.3s;opacity:0;}@media only screen and (max-width:1199px){.home-carousel-block .swiper-wrapper .swiper-slide .slider_item .btn-primary.btn-white{margin-top:40px;}}.pilling-page .single-slide{margin:20px;height:calc(100% - 40px) !important;padding:50px 0;}@media only screen and (max-width:1199px){.pilling-page .single-slide{margin:15px;height:calc(100% - 30px) !important;}}.pilling-page .single-slide:before{opacity:0.6;}.pilling-page .single-slide .slide-caption{padding:0 30px;}@media only screen and (max-width:767px){.pilling-page .single-slide .slide-caption{padding:0;}}.pilling-page .single-slide .slider-title{font-size:100px;font-weight:700;font-family:var(--heading-font,"Playfair Display",serif);color:white;line-height:1em;margin-bottom:55px;}@media only screen and (max-width:1199px){.pilling-page .single-slide .slider-title{font-size:80px;}}@media only screen and (max-width:991px){.pilling-page .single-slide .slider-title{font-size:66px;margin-bottom:30px;}}@media only screen and (max-width:767px){.pilling-page .single-slide .slider-title{font-size:52px;}}@media only screen and (max-width:575px){.pilling-page .single-slide .slider-title{font-size:42px;line-height:1.2em;}}@media only screen and (max-width:480px){.pilling-page .single-slide .slider-title{font-size:32px;}}.pilling-page .single-slide .divider{font-size:16px;}@media only screen and (max-width:575px){.pilling-page .single-slide .divider{font-size:14px;}}.pilling-page .single-slide .divider > span{margin:0 4px;position:relative;display:inline-block;}.pilling-page .single-slide .divider > span:nth-child(1){-webkit-transform:rotate(-12deg);transform:rotate(-12deg);}.pilling-page .single-slide .divider > span:nth-child(2){font-size:inherit;position:relative;top:-5px;}.pilling-page .single-slide .divider > span:nth-child(3){-webkit-transform:rotate(12deg);transform:rotate(12deg);}@media only screen and (max-width:991px){.pilling-page .single-slide .btn-group-default{margin-top:30px;}}.pilling-page .single-slide .btn-primary.btn-white{font-family:var(--heading-font,"Playfair Display",serif);letter-spacing:0.2em;padding:12px 35px;}@media only screen and (max-width:767px){.pilling-page .single-slide .btn-primary.btn-white{padding:11px 25px;}}#pp-nav{-webkit-transition:all 0.25s;transition:all 0.25s;z-index:8;}#pp-nav.right{right:95px;}@media only screen and (max-width:1199px){#pp-nav.right{right:40px;}}@media only screen and (max-width:767px){#pp-nav.right{right:30px;}}#pp-nav li{margin:15px 0;width:16px;height:16px;border-radius:50%;z-index:5;}#pp-nav li > a{width:100%;height:100%;background-color:rgba(255,255,255,0.3);border-radius:inherit;}#pp-nav li > a.active{background-color:var(--brand-primary-text,#f53700);}#pp-nav span{width:0;height:0;border:0px solid;}.header-slider-main-area .header-slider-main-area-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;height:760px;position:relative;overflow:hidden;}@media only screen and (max-width:991px){.header-slider-main-area .header-slider-main-area-inner{height:700px;}}@media only screen and (max-width:767px){.header-slider-main-area .header-slider-main-area-inner{height:600px;}}.header-slider-main-area .header-slider-main-area-inner .navigation-area{width:105px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media only screen and (max-width:1366px){.header-slider-main-area .header-slider-main-area-inner .navigation-area{width:80px;}}@media only screen and (max-width:767px){.header-slider-main-area .header-slider-main-area-inner .navigation-area{display:none;}}.header-slider-main-area .header-slider-main-area-inner .navigation-area .hamburger-menus{width:35px;}@media only screen and (max-width:1366px){.header-slider-main-area .header-slider-main-area-inner .navigation-area .hamburger-menus{margin-left:12px;}}.header-slider-main-area .header-slider-main-area-inner .navigation-area .hamburger-menus > span{background-color:black;width:30px;height:4px;margin:3px 0;}.header-slider-main-area .header-slider-main-area-inner .navigation-area .hamburger-menus:hover > span{width:30px !important;}.header-slider-main-area .header-slider-main-area-inner .navigation-area .hamburger-menus.click-menu > span:nth-child(1){top:1px;left:1px;}.header-slider-main-area .header-slider-main-area-inner .navigation-area .hamburger-menus.click-menu > span:nth-child(3){top:2px;left:-1px;}.header-slider-main-area .header-slider-main-area-inner .main-slider{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 105px);flex:0 0 calc(100% - 105px);}@media only screen and (max-width:1366px){.header-slider-main-area .header-slider-main-area-inner .main-slider{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 80px);flex:0 0 calc(100% - 80px);}}@media only screen and (max-width:767px){.header-slider-main-area .header-slider-main-area-inner .main-slider{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;}}.header-slider-main-area .header-slider-intro-element{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:105px;margin-top:30px;}@media only screen and (max-width:1366px){.header-slider-main-area .header-slider-intro-element{padding-left:80px;}}@media only screen and (max-width:767px){.header-slider-main-area .header-slider-intro-element{padding-left:0px;}}.header-slider-main-area .header-slider-intro-element .intro-shipping-text,.header-slider-main-area .header-slider-intro-element .intro-content-info{color:var(--text-dark,#000);}@media only screen and (max-width:767px){.header-slider-main-area .header-slider-intro-element .intro-shipping-text,.header-slider-main-area .header-slider-intro-element .intro-content-info{display:none;}}.services-block:before{opacity:0.8;}.service-item{text-align:center;margin-bottom:35px;}.service-item .icon{font-size:60px;color:var(--brand-primary-text,#f53700);min-height:65px;margin-bottom:20px;}.service-item .info{color:#bababa;}.service-item .info .heading24{font-family:var(--heading-font,"Playfair Display",serif);margin-bottom:15px;}.service-item-two{margin-bottom:30px;}.service-item-two:hover .service-thumb > img{-webkit-transform:scale(1.07);transform:scale(1.07);}.service-item-two .service-thumb{position:relative;background-color:#bababa;min-height:120px;overflow:hidden;}.service-item-two .service-thumb > img{-webkit-transition:all 0.25s;transition:all 0.25s;}@media only screen and (max-width:767px){.service-item-two .service-thumb > img{width:100%;}}.service-item-two .service-thumb .service-overlay{position:absolute;left:20px;top:20px;width:calc(100% - 40px);height:calc(100% - 40px);z-index:1;border:10px solid white;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}@media only screen and (max-width:480px){.service-item-two .service-thumb .service-overlay{left:10px;top:10px;width:calc(100% - 20px);height:calc(100% - 20px);border-width:5px;}}.service-item-two .service-thumb .service-overlay .service-overlay-inner{width:100%;background-color:white;text-align:center;padding-top:25px;padding-bottom:17px;}@media only screen and (max-width:1199px){.service-item-two .service-thumb .service-overlay .service-overlay-inner{padding-top:15px;}}@media only screen and (max-width:575px){.service-item-two .service-thumb .service-overlay .service-overlay-inner{padding-bottom:15px;}}@media only screen and (max-width:480px){.service-item-two .service-thumb .service-overlay .service-overlay-inner{padding-top:10px;padding-bottom:10px;}}.service-item-two .service-thumb .service-overlay .service-overlay-inner .title{margin-bottom:0;font-size:42px;color:var(--brand-primary-text,#f53700);font-family:var(--heading-font,"Playfair Display",serif);line-height:1.1em;font-weight:700;}@media only screen and (max-width:1199px){.service-item-two .service-thumb .service-overlay .service-overlay-inner .title{font-size:36px;}}@media only screen and (max-width:575px){.service-item-two .service-thumb .service-overlay .service-overlay-inner .title{font-size:24px;}}@media only screen and (max-width:480px){.service-item-two .service-thumb .service-overlay .service-overlay-inner .title{font-size:20px;}}.service-item-two.small .service-thumb .service-overlay .service-overlay-inner{padding-top:20px;padding-bottom:7px;}@media only screen and (max-width:1199px){.service-item-two.small .service-thumb .service-overlay .service-overlay-inner{padding-top:10px;}}.service-item-two.small .service-thumb .service-overlay .service-overlay-inner .title{font-size:24px;}@media only screen and (max-width:480px){.service-item-two.small .service-thumb .service-overlay .service-overlay-inner .title{font-size:20px;}}.chef-block.style-one .carousel-nav-text{position:relative;top:-20px;}@media only screen and (max-width:991px){.chef-block.style-one .carousel-nav-text{top:0;}}.chef-block.style-one .carousel-nav-text.top-60{top:-60px;}@media only screen and (max-width:991px){.chef-block.style-one .carousel-nav-text.top-60{top:-10px;margin-bottom:30px;}}.chef-block.style-one .chef-carousel{padding-top:40px;}.chef-block.style-two{background-position:10% 20%;}.chef-block.style-two .carousel-nav-text{padding-top:13px;}@media only screen and (max-width:991px){.chef-block.style-two .carousel-nav-text{padding-top:0px;}}.chef-block.style-three .section-title{padding-bottom:25px;}@media only screen and (max-width:1199px){.chef-block.style-three .section-title{padding-bottom:15px;}}@media only screen and (max-width:991px){.chef-block.style-three .section-title{padding-bottom:5px;}}.chef-block.style-four .carousel-nav-text{opacity:0;-webkit-transition:all 0.25s;transition:all 0.25s;}.chef-block.style-four:hover .carousel-nav-text{opacity:1;}.chef-block.style-four .chef-carousel-area{position:relative;}.chef-block.style-four .chef-carousel-area .carousel-nav-text .btn-links{position:absolute;top:50%;-webkit-transform:translateY(-50px);transform:translateY(-50px);z-index:2;}.chef-block.style-four .chef-carousel-area .carousel-nav-text .btn-links.btn-prev{left:-90px;}@media only screen and (max-width:1620px){.chef-block.style-four .chef-carousel-area .carousel-nav-text .btn-links.btn-prev{left:-75px;}}@media only screen and (max-width:1366px){.chef-block.style-four .chef-carousel-area .carousel-nav-text .btn-links.btn-prev{left:0px;}}@media only screen and (min-width:768px) and (max-width:991px){.chef-block.style-four .chef-carousel-area .carousel-nav-text .btn-links.btn-prev{left:-22px;}}.chef-block.style-four .chef-carousel-area .carousel-nav-text .btn-links.btn-next{right:-90px;}@media only screen and (max-width:1620px){.chef-block.style-four .chef-carousel-area .carousel-nav-text .btn-links.btn-next{right:-75px;}}@media only screen and (max-width:1366px){.chef-block.style-four .chef-carousel-area .carousel-nav-text .btn-links.btn-next{right:0px;}}@media only screen and (min-width:768px) and (max-width:991px){.chef-block.style-four .chef-carousel-area .carousel-nav-text .btn-links.btn-next{right:-22px;}}.chef-item{margin-bottom:50px;}.chef-item .chef-thumbnail-area{position:relative;}.chef-item .chef-thumbnail-area .chef-thumb{text-align:center;margin-bottom:15px;overflow:hidden;position:relative;}.chef-item .chef-thumbnail-area .chef-thumb:before{width:calc(100% - 24px);height:calc(100% - 24px);background-color:var(--brand-primary-text,#f53700);opacity:0;position:absolute;content:"";visibility:hidden;-webkit-transition:ease-in-out 0.35s;transition:ease-in-out 0.35s;top:12px;left:12px;}.chef-item .chef-thumbnail-area .chef-thumb > img{-webkit-transition:all 0.3s;transition:all 0.3s;width:100%;}.chef-item .chef-thumbnail-area .social-status-area{position:absolute;width:calc(100% - 24px);height:calc(100% - 24px);top:12px;left:12px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;z-index:2;border:7px solid #c51c23;-webkit-transition:all 0.35s;transition:all 0.35s;}.chef-item .chef-thumbnail-area .social-status-area .social-status{display:-webkit-box;display:-ms-flexbox;display:flex;}.chef-item .chef-thumbnail-area .social-status-area .social-status > a{width:35px;height:35px;line-height:32px;font-size:12px;margin:0 4px;color:white;opacity:0;visibility:hidden;-webkit-transition:all 0.35s;transition:all 0.35s;border:2px solid white;background-color:transparent;}.chef-item .chef-thumbnail-area .social-status-area .social-status > a:nth-child(2n){margin-top:40px;}.chef-item .chef-thumbnail-area .social-status-area .social-status > a:hover,.chef-item .chef-thumbnail-area .social-status-area .social-status > a:focus{color:#c51c23 !important;background-color:white;}.chef-item .chef-info{-webkit-transition:all 0.25s;transition:all 0.25s;}.chef-item .chef-info .chef-name{margin-bottom:0px;}.chef-item .chef-info .chef-name a{display:block;}.chef-item .chef-info .chef-name a:hover,.chef-item .chef-info .chef-name a:focus{color:var(--brand-primary-text,#f53700);}.chef-item:hover .chef-thumb:before{opacity:0.9;visibility:visible;}.chef-item:hover .social-status-area{border-color:transparent;}.chef-item:hover .social-status-area .social-status > a{opacity:1;visibility:visible;}.chef-item:hover .social-status-area .social-status > a:nth-child(2n){margin-top:0;}.filter-foodmenu-tab{overflow:hidden;margin-bottom:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.filter-foodmenu-tab .nav-tabs{border-bottom:0 solid;overflow:hidden;display:inline-block;}.filter-foodmenu-tab .nav-tabs > li{display:inline-block;margin-bottom:20px;}.filter-foodmenu-tab .nav-tabs > li > a{border-radius:0px;display:block;font-size:18px;font-weight:700;padding:0px 55px;text-transform:uppercase;-webkit-transition:all 0.25s ease 0s;transition:all 0.25s ease 0s;color:#bababa;font-family:var(--heading-font,"Playfair Display",serif);text-align:center;}@media only screen and (max-width:1199px){.filter-foodmenu-tab .nav-tabs > li > a{padding:0 35px;}}@media only screen and (max-width:991px){.filter-foodmenu-tab .nav-tabs > li > a{padding:0 20px;font-size:15px;}}@media only screen and (max-width:767px){.filter-foodmenu-tab .nav-tabs > li > a{font-size:13px;padding:0 10px;}}.filter-foodmenu-tab .nav-tabs > li > a > [class*="icon-"]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:40px;min-height:50px;margin-bottom:13px;}@media only screen and (max-width:991px){.filter-foodmenu-tab .nav-tabs > li > a > [class*="icon-"]{font-size:30px;min-height:35px;margin-bottom:10px;}}@media only screen and (max-width:767px){.filter-foodmenu-tab .nav-tabs > li > a > [class*="icon-"]{font-size:24px;min-height:25px;margin-bottom:5px;}}.filter-foodmenu-tab .nav-tabs > li > a.active{color:var(--text-dark,#000);}.filter-foodmenu-tab .nav-tabs > li > a.active > [class*="icon-"]{color:var(--brand-primary-text,#f53700);}.filter-foodmenu-tab.style-two{background-color:#222222;display:block;margin-bottom:0;}@media only screen and (max-width:991px){.filter-foodmenu-tab.style-two{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:35px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}}.filter-foodmenu-tab.style-two .nav-tabs{display:block;padding:35px 0;}@media only screen and (max-width:991px){.filter-foodmenu-tab.style-two .nav-tabs{padding:0px;}}.filter-foodmenu-tab.style-two .nav-tabs > li{display:block;margin-bottom:0;}@media only screen and (max-width:991px){.filter-foodmenu-tab.style-two .nav-tabs > li{display:inline-block;}}.filter-foodmenu-tab.style-two .nav-tabs > li > a{padding:18px 10px 20px;display:block;font-size:20px;}@media only screen and (max-width:991px){.filter-foodmenu-tab.style-two .nav-tabs > li > a{padding:16px 20px 19px;}}@media only screen and (max-width:767px){.filter-foodmenu-tab.style-two .nav-tabs > li > a{font-size:16px;}}@media only screen and (max-width:575px){.filter-foodmenu-tab.style-two .nav-tabs > li > a{padding:13px 15px;font-size:15px;}}.filter-foodmenu-tab.style-two .nav-tabs > li > a > [class*="icon-"]{margin-bottom:10px;}.filter-foodmenu-tab.style-two .nav-tabs > li > a.active{background-color:var(--brand-primary-text,#f53700);color:white;}.filter-foodmenu-tab.style-two .nav-tabs > li > a.active > [class*="icon-"]{color:white;}.filter-foodmenu-tab.style-three{background-color:white;box-shadow:2px 2px 10px rgba(0,0,0,0.03);margin-bottom:55px;}@media only screen and (max-width:991px){.filter-foodmenu-tab.style-three{margin-bottom:40px;}}.filter-foodmenu-tab.style-three .nav-tabs{padding:10px 15px;}.filter-foodmenu-tab.style-three .nav-tabs > li{margin-bottom:5px;}.filter-foodmenu-tab.style-three .nav-tabs > li:first-child > a:before{display:none;}.filter-foodmenu-tab.style-three .nav-tabs > li > a{font-size:24px;font-weight:normal;padding:7px 0px 5px;font-style:italic;color:var(--text-gray,#666666);}@media only screen and (max-width:991px){.filter-foodmenu-tab.style-three .nav-tabs > li > a{font-size:20px;}}@media only screen and (max-width:767px){.filter-foodmenu-tab.style-three .nav-tabs > li > a{font-size:17px;}}.filter-foodmenu-tab.style-three .nav-tabs > li > a:before{content:"\ec27";font-family:"icomoon";font-style:normal;font-size:21px;color:#a47d5e;padding:0 35px;}@media only screen and (max-width:1199px){.filter-foodmenu-tab.style-three .nav-tabs > li > a:before{padding:0 20px;}}@media only screen and (max-width:991px){.filter-foodmenu-tab.style-three .nav-tabs > li > a:before{padding:0 15px;font-size:18px;}}@media only screen and (max-width:991px){.filter-foodmenu-tab.style-three .nav-tabs > li > a:before{padding:0 8px;font-size:14px;}}.filter-foodmenu-tab.style-three .nav-tabs > li > a.active{color:var(--text-dark,#000);}.filter-foodmenu-tab.style-four{box-shadow:2px 2px 10px rgba(0,0,0,0.1);margin-bottom:0px;border-bottom:1px solid white;}.filter-foodmenu-tab.style-four + div .tab-pane .row > div{text-align:center;}.filter-foodmenu-tab.style-four .nav-tabs{padding:32px 15px 15px;}@media only screen and (max-width:767px){.filter-foodmenu-tab.style-four .nav-tabs{padding:27px 15px 6px;}}.filter-foodmenu-tab.style-four .nav-tabs > li > a{font-size:21px;font-style:italic;}@media only screen and (max-width:991px){.filter-foodmenu-tab.style-four .nav-tabs > li > a{font-size:18px;}}@media only screen and (max-width:767px){.filter-foodmenu-tab.style-four .nav-tabs > li > a{font-size:16px;}}.filter-foodmenu-tab.style-four .nav-tabs > li > a > [class*="icon-"]{margin-bottom:10px;}.filter-foodmenu-tab.style-five{background-color:black;margin-bottom:0;}.filter-foodmenu-tab.style-five .nav-tabs{padding:27px 15px 15px;}.filter-foodmenu-tab.style-five .nav-tabs > li{margin-bottom:15px;}.filter-foodmenu-tab.style-five .nav-tabs > li > a{font-size:21px;text-transform:uppercase;font-family:var(--heading-font,"Playfair Display",serif);font-weight:normal;color:white;padding:0px 32px;}@media only screen and (max-width:991px){.filter-foodmenu-tab.style-five .nav-tabs > li > a{font-size:18px;padding:0px 20px;}}@media only screen and (max-width:767px){.filter-foodmenu-tab.style-five .nav-tabs > li > a{font-size:15px;padding:0px 15px;}}@media only screen and (max-width:575px){.filter-foodmenu-tab.style-five .nav-tabs > li > a{padding:0px 10px;}}.filter-foodmenu-tab.style-five .nav-tabs > li > a.active,.filter-foodmenu-tab.style-five .nav-tabs > li > a:hover{color:var(--brand-primary-text,#f53700);}.filter-foodmenu-tab.style-six{padding:100px 0;display:block;}@media only screen and (max-width:767px){.filter-foodmenu-tab.style-six{padding:20px 15px;}}@media only screen and (max-width:480px){.filter-foodmenu-tab.style-six{padding:20px 5px;}}.filter-foodmenu-tab.style-six .nav-tabs{display:block;}.filter-foodmenu-tab.style-six .nav-tabs > li{display:block;margin-bottom:0px;}@media only screen and (max-width:767px){.filter-foodmenu-tab.style-six .nav-tabs > li{display:inline-block;}}.filter-foodmenu-tab.style-six .nav-tabs > li > a{font-size:21px;padding:15px 10px;color:white;}@media only screen and (max-width:767px){.filter-foodmenu-tab.style-six .nav-tabs > li > a{font-size:18px;padding:5px 10px;}}@media only screen and (max-width:480px){.filter-foodmenu-tab.style-six .nav-tabs > li > a{font-size:15px;}}.filter-foodmenu-tab.style-six .nav-tabs > li > a.active{color:var(--brand-primary-text,#f53700);}.filter-foodmenu-tab.style-seven .nav-tabs > li > a{font-size:21px;font-style:italic;}@media only screen and (max-width:991px){.filter-foodmenu-tab.style-seven .nav-tabs > li > a{font-size:18px;}}@media only screen and (max-width:767px){.filter-foodmenu-tab.style-seven .nav-tabs > li > a{font-size:16px;}}.filter-foodmenu-tab.style-seven .nav-tabs > li > a > [class*="icon-"]{margin-bottom:10px;}.food-grid-item{margin-bottom:55px;}.food-grid-item .food-thumb{margin-bottom:20px;}.food-grid-item .food-title{font-size:21px;font-weight:700;font-family:var(--heading-font,"Playfair Display",serif);line-height:1.32em;margin-bottom:20px;}.food-grid-item .food-title a:hover,.food-grid-item .food-title a:focus{color:var(--brand-primary-text,#f53700);}.food-grid-item .food-cart-tools .add-bookmark{width:38px;font-size:16px;height:38px;border-radius:50%;background-color:black;display:inline-block;color:white;line-height:42px;}.food-grid-item .food-cart-tools .add-bookmark:hover,.food-grid-item .food-cart-tools .add-bookmark:focus{background-color:var(--brand-primary-text,#f53700);}.food-grid-item.grid-style-one{text-align:center;position:relative;}.food-grid-item.grid-style-one:hover .food-cart-tools{bottom:0;opacity:1;visibility:visible;}.food-grid-item.grid-style-one:hover .food-price{opacity:0;visibility:hidden;bottom:-20px;}.food-grid-item.grid-style-one .food-favorit{font-size:20px;height:50px;line-height:50px;width:50px;border-radius:50%;background-color:var(--brand-primary-text,#f53700);color:white;position:absolute;right:55px;top:15px;}@media only screen and (max-width:1199px){.food-grid-item.grid-style-one .food-favorit{right:30px;top:5px;}}.food-grid-item.grid-style-one .food-title{font-family:var(--heading-font-uc,"Poppins",sans-serif);font-weight:bold;color:var(--brand-primary-text,#f53700);}@media only screen and (min-width:768px) and (max-width:1199px){.food-grid-item.grid-style-one .food-title{font-size:18px;margin-bottom:15px;}}.food-grid-item.grid-style-one .food-title a:hover,.food-grid-item.grid-style-one .food-title a:focus{color:var(--text-dark,#000);}.food-grid-item.grid-style-one .food-thumb{line-height:265px;margin-bottom:5px;}@media only screen and (max-width:1199px){.food-grid-item.grid-style-one .food-thumb{line-height:200px;}}@media only screen and (max-width:767px){.food-grid-item.grid-style-one .food-thumb{line-height:1em;}}.food-grid-item.grid-style-one .food-price{display:inline-block;margin:0 auto;background-color:black;border-radius:40px;padding:9px 32px 10px;color:white;font-size:24px;font-weight:600;margin-top:22px;-webkit-transition:all 0.25s;transition:all 0.25s;position:relative;bottom:0;}@media only screen and (max-width:1199px){.food-grid-item.grid-style-one .food-price{margin-top:10px;}}.food-grid-item.grid-style-one .food-price > sub{font-size:14px;font-weight:normal;bottom:0;}.food-grid-item.grid-style-one .food-cart-tools{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;margin:0 -5px;position:absolute;bottom:-20px;left:0;width:100%;opacity:0;visibility:hidden;-webkit-transition:all 0.25s;transition:all 0.25s;}.food-grid-item.grid-style-one .food-cart-tools > a{margin:0 5px;}.food-grid-item.grid-style-one .food-cart-tools .food-cart{padding:10px 30px;}.food-grid-item.grid-style-two{text-align:center;}.food-grid-item.grid-style-two:hover .food-thumb:before{-webkit-animation:linear rotate360 10s infinite;animation:linear rotate360 10s infinite;}.food-grid-item.grid-style-two .food-thumb{width:270px;height:270px;padding:8px;border-radius:inherit;border-radius:50%;margin:0 auto 25px;position:relative;}@media only screen and (max-width:1199px){.food-grid-item.grid-style-two .food-thumb{width:220px;height:220px;margin-bottom:15px;}}.food-grid-item.grid-style-two .food-thumb:before{position:absolute;content:"";width:100%;height:100%;border-radius:inherit;border:2px dashed #c51c23;top:0;left:0;}.food-grid-item.grid-style-two .food-thumb > img{width:100%;height:100%;border-radius:inherit;}.food-grid-item.grid-style-two .food-title{font-size:32px;margin-bottom:5px;}@media only screen and (max-width:1199px){.food-grid-item.grid-style-two .food-title{font-size:24px;margin-bottom:2px;}}.food-grid-item.grid-style-two .reciepe-no{font-size:14px;font-weight:500;}.food-grid-item.grid-style-three{text-align:center;position:relative;margin-bottom:50px;}.food-grid-item.grid-style-three .cat-status{position:absolute;left:15px;top:10px;z-index:3;}.food-grid-item.grid-style-three:hover .food-thumb img{opacity:0.2;}.food-grid-item.grid-style-three:hover .food-thumb .overlay{height:100%;opacity:1;visibility:visible;}.food-grid-item.grid-style-three .food-thumb{min-height:225px;margin-bottom:5px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}@media only screen and (max-width:767px){.food-grid-item.grid-style-three .food-thumb{line-height:1em;}}.food-grid-item.grid-style-three .food-thumb img{-webkit-transition:ease-in-out 0.3s;transition:ease-in-out 0.3s;}.food-grid-item.grid-style-three .food-thumb .overlay{position:absolute;content:"";width:100%;top:0;left:0;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;-webkit-transition:ease-in-out 0.3s;transition:ease-in-out 0.3s;height:0;opacity:0;visibility:hidden;}.food-grid-item.grid-style-three .food-cart-tools{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;margin:0 -5px;}.food-grid-item.grid-style-three .food-cart-tools > a{margin:0 5px;}.food-grid-item.grid-style-three .food-cart-tools .food-cart{padding:10px 30px;}.food-grid-item.grid-style-three .food-title{font-size:32px;margin-bottom:10px;font-weight:normal;font-style:italic;}@media only screen and (max-width:991px){.food-grid-item.grid-style-three .food-title{font-size:24px;margin-bottom:5px;}}.food-grid-item.grid-style-three .food-price{font-size:24px;font-weight:bold;font-style:italic;color:var(--brand-primary-text,#f53700);font-family:var(--heading-font,"Playfair Display",serif);}.food-grid-item.grid-style-three .food-price > sup{top:-8px;font-size:60%;}.food-grid-item.grid-style-four{margin-bottom:0;overflow:hidden;}.food-grid-item.grid-style-four:hover .food-thumb .overlay{background-color:rgba(0,0,0,0.8);}.food-grid-item.grid-style-four:hover .food-thumb img{-webkit-transform:scale(1.05);transform:scale(1.05);}.food-grid-item.grid-style-four .food-thumb{position:relative;margin-bottom:0;}.food-grid-item.grid-style-four .food-thumb img{-webkit-transition:all 0.25s;transition:all 0.25s;}.food-grid-item.grid-style-four .food-thumb .overlay{position:absolute;content:"";width:100%;bottom:0;left:0;background-color:rgba(0,0,0,0.6);z-index:2;padding:32px 40px;-webkit-transition:all 0.25s;transition:all 0.25s;}@media only screen and (max-width:1199px){.food-grid-item.grid-style-four .food-thumb .overlay{padding:25px 20px;}}@media only screen and (max-width:991px){.food-grid-item.grid-style-four .food-thumb .overlay{padding:20px 15px;}}.food-grid-item.grid-style-four .food-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.food-grid-item.grid-style-four .food-info .food-title{font-size:32px;margin-bottom:0px;color:white;-webkit-transition:all 0.25s;transition:all 0.25s;}@media only screen and (max-width:991px){.food-grid-item.grid-style-four .food-info .food-title{font-size:24px;}}.food-grid-item.grid-style-four .food-info .food-title:hover{color:var(--brand-primary-text,#f53700);}.food-grid-item.grid-style-four .food-info .read-more{font-size:20px;color:white;width:46px;height:46px;border:2px solid white;text-align:center;line-height:44px;border-radius:50%;-webkit-transition:all 0.25s;transition:all 0.25s;}@media only screen and (max-width:991px){.food-grid-item.grid-style-four .food-info .read-more{font-size:14px;width:35px;height:35px;line-height:33px;}}.food-grid-item.grid-style-four .food-info .read-more:hover{color:var(--brand-primary-text,#f53700);}.food-grid-item.grid-style-five{background-color:#f6f6f6;margin-bottom:30px;overflow:hidden;display:inline-block;}.food-grid-item.grid-style-five:hover .food-thumb img{-webkit-transform:scale(1.07);transform:scale(1.07);}.food-grid-item.grid-style-five .food-thumb{margin-bottom:0px;position:relative;overflow:hidden;}.food-grid-item.grid-style-five .food-thumb img{-webkit-transition:all 0.25s;transition:all 0.25s;}.food-grid-item.grid-style-five .food-thumb .cat-status{position:absolute;bottom:20px;left:20px;}.food-grid-item.grid-style-five .food-info{padding:13px 20px 15px;text-align:left;}.food-grid-item.grid-style-five .food-footer-info{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.food-grid-item.grid-style-five .food-title{font-size:21px;margin-bottom:10px;}.food-grid-item.grid-style-five .food-price{font-size:18px;font-weight:600;color:var(--brand-primary-text,#f53700);}.food-grid-item.grid-style-five .food-price > sup{top:-3px;}.food-grid-item.grid-style-five.gird-style{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-self:flex-start;}@media only screen and (max-width:575px){.food-grid-item.grid-style-five.gird-style{display:block;}}.food-grid-item.grid-style-five.gird-style .food-title{font-size:21px;margin-bottom:10px;}@media only screen and (min-width:992px) and (max-width:1199px){.food-grid-item.grid-style-five.gird-style .food-title{font-size:18px;}}.food-grid-item.grid-style-five.gird-style .food-thumb{-webkit-box-flex:0;-ms-flex:0 0 270px;flex:0 0 270px;max-width:270px;}@media only screen and (min-width:992px) and (max-width:1199px){.food-grid-item.grid-style-five.gird-style .food-thumb{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;max-width:200px;}}@media only screen and (max-width:767px){.food-grid-item.grid-style-five.gird-style .food-thumb{-webkit-box-flex:0;-ms-flex:0 0 240px;flex:0 0 240px;max-width:240px;}}@media only screen and (max-width:575px){.food-grid-item.grid-style-five.gird-style .food-thumb{max-width:100%;}.food-grid-item.grid-style-five.gird-style .food-thumb img{width:100%;}}.food-grid-item.grid-style-five.gird-style .food-info{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 270px);flex:0 0 calc(100% - 270px);max-width:calc(100% - 270px);}@media only screen and (min-width:992px) and (max-width:1199px){.food-grid-item.grid-style-five.gird-style .food-info{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 200px);flex:0 0 calc(100% - 200px);max-width:calc(100% - 200px);padding:10px 15px 12px;}}@media only screen and (max-width:767px){.food-grid-item.grid-style-five.gird-style .food-info{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 240px);flex:0 0 calc(100% - 240px);max-width:calc(100% - 240px);}}@media only screen and (max-width:575px){.food-grid-item.grid-style-five.gird-style .food-info{max-width:100%;}}.food-grid-item.grid-style-five.gird-style .food-info p{line-height:1.75em;}.food-grid-item.grid-style-five.gird-style .food-info .read-more{font-size:12px;font-weight:500;text-transform:uppercase;color:var(--text-dark,#000);padding-top:10px;display:block;}@media only screen and (max-width:1199px){.food-grid-item.grid-style-five.gird-style .food-info .read-more{padding-top:0;}}.food-grid-item.grid-style-five.gird-style .food-info .read-more [class^='icon-']{font-size:10px;display:inline-block;padding-left:5px;color:var(--brand-primary-text,#f53700);}.food-grid-item.grid-style-five.gird-style .food-info .read-more:hover{color:var(--brand-primary-text,#f53700);}.food-grid-item.grid-style-five.gird-style .food-footer-info{margin-bottom:30px;}@media only screen and (max-width:1199px){.food-grid-item.grid-style-five.gird-style .food-footer-info{margin-bottom:15px;}}.food-grid-item.grid-style-five.gird-style .food-info-content{font-size:13px;}.food-list-item{position:relative;}.food-list-item .food-title{font-size:16px;font-family:var(--heading-font,"Playfair Display",serif);font-weight:bold;line-height:1.25em;margin-bottom:0;}.food-list-item .food-title a:hover,.food-list-item .food-title a:focus{color:var(--brand-primary-text,#f53700);}.food-list-item .item-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:5px;}.food-list-item .item-header.mrb{margin-bottom:10px;}.food-list-item .item-header .food-price{font-size:16px;line-height:1.25em;font-weight:600;color:var(--brand-primary-text,#f53700);-webkit-transition:all 0.25s;transition:all 0.25s;}.food-list-item .food-cart-tools .food-cart{font-size:12px;font-weight:600;color:var(--text-dark,#000);text-transform:uppercase;display:inline-block;border-bottom:2px solid #c51c23;padding-bottom:3px;position:absolute;bottom:10px;left:0;opacity:0;visibility:hidden;-webkit-transition:all 0.25s;transition:all 0.25s;}.food-list-item .food-cart-tools .food-cart:hover,.food-list-item .food-cart-tools .food-cart:focus{color:var(--brand-primary-text,#f53700);}.food-list-item.list-style-one{margin-bottom:30px;}.food-list-item.list-style-one:hover .food-cart-tools .food-cart{bottom:3px;}.food-list-item.list-style-one:hover .food-info,.food-list-item.list-style-one:hover .item-header .item-header-right .food-price{opacity:0;visibility:hidden;}.food-list-item.list-style-one:hover .item-header .item-header-right .add-bookmark{top:50%;}.food-list-item.list-style-one:hover .food-cart-tools .food-cart,.food-list-item.list-style-one:hover .item-header .item-header-right .add-bookmark{opacity:1;visibility:visible;}.food-list-item.list-style-one .food-title{display:inline-block;position:relative;}.food-list-item.list-style-one .food-title > a{display:inline-block;}.food-list-item.list-style-one .food-title .cat-status{position:absolute;left:100%;top:-7px;margin-left:5px;z-index:1;}.food-list-item.list-style-one .item-header .item-header-right .add-bookmark{font-size:17px;color:#bababa;position:absolute;top:-30%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all 0.25s;transition:all 0.25s;opacity:0;visibility:hidden;}.food-list-item.list-style-one .item-header .item-header-right .add-bookmark:hover,.food-list-item.list-style-one .item-header .item-header-right .add-bookmark:focus{color:var(--brand-primary-text,#f53700);}.food-list-item.list-style-one .food-info{font-size:14px;-webkit-transition:all 0.25s;transition:all 0.25s;opacity:1;visibility:visible;}.food-list-item.list-style-two,.food-list-item.list-style-three{position:relative;}.food-list-item.list-style-two .cat-status,.food-list-item.list-style-three .cat-status{position:absolute;bottom:8px;right:0;z-index:1;}@media only screen and (max-width:420px){.food-list-item.list-style-two .cat-status,.food-list-item.list-style-three .cat-status{bottom:-3px;}}.food-list-item.list-style-two:hover .item-header .item-header-right .food-price,.food-list-item.list-style-three:hover .item-header .item-header-right .food-price{opacity:0;visibility:hidden;}.food-list-item.list-style-two:hover .food-cart-tools1,.food-list-item.list-style-three:hover .food-cart-tools1{opacity:1;visibility:visible;top:45%;}.food-list-item.list-style-two .food-title,.food-list-item.list-style-three .food-title{font-family:var(--heading-font-uc,"Poppins",sans-serif);text-transform:uppercase;}.food-list-item.list-style-two .food-title > a,.food-list-item.list-style-three .food-title > a{display:inline-block;background-color:white;padding-bottom:5px;padding-right:5px;position:relative;}.food-list-item.list-style-two .food-cart-tools1,.food-list-item.list-style-three .food-cart-tools1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin:0 -5px;position:absolute;right:0;top:70%;-webkit-transform:translateY(-50%);transform:translateY(-50%);opacity:0;visibility:hidden;-webkit-transition:all 0.3s;transition:all 0.3s;}.food-list-item.list-style-two .food-cart-tools1 > a,.food-list-item.list-style-three .food-cart-tools1 > a{margin:0 5px;}.food-list-item.list-style-two .food-cart-tools1 .food-cart,.food-list-item.list-style-three .food-cart-tools1 .food-cart{font-weight:600;font-size:12px;text-transform:uppercase;color:var(--brand-primary-text,#f53700);position:relative;line-height:1em;}.food-list-item.list-style-two .food-cart-tools1 .food-cart:before,.food-list-item.list-style-three .food-cart-tools1 .food-cart:before{position:absolute;content:"";top:50%;left:-30px;height:1px;width:22px;background-color:var(--brand-primary-text,#f53700);-webkit-transition:all 0.3s;transition:all 0.3s;}.food-list-item.list-style-two .food-cart-tools1 .food-cart:hover,.food-list-item.list-style-three .food-cart-tools1 .food-cart:hover{color:var(--text-dark,#000);}.food-list-item.list-style-two .food-cart-tools1 .food-cart:hover:before,.food-list-item.list-style-three .food-cart-tools1 .food-cart:hover:before{left:-35px;}.food-list-item.list-style-two .food-cart-tools1 .add-bookmark,.food-list-item.list-style-three .food-cart-tools1 .add-bookmark{font-size:17px;color:#bababa;}.food-list-item.list-style-two .food-cart-tools1 .add-bookmark:hover,.food-list-item.list-style-three .food-cart-tools1 .add-bookmark:hover{color:var(--brand-primary-text,#f53700);}.food-list-item.list-style-two .item-header,.food-list-item.list-style-three .item-header{position:relative;padding-bottom:8px;}.food-list-item.list-style-two .item-header:before,.food-list-item.list-style-three .item-header:before{position:absolute;content:"";bottom:0px;left:0;height:2px;width:100%;border-top:1px dashed var(--brand-background-line,#444);}.food-list-item.list-style-two .item-header .item-header-left,.food-list-item.list-style-three .item-header .item-header-left{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 120px);flex:0 0 calc(100% - 120px);max-width:calc(100% - 120px);}@media only screen and (max-width:480px){.food-list-item.list-style-two .item-header .item-header-left,.food-list-item.list-style-three .item-header .item-header-left{max-width:100%;}}.food-list-item.list-style-two .item-header .item-header-right,.food-list-item.list-style-three .item-header .item-header-right{-webkit-box-flex:0;-ms-flex:0 0 120px;flex:0 0 120px;max-width:120px;position:relative;}@media only screen and (max-width:480px){.food-list-item.list-style-two .item-header .item-header-right,.food-list-item.list-style-three .item-header .item-header-right{max-width:100%;}}.food-list-item.list-style-two .item-header .item-header-right .food-price,.food-list-item.list-style-three .item-header .item-header-right .food-price{-webkit-transition:all 0.3s;transition:all 0.3s;}.food-list-item.list-style-two .item-header .item-header-right .food-price > span,.food-list-item.list-style-three .item-header .item-header-right .food-price > span{padding-bottom:5px;display:inline-block;background-color:white;padding-left:5px;}.food-list-item.list-style-two{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media only screen and (max-width:575px){.food-list-item.list-style-two{display:block;}}.food-list-item.list-style-two .food-thumb{-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px;max-width:100px;}@media only screen and (max-width:575px){.food-list-item.list-style-two .food-thumb{max-width:100%;margin-bottom:10px;}}.food-list-item.list-style-two .food-thumb > img{width:100px;border-radius:50%;height:100px;}.food-list-item.list-style-two .food-info-details{width:100%;}@media only screen and (max-width:575px){.food-list-item.list-style-two .food-info-details{max-width:100%;padding-left:0;}}.food-list-item.list-style-three{display:block;}.food-list-item.list-style-four .food-title{font-weight:bold;font-family:var(--heading-font-uc,"Poppins",sans-serif);}@media only screen and (max-width:575px){.food-list-item.list-style-four .food-title{margin-bottom:5px;}}.food-list-item.list-style-four .food-title > a{background-color:#F6F6F6;display:inline-block;padding-right:5px;position:relative;z-index:1;}@media only screen and (max-width:575px){.food-list-item.list-style-four .food-title > a{background-color:transparent;padding-right:0;}}.food-list-item.list-style-four .food-info p{line-height:1.5em;}.food-list-item.list-style-four .food-price{padding-left:0;margin-bottom:0;list-style:none;font-size:15px;font-weight:500;}@media only screen and (max-width:575px){.food-list-item.list-style-four .food-price{font-size:14px;}}.food-list-item.list-style-four .food-price > li{display:inline-block;margin-left:25px;}@media only screen and (max-width:575px){.food-list-item.list-style-four .food-price > li{margin-left:15px;}}.food-list-item.list-style-four .food-price > li:first-child{margin-left:0;}.food-list-item.list-style-four .food-price > li > span{font-size:12px;color:var(--text-gray,#666666);display:inline-block;margin-right:2px;}.food-list-item.list-style-four .item-header{position:relative;}@media only screen and (max-width:575px){.food-list-item.list-style-four .item-header{display:block;}}.food-list-item.list-style-four .item-header:before{position:absolute;content:"";bottom:9px;left:0;height:2px;width:calc(100% - 245px);border-top:1px dashed black;opacity:0.4;-webkit-transition:all 0.3s;transition:all 0.3s;}@media only screen and (max-width:575px){.food-list-item.list-style-four .item-header:before{display:none;}}.food-list-item.list-style-four .item-header .item-header-left{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 260px);flex:0 0 calc(100% - 260px);max-width:calc(100% - 260px);}@media only screen and (max-width:575px){.food-list-item.list-style-four .item-header .item-header-left{max-width:100%;}}.food-list-item.list-style-four .item-header .item-header-right{-webkit-box-flex:0;-ms-flex:0 0 260px;flex:0 0 260px;max-width:260px;}@media only screen and (max-width:575px){.food-list-item.list-style-four .item-header .item-header-right{max-width:100%;text-align:left;}}.food-menu-cat-group:hover .food-thumb img{-webkit-transform:scale(1.1);transform:scale(1.1);}.food-menu-cat-group:hover .food-thumb .overlay:before{opacity:0.8;}.food-menu-cat-group.style-two .food-thumb{margin-bottom:30px;}.food-menu-cat-group.style-two .food-cat-name{font-weight:700;text-transform:uppercase;font-family:var(--heading-font,"Playfair Display",serif);margin-bottom:45px;font-size:32px;}@media only screen and (max-width:991px){.food-menu-cat-group.style-two .food-cat-name{margin-bottom:30px;font-size:24px;}}.food-menu-cat-group.style-two .food-list-item.list-style-one{margin-bottom:15px;}.food-menu-cat-group.style-two .food-list-item.list-style-one .food-title{font-family:var(--heading-font-uc,"Poppins",sans-serif);font-weight:bold;}.food-menu-cat-group.style-two .food-list-item.list-style-one .item-header .item-header-left{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 110px);flex:0 0 calc(100% - 110px);max-width:calc(100% - 110px);}.food-menu-cat-group.style-two .food-list-item.list-style-one .item-header .item-header-right{-webkit-box-flex:0;-ms-flex:0 0 110px;flex:0 0 110px;max-width:110px;}.food-menu-cat-group.style-two .food-list-item.list-style-one .food-cart-tools .food-cart{font-size:14px;border-bottom:0px solid;padding-bottom:0;line-height:1.1em;left:auto;right:0;}.food-menu-cat-group .food-thumb{position:relative;margin-bottom:35px;overflow:hidden;}.food-menu-cat-group .food-thumb img{-webkit-transition:all 0.25s;transition:all 0.25s;width:100%;}.food-menu-cat-group .food-thumb .overlay{position:absolute;left:40px;top:40px;width:calc(100% - 80px);height:calc(100% - 80px);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;}@media only screen and (max-width:1199px){.food-menu-cat-group .food-thumb .overlay{left:20px;top:20px;width:calc(100% - 40px);height:calc(100% - 40px);}}.food-menu-cat-group .food-thumb .overlay:before{background-color:black;content:"";opacity:0.6;position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;-webkit-transition:all 0.25s;transition:all 0.25s;}.food-menu-cat-group .food-thumb .overlay .food-cat-name{font-size:48px;font-family:var(--heading-font,"Playfair Display",serif);color:white;font-weight:700;font-style:italic;margin-bottom:0;padding:20px 50px;text-align:center;line-height:0.95;position:relative;z-index:2;}@media only screen and (max-width:1199px){.food-menu-cat-group .food-thumb .overlay .food-cat-name{font-size:36px;}}.food-menu-cat-group .food-item-list .food-list-item.list-style-one:last-child{margin-bottom:-2px;}.cat-status{display:inline-block;background-color:var(--brand-primary-text,#f53700);color:white;font-size:10px;font-weight:500;padding:5px 10px;font-family:var(--heading-font-uc,"Poppins",sans-serif);line-height:1em;text-transform:uppercase;}.cat-status.popular{background-color:#E87E04;}.cat-status.sale{background-color:#0070AC;}.cat-status.topseller{background-color:#85BF4B;}.cat-status.recommended{background-color:#B49A55;}.cat-status.spicy{background-color:#DC0D00;}.food-menu-block.style-one{position:relative;}.food-menu-block.style-one .filter-foodmenu-tab{margin-bottom:30px;}.food-menu-block.style-two .carousel-nav-text{position:relative;}.food-menu-block.style-two .carousel-nav-text.top-60{top:-60px;}@media only screen and (max-width:991px){.food-menu-block.style-two .carousel-nav-text.top-60{top:-10px;margin-bottom:30px;}}.food-menu-block.style-two .foodmenu_carousel{padding:0 25px;}@media only screen and (min-width:1200px) and (max-width:1300px){.food-menu-block.style-two .foodmenu_carousel{padding:0 5px;}}@media only screen and (max-width:1199px){.food-menu-block.style-two .foodmenu_carousel{padding:0 15px;}}@media only screen and (max-width:991px){.food-menu-block.style-two .foodmenu_carousel{padding:0;}}@media only screen and (min-width:576px) and (max-width:767px){.food-menu-block.style-two .container-fluid{max-width:540px;}}@media only screen and (min-width:481px) and (max-width:575px){.food-menu-block.style-two .container-fluid{max-width:450px;}}.food-menu-block.style-two .carousel-nav-dots-rec .owl-dots{padding-top:35px;}.food-menu-block.style-two .carousel-nav-dots-rec .owl-dots > div > span{background-color:black;}.food-menu-block.style-three{position:relative;}.food-menu-block.style-three .element-group > .element{z-index:1;}.food-menu-block.style-three .element-group > .element.one{top:calc(50% - 250px);left:0;-webkit-animation:linear bt-bottomTop-40 4s infinite;animation:linear bt-bottomTop-40 4s infinite;}@media only screen and (max-width:1450px){.food-menu-block.style-three .element-group > .element.one{display:none;}}.food-menu-block.style-three .element-group > .element.two{bottom:-155px;right:0px;-webkit-animation:linear bt-topBottom-40 4s infinite;animation:linear bt-topBottom-40 4s infinite;}@media only screen and (max-width:1450px){.food-menu-block.style-three .element-group > .element.two{display:none;}}.food-menu-block.style-three .element-group > .element.three{bottom:-60px;left:15px;}.food-menu-block.style-three .food-menu-bg{position:absolute;bottom:0;left:0;width:100%;height:calc(50% + 130px);}.food-menu-block.style-three .filter-foodmenu-tab{margin-bottom:35px;overflow:visible;}@media only screen and (max-width:991px){.food-menu-block.style-three .filter-foodmenu-tab{margin-bottom:20px;}}@media only screen and (max-width:575px){.food-menu-block.style-three .filter-foodmenu-tab{margin-bottom:15px;}}.food-menu-block.style-three .filter-foodmenu-tab .nav-tabs{overflow:visible;}.food-menu-block.style-three .filter-foodmenu-tab .nav-tabs > li > a{position:relative;}.food-menu-block.style-three .filter-foodmenu-tab .nav-tabs > li > a:before{position:absolute;content:"";border-style:solid;border-width:10px 8px;bottom:-70px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-color:transparent transparent #c51c23;opacity:0;visibility:hidden;-webkit-transition:all 0.25s;transition:all 0.25s;}@media only screen and (max-width:575px){.food-menu-block.style-three .filter-foodmenu-tab .nav-tabs > li > a:before{display:none;}}.food-menu-block.style-three .filter-foodmenu-tab .nav-tabs > li > a.active:before{opacity:1;visibility:visible;bottom:-56px;display:none;}@media only screen and (max-width:991px){.food-menu-block.style-three .filter-foodmenu-tab .nav-tabs > li > a.active:before{bottom:-40px;}}.food-menu-block.style-three .filter-foodmenu-tab-content .tab-pane{box-shadow:3px 3px 15px rgba(0,0,0,0.05);padding:60px;padding-top:20px;border-top:4px solid #c51c23;background-color:white;}@media only screen and (max-width:1199px){.food-menu-block.style-three .filter-foodmenu-tab-content .tab-pane{padding:50px 30px;}}@media only screen and (max-width:991px){.food-menu-block.style-three .filter-foodmenu-tab-content .tab-pane{padding:30px 20px 40px;}}.food-menu-block.style-four{position:relative;}.food-menu-block.style-four .element-group > .element.one{top:20px;left:0;}@media only screen and (max-width:1450px){.food-menu-block.style-four .element-group > .element.one{display:none;}}.food-menu-block.style-four .element-group > .element.two{bottom:0px;right:10px;-webkit-animation:linear bt-topBottom-40 4s infinite;animation:linear bt-topBottom-40 4s infinite;z-index:1;}@media only screen and (max-width:1850px){.food-menu-block.style-four .element-group > .element.two{display:none;}}.food-menu-block.style-four .filter-foodmenu-tab{margin-bottom:70px;}@media only screen and (max-width:1199px){.food-menu-block.style-four .filter-foodmenu-tab{margin-bottom:40px;}}@media only screen and (max-width:575px){.food-menu-block.style-four .filter-foodmenu-tab{margin-bottom:25px;}}.food-menu-block.style-five{position:relative;}.food-menu-block.style-five .element-group > .element.one{bottom:70px;left:0;}@media only screen and (max-width:1450px){.food-menu-block.style-five .element-group > .element.one{display:none;}}.food-menu-block.style-five .element-group > .element.two{bottom:0px;right:15px;-webkit-animation:linear bt-topBottom-40 4s infinite;animation:linear bt-topBottom-40 4s infinite;}@media only screen and (max-width:1800px){.food-menu-block.style-five .element-group > .element.two{display:none;}}.food-menu-block.style-five .element-group > .element.three{top:0px;right:5px;}@media only screen and (max-width:1720px){.food-menu-block.style-five .element-group > .element.three{display:none;}}.food-menu-block.style-five .food-list-item.list-style-one{margin-bottom:30px;}@media only screen and (max-width:575px){.food-menu-block.style-five .food-list-item.list-style-one{margin-bottom:20px;}}.food-menu-block.style-six .container-fluid{padding:0;overflow:hidden;}.food-menu-block.style-six .carousel-nav-text{margin-top:60px;}.food-menu-block.style-seven .food-menu-block-main{position:relative;}.food-menu-block.style-seven .food-menu-block-main .food-bg-left,.food-menu-block.style-seven .food-menu-block-main .food-bg-right{position:absolute;width:calc(50% - 315px);height:100%;top:0;}@media only screen and (max-width:1199px){.food-menu-block.style-seven .food-menu-block-main .food-bg-left,.food-menu-block.style-seven .food-menu-block-main .food-bg-right{width:calc(50% - 260px);}}@media only screen and (max-width:991px){.food-menu-block.style-seven .food-menu-block-main .food-bg-left,.food-menu-block.style-seven .food-menu-block-main .food-bg-right{width:calc(50% - 225px);}}@media only screen and (max-width:767px){.food-menu-block.style-seven .food-menu-block-main .food-bg-left,.food-menu-block.style-seven .food-menu-block-main .food-bg-right{width:calc(50% - 100px);}}@media only screen and (max-width:480px){.food-menu-block.style-seven .food-menu-block-main .food-bg-left,.food-menu-block.style-seven .food-menu-block-main .food-bg-right{display:none;}}.food-menu-block.style-seven .food-menu-block-main .food-bg-left{left:0;}.food-menu-block.style-seven .food-menu-block-main .food-bg-right{right:0;}.food-menu-block.style-seven .filter-foodmenu-tab-content{width:630px;background-color:#f7f7f7;margin:0 auto;position:relative;overflow:hidden;padding-left:40px;padding-right:40px;}@media only screen and (max-width:1199px){.food-menu-block.style-seven .filter-foodmenu-tab-content{width:520px;}}@media only screen and (max-width:991px){.food-menu-block.style-seven .filter-foodmenu-tab-content{width:450px;padding-left:20px;padding-right:20px;}}@media only screen and (max-width:767px){.food-menu-block.style-seven .filter-foodmenu-tab-content{width:510px;}}@media only screen and (max-width:575px){.food-menu-block.style-seven .filter-foodmenu-tab-content{width:420px;}}@media only screen and (max-width:480px){.food-menu-block.style-seven .filter-foodmenu-tab-content{width:100%;padding-left:15px;padding-right:15px;}}.food-menu-block.style-seven .filter-foodmenu-tab-content:before,.food-menu-block.style-seven .filter-foodmenu-tab-content:after{position:absolute;width:100%;height:300px;content:"";background-size:cover;background-repeat:no-repeat;z-index:1;opacity:0.15;left:0;}.food-menu-block.style-seven .filter-foodmenu-tab-content:before{top:0;background-position:top center;background-image:url("/Assets/images/bg/bg-pattent-top.png");}.food-menu-block.style-seven .filter-foodmenu-tab-content:after{background-position:bottom center;background-image:url("/Assets/images/bg/bg-pattent-bottom.png");bottom:0;}.food-menu-block.style-seven .filter-foodmenu-tab-content > div{position:relative;z-index:2;}.food-menu-block.style-seven .filter-foodmenu-tab-content .food-item-carousel-single{margin-top:-5px;}.food-menu-block.style-seven .food-item{position:relative;text-align:center;margin-bottom:35px;}.food-menu-block.style-seven .food-item:hover .food-price{opacity:0;visibility:hidden;}.food-menu-block.style-seven .food-item:hover .food-cart-tools{opacity:1;visibility:visible;bottom:2px;}.food-menu-block.style-seven .food-item .food-title{font-family:var(--heading-font,"Playfair Display",serif);font-size:24px;font-weight:bold;text-transform:uppercase;}@media only screen and (max-width:767px){.food-menu-block.style-seven .food-item .food-title{font-size:20px;}}.food-menu-block.style-seven .food-item .food-title a:hover,.food-menu-block.style-seven .food-item .food-title a:focus{color:var(--brand-primary-text,#f53700);}.food-menu-block.style-seven .food-item .food-info{margin-bottom:10px;}.food-menu-block.style-seven .food-item .food-info p{line-height:1.6em;}.food-menu-block.style-seven .food-item .food-price{-webkit-transition:all 0.3s;transition:all 0.3s;font-size:21px;font-weight:normal;font-family:var(--heading-font,"Playfair Display",serif);color:var(--brand-primary-text,#f53700);}@media only screen and (max-width:767px){.food-menu-block.style-seven .food-item .food-price{font-size:20px;}}.food-menu-block.style-seven .food-item .food-cart-tools{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;margin:0 -10px;right:0;opacity:0;position:absolute;visibility:hidden;-webkit-transition:all 0.3s;transition:all 0.3s;width:100%;bottom:-10px;}.food-menu-block.style-seven .food-item .food-cart-tools > a{margin:0 10px;}.food-menu-block.style-seven .food-item .food-cart-tools .food-cart{font-weight:600;font-size:12px;text-transform:uppercase;color:var(--text-dark,#000);position:relative;line-height:1em;display:inline-block;border-bottom:1px solid #c51c23;padding-bottom:5px;}.food-menu-block.style-seven .food-item .food-cart-tools .food-cart:hover{color:var(--brand-primary-text,#f53700);}.food-menu-block.style-seven .food-item .food-cart-tools .add-bookmark{font-size:17px;color:#bababa;line-height:1em;}.food-menu-block.style-seven .food-item .food-cart-tools .add-bookmark:hover{color:var(--brand-primary-text,#f53700);}.food-menu-block.style-eight .food-menu-title-area{height:100%;text-align:center;color:white;position:relative;}@media only screen and (max-width:991px){.food-menu-block.style-eight .food-menu-title-area{margin-top:100px;height:auto;}}.food-menu-block.style-eight .food-menu-title-area .food-menu-right-img{position:absolute;left:-350px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:0;}@media only screen and (max-width:991px){.food-menu-block.style-eight .food-menu-title-area .food-menu-right-img{display:none;}}.food-menu-block.style-eight .food-menu-title-area .food-menu-title-area-inner{background-color:var(--brand-primary-text,#f53700);display:block;padding:90px 10px;position:relative;z-index:1;height:100%;width:100%;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;}.food-menu-block.style-eight .food-menu-title-area .food-menu-title-area-inner:before,.food-menu-block.style-eight .food-menu-title-area .food-menu-title-area-inner:after{position:absolute;width:100%;height:135px;content:"";background-repeat:repeat-x;z-index:1;opacity:0.15;left:0;}.food-menu-block.style-eight .food-menu-title-area .food-menu-title-area-inner:before{top:0;background-position:top center;background-image:url("/Assets/images/bg/food-pattent-top.png");}.food-menu-block.style-eight .food-menu-title-area .food-menu-title-area-inner:after{background-position:bottom center;background-image:url("/Assets/images/bg/food-pattent-bottom.png");bottom:0;}.food-menu-block.style-eight .food-menu-title-area .food-menu-title-area-inner .section-title.section-default{margin-bottom:0;}.food-menu-block.style-eight .food-menu-title-area .food-menu-title-area-inner .section-title.section-default .title-main > span{color:white;margin-top:-15px;padding-left:0;}.food-menu-block.style-eight .food-menu-title-area .food-menu-title-area-inner .section-title.section-default .divider{padding-bottom:0;}.food-menu-block.style-eight .foodmenu-tab-content-main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:-30px;}@media only screen and (max-width:991px){.food-menu-block.style-eight .foodmenu-tab-content-main{margin-left:0;padding-top:50px;}}@media only screen and (max-width:767px){.food-menu-block.style-eight .foodmenu-tab-content-main{display:block;}}.food-menu-block.style-eight .foodmenu-tab-content-main .filter-foodmenu-tab{-webkit-box-flex:0;-ms-flex:0 0 400px;flex:0 0 400px;max-width:400px;margin-bottom:0;}@media only screen and (max-width:1199px){.food-menu-block.style-eight .foodmenu-tab-content-main .filter-foodmenu-tab{-webkit-box-flex:0;-ms-flex:0 0 250px;flex:0 0 250px;max-width:250px;}}@media only screen and (max-width:767px){.food-menu-block.style-eight .foodmenu-tab-content-main .filter-foodmenu-tab{max-width:100%;margin-bottom:30px;}}.food-menu-block.style-eight .foodmenu-tab-content-main .filter-foodmenu-tab-content{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 400px);flex:0 0 calc(100% - 400px);max-width:calc(100% - 400px);padding-left:30px;}@media only screen and (max-width:1199px){.food-menu-block.style-eight .foodmenu-tab-content-main .filter-foodmenu-tab-content{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 250px);flex:0 0 calc(100% - 250px);max-width:calc(100% - 250px);padding-left:20px;}}@media only screen and (max-width:767px){.food-menu-block.style-eight .foodmenu-tab-content-main .filter-foodmenu-tab-content{max-width:100%;padding-left:0;}}.food-menu-block.style-eight .foodmenu-tab-content-main .filter-foodmenu-tab-content .food-list-item.list-style-one{margin-bottom:30px;}@media only screen and (max-width:767px){.food-menu-block.style-eight .foodmenu-tab-content-main .filter-foodmenu-tab-content .food-list-item.list-style-one{margin-bottom:20px;}}.food-menu-block.style-eight .foodmenu-tab-content-main .filter-foodmenu-tab-content .tab-pane{margin-bottom:-30px;}@media only screen and (max-width:767px){.food-menu-block.style-eight .foodmenu-tab-content-main .filter-foodmenu-tab-content .tab-pane{margin-bottom:-20px;}}.food-menu-block.style-nine .food-cat-title-area{text-align:center;padding:95px 15px;}.food-menu-block.style-nine .food-cat-title-area:before{opacity:0.8;}.food-menu-block.style-nine .food-cat-title-area .food-cat-title{font-size:60px;color:white;position:relative;z-index:2;font-weight:normal;font-family:var(--heading-font,"Playfair Display",serif);line-height:0.9em;margin-bottom:0;}@media only screen and (max-width:991px){.food-menu-block.style-nine .food-cat-title-area .food-cat-title{font-size:48px;}}@media only screen and (max-width:575px){.food-menu-block.style-nine .food-cat-title-area .food-cat-title{font-size:32px;}}.food-menu-block.style-nine .food-cat-title-area .food-cat-title > span{display:block;color:var(--brand-primary-text,#f53700);font-weight:700;}.food-menu-block.style-nine .food-menu-block-main{position:relative;}.food-menu-block.style-nine .food-menu-block-main .element-group > .element.one{top:30px;left:0;}@media only screen and (max-width:1700px){.food-menu-block.style-nine .food-menu-block-main .element-group > .element.one{display:none;}}.food-menu-block.style-nine .food-menu-block-main .element-group > .element.two{bottom:-130px;right:30px;-webkit-animation:linear bt-topBottom-40 4s infinite;animation:linear bt-topBottom-40 4s infinite;z-index:1;}@media only screen and (max-width:1850px){.food-menu-block.style-nine .food-menu-block-main .element-group > .element.two{right:0;}}@media only screen and (max-width:1750px){.food-menu-block.style-nine .food-menu-block-main .element-group > .element.two{display:none;}}.food-menu-block.style-nine .food-menu-block-main .element-group > .element.three{top:0;left:0;}@media only screen and (max-width:1750px){.food-menu-block.style-nine .food-menu-block-main .element-group > .element.three{display:none;}}.food-menu-block.style-nine .food-menu-block-main .element-group > .element.four{bottom:-80px;right:0px;-webkit-animation:linear bt-bottomTop-40 4s infinite;animation:linear bt-bottomTop-40 4s infinite;z-index:1;}@media only screen and (max-width:1700px){.food-menu-block.style-nine .food-menu-block-main .element-group > .element.four{display:none;}}.food-menu-block.style-ten{position:relative;overflow:hidden;}.food-menu-block.style-ten .element-group > .element.one{top:-20px;left:-40px;z-index:1;}@media only screen and (max-width:1550px){.food-menu-block.style-ten .element-group > .element.one{display:none;}}.food-menu-block.style-ten .element-group > .element.two{bottom:40px;left:calc(50% - 670px);}@media only screen and (max-width:1199px){.food-menu-block.style-ten .element-group > .element.two{left:calc(50% - 550px);}}@media only screen and (max-width:991px){.food-menu-block.style-ten .element-group > .element.two{left:calc(50% - 430px);}}@media only screen and (max-width:767px){.food-menu-block.style-ten .element-group > .element.two{left:calc(50% - 320px);}}@media only screen and (max-width:575px){.food-menu-block.style-ten .element-group > .element.two{display:none;}}.food-menu-block.style-ten .element-group > .element.three{top:23%;right:5px;}@media only screen and (max-width:1650px){.food-menu-block.style-ten .element-group > .element.three{display:none;}}.food-menu-block.style-ten .element-group > .element.four{top:0px;left:0px;z-index:1;}@media only screen and (max-width:1550px){.food-menu-block.style-ten .element-group > .element.four{display:none;}}.food-menu-block.style-ten .tse-scrollbar{background-color:#DDDDDD;border-radius:0px;height:calc(100% - 10px);width:6px;z-index:9;-webkit-transition:all 0.25s;transition:all 0.25s;}.food-menu-block.style-ten .tse-scrollbar .drag-handle{background-color:var(--brand-primary-text,#f53700);right:0;width:6px;opacity:0.75;border-radius:inherit;cursor:pointer;}.food-menu-block.style-ten .tse-scrollbar .drag-handle.visible{opacity:1;}.food-menu-block.style-ten .activeScrollBar{width:100%;}.food-menu-block.style-ten .tse-scroll-content{width:102% !important;}.food-menu-block.style-ten .food-list-item-main{margin-right:-100px;padding:40px 100px 40px 40px;}@media only screen and (max-width:991px){.food-menu-block.style-ten .food-list-item-main{padding-right:40px;margin-right:0;}}@media only screen and (max-width:767px){.food-menu-block.style-ten .food-list-item-main{padding:30px 20px;}}.food-menu-block.style-ten .food-list-item-main > .food-list-item-main-inner{height:480px !important;}.food-menu-block.style-ten .food-list-item-main .tse-content{padding-right:40px;}@media only screen and (max-width:575px){.food-menu-block.style-ten .food-list-item-main .tse-content{padding-right:30px;}}.food-menu-block.style-ten .food-list-thumb{padding:40px 0;}@media only screen and (max-width:1199px){.food-menu-block.style-ten .food-list-thumb{padding:80px 0;}}@media only screen and (max-width:991px){.food-menu-block.style-ten .food-list-thumb{display:none;}}.food-menu-block.home-foodmenu-one .food-grid-item.grid-style-two{margin-bottom:-5px;}.food-menu-block.home-foodmenu-one .carousel-align-center .owl-nav{opacity:0;-webkit-transition:all 0.25s;transition:all 0.25s;}.food-menu-block.home-foodmenu-one:hover .carousel-align-center .owl-nav{opacity:1;}@media only screen and (max-width:767px){.food-menu-block.home-foodmenu-one .foodmenu_carousel_three{margin-bottom:-18px;}}.food-menu-block.home-foodmenu-two .food-grid-item.grid-style-two{margin-bottom:-5px;}.food-menu-block.home-foodmenu-two .food-grid-item.grid-style-two .food-title{color:white;}.food-menu-block.home-foodmenu-two .food-grid-item.grid-style-two .reciepe-no{color:#bababa;}@media only screen and (max-width:991px){.food-menu-block.home-foodmenu-three{padding-bottom:100px;}}.food-menu-block.home-foodmenu-three .foodmenu-tab-content-main .filter-foodmenu-tab{text-align:center;}.food-menu-block.home-foodmenu-three .foodmenu-tab-content-main .filter-foodmenu-tab.style-six{padding:75px 0;}.food-menu-block.home-foodmenu-three .foodmenu-tab-content-main .filter-foodmenu-tab .btn-primary.btn-white{letter-spacing:0.2em;margin-top:180px;}@media only screen and (max-width:1199px){.food-menu-block.home-foodmenu-three .foodmenu-tab-content-main .filter-foodmenu-tab .btn-primary.btn-white{margin-top:30px;}}.food-menu-block.home-foodmenu-four{position:relative;}@media only screen and (max-width:1800px){.food-menu-block.home-foodmenu-four .element-group > .element{display:none;}}.food-menu-block.home-foodmenu-four .element-group > .element.one{bottom:60px;right:calc(50% - 850px);}.food-menu-block.home-foodmenu-four .food-menu-title-area .food-menu-right-img{position:absolute;left:-350px;top:auto;bottom:0;-webkit-transform:translateY(0);transform:translateY(0);}.food-menu-block.home-foodmenu-five{position:relative;}.food-menu-block.home-foodmenu-five .element-group > .element{z-index:1;top:-200px;left:-20px;-webkit-animation:linear bt-leftRight-20 3s infinite;animation:linear bt-leftRight-20 3s infinite;}@media only screen and (max-width:1450px){.food-menu-block.home-foodmenu-five .element-group > .element{display:none;}}.food-menu-block.home-foodmenu-five .single-food-ice-list .single-food-ice:nth-child(2n){-ms-flex-flow:row-reverse;flex-flow:row-reverse;}@media only screen and (max-width:767px){.food-menu-block.home-foodmenu-five .single-food-ice-list .single-food-ice:nth-child(2n){-ms-flex-flow:column;flex-flow:column;}}.food-menu-block.home-foodmenu-five .single-food-ice-list .single-food-ice:nth-child(2n) .ice-thumb{margin-right:-50px;margin-left:-70px;}@media only screen and (max-width:1366px){.food-menu-block.home-foodmenu-five .single-food-ice-list .single-food-ice:nth-child(2n) .ice-thumb{margin-right:-15px;margin-left:-50px;}}@media only screen and (max-width:767px){.food-menu-block.home-foodmenu-five .single-food-ice-list .single-food-ice:nth-child(2n) .ice-thumb{margin-right:0px;margin-left:0px;}}@media only screen and (max-width:767px){.food-menu-block.home-foodmenu-five .single-food-ice{margin-bottom:50px;}.food-menu-block.home-foodmenu-five .single-food-ice:last-child{margin-bottom:0;}}.food-menu-block.home-foodmenu-five .single-food-ice .ice-thumb{margin-right:-30px;margin-left:-120px;}@media only screen and (max-width:1366px){.food-menu-block.home-foodmenu-five .single-food-ice .ice-thumb{margin-right:-15px;margin-left:-75px;}}@media only screen and (max-width:767px){.food-menu-block.home-foodmenu-five .single-food-ice .ice-thumb{margin-right:0px;margin-left:0px;margin-bottom:25px;}}.food-menu-block.home-foodmenu-five .single-food-ice .ice-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.food-menu-block.home-foodmenu-five .single-food-ice .ice-details .food-title{font-size:70px;font-weight:normal;line-height:1.15em;font-family:var(--heading-font,"Playfair Display",serif);margin-bottom:30px;}@media only screen and (max-width:1199px){.food-menu-block.home-foodmenu-five .single-food-ice .ice-details .food-title{font-size:52px;margin-bottom:20px;}}@media only screen and (max-width:480px){.food-menu-block.home-foodmenu-five .single-food-ice .ice-details .food-title{font-size:42px;margin-bottom:15px;}}.food-menu-block.home-foodmenu-five .single-food-ice .ice-details .food-title > span{color:var(--brand-primary-text,#f53700);}.food-menu-block.home-foodmenu-five .single-food-ice .ice-details .ice-info{margin-bottom:45px;}@media only screen and (max-width:1199px){.food-menu-block.home-foodmenu-five .single-food-ice .ice-details .ice-info{margin-bottom:25px;}}.food-menu-block.home-foodmenu-five .single-food-ice .ice-details .view-more{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:0.2em;color:var(--text-dark,#000);display:inline-block;position:relative;padding-bottom:8px;-webkit-transition:all 0.3s;transition:all 0.3s;}@media only screen and (max-width:480px){.food-menu-block.home-foodmenu-five .single-food-ice .ice-details .view-more{margin-bottom:5px;}}.food-menu-block.home-foodmenu-five .single-food-ice .ice-details .view-more:before{position:absolute;content:"";bottom:0;left:0;height:3px;width:40px;background-color:var(--brand-primary-text,#f53700);-webkit-transition:all 0.3s;transition:all 0.3s;}@media only screen and (max-width:480px){.food-menu-block.home-foodmenu-five .single-food-ice .ice-details .view-more:before{height:2px;}}.food-menu-block.home-foodmenu-five .single-food-ice .ice-details .view-more:hover,.food-menu-block.home-foodmenu-five .single-food-ice .ice-details .view-more:focus{color:var(--brand-primary-text,#f53700);}.food-menu-block.home-foodmenu-five .single-food-ice .ice-details .view-more:hover:before,.food-menu-block.home-foodmenu-five .single-food-ice .ice-details .view-more:focus:before{width:100%;}.food-menu-block.home-foodmenu-six .filter-foodmenu-tab .nav-tabs > li > a{font-family:"Merienda One",cursive;font-weight:normal;font-style:normal;}.food-menu-block.home-foodmenu-six .filter-foodmenu-tab .nav-tabs > li > a.active{color:white;}.food-menu-block.home-foodmenu-seven{position:relative;margin-bottom:40px;}@media only screen and (max-width:1620px){.food-menu-block.home-foodmenu-seven{margin-bottom:0;}}.food-menu-block.home-foodmenu-seven .element-group > .element{z-index:1;}@media only screen and (max-width:1620px){.food-menu-block.home-foodmenu-seven .element-group > .element{display:none;}}.food-menu-block.home-foodmenu-seven .element-group > .element.one{bottom:0;left:0;}.food-menu-block.home-foodmenu-seven .element-group > .element.two{top:40px;right:0%;}.food-menu-block.home-foodmenu-seven .element-group + div{position:relative;z-index:2;}.food-menu-block.home-foodmenu-seven .filter-foodmenu-tab .nav-tabs > li > a{font-style:italic;padding:0 45px;}@media only screen and (max-width:1199px){.food-menu-block.home-foodmenu-seven .filter-foodmenu-tab .nav-tabs > li > a{padding:0 25px;}}@media only screen and (max-width:991px){.food-menu-block.home-foodmenu-seven .filter-foodmenu-tab .nav-tabs > li > a{padding:0 15px;}}@media only screen and (max-width:767px){.food-menu-block.home-foodmenu-seven .filter-foodmenu-tab .nav-tabs > li > a{padding:0 8px;}}.food-menu-block.home-foodmenu-seven .food-list-item.list-style-two .food-thumb > img{width:auto;border-radius:0%;height:auto;margin-top:-5px;}.food-menu-block.home-foodmenu-seven .food-list-item.list-style-two .food-title{font-family:var(--heading-font,"Playfair Display",serif);font-size:18px;font-style:italic;}.food-menu-block.home-foodmenu-seven .food-list-item.list-style-two .cat-status{position:relative;bottom:auto;top:-2px;margin-right:5px;}.food-menu-block.home-foodmenu-seven .food-list-item.list-style-two .food-info-details{padding-left:0;}.food-menu-block.home-foodmenu-seven .food-list-item.list-style-two .food-info-details .food-info > p{display:inline;}.food-menu-block.home-foodmenu-eight .food-grid-item.grid-style-two{margin-bottom:30px;}.food-menu-block.home-foodmenu-eight .food-grid-item.grid-style-two .food-title{color:white;}.food-menu-block.home-foodmenu-eight .food-grid-item.grid-style-two .reciepe-no{color:#bababa;}.food-menu-block.home-foodmenu-nine .filter-foodmenu-tab .nav-tabs > li > a{font-size:21px;font-weight:normal;font-family:var(--heading-font,"Playfair Display",serif);}.food-menu-block.home-foodmenu-nine .filter-foodmenu-tab .nav-tabs > li > a > [class*="icon-"]{margin-bottom:10px;}@media only screen and (max-width:1199px){.food-menu-block.home-foodmenu-nine .filter-foodmenu-tab .nav-tabs > li > a{font-size:18px;}}@media only screen and (max-width:991px){.food-menu-block.home-foodmenu-nine .filter-foodmenu-tab .nav-tabs > li > a{font-size:16px;}}@media only screen and (max-width:480px){.food-menu-block.home-foodmenu-nine .filter-foodmenu-tab .nav-tabs > li > a{font-size:14px;}}.food-menu-block.home-foodmenu-nine .food-grid-item{margin-bottom:0;}@media only screen and (min-width:576px) and (max-width:768px){.food-menu-block .product-food-carousel2.food-grid-item.grid-style-three .food-thumb{min-height:170px;}}@media only screen and (max-width:420px){.food-menu-block .product-food-carousel2.food-grid-item.grid-style-three .food-thumb{min-height:180px;}}.our-product-block .product-food-item{text-align:center;position:relative;padding-top:5px;}.our-product-block .product-food-item:hover .food-thumb img{opacity:0.2;}.our-product-block .product-food-item:hover .food-thumb .overlay{height:100%;opacity:1;visibility:visible;}.our-product-block .product-food-item.product-food-two:hover .food-thumb img{opacity:1;}.our-product-block .product-food-item.product-food-two:hover .food-price{opacity:0;}.our-product-block .product-food-item.product-food-two:hover .food-cart-tools{opacity:1;visibility:visible;bottom:-5px;}.our-product-block .product-food-item.product-food-two .food-thumb{min-height:195px;}.our-product-block .product-food-item.product-food-two .cat-status{left:0;top:0;}.our-product-block .product-food-item.product-food-two .food-cart-tools{-webkit-transition:all 0.3s;transition:all 0.3s;position:absolute;bottom:-15px;left:0;width:100%;opacity:0;visibility:hidden;}.our-product-block .product-food-item.product-food-two .food-cart-tools .food-cart{font-size:12px;font-weight:600;color:var(--text-dark,#000);display:inline-block;border-bottom:2px solid #c51c23;padding:0 0 5px;background-color:transparent;border-radius:0;letter-spacing:normal;}.our-product-block .product-food-item.product-food-two .food-cart-tools .food-cart:hover{color:var(--brand-primary-text,#f53700);}.our-product-block .product-food-item.product-food-two .food-cart-tools .add-bookmark{font-size:17px;color:#bababa;background-color:transparent;border-radius:0;line-height:37px;}.our-product-block .product-food-item.product-food-two .food-cart-tools .add-bookmark:hover{background-color:transparent !important;color:var(--brand-primary-text,#f53700);}.our-product-block .product-food-item.product-food-two .food-title{font-size:24px;margin-bottom:15px;font-style:normal;}@media only screen and (max-width:767px){.our-product-block .product-food-item.product-food-two .food-title{font-size:20px;}}.our-product-block .product-food-item.product-food-two .food-price{font-style:normal;-webkit-transition:all 0.3s;transition:all 0.3s;}.our-product-block .product-food-item.product-food-two .food-price > sup{top:-8px;font-size:60%;}.our-product-block .product-food-item .cat-status{position:absolute;left:15px;top:10px;z-index:3;}.our-product-block .product-food-item .food-thumb{min-height:300px;margin-bottom:20px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}@media only screen and (max-width:767px){.our-product-block .product-food-item .food-thumb{line-height:1em;}}.our-product-block .product-food-item .food-thumb img{-webkit-transition:ease-in-out 0.3s;transition:ease-in-out 0.3s;}.our-product-block .product-food-item .food-thumb .overlay{position:absolute;content:"";width:100%;top:0;left:0;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;-webkit-transition:ease-in-out 0.3s;transition:ease-in-out 0.3s;height:0;opacity:0;visibility:hidden;}.our-product-block .product-food-item .food-cart-tools{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;margin:0 -5px;}.our-product-block .product-food-item .food-cart-tools > a{margin:0 5px;}.our-product-block .product-food-item .food-cart-tools .food-cart{padding:7px 20px;}.our-product-block .product-food-item .food-cart-tools .add-bookmark{width:36px;height:36px;line-height:36px;border-radius:50%;color:white;background-color:black;font-size:14px;line-height:41px;}.our-product-block .product-food-item .food-cart-tools .add-bookmark:hover{background-color:var(--brand-primary-text,#f53700);}.our-product-block .product-food-item .food-title{font-size:21px;margin-bottom:15px;font-weight:700;font-style:italic;font-family:var(--heading-font,"Playfair Display",serif);}@media only screen and (max-width:991px){.our-product-block .product-food-item .food-title{font-size:20px;margin-bottom:5px;}}.our-product-block .product-food-item .food-title a:hover,.our-product-block .product-food-item .food-title a:focus{color:#c51c23 !important;}.our-product-block .product-food-item .food-price{font-size:24px;font-weight:normal;font-style:italic;color:var(--brand-primary-text,#f53700);font-family:var(--heading-font,"Playfair Display",serif);}.our-product-block .product-food-item .food-price > sup{top:-7px;font-size:65%;}.our-product-block .product-food-item .food-price > sup > span{color:var(--text-gray,#666666);}.our-product-block.style-two{padding:210px 0 255px;background:-webkit-linear-gradient(top,#44abc2,#2f6bb6);background:linear-gradient(to bottom,#44abc2,#2f6bb6);}@media only screen and (max-width:1199px){.our-product-block.style-two{padding:80px 0 100px;}}@media only screen and (max-width:991px){.our-product-block.style-two{padding-top:85px;}}@media only screen and (max-width:480px){.our-product-block.style-two{padding-top:90px;}}.our-product-block.style-two .product-food-item .food-thumb{min-height:280px;margin-bottom:0;}@media only screen and (max-width:767px){.our-product-block.style-two .product-food-item .food-thumb{min-height:245px;}}.our-product-block.style-two .product-food-item .food-title{font-style:normal;color:white;font-size:24px;font-weight:normal;text-transform:uppercase;font-family:var(--heading-font,"Playfair Display",serif);margin-bottom:10px;}.our-product-block.style-two .product-food-item .food-price{font-style:normal;color:white;font-family:var(--heading-font,"Playfair Display",serif);font-weight:normal;}.our-product-block.style-two .product-food-item .food-price > sup{font-size:60%;}.our-product-block.style-two .product-food-carousel{padding-top:25px;}.our-product-block.style-two .carousel-arrow .owl-nav > div{opacity:0.5;}.our-product-block.style-two .carousel-arrow .owl-nav > div:hover{opacity:1;}@media only screen and (max-width:991px){.our-product-block.style-two .carousel-align-center .owl-nav > div{top:56%;}}.our-product-block.style-three{position:relative;margin-top:85px;padding:75px 0;margin-bottom:85px;}.our-product-block.style-three .bg-shape-top{position:absolute;top:-85px;left:0;width:100%;height:85px;z-index:1;}.our-product-block.style-three .bg-shape-bottom{position:absolute;bottom:-85px;left:0;width:100%;height:85px;z-index:2;}.our-product-block.style-three .section-title.style-six{margin-bottom:40px;}@media only screen and (max-width:1199px){.our-product-block.style-three .section-title.style-six{margin-bottom:30px;}}.our-product-block.style-three .carousel-nav-text{position:relative;top:-45px;}@media only screen and (max-width:1199px){.our-product-block.style-three .carousel-nav-text{top:0;margin-bottom:30px;}}.our-product-block.style-three .product-food-item .food-thumb{min-height:260px;margin-bottom:20px;}.our-product-block.style-three .product-food-item .food-title{font-size:42px;font-family:var(--heading-font,"Playfair Display",serif);color:var(--brand-primary-text,#f53700);font-weight:normal;margin-bottom:5px;word-spacing:5px;}@media only screen and (max-width:1199px){.our-product-block.style-three .product-food-item .food-title{font-size:32px;}}.our-product-block.style-three .product-food-item .food-title a:hover{color:black !important;}.our-product-block.style-three .product-food-item .food-price{margin:0 -10px;}.our-product-block.style-three .product-food-item .food-price > .price{font-family:var(--heading-font,"Playfair Display",serif);font-weight:normal;text-transform:uppercase;font-style:normal;letter-spacing:-0.025em;color:var(--text-dark,#000);display:inline-block;margin:0 10px;}.our-product-block.style-three .product-food-item .food-price > .price > span{color:var(--text-gray,#666666);font-size:55%;top:-8px;position:relative;}.our-product-block.style-three .product-food-item .food-price > .price > sup{font-size:55%;top:-8px;}.our-product-block.style-four .carousel-nav-text{position:relative;top:-55px;}@media only screen and (max-width:991px){.our-product-block.style-four .carousel-nav-text{top:-25px;}}.post-event-list > .post-event:nth-child(2n){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}.post-event-list > .post-event:nth-child(2n) .event-details{padding-left:0;padding-right:30px;text-align:right;}@media only screen and (max-width:767px){.post-event-list > .post-event:nth-child(2n) .event-details{padding:0 20px;}}@media only screen and (max-width:480px){.post-event-list > .post-event:nth-child(2n) .event-details{padding:0 15px;}}.post-event-list > .post-event:nth-child(2n) .event-details .event-details-inner{margin-left:0;margin-right:-100px;}@media only screen and (max-width:767px){.post-event-list > .post-event:nth-child(2n) .event-details .event-details-inner{margin-right:0;}}.post-event{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:30px;}@media only screen and (max-width:767px){.post-event{display:block;}}.post-event .event-thumb{-webkit-box-flex:0;-ms-flex:0 0 570px;flex:0 0 570px;max-width:570px;margin-bottom:0;}.post-event .event-thumb a{display:block;}@media only screen and (max-width:1199px){.post-event .event-thumb{-webkit-box-flex:0;-ms-flex:0 0 470px;flex:0 0 470px;max-width:470px;}}@media only screen and (max-width:991px){.post-event .event-thumb{-webkit-box-flex:0;-ms-flex:0 0 370px;flex:0 0 370px;max-width:370px;}}@media only screen and (max-width:767px){.post-event .event-thumb{max-width:100%;}}.post-event .event-details{padding-left:30px;color:#5e5e5e;}@media only screen and (max-width:767px){.post-event .event-details{padding:0 20px;position:relative;z-index:3;}}@media only screen and (max-width:480px){.post-event .event-details{padding:0 15px;}}.post-event .event-details .event-date{line-height:1.6em;font-weight:500;padding-top:30px;}@media only screen and (max-width:1199px){.post-event .event-details .event-date{padding-top:20px;}}@media only screen and (max-width:767px){.post-event .event-details .event-date{text-align:center;}}.post-event .event-details .event-date > span{color:var(--text-dark,#000);}.post-event .event-details .event-details-inner{background-color:#f8f8f8;border:10px solid white;padding:50px 40px 55px;margin-left:-100px;text-align:center;font-size:16px;box-shadow:5px 5px 12px rgba(0,0,0,0.025);margin-top:25px;}@media only screen and (max-width:991px){.post-event .event-details .event-details-inner{padding:25px 20px 30px;font-size:14px;}}@media only screen and (max-width:767px){.post-event .event-details .event-details-inner{margin-left:0;margin-top:-30px;}}@media only screen and (max-width:480px){.post-event .event-details .event-details-inner{padding:20px 15px 25px;}}.post-event .event-details .event-details-inner .event-title{font-size:36px;line-height:1.3em;font-weight:700;font-family:var(--heading-font,"Playfair Display",serif);color:var(--brand-primary-text,#f53700);position:relative;margin-bottom:40px;padding-bottom:35px;}@media only screen and (max-width:1199px){.post-event .event-details .event-details-inner .event-title{font-size:28px;margin-bottom:30px;padding-bottom:25px;}}@media only screen and (max-width:991px){.post-event .event-details .event-details-inner .event-title{font-size:24px;margin-bottom:25px;padding-bottom:20px;}}@media only screen and (max-width:480px){.post-event .event-details .event-details-inner .event-title{font-size:22px;}}.post-event .event-details .event-details-inner .event-title:before{position:absolute;content:"";left:50%;bottom:0;height:2px;width:60px;background-color:black;-webkit-transform:translateX(-50%);transform:translateX(-50%);}.post-event .event-details .event-details-inner .event-title a:hover,.post-event .event-details .event-details-inner .event-title a:focus{color:var(--text-dark,#000);}.our-events-block{overflow:hidden;}@media only screen and (max-width:991px){.our-events-block{padding-bottom:130px;}}.our-events-block .upcoming-event-carousel-outer{position:relative;}.our-events-block .upcoming-event-carousel-outer .element{position:absolute;right:-170px;top:-135px;z-index:-1;}@media only screen and (max-width:991px){.our-events-block .upcoming-event-carousel-outer .element{display:none;}}.our-events-block .upcoming-event-carousel-outer .upcoming-event-carousel.carousel-circle .owl-nav{position:absolute;right:-3px;bottom:42px;}@media only screen and (max-width:1199px){.our-events-block .upcoming-event-carousel-outer .upcoming-event-carousel.carousel-circle .owl-nav{bottom:0;}}@media only screen and (max-width:991px){.our-events-block .upcoming-event-carousel-outer .upcoming-event-carousel.carousel-circle .owl-nav{bottom:-50px;right:50%;-webkit-transform:translateX(50%);transform:translateX(50%);}}.our-events-block .post-event{margin-bottom:0;}.our-events-block .post-event .event-details-inner{box-shadow:0px 0px 12px rgba(0,0,0,0.1);}.news-block.style-one .carousel-nav-text{position:relative;top:-20px;}@media only screen and (max-width:991px){.news-block.style-one .carousel-nav-text{top:0;}}.news-block.style-one .carousel-nav-text.top-60{top:-60px;}@media only screen and (max-width:991px){.news-block.style-one .carousel-nav-text.top-60{top:-20px;margin-bottom:20px;}}@media only screen and (max-width:767px){.news-block.style-one .carousel-nav-text.top-60{top:-10px;}}.news-block.style-one .blog-post-carousel .post.post-gird .post-thumb a{display:block;}.news-block.style-one .blog-post-carousel .post.post-gird .post-thumb a img{width:100%;}.post{margin-bottom:55px;text-align:center;}.post .post-thumb{margin-bottom:25px;}.post .post-thumb > a{display:inline-block;}.post .post-thumb > a > img{-webkit-transition:all 0.2s;transition:all 0.2s;}.post:hover .post-thumb > a > img{opacity:0.9;}.post .entry-title{font-size:32px;margin-bottom:25px;font-weight:700;line-height:1.22em;color:var(--text-dark,#000);}@media only screen and (max-width:1199px){.post .entry-title{font-size:30px;margin-bottom:20px;}}@media only screen and (max-width:767px){.post .entry-title{font-size:28px;margin-bottom:15px;}}@media only screen and (max-width:575px){.post .entry-title{font-size:24px;}}.post .entry-title a:hover,.post .entry-title a:focus{color:var(--brand-primary-text,#f53700);}.post .entry-meta-content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:12px;font-weight:500;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:1.4em;text-transform:uppercase;margin-bottom:12px;}@media only screen and (max-width:767px){.post .entry-meta-content{margin-bottom:7px;}}.post .entry-meta-content > div{margin-right:8px;position:relative;letter-spacing:0.075em;}.post .entry-meta-content > div:last-child{margin-right:0px;}.post .entry-meta-content > div.entry-cat{font-weight:600;letter-spacing:0.15em;}.post .entry-meta-content > div.entry-cat > a:after{content:",";}.post .entry-meta-content > div a{color:var(--brand-primary-text,#f53700);}.post .entry-meta-content > div a:hover,.post .entry-meta-content > div a:focus{color:var(--text-dark,#000);}.post .post-details{padding:0 15px;}@media only screen and (max-width:1199px){.post .post-details{padding:0 45px;}}@media only screen and (max-width:767px){.post .post-details{padding:0;}}.post.post-gird{text-align:left;}@media only screen and (max-width:991px){.post.post-gird{margin-bottom:35px;}}.post.post-gird .post-thumb{margin-bottom:25px;}.post.post-gird .entry-title{font-size:24px;margin-bottom:12px;font-weight:bold;}@media only screen and (max-width:1199px){.post.post-gird .entry-title{font-size:20px;}}@media only screen and (max-width:767px){.post.post-gird .entry-title{font-size:18px;}}.post.post-gird .entry-meta-content{margin-bottom:10px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}.post.post-gird .post-details{padding:0;}.post.post-gird .entry-content{font-size:15px;}.post.post-list{text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:13px;margin-bottom:50px;}@media only screen and (max-width:991px){.post.post-list{margin-bottom:30px;}}@media only screen and (max-width:575px){.post.post-list{display:block;margin-bottom:35px;}}.post.post-list .post-thumb{margin-bottom:0px;-webkit-box-flex:0;-ms-flex:0 0 270px;flex:0 0 270px;max-width:270px;}@media only screen and (min-width:992px) and (max-width:1199px){.post.post-list .post-thumb{-webkit-box-flex:0;-ms-flex:0 0 220px;flex:0 0 220px;max-width:220px;}}@media only screen and (max-width:767px){.post.post-list .post-thumb{-webkit-box-flex:0;-ms-flex:0 0 230px;flex:0 0 230px;max-width:230px;}}@media only screen and (max-width:575px){.post.post-list .post-thumb{max-width:100%;margin-bottom:20px;}.post.post-list .post-thumb a{display:block;}.post.post-list .post-thumb img{width:100%;}}.post.post-list .post-details{padding-right:0;padding-left:30px;}@media only screen and (min-width:992px) and (max-width:1199px){.post.post-list .post-details{padding-left:15px;}}@media only screen and (max-width:767px){.post.post-list .post-details{padding-left:20px;}}@media only screen and (max-width:575px){.post.post-list .post-details{padding-left:0;}}.post.post-list .entry-title{font-size:24px;margin-bottom:15px;font-weight:bold;line-height:1.2em;}@media only screen and (min-width:992px) and (max-width:1199px){.post.post-list .entry-title{font-size:18px;margin-bottom:10px;}}@media only screen and (max-width:767px){.post.post-list .entry-title{font-size:20px;}}.post.post-list .entry-meta-content{margin-bottom:7px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}.home-blog-page .posts-name-heading,.blog-featured-block .posts-name-heading{font-size:32px;font-weight:normal;font-family:var(--heading-font,"Playfair Display",serif);text-transform:uppercase;margin-bottom:55px;margin-top:-3px;}@media only screen and (max-width:1199px){.home-blog-page .posts-name-heading,.blog-featured-block .posts-name-heading{margin-bottom:25px;}}.home-blog-page .add-728,.blog-featured-block .add-728{background-color:#F8F8F8;padding:20px;text-align:center;margin-bottom:60px;}@media only screen and (max-width:575px){.home-blog-page .add-728,.blog-featured-block .add-728{padding:10px;}}.home-blog-page .post,.blog-featured-block .post{margin-bottom:60px;}.home-blog-page .post.post-gird,.blog-featured-block .post.post-gird{text-align:center;}.home-blog-page .post.post-gird .entry-user,.blog-featured-block .post.post-gird .entry-user{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:20px;}.home-blog-page .post.post-gird .entry-meta-content,.blog-featured-block .post.post-gird .entry-meta-content{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.home-blog-page .post.post-gird .entry-footer,.blog-featured-block .post.post-gird .entry-footer{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.home-blog-page .post.post-gird .entry-title,.blog-featured-block .post.post-gird .entry-title{font-size:24px;margin-bottom:8px;}@media only screen and (max-width:1199px){.home-blog-page .post.post-gird .entry-title,.blog-featured-block .post.post-gird .entry-title{font-size:20px;}}.home-blog-page .post.post-gird .post-thumb,.blog-featured-block .post.post-gird .post-thumb{margin-bottom:23px;}.home-blog-page .post.post-gird .post-thumb .post-overlay .entry-cats,.blog-featured-block .post.post-gird .post-thumb .post-overlay .entry-cats{margin-bottom:8px;}.home-blog-page .post.post-gird .entry-content,.blog-featured-block .post.post-gird .entry-content{font-size:14px;}.home-blog-page .post .entry-cats > a,.blog-featured-block .post .entry-cats > a{display:inline-block;border-radius:20px;padding:6px 10px;background-color:var(--brand-primary-text,#f53700);color:white;text-transform:uppercase;font-size:10px;font-weight:500;letter-spacing:0.05em;line-height:1em;}.home-blog-page .post .entry-cats > a:hover,.home-blog-page .post .entry-cats > a:focus,.blog-featured-block .post .entry-cats > a:hover,.blog-featured-block .post .entry-cats > a:focus{color:white;}.home-blog-page .post .entry-meta-content,.blog-featured-block .post .entry-meta-content{font-weight:500;margin-bottom:-8px;}.home-blog-page .post .entry-meta-content > div,.blog-featured-block .post .entry-meta-content > div{letter-spacing:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:10px;margin-bottom:8px;}.home-blog-page .post .entry-meta-content > div.entry-view,.home-blog-page .post .entry-meta-content > div.entry-comment,.home-blog-page .post .entry-meta-content > div.entry-date,.blog-featured-block .post .entry-meta-content > div.entry-view,.blog-featured-block .post .entry-meta-content > div.entry-comment,.blog-featured-block .post .entry-meta-content > div.entry-date{background-color:rgba(0,0,0,0.7);color:#bababa;border-radius:20px;padding:2px 10px;}.home-blog-page .post .entry-meta-content > div:last-child,.blog-featured-block .post .entry-meta-content > div:last-child{margin-right:0;}.home-blog-page .post .entry-meta-content > div > span,.blog-featured-block .post .entry-meta-content > div > span{font-size:10px;display:inline-block;margin-right:5px;}.home-blog-page .post .post-thumb,.blog-featured-block .post .post-thumb{min-height:120px;position:relative;margin-bottom:20px;}.home-blog-page .post .post-thumb .post-overlay,.blog-featured-block .post .post-thumb .post-overlay{width:100%;bottom:0;z-index:1;bottom:30px;position:absolute;}@media only screen and (max-width:575px){.home-blog-page .post .post-thumb .post-overlay,.blog-featured-block .post .post-thumb .post-overlay{bottom:20px;}}.home-blog-page .post .post-thumb .post-overlay .entry-cats,.blog-featured-block .post .post-thumb .post-overlay .entry-cats{margin-bottom:15px;}.home-blog-page .post .entry-title,.blog-featured-block .post .entry-title{font-size:32px;margin-bottom:18px;font-weight:normal;line-height:1.25em;text-transform:uppercase;font-family:var(--heading-font,"Playfair Display",serif);}@media only screen and (max-width:1199px){.home-blog-page .post .entry-title,.blog-featured-block .post .entry-title{font-size:24px;}}.home-blog-page .post .entry-footer,.blog-featured-block .post .entry-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:15px 0;border-top:1px solid #dddddd;border-bottom:1px solid #dddddd;margin-top:55px;}@media only screen and (max-width:1199px){.home-blog-page .post .entry-footer,.blog-featured-block .post .entry-footer{margin-top:35px;padding:10px 0;}}@media only screen and (max-width:420px){.home-blog-page .post .entry-footer,.blog-featured-block .post .entry-footer{display:block;}}.home-blog-page .post .entry-footer .social-share a,.blog-featured-block .post .entry-footer .social-share a{font-size:14px;display:inline-block;text-align:center;margin-right:20px;}.home-blog-page .post .entry-footer .social-share a:last-child,.blog-featured-block .post .entry-footer .social-share a:last-child{margin-right:0;}.home-blog-page .post .entry-footer .social-share a:focus,.home-blog-page .post .entry-footer .social-share a:hover,.blog-featured-block .post .entry-footer .social-share a:focus,.blog-featured-block .post .entry-footer .social-share a:hover{color:var(--brand-primary-light,#f53700);}.home-blog-page .post .entry-user,.blog-featured-block .post .entry-user{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media only screen and (max-width:420px){.home-blog-page .post .entry-user,.blog-featured-block .post .entry-user{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:10px;}}.home-blog-page .post .entry-user > img,.blog-featured-block .post .entry-user > img{width:40px;height:40px;border-radius:50%;margin-right:10px;}.home-blog-page .post .entry-user > a,.blog-featured-block .post .entry-user > a{display:inline-block;color:var(--brand-primary-text,#f53700);padding-left:5px;}.home-blog-page .post .entry-user > a:hover,.blog-featured-block .post .entry-user > a:hover{color:var(--text-dark,#000);}.blog-featured-block .post{margin-bottom:0;overflow:hidden;min-height:120px;}.blog-featured-block .post:hover .post-thumb:before{opacity:0.7;}.blog-featured-block .post:hover .post-thumb img{-webkit-transform:scale(1.05);transform:scale(1.05);}.blog-featured-block .post .post-thumb{margin-bottom:0;position:relative;}.blog-featured-block .post .post-thumb img{-webkit-transition:all 0.25s;transition:all 0.25s;}.blog-featured-block .post .post-thumb:before{position:absolute;content:"";left:0;top:0;width:100%;height:100%;background-color:black;opacity:0.5;-webkit-transition:all 0.25s;transition:all 0.25s;z-index:1;}.blog-featured-block .post .post-overlay{padding:0 110px;bottom:20px !important;}@media only screen and (max-width:1620px){.blog-featured-block .post .post-overlay{padding:0 70px;}}@media only screen and (max-width:1366px){.blog-featured-block .post .post-overlay{padding:0 15px;}}.blog-featured-block .post .post-overlay .entry-title{color:white;font-size:24px;margin-bottom:35px;}@media only screen and (max-width:1366px){.blog-featured-block .post .post-overlay .entry-title{padding:0 50px;margin-bottom:20px;}}@media only screen and (max-width:991px){.blog-featured-block .post .post-overlay .entry-title{font-size:20px;padding:0 15px;}}.blog-featured-block .post .post-overlay .entry-cats{margin-bottom:10px;}.featured-block [class*='col-']{text-align:center;}.featured-block.style-two{position:relative;}.featured-block.style-two .element-group > .element.one{bottom:0;left:25px;z-index:0;}@media only screen and (max-width:1199px){.featured-block.style-two .element-group > .element.one{left:calc(50% - 660px);}}.featured-block.style-two .featured-item .featured-info .featured-info-inner .featured-title{font-size:24px;font-weight:700;}.featured-item{position:relative;min-height:120px;margin:0 auto 30px;display:inline-block;}.featured-item:hover .featured-thumb img{-webkit-transform:scale(1.1);transform:scale(1.1);}.featured-item:hover .featured-info:before{opacity:0.85;}.featured-item .featured-thumb{margin-bottom:0;overflow:hidden;}.featured-item .featured-thumb img{-webkit-transition:all 0.25s;transition:all 0.25s;}.featured-item .featured-info{position:absolute;top:50%;left:50%;height:calc(100% - 60px);width:calc(100% - 60px);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);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;border:5px solid white;}.featured-item .featured-info:before{-webkit-transition:all 0.25s;transition:all 0.25s;position:absolute;width:100%;height:100%;top:0;left:0;content:"";background-color:black;opacity:0.7;}@media only screen and (max-width:1199px){.featured-item .featured-info{height:calc(100% - 40px);width:calc(100% - 40px);}}.featured-item .featured-info .featured-info-inner{text-align:center;padding:15px;position:relative;z-index:1;}.featured-item .featured-info .featured-info-inner .icon{font-size:70px;color:var(--brand-primary-text,#f53700);min-height:75px;margin-bottom:10px;}@media only screen and (max-width:1199px){.featured-item .featured-info .featured-info-inner .icon{font-size:55px;min-height:60px;}}.featured-item .featured-info .featured-info-inner .featured-title{font-weight:normal;color:white;font-family:var(--heading-font,"Playfair Display",serif);font-size:32px;font-style:italic;margin-bottom:0;}@media only screen and (max-width:1199px){.featured-item .featured-info .featured-info-inner .featured-title{font-size:24px;}}.featured-item.featured-style-two{margin-bottom:40px;}.featured-item.featured-style-two:hover .featured-thumb .featured-overlay:before{opacity:0.6;}.featured-item.featured-style-two .featured-thumb{position:relative;}.featured-item.featured-style-two .featured-thumb .featured-overlay{position:absolute;top:50%;left:50%;height:calc(100% - 60px);width:calc(100% - 60px);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);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;border:5px solid white;}.featured-item.featured-style-two .featured-thumb .featured-overlay:before{-webkit-transition:all 0.25s;transition:all 0.25s;position:absolute;width:100%;height:100%;top:0;left:0;content:"";background-color:black;opacity:0;}@media only screen and (max-width:1199px){.featured-item.featured-style-two .featured-thumb .featured-overlay{height:calc(100% - 40px);width:calc(100% - 40px);}}.featured-item.featured-style-two .featured-info{position:relative;-webkit-transform:translate(0);transform:translate(0);top:0;left:0;width:100%;height:100%;background-color:transparent;border:0px solid;padding-top:13px;}.featured-item.featured-style-two .featured-info:before{display:none;}.featured-item.featured-style-two .featured-info .featured-title{font-size:24px;font-family:var(--heading-font,"Playfair Display",serif);margin-bottom:0;font-weight:700;}.featured-item.featured-style-two .featured-info .featured-title > span{color:var(--brand-primary-text,#f53700);}.featured-item.featured-style-three .featured-thumb{border:10px solid white;box-shadow:2px 2px 10px rgba(0,0,0,0.075);}.featured-item.featured-style-three .featured-info{position:relative;-webkit-transform:translate(0);transform:translate(0);top:0;left:0;width:100%;height:100%;background-color:transparent;border:0px solid;padding-top:20px;}.featured-item.featured-style-three .featured-info:before{display:none;}.featured-item.featured-style-three .featured-info .featured-title{font-size:24px;font-family:var(--heading-font,"Playfair Display",serif);margin-bottom:0;font-weight:normal;text-transform:uppercase;}.featured-item.featured-style-three .featured-info .featured-title > span{color:var(--brand-primary-text,#f53700);}.featured-item.featured-style-four:hover .featured-info:before{opacity:0.7;}.featured-item.featured-style-four .featured-thumb{border:10px solid white;box-shadow:2px 2px 10px rgba(0,0,0,0.075);}.featured-item.featured-style-four .featured-info{height:calc(100% - 80px);width:calc(100% - 80px);}.featured-item.featured-style-four .featured-info:before{opacity:0.4;}.featured-item.featured-style-four .featured-info .featured-info-inner .featured-title{font-weight:700;font-style:normal;line-height:1.05em;}.featured-item.featured-style-four .featured-info .featured-info-inner .featured-title > span{display:block;}.choose-us-block .choose-thumb{margin-left:-225px;}@media only screen and (max-width:1199px){.choose-us-block .choose-thumb{margin-left:-315px;}}@media only screen and (max-width:991px){.choose-us-block .choose-thumb{display:none;}}.single-choose-item{margin-bottom:50px;}@media only screen and (max-width:1199px){.single-choose-item{margin-bottom:40px;}}@media only screen and (max-width:767px){.single-choose-item{text-align:center;}}.single-choose-item.style-two .info .heading24{font-family:var(--heading-font,"Playfair Display",serif);font-style:normal;font-weight:bold;text-transform:uppercase;}.single-choose-item .icon{font-size:60px;color:var(--brand-primary-text,#f53700);min-height:65px;margin-bottom:25px;}@media only screen and (max-width:1199px){.single-choose-item .icon{margin-bottom:15px;}}.single-choose-item .info .heading24{font-family:var(--heading-font,"Playfair Display",serif);margin-bottom:15px;font-weight:normal;font-style:italic;}.opening-hours-block:before{opacity:0.7;}.opening-hours-block .section-title.style-one{padding-bottom:15px;}@media only screen and (max-width:1199px){.opening-hours-block .section-title.style-one{padding-bottom:10px;}}.opening-hours-block.style-two{position:relative;text-align:center;}@media only screen and (max-width:991px){.opening-hours-block.style-two{padding-top:0;padding-bottom:0;}}.opening-hours-block.style-two > .opening-hours-bg{position:absolute;right:0;top:0;width:50%;height:100%;}@media only screen and (max-width:991px){.opening-hours-block.style-two > .opening-hours-bg{position:relative;height:500px;width:100%;margin-bottom:100px;}}@media only screen and (max-width:480px){.opening-hours-block.style-two > .opening-hours-bg{height:350px;}}.opening-hours-block.style-two .opening-time-group{text-transform:uppercase;margin-bottom:50px;}@media only screen and (max-width:991px){.opening-hours-block.style-two .opening-time-group{margin-bottom:30px;}}.opening-hours-block.style-two .opening-time-group:last-child{margin-bottom:0;}.opening-hours-block.style-two .opening-time-group .title{font-size:18px;font-weight:normal;margin-bottom:2px;color:var(--text-gray,#666666);font-family:var(--heading-font,"Playfair Display",serif);}.opening-hours-block.style-two .opening-time-group .time{font-size:32px;font-family:var(--heading-font,"Playfair Display",serif);color:var(--text-dark,#000);font-weight:normal;margin-bottom:0;line-height:1em;}@media only screen and (max-width:767px){.opening-hours-block.style-two .opening-time-group .time{font-size:22px;}}.opening-hours-block.style-two .opening-time-group .time > sup{font-size:50%;top:-6px;font-family:var(--heading-font-uc,"Poppins",sans-serif);}.opening-hours-block.style-three{margin-bottom:20px;position:relative;}.opening-hours-block.style-three .element-group > .element.one{bottom:-80px;left:0;z-index:2;}@media only screen and (max-width:1700px){.opening-hours-block.style-three .element-group > .element.one{display:none;}}.opening-hours-block.style-three .open-hours-item .icon{margin-bottom:15px;}.opening-hours-block.style-three .open-hours-item .info .eating-time{font-family:var(--heading-font-uc,"Poppins",sans-serif);font-size:18px;font-weight:600;}.opening-hours-block.style-three .open-hours-item .info .eating-time > sup{top:-5px;}.opening-hours-block.style-three .open-hours-item .info .title{font-size:32px;font-weight:700;font-family:var(--heading-font,"Playfair Display",serif);color:white;letter-spacing:normal;font-style:italic;margin-bottom:10px;}@media only screen and (max-width:480px){.opening-hours-block.style-three .open-hours-item .info .title{font-size:24px;}}.open-hours-item{text-align:center;margin-bottom:40px;}.open-hours-item .icon{min-height:70px;margin-bottom:30px;}@media only screen and (min-width:992px) and (max-width:1199px){.open-hours-item .icon{margin-bottom:25px;}}.open-hours-item .icon > span{font-size:70px;color:var(--brand-primary-text,#f53700);}.open-hours-item .info .title{font-size:14px;text-transform:uppercase;color:#bababa;font-weight:500;letter-spacing:0.18em;margin-bottom:5px;}.open-hours-item .info .eating-time{font-size:32px;color:white;margin-bottom:0px;font-family:var(--heading-font,"Playfair Display",serif);font-weight:normal;}@media only screen and (min-width:992px) and (max-width:1199px){.open-hours-item .info .eating-time{font-size:24px;}}@media only screen and (max-width:1199px){.open-hours-item .info .eating-time{font-size:24px;}}.open-hours-item .info .eating-time > sup{text-transform:uppercase;top:-7px;font-size:65%;}.testimonail-quote-content .quote-icon{font-size:48px;line-height:1em;margin-bottom:30px;}@media only screen and (max-width:1199px){.testimonail-quote-content .quote-icon{margin-bottom:20px;}}@media only screen and (max-width:575px){.testimonail-quote-content .quote-icon{margin-bottom:15px;}}.testimonail-quote-content .quote-title{font-size:60px;color:white;font-weight:normal;font-style:italic;line-height:1.22em;font-family:var(--heading-font,"Playfair Display",serif);margin-bottom:0;}@media only screen and (max-width:1199px){.testimonail-quote-content .quote-title{font-size:48px;}}@media only screen and (max-width:991px){.testimonail-quote-content .quote-title{font-size:42px;}}@media only screen and (max-width:575px){.testimonail-quote-content .quote-title{font-size:30px;}}.testimonail-quote-content .quote-title > span{color:var(--brand-primary-text,#f53700);}.testimonail-block.style-two:before{opacity:0.7;}.testimonail-block.style-two .testimonail-carousel.carousel-nav-dots .owl-dots{padding-top:50px;}@media only screen and (max-width:767px){.testimonail-block.style-two .testimonail-carousel.carousel-nav-dots .owl-dots{padding-top:40px;}}.testimonail-block.style-two .testimonail-carousel.carousel-nav-dots .owl-dots > div > span{background-color:white;opacity:0.3;}.testimonail-block.style-three:before{opacity:0.8;}.testimonail-block.style-three .testimonial-item .details{font-size:24px;}@media only screen and (max-width:767px){.testimonail-block.style-three .testimonial-item .details{font-size:20px;}}.testimonail-block.style-three .testimonail-carousel.carousel-nav-dots .owl-dots{padding-top:50px;}@media only screen and (max-width:767px){.testimonail-block.style-three .testimonail-carousel.carousel-nav-dots .owl-dots{padding-top:40px;}}.testimonail-block.style-three .testimonail-carousel.carousel-nav-dots .owl-dots > div > span{background-color:white;opacity:0.3;}.testimonail-block.style-four{background:-webkit-linear-gradient(top,#f9b819,#ff4900);background:linear-gradient(to bottom,#f9b819,#ff4900);padding:185px 0 210px;}@media only screen and (max-width:1199px){.testimonail-block.style-four{padding:80px 0 100px;}}@media only screen and (max-width:991px){.testimonail-block.style-four{padding-top:85px;}}@media only screen and (max-width:480px){.testimonail-block.style-four{padding-top:90px;}}.testimonail-block.style-four .carousel-align-center{position:relative;}.testimonail-block.style-four .carousel-align-center .owl-nav > div{color:white;top:calc(50% + 85px);opacity:0.4;}@media only screen and (max-width:1199px){.testimonail-block.style-four .carousel-align-center .owl-nav > div{top:calc(50% + 55px);}}@media only screen and (max-width:991px){.testimonail-block.style-four .carousel-align-center .owl-nav > div{top:calc(50% + 75px);}}@media only screen and (max-width:575px){.testimonail-block.style-four .carousel-align-center .owl-nav > div{color:var(--text-dark,#000);}}.testimonail-block.style-four .carousel-align-center .owl-nav > div:hover{opacity:1;}.testimonail-block.style-four .carousel-align-center .owl-nav > div.owl-prev{left:calc(50% - 385px);}@media only screen and (max-width:1800px){.testimonail-block.style-four .carousel-align-center .owl-nav > div.owl-prev{left:calc(50% - 340px);}}@media only screen and (max-width:1620px){.testimonail-block.style-four .carousel-align-center .owl-nav > div.owl-prev{left:calc(50% - 300px);}}@media only screen and (max-width:1366px){.testimonail-block.style-four .carousel-align-center .owl-nav > div.owl-prev{left:calc(50% - 270px);}}@media only screen and (min-width:1100px) and (max-width:1199px){.testimonail-block.style-four .carousel-align-center .owl-nav > div.owl-prev{left:calc(50% - 285px);}}@media only screen and (max-width:850px){.testimonail-block.style-four .carousel-align-center .owl-nav > div.owl-prev{left:calc(50% - 235px);}}@media only screen and (max-width:767px){.testimonail-block.style-four .carousel-align-center .owl-nav > div.owl-prev{left:20px;}}@media only screen and (max-width:575px){.testimonail-block.style-four .carousel-align-center .owl-nav > div.owl-prev{left:0px;}}.testimonail-block.style-four .carousel-align-center .owl-nav > div.owl-next{right:calc(50% - 385px);}@media only screen and (max-width:1800px){.testimonail-block.style-four .carousel-align-center .owl-nav > div.owl-next{right:calc(50% - 340px);}}@media only screen and (max-width:1620px){.testimonail-block.style-four .carousel-align-center .owl-nav > div.owl-next{right:calc(50% - 300px);}}@media only screen and (max-width:1366px){.testimonail-block.style-four .carousel-align-center .owl-nav > div.owl-next{right:calc(50% - 270px);}}@media only screen and (min-width:1100px) and (max-width:1199px){.testimonail-block.style-four .carousel-align-center .owl-nav > div.owl-next{right:calc(50% - 285px);}}@media only screen and (max-width:850px){.testimonail-block.style-four .carousel-align-center .owl-nav > div.owl-next{right:calc(50% - 235px);}}@media only screen and (max-width:767px){.testimonail-block.style-four .carousel-align-center .owl-nav > div.owl-next{right:20px;}}@media only screen and (max-width:575px){.testimonail-block.style-four .carousel-align-center .owl-nav > div.owl-next{right:0px;}}.testimonail-block.style-four .testimonail-carousel-outer{overflow:hidden;}.testimonail-block.style-four .testimonail-carousel-outer .testimonail-carousel-outer-inner{margin:0 -100px;}@media only screen and (max-width:1199px){.testimonail-block.style-four .testimonail-carousel-outer .testimonail-carousel-outer-inner{margin:0 -200px;}}@media only screen and (max-width:991px){.testimonail-block.style-four .testimonail-carousel-outer .testimonail-carousel-outer-inner{margin:0 -280px;}}@media only screen and (max-width:767px){.testimonail-block.style-four .testimonail-carousel-outer .testimonail-carousel-outer-inner{margin:0px;}}.testimonail-block.style-four .testimonail-carousel-outer .owl-item{opacity:0.2;-webkit-transition:all 0.35s;transition:all 0.35s;}.testimonail-block.style-four .testimonail-carousel-outer .owl-item.center{opacity:1;}.testimonail-block.style-four .testimonial-item{background-color:white;color:var(--text-gray,#666666);margin:135px 65px 0;padding:0 30px 40px;}@media only screen and (max-width:1366px){.testimonail-block.style-four .testimonial-item{padding:0 20px 30px;margin-top:105px;}}@media only screen and (max-width:1199px){.testimonail-block.style-four .testimonial-item{margin:80px 30px 0;}}@media only screen and (max-width:767px){.testimonail-block.style-four .testimonial-item{margin:80px 10px 0;}}@media only screen and (max-width:575px){.testimonail-block.style-four .testimonial-item{margin:80px 15px 0;}}.testimonail-block.style-four .testimonial-item .client-thumb{height:160px;width:160px;border-radius:50%;border:10px solid rgba(255,255,255,0.25);margin:0 auto;position:relative;top:-80px;margin-bottom:-45px;box-shadow:3px 3px 13px rgba(0,0,0,0.09);}@media only screen and (max-width:1366px){.testimonail-block.style-four .testimonial-item .client-thumb{height:120px;width:120px;top:-60px;}}.testimonail-block.style-four .testimonial-item .client-thumb > img{width:100%;height:100%;border-radius:inherit;}.testimonail-block.style-four .testimonial-item .client-name{font-family:var(--heading-font,"Playfair Display",serif);font-size:24px;text-transform:uppercase;font-weight:normal;margin-bottom:20px;}.testimonail-block.style-four .testimonial-item .details{font-size:16px;font-family:var(--heading-font-uc,"Poppins",sans-serif);font-style:normal;}@media only screen and (max-width:767px){.testimonail-block.style-four .testimonial-item .details{font-size:14px;}}.testimonail-block.style-four .testimonial-item .details > p{line-height:1.62em;}.testimonail-block.style-four .testimonial-item .client-review{padding-top:25px;}@media only screen and (max-width:767px){.testimonail-block.style-four .testimonial-item .client-review{padding-top:20px;}}.testimonail-block.style-four .testimonial-item .client-review > span{margin:0 -1px;font-size:12px;color:#bf3669;}.testimonial-item{text-align:center;color:white;margin-top:-10px;}.testimonial-item .quote-icon{font-size:70px;line-height:0.7em;margin-bottom:45px;color:var(--brand-primary-text,#f53700);}@media only screen and (max-width:767px){.testimonial-item .quote-icon{margin-bottom:30px;}}.testimonial-item .details{font-size:21px;font-family:var(--heading-font,"Playfair Display",serif);font-weight:normal;font-style:italic;}@media only screen and (max-width:767px){.testimonial-item .details{font-size:20px;}}.testimonial-item .client-info{font-size:16px;font-weight:normal;font-family:var(--heading-font,"Playfair Display",serif);font-style:italic;color:#bababa;padding-top:50px;}@media only screen and (max-width:767px){.testimonial-item .client-info{padding-top:35px;}}.testimonial-item .client-info .client-name{color:var(--brand-primary-text,#f53700);}.chef-message-block .chef-thumb{margin-top:-60px;position:relative;z-index:2;text-align:right;}@media only screen and (max-width:1199px){.chef-message-block .chef-thumb{margin-top:10px;}}@media only screen and (max-width:991px){.chef-message-block .chef-thumb{display:none;}}.chef-message-block .message-content{text-align:justify;font-size:16px;padding-top:30px;}@media only screen and (max-width:1199px){.chef-message-block .message-content{padding-top:10px;}}.chef-message-block .message-content .chef-sign{padding-top:20px;}@media only screen and (max-width:1199px){.chef-message-block .message-content .chef-sign{padding-top:10px;}}.chef-message-block.style-two .message-content{padding-top:10px;}.chef-message-block.style-two .message-content .chef-sign{padding-top:27px;}@media only screen and (max-width:1199px){.chef-message-block.style-two .message-content .chef-sign{padding-top:10px;}}@media only screen and (max-width:991px){.chef-reviews-block .chef-thumb{display:none;}}.chef-reviews-block .reviews-content-area{overflow:hidden;}@media only screen and (min-width:1200px) and (max-width:1920px){.chef-reviews-block .reviews-content-area .section-title.style-one .title-main{font-size:54px;}}@media only screen and (min-width:991px) and (max-width:1199px){.chef-reviews-block .reviews-content-area .section-title.style-one .title-main{font-size:44px;}}.chef-reviews-block .reviews-content-area .reviews-content{font-size:16px;margin-top:-5px;}.chef-reviews-block .reviews-content-area .reviews-content .chef-info{font-size:14px;font-weight:600;color:var(--text-dark,#000);letter-spacing:0.35em;margin-bottom:50px;}@media only screen and (max-width:1199px){.chef-reviews-block .reviews-content-area .reviews-content .chef-info{margin-bottom:25px;}}@media only screen and (max-width:575px){.chef-reviews-block .reviews-content-area .reviews-content .chef-info{font-size:12px;letter-spacing:0.2em;}}.chef-reviews-block .reviews-content-area .reviews-content .chef-info > a{color:var(--brand-primary-text,#f53700);}.chef-reviews-block .reviews-content-area .reviews-content .chef-info > a:hover{color:black !important;}.chef-reviews-block .reviews-content-area .owl-nav{margin:60px -12px 0;}@media only screen and (max-width:1199px){.chef-reviews-block .reviews-content-area .owl-nav{margin-top:40px;}}@media only screen and (max-width:767px){.chef-reviews-block .reviews-content-area .owl-nav{margin-left:-6px;margin-right:-6px;}}.chef-reviews-block .reviews-content-area .owl-nav > div{font-size:36px;color:#bababa;display:inline-block;padding:0 12px;-webkit-transition:all 0.25s;transition:all 0.25s;}@media only screen and (max-width:767px){.chef-reviews-block .reviews-content-area .owl-nav > div{font-size:24px;padding:0 5px;}}.chef-reviews-block .reviews-content-area .owl-nav > div:hover{color:var(--brand-primary-text,#f53700);}.promo-content .promo-title{font-size:60px;color:white;font-weight:700;line-height:1.2em;margin-bottom:20px;margin-top:-16px;font-family:var(--heading-font,"Playfair Display",serif);}@media only screen and (max-width:1199px){.promo-content .promo-title{font-size:48px;margin-top:-12px;}}@media only screen and (max-width:991px){.promo-content .promo-title{font-size:42px;margin-bottom:15px;}}@media only screen and (max-width:767px){.promo-content .promo-title{font-size:36px;margin-top:-9px;}}@media only screen and (max-width:480px){.promo-content .promo-title{font-size:32px;}}.promo-content .promo-title > span{color:var(--brand-primary-text,#f53700);}.promo-content .promo-subtitle{font-size:18px;font-weight:500;text-transform:uppercase;letter-spacing:0.18em;line-height:1.6em;margin-bottom:50px;}@media only screen and (max-width:991px){.promo-content .promo-subtitle{font-size:15px;margin-bottom:40px;}}@media only screen and (max-width:480px){.promo-content .promo-subtitle{font-size:14px;}}.promo-content .btn.btn-default:hover,.promo-content .btn.btn-default:focus{background-color:white;color:var(--brand-primary-text,#f53700);}.promo-content .video-btn-area{display:block;text-align:center;padding-top:10px;margin-bottom:-5px;}@media only screen and (max-width:767px){.promo-content .video-btn-area{padding-top:0;}}.promo-content .video-btn-area .video-btn{background-color:rgba(255,255,255,0.1);}.promo-content .video-btn-area .video-btn:after{background-color:rgba(255,255,255,0.05);}.promo-content .video-btn-area > .text{display:block;font-size:14px;font-weight:bold;text-transform:uppercase;color:var(--brand-primary-text,#f53700);letter-spacing:0.2em;padding-top:35px;}@media only screen and (max-width:767px){.promo-content .video-btn-area > .text{padding-top:15px;}}.promo-block{position:relative;}.promo-block .element-group > .element.one{bottom:-170px;left:0;}@media only screen and (max-width:1199px){.promo-block .element-group > .element.one{display:none;}}.promo-block.style-two{background-position:top center;}.promo-block.style-two .promo-content{margin-top:-9px;}.promo-block.style-two .promo-content .promo-subtitle{font-size:74px;font-weight:lighter;letter-spacing:0;line-height:1em;margin-bottom:15px;}@media only screen and (max-width:991px){.promo-block.style-two .promo-content .promo-subtitle{font-size:52px;}}@media only screen and (max-width:575px){.promo-block.style-two .promo-content .promo-subtitle{font-size:44px;}}@media only screen and (max-width:420px){.promo-block.style-two .promo-content .promo-subtitle{font-size:32px;}}.promo-block.style-two .promo-content .promo-title{font-size:170px;font-weight:600;font-family:var(--heading-font-uc,"Poppins",sans-serif);text-transform:uppercase;color:var(--brand-primary-text,#f53700);line-height:0.85em;letter-spacing:-0.05em;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;}@media only screen and (max-width:991px){.promo-block.style-two .promo-content .promo-title{font-size:130px;}}@media only screen and (max-width:575px){.promo-block.style-two .promo-content .promo-title{font-size:112px;}}@media only screen and (max-width:420px){.promo-block.style-two .promo-content .promo-title{font-size:80px;}}.promo-block.style-two .promo-content .promo-title > strong{font-weight:500;font-size:48%;line-height:0.76em;display:block;word-wrap:break-word;white-space:pre-wrap;text-align:left;padding-left:10px;letter-spacing:0.07em;}.promo-block.style-two .promo-content .promo-title > strong > span{display:block;letter-spacing:-0.05em;color:var(--text-dark,#000);}.promo-block.style-two .promo-content .btn-group-default{margin-top:30px;}.experience-appetit-block{background-position:top center;margin-top:-200px;}@media only screen and (max-width:991px){.experience-appetit-block{margin-top:0;}}.experience-appetit-block .ex-app-content{background-color:#222222;padding:100px 60px;position:relative;}@media only screen and (max-width:767px){.experience-appetit-block .ex-app-content{padding-left:30px;padding-right:30px;}}@media only screen and (max-width:480px){.experience-appetit-block .ex-app-content{padding-left:20px;padding-right:20px;}}.experience-appetit-block .ex-app-content:before{position:absolute;width:100%;height:240px;content:"";background-repeat:no-repeat;z-index:1;left:0;}.experience-appetit-block .ex-app-content.app-content{color:#bababa;}.experience-appetit-block .ex-app-content.app-content:before{top:0;background-position:top center;background-image:url("/Assets/images/bg/ex-pattent-top.png");}.experience-appetit-block .ex-app-content.app-content .btn-primary.btn-white{border-color:#bababa;color:#bababa;}.experience-appetit-block .ex-app-content.ex-content{background-color:#F1EAE4;margin-right:-100px;top:-160px;margin-bottom:-160px;}@media only screen and (max-width:991px){.experience-appetit-block .ex-app-content.ex-content{margin-right:0px;top:0px;margin-bottom:0px;margin-top:60px;}}.experience-appetit-block .ex-app-content.ex-content:before{bottom:0;background-position:top center;background-image:url("/Assets/images/bg/ex-pattent-bottom.png");}.experience-appetit-block .ex-app-content .text-content{text-align:justify;font-size:16px;margin-top:-5px;position:relative;z-index:2;}@media only screen and (max-width:767px){.experience-appetit-block .ex-app-content .text-content{text-align:left;}}.experience-appetit-block .ex-app-content .text-content > p{line-height:1.6em;}.experience-appetit-block .ex-app-content .text-content .btn-area{margin-top:55px;}@media only screen and (max-width:991px){.experience-appetit-block .ex-app-content .text-content .btn-area{text-align:left !important;}}@media only screen and (max-width:767px){.experience-appetit-block .ex-app-content .text-content .btn-area{margin-top:40px;}}.reservation-block .form-group{margin-bottom:30px;}@media only screen and (max-width:991px){.reservation-block .form-group{margin-bottom:20px;}}.reservation-block .form-controllar:focus,.reservation-block .form-controllar:active,.reservation-block .select-custom:focus,.reservation-block .select-custom:active{border-color:#c51c23 !important;}.reservation-block.style-one{background-position:top right;position:relative;background-color:#EFEFF1;}.reservation-block.style-one .bg-image-right{position:absolute;z-index:0;background-repeat:no-repeat;background-position:right center;width:50%;height:100%;top:0;right:0;}@media only screen and (max-width:767px){.reservation-block.style-one .bg-image-right{width:100%;}}@media only screen and (max-width:767px){.reservation-block.style-one .element-group > .element{display:none;}}.reservation-block.style-one .element-group > .element.one{top:0;left:calc(50% - 725px);z-index:2;-webkit-animation:linear bt-leftRight-20 2.5s infinite;animation:linear bt-leftRight-20 2.5s infinite;}@media only screen and (max-width:1199px){.reservation-block.style-one .element-group > .element.one{left:calc(50% - 660px);}}.reservation-block.style-one .element-group > .element.two{bottom:20px;}.reservation-block.style-one .element-group > .element.three{top:55px;left:calc(50% - 725px);z-index:2;-webkit-animation:linear bt-bottomTop-40 3.5s infinite;animation:linear bt-bottomTop-40 3.5s infinite;}@media only screen and (max-width:1199px){.reservation-block.style-one .element-group > .element.three{left:calc(50% - 650px);}}.reservation-block.style-one .reservation-form-area{background-color:white;box-shadow:1px 1px 8px rgba(0,0,0,0.1);padding:40px 70px 60px;}@media only screen and (max-width:1199px){.reservation-block.style-one .reservation-form-area{padding:30px 30px 50px;}}@media only screen and (max-width:575px){.reservation-block.style-one .reservation-form-area{padding:30px 15px 50px;}}.reservation-block.style-one .reservation-form-area .btn-default{margin-top:25px;}.reservation-block.style-one .form-group{margin-bottom:35px;}@media only screen and (max-width:1199px){.reservation-block.style-one .form-group{margin-bottom:25px;}}.reservation-block.style-one .form-controllar{padding:2px 0 5px;}.reservation-block.style-two .form-controllar::-webkit-input-placeholder,.reservation-block.style-three .form-controllar::-webkit-input-placeholder{color:#ffffff;opacity:1;}.reservation-block.style-two .form-controllar:-moz-placeholder,.reservation-block.style-three .form-controllar:-moz-placeholder{color:#ffffff;opacity:1;}.reservation-block.style-two .form-controllar::-moz-placeholder,.reservation-block.style-three .form-controllar::-moz-placeholder{color:#ffffff;opacity:1;}.reservation-block.style-two .form-controllar:-ms-input-placeholder,.reservation-block.style-three .form-controllar:-ms-input-placeholder{color:#ffffff;opacity:1;}.reservation-block.style-two .form-controllar:focus,.reservation-block.style-two .form-controllar:active,.reservation-block.style-two .select-custom:focus,.reservation-block.style-two .select-custom:active,.reservation-block.style-three .form-controllar:focus,.reservation-block.style-three .form-controllar:active,.reservation-block.style-three .select-custom:focus,.reservation-block.style-three .select-custom:active{color:white;}.reservation-block.style-two .date:after,.reservation-block.style-three .date:after{color:white;opacity:0.7;}.reservation-block.style-two .select-custom .current,.reservation-block.style-three .select-custom .current{color:white;opacity:1;}.reservation-block.style-two .select-custom .list,.reservation-block.style-three .select-custom .list{color:var(--text-dark,#000);}.reservation-block.style-two .select-custom:after,.reservation-block.style-three .select-custom:after{color:white;top:1px;}.reservation-block.style-two .form-controllar,.reservation-block.style-two .select-custom{border:2px solid #535250;border-radius:40px;padding:7px 30px;color:white;font-size:14px;}@media only screen and (max-width:991px){.reservation-block.style-two .form-controllar,.reservation-block.style-two .select-custom{padding:7px 20px;}}.reservation-block.style-two .date:after{right:27px;}@media only screen and (max-width:991px){.reservation-block.style-two .date:after{right:18px;}}.reservation-block.style-two .select-custom{padding:0 30px;line-height:48px;}@media only screen and (max-width:575px){.reservation-block.style-two .select-custom{padding:0px 20px;}}.reservation-block.style-two .select-custom:after{right:25px;}@media only screen and (max-width:991px){.reservation-block.style-two .select-custom:after{right:17px;}}.reservation-block.style-two textarea{min-height:90px;border-radius:25px !important;}.reservation-block.style-three:before,.reservation-block.style-five:before{opacity:0.8;}.reservation-block.style-three .form-group,.reservation-block.style-five .form-group{margin-bottom:40px;}@media only screen and (max-width:575px){.reservation-block.style-three .form-group,.reservation-block.style-five .form-group{margin-bottom:25px;}}.reservation-block.style-three .form-controllar,.reservation-block.style-three .select-custom,.reservation-block.style-five .form-controllar,.reservation-block.style-five .select-custom{border-color:#bababa;}.reservation-block.style-three .form-controllar:focus,.reservation-block.style-three .select-custom:focus,.reservation-block.style-five .form-controllar:focus,.reservation-block.style-five .select-custom:focus{border-color:var(--brand-primary-text,#f53700);}.reservation-block.style-three .form-controllar,.reservation-block.style-five .form-controllar{padding:2px 0 5px;font-size:15px;}.reservation-block.style-three .btn-default,.reservation-block.style-five .btn-default{margin-top:25px;}.reservation-block.style-three .select-custom,.reservation-block.style-five .select-custom{font-size:15px;line-height:50px;}.reservation-block.style-three .select-custom .current,.reservation-block.style-five .select-custom .current{color:white;}.reservation-block.style-three .res-opening-time,.reservation-block.style-four .res-opening-time{height:100%;text-align:center;color:white;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;padding:70px 15px;}@media only screen and (max-width:991px){.reservation-block.style-three .res-opening-time,.reservation-block.style-four .res-opening-time{margin-top:100px;height:auto;}}.reservation-block.style-three .res-opening-time .icon-divider,.reservation-block.style-four .res-opening-time .icon-divider{font-size:60px;line-height:1em;color:var(--brand-primary-text,#f53700);margin-bottom:55px;padding-top:20px;}@media only screen and (max-width:991px){.reservation-block.style-three .res-opening-time .icon-divider,.reservation-block.style-four .res-opening-time .icon-divider{margin-bottom:40px;padding-top:10px;}}.reservation-block.style-three .res-opening-time .divider,.reservation-block.style-four .res-opening-time .divider{padding:30px 0 50px;}@media only screen and (max-width:991px){.reservation-block.style-three .res-opening-time .divider,.reservation-block.style-four .res-opening-time .divider{padding:15px 0 35px;}}.reservation-block.style-three .res-opening-time .opening-time-group,.reservation-block.style-four .res-opening-time .opening-time-group{margin-bottom:25px;}.reservation-block.style-three .res-opening-time .opening-time-group,.reservation-block.style-three .res-opening-time .contact-info,.reservation-block.style-four .res-opening-time .opening-time-group,.reservation-block.style-four .res-opening-time .contact-info{text-transform:uppercase;}.reservation-block.style-three .res-opening-time .opening-time-group .title,.reservation-block.style-three .res-opening-time .contact-info .title,.reservation-block.style-four .res-opening-time .opening-time-group .title,.reservation-block.style-four .res-opening-time .contact-info .title{font-size:16px;font-weight:600;color:#bababa;margin-bottom:5px;}@media only screen and (max-width:575px){.reservation-block.style-three .res-opening-time .opening-time-group .title,.reservation-block.style-three .res-opening-time .contact-info .title,.reservation-block.style-four .res-opening-time .opening-time-group .title,.reservation-block.style-four .res-opening-time .contact-info .title{font-size:14px;}}.reservation-block.style-three .res-opening-time .opening-time-group .contact-no,.reservation-block.style-three .res-opening-time .opening-time-group .time,.reservation-block.style-three .res-opening-time .contact-info .contact-no,.reservation-block.style-three .res-opening-time .contact-info .time,.reservation-block.style-four .res-opening-time .opening-time-group .contact-no,.reservation-block.style-four .res-opening-time .opening-time-group .time,.reservation-block.style-four .res-opening-time .contact-info .contact-no,.reservation-block.style-four .res-opening-time .contact-info .time{font-size:24px;font-family:var(--heading-font,"Playfair Display",serif);color:white;font-weight:normal;margin-bottom:0;}@media only screen and (max-width:767px){.reservation-block.style-three .res-opening-time .opening-time-group .contact-no,.reservation-block.style-three .res-opening-time .opening-time-group .time,.reservation-block.style-three .res-opening-time .contact-info .contact-no,.reservation-block.style-three .res-opening-time .contact-info .time,.reservation-block.style-four .res-opening-time .opening-time-group .contact-no,.reservation-block.style-four .res-opening-time .opening-time-group .time,.reservation-block.style-four .res-opening-time .contact-info .contact-no,.reservation-block.style-four .res-opening-time .contact-info .time{font-size:22px;}}.reservation-block.style-three .res-opening-time .opening-time-group .contact-no > sup,.reservation-block.style-three .res-opening-time .opening-time-group .time > sup,.reservation-block.style-three .res-opening-time .contact-info .contact-no > sup,.reservation-block.style-three .res-opening-time .contact-info .time > sup,.reservation-block.style-four .res-opening-time .opening-time-group .contact-no > sup,.reservation-block.style-four .res-opening-time .opening-time-group .time > sup,.reservation-block.style-four .res-opening-time .contact-info .contact-no > sup,.reservation-block.style-four .res-opening-time .contact-info .time > sup{font-size:60%;top:-6px;font-family:var(--heading-font-uc,"Poppins",sans-serif);}.reservation-block.style-three .section-title.section-default-two{margin-bottom:25px;}.reservation-block.style-three .form-controllar{color:white;}.reservation-block.style-three .res-opening-time{background-color:rgba(0,0,0,0.5);}.reservation-block.style-four{position:relative;}.reservation-block.style-four .element-group > .element.one{top:-75px;left:0;}@media only screen and (max-width:991px){.reservation-block.style-four .element-group > .element.one{display:none;}}.reservation-block.style-four .element-group > .element.two{bottom:20px;left:20px;}.reservation-block.style-four .res-opening-time{padding:0;position:relative;}@media only screen and (max-width:991px){.reservation-block.style-four .res-opening-time{margin-top:0;margin-bottom:100px;}}.reservation-block.style-four .res-opening-time .res-right-img{position:absolute;right:-300px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:0;}@media only screen and (max-width:1800px){.reservation-block.style-four .res-opening-time .res-right-img{display:none;}}.reservation-block.style-four .res-opening-time-inner{background-color:#222222;display:block;padding:90px 20px;position:relative;z-index:1;height:100%;width:100%;}.reservation-block.style-four .res-opening-time-inner:before,.reservation-block.style-four .res-opening-time-inner:after{position:absolute;width:100%;height:120px;content:"";background-repeat:repeat-x;z-index:1;opacity:0.05;left:0;}.reservation-block.style-four .res-opening-time-inner:before{top:0;background-position:top center;background-image:url("/Assets/images/bg/re-pattent-top.png");}.reservation-block.style-four .res-opening-time-inner:after{background-position:bottom center;background-image:url("/Assets/images/bg/re-pattent-bottom.png");bottom:0;}.reservation-block.style-four .res-opening-time-inner .divider{padding:20px 0 60px;}@media only screen and (max-width:991px){.reservation-block.style-four .res-opening-time-inner .divider{padding-bottom:30px;}}@media only screen and (max-width:575px){.reservation-block.style-four .res-opening-time-inner .divider{padding-bottom:15px;}}.reservation-block.style-four .res-opening-time-inner .opening-time-group + .divider{padding-top:32px;}.reservation-block.style-four .res-opening-time-inner .contact-info{margin-top:-10px;}@media only screen and (max-width:991px){.reservation-block.style-four .res-opening-time-inner .contact-info{margin-top:0;}}@media only screen and (max-width:575px){.reservation-block.style-four .res-opening-time-inner .contact-info{margin-top:20px;}}.reservation-block.style-four .reservation-form .btn-default{margin-top:30px;}.reservation-block.style-four .reservation-form .btn-default:hover,.reservation-block.style-four .reservation-form .btn-default:focus{background-color:black;color:white;}.reservation-block.style-five{position:relative;}.reservation-block.style-five > .res-bg{position:absolute;left:0;top:0;width:calc(50% - 15px);height:100%;}@media only screen and (max-width:991px){.reservation-block.style-five > .res-bg{display:none;}}.reservation-block.style-five .reservation-form{padding-top:10px;}@media only screen and (max-width:1199px){.reservation-block.style-five .reservation-form{padding-top:0;}}.reservation-block.style-five .form-controllar{padding:2px 0 5px;}.reservation-block.style-five .btn-default{margin-top:20px;}.reservation-block.style-five .select-custom{line-height:50px;}.reservation-block.style-five .select-custom .current{color:var(--text-gray,#666666);}.reservation-block.style-five.full-width-style > .res-bg{width:50%;}@media only screen and (max-width:991px){.reservation-block.style-five.full-width-style > .res-bg{position:relative;height:500px;width:100%;margin-bottom:0px;display:block;}}@media only screen and (max-width:480px){.reservation-block.style-five.full-width-style > .res-bg{height:350px;}}.reservation-block.style-five.full-width-style .reservation-form-area{padding-left:55px;padding-right:55px;}@media only screen and (max-width:575px){.reservation-block.style-five.full-width-style .reservation-form-area{padding-left:30px;padding-right:30px;}}@media only screen and (max-width:480px){.reservation-block.style-five.full-width-style .reservation-form-area{padding-left:0px;padding-right:0px;}}.reservation-block.style-five.full-width-style .reservation-form-area .section-title{margin-bottom:5px;}.reservation-block.reservation-home-one:before{opacity:0.7;}.reservation-block.reservation-home-one .res-opening-time{background-color:rgba(0,0,0,0.8);}.reservation-block .date{position:relative;}.reservation-block .date:after{content:'\f073';font-family:"Font Awesome 5 Free";display:block;pointer-events:none;position:absolute;right:0px;top:50%;color:#8F8F8F;-webkit-transition:all 0.15s ease-in-out;transition:all 0.15s ease-in-out;font-weight:800;-webkit-transform:translateY(-50%);transform:translateY(-50%);}.related-foodmenu-block .related-food-carousel{margin-top:-10px;}@media only screen and (max-width:991px){.related-foodmenu-block .related-food-carousel{margin-top:-5px;}}.related-foodmenu-block .food-grid-item.grid-style-three{margin-bottom:0;}.related-foodmenu-block .food-grid-item.grid-style-three .food-title{font-size:24px;margin-bottom:10px;font-style:normal;font-weight:700;}@media only screen and (max-width:767px){.related-foodmenu-block .food-grid-item.grid-style-three .food-title{font-size:22px;}}.related-foodmenu-block .food-grid-item.grid-style-three .food-price{font-style:normal;font-weight:normal;}.related-foodmenu-block .food-grid-item.grid-style-three .food-thumb{margin-bottom:13px;}.related-foodmenu-block.style-two .related-food-carousel{margin-top:0px;}.related-foodmenu-block.style-two .food-grid-item.grid-style-three .food-thumb{min-height:235px;}.related-foodmenu-block.style-three .food-grid-item.grid-style-three .food-thumb{min-height:225px;}@media only screen and (max-width:1199px){.related-foodmenu-block.style-three .food-grid-item.grid-style-three .food-thumb{min-height:175px;}}@media only screen and (max-width:991px){.related-foodmenu-block.style-three .food-grid-item.grid-style-three .food-thumb{min-height:200px;}}@media only screen and (max-width:767px){.related-foodmenu-block.style-three .food-grid-item.grid-style-three .food-thumb{min-height:150px;}}@media only screen and (max-width:575px){.related-foodmenu-block.style-three .food-grid-item.grid-style-three .food-thumb{min-height:auto;}}.special-food-block:before{opacity:0.8;}.special-food-block .button-text-right{text-align:right;position:relative;top:-55px;}@media only screen and (max-width:991px){.special-food-block .button-text-right{top:-50px;}}@media only screen and (max-width:767px){.special-food-block .button-text-right{top:-10px;text-align:left;margin-bottom:25px;}}.special-food-block .special-food-content{padding-top:40px;padding-left:40px;padding-bottom:40px;position:relative;margin-top:10px;}@media only screen and (max-width:1199px){.special-food-block .special-food-content{padding-top:20px;padding-left:20px;padding-bottom:20px;}}@media only screen and (max-width:991px){.special-food-block .special-food-content{padding:0 !important;margin-top:0;}}.special-food-block .special-food-content .special-food-bg{position:absolute;width:calc(50% + 90px);top:0;left:0;height:100%;}@media only screen and (max-width:1199px){.special-food-block .special-food-content .special-food-bg{width:calc(50% + 40px);}}@media only screen and (max-width:991px){.special-food-block .special-food-content .special-food-bg{display:none;}}.special-food-block .special-food-content .special-food-content-inner{border:10px solid white;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;z-index:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}@media only screen and (max-width:991px){.special-food-block .special-food-content .special-food-content-inner{border:0px solid;}}.special-food-block .special-food-content .special-food-content-inner .special-food-content-text{background-color:white;width:50%;text-align:center;padding:25px 65px 40px;}@media only screen and (max-width:1199px){.special-food-block .special-food-content .special-food-content-inner .special-food-content-text{padding:20px 30px 30px;}}@media only screen and (max-width:991px){.special-food-block .special-food-content .special-food-content-inner .special-food-content-text{width:100%;padding:50px 50px 60px;}}@media only screen and (max-width:575px){.special-food-block .special-food-content .special-food-content-inner .special-food-content-text{padding:40px 15px 50px;}}.special-food-block .special-food-content .special-food-content-inner .special-food-content-text .food-title{font-size:32px;font-family:var(--heading-font,"Playfair Display",serif);font-weight:700;line-height:1.18em;margin-bottom:15px;}@media only screen and (max-width:420px){.special-food-block .special-food-content .special-food-content-inner .special-food-content-text .food-title{font-size:26px;}}.special-food-block .special-food-content .special-food-content-inner .special-food-content-text .food-price{font-size:32px;font-weight:600;font-family:var(--heading-font,"Playfair Display",serif);color:var(--brand-primary-text,#f53700);font-style:italic;margin-bottom:30px;}@media only screen and (max-width:991px){.special-food-block .special-food-content .special-food-content-inner .special-food-content-text .food-price{font-size:24px;}}@media only screen and (max-width:420px){.special-food-block .special-food-content .special-food-content-inner .special-food-content-text .food-price{font-size:20px;}}.special-food-block .special-food-content .special-food-content-inner .special-food-content-text .food-price sup{font-size:50%;top:-12px;}.special-food-block .special-food-content .special-food-content-inner .special-food-content-text .food-price > del{display:inline-block;color:#acacac;padding-right:5px;}.special-food-block .special-food-content .special-food-content-inner .special-food-content-text .btn-group-default{margin-top:25px;}.discount-block{position:relative;}.discount-block .discount-thumb{position:absolute;right:0;bottom:0;}@media only screen and (max-width:1199px){.discount-block .discount-thumb{width:600px;}}@media only screen and (max-width:991px){.discount-block .discount-thumb{display:none;}}.discount-block .discount-content{margin-top:-5px;}.discount-block .discount-content .dis-subtitle{text-transform:uppercase;font-size:42px;font-weight:lighter;margin-bottom:0;font-family:var(--heading-font,"Playfair Display",serif);line-height:1.1em;}@media only screen and (max-width:1366px){.discount-block .discount-content .dis-subtitle{font-size:36px;}}@media only screen and (max-width:991px){.discount-block .discount-content .dis-subtitle{font-size:30px;}}@media only screen and (max-width:575px){.discount-block .discount-content .dis-subtitle{font-size:24px;}}.discount-block .discount-content .dis-subtitle > strong{font-weight:500;color:var(--brand-primary-text,#f53700);}.discount-block .discount-content .dis-subtitle > strong > sup{font-size:50%;top:-10px;}.discount-block .discount-content .dis-subtitle > span{border-bottom:2px solid #c51c23;line-height:1.2em;display:inline-block;}.discount-block .discount-content .dis-title{text-transform:uppercase;font-size:60px;font-weight:700;margin-bottom:0;line-height:1em;font-family:var(--heading-font,"Playfair Display",serif);color:var(--brand-primary-text,#f53700);}@media only screen and (max-width:1366px){.discount-block .discount-content .dis-title{font-size:48px;}}@media only screen and (max-width:991px){.discount-block .discount-content .dis-title{font-size:42px;}}@media only screen and (max-width:767px){.discount-block .discount-content .dis-title{font-size:36px;}}@media only screen and (max-width:575px){.discount-block .discount-content .dis-title{font-size:30px;}}.discount-block .discount-content .btn-default{margin-top:65px;}@media only screen and (max-width:991px){.discount-block .discount-content .btn-default{margin-top:50px;}}.newsletter-block.style-one:before{opacity:0.85;}.newsletter-block.style-one .section-title.section-default-two{margin-bottom:0;}.newsletter-block.style-one .section-title.section-default-two .title-main{font-size:50px;padding-top:5px;margin-bottom:-5px;}@media only screen and (max-width:1199px){.newsletter-block.style-one .section-title.section-default-two .title-main{font-size:40px;}}.newsletter-block.style-one .section-title.section-default-two .title-main > span{font-size:90px;margin-bottom:-40px;}@media only screen and (max-width:1199px){.newsletter-block.style-one .section-title.section-default-two .title-main > span{font-size:75px;margin-bottom:-35px;}}.newsletter-block.style-one .subscribe-form .btn-default:hover{background-color:white;color:var(--brand-primary-text,#f53700);}.newsletter-block.style-two .subscribe-form > #mc-form,.newsletter-block.style-four .subscribe-form > #mc-form,.newsletter-block.style-five .subscribe-form > #mc-form,.newsletter-block.style-six .subscribe-form > #mc-form{width:100%;height:70px;background-color:rgba(255,255,255,0.06);border-radius:40px;position:relative;}@media only screen and (max-width:767px){.newsletter-block.style-two .subscribe-form > #mc-form,.newsletter-block.style-four .subscribe-form > #mc-form,.newsletter-block.style-five .subscribe-form > #mc-form,.newsletter-block.style-six .subscribe-form > #mc-form{display:-webkit-box;display:-ms-flexbox;display:flex;}}@media only screen and (max-width:575px){.newsletter-block.style-two .subscribe-form > #mc-form,.newsletter-block.style-four .subscribe-form > #mc-form,.newsletter-block.style-five .subscribe-form > #mc-form,.newsletter-block.style-six .subscribe-form > #mc-form{background-color:transparent;border-radius:0;height:auto;}}.newsletter-block.style-two .subscribe-form > #mc-form > #subscribe-btn,.newsletter-block.style-four .subscribe-form > #mc-form > #subscribe-btn,.newsletter-block.style-five .subscribe-form > #mc-form > #subscribe-btn,.newsletter-block.style-six .subscribe-form > #mc-form > #subscribe-btn{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:6px;}@media only screen and (max-width:575px){.newsletter-block.style-two .subscribe-form > #mc-form > #subscribe-btn,.newsletter-block.style-four .subscribe-form > #mc-form > #subscribe-btn,.newsletter-block.style-five .subscribe-form > #mc-form > #subscribe-btn,.newsletter-block.style-six .subscribe-form > #mc-form > #subscribe-btn{position:relative;right:0;-webkit-transform:translateY(0);transform:translateY(0);top:0;}}.newsletter-block.style-two .subscribe-form .btn-default,.newsletter-block.style-four .subscribe-form .btn-default,.newsletter-block.style-five .subscribe-form .btn-default,.newsletter-block.style-six .subscribe-form .btn-default{border-radius:30px;height:58px;padding:5px 40px;width:auto;font-size:16px;margin-left:0px;font-weight:500;letter-spacing:normal;}.newsletter-block.style-two .subscribe-form .btn-default:hover,.newsletter-block.style-four .subscribe-form .btn-default:hover,.newsletter-block.style-five .subscribe-form .btn-default:hover,.newsletter-block.style-six .subscribe-form .btn-default:hover{background-color:white;color:var(--brand-primary-text,#f53700);}@media only screen and (max-width:575px){.newsletter-block.style-two .subscribe-form .btn-default,.newsletter-block.style-four .subscribe-form .btn-default,.newsletter-block.style-five .subscribe-form .btn-default,.newsletter-block.style-six .subscribe-form .btn-default{margin:20px auto 0;height:52px;padding:5px 30px;font-size:14px;}}.newsletter-block.style-two .subscribe-form .form-group,.newsletter-block.style-four .subscribe-form .form-group,.newsletter-block.style-five .subscribe-form .form-group,.newsletter-block.style-six .subscribe-form .form-group{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:0;}@media only screen and (max-width:767px){.newsletter-block.style-two .subscribe-form .form-group,.newsletter-block.style-four .subscribe-form .form-group,.newsletter-block.style-five .subscribe-form .form-group,.newsletter-block.style-six .subscribe-form .form-group{margin-bottom:0;}}.newsletter-block.style-two .subscribe-form .form-group input,.newsletter-block.style-four .subscribe-form .form-group input,.newsletter-block.style-five .subscribe-form .form-group input,.newsletter-block.style-six .subscribe-form .form-group input{width:100%;border-bottom:0px solid;padding:15px 20px !important;}@media only screen and (max-width:767px){.newsletter-block.style-two .subscribe-form .form-group input,.newsletter-block.style-four .subscribe-form .form-group input,.newsletter-block.style-five .subscribe-form .form-group input,.newsletter-block.style-six .subscribe-form .form-group input{padding:15px !important;}}@media only screen and (max-width:575px){.newsletter-block.style-two .subscribe-form .form-group input,.newsletter-block.style-four .subscribe-form .form-group input,.newsletter-block.style-five .subscribe-form .form-group input,.newsletter-block.style-six .subscribe-form .form-group input{height:55px;background-color:rgba(255,255,255,0.06);border-radius:40px;padding:15px 25px !important;}}.newsletter-block.style-two{text-align:center;}.newsletter-block.style-two .newsletter-title .title-main{font-style:italic;font-size:42px;color:white;font-weight:700;font-family:var(--heading-font,"Playfair Display",serif);}.newsletter-block.style-two .newsletter-title .title-main > span{color:var(--brand-primary-text,#f53700);}@media only screen and (max-width:1199px){.newsletter-block.style-two .newsletter-title .title-main{font-size:40px;}}@media only screen and (max-width:991px){.newsletter-block.style-two .newsletter-title .title-main{font-size:36px;}}@media only screen and (max-width:575px){.newsletter-block.style-two .newsletter-title .title-main{font-size:30px;}}.newsletter-block.style-three{position:relative;}.newsletter-block.style-three:before{opacity:0.4;}.newsletter-block.style-three .subscribe-form{margin-left:0;margin-top:-5px;}@media only screen and (max-width:575px){.newsletter-block.style-three .subscribe-form{margin-right:0;}}.newsletter-block.style-three .subscribe-form > #mc-form{display:block;position:relative;}.newsletter-block.style-three .subscribe-form > #mc-form .form-group{padding:0;margin-bottom:0;}.newsletter-block.style-three .subscribe-form .btn-default{border-radius:0%;height:auto;width:auto;margin-left:0px;position:absolute;right:0;top:-1px;background-color:transparent;color:var(--brand-primary-text,#f53700);}.newsletter-block.style-three .subscribe-form .btn-default:hover{color:white;}.newsletter-block.style-four .section-title.style-six .title-main{font-weight:normal;line-height:1em;}.newsletter-block.style-four .section-title.style-six .title-text{padding-top:0;}.newsletter-block.style-five{padding:100px 0 140px;position:relative;background-repeat:no-repeat;background-position:center center;background-size:contain;}@media only screen and (max-width:1199px){.newsletter-block.style-five{padding-bottom:100px;}}@media only screen and (max-width:575px){.newsletter-block.style-five{padding-bottom:80px;padding-top:80px;}}.newsletter-block.style-five .element-group > .element{z-index:1;top:-25px;left:calc(50% - 775px);-webkit-animation:linear bt-leftRight-20 3s infinite;animation:linear bt-leftRight-20 3s infinite;}@media only screen and (max-width:1450px){.newsletter-block.style-five .element-group > .element{display:none;}}.newsletter-block.style-five .section-title.style-six .title-main{font-weight:normal;line-height:1em;}.newsletter-block.style-five .section-title.style-six .title-text{font-size:16px;padding-top:0;}@media only screen and (max-width:767px){.newsletter-block.style-five .subscribe-form{margin-right:0;margin-left:0;}}.newsletter-block.style-five .subscribe-form > #mc-form{border:1px solid #dddddd;background-color:white;}@media only screen and (max-width:575px){.newsletter-block.style-five .subscribe-form > #mc-form{border:0px solid;background-color:transparent;}}.newsletter-block.style-five .subscribe-form > #mc-form .form-group input{color:var(--text-dark,#000);}@media only screen and (max-width:575px){.newsletter-block.style-five .subscribe-form > #mc-form .form-group input{border:1px solid #dddddd;background-color:white;}}.newsletter-block.style-five .subscribe-form > #mc-form .form-group input:focus{color:var(--text-dark,#000);}@media only screen and (max-width:575px){.newsletter-block.style-five .subscribe-form > #mc-form .form-group input:focus{border-color:var(--brand-primary-text,#f53700);}}.newsletter-block.style-five .subscribe-form > #mc-form #subscribe-btn{background-color:black;}.newsletter-block.style-five .subscribe-form > #mc-form #subscribe-btn:hover,.newsletter-block.style-five .subscribe-form > #mc-form #subscribe-btn:focus{background-color:#c51c23 !important;color:white;}.newsletter-block.style-six .subscribe-form > #mc-form{border:1px solid #dddddd;background-color:#F6F6F6;}@media only screen and (max-width:575px){.newsletter-block.style-six .subscribe-form > #mc-form{border:0px solid;background-color:transparent;}}.newsletter-block.style-six .subscribe-form > #mc-form .form-group input{color:var(--text-dark,#000);}@media only screen and (max-width:575px){.newsletter-block.style-six .subscribe-form > #mc-form .form-group input{border:1px solid #dddddd;background-color:#F6F6F6;}}.newsletter-block.style-six .subscribe-form > #mc-form .form-group input:focus{color:var(--text-dark,#000);}@media only screen and (max-width:575px){.newsletter-block.style-six .subscribe-form > #mc-form .form-group input:focus{border-color:#c51c23 !important;}}.newsletter-block.style-six .subscribe-form > #mc-form #subscribe-btn:hover,.newsletter-block.style-six .subscribe-form > #mc-form #subscribe-btn:focus{background-color:black !important;color:white;}.newsletter-block.style-seven{position:relative;}.newsletter-block.style-seven .section-title.style-three{margin-top:-8px;margin-bottom:35px;}.newsletter-block.style-seven .section-title.style-three .title-main{font-size:32px;margin-bottom:15px;}@media only screen and (max-width:767px){.newsletter-block.style-seven .section-title.style-three .title-main{font-size:24px;}}.newsletter-block.style-seven .section-title.style-three .title-sub{font-size:14px;font-weight:normal;}.newsletter-block.style-seven .subscribe-form{margin-left:0;margin-top:-5px;}@media only screen and (max-width:767px){.newsletter-block.style-seven .subscribe-form{margin-right:0 !important;}}.newsletter-block.style-seven .subscribe-form > #mc-form{display:block;position:relative;}.newsletter-block.style-seven .subscribe-form > #mc-form .form-group{padding:0;}@media only screen and (max-width:767px){.newsletter-block.style-seven .subscribe-form > #mc-form .form-group{margin-bottom:0 !important;}}.newsletter-block.style-seven .subscribe-form > #mc-form .form-group input{color:var(--text-dark,#000);}.newsletter-block.style-seven .subscribe-form .btn-default{border-radius:0%;height:auto;width:auto;margin-left:0px;position:absolute;right:0;top:-7px;background-color:transparent;color:var(--brand-primary-text,#f53700);font-size:24px;}.newsletter-block.style-seven .subscribe-form .btn-default:hover{color:var(--text-dark,#000);}.newsletter-block .subscribe-form{font-size:15px;margin-top:33px;margin-left:-15px;}@media only screen and (max-width:767px){.newsletter-block .subscribe-form{margin-right:-15px;}}.newsletter-block .subscribe-form > #mc-form{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}@media only screen and (max-width:767px){.newsletter-block .subscribe-form > #mc-form{display:block;text-align:center;}}.newsletter-block .subscribe-form .form-group{margin-bottom:0px;-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 40px);flex:0 0 calc(50% - 40px);padding:0 15px;}@media only screen and (max-width:767px){.newsletter-block .subscribe-form .form-group{margin-bottom:30px;}}.newsletter-block .subscribe-form .form-group label{display:block;line-height:1.2em;margin-bottom:0;text-align:left;}.newsletter-block .subscribe-form .form-group input{color:white;font-size:14px;position:relative;width:100%;background-color:transparent;border-bottom:1px solid #dddddd;padding:0 0 15px !important;}@media only screen and (max-width:767px){.newsletter-block .subscribe-form .form-group input{font-size:15px;}}.newsletter-block .subscribe-form .form-group input:focus{color:white;border-bottom-color:#c51c23 !important;}.newsletter-block .subscribe-form .form-group #mc-email-error{display:none !important;}.newsletter-block .subscribe-form .btn-default{border-radius:50%;height:55px;padding:0;width:55px;font-size:18px;margin-left:20px;}@media only screen and (max-width:767px){.newsletter-block .subscribe-form .btn-default{margin:0px auto;border-radius:40px 0 40px 40px;width:120px;}}.food-offers-block .single-food-offer{display:block;margin-bottom:30px;}.food-offers-block .single-food-offer:hover img{opacity:0.85;}.food-offers-block .single-food-offer img{width:100%;-webkit-transition:all 0.3s;transition:all 0.3s;border-radius:10px;}.app-download-block{position:relative;}@media only screen and (max-width:1199px){.app-download-block{margin-top:0;}}.app-download-block .bg-shape-top{position:absolute;top:-2px;left:0;width:100%;height:182px;z-index:1;}@media only screen and (max-width:991px){.app-download-block .bg-shape-top{height:95px;}}.app-download-block .app-download-content{position:relative;z-index:2;margin-top:50px;padding-right:50px;}@media only screen and (max-width:1199px){.app-download-block .app-download-content{padding-right:0px;margin-right:-50px;}}@media only screen and (max-width:991px){.app-download-block .app-download-content{margin-right:0px;margin-top:35px;}}.app-download-block .app-download-content .app-title{color:white;font-size:70px;font-weight:normal;font-family:var(--heading-font,"Playfair Display",serif);margin-bottom:2px;line-height:1em;text-transform:uppercase;letter-spacing:-0.05em;}@media only screen and (max-width:1199px){.app-download-block .app-download-content .app-title{font-size:52px;margin-bottom:5px;}}@media only screen and (max-width:575px){.app-download-block .app-download-content .app-title{font-size:36px;}}.app-download-block .app-download-content .app-title > span{color:var(--brand-primary-text,#f53700);}.app-download-block .app-download-content .app-subtitle{color:white;font-size:40px;font-weight:lighter;font-family:var(--heading-font,"Playfair Display",serif);line-height:1em;text-transform:uppercase;letter-spacing:-0.05em;}@media only screen and (max-width:1199px){.app-download-block .app-download-content .app-subtitle{font-size:32px;}}@media only screen and (max-width:575px){.app-download-block .app-download-content .app-subtitle{font-size:24px;}}.app-download-block .app-download-content .btn-group-default{margin:50px -5px -5px;}@media only screen and (max-width:575px){.app-download-block .app-download-content .btn-group-default{margin-top:35px;}}.app-download-block .app-download-content .btn-group-default > .btn-app{display:inline-block;margin:5px;box-shadow:3px 3px 5px rgba(0,0,0,0.2);border-radius:42px;-webkit-transition:all 0.25s;transition:all 0.25s;}.app-download-block .app-download-content .btn-group-default > .btn-app:hover{opacity:0.9;}.app-download-block .download-thumb-area{position:relative;z-index:2;margin-bottom:-70px;margin-top:-50px;margin-left:-95px;}@media only screen and (max-width:1199px){.app-download-block .download-thumb-area{margin-left:0;}}@media only screen and (max-width:991px){.app-download-block .download-thumb-area{display:none;}}.featured-element-block .container-fluid > .row{margin:0 -20px;}@media only screen and (max-width:1366px){.featured-element-block .container-fluid > .row{margin:0 -15px;}}.featured-element-block .container-fluid > .row > [class*='col-']{padding:0 20px;}@media only screen and (max-width:1366px){.featured-element-block .container-fluid > .row > [class*='col-']{padding:0 15px;}}.featured-element-block .featured-element-group{margin-bottom:30px;}.featured-element-block .featured-element-group .featured-element-heading{min-height:280px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:15px;}.featured-element-block .featured-element-group .section-title.section-default-two{margin-bottom:20px;}.featured-element-block .featured-element-group .section-title.section-default-two .title-main{padding-top:0;margin-bottom:0;font-size:42px;color:white;}@media only screen and (max-width:991px){.featured-element-block .featured-element-group .section-title.section-default-two .title-main{font-size:36px;}}.featured-element-block .featured-element-group .section-title.section-default-two .title-main > span{font-size:90px;margin-bottom:-30px;}@media only screen and (max-width:991px){.featured-element-block .featured-element-group .section-title.section-default-two .title-main > span{font-size:72px;margin-bottom:-27px;}}.featured-element-block .featured-element-group .featured-element-item{text-transform:uppercase;margin-bottom:45px;}@media only screen and (max-width:480px){.featured-element-block .featured-element-group .featured-element-item{margin-bottom:25px;}}.featured-element-block .featured-element-group .featured-element-item:last-child{margin-bottom:0;}.featured-element-block .featured-element-group .featured-element-item .title{font-size:14px;font-weight:600;color:var(--text-dark,#000);margin-bottom:0px;}.featured-element-block .featured-element-group .featured-element-item .text,.featured-element-block .featured-element-group .featured-element-item .time{font-size:32px;font-family:var(--heading-font,"Playfair Display",serif);color:white;font-weight:700;margin-bottom:0;line-height:1.1em;}@media only screen and (max-width:767px){.featured-element-block .featured-element-group .featured-element-item .text,.featured-element-block .featured-element-group .featured-element-item .time{font-size:22px;}}.featured-element-block .featured-element-group .featured-element-item .text > sup,.featured-element-block .featured-element-group .featured-element-item .time > sup{font-size:50%;top:-6px;}.featured-element-block .featured-element-group .featured-element-item .time > sup{font-size:50%;top:-6px;}.featured-element-block .featured-element-group .featured-element-body{background-color:var(--brand-primary-text,#f53700);padding:60px 15px;background-position:top right;background-repeat:no-repeat;background-size:contain;}.special-gift-block{padding-top:50px;padding-bottom:40px;}@media only screen and (max-width:991px){.special-gift-block{padding-top:50px;padding-bottom:90px;}}.special-gift-block .special-gift-content{color:#5e5e5e;font-weight:500;font-size:16px;padding-top:40px;padding-bottom:50px;}@media only screen and (max-width:480px){.special-gift-block .special-gift-content{font-size:15px;}}.special-gift-block .special-gift-content .gift-title{color:var(--brand-primary-text,#f53700);margin-bottom:55px;font-size:100px;line-height:0.8em;font-weight:700;text-transform:uppercase;font-family:var(--heading-font,"Playfair Display",serif);}@media only screen and (max-width:1199px){.special-gift-block .special-gift-content .gift-title{font-size:72px;}}@media only screen and (max-width:991px){.special-gift-block .special-gift-content .gift-title{margin-bottom:35px;}}@media only screen and (max-width:767px){.special-gift-block .special-gift-content .gift-title{font-size:62px;}}@media only screen and (max-width:480px){.special-gift-block .special-gift-content .gift-title{font-size:48px;}}.special-gift-block .special-gift-content .gift-title > span,.special-gift-block .special-gift-content .gift-title > strong{display:block;color:var(--text-dark,#000);}.special-gift-block .special-gift-content .gift-title > span{font-size:42px;line-height:0.7em;font-weight:normal;}@media only screen and (max-width:1199px){.special-gift-block .special-gift-content .gift-title > span{font-size:32px;}}@media only screen and (max-width:767px){.special-gift-block .special-gift-content .gift-title > span{font-size:26px;}}.special-gift-block .special-gift-content .gift-title > strong{line-height:0.8em;}.special-gift-block .special-gift-content .btn-area{margin-top:52px;}@media only screen and (max-width:991px){.special-gift-block .special-gift-content .btn-area{margin-top:35px;}}@media only screen and (max-width:991px){.special-gift-block .col-lg-7{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}}.delivery-order-block{position:relative;}.delivery-order-block .element-group > .element.one{top:82px;left:calc(50% - 680px);z-index:2;}@media only screen and (max-width:1199px){.delivery-order-block .element-group > .element.one{left:calc(50% - 650px);}}.delivery-order-block .element-group > .element.two{top:80px;right:40px;-webkit-animation:linear bt-bottomTop-40 3s infinite;animation:linear bt-bottomTop-40 3s infinite;}.delivery-order-block .delivery-order-content{padding-top:100px;}.delivery-order-block .delivery-thumb-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:-5px;-ms-flex-wrap:wrap;flex-wrap:wrap;}.delivery-order-block .delivery-thumb-group .mock-up-thumb{margin:5px;}.delivery-order-block .delivery-thumb-group .mock-up-thumb:nth-child(1),.delivery-order-block .delivery-thumb-group .mock-up-thumb:nth-child(3){-webkit-box-flex:0;-ms-flex:0 0 calc(25% - 10px);flex:0 0 calc(25% - 10px);max-width:calc(25% - 10px);}.delivery-order-block .delivery-thumb-group .mock-up-thumb:nth-child(2){-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 10px);flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px);}.delivery-order-block .delivery-thumb-group .mock-up-thumb img{width:100%;}.delivery-order-block .copyright-text{text-transform:uppercase;margin-bottom:0;}.delivery-order-block.style-two #contact_maps{height:520px;}.delivery-order-block.style-two .no-gutters{margin:0 -10px;}.delivery-order-block.style-two .no-gutters > div{padding:0 10px;}.delivery-order-block.style-two .delivery-order-content{padding:50px 180px 50px 70px;min-height:520px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media only screen and (max-width:1620px){.delivery-order-block.style-two .delivery-order-content{padding:50px 55px 50px 30px;}}@media only screen and (max-width:991px){.delivery-order-block.style-two .delivery-order-content{margin-top:20px;text-align:center;min-height:auto;display:block;padding:100px 15px;}}.delivery-order-block.style-two .delivery-order-content:before{opacity:0.8;}.delivery-order-block.style-two .delivery-order-content .section-title.style-one .title-main{padding:0;}.delivery-order-block.style-two .delivery-order-content .section-title.style-one .title-main,.delivery-order-block.style-two .delivery-order-content .info-phone,.delivery-order-block.style-two .delivery-order-content .info-email{color:white;}.delivery-order-block.style-two .delivery-order-content .info-address{color:#bababa;}.delivery-order-block.style-two .delivery-order-content .contact-info-area{padding-top:10px;}@media only screen and (max-width:1199px){.delivery-order-block.style-two .delivery-order-content .contact-info-area{padding-top:0;}}@media only screen and (max-width:991px){.delivery-order-block.style-two .delivery-order-content .contact-info-area > div{margin-bottom:20px;}}.delivery-order-block.style-two .delivery-order-content .contact-info-area .info-address > span,.delivery-order-block.style-two .delivery-order-content .contact-info-area .info-phone{font-family:var(--heading-font-uc,"Poppins",sans-serif);font-size:24px;font-weight:600;}@media only screen and (max-width:480px){.delivery-order-block.style-two .delivery-order-content .contact-info-area .info-address > span,.delivery-order-block.style-two .delivery-order-content .contact-info-area .info-phone{font-size:22px;}}.delivery-order-block.style-two .delivery-order-content .contact-info-area .info-address > span{margin-bottom:15px;}.delivery-order-block.style-two .delivery-order-content .contact-info-area .info-email{margin-bottom:5px;}@media only screen and (max-width:991px){.delivery-order-block.style-two .delivery-order-content .contact-info-area .info-email{margin-bottom:0;}}.delivery-order-block.style-two .delivery-order-content .contact-info-area .info-email > a > span{color:var(--brand-primary-text,#f53700);}.delivery-order-block.style-three #contact_maps{height:700px;}@media only screen and (max-width:991px){.delivery-order-block.style-three #contact_maps{height:550px;}}@media only screen and (max-width:767px){.delivery-order-block.style-three #contact_maps{height:500px;}}@media only screen and (max-width:420px){.delivery-order-block.style-three #contact_maps{height:400px;}}.delivery-order-block.style-three .delivery-order-content{padding:50px;min-height:700px;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;}@media only screen and (max-width:991px){.delivery-order-block.style-three .delivery-order-content{min-height:auto;padding-top:0;}}@media only screen and (max-width:480px){.delivery-order-block.style-three .delivery-order-content{padding-left:0;padding-right:0;}}.delivery-order-block.style-three .delivery-order-content .contact-info-area .info-address{font-size:18px;font-family:var(--heading-font,"Playfair Display",serif);font-weight:normal;margin-bottom:50px;}@media only screen and (max-width:767px){.delivery-order-block.style-three .delivery-order-content .contact-info-area .info-address{font-size:15px;margin-bottom:35px;}}.delivery-order-block.style-three .delivery-order-content .contact-info-area .info-address > span{font-size:24px;font-weight:inherit;margin-bottom:8px;}@media only screen and (max-width:767px){.delivery-order-block.style-three .delivery-order-content .contact-info-area .info-address > span{font-size:20px;}}.delivery-order-block.style-three .delivery-order-content .contact-info-area .info-phone{font-size:52px;font-family:var(--heading-font,"Playfair Display",serif);font-weight:normal;line-height:0.9em;margin-bottom:25px;}@media only screen and (max-width:767px){.delivery-order-block.style-three .delivery-order-content .contact-info-area .info-phone{font-size:32px;}}.delivery-order-block.style-three .delivery-order-content .contact-info-area .info-phone .title{font-size:18px;font-weight:inherit;margin-bottom:8px;font-family:inherit;color:var(--text-gray,#666666);}@media only screen and (max-width:767px){.delivery-order-block.style-three .delivery-order-content .contact-info-area .info-phone .title{font-size:15px;}}.delivery-order-block.style-three .delivery-order-content .contact-info-area .info-email{font-size:16px;font-family:var(--heading-font,"Playfair Display",serif);font-weight:normal;margin-bottom:20px;}@media only screen and (max-width:767px){.delivery-order-block.style-three .delivery-order-content .contact-info-area .info-email{font-size:15px;}}.delivery-order-block.style-three .delivery-order-content .contact-info-area .social-status{margin-bottom:0;}.contact-map-block.style-one #contact_maps{height:400px;}@media only screen and (max-width:1199px){.burger-feature-block .col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}.burger-feature-block .col-lg-6{display:none;}}@media only screen and (max-width:767px){.burger-feature-block .col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}}.burger-feature-block .burger-food-logo{margin-bottom:35px;}@media only screen and (max-width:1199px){.burger-feature-block .burger-food-logo{margin-bottom:50px;}}.burger-feature-block .single-burger-feature{width:280px;position:relative;margin-bottom:25px;}@media only screen and (max-width:1750px){.burger-feature-block .single-burger-feature{width:250px;}}@media only screen and (max-width:1199px){.burger-feature-block .single-burger-feature{margin-bottom:25px !important;width:100%;}}.burger-feature-block .single-burger-feature:before{background-repeat:no-repeat;background-position:center center;position:absolute;content:"";}@media only screen and (max-width:1199px){.burger-feature-block .single-burger-feature:before{display:none;}}.burger-feature-block .single-burger-feature .div-circle{position:absolute;}.burger-feature-block .single-burger-feature .div-circle:before,.burger-feature-block .single-burger-feature .div-circle:after{position:absolute;content:"";border-radius:50%;}.burger-feature-block .single-burger-feature .div-circle:before{height:32px;width:32px;background-color:white;}@media only screen and (max-width:1750px){.burger-feature-block .single-burger-feature .div-circle:before{height:24px;width:24px;}}.burger-feature-block .single-burger-feature .div-circle:after{height:24px;width:24px;background-color:var(--brand-primary-text,#f53700);top:4px;left:4px;}@media only screen and (max-width:1750px){.burger-feature-block .single-burger-feature .div-circle:after{height:16px;width:16px;}}.burger-feature-block .single-burger-feature .heading24{font-weight:normal;font-family:var(--heading-font,"Playfair Display",serif);text-transform:uppercase;margin-bottom:18px;}.burger-feature-block .burger-feature-list{position:relative;z-index:2;}.burger-feature-block .burger-feature-list.feature-left{padding-top:150px;}@media only screen and (max-width:1750px){.burger-feature-block .burger-feature-list.feature-left{padding-top:110px;}}@media only screen and (max-width:1199px){.burger-feature-block .burger-feature-list.feature-left{padding-top:0;padding-right:35px;margin-bottom:-30px;}}@media only screen and (max-width:767px){.burger-feature-block .burger-feature-list.feature-left{margin-bottom:0px;padding-right:0px;padding-left:35px;}}.burger-feature-block .burger-feature-list.feature-left .single-burger-feature{text-align:right;}@media only screen and (max-width:767px){.burger-feature-block .burger-feature-list.feature-left .single-burger-feature{text-align:left;}}.burger-feature-block .burger-feature-list.feature-left .single-burger-feature:first-child{margin-left:-200px;}@media only screen and (max-width:1750px){.burger-feature-block .burger-feature-list.feature-left .single-burger-feature:first-child{margin-left:-80px;margin-bottom:50px;}}@media only screen and (max-width:1366px){.burger-feature-block .burger-feature-list.feature-left .single-burger-feature:first-child{margin-left:30px;}}@media only screen and (max-width:1199px){.burger-feature-block .burger-feature-list.feature-left .single-burger-feature:first-child{margin-left:0;}}.burger-feature-block .burger-feature-list.feature-left .single-burger-feature:first-child:before{background-image:url("/Assets/images/others/line2.png");right:-310px;top:-85px;width:290px;height:100px;}@media only screen and (max-width:1750px){.burger-feature-block .burger-feature-list.feature-left .single-burger-feature:first-child:before{width:245px;right:-265px;top:-55px;}}@media only screen and (max-width:1366px){.burger-feature-block .burger-feature-list.feature-left .single-burger-feature:first-child:before{width:200px;right:-230px;top:-50px;}}.burger-feature-block .burger-feature-list.feature-left .single-burger-feature:nth-child(2){margin-left:-105px;margin-bottom:105px;}@media only screen and (max-width:1750px){.burger-feature-block .burger-feature-list.feature-left .single-burger-feature:nth-child(2){margin-left:-40px;}}@media only screen and (max-width:1366px){.burger-feature-block .burger-feature-list.feature-left .single-burger-feature:nth-child(2){margin-left:0px;}}.burger-feature-block .burger-feature-list.feature-left .single-burger-feature:nth-child(2):before{background-image:url("/Assets/images/others/line3.png");right:-300px;top:-30px;width:270px;height:65px;}.burger-feature-block .burger-feature-list.feature-left .single-burger-feature:last-child{margin-left:-30px;}@media only screen and (max-width:1750px){.burger-feature-block .burger-feature-list.feature-left .single-burger-feature:last-child{margin-left:10px;}}@media only screen and (max-width:1366px){.burger-feature-block .burger-feature-list.feature-left .single-burger-feature:last-child{margin-left:40px;}}@media only screen and (max-width:1199px){.burger-feature-block .burger-feature-list.feature-left .single-burger-feature:last-child{margin-left:0;}}.burger-feature-block .burger-feature-list.feature-left .single-burger-feature:last-child:before{background-image:url("/Assets/images/others/line4.png");right:-210px;top:-175px;width:185px;height:175px;}@media only screen and (max-width:1750px){.burger-feature-block .burger-feature-list.feature-left .single-burger-feature:last-child:before{top:-165px;right:-204px;}}.burger-feature-block .burger-feature-list.feature-left .single-burger-feature .div-circle{right:-10px;top:1px;}@media only screen and (max-width:1750px){.burger-feature-block .burger-feature-list.feature-left .single-burger-feature .div-circle{top:3px;}}@media only screen and (max-width:767px){.burger-feature-block .burger-feature-list.feature-left .single-burger-feature .div-circle{left:-30px;right:auto;}}.burger-feature-block .burger-feature-list.feature-right{padding-top:85px;}@media only screen and (max-width:1750px){.burger-feature-block .burger-feature-list.feature-right{padding-top:120px;}}@media only screen and (max-width:1199px){.burger-feature-block .burger-feature-list.feature-right{padding-top:0;padding-left:35px;margin-bottom:-30px;}}.burger-feature-block .burger-feature-list.feature-right .single-burger-feature:first-child{margin-left:190px;margin-bottom:90px;}@media only screen and (max-width:1750px){.burger-feature-block .burger-feature-list.feature-right .single-burger-feature:first-child{margin-left:100px;}}@media only screen and (max-width:1366px){.burger-feature-block .burger-feature-list.feature-right .single-burger-feature:first-child{margin-left:-10px;}}@media only screen and (max-width:1199px){.burger-feature-block .burger-feature-list.feature-right .single-burger-feature:first-child{margin-left:0;}}.burger-feature-block .burger-feature-list.feature-right .single-burger-feature:first-child:before{background-image:url("/Assets/images/others/line1.png");left:-230px;top:0px;width:190px;height:110px;}@media only screen and (max-width:1366px){.burger-feature-block .burger-feature-list.feature-right .single-burger-feature:first-child:before{left:-175px;width:140px;top:6px;}}.burger-feature-block .burger-feature-list.feature-right .single-burger-feature:nth-child(2){margin-left:230px;margin-bottom:65px;}@media only screen and (max-width:1750px){.burger-feature-block .burger-feature-list.feature-right .single-burger-feature:nth-child(2){margin-left:65px;margin-bottom:30px;}}@media only screen and (max-width:1366px){.burger-feature-block .burger-feature-list.feature-right .single-burger-feature:nth-child(2){margin-left:0px;}}.burger-feature-block .burger-feature-list.feature-right .single-burger-feature:nth-child(2):before{background-image:url("/Assets/images/others/line6.png");left:-305px;top:-40px;width:270px;height:65px;}@media only screen and (max-width:1750px){.burger-feature-block .burger-feature-list.feature-right .single-burger-feature:nth-child(2):before{left:-190px;width:150px;}}@media only screen and (max-width:1366px){.burger-feature-block .burger-feature-list.feature-right .single-burger-feature:nth-child(2):before{left:-125px;width:100px;top:-25px;}}.burger-feature-block .burger-feature-list.feature-right .single-burger-feature:last-child{margin-left:90px;}@media only screen and (max-width:1750px){.burger-feature-block .burger-feature-list.feature-right .single-burger-feature:last-child{margin-left:30px;}}@media only screen and (max-width:1366px){.burger-feature-block .burger-feature-list.feature-right .single-burger-feature:last-child{margin-left:-20px;}}@media only screen and (max-width:1199px){.burger-feature-block .burger-feature-list.feature-right .single-burger-feature:last-child{margin-left:0;}}.burger-feature-block .burger-feature-list.feature-right .single-burger-feature:last-child:before{background-image:url("/Assets/images/others/line5.png");left:-190px;top:-75px;width:165px;height:90px;}.burger-feature-block .burger-feature-list.feature-right .single-burger-feature .div-circle{left:-40px;top:1px;}@media only screen and (max-width:1750px){.burger-feature-block .burger-feature-list.feature-right .single-burger-feature .div-circle{top:3px;}}@media only screen and (max-width:767px){.burger-feature-block .burger-feature-list.feature-right .single-burger-feature .div-circle{left:-30px;}}.burger-feature-block .burger-feature-thumb{margin-left:-65px;margin-right:-65px;}@media only screen and (max-width:1750px){.burger-feature-block .burger-feature-thumb{margin-left:0px;margin-right:0;}}@media only screen and (max-width:1199px){.burger-feature-block .burger-feature-thumb{display:none;}}.shopping-cart-block .shop-table,.shopping-wishlist-block .shop-table{border-collapse:collapse;}.shopping-cart-block .shop-table th,.shopping-cart-block .shop-table td,.shopping-wishlist-block .shop-table th,.shopping-wishlist-block .shop-table td{border-top:1px solid #dddddd;}.shopping-cart-block .shop-table thead,.shopping-wishlist-block .shop-table thead{background-color:#222222;}.shopping-cart-block .shop-table thead th,.shopping-wishlist-block .shop-table thead th{color:white;font-size:16px;font-weight:500;padding:20px 0;border-bottom:0px solid;text-align:left;}.shopping-cart-block .shop-table thead th.product-name,.shopping-wishlist-block .shop-table thead th.product-name{padding-left:30px !important;}.shopping-cart-block .shoping-cart-item:first-child td,.shopping-wishlist-block .shoping-cart-item:first-child td{padding-top:65px;}@media only screen and (max-width:991px){.shopping-cart-block .shoping-cart-item:first-child td,.shopping-wishlist-block .shoping-cart-item:first-child td{padding-top:30px;}}.shopping-cart-block .shoping-cart-item td,.shopping-wishlist-block .shoping-cart-item td{vertical-align:middle;padding:35px 0px;}@media only screen and (max-width:991px){.shopping-cart-block .shoping-cart-item td,.shopping-wishlist-block .shoping-cart-item td{padding:25px 0;}}.shopping-cart-block .shoping-cart-item td.product-thumbnail,.shopping-wishlist-block .shoping-cart-item td.product-thumbnail{width:100px;}.shopping-cart-block .shoping-cart-item td.product-thumbnail a,.shopping-wishlist-block .shoping-cart-item td.product-thumbnail a{display:block;}.shopping-cart-block .shoping-cart-item td.product-info,.shopping-wishlist-block .shoping-cart-item td.product-info{padding-left:30px;}@media only screen and (max-width:991px){.shopping-cart-block .shoping-cart-item td.product-info,.shopping-wishlist-block .shoping-cart-item td.product-info{padding-left:15px;}}.shopping-cart-block .shoping-cart-item td.product-info > h2,.shopping-wishlist-block .shoping-cart-item td.product-info > h2{font-size:18px;font-weight:600;margin-bottom:5px;}.shopping-cart-block .shoping-cart-item td.product-info > h2 a:hover,.shopping-wishlist-block .shoping-cart-item td.product-info > h2 a:hover{color:var(--brand-primary-text,#f53700);}.shopping-cart-block .shoping-cart-item td.product-info > ul,.shopping-wishlist-block .shoping-cart-item td.product-info > ul{-webkit-transition:all 0.25s;transition:all 0.25s;}.shopping-cart-block .shoping-cart-item td.product-info > ul > li,.shopping-wishlist-block .shoping-cart-item td.product-info > ul > li{font-size:14px;display:inline-block;margin-right:35px;}@media only screen and (max-width:991px){.shopping-cart-block .shoping-cart-item td.product-info > ul > li,.shopping-wishlist-block .shoping-cart-item td.product-info > ul > li{margin-right:15px;}}.shopping-cart-block .shoping-cart-item td.product-info > ul > li:last-child,.shopping-wishlist-block .shoping-cart-item td.product-info > ul > li:last-child{margin-right:0;}.shopping-cart-block .shoping-cart-item td.product-info > ul > li span,.shopping-wishlist-block .shoping-cart-item td.product-info > ul > li span{color:var(--text-dark,#000);display:inline-block;}.shopping-cart-block .shoping-cart-item td.product-info > ul > li > span:after,.shopping-wishlist-block .shoping-cart-item td.product-info > ul > li > span:after{content:":";padding:0 5px 0 2px;}.shopping-cart-block .shoping-cart-item td.product-info .tools,.shopping-wishlist-block .shoping-cart-item td.product-info .tools{padding-top:25px;}@media only screen and (max-width:991px){.shopping-cart-block .shoping-cart-item td.product-info .tools,.shopping-wishlist-block .shoping-cart-item td.product-info .tools{padding-top:15px;}}.shopping-cart-block .shoping-cart-item td.product-info .tools a,.shopping-wishlist-block .shoping-cart-item td.product-info .tools a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;}.shopping-cart-block .shoping-cart-item td.product-info .tools a > span,.shopping-wishlist-block .shoping-cart-item td.product-info .tools a > span{margin-right:7px;}.shopping-cart-block .shoping-cart-item td.product-info .tools a:hover,.shopping-wishlist-block .shoping-cart-item td.product-info .tools a:hover{color:var(--brand-primary-text,#f53700);}.shopping-cart-block .shoping-cart-item td.product-quantity,.shopping-wishlist-block .shoping-cart-item td.product-quantity{width:230px;}@media only screen and (max-width:991px){.shopping-cart-block .shoping-cart-item td.product-quantity,.shopping-wishlist-block .shoping-cart-item td.product-quantity{width:135px;}}.shopping-cart-block .shoping-cart-item td.product-subtotal,.shopping-cart-block .shoping-cart-item td.product-price,.shopping-wishlist-block .shoping-cart-item td.product-subtotal,.shopping-wishlist-block .shoping-cart-item td.product-price{font-size:16px;font-weight:500;color:var(--text-dark,#000);width:130px;}@media only screen and (max-width:991px){.shopping-cart-block .shoping-cart-item td.product-subtotal,.shopping-cart-block .shoping-cart-item td.product-price,.shopping-wishlist-block .shoping-cart-item td.product-subtotal,.shopping-wishlist-block .shoping-cart-item td.product-price{width:90px;}}.shopping-cart-block .refresh-shoping,.shopping-wishlist-block .refresh-shoping{margin:0 -5px;}.shopping-cart-block .refresh-shoping > .btn-default,.shopping-wishlist-block .refresh-shoping > .btn-default{margin:0 5px 5px;padding:12px 35px;}@media only screen and (max-width:480px){.shopping-cart-block .refresh-shoping > .btn-default,.shopping-wishlist-block .refresh-shoping > .btn-default{padding:12px 20px;}}.shopping-cart-block .refresh-shoping > .btn-default.btn-primary,.shopping-wishlist-block .refresh-shoping > .btn-default.btn-primary{padding:10px 35px;}@media only screen and (max-width:480px){.shopping-cart-block .refresh-shoping > .btn-default.btn-primary,.shopping-wishlist-block .refresh-shoping > .btn-default.btn-primary{padding:10px 20px;}}.shopping-cart-block .shop-table{border-bottom:1px solid #dddddd;margin:0 0 40px;}@media only screen and (max-width:767px){.shopping-cart-block .shop-table{width:700px;max-width:none;}}.shopping-cart-block .refresh-shoping{margin:0 -5px;}@media only screen and (max-width:991px){.shopping-cart-block .refresh-shoping{margin-top:30px;}}.shopping-cart-block .refresh-shoping > .btn-default{margin:0 5px 5px;}.shopping-wishlist-block .shop-table.table{margin-bottom:0;}@media only screen and (max-width:767px){.shopping-wishlist-block .shop-table.table{width:700px;max-width:none;margin-bottom:30px;}}.shopping-wishlist-block .shoping-cart-item:last-child > td{padding-bottom:0 !important;}.shopping-wishlist-block .shoping-cart-item td.product-status{width:410px;overflow:hidden;}@media only screen and (max-width:1199px){.shopping-wishlist-block .shoping-cart-item td.product-status{width:300px;}}@media only screen and (max-width:991px){.shopping-wishlist-block .shoping-cart-item td.product-status{width:220px;}}.shopping-wishlist-block .shoping-cart-item td.product-status .product-status-info{font-size:16px;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.shopping-wishlist-block .shoping-cart-item td.product-status .product-status-info .icon{display:inline-block;width:45px;height:45px;border:1px solid rgba(197,28,35,0.2);border-radius:50%;font-size:18px;color:var(--text-dark,#000);text-align:center;line-height:45px;}.shopping-wishlist-block .shoping-cart-item td.product-status .product-status-info .icon:hover{color:white;}.shopping-wishlist-block .shoping-cart-item td.product-status .product-status-info.stock-in .status{color:#2dad4b;}.shopping-wishlist-block .shoping-cart-item td.product-status .product-status-info.stock-in .icon{border-color:rgba(45,173,75,0.2);}.shopping-wishlist-block .shoping-cart-item td.product-status .product-status-info.stock-in .icon:hover{border-color:#2dad4b;background-color:#2dad4b;}.shopping-wishlist-block .shoping-cart-item td.product-status .product-status-info.stock-out .status{color:var(--brand-primary-text,#f53700);}.shopping-wishlist-block .shoping-cart-item td.product-status .product-status-info.stock-out .icon{border-color:rgba(197,28,35,0.2);}.shopping-wishlist-block .shoping-cart-item td.product-status .product-status-info.stock-out .icon:hover{border-color:var(--brand-primary-text,#f53700);background-color:var(--brand-primary-text,#f53700);}.cart-total-area{background-color:#f2f2f2;padding:40px 40px 45px;}@media only screen and (max-width:1199px){.cart-total-area{padding:35px 20px 40px;}}.cart-total-area .cart-total-info .list{border-bottom:1px solid #dddddd;margin-bottom:25px;padding-bottom:15px;font-size:16px;}.cart-total-area .cart-total-info .list > li{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:500;margin-bottom:10px;}.cart-total-area .cart-total-info .list > li > span{display:inline-block;-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 100px);flex:0 0 calc(100% - 100px);max-width:calc(100% - 100px);text-align:right;}@media only screen and (max-width:1199px){.cart-total-area .cart-total-info .list > li > span{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 75px);flex:0 0 calc(100% - 75px);max-width:calc(100% - 75px);}}.cart-total-area .cart-total-info .list > li > strong{color:var(--text-dark,#000);display:inline-block;-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px;font-weight:500;max-width:100px;text-align:right;}@media only screen and (max-width:1199px){.cart-total-area .cart-total-info .list > li > strong{-webkit-box-flex:0;-ms-flex:0 0 75px;flex:0 0 75px;max-width:75px;}}.cart-total-area .cart-total-info .cart-total-amount{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:21px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:55px;}@media only screen and (max-width:575px){.cart-total-area .cart-total-info .cart-total-amount{margin-bottom:30px;}}.cart-total-area .cart-total-info .cart-total-amount .amount{color:var(--brand-primary-text,#f53700);}.cupon-code{position:relative;}.cupon-code .form-controllar{border-bottom:1px solid #dddddd;font-size:14px;height:52px;padding:5px 0 !important;width:100%;position:relative;}.cupon-code .btn-cupon{color:var(--brand-primary-text,#f53700);padding:0;position:absolute;right:0;top:17px;background-color:transparent;font-weight:600;}@media only screen and (max-width:991px){.calculate-shipping-area{margin-top:-15px;margin-bottom:60px;}}.calculate-shipping-area .form-group{margin-bottom:18px;}.calculate-shipping-area button.btn,.calculate-shipping-area input.btn[type="button"],.calculate-shipping-area input.btn[type="reset"],.calculate-shipping-area input.btn[type="submit"]{margin-top:20px;}.checkout-form-row .heading-medium{margin-bottom:30px;}@media only screen and (max-width:767px){.checkout-form-row .heading-medium{margin-bottom:10px;}}.checkout-form-row button.btn,.checkout-form-row input.btn[type="button"],.checkout-form-row input.btn[type="reset"],.checkout-form-row input.btn[type="submit"]{margin-top:25px;}.checkout-form-row .cart-total-area{margin-top:35px;padding:35px 30px 40px;}@media only screen and (max-width:1199px){.checkout-form-row .cart-total-area{padding:30px 20px;}}.checkout-form-row .cart-total-area .cart-total-info .list > li > span{text-align:left;}.checkout-form-row .cart-total-area .cart-total-info .cart-total-amount{margin-bottom:20px;}.checkout-form-row .cart-total-area button.btn,.checkout-form-row .cart-total-area input.btn[type="button"],.checkout-form-row .cart-total-area input.btn[type="reset"],.checkout-form-row .cart-total-area input.btn[type="submit"]{width:90%;}.payment-method{border-top:1px solid #dddddd;padding:10px 0 25px;}@media only screen and (max-width:767px){.payment-method{padding-bottom:5px;}}.payment-method .form-group{margin-bottom:2px;font-size:16px;}.payment-method .form-group > input[type="radio"]{display:none;}.payment-method .form-group > input[type="radio"] + .payment-radio{color:var(--text-dark,#000);display:block;padding:7px 0 7px 30px;cursor:pointer;position:relative;font-weight:500;margin-bottom:0px;}.payment-method .form-group > input[type="radio"] + .payment-radio:after{border:2px solid black;border-radius:50%;content:"";height:18px;left:0;position:absolute;top:50%;width:18px;margin-top:-9px;}.payment-method .form-group > input[type="radio"]:checked + .payment-radio:before{background-color:black;border-radius:50%;content:"";height:8px;left:5px;position:absolute;top:50%;width:8px;margin-top:-4px;}@media only screen and (min-width:768px) and (max-width:991px){.shopping-checkout-section .row > .col-lg-4:last-child{margin-top:40px;}}@media only screen and (max-width:757px){.shopping-checkout-section .row > .col-lg-4{margin-bottom:40px;}.shopping-checkout-section .row > .col-lg-4:last-child{margin-top:0px;margin-bottom:0;}}@media only screen and (min-width:1200px){.blog-single-page{padding-right:30px;}}.post.single-post{margin-bottom:60px;background-color:transparent;box-shadow:0px 0px 0px transparent;text-align:left;}.post.single-post .post-thumb{position:relative;}.post.single-post .post-thumb .post-share-area{position:absolute;bottom:20px;left:35px;z-index:2;}@media only screen and (max-width:767px){.post.single-post .post-thumb .post-share-area{left:0px;bottom:0px;position:relative;padding-top:25px;}}.post.single-post .post-thumb .post-share-area h3 > span{padding:0;}.post.single-post .entry-title{font-size:42px;line-height:1.2em;margin-bottom:40px;}@media only screen and (max-width:991px){.post.single-post .entry-title{font-size:36px;margin-bottom:20px;}}@media only screen and (max-width:767px){.post.single-post .entry-title{font-size:32px;}}@media only screen and (max-width:575px){.post.single-post .entry-title{font-size:26px;}}.post.single-post .entry-meta-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:10px;}@media only screen and (max-width:991px){.post.single-post .entry-meta-content{margin-bottom:5px;}}.post.single-post ul li,.post.single-post ol li{margin-top:10px;line-height:1.6em;}.post.single-post > ul,.post.single-post > ol{padding-left:20px;}.post.single-post table{margin-bottom:30px;}.post.single-post p{margin-bottom:20px;}.post.single-post p:last-child{margin-bottom:0;}.post.single-post .image-group{padding-top:20px;}.post.single-post iframe{border:0px solid;}.post.single-post figure{margin-bottom:25px;}.post.single-post figure span{color:#979797;font-size:12px;display:block;padding:13px 0 25px;}.post.single-post .post-details{padding:0;}.post.single-post .responsive-video{margin-bottom:20px;margin-top:35px;}.post.single-post .responsive-video .fluid-width-video-wrapper{position:absolute;top:0;}.post.single-post blockquote{padding:0 70px 25px;color:var(--text-dark,#000);text-align:center;background-color:#f6f6f6;margin-top:70px;margin-bottom:40px;}@media only screen and (max-width:767px){.post.single-post blockquote{padding:0 20px 25px;}}@media only screen and (max-width:575px){.post.single-post blockquote{padding:0 15px 25px;}}.post.single-post blockquote .quote{width:60px;height:60px;border-radius:50%;background-color:var(--brand-primary-text,#f53700);color:white;margin:0 auto;font-size:21px;line-height:58px;position:relative;top:-30px;margin-bottom:-10px;}.post.single-post blockquote img{margin-bottom:25px;border-radius:0px;}.post.single-post blockquote p{text-align:center !important;margin-bottom:10px;position:relative;font-size:24px;font-weight:lighter;line-height:1.58em;}@media only screen and (max-width:991px){.post.single-post blockquote p{font-size:22px;}}@media only screen and (max-width:767px){.post.single-post blockquote p{font-size:20px;}}@media only screen and (max-width:575px){.post.single-post blockquote p{font-size:18px;}}.post.single-post blockquote p:last-child{margin-bottom:0;}.post.single-post blockquote p cite{margin-left:0;padding-left:0;}.post.single-post blockquote cite,.post.single-post blockquote a,.post.single-post blockquote span{padding:0 1.2em;font-size:0.8em;font-weight:500;font-style:normal;position:relative;}.post.single-post blockquote span{font-weight:600;}.post.single-post blockquote cite{display:block;}.post.single-post blockquote cite:before{content:"--";padding-right:5px;}@media only screen and (max-width:1199px){.post.single-post blockquote p{font-size:24px;}}@media only screen and (max-width:767px){.post.single-post blockquote p{font-size:20px;}}.post.single-post .entry-footer{border-top:1px solid #dddddd;border-bottom:1px solid #dddddd;padding:20px 0;}.entry-tag > a{border:1px solid #dddddd;border-radius:40px;color:var(--text-dark,#000);display:inline-block;font-size:12px;font-weight:500;height:35px;line-height:31px;margin:5px 3px;padding:0 20px;text-transform:uppercase;-webkit-transition:all 0.3s;transition:all 0.3s;}.entry-tag > a:hover,.entry-tag > a:focus{background-color:black;color:white;}.post-share-area,.event-share-area{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.post-share-area h3,.event-share-area h3{font-size:48px;line-height:40px;margin-bottom:0;font-weight:700;color:white;}@media only screen and (max-width:767px){.post-share-area h3,.event-share-area h3{color:var(--text-dark,#000);}}.post-share-area h3 span,.event-share-area h3 span{display:block;font-size:12px;line-height:1em;font-weight:500;color:#bababa !important;}@media only screen and (max-width:767px){.post-share-area h3 span,.event-share-area h3 span{color:#666666 !important;}}.post-share-area .share,.event-share-area .share{margin-bottom:-4px;padding-left:30px;}@media only screen and (max-width:767px){.post-share-area .share,.event-share-area .share{padding-left:20px;}}.post-share-area .share > a,.event-share-area .share > a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--brand-primary-text,#f53700);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:40px;margin-bottom:10px;margin-right:7px;}.post-share-area .share > a span,.event-share-area .share > a span{display:inline-block;text-align:center;color:white;}.post-share-area .share > a span.fab,.event-share-area .share > a span.fab{width:50px;height:100%;line-height:40px;padding:0;}.post-share-area .share > a .text,.event-share-area .share > a .text{font-size:11px;font-weight:500;padding:0 30px;}@media only screen and (max-width:991px){.post-share-area .share > a .text,.event-share-area .share > a .text{padding:0 20px;}}.post-share-area .share > a.facebook,.event-share-area .share > a.facebook{background-color:#3B5998;}.post-share-area .share > a.facebook span.fab,.event-share-area .share > a.facebook span.fab{background-color:#36508A;}.post-share-area .share > a.twitter,.event-share-area .share > a.twitter{background-color:#01ACEE;}.post-share-area .share > a.twitter span.fab,.event-share-area .share > a.twitter span.fab{background-color:#009BD6;}.post-share-area .share > a.google,.event-share-area .share > a.google{background-color:#EA4335;}.post-share-area .share > a.google span.fab,.event-share-area .share > a.google span.fab{background-color:#D33C30;}.author-info{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;border-top:1px solid #dddddd;border-bottom:1px solid #dddddd;padding:60px 0;}@media only screen and (max-width:480px){.author-info{display:block;}}.author-info #author-img{-webkit-box-flex:0;-ms-flex:0 0 120px;flex:0 0 120px;width:120px;}.author-info .at-img > img{border-radius:50%;height:120px;width:120px;}.author-info #author-details{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 120px);flex:0 0 calc(100% - 120px);padding-left:30px;position:relative;}@media only screen and (max-width:767px){.author-info #author-details{padding-left:20px;}}@media only screen and (max-width:480px){.author-info #author-details{padding-left:0;}}.author-info #author-details .author-name{font-size:18px;font-weight:700;margin-bottom:20px;color:var(--text-dark,#000);}@media only screen and (max-width:767px){.author-info #author-details .author-name{margin-bottom:15px;}}.author-info #author-details .author-name > span{display:block;text-transform:uppercase;letter-spacing:0.1em;color:var(--text-gray,#666666);font-size:12px;font-weight:600;margin-bottom:4px;}.author-info #author-details .social-status{position:absolute;top:0;right:0;}@media only screen and (max-width:767px){.author-info #author-details .social-status{position:relative;padding-top:20px;}}.author-info #author-details .social-status > a{width:35px;height:35px;line-height:35px;color:var(--text-dark,#000);}.event.single-event{margin-bottom:60px;background-color:transparent;box-shadow:0px 0px 0px transparent;text-align:left;}.event.single-event .event-thumb{position:relative;}.event.single-event .event-thumb:before{position:absolute;content:"";bottom:0;width:100%;height:100%;background:-webkit-linear-gradient(bottom,black,transparent);background:linear-gradient(to top,black,transparent);opacity:0.8;}@media only screen and (max-width:767px){.event.single-event .event-thumb:before{display:none;}}.event.single-event .event-thumb .event-share-area{position:absolute;bottom:20px;left:35px;z-index:2;}@media only screen and (max-width:767px){.event.single-event .event-thumb .event-share-area{left:0px;bottom:0px;position:relative;padding-top:25px;}}.event.single-event .event-thumb .event-share-area h3 > span{padding:0;}.event.single-event .event-thumb .event-share-area .share span{color:white;}.event.single-event .entry-meta-content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:12px;font-weight:normal;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;line-height:1.4em;margin-bottom:15px;}.event.single-event .entry-meta-content > div{margin-right:15px;position:relative;margin-bottom:8px;}.event.single-event .entry-meta-content > div:last-child{margin-right:0px;}.event.single-event .entry-meta-content > div [class*="fa-"]{color:var(--brand-primary-text,#f53700);position:relative;top:-1px;display:inline-block;margin-right:5px;}.event.single-event .entry-meta-content > div strong{font-size:14px;color:var(--text-dark,#000);font-weight:normal;}.event.single-event .entry-meta-content > div a{color:var(--brand-primary-text,#f53700);}.event.single-event .entry-meta-content > div a:hover,.event.single-event .entry-meta-content > div a:focus{color:var(--text-dark,#000);}.event.single-event .entry-title{font-size:42px;line-height:1.2em;margin-bottom:35px;}@media only screen and (max-width:991px){.event.single-event .entry-title{font-size:36px;margin-bottom:20px;}}@media only screen and (max-width:767px){.event.single-event .entry-title{font-size:32px;}}@media only screen and (max-width:575px){.event.single-event .entry-title{font-size:26px;}}.event.single-event ul li,.event.single-event ol li{margin-top:10px;line-height:1.6em;}.event.single-event > ul,.event.single-event > ol{padding-left:20px;}.event.single-event table{margin-bottom:30px;}.event.single-event p{margin-bottom:20px;}.event.single-event p:last-child{margin-bottom:0;}.event.single-event iframe{border:0px solid;}.event.single-event figure{margin-bottom:30px;}@media only screen and (max-width:767px){.event.single-event figure{margin-bottom:20px;}}.event.single-event figure span{color:#979797;font-size:12px;display:block;padding:13px 0 25px;}.event.single-event .event-details{padding:0;}.single-chef-block .chef-thumbnail-area{position:relative;display:inline-block;}.single-chef-block .chef-thumbnail-area:before{width:calc(100% - 40px);height:calc(100% - 40px);border:7px solid #c51c23;position:absolute;content:"";top:20px;left:20px;z-index:2;}@media only screen and (max-width:575px){.single-chef-block .chef-thumbnail-area:before{width:calc(100% - 30px);height:calc(100% - 30px);border-width:5px;top:15px;left:15px;}}.single-chef-block .chef-thumbnail-area .chef-thumb{margin-bottom:0;}.single-chef-block .chef-info-block{margin-bottom:48px;}@media only screen and (max-width:1199px){.single-chef-block .chef-info-block{margin-bottom:30px;}}@media only screen and (max-width:575px){.single-chef-block .chef-info-block{margin-bottom:25px;}}.single-chef-block .chef-info-block:last-child{margin-bottom:0 !important;}.single-chef-block .chef-info-block .heading18{text-transform:uppercase;margin-bottom:15px;}@media only screen and (max-width:1199px){.single-chef-block .chef-info-block .heading18{margin-bottom:10px;}}.single-chef-block .chef-info .chef-name{font-weight:700;font-family:var(--heading-font,"Playfair Display",serif);margin-bottom:0px;font-size:42px;text-transform:uppercase;line-height:1.15em;margin-top:-8px;}@media only screen and (max-width:1199px){.single-chef-block .chef-info .chef-name{font-size:32px;}}@media only screen and (max-width:575px){.single-chef-block .chef-info .chef-name{font-size:26px;}}.single-chef-block .chef-info .designation{text-transform:uppercase;color:#de4f41;font-weight:500;letter-spacing:0.02em;margin-bottom:50px;}@media only screen and (max-width:1199px){.single-chef-block .chef-info .designation{margin-bottom:30px;font-size:20px;}}@media only screen and (max-width:575px){.single-chef-block .chef-info .designation{margin-bottom:20px;font-size:16px;}}.single-chef-block .social-status{padding-top:5px;}.single-chef-block .social-status > a{width:35px;height:35px;line-height:37px;color:var(--text-dark,#000);}.single-food-details .single-slider-item{position:relative;min-height:150px;}.single-food-details .single-slider-item .food-detail-slide{list-style:outside none none;margin-bottom:0;padding-left:0;}.single-food-details .food-title{font-size:42px;font-weight:700;font-family:var(--heading-font,"Playfair Display",serif);line-height:1.2em;margin-bottom:15px;}@media only screen and (max-width:991px){.single-food-details .food-title{font-size:36px;}}@media only screen and (max-width:767px){.single-food-details .food-title{font-size:32px;}}@media only screen and (max-width:480px){.single-food-details .food-title{font-size:24px;}}.single-food-details .food-price{font-size:32px;font-weight:600;font-family:var(--heading-font-uc,"Poppins",sans-serif);color:var(--brand-primary-text,#f53700);}@media only screen and (max-width:991px){.single-food-details .food-price{font-size:24px;}}@media only screen and (max-width:420px){.single-food-details .food-price{font-size:20px;}}.single-food-details .food-price sup{font-size:50%;top:-13px;}.single-food-details .food-price > del{display:inline-block;color:#d4d4d4;padding-left:5px;}.single-food-details .food-price-and-status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;}.single-food-details .food-price-and-status .food-rating{font-size:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.single-food-details .food-price-and-status > div:before{content:"|";color:var(--text-gray,#666666);padding:0 18px 0 20px;}@media only screen and (max-width:420px){.single-food-details .food-price-and-status > div:before{padding:0 8px 0 10px;}}.single-food-details .food-price-and-status > div:first-child:before{content:"";padding:0;}.single-food-details .thumbnails-wrapper{list-style:outside none none;margin:0 -3px;padding-left:0;position:relative;text-align:center;width:100%;z-index:9;}.single-food-details .thumbnails-wrapper .thumbnails{background-color:#ededed;border:3px solid white;display:inline-block;margin:0 4px;width:100px;-webkit-transition:all 0.25s;transition:all 0.25s;}@media only screen and (max-width:480px){.single-food-details .thumbnails-wrapper .thumbnails{width:80px;margin:0 3px;}}.single-food-details .thumbnails-wrapper .thumbnails > a{display:block;}.single-food-details .thumbnails-wrapper .thumbnails.active{border-color:var(--text-dark,#000);}.single-food-details .food-review-write,.single-food-details .food-review-read{font-size:14px;font-weight:500;color:var(--text-dark,#000);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media only screen and (max-width:480px){.single-food-details .food-review-write,.single-food-details .food-review-read{font-size:12px;}}.single-food-details .food-review-write .icon,.single-food-details .food-review-read .icon{width:35px;height:35px;line-height:37px;border-radius:50%;background-color:var(--brand-primary-text,#f53700);color:white;text-align:center;margin-right:7px;}@media only screen and (max-width:480px){.single-food-details .food-review-write .icon,.single-food-details .food-review-read .icon{height:30px;line-height:32px;width:30px;}}.single-food-details .food-rating .rating{font-size:14px;}@media only screen and (max-width:480px){.single-food-details .food-rating .rating{font-size:12px;}}.single-food-details .food-rating .rating > .yellow{color:#f5bb0c;margin:0 -2px;}.single-food-details .food-rating > a{display:inline-block;padding-left:15px;}@media only screen and (max-width:420px){.single-food-details .food-rating > a{padding-left:5px;}}.single-food-details .food-rating > a:hover{color:var(--brand-primary-text,#f53700);}.single-food-details .food-status{color:#2dad4b;font-size:12px;font-weight:500;}.single-food-details .select-custom{height:auto;line-height:1em;padding-bottom:16px;}.single-food-details .select-custom .current{font-size:16px;font-weight:500;text-transform:uppercase;color:var(--text-dark,#000);}@media only screen and (max-width:767px){.single-food-details .select-custom .current{font-size:14px;}}.single-food-details .food-meta{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px;-ms-flex-wrap:wrap;flex-wrap:wrap;}.single-food-details .food-meta > div{margin:0 18px;}@media only screen and (max-width:480px){.single-food-details .food-meta > div{margin:0 8px;}}.single-food-details .food-meta > div:first-child{margin-left:0;}.single-food-details .food-meta > div:last-child{margin-right:0;}.single-food-details .small-title{font-size:16px;margin-bottom:15px;font-weight:500;}@media only screen and (max-width:480px){.single-food-details .small-title{font-size:14px;margin-bottom:10px;}}.single-food-details .input-spinner{border:1px solid #C9DEDE;height:44px;}@media only screen and (max-width:480px){.single-food-details .input-spinner{height:35px;padding:0 10px;}}@media only screen and (max-width:480px){.single-food-details .input-spinner > a{height:35px;line-height:35px;}}.single-food-details .input-spinner > input{height:42px;line-height:42px;}@media only screen and (max-width:480px){.single-food-details .input-spinner > input{height:33px;line-height:33px;width:45px !important;}}.single-food-details .share-and-whishlist{display:-webkit-box;display:-ms-flexbox;display:flex;}.single-food-details .share-and-whishlist .add-to-cart,.single-food-details .share-and-whishlist .add-to-whishlist,.single-food-details .share-and-whishlist .share-link > a{border-radius:50%;color:var(--text-dark,#000);display:block;font-size:16px;height:45px;line-height:47px;text-align:center;width:45px;border:1px solid #C9DEDE;margin:0 4px;}@media only screen and (max-width:480px){.single-food-details .share-and-whishlist .add-to-cart,.single-food-details .share-and-whishlist .add-to-whishlist,.single-food-details .share-and-whishlist .share-link > a{height:35px;width:35px;line-height:35px;font-size:12px;}}.single-food-details .share-and-whishlist .add-to-cart:hover,.single-food-details .share-and-whishlist .add-to-whishlist:hover,.single-food-details .share-and-whishlist .share-link > a:hover{background-color:var(--brand-primary-text,#f53700);color:white;border-color:var(--brand-primary-text,#f53700);}.single-food-details .share-and-whishlist .food-share .share-link{position:relative;}.single-food-details .share-and-whishlist .food-share .share-link .share-list{color:#b6b6b6;list-style:outside none none;margin-bottom:0;padding-left:0;position:absolute;text-align:center;width:100%;padding-top:5px;opacity:0;visibility:hidden;-webkit-transition:all 0.25s;transition:all 0.25s;}.single-food-details .share-and-whishlist .food-share .share-link .share-list > li > a{display:block;font-size:12px;padding:3px 0;color:var(--text-dark,#000);}.single-food-details .share-and-whishlist .food-share .share-link .share-list > li > a:hover{color:var(--brand-primary-text,#f53700);}.single-food-details .share-and-whishlist .food-share .share-link:hover .share-list{opacity:1;visibility:visible;}.single-food-details .food-detail-bottom{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 -3px;}.single-food-details .food-detail-bottom > div{margin:0 3px 5px;}.single-food-details .food-item-info > .food-title{font-size:36px;margin-bottom:20px;}.single-food-details .description{font-size:16px;}@media only screen and (max-width:575px){.single-food-details .description{font-size:14px;}}.single-food-details .description p{line-height:1.55em;}.single-food-details .food-size-color{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:10px;}.single-food-details .food-size-color > div{margin-bottom:20px;}@media only screen and (max-width:480px){.single-food-details .food-size-color > div{margin-bottom:10px;}}.single-food-details .food-size-color > .item-size{margin-right:40px;}.item-size .size-content label{border-radius:50%;font-size:16px;font-weight:600;height:48px;line-height:50px;margin-bottom:5px;margin-right:2px;text-align:center;text-transform:uppercase;-webkit-transition:all 0.25s linear 0s;transition:all 0.25s linear 0s;width:48px;cursor:pointer;background-color:#F2F2F2;}@media only screen and (max-width:480px){.item-size .size-content label{height:35px;line-height:36px;width:35px;font-size:14px;}}.item-size .size-content input[type="radio"]{display:none;}.item-size .size-content input[type="radio"]:checked + label,.item-size .size-content input[type="radio"] + label:hover{background-color:var(--brand-primary-text,#f53700);border-color:var(--brand-primary-text,#f53700);color:white;}.item-color .colors-content label{height:48px;line-height:48px;width:48px;margin-right:3px;margin-bottom:5px;position:relative;cursor:pointer;border-radius:50%;-webkit-transition:all 0.25s;transition:all 0.25s;}@media only screen and (max-width:480px){.item-color .colors-content label{height:35px;line-height:35px;width:35px;}}.item-color .colors-content input[type="checkbox"]{display:none;}.item-color .colors-content input[type="checkbox"]:checked + label,.item-color .colors-content input[type="checkbox"] + label:hover{border:2px solid white;box-shadow:0px 0px 3px rgba(0,0,0,0.1);}.item-color .colors-content .color1{background-color:#FFE3E3;}.item-color .colors-content .color2{background-color:#ED3C1F;}.item-color .colors-content .color3{background-color:#D7DBFD;}.item-color .colors-content .color4{background-color:#DEE8D2;}.item-color .colors-content .color5{background-color:#D5EBFF;}.food-review{margin-bottom:30px;}@media only screen and (max-width:420px){.food-review{margin-bottom:20px;}}.food-review .rating-riview > .rating{font-size:12px;margin-bottom:5px;color:#f1a92b;}.food-review .rating-riview > .rating [class*='fa-']{margin:0 -1px;}.food-review .rating-riview > .d-block{color:var(--text-dark,#000);font-size:16px;font-weight:500;}@media only screen and (max-width:420px){.food-review .rating-riview > .d-block{font-size:15px;}}.food-review .review-user > p{display:inline-block;margin-bottom:0;}.food-review .review-user > .review-user-name{color:#222;font-size:15px;}.food-review .review-user > .review-user-name:after{color:#727272;content:"-";padding:0 5px 0 10px;}.food-review .review-user > .review-meta{font-size:13px;}.food-single-block.style-one .single-food-header{margin-bottom:55px;margin-top:-10px;}@media only screen and (max-width:1199px){.food-single-block.style-one .single-food-header{margin-bottom:45px;}}@media only screen and (max-width:420px){.food-single-block.style-one .single-food-header{margin-bottom:35px;}}.food-single-block.style-one .form-group{margin-bottom:25px;}.food-single-block.style-one .single-food-content-area{background-color:rgba(255,255,255,0.92);margin-top:-190px;position:relative;z-index:2;}@media only screen and (max-width:480px){.food-single-block.style-one .single-food-content-area{margin-top:-80px;}}.food-single-block.style-one .single-food-content-area .single-food-content-inner{width:570px;margin:0 auto -55px;position:relative;top:-50px;text-align:center;}@media only screen and (max-width:767px){.food-single-block.style-one .single-food-content-area .single-food-content-inner{width:100%;}}@media only screen and (max-width:480px){.food-single-block.style-one .single-food-content-area .single-food-content-inner{top:-40px;margin-bottom:-45px;}}.food-single-block.style-one .single-food-content-area .food-meta{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.food-single-block.style-one .single-food-header{text-align:center;}.food-single-block.style-one .single-food-details .thumbnails-wrapper{padding-bottom:40px;}@media only screen and (max-width:480px){.food-single-block.style-one .single-food-details .thumbnails-wrapper{padding-bottom:25px;}}.food-single-block.style-one .single-food-details .item-size{padding:25px 0 33px;}@media only screen and (max-width:480px){.food-single-block.style-one .single-food-details .item-size{padding:15px 0 30px;}}.food-single-block.style-one .single-food-details .food-detail-bottom{padding-top:10px;}@media only screen and (max-width:991px){.food-single-block.style-two .single-slider-item{padding-bottom:35px;}}.food-single-block.style-two .single-slider-item .food-detail-slide .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.food-single-block.style-two .single-food-content-area{background-color:white;box-shadow:0px 0px 3px rgba(0,0,0,0.05);border:1px solid #EDEDED;padding:55px 60px;text-align:center;}@media only screen and (max-width:1199px){.food-single-block.style-two .single-food-content-area{padding:35px 25px;}}@media only screen and (max-width:420px){.food-single-block.style-two .single-food-content-area{padding:35px 15px;}}.food-single-block.style-two .single-food-content-area .item-size{margin-bottom:32px;}.food-single-block.style-two .single-food-content-area .form-group{margin-bottom:35px;}.food-single-block.style-two .food-title{font-size:32px;font-weight:600;font-family:var(--heading-font-uc,"Poppins",sans-serif);margin-bottom:10px;margin-top:-5px;}@media only screen and (max-width:767px){.food-single-block.style-two .food-title{font-size:26px;}}.food-single-block.style-two .food-price{font-size:24px;margin-bottom:15px;}@media only screen and (max-width:767px){.food-single-block.style-two .food-price{font-size:20px;}}.food-single-block.style-two .food-price sup{top:-10px;}.food-single-block.style-two .single-food-details{position:relative;}.food-single-block.style-two .single-food-details .thumbnails-wrapper-area{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:55px;z-index:4;}@media only screen and (max-width:1366px){.food-single-block.style-two .single-food-details .thumbnails-wrapper-area{left:20px;}}@media only screen and (max-width:991px){.food-single-block.style-two .single-food-details .thumbnails-wrapper-area{-webkit-transform:translateY(0);transform:translateY(0);top:185px;}}@media only screen and (max-width:767px){.food-single-block.style-two .single-food-details .thumbnails-wrapper-area{top:150px;}}@media only screen and (max-width:575px){.food-single-block.style-two .single-food-details .thumbnails-wrapper-area{top:100px;}}@media only screen and (max-width:480px){.food-single-block.style-two .single-food-details .thumbnails-wrapper-area{top:140px;left:15px;}}@media only screen and (max-width:420px){.food-single-block.style-two .single-food-details .thumbnails-wrapper-area{top:110px;}}@media only screen and (max-width:360px){.food-single-block.style-two .single-food-details .thumbnails-wrapper-area{top:70px;}}.food-single-block.style-two .single-food-details .thumbnails-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.food-single-block.style-two .single-food-details .thumbnails-wrapper .thumbnails{margin:5px 0;}.food-single-block.style-two .single-food-details .food-price-and-status{margin-bottom:50px;}@media only screen and (max-width:991px){.food-single-block.style-two .single-food-details .food-price-and-status{margin-bottom:30px;}}.food-single-block.style-three .thumbnails-wrapper-area{margin-top:-40px;margin-bottom:-55px;}@media only screen and (max-width:1199px){.food-single-block.style-three .thumbnails-wrapper-area{margin-bottom:-20px;}}@media only screen and (max-width:575px){.food-single-block.style-three .thumbnails-wrapper-area{margin-top:-25px;margin-bottom:0;}}.food-single-block.style-three .single-food-header{margin-bottom:35px;}@media only screen and (max-width:575px){.food-single-block.style-three .single-food-header{margin-bottom:25px;}}@media only screen and (max-width:1199px){.food-single-block.style-three .single-food-details .food-title{font-size:34px;}}@media only screen and (max-width:575px){.food-single-block.style-three .single-food-details .food-title{font-size:30px;}}@media only screen and (max-width:480px){.food-single-block.style-three .single-food-details .food-title{font-size:26px;}}@media only screen and (max-width:1199px){.food-single-block.style-three .single-food-details .food-size-color > .item-size{margin-right:20px;}}.food-single-block.style-three .single-food-details .description{margin-bottom:35px;}@media only screen and (max-width:575px){.food-single-block.style-three .single-food-details .description{margin-bottom:25px;}}.food-single-block.style-three .single-food-details .food-meta{margin-bottom:32px;}@media only screen and (max-width:575px){.food-single-block.style-three .single-food-details .food-meta{margin-bottom:25px;}}.food-single-block.style-three .single-food-details .food-detail-bottom{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}.food-single-block.style-three .single-food-details .food-detail-bottom .input-spinner{background-color:white;}.food-single-block.style-three .single-food-details .food-detail-bottom .share-and-whishlist .add-to-cart,.food-single-block.style-three .single-food-details .food-detail-bottom .share-and-whishlist .add-to-whishlist,.food-single-block.style-three .single-food-details .food-detail-bottom .share-and-whishlist .share-link > a{background-color:white;}.food-single-block.style-three .single-food-details .food-detail-bottom .share-and-whishlist .add-to-cart:hover,.food-single-block.style-three .single-food-details .food-detail-bottom .share-and-whishlist .add-to-whishlist:hover,.food-single-block.style-three .single-food-details .food-detail-bottom .share-and-whishlist .share-link > a:hover{background-color:#c51c23 !important;}.food-single-block.style-four .single-food-header{margin-bottom:35px;}@media only screen and (max-width:575px){.food-single-block.style-four .single-food-header{margin-bottom:25px;}}@media only screen and (min-width:992px) and (max-width:1199px){.food-single-block.style-four .food-title{font-size:36px;}}.food-single-block.style-four .single-food-content-area{text-align:center;padding:0 20px;}@media only screen and (max-width:1199px){.food-single-block.style-four .single-food-content-area{padding:0 15px;}}@media only screen and (max-width:991px){.food-single-block.style-four .single-food-content-area{padding:0;}}.food-single-block.style-four .single-food-details{position:relative;}.food-single-block.style-four .single-food-details:before{position:absolute;content:"";right:0;top:0;width:50%;height:100%;background-color:white;}@media only screen and (max-width:991px){.food-single-block.style-four .single-food-details:before{display:none;}}.food-single-block.style-four .single-food-details .description{margin-bottom:35px;}@media only screen and (max-width:575px){.food-single-block.style-four .single-food-details .description{margin-bottom:25px;}}.food-single-block.style-four .single-food-details .food-meta{margin-bottom:32px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}@media only screen and (max-width:575px){.food-single-block.style-four .single-food-details .food-meta{margin-bottom:25px;}}.food-single-block.style-four .single-food-details .food-size-color{display:block;}.food-single-block.style-four .single-food-details .food-size-color > div{margin-bottom:28px;}@media only screen and (max-width:575px){.food-single-block.style-four .single-food-details .food-size-color > div{margin-bottom:25px;}}.food-single-block.style-four .single-food-details .food-size-color .item-size{margin-right:0;}.food-single-block.style-four .single-food-details .food-detail-bottom .input-spinner{background-color:white;}.food-single-block.style-four .single-food-details .food-detail-bottom .share-and-whishlist .add-to-cart,.food-single-block.style-four .single-food-details .food-detail-bottom .share-and-whishlist .add-to-whishlist,.food-single-block.style-four .single-food-details .food-detail-bottom .share-and-whishlist .share-link > a{background-color:white;}.food-single-block.style-four .single-food-details .food-detail-bottom .share-and-whishlist .add-to-cart:hover,.food-single-block.style-four .single-food-details .food-detail-bottom .share-and-whishlist .add-to-whishlist:hover,.food-single-block.style-four .single-food-details .food-detail-bottom .share-and-whishlist .share-link > a:hover{background-color:#c51c23 !important;}.food-single-block.style-four .payment-option{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;padding-top:30px;margin-bottom:-5px;}@media only screen and (max-width:575px){.food-single-block.style-four .payment-option{padding-top:15px;}}.food-single-block.style-four .payment-option > a{padding:5px 7px;}.food-single-block.style-four .single-slider-item-area{padding-right:185px;margin-left:-180px;}@media only screen and (max-width:1620px){.food-single-block.style-four .single-slider-item-area{padding-right:85px;margin-left:-80px;}}@media only screen and (max-width:1366px){.food-single-block.style-four .single-slider-item-area{padding-right:20px;margin-left:0px;}}@media only screen and (max-width:991px){.food-single-block.style-four .single-slider-item-area{padding-bottom:40px;padding-right:0;}}.food-single-block.style-four .single-slider-item .food-detail-slide .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.food-single-block.style-four .thumbnails-wrapper{margin:0 -2px;}.food-single-block.style-four .thumbnails-wrapper .thumbnails{margin:0 2px;height:100px;line-height:95px;}@media only screen and (max-width:480px){.food-single-block.style-four .thumbnails-wrapper .thumbnails{width:80px;height:80px;line-height:75px;}}.food-details-tab-area .filter-tab-area{overflow:hidden;margin-bottom:45px;}.food-details-tab-area .filter-tab-area .nav-tabs{border-bottom:0 solid;overflow:visible;display:block;border-bottom:2px solid #ddd;}.food-details-tab-area .filter-tab-area .nav-tabs > li{display:inline-block;margin:0 20px;}@media only screen and (max-width:420px){.food-details-tab-area .filter-tab-area .nav-tabs > li{margin:0 10px;}}.food-details-tab-area .filter-tab-area .nav-tabs > li:first-child{margin-left:0;}.food-details-tab-area .filter-tab-area .nav-tabs > li:last-child{margin-right:0;}.food-details-tab-area .filter-tab-area .nav-tabs > li > a{display:inline-block;font-size:16px;-webkit-transition:all 0.25s ease 0s;transition:all 0.25s ease 0s;color:var(--text-gray,#666666);font-weight:500;padding-bottom:15px;position:relative;}@media only screen and (max-width:420px){.food-details-tab-area .filter-tab-area .nav-tabs > li > a{font-size:14px;padding-bottom:8px;}}.food-details-tab-area .filter-tab-area .nav-tabs > li > a:before{position:absolute;content:"";width:0%;bottom:-2px;height:2px;left:0;background-color:var(--brand-primary-text,#f53700);-webkit-transition:all 0.2s ease 0s;transition:all 0.2s ease 0s;}.food-details-tab-area .filter-tab-area .nav-tabs > li > a.active{color:var(--text-dark,#000);}.food-details-tab-area .filter-tab-area .nav-tabs > li > a.active:before{width:100%;}.food-details-tab-area .filter-tab-content p{margin-bottom:25px;}.food-details-tab-area .filter-tab-content p:last-child{margin-bottom:0;}.food-details-tab-area .filter-tab-content .food-desc > span{display:block;margin-bottom:5px;text-align:left;}@media only screen and (max-width:420px){.food-details-tab-area .filter-tab-content .food-desc > span{font-size:12px;}}.food-details-tab-area .filter-tab-content .food-desc > span > b{color:#000;display:inline-block;font-weight:500;width:200px;}@media only screen and (max-width:420px){.food-details-tab-area .filter-tab-content .food-desc > span > b{width:120px;}}.food-details-tab-area .filter-tab-content #food_reviews > h3{font-weight:500;}.single-food-feature{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:30px;}@media only screen and (max-width:575px){.single-food-feature{display:block;text-align:center;}}.single-food-feature .icon{-webkit-box-flex:0;-ms-flex:0 0 80px;flex:0 0 80px;max-width:80px;font-size:50px;color:var(--brand-primary-text,#f53700);}@media only screen and (max-width:1199px){.single-food-feature .icon{-webkit-box-flex:0;-ms-flex:0 0 70px;flex:0 0 70px;max-width:70px;}}@media only screen and (max-width:575px){.single-food-feature .icon{max-width:100%;font-size:40px;margin-bottom:10px;}}.single-food-feature .info{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 80px);flex:0 0 calc(100% - 80px);max-width:calc(100% - 80px);}@media only screen and (max-width:1199px){.single-food-feature .info{-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 70px);flex:0 0 calc(100% - 70px);max-width:calc(100% - 70px);}}@media only screen and (max-width:575px){.single-food-feature .info{max-width:100%;}}.single-food-feature .info .title{font-size:18px;font-weight:600;margin-bottom:5px;}@media only screen and (max-width:1199px){.single-food-feature .info .title{font-size:15px;margin-bottom:2px;margin-top:5px;}}.about-us-block .about-content{padding-top:20px;}@media only screen and (max-width:1199px){.about-us-block .about-content{padding-top:0;}}.about-us-block .section-title.style-two + .about-content{padding-top:0;margin-top:-5px;}.about-us-block.style-two{background-size:auto;}.about-us-block.style-two .about-content{font-size:16px;padding-top:0;}@media only screen and (max-width:767px){.about-us-block.style-two .about-content{font-size:15px;}}.about-us-block.style-two .about-content .cafe-sign{margin-top:50px;}@media only screen and (max-width:1199px){.about-us-block.style-two .about-content .cafe-sign{margin-top:40px;}}.about-us-block.style-two .mock-up-thumb-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 -5px;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:85px;}@media only screen and (max-width:1199px){.about-us-block.style-two .mock-up-thumb-group{padding-top:40px;}}.about-us-block.style-two .mock-up-thumb-group.padding-50{padding-top:50px;}@media only screen and (max-width:1199px){.about-us-block.style-two .mock-up-thumb-group.padding-50{padding-top:40px;}}.about-us-block.style-two .mock-up-thumb-group .mock-up-thumb{margin:10px 5px;}.about-us-block.style-two .mock-up-thumb-group .mock-up-thumb:nth-child(1),.about-us-block.style-two .mock-up-thumb-group .mock-up-thumb:nth-child(3){-webkit-box-flex:0;-ms-flex:0 0 calc(25% - 10px);flex:0 0 calc(25% - 10px);max-width:calc(25% - 10px);}.about-us-block.style-two .mock-up-thumb-group .mock-up-thumb:nth-child(2){-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 10px);flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px);}.about-us-block.style-two .mock-up-thumb-group .mock-up-thumb img{width:100%;}.about-us-block.style-three{background-position:top center;}.about-us-block.style-three .section-title{margin-bottom:20px;padding-right:60px;}@media only screen and (max-width:1199px){.about-us-block.style-three .section-title{padding-right:0px;}}.about-us-block.style-three .section-title .title-main{display:inline-block;text-transform:uppercase;font-family:var(--heading-font-uc,"Poppins",sans-serif);font-weight:bold;font-size:200px;color:var(--brand-primary-text,#f53700);line-height:0.7em;letter-spacing:-0.05em;}@media only screen and (max-width:1199px){.about-us-block.style-three .section-title .title-main{font-size:150px;}}@media only screen and (max-width:575px){.about-us-block.style-three .section-title .title-main{font-size:120px;}}@media only screen and (max-width:480px){.about-us-block.style-three .section-title .title-main{font-size:100px;}}.about-us-block.style-three .section-title .title-main > span{display:block;color:var(--text-dark,#000);font-size:40%;font-weight:lighter;line-height:0.85em;letter-spacing:0em;}@media only screen and (max-width:575px){.about-us-block.style-three .section-title .title-main > span{line-height:0.95em;}}.about-us-block.style-three .about-content{font-size:16px;text-align:justify;padding-right:60px;}@media only screen and (max-width:1199px){.about-us-block.style-three .about-content{padding-right:0;}}.about-us-block.style-three .mock-up-thumb{text-align:right;}@media only screen and (max-width:991px){.about-us-block.style-three .mock-up-thumb{text-align:left;margin-bottom:-40px;}}.about-us-block.style-four{background:-webkit-linear-gradient(top,#f97a38,#fc4e62);background:linear-gradient(to bottom,#f97a38,#fc4e62);padding:170px 0;}@media only screen and (max-width:1199px){.about-us-block.style-four{padding:80px 0 100px;}}@media only screen and (max-width:991px){.about-us-block.style-four{padding-top:85px;}}@media only screen and (max-width:480px){.about-us-block.style-four{padding-top:90px;}}.about-us-block.style-four .about-content{text-align:justify;font-size:16px;padding-top:10px;}.about-us-block.style-four .about-content .btn-group-default{margin-top:85px;}@media only screen and (max-width:1366px){.about-us-block.style-four .about-content .btn-group-default{margin-top:55px;}}@media only screen and (max-width:767px){.about-us-block.style-four .about-content .btn-group-default{margin-top:40px;}}.about-us-block.style-four .mock-up-thumb{margin-right:-185px;}@media only screen and (max-width:1620px){.about-us-block.style-four .mock-up-thumb{margin-right:-60px;}}@media only screen and (max-width:1366px){.about-us-block.style-four .mock-up-thumb{margin-right:0px;}}.about-us-block.style-five{position:relative;}.about-us-block.style-five .bg-shape-top{position:absolute;top:-120px;left:0;width:100%;height:120px;z-index:1;}@media only screen and (max-width:991px){.about-us-block.style-five .bg-shape-top{top:-60px;height:60px;}}@media only screen and (max-width:575px){.about-us-block.style-five .bg-shape-top{top:-30px;height:30px;}}.about-us-block.style-five .about-content{padding-top:0;margin-top:-5px;}@media only screen and (max-width:1199px){.about-us-block.style-five .about-content{margin-top:-40px;}}.about-us-block.style-five .mock-up-thumb{margin-top:-100px;position:relative;z-index:1;}@media only screen and (max-width:1199px){.about-us-block.style-five .mock-up-thumb{margin-top:-40px;}}@media only screen and (max-width:991px){.about-us-block.style-five .mock-up-thumb{display:none;}}@media only screen and (max-width:1199px){.about-us-block.style-five .btn-group-default{margin-top:40px;}}.about-us-block.style-six{background-position:right center;position:relative;}@media only screen and (max-width:1366px){.about-us-block.style-six{background-position:35% center;}}@media only screen and (max-width:1199px){.about-us-block.style-six{background-position:50% center;}}@media only screen and (max-width:991px){.about-us-block.style-six{background-position:0% center;}}.about-us-block.style-six .text-overlay{text-transform:uppercase;font-family:var(--heading-font,"Playfair Display",serif);font-size:126px;font-weight:700;color:white;opacity:0.3;line-height:0.85em;position:absolute;bottom:0;left:calc(50% - 585px);}@media only screen and (max-width:1199px){.about-us-block.style-six .text-overlay{left:calc(50% - 465px);font-size:100px;}}@media only screen and (max-width:1199px){.about-us-block.style-six .text-overlay{left:calc(50% - 465px);font-size:100px;}}@media only screen and (max-width:991px){.about-us-block.style-six .text-overlay{left:calc(50% - 350px);font-size:80px;}}@media only screen and (max-width:767px){.about-us-block.style-six .text-overlay{left:calc(50% - 260px);font-size:62px;}}@media only screen and (max-width:575px){.about-us-block.style-six .text-overlay{left:calc(50% - 210px);}}@media only screen and (max-width:480px){.about-us-block.style-six .text-overlay{display:none;}}.about-us-block.style-six .section-title{margin-bottom:25px;margin-top:-20px;}.about-us-block.style-six .section-title .title-main{display:inline-block;text-transform:uppercase;font-weight:700;font-size:162px;color:var(--brand-primary-text,#f53700);line-height:0.7em;letter-spacing:-0.05em;}@media only screen and (max-width:1199px){.about-us-block.style-six .section-title .title-main{font-size:120px;}}@media only screen and (max-width:767px){.about-us-block.style-six .section-title .title-main{font-size:80px;}}@media only screen and (max-width:575px){.about-us-block.style-six .section-title .title-main{font-size:60px;}}@media only screen and (max-width:480px){.about-us-block.style-six .section-title .title-main{font-size:48px;}}.about-us-block.style-six .section-title .title-main > span{display:block;color:var(--text-dark,#000);font-size:50%;line-height:0.85em;letter-spacing:-0.02em;margin-top:10px;}.about-us-block.style-six .about-content{font-size:16px;text-align:justify;color:#5e5e5e;font-weight:500;}@media only screen and (max-width:767px){.about-us-block.style-six .about-content{font-size:15px;}}.our-story-block .story-content .btn-group-default{margin-top:53px;}@media only screen and (max-width:991px){.our-story-block .story-content .btn-group-default{margin-top:45px;}}@media only screen and (max-width:480px){.our-story-block .story-content .btn-group-default{margin-top:35px;}}.our-story-block.style-two .mock-up-thumb{padding-bottom:30px;padding-left:30px;position:relative;margin-top:45px;}.our-story-block.style-two .mock-up-thumb:before{position:absolute;content:"";left:0;bottom:0;width:calc(100% - 30px);height:calc(100% - 30px);background-color:#ededed;}.our-story-block.style-two .mock-up-thumb > img{position:relative;z-index:2;}.our-story-block.style-two .mock-up-thumb .paper-element{position:absolute;top:-50px;left:-10px;z-index:3;}.our-story-block.style-two .mock-up-thumb .video-btn-area{position:absolute;top:0;left:0;width:calc(100% + 15px);height:calc(100% - 15px);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;z-index:3;}@media only screen and (max-width:1199px){.our-story-block.style-two .story-content .btn-group-default{margin-top:45px;}}@media only screen and (max-width:480px){.our-story-block.style-two .story-content .btn-group-default{margin-top:35px;}}.our-story-block.style-two .section-title.section-default-two{margin-top:45px;}@media only screen and (max-width:1199px){.our-story-block.style-two .section-title.section-default-two{margin-top:40px;}}@media only screen and (max-width:991px){.our-story-block.style-two .section-title.section-default-two{margin-top:0px;}}.our-story-block.style-three{overflow:hidden;position:relative;}.our-story-block.style-three .mock-up-thumb{position:absolute;left:calc(50% - 940px);top:-40px;}@media only screen and (max-width:1199px){.our-story-block.style-three .mock-up-thumb{left:calc(50% - 850px);}}@media only screen and (max-width:991px){.our-story-block.style-three .mock-up-thumb{display:none;}}.our-story-block.style-three .story-content{padding-top:0;margin-top:-5px;}.our-story-block.style-three .story-content .btn-group-default{margin-top:48px;}.our-story-block.style-four{position:relative;}@media only screen and (max-width:991px){.our-story-block.style-four{padding-top:0;}}.our-story-block.style-four > .story-bg{position:absolute;left:0;top:0;width:50%;height:100%;}@media only screen and (max-width:991px){.our-story-block.style-four > .story-bg{position:relative;height:500px;width:100%;margin-bottom:100px;}}@media only screen and (max-width:480px){.our-story-block.style-four > .story-bg{height:350px;}}.our-story-block.style-four .our-story-content-area{padding:0 150px;}@media only screen and (max-width:1620px){.our-story-block.style-four .our-story-content-area{padding:0 80px;}}@media only screen and (max-width:1366px){.our-story-block.style-four .our-story-content-area{padding:0 30px;}}@media only screen and (max-width:1199px){.our-story-block.style-four .our-story-content-area{padding:0 20px;}}@media only screen and (max-width:480px){.our-story-block.style-four .our-story-content-area{padding:0;}}.our-story-block.style-four .section-title{margin-bottom:15px;}.our-story-block.style-four .story-content .btn-group-default{margin-top:50px;}@media only screen and (max-width:575px){.our-story-block.style-four .story-content .btn-group-default{margin-top:30px;}}.event-calender-page-block .fc-center h2{font-size:32px;font-weight:700;font-family:var(--heading-font,"Playfair Display",serif);font-style:italic;margin-top:-10px;}@media only screen and (max-width:767px){.event-calender-page-block .fc-center h2{font-size:28px;}}.event-calender-page-block .fc-icon-right-single-arrow:after{content:"\f105";}.event-calender-page-block .fc-icon-left-single-arrow:after{content:"\f104";}.event-calender-page-block .fc-icon-left-single-arrow:after,.event-calender-page-block .fc-icon-right-single-arrow:after{font-family:"Font Awesome 5 Free";font-size:42px;}@media only screen and (max-width:991px){.event-calender-page-block .fc-icon-left-single-arrow:after,.event-calender-page-block .fc-icon-right-single-arrow:after{font-size:36px;}}@media only screen and (max-width:767px){.event-calender-page-block .fc-icon-left-single-arrow:after,.event-calender-page-block .fc-icon-right-single-arrow:after{font-size:32px;}}.event-calender-page-block .fc-state-hover{color:var(--brand-primary-text,#f53700);}.event-calender-page-block .fc-view-container{background-color:white;margin-top:45px;}@media only screen and (max-width:767px){.event-calender-page-block .fc-view-container{margin-top:30px;}}.event-calender-page-block .fc-ltr .fc-basic-view .fc-day-number{border-bottom:0px solid;background-color:transparent;font-size:14px;color:var(--text-gray,#666666);font-family:var(--heading-font-uc,"Poppins",sans-serif);font-weight:normal;}.event-calender-page-block .fc-other-month{background-color:#FBFBFB;}.event-calender-page-block .fc th{font-size:14px;font-weight:normal;color:white;background-color:#222222;line-height:45px;}.event-calender-page-block .fc-day-grid-event{background-color:var(--brand-primary-text,#f53700);}.event-calender-page-block .fc-day-grid-event .fc-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;font-size:14px;color:white;font-family:var(--heading-font-uc,"Poppins",sans-serif);font-weight:normal;font-style:normal;padding:10px 8px;-ms-flex-wrap:wrap;flex-wrap:wrap;white-space:normal;}@media only screen and (max-width:991px){.event-calender-page-block .fc-day-grid-event .fc-content{font-size:12px;padding:2px 4px;}}@media only screen and (max-width:767px){.event-calender-page-block .fc-day-grid-event .fc-content{font-size:12px;padding:0px 2px;}}.event-calender-page-block .fc-day-grid-event .fc-content .fc-time{font-weight:normal;display:block;margin-bottom:5px;width:100%;}.event-calender-page-block .fc-day-grid-event .fc-content .fc-title{display:block;}.contact-info-block{position:relative;}.contact-info-block .mock-up-thumb-back{width:calc(50% - 385px);}@media only screen and (max-width:1199px){.contact-info-block .mock-up-thumb-back{width:calc(50% - 270px);}}@media only screen and (max-width:991px){.contact-info-block .mock-up-thumb-back{display:none;}}.contact-info-block .mock-up-thumb{border:20px solid white;position:relative;box-shadow:13px 0 35px rgba(0,0,0,0.09);}.contact-info-block .contant-info-content{padding-top:20px;}.contact-info-block .contant-info-content > div{margin-bottom:25px;}.contact-info-block .contant-info-content .info-address{font-size:21px;}.contact-info-block .contant-info-content .info-address > span{display:block;font-weight:600;color:var(--brand-primary-text,#f53700);margin-bottom:20px;}.contact-info-block .contant-info-content .info-phone{font-weight:lighter;font-size:42px;color:var(--text-dark,#000);line-height:1.2em;}.contact-info-block .contant-info-content .info-email{font-size:18px;}.contact-info-block .contant-info-content .info-email > a:hover{color:var(--brand-primary-text,#f53700);}.contact-info-block .social-status{padding-top:20px;}.contact-info-block .social-status > a{border:1px solid rgba(114,114,114,0.25);}.contact-info-block .social-status > a:hover{background-color:var(--brand-primary-text,#f53700);}@media only screen and (max-width:991px){.contact-info-block{padding-top:0px;padding-bottom:0px;}.contact-info-block .contant-info-content{padding-top:10px;}.contact-info-block .contant-info-content .info-address{font-size:18px;}.contact-info-block .contant-info-content .info-address > span{margin-bottom:10px;}.contact-info-block .contant-info-content .info-phone{font-size:32px;}.contact-info-block .social-status{padding-top:10px;}}@media only screen and (max-width:767px){.contact-info-block .contant-info-content{padding-top:0px;}.contact-info-block .contant-info-content > div{margin-bottom:15px;}.contact-info-block .contant-info-content .info-address{font-size:16px;}.contact-info-block .contant-info-content .info-address > span{margin-bottom:5px;}.contact-info-block .contant-info-content .info-phone{font-size:22px;}.contact-info-block .contant-info-content .info-email{font-size:16px;}.contact-info-block .social-status{padding-top:15px;}}.contact-info-block.style-two{position:relative;padding-top:200px;padding-bottom:70px;}.contact-info-block.style-two .shape-effect{position:absolute;top:0;left:0;width:100%;height:520px;background-repeat:no-repeat;background-size:cover;background-position:40% center;}.contact-info-block.style-two .section-title .title-main{color:white;}.contact-info-block.style-two .contant-info-content{color:white;padding-top:10px;}.contact-info-block.style-two .contant-info-content > div{margin-bottom:25px;}.contact-info-block.style-two .contant-info-content .info-address > span,.contact-info-block.style-two .contant-info-content .info-phone{color:white;}@media only screen and (max-width:1366px){.contact-info-block.style-two{padding-top:155px;}.contact-info-block.style-two .shape-effect{height:380px;}}@media only screen and (max-width:1199px){.contact-info-block.style-two .shape-effect{height:260px;}.contact-info-block.style-two .contant-info-content{padding-top:0px;}}@media only screen and (max-width:767px){.contact-info-block.style-two{padding-top:120px;padding-bottom:50px;}.contact-info-block.style-two .shape-effect{height:230px;}}@media only screen and (max-width:575px){.contact-info-block.style-two{padding-top:100px;}.contact-info-block.style-two .shape-effect{height:170px;}}.contact-info-area > div{margin-bottom:30px;}.contact-info-area .info-address{font-size:14px;}.contact-info-area .info-address > span{display:block;font-weight:700;font-family:var(--heading-font,"Playfair Display",serif);color:var(--brand-primary-text,#f53700);margin-bottom:30px;font-size:32px;line-height:1.1em;}@media only screen and (max-width:767px){.contact-info-area .info-address > span{font-size:24px;}}.contact-info-area .info-phone{font-weight:700;font-size:34px;line-height:1.2em;color:var(--text-dark,#000);}@media only screen and (max-width:767px){.contact-info-area .info-phone{font-size:24px;}}.contact-info-area .info-email{font-size:14px;font-weight:500;}.contact-info-area .info-email > a > span{display:inline-block;margin-right:5px;}.contact-info-area .info-email > a:hover{color:var(--brand-primary-text,#f53700);}.contact-info-area .social-status{margin-bottom:20px;}.contact-info-area .social-status a{height:35px;line-height:35px;width:35px;background-color:transparent;margin-top:-8px;}.contact-info-area .social-status a:hover,.contact-info-area .social-status a:focus{color:#c51c23 !important;}.contact-block{position:relative;}.contact-block.style-two #contact_map{height:710px;}@media only screen and (max-width:991px){.contact-block.style-two #contact_map{height:640px;}}@media only screen and (max-width:575px){.contact-block.style-two #contact_map{height:500px;}.contact-block.style-two #contact_map > div{left:-200px !important;}}@media only screen and (max-width:480px){.contact-block.style-two #contact_map{height:400px;}}.contact-block.style-two .contact-form-area{top:100px;-webkit-transform:translateY(0);transform:translateY(0);}@media only screen and (min-width:576px) and (max-width:991px){.contact-block.style-two .contact-form-area{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);}}@media only screen and (max-width:575px){.contact-block.style-two .contact-form-area{top:0;}}.contact-block #contact_map{height:770px;}@media only screen and (max-width:991px){.contact-block #contact_map{height:640px;}}@media only screen and (max-width:575px){.contact-block #contact_map{height:500px;}}@media only screen and (max-width:480px){.contact-block #contact_map{height:400px;}}.contact-block #contact_map .gm-ui-hover-effect{top:2px !important;right:3px !important;}.contact-block #contact_map .gm-style .gm-style-iw-c{border-radius:0 !important;box-shadow:3px 3px 18px rgba(0,0,0,0.09);padding:35px 50px 35px 35px !important;}@media only screen and (min-width:1200px) and (max-width:1920px){.contact-block #contact_map .gm-style .gm-style-iw-c{-webkit-transform:translate(60px,-30%) !important;transform:translate(60px,-30%) !important;}}@media only screen and (max-width:991px){.contact-block #contact_map .gm-style .gm-style-iw-c{padding:20px 35px 20px 20px !important;}}.contact-block #contact_map .gm-style .gm-style-iw-t:after{height:18px;width:18px;}@media only screen and (min-width:1200px) and (max-width:1920px){.contact-block #contact_map .gm-style .gm-style-iw-t:after{-webkit-transform:translate(51px,30px) rotate(45deg) !important;transform:translate(51px,30px) rotate(45deg) !important;}}.contact-block #contact_map .contact-info-area > div{margin-bottom:20px;}.contact-block #contact_map .contact-info-area .info-address{font-size:12px;font-weight:500;}.contact-block #contact_map .contact-info-area .info-address > span{font-weight:600;font-family:var(--heading-font-uc,"Poppins",sans-serif);color:var(--text-dark,#000);margin-bottom:5px;font-size:18px;}.contact-block #contact_map .contact-info-area .info-address > a{display:block;color:var(--brand-primary-text,#f53700);text-transform:uppercase;font-weight:600;padding-top:10px;}.contact-block #contact_map .contact-info-area .info-phone{font-weight:600;font-size:18px;}.contact-block #contact_map .contact-info-area .info-email{margin-bottom:0;font-weight:600;color:var(--text-dark,#000);}.contact-block #contact_map .contact-info-area .info-email a:hover{color:var(--brand-primary-text,#f53700);}.contact-block ::-webkit-input-placeholder{color:white;opacity:0.8;}.contact-block :-moz-placeholder{color:white;opacity:0.8;}.contact-block ::-moz-placeholder{color:white;opacity:0.8;}.contact-block :-ms-input-placeholder{color:white;opacity:0.8;}@media only screen and (max-width:575px){.contact-block .contact-form-area-outer{padding:100px 15px;}}.contact-block .contact-form-area{border:10px solid rgba(255,255,255,0.1);box-shadow:3px 3px 9px rgba(0,0,0,0.15);position:absolute;top:50%;left:calc(50% - 585px);width:470px;height:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2;}@media only screen and (max-width:1199px){.contact-block .contact-form-area{left:calc(50% - 465px);}}@media only screen and (max-width:991px){.contact-block .contact-form-area{border-width:5px;left:calc(50% - 345px);}}@media only screen and (max-width:767px){.contact-block .contact-form-area{width:350px;left:calc(50% - 255px);}}@media only screen and (max-width:575px){.contact-block .contact-form-area{width:420px;left:0;position:relative;-webkit-transform:translateY(0);transform:translateY(0);margin:0 auto;}}@media only screen and (max-width:480px){.contact-block .contact-form-area{width:100%;}}.contact-block .contact-form-area:before,.contact-block .contact-form-area:after{position:absolute;width:100%;height:120px;content:"";background-repeat:repeat-x;z-index:2;opacity:0.1;left:0;}.contact-block .contact-form-area:before{top:0;background-position:top center;background-image:url("/Assets/images/bg/con-pattent-top.png");}.contact-block .contact-form-area:after{background-position:bottom center;background-image:url("/Assets/images/bg/con-pattent-bottom.png");bottom:0;}.contact-block .contact-form-area .contact-form-area-inner{background-color:var(--brand-primary-text,#f53700);padding:90px 40px 100px;}@media only screen and (max-width:991px){.contact-block .contact-form-area .contact-form-area-inner{padding:50px 25px 60px;}}.contact-block .contact-form-area .contact-form{position:relative;z-index:5;}.contact-block .contact-form-area .contact-heading{text-align:center;font-weight:700;font-size:48px;position:relative;z-index:2;line-height:1.2em;color:white;font-family:var(--heading-font,"Playfair Display",serif);margin-bottom:20px;}@media only screen and (max-width:1199px){.contact-block .contact-form-area .contact-heading{font-size:40px;}}@media only screen and (max-width:991px){.contact-block .contact-form-area .contact-heading{font-size:36px;margin-bottom:10px;}}@media only screen and (max-width:575px){.contact-block .contact-form-area .contact-heading{font-size:30px;}}.contact-block .contact-form-area .contact-form{padding-top:20px;}.contact-block .contact-form-area .contact-form .form-group{margin-bottom:30px;}.contact-block .contact-form-area .contact-form .form-group label{display:block;line-height:1.2em;margin-bottom:5px;text-align:left;font-size:14px;}.contact-block .contact-form-area .contact-form .form-group input,.contact-block .contact-form-area .contact-form .form-group textarea{color:white;font-size:14px;position:relative;width:100%;background-color:transparent;border-bottom:1px solid rgba(255,255,255,0.5);padding:0 0 13px !important;text-align:center;}.contact-block .contact-form-area .contact-form .form-group input:focus,.contact-block .contact-form-area .contact-form .form-group textarea:focus{color:white;border-bottom-color:white !important;}.contact-block .contact-form-area .contact-form .form-group textarea{min-height:80px;max-width:100%;}.contact-block .contact-form-area .contact-form .btn-contact:hover,.contact-block .contact-form-area .contact-form .btn-contact:focus{background-color:white !important;color:#c51c23 !important;border-color:white !important;}.contact-block .contact-form-area .contact-form .btn-contact .status{bottom:0;height:22px;height:1.375rem;left:0;margin:auto;position:absolute;top:0;right:0;width:24px;width:1.5rem;}.contact-block .contact-form-area .contact-form .btn-contact span{-webkit-transition:.3s ease;transition:.3s ease;}.contact-block .contact-form-area .contact-form .btn-contact .status .spinner{left:5px;left:.3125rem;-webkit-transition:.3s ease;transition:.3s ease;top:3px;top:.1875rem;position:absolute;opacity:0;}.contact-block .contact-form-area .contact-form .btn-contact .status .status-icon{border-radius:50%;left:0;opacity:0;font-size:10px;font-size:.625rem;padding:4px 7px;padding:.25rem .4375rem;position:relative;-webkit-transition:.3s ease;transition:.3s ease;z-index:1;-webkit-transform:scale(0);transform:scale(0);}.contact-block .contact-form-area .contact-form .btn-contact .status .status-icon.valid{background-color:var(--green);}.contact-block .contact-form-area .contact-form .btn-contact .status .status-icon.invalid{background-color:var(--red);}.contact-block .contact-form-area .contact-form .btn-contact.processing span{opacity:.2;}.contact-block .contact-form-area .contact-form .btn-contact.processing .spinner{opacity:1;}.contact-block .contact-form-area .contact-form .btn-contact.done .ts-spinner{opacity:0;}.contact-block .contact-form-area .contact-form .btn-contact.done .status-icon{-webkit-transform:scale(1);transform:scale(1);opacity:1;}.contact-form .input-success,.contact-form .input-error{float:left;width:100%;clear:both;margin-top:15px;margin-bottom:0;padding:5px 15px;display:none;}.done,.done2{background:#dff0d8;border:1px solid #d6e9c6;font-size:14px;width:100%;color:#468847;margin:0 auto;display:none;padding:10px 5px;}.user-register-block .user-register-area{background-color:white;position:relative;margin-top:110px;margin-bottom:110px;}@media only screen and (max-width:1199px){.user-register-block .user-register-area{margin-top:0;margin-bottom:0;}}.user-register-block .user-register-area .register-bg-left{position:absolute;width:270px;height:100%;top:0;left:0;}@media only screen and (max-width:1199px){.user-register-block .user-register-area .register-bg-left{width:200px;}}@media only screen and (max-width:991px){.user-register-block .user-register-area .register-bg-left{width:270px;}}@media only screen and (max-width:767px){.user-register-block .user-register-area .register-bg-left{display:none;}}.user-register-block .reg-others-midea{margin-top:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media only screen and (max-width:767px){.user-register-block .reg-others-midea{margin-top:35px;}}.user-register-block .reg-others-midea .text{color:#000;font-size:14px;font-weight:700;margin-bottom:0px;text-transform:uppercase;padding-right:20px;}@media only screen and (max-width:420px){.user-register-block .reg-others-midea .text{font-size:12px;padding-right:15px;}}.user-register-block .reg-others-midea .social-share{margin-bottom:0px;padding-left:0;list-style:none;}.user-register-block .reg-others-midea .social-share > li{display:inline-block;margin:0 1px;}.user-register-block .reg-others-midea .social-share > li > a{font-size:12px;height:26px;line-height:27px;width:26px;display:block;border-radius:50%;background-color:#bababa;text-align:center;color:white;}.user-register-block .reg-others-midea .social-share > li > a.facebook{background-color:#3B5997;}.user-register-block .reg-others-midea .social-share > li > a.twitter{background-color:#54ACED;}.user-register-block .reg-others-midea .social-share > li > a.google-plus{background-color:#DB4D41;}.user-register-block .reg-others-midea .social-share > li > a.linkedin{background-color:#0179B8;}.user-register-block .form-content{padding:55px 30px 60px 370px;}@media only screen and (max-width:1199px){.user-register-block .form-content{padding:55px 30px 60px 230px;}}@media only screen and (max-width:991px){.user-register-block .form-content{padding:55px 30px 60px 300px;}}@media only screen and (max-width:767px){.user-register-block .form-content{padding:40px 30px 45px;}}@media only screen and (max-width:420px){.user-register-block .form-content{padding:40px 15px 45px;}}.user-register-block .form-content .form-heading{font-size:18px;text-transform:uppercase;font-weight:700;}@media only screen and (max-width:420px){.user-register-block .form-content .form-heading{font-size:16px;}}.user-register-block .form-content .form-controllar{letter-spacing:0.05em;padding-top:15px;}.user-register-block .form-content .form-group{margin-bottom:10px;}.user-register-block .form-content .form-btn-group{padding-top:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.user-register-block .form-content .form-btn-group .forget-pass{font-size:12px;padding-left:20px;text-align:right;line-height:1.4em;}.user-register-block .form-content .form-btn-group .forget-pass > a{color:var(--brand-primary-text,#f53700);}.user-register-block .form-content .form-btn-group .forget-pass > a:hover,.user-register-block .form-content .form-btn-group .forget-pass > a:focus{color:var(--text-dark,#000);}.user-register-block .form-content .btn-default{letter-spacing:0.175em;padding:14px 25px;}@media only screen and (max-width:480px){.user-register-block .form-content .btn-default{padding:12px 20px;}}.coming-soon-block{position:relative;min-height:calc(100vh - 40px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media only screen and (max-width:767px){.coming-soon-block{min-height:calc(100vh - 30px);}}.coming-soon-block:before{opacity:0.8;}.coming-soon-block .coming-soon-logo{position:absolute;text-align:center;width:100%;top:60px;left:0;z-index:1;min-height:70px;}.coming-soon-block .coming-soon-logo a{display:block;}@media only screen and (max-width:767px){.coming-soon-block .coming-soon-logo{top:30px;}}.coming-soon-block .copyright-text{position:absolute;text-align:center;width:100%;bottom:50px;left:0;z-index:3;color:#bababa;padding:0 15px;}@media only screen and (max-width:767px){.coming-soon-block .copyright-text{bottom:25px;}}.coming-soon-block .copyright-text p{display:block;}.coming-soon-block .copyright-text p > span{font-weight:500;color:white;display:inline-block;padding:0 5px;}.coming-soon-content{padding:150px 0;}.coming-soon-content > .title{color:white;font-size:18px;line-height:1.4em;font-weight:normal;}.coming-soon-content .clock-canvas > .kineticjs-content{height:105px !important;width:105px !important;}.coming-soon-content .clock-canvas > .kineticjs-content > canvas{height:105px !important;width:105px !important;}.countdown-area{margin:95px auto 0;width:530px;}@media only screen and (max-width:767px){.countdown-area{margin-top:55px;width:100%;}}.countdown-area .countdown{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.countdown-area .countdown .clock-item{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}@media only screen and (max-width:767px){.countdown-area .countdown .clock-item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;margin-bottom:25px;}}@media only screen and (max-width:575px){.countdown-area .countdown .clock-item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}}.countdown-area .countdown .clock-item .inner{position:relative;}.countdown-area .countdown .clock-item .text{height:100%;left:0;position:absolute;top:17px;width:100%;}.countdown-area .countdown .clock-item .text > .val{font-size:42px;font-weight:500;line-height:1.2em;margin-bottom:0;}.countdown-area .countdown .clock-item .text > .type-time{color:#bababa;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.08em;}.social-media-area{margin-top:90px;}@media only screen and (max-width:767px){.social-media-area{margin-top:20px;}}.social-media-area .social-status a{width:40px;height:30px;line-height:30px;background-color:transparent;color:#BABABA;}.social-media-area .social-status a:hover{color:#c51c23 !important;}.error-page-block{min-height:calc(100vh - 40px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media only screen and (max-width:767px){.error-page-block{min-height:calc(100vh - 30px);}}.error-page-block:before{opacity:0.8;}.error-page-block .copyright-text{position:absolute;text-align:center;width:100%;bottom:50px;left:0;z-index:3;color:#bababa;padding:0 15px;}@media only screen and (max-width:767px){.error-page-block .copyright-text{bottom:25px;}}.error-page-block .copyright-text p{display:block;}.error-page-block .copyright-text p > span{font-weight:500;color:white;display:inline-block;padding:0 5px;}.error-page-content .title-heading{font-size:42px;font-weight:500;color:white;letter-spacing:0.1em;text-transform:uppercase;margin-bottom:5px;line-height:1em;}@media only screen and (max-width:767px){.error-page-content .title-heading{font-size:30px;}}.error-page-content .error-heading{font-size:162px;font-weight:700;line-height:0.85em;letter-spacing:-0.155em;color:var(--brand-primary-text,#f53700);margin-bottom:5px;padding-right:20px;}@media only screen and (max-width:767px){.error-page-content .error-heading{font-size:120px;}}.error-page-content .error-heading > span{color:white;}.error-page-content .error-title{font-size:18px;font-weight:500;margin-bottom:55px;text-transform:uppercase;letter-spacing:0.2em;}@media only screen and (max-width:991px){.error-page-content .error-title{margin-bottom:40px;}}@media only screen and (max-width:767px){.error-page-content .error-title{font-size:16px;}}.error-page-content > p{color:#bababa;line-height:1.55em;}.error-page-content > p > a{color:white;}.error-page-content > p > a:hover,.error-page-content > p > a:focus{color:var(--brand-primary-text,#f53700);}.search-form-area{width:370px;margin:0 auto;padding-top:35px;}@media only screen and (max-width:1199px){.search-form-area{padding-top:25px;}}@media only screen and (max-width:575px){.search-form-area{width:100%;}}.search-form-area .search-form .input-group{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px solid rgba(255,255,255,0.4);border-radius:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.search-form-area .search-form .input-group > input.form-controllar{border-bottom:0 solid;-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 50px);flex:0 0 calc(100% - 50px);max-width:calc(100% - 50px);height:50px;padding:5px 30px !important;border-radius:50px;color:#1d1855;}.search-form-area .search-form .input-group .input-group-btn{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;max-width:50px;text-align:right;}.search-form-area .search-form .input-group .input-group-btn .btn-default{height:50px;line-height:50px;width:50px;padding:0;box-shadow:0px 0px 0px transparent;margin-right:-2px;}@media only screen and (max-width:575px){.search-form-area .search-form .input-group{display:block;background-color:transparent;border-width:0px;border-radius:0px;box-shadow:0px 0px 0px 0px transparent;text-align:center;}.search-form-area .search-form .input-group > input.form-controllar{border:1px solid #dddddd;height:55px;padding:5px 15px !important;margin-bottom:15px;width:100%;}.search-form-area .search-form .input-group > input.form-controllar,.search-form-area .search-form .input-group .input-group-btn{max-width:100%;}.search-form-area .search-form .input-group .input-group-btn{text-align:center;display:block;margin-right:0px;}.search-form-area .search-form .input-group .input-group-btn .btn-default{height:50px;line-height:50px;width:auto;padding:0 30px;}}.sticky{display:block;}.hentry{margin:0 0 75px;}.page-content,.entry-summary{margin:1.4em 0;}.page-links{clear:both;margin:0 0 2.1em;}.page-title-area{display:flex;align-items:center;justify-content:center;text-shadow:0px 0px 20px #3F3F3F,0px 0px 5px #3F3F3F;padding:40px 0px;position:relative;}.site-header-menu .page-title-area{padding-bottom:180px;}@media only screen and (max-width:1199px){.page-title-area{min-height:350px;}}@media only screen and (max-width:991px){.page-title-area{min-height:300px;padding-bottom:45px;}}@media only screen and (max-width:767px){.page-title-area{min-height:auto;padding-top:170px;padding-bottom:45px;}}@media only screen and (max-width:420px){.page-title-area{padding-top:150px;}}.page-title-area h1{margin-bottom:20px;font-size:60px;line-height:1.2em;color:white;}@media only screen and (max-width:1199px){.page-title-area .page-title{font-size:48px;margin-bottom:10px;}}@media only screen and (max-width:991px){.page-title-area .page-title{font-size:42px;}}@media only screen and (max-width:767px){.page-title-area .page-title{font-size:36px;}}@media only screen and (max-width:575px){.page-title-area .page-title{font-size:30px;}}.page-title-area .breadcrumb-area{display:flex;justify-content:center;}.page-title-area.style-two{padding-top:140px;min-height:auto;}@media only screen and (max-width:991px){.page-title-area.style-two{padding-top:105px;}}.page-title-area.style-two:before{display:none;}.page-title-area.style-two .page-title{color:var(--text-dark,#000);text-transform:uppercase;letter-spacing:0.175em;font-size:40px;}@media only screen and (max-width:767px){.page-title-area.style-two .page-title{font-size:36px;letter-spacing:0.1em;}}@media only screen and (max-width:575px){.page-title-area.style-two .page-title{font-size:26px;}}.page-title-area.style-two .breadcrumb .breadcrumb-item{color:var(--text-gray,#666666);}.page-title-area.style-two .breadcrumb .breadcrumb-item:before{color:var(--text-gray,#666666);}.page-title-area.style-two .breadcrumb .breadcrumb-item:first-child:before{color:var(--text-dark,#000);}.page-title-area.style-two .breadcrumb .breadcrumb-item > a{color:var(--brand-primary-text,#f53700);}.page-title-area.style-two .breadcrumb .breadcrumb-item > a:hover,.page-title-area.style-two .breadcrumb .breadcrumb-item > a:focus{color:var(--text-dark,#000);}.breadcrumb{background-color:transparent;border-radius:0;margin-bottom:0;padding:0;text-shadow:0px 0px 20px #3F3F3F,0px 0px 5px #3F3F3F;}.breadcrumb .breadcrumb-item,.breadcrumb .breadcrumb-item a{font-family:var(--heading-font-uc,"Poppins",sans-serif);font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:0.05rem;color:#fff;}.breadcrumb-item + .breadcrumb-item::before{font-weight:200;color:var(--brand-background-line,#444);}.breadcrumb .breadcrumb-item.active{font-weight:200;color:var(--brand-background-dark,#eee);}.breadcrumb .breadcrumb-item a:hover{color:var(--brand-tertiary,#ffff00) !important;}.no-results.not-found{overflow:hidden;background:#ffffff;text-align:center;}.no-results.not-found .page-header{margin-top:0;padding-top:0;}.no-results.not-found .page-title{font-family:inherit !important;font-size:45px;font-weight:bold;margin-top:0;position:relative;}.no-results.not-found .page-title:after{content:"";background:#1d1d1f;height:3px;width:50px;position:absolute;left:0;right:0;margin:auto;bottom:-25px;}.no-results.not-found .page-not-found-icon{margin-top:5px;}.no-results.not-found .page-not-found-icon i{color:#a94442;font-size:60px;}.no-results.not-found .form-controller{border-top:1px solid #ebebeb;border-right:1px solid #ebebeb;border-left:1px solid #ebebeb;border-bottom:1px solid #ebebeb;border-top-left-radius:30px;border-bottom-left-radius:30px;height:34px;border-top-left-radius:30px;border-bottom-left-radius:30px;padding:4px 0 4px 15px;margin-bottom:0;}@media only screen and (max-width:540px){.no-results.not-found .form-controller{padding:4px 0 4px 15px;}}.no-results.not-found .btn-default{border:1px solid #e1e1e1;}@media only screen and (max-width:540px){.no-results.not-found .btn-default{padding:13px 30px;}}@media only screen and (min-width:992px){.no-results.not-found .page-content,.no-results.not-found .entry-summary{max-width:540px;margin:auto;}}.comment-content a{word-wrap:break-word;}.bypostauthor{display:block;}.comment-content a{word-wrap:break-word;}.comment-content{font-size:14px;}@media only screen and (max-width:767px){.comment-content{margin-bottom:10px;}}.comment-content ul li,.comment-content ol li{margin-top:10px;line-height:1.6em;}.comment-content > ul,.comment-content > ol{padding-left:20px;}.comment-content a:hover{text-decoration:underline;}.bypostauthor{display:block;}.cancel-comment-reply-link{bottom:-2px;display:inline-block;left:0.6em;position:relative;}.logged-in-as{margin-bottom:0.7em !important;padding:0 15px;}.comments-area{overflow:hidden;margin-top:60px;border-bottom:1px solid #dddddd;}.comments-area .comment-list,.comments-area .children{list-style:none;padding:0;}.comments-area .comments-title{font-size:21px;font-weight:600;margin-bottom:35px;}.comments-area .comments-title > span{display:inline-block;position:relative;padding-right:10px;}.comments-area .comments-title > span::before{height:1px;width:60px;background-color:var(--brand-primary-text,#f53700);position:absolute;content:"";right:-60px;bottom:6px;}.comments-area .comment-list{margin-bottom:60px;border-top:none;}.comments-area .comment-list .comment .comment-respond{margin-bottom:40px;}.comments-area .comment-body{overflow:hidden;margin-bottom:40px;}.comments-area .comment-author{float:left;margin-right:20px;width:90px;text-align:center;}.comments-area .comment-author .author-img{height:90px;width:90px;border-radius:50%;margin-bottom:10px;}.comments-area .date{display:block;font-size:12px;color:var(--text-gray,#666666);font-weight:500;margin-top:5px;}.comments-area .date [class*="fa-"]{color:var(--brand-primary-text,#f53700);display:inline-block;padding-right:5px;}.comments-area .comment-details{position:relative;display:table-cell;vertical-align:top;padding-top:10px;}.comments-area .comment-details .rating{position:absolute;top:-58px;right:0;}.comments-area .comment-metadata{margin-bottom:0.5em;color:var(--text-dark,#000);}.comments-area .comment-metadata .author{font-size:16px;font-weight:600;}.comments-area .comment-metadata .says,.comments-area .comment-metadata .comment-edit-link{color:#777;}.comments-area .children{margin-left:108px;}@media only screen and (max-width:1199px){.comments-area .children{margin-left:90px;}}@media only screen and (max-width:992px){.comments-area .children{margin-left:75px;}}@media only screen and (max-width:767px){.comments-area .children{margin-left:50px;}}@media only screen and (max-width:450px){.comments-area .children{margin-left:30px;}}@media only screen and (max-width:400px){.comments-area .children{margin-left:25px;}}.comments-area .comment-navigation{margin-bottom:3.5em;}.comments-area .comment-navigation .nav-links .nav-previous{float:left;}.comments-area .comment-navigation .nav-links .nav-next{float:right;}.comments-area .comment-navigation .nav-links span{font-size:18px;}.comments-area .comment-navigation .nav-links a{background-color:#232c3b;color:white;border-radius:5px;}.comment-respond label{font-weight:500;}.comment-respond .comment-reply-title{font-size:21px;font-weight:600;margin-bottom:35px;}.comment-respond .comment-reply-title > span{display:inline-block;position:relative;padding-right:10px;}.comment-respond .comment-reply-title > span::before{height:1px;width:60px;background-color:var(--brand-primary-text,#f53700);position:absolute;content:"";right:-60px;bottom:6px;}.comment-respond{margin-top:60px;}.comment-respond p{margin-bottom:1em;}.comment-respond [class*="col-"]{margin-bottom:60px;}@media only screen and (max-width:767px){.comment-respond [class*="col-"]{margin-bottom:30px;}}.comment-respond label{display:block;line-height:1.2em;margin-bottom:5px;text-align:left;font-size:14px;}.comment-respond .form-control{color:var(--text-dark,#000);font-size:16px;position:relative;border-radius:0px;width:100%;background-color:transparent;border-top:0px solid #dddddd;border-left:0px solid #dddddd;border-right:0px solid #dddddd;border-bottom:1px solid #dddddd;padding:0 0 10px !important;box-shadow:0 0 0 0rem rgba(0,123,255,0);}@media only screen and (max-width:767px){.comment-respond .form-control{font-size:15px;}}.comment-respond .form-control:focus{color:var(--text-dark,#000);border-bottom-color:#c51c23 !important;}.comment-respond textarea{min-height:80px;max-width:100%;}.comment-respond .form-submit{margin-bottom:0;padding:0 15px;}.comment-respond .comment-subscription-form{display:none;}.comment-respond .comment-form-rating{margin-bottom:1em;}.comment-respond .form-submit{width:100%;}.comment-respond #submit,.comment-respond .submit{border-color:#a0006d;border-radius:0;background:#a0006d;color:white;padding:15px 45px;font-size:16px;font-weight:bold;text-transform:uppercase;}#review_form .form-submit{padding:0;}.no-comments{position:relative;padding:0.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem;color:#721c24;background-color:#f8d7da;border-color:#f5c6cb;}.comment-reply-link{font-size:12px;border:1px solid #dddddd;line-height:normal;font-weight:bold;display:inline-block;background-color:transparent;border-radius:50%;color:var(--brand-primary-text,#f53700);transition:all 0.35s ease-in-out;border:2px solid #c51c23;width:38px;height:38px;line-height:35px;text-align:center;}.comment-reply-link:hover{background:#c51c23;color:white;border-color:var(--brand-primary-text,#f53700);}input[type="checkbox"]::-ms-check{color:transparent;}@media only screen and (max-width:576px){.comments-area .comment-author{float:none;margin-right:0;margin-bottom:10px;width:90px;}}.dark .comments-area{background:#151415;}.dark .comments-area .comment-metadata .author{color:white;}.dark .comments-area p{color:#e1e1e1;}.dark .comments-area h1,.dark .comments-area h2,.dark .comments-area h3,.dark .comments-area h4,.dark .comments-area h5,.dark .comments-area h6{color:white;}.dark .comments-area .comment-reply-link{border-color:#25284a;}.dark .comment-respond label{color:white;}.dark .comment-respond .form-control{background:#151415;border-color:#25284a;}.widget{margin-bottom:60px;}.widget select{width:100%;border:1px solid #ebebeb;padding:0.4em 0.8em;outline:none;}.widget ul,.widget ol{margin:0;padding:0;list-style:none;}.widget .widget-title-area{position:relative;}.widget .widget-title{font-size:18px;font-weight:bold;margin-bottom:30px;color:var(--text-dark,#000);}.widget pre{padding:0.5em;}.widget label{margin-bottom:0;}.widget option{padding:0.2em 1em;}.widget input[type="text"],.widget input[type="email"],.widget input[type="url"],.widget input[type="password"],.widget input[type="search"],.widget textarea{padding:0.5em 1em;}.widget input[type="text"]:focus,.widget input[type="email"]:focus,.widget input[type="url"]:focus,.widget input[type="password"]:focus,.widget input[type="search"]:focus,.widget textarea:focus{box-shadow:none !important;}@media only screen and (max-width:991px){.sidebar-items{margin-top:80px;}.sidebar-items .widget:last-child{margin-bottom:0;}}.sidebar-items .widget{margin-bottom:55px;}.sidebar-items .widget.bt-instafeed-widget #instafeed-sidebar{margin:-4px;}.sidebar-items .widget.bt-instafeed-widget #instafeed-sidebar > .feed-item{-moz-box-flex:0;flex:0 0 33.33%;max-width:33.33%;padding:4px;}.sidebar-items .widget-title{font-size:18px;font-weight:600;margin-bottom:30px;padding-bottom:15px;text-transform:uppercase;border-bottom:2px solid #c51c23;}.sidebar-items .widget-title img{margin-left:5px;}.sidebar-items > .widget:last-of-type{margin-bottom:0;}.sidebar-items.style-two .widget-title{font-size:21px;font-weight:normal;margin-bottom:17px;border-bottom:0px solid;font-family:var(--heading-font,"Playfair Display",serif);}.sidebar-items.style-two .widget-title > span{display:inline-block;position:relative;padding-right:20px;}.sidebar-items.style-two .widget-title > span:before{content:"";height:4px;width:50px;background-color:var(--brand-primary-text,#f53700);position:absolute;right:-50px;top:50%;transform:translateY(-50%);}@media only screen and (max-width:991px){.sidebar-items.style-two .widget-title + div,.sidebar-items.style-two .widget-title + ul,.sidebar-items.style-two .widget-title + select,.sidebar-items.style-two .widget-title + ol{margin-top:0px;}}@media only screen and (max-width:991px){.widget-title + div,.widget-title + ul,.widget-title + select,.widget-title + ol{margin-top:30px;}}@media only screen and (max-width:767px){.widget-title + div,.widget-title + ul,.widget-title + select,.widget-title + ol{margin-top:25px;}}.widget-post-list .widget-content,.widget-comments-list .widget-content{margin-top:-5px;}.widget-post-list .post,.widget-comments-list .post{margin-bottom:15px;background-color:transparent;text-align:left;box-shadow:0 0 0px 0 transparent;border-bottom:1px solid #dddddd;padding-bottom:18px;}.widget-post-list .post:last-child,.widget-comments-list .post:last-child{border-bottom:0px solid;padding-bottom:0;margin-bottom:0;}.widget-post-list .post > .thumb-wrap,.widget-comments-list .post > .thumb-wrap{overflow:hidden;position:relative;}.widget-post-list .post .entry-meta-content,.widget-comments-list .post .entry-meta-content{margin-bottom:0px;justify-content:flex-start;color:var(--text-dark,#000);}.widget-post-list .post .entry-meta-content > div,.widget-comments-list .post .entry-meta-content > div{margin-right:20px;}.widget-post-list .post .entry-meta-content > div:last-child,.widget-comments-list .post .entry-meta-content > div:last-child{margin-right:0;}.widget-post-list .post .entry-meta-content > div > span,.widget-comments-list .post .entry-meta-content > div > span{color:var(--brand-primary-text,#f53700);}.widget-post-list .post .entry-title,.widget-comments-list .post .entry-title{font-size:16px;line-height:1.25em;margin-bottom:15px;font-weight:bold;}.widget-post-list li,.widget-comments-list li{position:relative;font-size:16px;font-weight:500;color:#2a2a2a;padding-left:20px;margin-top:15px;}.widget-post-list li:before,.widget-comments-list li:before{content:"";width:10px;height:10px;border-radius:50px;background:#1d0176;position:absolute;top:5px;left:0;}.widget-content img{display:block;}.widget-post-list.style-two .widget-content{margin-top:0;padding-top:5px;}.widget-post-list.style-two .post{display:flex;justify-content:flex-end;flex-wrap:wrap;border-bottom:0px solid;margin-bottom:20px;}@media only screen and (max-width:1199px){.widget-post-list.style-two .post{margin-bottom:10px;}}.widget-post-list.style-two .post:last-child{margin-bottom:0;}.widget-post-list.style-two .post .post-thumbnail{flex:70px;max-width:70px;}@media only screen and (max-width:1199px){.widget-post-list.style-two .post .entry-title{font-size:14px;}}.widget-post-list.style-two .post .post-details{max-width:calc(100% - 70px);flex:0 0 calc(100% - 70px);padding-right:0;padding-left:20px;}@media only screen and (max-width:1199px){.widget-post-list.style-two .post .post-details{padding-left:15px;}}.widget_categories ul li,.widget_archive ul li,.widget_layered_nav ul li{font-size:16px;display:block;line-height:1em;font-weight:500;padding-top:25px;-webkit-transition:all 0.25s ease-in 0s;transition:all 0.25s ease-in 0s;position:relative;overflow:hidden;}.widget_categories ul li ul,.widget_archive ul li ul,.widget_layered_nav ul li ul{padding-left:15px;}.widget_categories ul li .count,.widget_archive ul li .count,.widget_layered_nav ul li .count{float:right;color:var(--text-gray,#666666);}.widget_categories ul li a:hover,.widget_archive ul li a:hover,.widget_layered_nav ul li a:hover{color:var(--brand-primary-text,#f53700);}.widget_categories ul li a:hover .count,.widget_archive ul li a:hover .count,.widget_layered_nav ul li a:hover .count{color:var(--brand-primary-text,#f53700);}.widget_categories ul > li:first-child,.widget_archive ul > li:first-child,.widget_layered_nav ul > li:first-child{border:0 none;padding-top:0 !important;margin-top:0 !important;}.widget_categories .bsm-select-wrapper li,.widget_archive .bsm-select-wrapper li,.widget_layered_nav .bsm-select-wrapper li{padding-top:0 !important;margin-top:0 !important;}.widget_categories .bsm-select-wrapper input.select-dropdown,.widget_archive .bsm-select-wrapper input.select-dropdown,.widget_layered_nav .bsm-select-wrapper input.select-dropdown{margin-bottom:0;padding:0 20px;box-sizing:border-box;border-top:1px solid #ddd;border-left:1px solid #ddd;border-right:1px solid #ddd;border-radius:30px;font-size:14px;font-weight:500;}.widget_categories .bsm-select-wrapper span.caret,.widget_archive .bsm-select-wrapper span.caret,.widget_layered_nav .bsm-select-wrapper span.caret{right:15px;}.widget_categories .bsm-select-wrapper .bsm-dropdown-content li > a,.widget_categories .bsm-select-wrapper .bsm-dropdown-content li > span,.widget_archive .bsm-select-wrapper .bsm-dropdown-content li > a,.widget_archive .bsm-select-wrapper .bsm-dropdown-content li > span,.widget_layered_nav .bsm-select-wrapper .bsm-dropdown-content li > a,.widget_layered_nav .bsm-select-wrapper .bsm-dropdown-content li > span{font-size:14px;color:inherit;display:block;line-height:30px;padding:10px 16px;}.widget_categories.style-two .single-cat{display:inline-block;min-height:80px;position:relative;overflow:hidden;margin-bottom:30px;}.widget_categories.style-two .single-cat:last-child{margin-bottom:0;}.widget_categories.style-two .single-cat:hover > img{transform:scale(1.075);}.widget_categories.style-two .single-cat:hover .cat-overlay:before{opacity:0.7;}.widget_categories.style-two .single-cat img{transition:all 0.25s;}.widget_categories.style-two .single-cat .cat-overlay{position:absolute;width:calc(100% - 40px);height:calc(100% - 40px);top:20px;left:20px;z-index:1;display:flex;align-items:center;justify-content:center;font-size:21px;font-weight:normal;text-transform:uppercase;letter-spacing:0.1em;font-family:var(--heading-font,"Playfair Display",serif);color:white;border:10px solid rgba(255,255,255,0.5);}.widget_categories.style-two .single-cat .cat-overlay:before{position:absolute;content:"";width:100%;height:100%;background-color:black;top:0;left:0;opacity:0.5;transition:all 0.25s;}.widget_categories.style-two .single-cat .cat-overlay .cat-overlay-inner{position:relative;z-index:2;}.widget_text .bsm-select-wrapper li{padding-top:0 !important;margin-top:0 !important;}.widget_text .bsm-select-wrapper input.select-dropdown{margin-bottom:0;padding:0 20px;box-sizing:border-box;border-top:1px solid #ddd;border-left:1px solid #ddd;border-right:1px solid #ddd;border-radius:30px;font-size:14px;font-weight:500;}.widget_text .bsm-select-wrapper span.caret{right:15px;}.widget_text .bsm-select-wrapper .bsm-dropdown-content li > a,.widget_text .bsm-select-wrapper .bsm-dropdown-content li > span{font-size:14px;color:inherit;display:block;line-height:30px;padding:10px 16px;}.widget_links a,.widget_meta a,.widget_nav_menu .menu a,.widget_pages a,.widget_recent_comments a,.widget_recent_entries a,.widget_product_categories a{border:0;}.widget_nav_menu .menu a .fa{display:none;}.widget_links,.widget_meta,.widget_nav_menu,.widget_pages,.widget_recent_comments,.widget_recent_entries,.widget_product_categories{color:white;font-weight:500;}.widget_links a,.widget_meta a,.widget_nav_menu a,.widget_pages a,.widget_recent_comments a,.widget_recent_entries a,.widget_product_categories a{border:0;text-decoration:none;display:block;}.widget_links a:hover,.widget_links a:focus,.widget_meta a:hover,.widget_meta a:focus,.widget_nav_menu a:hover,.widget_nav_menu a:focus,.widget_pages a:hover,.widget_pages a:focus,.widget_recent_comments a:hover,.widget_recent_comments a:focus,.widget_recent_entries a:hover,.widget_recent_entries a:focus,.widget_product_categories a:hover,.widget_product_categories a:focus{color:var(--brand-primary-text,#f53700);}.widget_links ul,.widget_meta ul,.widget_nav_menu ul,.widget_pages ul,.widget_recent_comments ul,.widget_recent_entries ul,.widget_product_categories ul{list-style:none;margin:0;}.widget_links ul li,.widget_meta ul li,.widget_nav_menu ul li,.widget_pages ul li,.widget_recent_comments ul li,.widget_recent_entries ul li,.widget_product_categories ul li{padding:11px 0;border-bottom:0 none;line-height:1.25em;}.widget_links > ul,.widget_meta > ul,.widget_nav_menu > ul,.widget_pages > ul,.widget_recent_comments > ul,.widget_recent_entries > ul,.widget_product_categories > ul{position:relative;}.widget_links ul > li:first-child,.widget_meta ul > li:first-child,.widget_nav_menu ul > li:first-child,.widget_pages ul > li:first-child,.widget_recent_comments ul > li:first-child,.widget_recent_entries ul > li:first-child,.widget_product_categories ul > li:first-child{margin-top:0;padding-top:0px;border-top:0 none;}.widget_links ul > li:last-child,.widget_meta ul > li:last-child,.widget_nav_menu ul > li:last-child,.widget_pages ul > li:last-child,.widget_recent_comments ul > li:last-child,.widget_recent_entries ul > li:last-child,.widget_product_categories ul > li:last-child{padding-bottom:0px;margin-bottom:0px;}.widget .menu{position:relative;}.widget .menu > li:first-child{border-top:0 none;padding-top:0;}.widget .menu .sub-menu{box-shadow:0 0 0 transparent;}.widget_nav_menu .sub-menu,.widget_pages .children{border:0;margin:0 0 0 1em;}.widget_recent_entries .post-date{display:block;}.bt-social-widget .widget-content > .bt-social-profile{-webkit-transition:all 0.25s;transition:all 0.25s;margin-bottom:5px;}.bt-social-widget .widget-content > .bt-social-profile:last-child{margin-bottom:0;}.bt-social-widget .widget-content > .bt-social-profile > .icon{display:flex;align-items:center;justify-content:flex-start;color:white;padding-right:20px;text-transform:uppercase;}@media only screen and (min-width:992px) and (max-width:1199px){.bt-social-widget .widget-content > .bt-social-profile > .icon{padding-right:10px;}}.bt-social-widget .widget-content > .bt-social-profile > .icon.bt-facebook-icon{background-color:#3B5998;}.bt-social-widget .widget-content > .bt-social-profile > .icon.bt-facebook-icon .social-icon{background-color:#36518A;}.bt-social-widget .widget-content > .bt-social-profile > .icon.bt-google-plus-icon{background-color:#D33C30;}.bt-social-widget .widget-content > .bt-social-profile > .icon.bt-google-plus-icon .social-icon{background-color:#EA4335;}.bt-social-widget .widget-content > .bt-social-profile > .icon.bt-twitter-icon{background-color:#01ACEE;}.bt-social-widget .widget-content > .bt-social-profile > .icon.bt-twitter-icon .social-icon{background-color:#009BD6;}.bt-social-widget .widget-content > .bt-social-profile > .icon.bt-youtube-icon{background-color:#C71726;}.bt-social-widget .widget-content > .bt-social-profile > .icon.bt-youtube-icon .social-icon{background-color:#DD1A2A;}.bt-social-widget .widget-content > .bt-social-profile > .icon.bt-instagram-icon{background-color:#4E54D3;}.bt-social-widget .widget-content > .bt-social-profile > .icon.bt-vimeo-icon{background-color:#16A4D3;}.bt-social-widget .widget-content > .bt-social-profile > .icon.bt-vimeo-icon .social-icon{background-color:#1BB7EA;}.bt-social-widget .widget-content > .bt-social-profile > .icon.bt-pinterest-icon{background-color:#B00000;}.bt-social-widget .widget-content > .bt-social-profile > .icon.bt-soundcloud-icon{background-color:#FF8800;}.bt-social-widget .widget-content > .bt-social-profile > .icon > span{display:block;line-height:15px;}.bt-social-widget .widget-content > .bt-social-profile > .icon .social-icon{line-height:40px;max-width:50px;height:40px;font-size:15px;text-align:center;flex:0 0 50px;}@media only screen and (min-width:992px) and (max-width:1199px){.bt-social-widget .widget-content > .bt-social-profile > .icon .social-icon{flex:0 0 35px;max-width:35px;height:35px;line-height:35px;}}.bt-social-widget .widget-content > .bt-social-profile > .icon .bt-count{font-weight:600;font-size:12px;padding-left:18px;padding-right:10px;flex:0 0 55px;max-width:55px;}@media only screen and (min-width:992px) and (max-width:1199px){.bt-social-widget .widget-content > .bt-social-profile > .icon .bt-count{padding-left:10px;padding-right:8px;flex:0 0 45px;max-width:45px;}}.bt-social-widget .widget-content > .bt-social-profile > .icon .bt-name{font-weight:500;font-size:11px;text-align:right;flex:0 0 80px;max-width:80px;}@media only screen and (min-width:992px) and (max-width:1199px){.bt-social-widget .widget-content > .bt-social-profile > .icon .bt-name{flex:0 0 70px;max-width:70px;}}.bt-social-widget .widget-content > .bt-social-profile > .icon .bt-media-type{font-size:11px;font-weight:500;opacity:0.7;flex:0 0 calc(100% - 185px);max-width:calc(100% - 185px);}@media only screen and (min-width:992px) and (max-width:1199px){.bt-social-widget .widget-content > .bt-social-profile > .icon .bt-media-type{flex:0 0 calc(100% - 150px);max-width:calc(100% - 150px);}}.bt-social-widget .widget-content > .bt-social-profile:hover{opacity:0.8;}.tb-twitter-feed-widget{position:relativee;}.tb-twitter-feed-widget .twitter-feed{display:flex;}.tb-twitter-feed-widget .twitter-feed .icon{max-width:35px;font-size:15px;color:#1da1f3;flex:0 0 35px;}.tb-twitter-feed-widget .twitter-feed .info{position:relative;top:-5px;}.tb-twitter-feed-widget .twitter-feed .info > p{line-height:2.2em;}.tb-twitter-feed-widget .twitter-feed .info .date{font-size:13px;text-transform:uppercase;color:var(--brand-primary-text,#f53700);}.tb-twitter-feed-widget .owl-dots{text-align:right;position:absolute;width:100%;bottom:6px;left:0;}.tb-twitter-feed-widget .owl-dots > div{width:11px;height:11px;border:1px solid #c51c23;border-radius:50%;margin:0 3px;display:inline-block;transition:all 0.25s;}.tb-twitter-feed-widget .owl-dots > div.active{background-color:var(--brand-primary-text,#f53700);}.bt-instafeed-widget{position:relative;}.bt-instafeed-widget #instafeed-sidebar,.bt-instafeed-widget #instafeed{margin:0 -5px -5px;overflow:hidden;padding-left:0px;list-style:none;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.bt-instafeed-widget #instafeed-sidebar > .feed-item,.bt-instafeed-widget #instafeed > .feed-item{flex:0 0 calc(25% - 10px);max-width:calc(25% - 10px);margin:5px;}@media only screen and (max-width:991px){.bt-instafeed-widget #instafeed-sidebar > .feed-item,.bt-instafeed-widget #instafeed > .feed-item{flex:0 0 calc(25% - 10px);max-width:calc(25% - 10px);}}.bt-instafeed-widget #instafeed-sidebar > .feed-item a,.bt-instafeed-widget #instafeed > .feed-item a{display:block;}.bt-instafeed-widget #instafeed-sidebar > .feed-item img,.bt-instafeed-widget #instafeed > .feed-item img{width:100%;-webkit-transition:all 0.25s;transition:all 0.25s;}.bt-instafeed-widget #instafeed-sidebar > .feed-item:hover img,.bt-instafeed-widget #instafeed > .feed-item:hover img{opacity:0.8;}.bt-about-footer-widget.style-two .widget-content{display:block;}.bt-about-footer-widget.style-two .widget-content .about-logo{margin-bottom:35px;max-width:100%;}.bt-about-footer-widget.style-two .widget-content .about-info{padding-left:0;}@media only screen and (max-width:480px){.bt-about-footer-widget.style-two .widget-content .about-info{padding-top:0px;}}.bt-about-footer-widget.style-two .widget-content .about-info p{line-height:1.7em;}.bt-about-footer-widget.style-two .widget-content .about-info .social-status{padding-top:15px;}.bt-about-footer-widget.style-two .widget-content .about-info .social-status a{line-height:37px;height:37px;color:#666;text-align:center;font-size:14px;width:37px;background-color:rgba(255,255,255,0.3);}.bt-about-footer-widget.style-two .widget-content .about-info .social-status a:hover{background-color:rgba(255,255,255,0.5);}.bt-about-footer-widget.style-three .widget-content{display:block;}.bt-about-footer-widget.style-three .widget-content .about-logo{max-width:100%;display:flex;flex-wrap:wrap;margin-bottom:30px;}.bt-about-footer-widget.style-three .widget-content .social-status{margin-top:18px;margin-left:30px;}.bt-about-footer-widget.style-three .widget-content .social-status a{line-height:normal;height:auto;font-size:15px;color:var(--text-gray,#666666);text-align:left;width:30px;background-color:transparent;display:inline-block;}.bt-about-footer-widget.style-three .widget-content .social-status a:hover{background-color:transparent;color:#c51c23 !important;}.bt-about-footer-widget.style-four{color:#5d5d5d;font-size:14px;}.bt-about-footer-widget.style-four .widget-content .about-info{padding-left:20px;flex:1;display:flex;justify-content:space-between;}@media only screen and (max-width:767px){.bt-about-footer-widget.style-four .widget-content .about-info{flex-direction:column;}}@media only screen and (max-width:480px){.bt-about-footer-widget.style-four .widget-content .about-info{padding-left:0;}}.bt-about-footer-widget.style-four .widget-content .about-info .social-status{padding-top:35px;padding-bottom:5px;}@media only screen and (max-width:480px){.bt-about-footer-widget.style-four .widget-content .about-info .social-status{padding-top:20px;}}.bt-about-footer-widget.style-four .widget-content .about-info .social-status a{color:#5d5d5d;}@media only screen and (max-width:767px){.bt-about-footer-widget.style-four .about-info-left{order:2;}}.bt-about-footer-widget.style-four .contact-info-right{text-align:right;padding-top:55px;}@media only screen and (max-width:767px){.bt-about-footer-widget.style-four .contact-info-right{text-align:left;padding-top:10px;}}.bt-about-footer-widget.style-four .contact-info-right ul > li{margin-bottom:7px;}@media only screen and (max-width:991px){.bt-about-footer-widget.style-four .contact-info-right ul > li{margin-bottom:5px;}}.bt-about-footer-widget.style-four .contact-info-right ul > li:last-child{margin-bottom:0;}.bt-about-footer-widget.style-four .contact-info-right ul > li a:hover,.bt-about-footer-widget.style-four .contact-info-right ul > li a:focus{color:var(--brand-primary-text,#f53700);}.bt-about-footer-widget .widget-content{display:flex;justify-content:flex-start;}@media only screen and (max-width:480px){.bt-about-footer-widget .widget-content{display:block;}}.bt-about-footer-widget .widget-content .about-logo{flex:0 0 135px;max-width:135px;}@media only screen and (max-width:480px){.bt-about-footer-widget .widget-content .about-logo{max-width:100%;}}.bt-about-footer-widget .widget-content .about-logo a{display:block;}.bt-about-footer-widget .widget-content .about-logo img{display:inline-block;}.bt-about-footer-widget .widget-content .about-info{padding-left:35px;}@media only screen and (max-width:1199px){.bt-about-footer-widget .widget-content .about-info{padding-left:25px;}}@media only screen and (max-width:480px){.bt-about-footer-widget .widget-content .about-info{padding-left:0;padding-top:25px;}}.bt-about-footer-widget .widget-content .about-info p{line-height:2em;}.bt-about-footer-widget .widget-content .about-info .social-status{padding-top:10px;}@media only screen and (max-width:480px){.bt-about-footer-widget .widget-content .about-info .social-status{padding-top:5px;}}.bt-about-footer-widget .widget-content .about-info .social-status a{line-height:normal;height:auto;font-size:15px;color:white;text-align:left;width:30px;background-color:transparent;}.bt-about-footer-widget .widget-content .about-info .social-status a:hover{background-color:transparent;color:#c51c23 !important;}.bt-location-widget .widget-content ul > li{margin-bottom:15px;}@media only screen and (max-width:991px){.bt-location-widget .widget-content ul > li{margin-bottom:5px;}}.bt-location-widget .widget-content ul > li > span{font-weight:500;color:#ffffff;display:inline-block;padding-right:5px;}.bt-location-widget .widget-content ul > li a:hover{color:var(--brand-primary-text,#f53700);}.bt-location-widget .widget-content .social-status{padding-top:15px;}@media only screen and (max-width:480px){.bt-location-widget .widget-content .social-status{padding-top:5px;}}.bt-location-widget .widget-content .social-status a{line-height:normal;height:auto;font-size:15px;color:#ffffff;text-align:left;width:30px;background-color:transparent;}.bt-location-widget .widget-content .social-status a:hover{background-color:transparent;color:white !important;}.widget-business-hours .widget-content > ul{margin-bottom:15px;font-weight:500;}.widget-business-hours .widget-content > ul li{margin:10px 0;overflow:hidden;}.widget-business-hours .widget-content > ul li > span{float:right;display:inline-block;padding-left:15px;}.widget-business-hours .widget-content > ul li.closed > span{color:#c51c23 !important;}.social-share-widget .footer-social li a:hover{background-color:black !important;box-shadow:3px 3px 11px rgba(34,35,141,0.25);}.widget-share-post .post{display:flex;justify-content:flex-start;flex-wrap:wrap;border-bottom:0px solid;margin-bottom:30px;}@media only screen and (max-width:1199px){.widget-share-post .post{margin-bottom:10px;}}.widget-share-post .post:last-child{margin-bottom:0;}.widget-share-post .post .post-thumbnail{flex:95px;max-width:95px;}.widget-share-post .post .entry-title{font-weight:normal;font-size:18px;font-family:var(--heading-font,"Playfair Display",serif);text-transform:uppercase;line-height:1.2em;margin-bottom:10px;margin-top:-3px;}.widget-share-post .post .share-meta{font-size:12px;}.widget-share-post .post .share-meta > span{display:inline-block;padding-right:3px;}.widget-share-post .post .post-details{flex:0 0 calc(100% - 95px);padding-right:0;padding-left:30px;text-align:left;max-width:calc(100% - 95px);}@media only screen and (max-width:1199px){.widget-share-post .post .post-details{padding-left:15px;}}.tb-signup-widget{background-color:#f2f2f2;}.tb-signup-widget .signup-box{text-align:center;padding:35px 20px 40px;}.tb-signup-widget .signup-box > p{font-size:16px;font-weight:600;color:var(--text-dark,#000);line-height:1.6em;}.tb-signup-widget .signup-form{text-align:center;padding-top:10px;}.tb-signup-widget .signup-form .form-group{margin-bottom:0px;}.tb-signup-widget .signup-form .form-group label{display:block;}.tb-signup-widget .signup-form .form-group input[type="email"]{background-color:white;border:0px solid;width:100%;font-size:14px;text-align:center;padding:10px 0;margin-bottom:20px;}.tb-subscribe-widget.style-two{background-position:top center;margin-top:10px;margin-left:10px;margin-right:10px;position:relative;padding:90px 60px 100px;}@media only screen and (max-width:575px){.tb-subscribe-widget.style-two{padding:60px 15px 65px;}}.tb-subscribe-widget.style-two::before{position:absolute;content:"";left:-10px;top:-10px;width:calc(100% + 20px);height:calc(100% + 20px);box-shadow:3px 3px 13px rgba(0,0,0,0.25);z-index:-1;}.tb-subscribe-widget.style-two .widget-title{font-weight:700;font-size:48px;line-height:1.2em;font-family:var(--heading-font,"Playfair Display",serif);text-align:center;margin-bottom:45px;}@media only screen and (max-width:1199px){.tb-subscribe-widget.style-two .widget-title{font-size:40px;}}@media only screen and (max-width:991px){.tb-subscribe-widget.style-two .widget-title{font-size:36px;}}@media only screen and (max-width:575px){.tb-subscribe-widget.style-two .widget-title{font-size:30px;margin-bottom:35px;}}.tb-subscribe-widget.style-two .subscribe-form .form-group ::-webkit-input-placeholder{color:#bababa;}.tb-subscribe-widget.style-two .subscribe-form .form-group .widget_newsletter::-webkit-input-placeholder{color:#bababa;}.tb-subscribe-widget.style-two .subscribe-form .form-group :-moz-placeholder{color:#bababa;}.tb-subscribe-widget.style-two .subscribe-form .form-group ::-moz-placeholder{color:#bababa;}.tb-subscribe-widget.style-two .subscribe-form .form-group :-ms-input-placeholder{color:#bababa;}.tb-subscribe-widget.style-two .subscribe-form .form-group input[type="email"]{border-color:rgba(255,255,255,0.6);}.tb-subscribe-widget.style-two .subscribe-form #mc-form #subscribe-btn{top:0px;color:var(--brand-primary-text,#f53700);}.tb-subscribe-widget.style-two .subscribe-form #mc-form #subscribe-btn:hover{color:white;}.tb-subscribe-widget .subscribe-form #mc-form{position:relative;}.tb-subscribe-widget .subscribe-form #mc-form #subscribe-btn{position:absolute;top:2px;right:0;background-color:transparent;font-size:18px;color:white;padding:0;}.tb-subscribe-widget .subscribe-form #mc-form #subscribe-btn:hover{color:var(--brand-primary-text,#f53700);}.tb-subscribe-widget .subscribe-form .form-group{margin-bottom:15px;}.tb-subscribe-widget .subscribe-form .form-group label{display:block;}.tb-subscribe-widget .subscribe-form .form-group input[type="email"]{background-color:transparent;border-bottom:1px solid #797979;padding:0 0 14px !important;width:100%;}.tb-subscribe-widget .subscribe-form .form-group input[type="email"]:focus{color:white;border-color:var(--brand-primary-text,#f53700);}.tb-subscribe-widget .subscribe-form p{text-align:right;}.tb-subscribe-widget .subscribe-form p > span{color:var(--brand-primary-text,#f53700);}.widget_rss ul{list-style:none;margin:0;}.widget_rss ul:last-child{margin-bottom:0;}.widget_rss li{margin-bottom:1.6em;padding-bottom:25px;}.widget_rss li:last-child{margin-bottom:0;}.widget_rss li .rssSummary{margin:5px 0;line-height:1.75em;}.widget_rss .rsswidget{border:0;font-weight:700;}.widget_rss .rsswidget img{margin-top:-4px;}.widget_rss .rss-date,.widget_rss cite{font-size:0.8em;font-style:normal;display:block;line-height:2;opacity:0.8;}.widget_rss > p{position:relative;}#wp-calendar caption{font-weight:600;}#wp-calendar td,#wp-calendar th{padding:8px;text-align:center;border:1px solid #ddd;}.widget_search .input-group,.widget_product_search .input-group{position:relative;}.widget_search .input-group .form-controller,.widget_product_search .input-group .form-controller{display:table-cell;padding:7px 15px 5px;margin-bottom:0;font-size:12px;border-radius:0px;background-color:transparent;box-shadow:0 0 0px rgba(0,0,0,0.1);height:40px;outline:none;border:1px solid #dddddd;width:100%;text-transform:uppercase;}.widget_search .input-group .form-controller:focus,.widget_product_search .input-group .form-controller:focus{border-color:var(--brand-primary-text,#f53700);}.widget_search button,.widget_search input[type="button"],.widget_search input[type="reset"],.widget_search input[type="submit"],.widget_product_search button,.widget_product_search input[type="button"],.widget_product_search input[type="reset"],.widget_product_search input[type="submit"]{border:0px solid;background-color:var(--brand-primary-text,#f53700);position:absolute;width:40px;height:40px;right:0px;line-height:44px;top:0;font-size:13px;color:white;}.widget_search button:hover,.widget_search input[type="button"]:hover,.widget_search input[type="reset"]:hover,.widget_search input[type="submit"]:hover,.widget_product_search button:hover,.widget_product_search input[type="button"]:hover,.widget_product_search input[type="reset"]:hover,.widget_product_search input[type="submit"]:hover{opacity:0.8;}.widget_search.style-two .input-group .form-controller{font-size:14px;height:52px;text-transform:none;}.widget_search.style-two .input-group .btn-search{background-color:transparent;width:50px;height:50px;line-height:52px;font-size:16px;color:var(--text-dark,#000);}.widget_search.style-two .input-group .btn-search:hover{color:var(--brand-primary-text,#f53700);}.tagcloud{margin-bottom:-7px;}.tagcloud a{padding:7px 17px 8px;font-size:14px;display:inline-block;margin-right:3px;margin-bottom:7px;font-weight:normal;border-radius:20px;background-color:#f2f2f2;}@media only screen and (max-width:1199px){.tagcloud a{padding:7px 12px;}}.tagcloud a:hover{color:white;background-color:var(--brand-primary-text,#f53700);}.widget_gallery .gallery-content img{width:100%;margin-bottom:30px;}.dark .widget_categories ul li,.dark .widget_archive ul li,.dark .widget_layered_nav ul li{color:#e1e1e1;}.site-footer .widget .widget-title{color:white;font-size:22px;}.site-footer .widget .widget-title > span{color:var(--brand-primary-text,#f53700);}.site-footer .footer-bottom-text{text-align:center;font-weight:400;font-size:15px;margin-bottom:-5px;padding:0 20px;}@media only screen and (max-width:575px){.site-footer .footer-bottom-text{padding:0;}}.site-footer .footer-bottom-text .footer-logo{margin-bottom:30px;}.site-footer .footer-bottom-text .copyright-text{margin-top:45px;}.site-footer .footer-menu{padding-left:0;margin-bottom:0;list-style:none;}.site-footer .footer-menu > li{display:inline-block;}.site-footer .footer-menu > li:first-child > a{padding-left:0;}.site-footer .footer-menu > li:last-child > a{padding-right:0;}.site-footer .footer-menu > li > a{display:block;text-transform:uppercase;font-size:14px;padding:0 17px;font-weight:600;}@media only screen and (max-width:767px){.site-footer .footer-menu > li > a{padding:0 7px;}}.site-footer .footer-menu > li > a:hover,.site-footer .footer-menu > li > a:focus{color:var(--brand-primary-text,#f53700);}.site-footer .footer-social{list-style:none;padding:0;margin-bottom:0px;}.site-footer .footer-social li{display:inline-block;margin-right:5px;}.site-footer .footer-social li a{font-size:14px;display:block;color:var(--text-gray,#666666);border-radius:50%;height:35px;line-height:35px;text-align:center;width:35px;}.site-footer .footer-social li a:hover{color:#c51c23 !important;}.site-footer .footer-social.color-white{padding-bottom:30px;}.site-footer .footer-social.color-white li > a{color:white;}.site-footer .footer-social-text{list-style:none;padding:0;margin-bottom:0px;}.site-footer .footer-social-text li{display:inline-block;margin-right:5px;}.site-footer .footer-social-text li a{font-weight:500;font-size:12px;display:block;padding:0 20px;}@media only screen and (max-width:991px){.site-footer .footer-social-text li a{padding:0 15px;}}@media only screen and (max-width:480px){.site-footer .footer-social-text li a{padding:0 8px;}}.site-footer .footer-social-text li a:hover{color:#c51c23 !important;}.site-footer .footer-social-text.color-white li > a{color:white;}.site-footer .single-contact-info{border-top:1px solid #4b4b4b;border-bottom:1px solid #4b4b4b;padding:20px 15px;margin-bottom:30px;}@media only screen and (max-width:991px){.site-footer .single-contact-info{padding:15px;}}.site-footer .single-contact-info a:hover,.site-footer .single-contact-info a:focus{color:var(--brand-primary-text,#f53700);}.site-footer .instagram-widget-area{margin-bottom:10px;}.site-footer .footer-payment-option{list-style:none;margin-bottom:0;padding-left:0;}.site-footer.footer-default-style{color:#bababa;}.site-footer.footer-default-style .footer-widget-area{position:relative;}.site-footer.footer-default-style .footer-widget-area:before{position:absolute;content:"";right:0;top:0;height:100%;background-color:#141414;width:calc(50% - 215px);}@media only screen and (max-width:1199px){.site-footer.footer-default-style .footer-widget-area:before{width:calc(50% - 175px);}}@media only screen and (max-width:991px){.site-footer.footer-default-style .footer-widget-area:before{display:none;}}.site-footer.footer-default-style .widget.tb-subscribe-widget{padding-left:30px;}@media only screen and (max-width:1199px){.site-footer.footer-default-style .widget.tb-subscribe-widget{padding-left:20px;}}@media only screen and (max-width:991px){.site-footer.footer-default-style .widget.tb-subscribe-widget{padding-left:0px;}}@media only screen and (max-width:991px){.site-footer.footer-default-style .widget.tb-subscribe-widget .subscribe-form{width:450px;}}@media only screen and (max-width:480px){.site-footer.footer-default-style .widget.tb-subscribe-widget .subscribe-form{width:100%;}}.site-footer.footer-style-one .footer-widget-area{color:#bababa;}.site-footer.footer-style-one .footer-widget-area:before{opacity:0.8;}.site-footer.footer-style-one .widget-business-hours .widget-content > ul li > span{color:white;}.site-footer.footer-style-two{color:#303030;}.site-footer.footer-style-two .view-all-btn{text-align:right;padding-top:15px;}.site-footer.footer-style-two .view-all-btn > a{font-size:15px;text-transform:uppercase;color:var(--text-dark,#000);font-weight:bold;}.site-footer.footer-style-two .view-all-btn > a > [class*='fa-']{color:var(--brand-primary-text,#f53700);}.site-footer.footer-style-two .view-all-btn > a:hover{color:var(--brand-primary-text,#f53700);}.site-footer.footer-style-two .widget .widget-title{font-size:21px;font-weight:bold;font-family:var(--heading-font,"Playfair Display",serif);text-transform:uppercase;color:var(--text-dark,#000);margin-top:-5px;}@media only screen and (max-width:575px){.site-footer.footer-style-two .widget .widget-title{margin-bottom:20px;font-size:18px;}}@media only screen and (max-width:991px){.site-footer.footer-style-two .footer-menu-area{text-align:center !important;}}@media only screen and (max-width:991px){.site-footer.footer-style-two .copyright-text{text-align:center !important;padding-top:10px;}}.site-footer.footer-style-three{position:relative;color:#ededed;}.site-footer.footer-style-three .bg-shape-top{position:absolute;top:0;left:0;width:100%;height:120px;}.site-footer.footer-style-three .bt-about-footer-widget .widget-content .about-logo{-webkit-box-flex:0;-ms-flex:0 0 215px;flex:0 0 215px;max-width:215px;}.site-footer.footer-style-three .bt-about-footer-widget .widget-content .about-logo .copyright-text{padding-top:15px;}.site-footer.footer-style-three .bt-about-footer-widget .widget-content .about-info{margin-top:-7px;}.site-footer.footer-style-three .bt-about-footer-widget .widget-content .about-info .owl-dots > div{width:11px;height:11px;border:1px solid #c51c23;border-radius:50%;margin:0 3px;}.site-footer.footer-style-three .bt-about-footer-widget .widget-content .about-info .social-status{padding-top:15px;}@media only screen and (max-width:480px){.site-footer.footer-style-three .bt-about-footer-widget .widget-content .about-info .social-status{padding-top:10px;}}.site-footer.footer-style-three .bt-about-footer-widget .widget-content .about-info .social-status > a{color:#bababa;}.site-footer.footer-style-four .footer-top-area .footer-logo{margin-bottom:55px;}@media only screen and (max-width:991px){.site-footer.footer-style-four .footer-top-area .footer-logo{margin-bottom:30px;}}.site-footer.footer-style-four .footer-top-area .bt-instafeed-widget #instafeed > .feed-item{-webkit-box-flex:0;-ms-flex:0 0 calc(12.5% - 10px);flex:0 0 calc(12.5% - 10px);max-width:calc(12.5% - 10px);}@media only screen and (max-width:991px){.site-footer.footer-style-four .footer-top-area .bt-instafeed-widget #instafeed > .feed-item{-webkit-box-flex:0;-ms-flex:0 0 calc(25% - 10px);flex:0 0 calc(25% - 10px);max-width:calc(25% - 10px);}}@media only screen and (max-width:991px){.site-footer.footer-style-four .footer-bottom-area .copyright-text,.site-footer.footer-style-four .footer-bottom-area .footer-social{text-align:center !important;}}@media only screen and (max-width:991px){.site-footer.footer-style-four .footer-bottom-area .footer-social{margin-bottom:10px;}}.site-footer.footer-style-five{position:relative;background-color:#242424;margin-top:40px;}.site-footer.footer-style-five .element-group > .element{bottom:0;right:0;}@media only screen and (max-width:1199px){.site-footer.footer-style-five .element-group > .element{display:none;}}.site-footer.footer-style-five .newsletter-block.style-two .newsletter-title .title-main{margin-top:-10px;}@media only screen and (max-width:575px){.site-footer.footer-style-five .newsletter-block.style-two .newsletter-title .title-main{margin-top:-5px;}}.site-footer.footer-style-five .newsletter-block.style-two .subscribe-form{margin-top:50px;margin-bottom:60px;margin-left:0;}@media only screen and (max-width:1199px){.site-footer.footer-style-five .newsletter-block.style-two .subscribe-form{margin-top:35px;}}.site-footer.footer-style-five .footer-bottom-content{padding-top:85px;color:#bababa;}.site-footer.footer-style-five .footer-bottom-content .footer-logo{margin-bottom:20px;}.site-footer.footer-style-five .footer-bottom-content .footer-social{margin-bottom:15px;}.site-footer.footer-style-five .footer-bottom-content .footer-social li a{color:#bababa;}.site-footer.footer-style-six{position:relative;background-color:#313131;font-size:12px;font-weight:500;color:white;}.site-footer.footer-style-six .footer-logo{margin-bottom:35px;}@media only screen and (max-width:767px){.site-footer.footer-style-six .footer-logo{margin-bottom:25px;}}.site-footer.footer-style-six .footer-social-text{margin-bottom:55px;}@media only screen and (max-width:767px){.site-footer.footer-style-six .footer-social-text{margin-bottom:40px;}}.site-footer.footer-style-six .footer-contact-info{margin-bottom:30px;}@media only screen and (max-width:767px){.site-footer.footer-style-six .footer-contact-info{margin-bottom:20px;}}.site-footer.footer-style-six .copyright-text{margin-top:35px;color:#bababa;}@media only screen and (max-width:767px){.site-footer.footer-style-six .copyright-text{margin-top:20px;}}.site-footer.footer-style-six .copyright-text > span{color:white;}.site-footer.footer-style-seven{position:relative;}.site-footer.footer-style-seven .element-group > .element{bottom:0;left:40px;}@media only screen and (max-width:1199px){.site-footer.footer-style-seven .element-group > .element{display:none;}}.site-footer.footer-style-seven .element-group > .element.one{top:-210px;right:60px;left:auto;bottom:auto;-webkit-animation:linear bt-bottomTop-40 4s infinite;animation:linear bt-bottomTop-40 4s infinite;}@media only screen and (max-width:1199px){.site-footer.footer-style-seven .element-group > .element.one{display:none;}}.site-footer.footer-style-seven .site-footer-content .footer-logo{margin-bottom:40px;}@media only screen and (max-width:991px){.site-footer.footer-style-seven .site-footer-content .footer-logo{margin-bottom:20px;}}.site-footer.footer-style-seven .site-footer-content .footer-social{margin-bottom:35px;}@media only screen and (max-width:991px){.site-footer.footer-style-seven .site-footer-content .footer-social{margin-bottom:15px;}}.site-footer.footer-style-seven .site-footer-content .footer-social li a{color:var(--text-gray,#666666);}.site-footer.footer-style-seven .site-footer-content .footer-social li a:hover{background-color:var(--brand-primary-text,#f53700);color:white !important;}.site-footer.footer-style-eight{font-size:14px;font-weight:normal;color:white;background:-webkit-linear-gradient(top,#a9c000,#10892e);background:linear-gradient(to bottom,#a9c000,#10892e);padding:120px 0;}@media only screen and (max-width:1199px){.site-footer.footer-style-eight{padding:100px 0 95px;}}.site-footer.footer-style-eight .footer-logo{margin-bottom:35px;}@media only screen and (max-width:767px){.site-footer.footer-style-eight .footer-logo{margin-bottom:25px;}}.site-footer.footer-style-eight .footer-social{margin-bottom:50px;margin-top:25px;}@media only screen and (max-width:767px){.site-footer.footer-style-eight .footer-social{margin-bottom:40px;}}.site-footer.footer-style-eight .footer-social li a{color:white;}.site-footer.footer-style-eight .footer-contact-info{margin-bottom:30px;}@media only screen and (max-width:767px){.site-footer.footer-style-eight .footer-contact-info{margin-bottom:20px;}}.site-footer.footer-style-eight .footer-contact-info .single-contact-info{text-align:center;border-color:rgba(255,255,255,0.2);font-size:12px;}.site-footer.footer-style-eight .newsletter-block.style-two{margin-top:30px;margin-bottom:60px;}@media only screen and (max-width:991px){.site-footer.footer-style-eight .newsletter-block.style-two{margin-top:10px;}}.site-footer.footer-style-eight .newsletter-block.style-two .newsletter-title .title-main{font-size:60px;font-style:normal;font-weight:normal;font-family:var(--heading-font,"Playfair Display",serif);text-transform:uppercase;letter-spacing:-0.03em;}@media only screen and (max-width:991px){.site-footer.footer-style-eight .newsletter-block.style-two .newsletter-title .title-main{font-size:48px;}}@media only screen and (max-width:767px){.site-footer.footer-style-eight .newsletter-block.style-two .newsletter-title .title-main{font-size:42px;}}.site-footer.footer-style-eight .newsletter-block.style-two .subscribe-form ::-webkit-input-placeholder{color:white;}.site-footer.footer-style-eight .newsletter-block.style-two .subscribe-form :-moz-placeholder{color:white;}.site-footer.footer-style-eight .newsletter-block.style-two .subscribe-form ::-moz-placeholder{color:white;}.site-footer.footer-style-eight .newsletter-block.style-two .subscribe-form :-ms-input-placeholder{color:white;}@media only screen and (max-width:991px){.site-footer.footer-style-eight .newsletter-block.style-two .subscribe-form{margin-left:0;}}@media only screen and (max-width:767px){.site-footer.footer-style-eight .newsletter-block.style-two .subscribe-form{margin-right:0;}}.site-footer.footer-style-eight .newsletter-block.style-two .subscribe-form > #mc-form{background-color:rgba(255,255,255,0.1);}@media only screen and (max-width:575px){.site-footer.footer-style-eight .newsletter-block.style-two .subscribe-form > #mc-form{background-color:transparent;}}.site-footer.footer-style-eight .newsletter-block.style-two .subscribe-form #subscribe-btn{background-color:white;color:var(--text-dark,#000);}.site-footer.footer-style-eight .newsletter-block.style-two .subscribe-form #subscribe-btn:hover,.site-footer.footer-style-eight .newsletter-block.style-two .subscribe-form #subscribe-btn:focus{color:white;background-color:var(--brand-primary-text,#f53700);}.site-footer.footer-style-eight .copyright-text{margin-top:35px;}@media only screen and (max-width:991px){.site-footer.footer-style-eight .copyright-text{margin-top:20px;}}.site-footer.footer-style-nine{padding-top:100px;padding-bottom:35px;}.site-footer.footer-style-nine .footer-bottom-content .footer-logo{margin-bottom:25px;}.site-footer.footer-style-nine .footer-bottom-content .heading24{font-style:italic;font-family:var(--heading-font,"Playfair Display",serif);margin-bottom:25px;}.site-footer.footer-style-nine .footer-bottom-content .heading24 > span{color:var(--brand-primary-text,#f53700);}.site-footer.footer-style-nine .footer-bottom-content .copyright-text{text-transform:uppercase;}.site-footer.footer-style-ten{padding-top:70px;padding-bottom:65px;}.site-footer.footer-style-ten .footer-logo{margin-bottom:25px;}.site-footer.footer-style-ten .footer-menu-area{margin-bottom:45px;}@media only screen and (max-width:767px){.site-footer.footer-style-ten .footer-menu-area{margin-bottom:25px;}}.site-footer.footer-style-ten .footer-menu-area .footer-menu > li > a{font-size:14px;}.site-footer.footer-style-eleven{position:relative;padding-top:150px;padding-bottom:60px;margin-bottom:-20px;}@media only screen and (max-width:991px){.site-footer.footer-style-eleven{padding-top:100px;padding-bottom:100px;}}.site-footer.footer-style-eleven .element-group > .element{z-index:1;}.site-footer.footer-style-eleven .element-group > .element.one{top:0;left:0;}@media only screen and (max-width:1420px){.site-footer.footer-style-eleven .element-group > .element.one{display:none;}}@media only screen and (max-width:991px){.site-footer.footer-style-eleven .element-group > .element.one{display:block;}}.site-footer.footer-style-eleven .element-group > .element.two{bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);}.site-footer.footer-style-eleven .element-group > .element.three{bottom:0px;right:0px;}@media only screen and (max-width:991px){.site-footer.footer-style-eleven .element-group > .element.three{display:none;}}.site-footer.footer-style-eleven .footer-widget-area{position:relative;z-index:2;}.site-footer.footer-style-eleven .tb-subscribe-widget.style-two{margin-top:-200px;}@media only screen and (max-width:1199px){.site-footer.footer-style-eleven .tb-subscribe-widget.style-two{margin-top:0;}}.site-footer.footer-style-twelve{position:relative;}.site-footer.footer-style-twelve .element-group > .element.one{top:-210px;left:-60px;z-index:1;-webkit-animation:linear bt-bottomTop-40 4s infinite;animation:linear bt-bottomTop-40 4s infinite;}@media only screen and (max-width:1450px){.site-footer.footer-style-twelve .element-group > .element.one{display:none;}}.site-footer.footer-style-twelve .element-group > .element.two{bottom:0px;left:0px;}@media only screen and (max-width:1450px){.site-footer.footer-style-twelve .element-group > .element.two{display:none;}}.site-footer.footer-style-twelve .element-group > .element.three{top:0px;right:0px;}@media only screen and (max-width:1450px){.site-footer.footer-style-twelve .element-group > .element.three{display:none;}}.site-footer.footer-style-twelve .site-footer-content{padding-top:50px;}@media only screen and (max-width:1199px){.site-footer.footer-style-twelve .site-footer-content{padding-top:0;}}.site-footer.footer-style-twelve .site-footer-content .footer-logo{margin-bottom:90px;}@media only screen and (max-width:1199px){.site-footer.footer-style-twelve .site-footer-content .footer-logo{margin-bottom:40px;}}.site-footer.footer-style-twelve .site-footer-content .subscribe-form{font-size:15px;margin-top:33px;width:470px;margin:0 auto;}@media only screen and (max-width:575px){.site-footer.footer-style-twelve .site-footer-content .subscribe-form{width:100%;}}.site-footer.footer-style-twelve .site-footer-content .subscribe-form #mc-form{position:relative;}.site-footer.footer-style-twelve .site-footer-content .subscribe-form .form-group input{color:var(--text-dark,#000);font-size:15px;position:relative;width:100%;background-color:transparent;border-bottom:1px solid #dddddd;padding:0 0 15px !important;}@media only screen and (max-width:767px){.site-footer.footer-style-twelve .site-footer-content .subscribe-form .form-group input{font-size:15px;}}.site-footer.footer-style-twelve .site-footer-content .subscribe-form .form-group input:focus{color:var(--text-dark,#000);border-bottom-color:#c51c23 !important;}.site-footer.footer-style-twelve .site-footer-content .subscribe-form .form-group #mc-email-error{display:none !important;}.site-footer.footer-style-twelve .site-footer-content .subscribe-form .btn-default{padding:0;font-size:18px;background-color:transparent;border-radius:0;color:var(--brand-primary-text,#f53700);position:absolute;right:0;top:5px;}.site-footer.footer-style-twelve .site-footer-content .subscribe-form .btn-default:hover{color:var(--text-dark,#000);}.site-footer.footer-style-twelve .site-footer-content .footer-social{margin-top:60px;margin-bottom:35px;}@media only screen and (max-width:1199px){.site-footer.footer-style-twelve .site-footer-content .footer-social{margin-top:45px;}}@media only screen and (max-width:991px){.site-footer.footer-style-twelve .site-footer-content .footer-social{margin-bottom:15px;}}.site-footer.footer-style-twelve .site-footer-content .footer-social li a{color:var(--text-gray,#666666);line-height:37px;background-color:#EEEEEE;}.site-footer.footer-style-twelve .site-footer-content .footer-social li a:hover{background-color:var(--brand-primary-text,#f53700);color:white !important;}@media only screen and (max-width:767px){.site-footer.footer-style-thirteen{padding-bottom:35px;}}.site-footer.footer-style-thirteen .footer-top-area{padding-bottom:60px;}@media only screen and (max-width:767px){.site-footer.footer-style-thirteen .footer-top-area{padding-top:0px;}}.site-footer.footer-style-thirteen .footer-top-area .footer-bottom-text{font-size:15px;font-weight:normal;}.site-footer.footer-style-thirteen .newsletter-block{margin-bottom:40px;}.site-footer.footer-style-thirteen .newsletter-block:before{opacity:0.8;}.site-footer.footer-style-thirteen .newsletter-block .section-title{margin-bottom:-15px;}.site-footer.footer-style-thirteen .instagram-widget-area{margin-bottom:-5px;}@media only screen and (max-width:767px){.site-footer.footer-style-thirteen .copyright-text{text-align:center;}}.site-footer.footer-style-thirteen .footer-social{margin-right:-10px;}@media only screen and (max-width:767px){.site-footer.footer-style-thirteen .footer-social{margin-right:0px;text-align:center !important;}}.site-footer.footer-style-fourteen{position:relative;}.site-footer.footer-style-fourteen .bg-shape-top{position:absolute;top:0px;left:0;width:100%;height:85px;z-index:1;}.site-footer.footer-style-fourteen .footer-widget-area{padding-top:50px;margin-bottom:-5px;}.instagram-widget-area .bt-instafeed-widget{position:relative;margin-bottom:0;}.instagram-widget-area .bt-instafeed-widget .instafeed-heading{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;left:50%;position:absolute;top:50%;z-index:1;text-align:center;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);}.instagram-widget-area .bt-instafeed-widget .instafeed-heading > span{width:70px;height:70px;border-radius:50%;line-height:70px;font-size:42px;background-color:var(--brand-primary-text,#f53700);color:white;}.instagram-widget-area .bt-instafeed-widget .instafeed-heading .heading{background-color:white;text-align:center;padding:5px 15px;margin-bottom:0px;font-weight:normal;font-size:16px;text-transform:uppercase;line-height:1.8em;color:var(--text-dark,#000);letter-spacing:0.1em;font-family:var(--heading-font,"Playfair Display",serif);}.instagram-widget-area .bt-instafeed-widget #instafeed{margin:10px -10px 0;}@media only screen and (max-width:575px){.instagram-widget-area .bt-instafeed-widget #instafeed{margin:10px -5px 0;}}.instagram-widget-area .bt-instafeed-widget #instafeed > .feed-item{-webkit-box-flex:0;-ms-flex:0 0 calc(12.5% - 20px);flex:0 0 calc(12.5% - 20px);max-width:calc(12.5% - 20px);margin:10px;}@media only screen and (max-width:991px){.instagram-widget-area .bt-instafeed-widget #instafeed > .feed-item{-webkit-box-flex:0;-ms-flex:0 0 calc(25% - 20px);flex:0 0 calc(25% - 20px);max-width:calc(25% - 20px);}}@media only screen and (max-width:575px){.instagram-widget-area .bt-instafeed-widget #instafeed > .feed-item{-webkit-box-flex:0;-ms-flex:0 0 calc(25% - 10px);flex:0 0 calc(25% - 10px);max-width:calc(25% - 10px);margin:5px;}}.instagram-widget-area.style-two .bt-instafeed-widget #instafeed{margin:-5px;}.instagram-widget-area.style-two .bt-instafeed-widget #instafeed > .feed-item{-webkit-box-flex:0;-ms-flex:0 0 calc(12.5% - 10px);flex:0 0 calc(12.5% - 10px);max-width:calc(12.5% - 10px);margin:5px;}@media only screen and (max-width:991px){.instagram-widget-area.style-two .bt-instafeed-widget #instafeed > .feed-item{-webkit-box-flex:0;-ms-flex:0 0 calc(25% - 10px);flex:0 0 calc(25% - 10px);max-width:calc(25% - 10px);}}.instagram-widget-area.style-three{overflow:hidden;}.instagram-widget-area.style-three .bt-instafeed-widget #instafeed{margin:0;}.instagram-widget-area.style-three .bt-instafeed-widget #instafeed > .feed-item{-webkit-box-flex:0;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%;margin:0px;}@media only screen and (max-width:991px){.instagram-widget-area.style-three .bt-instafeed-widget #instafeed > .feed-item{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}}.copyright-text{margin-bottom:0;font-size:11px;font-weight:400;}.copyright-text a{display:inline-block;padding-left:5px;color:var(--brand-primary-text,#f53700);}.copyright-text a:hover{color:var(--text-dark,#000);}.open-hours-multiple-item .info .title{color:#FFB400;}.open-hours-multiple-item .info .eating-time{font-size:16px;color:white;margin-bottom:0px;font-family:var(--heading-font,"Playfair Display",serif);font-weight:normal;}.foodmenu-tab-centered{text-align:center;}.footer-image{max-width:20%;float:right;opacity:0.4;}.locationMenu{margin-bottom:45px;}.openinghours-div{text-align:center;}.render-custom-form{background-color:#cdd2d19e;padding:30px 0;}.custom-form-fields{display:flex;justify-content:center;}.custom-form-title{margin-bottom:0px !important;}.food-menu-bg{margin-top:-200px;}.menu-title{display:flex;margin:auto;border-radius:5px 5px 0px 0px;background-color:#FFF;color:var(--text-dark,#000);padding:15px 20px;flex-wrap:wrap;}.menu-title *{color:inherit;}.menu-title h3{position:relative;padding-bottom:8px;margin-bottom:0px;display:flex;align-items:end;justify-content:space-between;}.menu-title .multi-menu-dd h3{cursor:pointer;}.menu-title .multi-menu-dd h3 svg{margin-bottom:6px;}.menu-title .multi-menu-dd h3:after{position:absolute;content:"";bottom:0px;left:0;height:2px;width:100%;border-top:1px dashed var(--brand-background-line,#444);}.menu-title .dropdown-toggle{font-size:36px;font-style:normal;font-weight:700;line-height:normal;background:transparent;margin:10px 20px;float:left;text-align:left;min-width:320px;display:flex;justify-content:space-between;}.menu-title .see-more{text-align:right;font-size:14px;padding:0px 0px 0px 30px;}.menu-title .dropdown-menu.dropdown-menu-center{width:100% }.menu-title .dropdown-menu.dropdown-menu-center li{border-bottom:1px dashed var(--brand-background-line,#444);padding:10px;}.menu-title .dropdown{font-family:var(--heading-font);}.menu-title .dropdown h3{font-size:30px;}.menu-title .dropdown-menu.dropdown-menu-center li a{font-family:var(--heading-font);}.menu-title.menu-title-dark{background-color:#3F3F3F;color:#fff;}.menu-categories-nav{font-family:var(--heading-font-uc,"Poppins",sans-serif);}.menu-categories{position:relative;display:grid;padding-left:25px;padding-right:25px;background:var(--brand-primary,#f53700);position:relative;}.menu-categories,.order-btn{padding-top:15px;padding-bottom:15px;}.order-btn{background-color:var(--brand-primary-dark,#8F2000);padding-left:15px;padding-right:15px;}@media(min-width:992px){.menu-categories{padding-left:50px;padding-right:25px;}.menu-categories,.order-btn{padding-top:20px;padding-bottom:20px;}.order-btn{background-color:var(--brand-primary-dark,#8F2000);padding-left:30px;padding-right:30px;}}.menu-categories ul{display:inline-flex;overflow:auto;overflow-y:hidden;margin:0px;padding:0px;white-space:nowrap;flex-wrap:nowrap;align-items:center;height:100%;}.menu-categories ul::-webkit-scrollbar{display:none;}.menu-categories ul li{display:inline-flex;color:#FFF;font-size:16px;font-style:normal;font-weight:600;line-height:normal;text-transform:uppercase;align-items:center;}.menu-categories ul li a{border-top:2px solid transparent;border-bottom:2px solid transparent;}.menu-categories ul li a.active,.menu-categories ul li a:hover{border-top-color:var(--brand-primary-light,#fff);border-bottom-color:var(--brand-primary-light,#fff);color:inherit;padding-top:7px;padding-bottom:7px;}.menu-categories ul li a:focus{color:inherit;}.menu-categories ul li svg{margin:auto 10px;}.menu-categories ul li:last-child svg{display:none;}a.btn{border-radius:24px;border:2px solid var(--brand-primary,#f53700);color:#fff;background-color:var(--brand-primary,#f53700);text-align:center;font-family:var(--heading-font-uc,"Poppins",sans-serif);font-size:16px;line-height:16px;font-weight:600;text-transform:uppercase;padding:14px 26px;}@media (min-width:576px){a.btn{padding:10px 20px;}}a.btn:hover{background:var(--brand-secondary-text,#f53700);border-color:var(--brand-secondary-text,#f53700);color:#fff;}a.btn.btn-outline{border-radius:24px;border-color:var(--brand-primary,#f53700);color:var(--brand-primary,#f53700);background-color:transparent;}a.btn.btn-outline.btn-white{border-color:#fff;color:#fff;}a.btn.btn-outline:hover{border-color:var(--brand-secondary-text,#f53700);color:var(--brand-secondary-text,#f53700);}a.btn.btn-outline.btn-white:hover{background:var(--brand-primary,#f53700);border-color:var(--brand-primary,#f53700);color:#fff;}.category-title{position:relative;}.category-title::after{content:' ';display:block;margin:10px auto;width:60px;height:4px;background-color:var(--brand-primary-light,#f53700);border-radius:2px;}.sub-category-header{background-color:var(--brand-background-dark,#eee);padding:20px 0px 10px;margin-bottom:5px;}.sub-category .category-title::after{height:2px;width:40px;}.sub-category .menu-category-items{padding-left:15px;padding-right:15px;}.menu-body{background-color:var(--brand-background,#fff);justify-content:center;padding-left:12px;padding-right:12px;}@media(min-width:576px){.sub-category .menu-category-items{padding-left:30px;padding-right:30px;}.menu-body{padding-left:42px;padding-right:42px;}}.menu-category-content{padding-top:30px;padding-bottom:30px;border-bottom:1px dashed var(--brand-background-line,#444);}.menu-category-content:last-of-type{border-bottom:none;}.menu-category-items{display:grid;gap:32px;padding-top:16px;padding-bottom:16px;}@media (min-width:768px){.menu-category-items{grid-template-columns:1fr 1fr;}.menu-category-items .featured-menu-item{grid-row-end:span 2;}.sub-category{grid-column-end:span 3;}}@media (min-width:992px){.menu-category-items{grid-template-columns:1fr 1fr 1fr;}}ul#location{border-radius:0px 0px 5px 5px;background-color:#222;color:#fff;border:none;padding:0px;}li.menu-item{border-bottom-color:#3f3f3f !important;font-size:20px;font-weight:600;color:#fff !important;padding:0px !important;}li.menu-item:last-of-type{border-bottom:none !important;border-radius:0px 0px 5px 5px;}li.menu-item a{color:inherit;padding:15px 10px !important;width:100%;height:100%;display:block;}li.menu-item:hover{background-color:#3f3f3f;}.locations-list{display:grid;gap:40px;padding-top:8px;padding-bottom:8px;grid-template-columns:1fr;filter:drop-shadow(0px 0px 40px rgba(0,0,0,0.25));}.location-inner{background-color:#fff;padding:15px 25px 20px;color:var(--text-gray,#666666);}@media(min-width:992px){.locations-list{grid-template-columns:1fr 1fr;padding-top:16px;padding-bottom:16px;}}.location-info-inner{padding:10px 0px 5px 0px;}.location-inner > .row > *,.location-info-inner > *{margin-top:10px;margin-bottom:10px;}.location-inner h5{color:var(--text-dark,#000);}.location-inner p,.location-info-inner p{font-size:18px;line-height:26px;margin-bottom:0px;}ul.links-list{display:inline-flex;list-style-type:none;margin:0px;padding:0px;}ul.links-list li{padding:0px 7px;display:flex;align-items:center;}ul.links-list li:first-of-type{padding-left:0px;}ul.links-list li:after{display:block;content:"";width:4px;height:4px;border-radius:2px;background-color:var(--brand-background-line,#444);}ul.links-list li:last-of-type:after{display:none;}ul.links-list li a{margin-right:14px;}.collapsed{display:none;}.nav-slide-parent{scroll-behavior:smooth;}.nav-slide-gradient{height:100%;width:60px;display:block;pointer-events:none;position:absolute;}.nav-slide-gradient[data-direction='right']{background:linear-gradient(270deg,rgba(179,25,23,0.80) 0%,rgba(179,25,23,0.00) 100%);right:50px;}.nav-slide-gradient[data-direction='left']{background:linear-gradient(270deg,rgba(179,25,23,0.00) 0%,rgba(179,25,23,0.80) 100%);left:50px;}button.nav-slide{position:absolute;height:100%;display:flex;align-items:center;justify-content:center;width:50px;color:#fff;background-color:transparent;transition:none;}.nav-slide[data-direction='left']{display:none;}button.nav-slide[data-direction='right']{right:0px;background:linear-gradient(270deg,var(--brand-primary-med-dark,#8F2000) 0%,rgba(179,25,23,0.80) 100%);}button.nav-slide[data-direction='left']{left:0px;background:linear-gradient(270deg,rgba(179,25,23,0.80) 0%,var(--brand-primary-med-dark,#8F2000) 100%);}button.nav-slide svg{fill:#fff;opacity:0.75;}button.nav-slide[data-direction='right'] svg{margin-left:2px;}button.nav-slide[data-direction='left'] svg{transform:rotate(180deg);}button.nav-slide:hover{background:linear-gradient(270deg,var(--brand-primary) 0%,var(--brand-primary) 100%);}button.nav-slide:hover svg{opacity:1;}.food-list-item.list-style-two{flex-wrap:wrap !important;width:100%;height:100%;border-radius:5px;}.featured-menu-item .food-list-item.list-style-two{background-color:var(--brand-background-dark,#eee);}.food-list-item.list-style-two .food-thumb{flex:unset;max-width:100%;width:100%;}.featured-menu-item .food-list-item.list-style-two .food-info-details{padding:12px;}@media(min-width:576px){.featured-menu-item .food-list-item.list-style-two .food-info-details{padding:20px;}}.food-list-item.list-style-two .food-thumb > img{width:100%;border-radius:unset;border-top-right-radius:5px;border-top-left-radius:5px;height:200px;object-fit:cover;}.bg-tiled-y{background-size:100% auto;background-repeat:repeat-y;background-position:top center;}.custom-form-fields{margin-left:auto !important;margin-right:auto !important;display:flex !important;}.umbraco-forms-navigation .btn.primary{background-color:#E04E3B;color:#fff;border-radius:24px;padding:10px 20px;}@media (min-width:576px){.umbraco-forms-navigation .btn.primary{padding:14px 26px;}}.umbraco-forms-navigation .btn.primary:hover{background-color:var(--brand-secondary-text,#f53700);}@media (max-width:425px){.menu-categories-nav .d-flex{display:block!important;}.menu-categories-nav .order-btn a{width:100%;}}
.mainlogo{max-width:60%;max-height:120px;}@media only screen and (max-width:575px){.mainlogo{max-width:140%;}}.site-header .header-phone{justify-content:center;}@media only screen and (max-width:575px){.header-phone{visibility:hidden;}}.page-subtitle{font-size:20px;color:white;font-weight:400;letter-spacing:0.125em;line-height:28px;margin-bottom:25px;font-family:var(--body-font,sans-serif);font-style:italic;}.chef-item .chef-thumbnail-area .social-status-area .social-status > p{width:35px;height:35px;line-height:32px;font-size:12px;margin:0 4px;color:white;opacity:0;visibility:hidden;-webkit-transition:all 0.35s;transition:all 0.35s;border:2px solid white;background-color:transparent;}.chef-item:hover .social-status-area .social-status > p{opacity:1;visibility:visible;}.food-list-item.list-style-two:hover .item-header .item-header-right .food-price{opacity:1;visibility:initial;}.footer-bottom-area{background-color:#adadad;padding:50px 0;}.site-footer .footer-bottom-text .footer-logo{margin-bottom:15px;}.site-footer .footer-bottom-text .copyright-text{margin-top:0px;}.dpromo-footer-logo{max-width:60%;opacity:.3;margin:30px 0 0 0;margin-left:auto;margin-right:auto;text-align:center;display:block;vertical-align:middle;}.btn-group-centered{text-align:center;}.tabs-centered{text-align:center;}.filterDiv{display:none;}.show{display:block;}.filterItemsContainer{overflow:hidden;}.filterBtn{border:none;outline:none;padding:12px 16px;cursor:pointer;}.filterBtn:hover{background-color:#ddd;}.filterBtn.active{background-color:#666;color:white;}.btn-default{color:black;background-color:#ffcf01;}.btn-default.btn-black{color:white;}.btn-default.btn-black:focus,.btn-default.btn-black:hover{color:black;}.post-event .event-details .event-details-inner{margin-left:0;}.post-event-list > .post-event:nth-child(2n) .event-details .event-details-inner{margin-right:0;}.post-event{justify-content:center;}.post-event .event-thumb{flex:0 1 auto;}@media (min-width:1200px){.container .1349{max-width:96%;}.container{max-width:1200px;}}@media (min-width:576px){.pepper{position:relative;}.pepper::before{content:"";position:absolute;top:0;left:0;width:276px;height:280px;background-image:url("https://deliciouspromotions.blob.core.windows.net/media/hkhk2uyk/element1.png");background-size:cover;}}@media (min-width:768px){.pepper::before{z-index:1;}.tomatoes{position:relative;}.tomatoes::after{content:"";position:absolute;right:0;bottom:0;width:360px;height:412px;background-image:url("https://deliciouspromotions.blob.core.windows.net/media/z3bhoeq1/element2.png");background-size:cover;z-index:1;}}.footer-bottom-area{padding:0;}.footer-bottom-area > .container{padding-top:50px;padding-bottom:50px;}.site-header .header-phone{justify-content:flex-end;}div.umbraco-forms-field:nth-child(1),div.umbraco-forms-field:nth-child(2),div.umbraco-forms-field:nth-child(3),div.umbraco-forms-field:nth-child(4){padding-bottom:15px;}#e323db8c-4d0f-4bdf-b3d3-03c47327f965,#\37 0c4456a-7991-4243-9513-6d7a0250768c,#a75d8b2d-6ff2-4a23-bffe-a625f5db2e35,#\30 69346ae-4a39-4c4c-ab2f-74ff1ab99290{border:1px solid #E04E3B;-moz-box-sizing:border-box;-webkit-box-shadow:1px 1px 4px #EBEBEB;-webkit-border-radius:5px;outline:none;}.col-6 > div:nth-child(2) > div:nth-child(1) > form:nth-child(1) > div:nth-child(9) > fieldset:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > input:nth-child(1){width:530px;}#70c4456a-7991-4243-9513-6d7a0250768c{color:green;}#\37 0c4456a-7991-4243-9513-6d7a0250768c,#a75d8b2d-6ff2-4a23-bffe-a625f5db2e35,#\30 69346ae-4a39-4c4c-ab2f-74ff1ab99290{width:100% !important;}#c3ed74bd-14cd-427c-b586-d4c9a148cb81 .input.btn,.umbraco-forms-navigation .row-fluid .col-md-12 .btn.primary{background-color:#E04E3B;color:black;padding:15px 35px;border-radius:35px;letter-spacing:0.07em;color:white;background-color:#c51c23;text-transform:uppercase;border:0px solid;font-weight:500;font-size:14px;transition:all 0.3s ease 0s;}html.js.flexbox.canvas.canvastext.webgl.no-touch.geolocation.postmessage.no-websqldatabase.indexeddb.hashchange.history.draganddrop.websockets.rgba.hsla.multiplebgs.backgroundsize.borderimage.borderradius.boxshadow.textshadow.opacity.cssanimations.csscolumns.cssgradients.no-cssreflections.csstransforms.csstransforms3d.csstransitions.fontface.generatedcontent.video.audio.localstorage.sessionstorage.webworkers.applicationcache.svg.inlinesvg.smil.svgclippaths body.loading-done div.site-content div.site-content div.row.render-custom-form div.col-6 div.custom-form-fields div#umbraco_form_6ecb990f62194804ae5b69e8dbea189c.umbraco-forms-form.contactusformcafe.umbraco-forms- form div.umbraco-forms-page div.umbraco-forms-navigation.row-fluid div.col-md-12 input.btn.primary{background-color:#E04E3B;color:black;padding:15px 35px;border-radius:35px;letter-spacing:0.07em;color:white;background-color:#c51c23;text-transform:uppercase;border:0px solid;font-weight:500;font-size:14px;transition:all 0.3s ease 0s;}html.js.flexbox.canvas.canvastext.webgl.no-touch.geolocation.postmessage.no-websqldatabase.indexeddb.hashchange.history.draganddrop.websockets.rgba.hsla.multiplebgs.backgroundsize.borderimage.borderradius.boxshadow.textshadow.opacity.cssanimations.csscolumns.cssgradients.no-cssreflections.csstransforms.csstransforms3d.csstransitions.fontface.generatedcontent.video.audio.localstorage.sessionstorage.webworkers.applicationcache.svg.inlinesvg.smil.svgclippaths body.loading-done div.site-content div.site-content div div.container div.row.render-custom-form div.col-12 div.custom-form-fields div#umbraco_form_6ecb990f62194804ae5b69e8dbea189c.umbraco-forms-form.contactusformcafe.umbraco-forms- form div.umbraco-forms-page div.umbraco-forms-navigation.row-fluid div.col-md-12 input.btn.primary{background-color:#E04E3B;color:black;padding:15px 35px;border-radius:35px;letter-spacing:0.07em;color:white;background-color:#c51c23;text-transform:uppercase;border:0px solid;font-weight:500;font-size:14px;transition:all 0.3s ease 0s;margin-top:10px;}.umbraco-forms-field-wrapper input{border:none !important;}.umbraco-forms-field-wrapper textarea{border:none !important;}.locations{display:grid;grid-gap:40px;grid-template-columns:1fr 1fr;}.locations .post-event{box-shadow:0px 0px 40px 0px rgba(0,0,0,0.25);background:#FFF;margin-bottom:0;padding:30px;}.locations .post-event .event-details{padding-left:0 !important;width:100%;}.event-details .mb-20{margin-bottom:20px;}.event-details label{color:#34344A;font-size:16px;font-style:normal;font-weight:700;line-height:20px;text-transform:uppercase;}.event-details p{color:#505062;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin-bottom:0;}.event-details p a{color:#107E7D;font-size:16px;font-style:normal;font-weight:600;line-height:normal;text-transform:uppercase;margin:0;}.event-details p span svg{margin:0 10px;}.event-details .loc-carry-opt{margin:auto;text-align:right;}.event-details .loc-carry-opt a{border-radius:21px;background:#DD3822;color:#FFF;text-align:center;font-size:16px;font-style:normal;font-weight:600;line-height:normal;text-transform:uppercase;margin-top:-40px;}.event-details .menu-link{color:#DD3822;text-align:right;font-size:16px;font-style:normal;font-weight:600;line-height:20px;text-transform:uppercase;margin-right:10px;display:block;float:left;}@media only screen and (max-width:768px){.event-details .loc-carry-opt a{margin-top:0px;}}@media only screen and (max-width:575px){.locations{grid-template-columns:1fr;}.post-event .event-details{padding:0;}}.menu-page{margin-top:-150px;position:relative;}.content-block-white{background-color:var(--brand-background,#FFF);justify-content:center;padding-left:42px;padding-right:42px;}.content-block-red{padding-left:50px;padding-right:50px;background:#DD3822;position:relative;}.sticky{position:sticky;top:71px;z-index:1;}.content-block-red ul{padding-top:28px;padding-bottom:28px;max-width:calc(100% - 200px);display:inline-block;overflow:auto;overflow-y:hidden;margin:0 0 1em;white-space:nowrap;}.no-order-now ul{max-width:calc(100% - 50px)!important;}.content-block-red ul::-webkit-scrollbar{display:none;}.location-cat-block{position:relative;display:grid;}.location-cat-block ul li .active{border-top:1px solid #FF7144;border-bottom:1px solid #FF7144;padding-top:7px;padding-bottom:7px;}.location-cat-block .left{position:absolute;right:173px;top:43%;transform:translateY(-50%);z-index:1;color:#fff;}.location-cat-block .right{position:absolute;right:160px;top:43%;transform:translateY(-50%);z-index:1;color:#fff;}.no-order-now .left{right:13px!important;}.no-order-now .right{right:0!important;}.no-slide .left,.no-slide .right{display:none;}.content-block-red ul li{display:inline-block;color:#FFF;font-size:16px;font-style:normal;font-weight:600;line-height:normal;text-transform:uppercase;}.content-block-red ul li svg{margin:auto 10px;}.content-block-red ul li:last-child svg{display:none;}.order-now{float:right;width:200px;background:#951513;height:80px;right:0;top:0;position:absolute;}.order-now a{border-radius:21px;border:2px solid #FFF;color:#FFF;text-align:center;font-size:16px;font-weight:600;text-transform:uppercase;padding:10px;float:right;margin:16px 39px;}.location-dd{display:flex;margin:auto;text-align:center;width:660px;height:80px;flex-shrink:0;border-radius:5px 5px 0px 0px;background:#3F3F3F;}.location-dd .dropdown-toggle{color:#FFF!important;font-size:36px;font-style:normal;font-weight:700;line-height:normal;border-bottom:1px solid #C5B2A0;background:transparent;margin:10px 20px;float:left;text-align:left;min-width:320px;display:flex;justify-content:space-between;}.dropdown-toggle::after{float:right;margin-top:24px;}.location-dd .see-more{color:#FFF;font-size:14px;font-style:normal;font-weight:600;line-height:normal;text-transform:uppercase;margin:43px 20px 16px auto;float:right;}.page-title{text-align:center;font-size:36px;font-weight:700;line-height:normal;position:relative;}.item-header .item-header-right .food-price > span{background-color:transparent!important;}.loc-menu-cat{border-bottom:1px solid #C5B2A0;padding-bottom:40px;}.location-dd .dropdown-menu.dropdown-menu-center{width:100% }.location-dd .dropdown-menu.dropdown-menu-center li{color:#000;border-bottom:1px solid #C5B2A0;padding:10px;}.location-dd .dropdown{font-family:var(--heading-font);}.location-dd .dropdown-menu.dropdown-menu-center li a{color:#000;font-family:var(--heading-font);}.filter-foodmenu-tab{padding-top:20px;margin-bottom:0;}@media (max-width:550px){.content-block-red,.content-block-white{width:100%;padding-left:0;padding-right:0;}.location-dd{width:auto;max-width:320px;height:145px;flex-wrap:wrap;}.location-dd .see-more{margin:0 20px 0 auto;}.location-dd .dropdown-toggle{width:280px;min-width:unset;font-size:22px;}.dropdown-toggle::after{margin-top:17px;}.location-dd .dropdown-menu.dropdown-menu-center{margin-left:-20px;text-align:center;}.content-block-red .location-cat-block{display:none;}.order-now{width:100%;}.order-now a{margin:16px 23px;}}@media (max-width:320px){.location-dd .dropdown-toggle{width:250px;}}@media (max-width:1199px){.sticky{top:0px;}}.locations-block,.form-block{background-image:url("/Assets/images/bg/background-texture.jpg");}.locations-block{padding-top:50px;padding-bottom:100px;}.umbraco-forms-form input.text,.umbraco-forms-form textarea{width:100%!important;}.hero-announcement{bottom:20px;width:100%;z-index:99;text-align:center;padding:10px;}.announcement-content{background-color:#107E7D;padding:25px 15px;border-left:4px solid #00BD9D;border-right:4px solid #00BD9D;max-width:770px;margin:0 auto;position:relative;z-index:1;}.announcement-content .hide-announcement{position:absolute;top:15px;right:15px;border:0;background:transparent;box-shadow:none;outline:none;padding:0;line-height:1;}.announcement-content .hide-announcement svg rect{transition:.2s all ease-in-out;}.announcement-content .hide-announcement:hover svg rect{fill:#fff;}.hero-announcement h3,.hero-announcement p{color:#fff;}.hero-announcement h3{font-size:20px;}.hero-announcement h3 svg{height:18px;width:18px;margin:0 5px;}.hero-announcement .announcement-btn{text-transform:uppercase;font-size:14px;font-weight:600;color:#fff;display:inline-flex;align-items:center;gap:7px;font-family:Jost;padding-bottom:7px;position:relative;}.hero-announcement .announcement-btn svg{position:relative;transition:.2s all ease-in-out;}.hero-announcement .announcement-btn:hover svg{transform:translateX(5px);}.hero-announcement .announcement-btn:before{position:absolute;content:'';bottom:0;left:0;right:0;height:2px;background:#FFB400;}@media(min-wdith:992px){.announcement-content{padding:25px;}.hero-announcement h3{font-size:24px;}.hero-announcement h3 svg{height:20px;width:20px;margin:0 10px;}}@media(min-width:1200px){.main-slider.style-one.announcementBanner{height:1080px;}.main-slider.style-one.announcementBanner .hero-announcement{position:absolute;bottom:40px;left:0;right:0;}.main-slider.style-one.announcementBanner .slide-caption{margin-bottom:130px;}.announcement-content .hide-announcement{top:20px;right:20px;}}@media(max-width:767px){.main-slider.style-one.announcementBanner{height:825px;}.hero-announcement{margin-top:30px;}}@media(max-width:1199px){.main-slider.style-one.announcementBanner .slide-caption{padding-top:170px;}}@media (max-width:320px){.hero-announcement{margin-bottom:8rem;}}.cus-select{max-width:400px !important;padding:5px!important;}
.datepicker-container .datepicker-panel > ul > li:hover,.datepicker-container .datepicker-panel > ul > li.highlighted{color:white !important;}.topbutton,.btn-default,.btn-default.btn-black:focus,.btn-default.btn-black:hover,.food-list-item.list-style-two .food-cart-tools1 .food-cart::before,.food-list-item.list-style-three .food-cart-tools1 .food-cart::before,.chef-item .chef-thumbnail-area .chef-thumb::before,.datepicker-container .datepicker-panel > ul > li:hover,.datepicker-container .datepicker-panel > ul > li.highlighted,.select-custom .option:hover,.header-card-area > a > sup,.main-slider .carousel-indicators li.active{background-color:#E04E3B;}.btn-primary{background-color:transparent !important;}.btn-primary:hover,.btn-primary:focus,.carousel-nav-dots .owl-dots > div.active > span{background-color:#E04E3B !important;}.food-menu-block.style-three .filter-foodmenu-tab-content .tab-pane,.chef-item .chef-thumbnail-area .social-status-area{border-color:#E04E3B;}.reservation-block .form-controllar:focus,.reservation-block .form-controllar:active,.reservation-block .select-custom:focus,.reservation-block .select-custom:active,.btn-primary:hover,.btn-primary:focus,.btn-primary.btn-white:hover,.btn-primary.btn-white:focus{border-color:#E04E3B !important;}.food-menu-block.style-three .filter-foodmenu-tab .nav-tabs > li > a::before{border-color:transparent transparent #E04E3B;}.chef-item:hover .social-status-area{border-color:transparent;}
