/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #006ff5;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #ec5e2a;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #9d9d9d;
    --gray-dark: #363636;
    --primary: #ec5e2a;
    --secondary: #2c2c2c;
    --success: #28a745;
    --info: #a5917b;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f3f3f3;
    --dark: #000;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: Hanken Grotesk, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3c3d46;
    text-align: left;
    background-color: #FFF;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #ec5e2a;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #b93e11;
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #9d9d9d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.banner_imgtext blockquote cite,
.createown-section>.card .card-header .btn,
.createown-section>.card .card-header .row-blog>.col-12:first-child .blog-item-caption .btn,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.row-blog>.col-12:first-child .blog-item-caption .createown-section>.card .card-header .btn,
.row-blog>.col-12:first-child .blog-item-caption .h3,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: Hanken Grotesk, sans-serif;
    font-weight: 400;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 2.75rem
}

.createown-section>.card .card-header .row-blog>.col-12:first-child .blog-item-caption .btn,
.h2,
.row-blog>.col-12:first-child .blog-item-caption .createown-section>.card .card-header .btn,
.row-blog>.col-12:first-child .blog-item-caption .h3,
h2 {
    font-size: 2rem
}

.createown-section>.card .card-header .btn {
    font-size: 0.9em;
    font-weight: bold;
}

.h3,
h3 {
    font-size: 1.5rem
}

.banner_imgtext blockquote cite,
.h4,
h4 {
    font-size: 1.25rem
}

.h5,
h5 {
    font-size: 1.125rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #dadada
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #9d9d9d
}

.blockquote-footer:before {
    content: "\2014\00A0"
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #9d9d9d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #000
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dadada
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dadada
}

.table tbody+tbody {
    border-top: 2px solid #dadada
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dadada
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #000;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #fad2c3
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #f5ab90
}

.table-hover .table-primary:hover {
    background-color: #f8c0ab
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #f8c0ab
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #c4c4c4
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #919191
}

.table-hover .table-secondary:hover {
    background-color: #b7b7b7
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #b7b7b7
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #e6e0da
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #d0c6ba
}

.table-hover .table-info:hover {
    background-color: #dcd3cb
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #dcd3cb
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fcfcfc
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #f9f9f9
}

.table-hover .table-light:hover {
    background-color: #efefef
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #efefef
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #b8b8b8
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #7a7a7a
}

.table-hover .table-dark:hover {
    background-color: #ababab
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #ababab
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #363636;
    border-color: #494949
}

.table .thead-light th {
    color: #495057;
    background-color: #dadada;
    border-color: #dadada
}

.table-dark {
    color: #fff;
    background-color: #363636
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #494949
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

#stloc_selector_cysel,
#stloc_state_sel,
#suburb_sl,
._itmspec_opt,
.form-control,
.n-wrapper-form-control select {
    display: block;
    width: 100%;
    height: calc(1.5em + .875rem);
    padding: .4375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 12px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    #stloc_selector_cysel,
    #stloc_state_sel,
    #suburb_sl,
    ._itmspec_opt,
    .form-control,
    .n-wrapper-form-control select {
        transition: none
    }
}

#stloc_selector_cysel::-ms-expand,
#stloc_state_sel::-ms-expand,
#suburb_sl::-ms-expand,
._itmspec_opt::-ms-expand,
.form-control::-ms-expand,
.n-wrapper-form-control select::-ms-expand {
    background-color: transparent;
    border: 0
}

#stloc_selector_cysel:-moz-focusring,
#stloc_state_sel:-moz-focusring,
#suburb_sl:-moz-focusring,
._itmspec_opt:-moz-focusring,
.form-control:-moz-focusring,
.n-wrapper-form-control select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

#stloc_selector_cysel:focus,
#stloc_state_sel:focus,
#suburb_sl:focus,
._itmspec_opt:focus,
.form-control:focus,
.n-wrapper-form-control select:focus {
    color: #000;
    background-color: #fff;
    border-color: #f6b69f;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(236, 94, 42, .25)
}

#stloc_selector_cysel::-moz-placeholder,
#stloc_state_sel::-moz-placeholder,
#suburb_sl::-moz-placeholder,
._itmspec_opt::-moz-placeholder,
.form-control::-moz-placeholder,
.n-wrapper-form-control select::-moz-placeholder {
    color: #9d9d9d;
    opacity: 1
}

#stloc_selector_cysel:-ms-input-placeholder,
#stloc_state_sel:-ms-input-placeholder,
#suburb_sl:-ms-input-placeholder,
._itmspec_opt:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.n-wrapper-form-control select:-ms-input-placeholder {
    color: #9d9d9d;
    opacity: 1
}

#stloc_selector_cysel::placeholder,
#stloc_state_sel::placeholder,
#suburb_sl::placeholder,
._itmspec_opt::placeholder,
.form-control::placeholder,
.n-wrapper-form-control select::placeholder {
    color: #9d9d9d;
    opacity: 1
}

#stloc_selector_cysel:disabled,
#stloc_selector_cysel[readonly],
#stloc_state_sel:disabled,
#stloc_state_sel[readonly],
#suburb_sl:disabled,
#suburb_sl[readonly],
._itmspec_opt:disabled,
._itmspec_opt[readonly],
.form-control:disabled,
.form-control[readonly],
.n-wrapper-form-control select:disabled,
.n-wrapper-form-control select[readonly] {
    background-color: #dadada;
    opacity: 1
}

input#stloc_selector_cysel[type=date],
input#stloc_selector_cysel[type=datetime-local],
input#stloc_selector_cysel[type=month],
input#stloc_selector_cysel[type=time],
input#stloc_state_sel[type=date],
input#stloc_state_sel[type=datetime-local],
input#stloc_state_sel[type=month],
input#stloc_state_sel[type=time],
input#suburb_sl[type=date],
input#suburb_sl[type=datetime-local],
input#suburb_sl[type=month],
input#suburb_sl[type=time],
input._itmspec_opt[type=date],
input._itmspec_opt[type=datetime-local],
input._itmspec_opt[type=month],
input._itmspec_opt[type=time],
input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

#stloc_selector_cysel:focus::-ms-value,
#stloc_state_sel:focus::-ms-value,
#suburb_sl:focus::-ms-value,
._itmspec_opt:focus::-ms-value,
.n-wrapper-form-control select:focus::-ms-value,
select.form-control:focus::-ms-value {
    color: #000;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.4375rem + 1px);
    padding-bottom: calc(.4375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.8125rem + 1px);
    padding-bottom: calc(.8125rem + 1px);
    font-size: 1rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .4375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0
}

.form-control-lg {
    height: calc(1.5em + 1.625rem + 2px);
    padding: .8125rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 10px
}

#stloc_selector_cysel[multiple],
#stloc_selector_cysel[size],
#stloc_state_sel[multiple],
#stloc_state_sel[size],
#suburb_sl[multiple],
#suburb_sl[size],
._itmspec_opt[multiple],
._itmspec_opt[size],
.n-wrapper-form-control select[multiple],
.n-wrapper-form-control select[size],
select.form-control[multiple],
select.form-control[size] {
    height: auto
}

textarea#stloc_selector_cysel,
textarea#stloc_state_sel,
textarea#suburb_sl,
textarea._itmspec_opt,
textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    color: #9d9d9d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: 0
}

.form-row>.col>.valid-tooltip,
.form-row>[class*=col-]>.valid-tooltip {
    left: 5px
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.is-valid#stloc_selector_cysel,
.is-valid#stloc_state_sel,
.is-valid#suburb_sl,
.is-valid._itmspec_opt,
.n-wrapper-form-control .was-validated select:valid,
.n-wrapper-form-control select.is-valid,
.was-validated #stloc_selector_cysel:valid,
.was-validated #stloc_state_sel:valid,
.was-validated #suburb_sl:valid,
.was-validated ._itmspec_opt:valid,
.was-validated .form-control:valid,
.was-validated .n-wrapper-form-control select:valid {
    border-color: #28a745
}

.form-control.is-valid:focus,
.is-valid#stloc_selector_cysel:focus,
.is-valid#stloc_state_sel:focus,
.is-valid#suburb_sl:focus,
.is-valid._itmspec_opt:focus,
.n-wrapper-form-control .was-validated select:valid:focus,
.n-wrapper-form-control select.is-valid:focus,
.was-validated #stloc_selector_cysel:valid:focus,
.was-validated #stloc_state_sel:valid:focus,
.was-validated #suburb_sl:valid:focus,
.was-validated ._itmspec_opt:valid:focus,
.was-validated .form-control:valid:focus,
.was-validated .n-wrapper-form-control select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: 0
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*=col-]>.invalid-tooltip {
    left: 5px
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.is-invalid#stloc_selector_cysel,
.is-invalid#stloc_state_sel,
.is-invalid#suburb_sl,
.is-invalid._itmspec_opt,
.n-wrapper-form-control .was-validated select:invalid,
.n-wrapper-form-control select.is-invalid,
.was-validated #stloc_selector_cysel:invalid,
.was-validated #stloc_state_sel:invalid,
.was-validated #suburb_sl:invalid,
.was-validated ._itmspec_opt:invalid,
.was-validated .form-control:invalid,
.was-validated .n-wrapper-form-control select:invalid {
    border-color: #dc3545
}

.form-control.is-invalid:focus,
.is-invalid#stloc_selector_cysel:focus,
.is-invalid#stloc_state_sel:focus,
.is-invalid#suburb_sl:focus,
.is-invalid._itmspec_opt:focus,
.n-wrapper-form-control .was-validated select:invalid:focus,
.n-wrapper-form-control select.is-invalid:focus,
.was-validated #stloc_selector_cysel:invalid:focus,
.was-validated #stloc_state_sel:invalid:focus,
.was-validated #suburb_sl:invalid:focus,
.was-validated ._itmspec_opt:invalid:focus,
.was-validated .form-control:invalid:focus,
.was-validated .n-wrapper-form-control select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        justify-content: center
    }

    .form-inline .form-group,
    .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }

    .form-inline #stloc_selector_cysel,
    .form-inline #stloc_state_sel,
    .form-inline #suburb_sl,
    .form-inline ._itmspec_opt,
    .form-inline .form-control,
    .form-inline .n-wrapper-form-control select,
    .n-wrapper-form-control .form-inline select {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: bold;
    font-size: 12px !important;
    letter-spacing: 0.5px;
    text-align: center;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .4375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    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) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #000;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(236, 94, 42, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #404040;
    background-color: #f9efa8;
    border-color: #f9efa8;
    border-radius: .25rem;
    font-weight: bold;
}

.btn-primary:hover {
    color: #fff;
    background-color: #dc4914;
    border-color: #d04513
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #dc4914;
    border-color: #d04513;
    box-shadow: 0 0 0 .2rem rgba(239, 118, 74, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #ec5e2a;
    border-color: #ec5e2a
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #d04513;
    border-color: #c54212
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(239, 118, 74, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #2c2c2c;
    border-color: #2c2c2c
}

.btn-secondary:hover {
    color: #fff;
    background-color: #191919;
    border-color: #131313
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: #191919;
    border-color: #131313;
    box-shadow: 0 0 0 .2rem rgba(76, 76, 76, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #2c2c2c;
    border-color: #2c2c2c
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #131313;
    border-color: #0c0c0c
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(76, 76, 76, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #a5917b;
    border-color: #a5917b
}

.btn-info:hover {
    color: #fff;
    background-color: #957e65;
    border-color: #8d7860
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #957e65;
    border-color: #8d7860;
    box-shadow: 0 0 0 .2rem rgba(179, 162, 143, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #a5917b;
    border-color: #a5917b
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #8d7860;
    border-color: #85715b
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(179, 162, 143, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f3f3f3;
    border-color: #f3f3f3
}

.btn-light:hover {
    color: #212529;
    background-color: #e0e0e0;
    border-color: #dadada
}

.btn-light.focus,
.btn-light:focus {
    color: #212529;
    background-color: #e0e0e0;
    border-color: #dadada;
    box-shadow: 0 0 0 .2rem rgba(212, 212, 213, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f3f3f3;
    border-color: #f3f3f3
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dadada;
    border-color: #d3d3d3
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(212, 212, 213, .5)
}

.btn-dark,
.btn-success {
    color: #fff;
    background-color: #2c2c2c;
    border-color: #2c2c2c;
    font-weight: bold;
}

.btn-dark:hover,
.btn-success:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-dark.focus,
.btn-dark:focus,
.btn-success:focus,
.focus.btn-success {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5)
}

.btn-dark.disabled,
.btn-dark:disabled,
.btn-success:disabled,
.disabled.btn-success {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle,
.show>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus,
.show>.dropdown-toggle.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5)
}

.btn-outline-primary {
    color: #ec5e2a;
    border-color: #ec5e2a
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #ec5e2a;
    border-color: #ec5e2a
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(236, 94, 42, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #ec5e2a;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #ec5e2a;
    border-color: #ec5e2a
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(236, 94, 42, .5)
}

.btn-default,
.btn-outline-secondary {
    background-color: #F2EBE0;
    color: #404040;
    border-radius: 12px;
}

.btn-default:hover,
.btn-outline-secondary:hover {
    color: #fafafa;
    background-color: #887969;
    border-color: #887969
}

.btn-default:focus,
.btn-outline-secondary.focus,
.btn-outline-secondary:focus,
.focus.btn-default {
    box-shadow: 0 0 0 .2rem rgba(44, 44, 44, .5)
}

.btn-default:disabled,
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled,
.disabled.btn-default {
    color: #2c2c2c;
    background-color: transparent
}

.btn-default:not(:disabled):not(.disabled).active,
.btn-default:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle,
.show>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #2c2c2c;
    border-color: #2c2c2c
}

.btn-default:not(:disabled):not(.disabled).active:focus,
.btn-default:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus,
.show>.dropdown-toggle.btn-default:focus {
    box-shadow: 0 0 0 .2rem rgba(44, 44, 44, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #a5917b;
    border-color: #a5917b
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #a5917b;
    border-color: #a5917b
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(165, 145, 123, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #a5917b;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #a5917b;
    border-color: #a5917b
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(165, 145, 123, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f3f3f3;
    border-color: #f3f3f3
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f3f3f3;
    border-color: #f3f3f3
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 95.3%, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f3f3f3;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f3f3f3;
    border-color: #f3f3f3
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 95.3%, .5)
}

.btn-outline-dark {
    color: #000;
    border-color: #000
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #000;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

.btn-link {
    font-weight: 400;
    color: #ec5e2a;
    text-decoration: none
}

.btn-link:hover {
    color: #b93e11;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline
}

.btn-link.disabled,
.btn-link:disabled {
    color: #9d9d9d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .8125rem 2.5rem;
    font-size: .875rem;
    line-height: 1.71428;
    border-radius: 0
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem;
    margin: .125rem 0 0;
    font-size: .875rem;
    color: #000;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid #dadada;
    border-radius: 0
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle:after {
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #dadada
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .75rem 1rem;
    clear: both;
    font-weight: 400;
    color: #000;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #000;
    text-decoration: none;
    background-color: #f3f3f3
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ec5e2a
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #9d9d9d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .75rem 1rem;
    color: #000
}

.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:hover,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: 1.875rem;
    padding-left: 1.875rem
}

.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:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>#stloc_selector_cysel,
.input-group>#stloc_state_sel,
.input-group>#suburb_sl,
.input-group>._itmspec_opt,
.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext,
.n-wrapper-form-control .input-group>select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>#stloc_selector_cysel+#stloc_selector_cysel,
.input-group>#stloc_selector_cysel+#stloc_state_sel,
.input-group>#stloc_selector_cysel+#suburb_sl,
.input-group>#stloc_selector_cysel+._itmspec_opt,
.input-group>#stloc_selector_cysel+.custom-file,
.input-group>#stloc_selector_cysel+.custom-select,
.input-group>#stloc_selector_cysel+.form-control,
.input-group>#stloc_state_sel+#stloc_selector_cysel,
.input-group>#stloc_state_sel+#stloc_state_sel,
.input-group>#stloc_state_sel+#suburb_sl,
.input-group>#stloc_state_sel+._itmspec_opt,
.input-group>#stloc_state_sel+.custom-file,
.input-group>#stloc_state_sel+.custom-select,
.input-group>#stloc_state_sel+.form-control,
.input-group>#suburb_sl+#stloc_selector_cysel,
.input-group>#suburb_sl+#stloc_state_sel,
.input-group>#suburb_sl+#suburb_sl,
.input-group>#suburb_sl+._itmspec_opt,
.input-group>#suburb_sl+.custom-file,
.input-group>#suburb_sl+.custom-select,
.input-group>#suburb_sl+.form-control,
.input-group>._itmspec_opt+#stloc_selector_cysel,
.input-group>._itmspec_opt+#stloc_state_sel,
.input-group>._itmspec_opt+#suburb_sl,
.input-group>._itmspec_opt+._itmspec_opt,
.input-group>._itmspec_opt+.custom-file,
.input-group>._itmspec_opt+.custom-select,
.input-group>._itmspec_opt+.form-control,
.input-group>.custom-file+#stloc_selector_cysel,
.input-group>.custom-file+#stloc_state_sel,
.input-group>.custom-file+#suburb_sl,
.input-group>.custom-file+._itmspec_opt,
.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+#stloc_selector_cysel,
.input-group>.custom-select+#stloc_state_sel,
.input-group>.custom-select+#suburb_sl,
.input-group>.custom-select+._itmspec_opt,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+#stloc_selector_cysel,
.input-group>.form-control+#stloc_state_sel,
.input-group>.form-control+#suburb_sl,
.input-group>.form-control+._itmspec_opt,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+#stloc_selector_cysel,
.input-group>.form-control-plaintext+#stloc_state_sel,
.input-group>.form-control-plaintext+#suburb_sl,
.input-group>.form-control-plaintext+._itmspec_opt,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control,
.n-wrapper-form-control .input-group>#stloc_selector_cysel+select,
.n-wrapper-form-control .input-group>#stloc_state_sel+select,
.n-wrapper-form-control .input-group>#suburb_sl+select,
.n-wrapper-form-control .input-group>._itmspec_opt+select,
.n-wrapper-form-control .input-group>.custom-file+select,
.n-wrapper-form-control .input-group>.custom-select+select,
.n-wrapper-form-control .input-group>.form-control+select,
.n-wrapper-form-control .input-group>.form-control-plaintext+select,
.n-wrapper-form-control .input-group>select+#stloc_selector_cysel,
.n-wrapper-form-control .input-group>select+#stloc_state_sel,
.n-wrapper-form-control .input-group>select+#suburb_sl,
.n-wrapper-form-control .input-group>select+._itmspec_opt,
.n-wrapper-form-control .input-group>select+.custom-file,
.n-wrapper-form-control .input-group>select+.custom-select,
.n-wrapper-form-control .input-group>select+.form-control,
.n-wrapper-form-control .input-group>select+select {
    margin-left: -1px
}

.input-group>#stloc_selector_cysel:focus,
.input-group>#stloc_state_sel:focus,
.input-group>#suburb_sl:focus,
.input-group>._itmspec_opt:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus,
.n-wrapper-form-control .input-group>select:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>#stloc_selector_cysel:not(:first-child),
.input-group>#stloc_state_sel:not(:first-child),
.input-group>#suburb_sl:not(:first-child),
.input-group>._itmspec_opt:not(:first-child),
.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child),
.n-wrapper-form-control .input-group>select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group>.custom-file:not(:first-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group:not(.has-validation)>#stloc_selector_cysel:not(:last-child),
.input-group:not(.has-validation)>#stloc_state_sel:not(:last-child),
.input-group:not(.has-validation)>#suburb_sl:not(:last-child),
.input-group:not(.has-validation)>._itmspec_opt:not(:last-child),
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.form-control:not(:last-child),
.n-wrapper-form-control .input-group:not(.has-validation)>select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>#stloc_selector_cysel:nth-last-child(n+3),
.input-group.has-validation>#stloc_state_sel:nth-last-child(n+3),
.input-group.has-validation>#suburb_sl:nth-last-child(n+3),
.input-group.has-validation>._itmspec_opt:nth-last-child(n+3),
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,
.input-group.has-validation>.custom-select:nth-last-child(n+3),
.input-group.has-validation>.form-control:nth-last-child(n+3),
.n-wrapper-form-control .input-group.has-validation>select:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .4375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: center;
    white-space: nowrap;
    background-color: #dadada;
    border: 1px solid #ced4da;
    border-radius: 0
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>#stloc_selector_cysel:not(textarea),
.input-group-lg>#stloc_state_sel:not(textarea),
.input-group-lg>#suburb_sl:not(textarea),
.input-group-lg>._itmspec_opt:not(textarea),
.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea),
.n-wrapper-form-control .input-group-lg>select:not(textarea) {
    height: calc(1.5em + 1.625rem + 2px)
}

.input-group-lg>#stloc_selector_cysel,
.input-group-lg>#stloc_state_sel,
.input-group-lg>#suburb_sl,
.input-group-lg>._itmspec_opt,
.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text,
.n-wrapper-form-control .input-group-lg>select {
    padding: .8125rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0
}

.input-group-sm>#stloc_selector_cysel:not(textarea),
.input-group-sm>#stloc_state_sel:not(textarea),
.input-group-sm>#suburb_sl:not(textarea),
.input-group-sm>._itmspec_opt:not(textarea),
.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea),
.n-wrapper-form-control .input-group-sm>select:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>#stloc_selector_cysel,
.input-group-sm>#stloc_state_sel,
.input-group-sm>#suburb_sl,
.input-group-sm>._itmspec_opt,
.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text,
.n-wrapper-form-control .input-group-sm>select {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #ec5e2a;
    background-color: #ec5e2a
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(236, 94, 42, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #f6b69f
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    color: #fff;
    background-color: #fbdace;
    border-color: #fbdace
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: #9d9d9d
}

.custom-control-input:disabled~.custom-control-label:before,
.custom-control-input[disabled]~.custom-control-label:before {
    background-color: #dadada
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-control-label:after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat
}

.custom-checkbox .custom-control-label:before {
    border-radius: 0
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    border-color: #ec5e2a;
    background-color: #ec5e2a
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(236, 94, 42, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(236, 94, 42, .5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(236, 94, 42, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label:after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform .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) {
    .custom-switch .custom-control-label:after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(236, 94, 42, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .875rem + 2px);
    padding: .4375rem 1.75rem .4375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23363636' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #f6b69f;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(236, 94, 42, .25)
}

.custom-select:focus::-ms-value {
    color: #000;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #9d9d9d;
    background-color: #dadada
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1.625rem + 2px);
    padding-top: .8125rem;
    padding-bottom: .8125rem;
    padding-left: 1rem;
    font-size: 1rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + .875rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    overflow: hidden;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #f6b69f;
    box-shadow: 0 0 0 .2rem rgba(236, 94, 42, .25)
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
    background-color: #dadada
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .875rem + 2px);
    padding: .4375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0
}

.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .875rem);
    padding: .4375rem .75rem;
    line-height: 1.5;
    color: #000;
    content: "Browse";
    background-color: #dadada;
    border-left: inherit;
    border-radius: 0 0 0 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(236, 94, 42, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(236, 94, 42, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(236, 94, 42, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #ec5e2a;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #fbdace
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #ec5e2a;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #fbdace
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #ec5e2a;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #fbdace
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #9d9d9d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 0 solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: 0;
    border: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #dadada #dadada #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #9d9d9d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #AA5125;
    font-size: 0.9rem;
    text-transform: none;
    color: #fff !important;
    border-radius: 38px;
    padding: 0.8rem;
}

.nav-tabs .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: 0
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ec5e2a
}

.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
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .40625rem;
    padding-bottom: .40625rem;
    margin-right: 1rem;
    font-size: 1.125rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.125rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

@media (max-width:575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        flex-wrap: nowrap
    }

    .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 {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: #ec5e2a
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: #ec5e2a
}

.navbar-light .navbar-nav .nav-link {
    color: #000
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ec5e2a
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #ec5e2a
}

.navbar-light .navbar-toggler {
    color: #000;
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: #000
}

.navbar-light .navbar-text a {
    color: #ec5e2a
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: #ec5e2a
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid #dadada;
    border-radius: 0
}

.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: 0;
    border-top-right-radius: 0
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    font-weight: bold;
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid #dadada
}

.card-header:first-child {
    border-radius: 0 0 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid #dadada
}

.card-footer:last-child {
    border-radius: 0 0 0 0
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: 0
}

.card-img,
.card-img-bottom,
.card-img-top {
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        display: 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
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    float: left;
    padding-right: .5rem;
    color: #9d9d9d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #9d9d9d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0
}

.page-link {
    position: relative;
    display: block;
    padding: .8125rem .5rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #363636;
    background-color: #fff;
    border: 1px solid #dadada
}

.page-link:hover {
    z-index: 2;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border-color: #000
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(236, 94, 42, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #000;
    border-color: #000
}

.page-item.disabled .page-link {
    color: #adb5bd;
    pointer-events: none;
    cursor: auto;
    background-color: #f3f3f3;
    border-color: #dadada
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 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) {
    .badge {
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #ec5e2a
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #d04513
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(236, 94, 42, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #2c2c2c
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #131313
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(44, 44, 44, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #a5917b
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #8d7860
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(165, 145, 123, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f3f3f3
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dadada
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 95.3%, .5)
}

.badge-dark {
    color: #fff;
    background-color: #000
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #000
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #dadada;
    border-radius: 0
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #7b3116;
    background-color: #fbdfd4;
    border-color: #fad2c3
}

.alert-primary hr {
    border-top-color: #f8c0ab
}

.alert-primary .alert-link {
    color: #50200e
}

.alert-secondary {
    color: #171717;
    background-color: #d5d5d5;
    border-color: #c4c4c4
}

.alert-secondary hr {
    border-top-color: #b7b7b7
}

.alert-secondary .alert-link {
    color: #000
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #564b40;
    background-color: #ede9e5;
    border-color: #e6e0da
}

.alert-info hr {
    border-top-color: #dcd3cb
}

.alert-info .alert-link {
    color: #39322a
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #7e7e7e;
    background-color: #fdfdfd;
    border-color: #fcfcfc
}

.alert-light hr {
    border-top-color: #efefef
}

.alert-light .alert-link {
    color: #656565
}

.alert-dark {
    color: #000;
    background-color: #ccc;
    border-color: #b8b8b8
}

.alert-dark hr {
    border-top-color: #ababab
}

.alert-dark .alert-link {
    color: #000
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 1rem;
    line-height: 0;
    font-size: .75rem;
    background-color: #dadada;
    border-radius: 0
}

.progress,
.progress-bar {
    display: flex;
    overflow: hidden
}

.progress-bar {
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #ec5e2a;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f3f3f3
}

.list-group-item-action:active {
    color: #000;
    background-color: #dadada
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #9d9d9d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #ec5e2a;
    border-color: #ec5e2a
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #7b3116;
    background-color: #fad2c3
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #7b3116;
    background-color: #f8c0ab
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #7b3116;
    border-color: #7b3116
}

.list-group-item-secondary {
    color: #171717;
    background-color: #c4c4c4
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #171717;
    background-color: #b7b7b7
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #171717;
    border-color: #171717
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #564b40;
    background-color: #e6e0da
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #564b40;
    background-color: #dcd3cb
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #564b40;
    border-color: #564b40
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #7e7e7e;
    background-color: #fcfcfc
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #7e7e7e;
    background-color: #efefef
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #7e7e7e;
    border-color: #7e7e7e
}

.list-group-item-dark {
    color: #000;
    background-color: #b8b8b8
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #000;
    background-color: #ababab
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #9d9d9d;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-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 {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, .2);
    border-radius: 0;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 0 solid #dadada;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 0 solid #dadada;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Hanken Grotesk, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: Hanken Grotesk, sans-serif, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0
}

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow:before,
.bs-popover-top>.arrow:before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow:after,
.bs-popover-top>.arrow:after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: 0
}

.bs-popover-auto[x-placement^=right]>.arrow:before,
.bs-popover-right>.arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow:after,
.bs-popover-right>.arrow:after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.bs-popover-bottom>.arrow:before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.bs-popover-bottom>.arrow:after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: 0
}

.bs-popover-auto[x-placement^=left]>.arrow:before,
.bs-popover-left>.arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow:after,
.bs-popover-left>.arrow:after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #000
}

.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%;
    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-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    color: #fff;
    text-align: center;
    opacity: 1;
    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: 1
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='48' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23a)'%3E%3Cpath d='M30 39.84L16.96 26.8a3.971 3.971 0 010-5.6L30 8.16' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' x='-3' y='-1' width='54' height='54' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeGaussianBlur stdDeviation='1.5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_35_2049'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_35_2049' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='48' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23a)'%3E%3Cpath d='M17.82 39.84L30.86 26.8a3.971 3.971 0 000-5.6L17.82 8.16' stroke='%23fff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' x='-3' y='-1' width='54' height='54' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeGaussianBlur stdDeviation='1.5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_35_2048'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_35_2048' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 48px;
    margin-left: 48px;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 4px;
    height: 4px;
    margin-right: 8px;
    margin-left: 8px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid;
    border-right: .25em solid transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion:reduce) {

    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #ec5e2a !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #d04513 !important
}

.bg-secondary {
    background-color: #2c2c2c !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #131313 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #a5917b !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #8d7860 !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f3f3f3 !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dadada !important
}

.bg-dark {
    background-color: #000 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #000 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dadada !important
}

.border-top {
    border-top: 1px solid #dadada !important
}

.border-right {
    border-right: 1px solid #dadada !important
}

.border-bottom {
    border-bottom: 1px solid #dadada !important
}

.border-left {
    border-left: 1px solid #dadada !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #ec5e2a !important
}

.border-secondary {
    border-color: #2c2c2c !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #a5917b !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f3f3f3 !important
}

.border-dark {
    border-color: #000 !important
}

.border-white {
    border-color: #fff !important
}

.rounded,
.rounded-sm {
    border-radius: 0 !important
}

.rounded-top {
    border-top-left-radius: 0 !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: 0 !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: 0 !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: 0 !important
}

.rounded-left {
    border-top-left-radius: 0 !important
}

.rounded-lg {
    border-radius: 0 !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none,
.hidden {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.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-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !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
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center,
.products-row {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !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
}

@media (min-width:576px) {
    .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-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !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
    }

    .justify-content-sm-start,
    .products-row {
        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
    }

    .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
    }
}

@media (min-width:768px) {
    .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-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !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
    }

    .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
    }

    .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
    }
}

@media (min-width:992px) {
    .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-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !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
    }

    .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
    }

    .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
    }
}

@media (min-width:1200px) {
    .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-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !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
    }

    .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
    }

    .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
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.user-select-all {
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #ec5e2a !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #b93e11 !important
}

.text-secondary {
    color: #2c2c2c !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #060606 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #a5917b !important
}

a.text-info:focus,
a.text-info:hover {
    color: #7e6b56 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f3f3f3 !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cdcdcd !important
}

.text-dark {
    color: #000 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #000 !important
}

.text-body {
    color: #000 !important
}

.text-muted {
    color: #9d9d9d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dadada
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dadada
    }
}

@media (min-width:768px) {
    .dropdown-hover:hover>.dropdown-menu {
        display: block
    }
}

.dropdown-menu-horizontal {
    top: -1px;
    left: 100%
}

.dropdown-toggle:after,
.dropdown-toggle:before {
    vertical-align: middle
}

@media (max-width:767.98px) {
    .navbar-nav .dropdown-menu {
        border: 0;
        padding: 0 0 0 .25rem
    }

    .navbar-nav .dropdown-menu.show .dropdown-menu {
        display: block
    }
}

#header-cart {
    z-index: 1030
}

.logo {
    max-width: 100%
}

.neto-placeholder {
    padding: 110px 0;
    font-size: 30px
}

.neto-placeholder-rotator {
    display: block;
    background: #dadada;
    color: #9d9d9d;
    text-align: center
}

.neto-placeholder-rotator:hover {
    color: #adb5bd;
    text-decoration: none
}

.carousel-caption .btn {
    text-shadow: none
}

.n-responsive-content img {
    max-width: 100% !important
}

@media (min-width:768px) {
    #filters {
        height: auto !important;
        display: block
    }
}

.list-group .position-relative.border-bottom:last-of-type {
    border-bottom: none !important
}

.savings-container {
    position: absolute;
    top: .5rem;
    left: .5rem;
    display: flex;
    flex-direction: column;
    row-gap: .25rem
}

.thumbnail.card-body {
    padding: 0;
    text-align: center;
    border: 0
}

.thumbnail.card-body img {
    width: 100%
}

.thumbnail.card-body .card-title {
    height: 1.5em;
    overflow: hidden;
    margin-bottom: .5rem
}

.thumbnail.card-body .card-title a {
    color: #363636;
    display: block
}

.thumbnail.card-body .stars {
    display: flex;
    -moz-column-gap: 1px;
    column-gap: 1px;
    align-items: center;
    justify-content: center;
    margin-bottom: .5rem
}

.nav-tabs .thumbnail.card-body .stars .nav-link,
.navbar-nav>.dropdown:not(.nav-icon)>.dropdown-menu .font-weight-medium .nav-link .thumbnail.card-body .stars span,
.savings-container .thumbnail.card-body .stars .badge,
.thumbnail.card-body .stars .active-filters-label,
.thumbnail.card-body .stars .announcement,
.thumbnail.card-body .stars .breadcrumb-item,
.thumbnail.card-body .stars .btn,
.thumbnail.card-body .stars .gift-boxes-info,
.thumbnail.card-body .stars .level-2>.nav-link,
.thumbnail.card-body .stars .nav-tabs .nav-link,
.thumbnail.card-body .stars .navbar-nav>.dropdown:not(.nav-icon)>.dropdown-menu .font-weight-medium .nav-link span,
.thumbnail.card-body .stars .navbar-nav>.nav-item>.nav-link,
.thumbnail.card-body .stars .savings-container .badge,
.thumbnail.card-body .stars .sidebar-info-body,
.thumbnail.card-body .stars .text-sm {
    margin-left: 6px
}

.thumbnail.card-body .buying-options .btn {
    padding-top: .6875rem;
    padding-bottom: .6875rem
}

.thumbnail-image {
    display: block
}

@media (max-width:767.98px) {
    .main-image a>.zoom {
        pointer-events: none
    }
}

#n_product .qty {
    text-align: center
}

#main-image {
    max-width: 100%;
    height: auto
}

#main-image.component-var-thumb {
    width: 100%
}

.cartTable tbody tr td {
    vertical-align: middle
}

.cartTable .row>div {
    display: inline-block
}

@media (min-width:768px) {

    .cartTable--column-image,
    .cartTable--heading-price,
    .cartTable--heading-quantity,
    .cartTable--heading-remove {
        width: 100px
    }
}

.price_range {
    color: inherit !important
}

.ui-widget-header {
    background: #adb5bd !important
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #9d9d9d !important;
    background: #adb5bd !important
}

@media (max-width:767.98px) {
    .wrapper-footer {
        text-align: center
    }

    .testimonial-slider-section .testimonial-slider {
        padding-bottom: 60px;
    }
}

.text-facebook {
    color: #3b5998
}

.text-twitter {
    color: #00acee
}

.text-google-plus {
    color: #dd4b39
}

.text-youtube {
    color: #c4302b
}

.text-instagram {
    color: #3f729b
}

.text-pinterest {
    color: #c8232c
}

.text-tumblr {
    color: #34526f
}

.text-linkedin {
    color: #0e76a8
}

.payment-icon-container {
    padding: 10px;
    background: #efefef;
    border-radius: 3px;
    display: inline-block;
    height: 50px
}

.payment-icon {
    width: 60px;
    background-image: url(//assets.netostatic.com/assets/neto-cdn/skeletal/4.3.0/paymenticons.svg);
    background-size: 60px
}

.payment-icon-paypal,
.payment-icon-paypalexpress {
    height: 16px;
    background-position: 0 0;
    margin-top: 8px
}

.payment-icon-bpay {
    height: 18px;
    background-position: 0 -17px;
    margin-top: 6px
}

.payment-icon-moneyorder {
    height: 22px;
    background-position: 0 -35px;
    margin-top: 3px
}

.payment-icon-bankcheque,
.payment-icon-cheque {
    height: 13px;
    background-position: 0 -58px;
    margin-top: 8px
}

.payment-icon-directdeposit {
    height: 38px;
    background-position: 0 -72px;
    margin-top: -4px
}

.payment-icon-americanexpress {
    height: 21px;
    background-position: 0 -110px;
    margin-top: 5px
}

.payment-icon-mastercard {
    height: 36px;
    background-position: 0 -132px;
    margin-top: -3px
}

.payment-icon-visa {
    height: 18px;
    background-position: 0 -168px;
    margin-top: 6px
}

.payment-icon-diners,
.payment-icon-dinersclub {
    height: 17px;
    background-position: 0 -197px;
    margin-top: 7px
}

.payment-icon-discover {
    height: 10px;
    background-position: 0 -187px;
    margin-top: 10px
}

.payment-icon-afterpay {
    height: 13px;
    background-position: 0 -213px;
    margin-top: 10px
}

.payment-icon-q-card {
    height: 35px;
    background-position: 0 -244px;
    margin-top: 0
}

.payment-icon-paymark,
.payment-icon-paymarkonlineeftpos {
    height: 18px;
    background-position: 0 -226px;
    margin-top: 7px
}

.payment-icon-zipmoney,
.payment-icon-zippay {
    height: 27px;
    background-position: 0 27px;
    margin-top: 2px
}

.ir {
    border: 0;
    text-indent: -999em;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr
}

.clear,
.ir {
    display: block;
    overflow: hidden
}

.clear {
    clear: both;
    visibility: hidden;
    width: 0;
    height: 0
}

.block-center {
    margin: 0 auto
}

.float_right {
    float: right !important
}

.float_left {
    float: left !important
}

.btn .fa,
.disable-interactivity {
    pointer-events: none
}

[name=google_conversion_frame] {
    pointer-events: none;
    position: absolute
}

@media (max-width:767.98px) {
    .btn-stack .col-12+.col-12 {
        margin-top: 5px
    }
}

#stloc_selector_cysel,
#stloc_state_sel,
#suburb_sl,
._itmspec_opt,
.n-wrapper-form-control select {
    overflow: hidden;
    text-overflow: ellipsis
}

input[readonly] {
    background: #efefef;
    color: 666
}

#neto-dropdown {
    width: 250px
}

#neto-dropdown a {
    padding: 0
}

#neto-dropdown #cartcontents {
    padding: 10px
}

.thumb_cart button {
    margin-top: 20px
}

.thumb_cart button.checkout {
    float: right
}

.thumb_cart ul {
    text-align: left;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.thumb_cart li {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    font-size: 11px;
    overflow: auto
}

.thumb_cart .left {
    float: left;
    margin-right: 5px;
    width: 50px
}

.thumb_cart .left img {
    width: 50px;
    height: 50px
}

.thumb_cart .right {
    width: 170px;
    float: left
}

.thumb_cart .right a {
    white-space: normal;
    clear: none
}

.successaddmessage {
    padding: 0 !important;
    width: auto !important
}

.successaddmessage .header {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px
}

.successaddmessage .body {
    padding: 5px;
    margin-bottom: 10px
}

.successaddmessage .body .image {
    width: 20%em;
    float: left;
    height: 3em
}

.successaddmessage .body .image img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto
}

.successaddmessage .body .description {
    float: left;
    width: 75%;
    height: 3em;
    line-height: 3em;
    overflow: hidden
}

.successaddmessage .footer {
    margin-bottom: 5px
}

.successaddmessage .footer .left {
    float: left
}

.successaddmessage .footer .right {
    float: right;
    text-align: right
}

@media (max-width:767.98px) {

    .successaddmessage .left,
    .successaddmessage .right {
        float: none !important;
        display: inline
    }
}

.successaddmessageclear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.anpopup {
    position: fixed !important
}

.npopup {
    display: none;
    position: relative;
    text-shadow: none;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    height: auto;
    width: 500px !important;
    margin: 0;
    z-index: 10000
}

@media (max-width:767.98px) {
    .npopup {
        width: auto !important;
        max-width: 80%
    }

    .npopup-checkout,
    .npopup-continue,
    .npopup-view {
        display: block;
        width: 100%;
        margin: 0
    }

    .npopup-continue,
    .npopup-view {
        margin-bottom: 10px
    }

    .npopup .footer.modal-footer .left,
    .npopup .footer.modal-footer .right {
        width: auto;
        display: block;
        float: none
    }

    .npopup .footer.modal-footer .btn {
        display: block;
        width: 100% !important;
        margin: 0 0 10px;
        float: none !important
    }
}

.npopup-body {
    height: auto;
    overflow: auto;
    width: auto;
    padding: 10px
}

.npopup-btn-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    background-image: url(//assets.netostatic.com/assets/neto-cdn/skeletal/4.3.0/npopup_sprite.png)
}

.npopup-continue {
    margin-right: 10px
}

.nactivity {
    display: none
}

.search_loading_icon {
    position: absolute;
    display: none !important
}

.nsearchinput-pl.well {
    position: absolute;
    z-index: 100001;
    padding: 0;
    width: 100%;
    border-color: #dadada;
    background-color: #fff;
    margin-top: 35px !important
}

.nsearchinput-pl.well ul {
    display: block;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nsearchinput-pl.well li,
.nsearchinput-pl.well li a {
    position: relative;
    display: block
}

.nsearchinput-pl.well li a {
    padding: 10px 15px
}

.nsearchinput-pl.well li a:focus,
.nsearchinput-pl.well li a:hover {
    background: #f3f3f3
}

.nsearchinput-pl.well li img {
    margin-right: 10px
}

.ajaxloader {
    background: #ccc url(//assets.netostatic.com/assets/neto-cdn/skeletal/4.3.0/ajax-loader.gif) no-repeat 50% 50%;
    border-radius: 5px;
    opacity: .7
}

#_cpy_checkout_pl,
#_cpy_goback_pl,
#_cpy_login_pl,
#_cpy_login_pl_login,
#_cpy_login_pl_none,
#_cpy_login_pl_register {
    display: none
}

#_cpy_payment_pl,
#_cpy_plan_pl {
    margin-bottom: 8px
}

#credit_apply_display,
._cpy_comment,
._cpy_credit_table,
._cpy_paydesc,
._cpy_plandesc,
._cpy_thirdparty_msg,
._cpy_voucher,
._cpy_vouchermsg {
    display: none
}

._cpy_comment_pl {
    padding: 5px;
    margin-bottom: 5px
}

._cpy_balancedue {
    color: #090
}

._cpy_credit_table TD {
    vertical-align: top
}

._step {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    padding-left: 5px
}

._step_no {
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 5px
}

._step_desc {
    color: #999;
    font-size: 14px
}

#_macart_pl table tr td select {
    margin-bottom: 5px
}

#_macart_pl table tr td {
    vertical-align: middle !important;
    padding: 10px 2px 2px
}

#_macart_pl table {
    margin-top: 15px
}

._sh_post_sel {
    background: #fff;
    border: 1px solid #ccc;
    padding: 4px
}

._sh_post_sel ul {
    list-style: none;
    margin: 0;
    padding: 0
}

._sh_post_sel li {
    padding: 2px
}

._terms {
    margin-top: 10px
}

.payment_options ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.payment_options li {
    float: left;
    width: 55px;
    height: 32px;
    padding-top: 5px;
    padding-bottom: 5px
}

._order_total {
    color: #090
}

.order-summary-m {
    display: none;
    opacity: 0
}

@media (max-width:991.98px) {
    .order-summary-m {
        display: block;
        opacity: 1;
        position: fixed;
        bottom: 2%;
        right: 2%;
        left: 2%;
        z-index: 1030
    }
}

.order-summary-m .card-body {
    padding: .75rem;
    display: block;
    text-decoration: none
}

.order-summary-m .card-body .link {
    color: #ec5e2a
}

@media (max-width:991.98px) {
    .order-summary-d {
        display: none;
        opacity: 0;
        background-color: hsla(0, 0%, 100%, .8);
        position: fixed;
        z-index: 1030;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0
    }
}

@media (max-width:991.98px) {
    .order-summary-d .order-summary {
        overflow-y: auto;
        margin: 0 auto;
        max-width: 80%;
        min-height: 0;
        position: absolute;
        top: 1%;
        bottom: 2%;
        right: 0;
        left: 0
    }
}

@media (max-width:767.98px) {
    .order-summary-d .order-summary {
        right: 2%;
        left: 2%;
        max-width: 96%;
        min-height: 96vh
    }
}

.order-summary-d .order-summary-close {
    float: left;
    padding-right: 5px
}

.order-summary-d .print-order-link {
    min-width: 61px
}

.order-summary-d .product-img {
    position: relative
}

.order-summary-d .product-img .badge {
    background-color: #fff;
    border: 1px solid #ccc;
    position: absolute;
    top: -7px;
    right: 7px
}

.order-summary-d .product-img img {
    border: 1px solid hsla(0, 0%, 80%, .5)
}

@media (max-width:991.98px) {
    body.fixed-body {
        overflow-y: hidden;
        width: 100%;
        height: 100%
    }

    body.fixed-body .order-summary-d {
        display: block;
        opacity: 1
    }

    body.fixed-body .order-summary-m {
        display: none;
        opacity: 0
    }
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dotted {
    padding-bottom: 1px
}

.slick-dots {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

.slick-dots li {
    position: relative
}

.slick-dots li button {
    display: block;
    font-size: 0;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    padding: 0;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .4);
    outline: none !important;
    transition: all .2s ease
}

.slick-dots li button:hover {
    background-color: #000
}

.slick-dots li.slick-active button {
    width: 8px;
    height: 8px;
    background-color: #000;
    border-color: #000
}

.slick-arrow {
    padding: 0;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 56px;
    height: 72px;
    font-size: 0;
    color: #ffffff;
    z-index: 2;
    border: transparent;
    border-radius: 20px;
    background-color: #ec5e2a;
    transition: border-color .2s ease
}

.slick-arrow:hover {
    border-color: #ec5e2a;
    color: #ec5e2a
}

.slick-arrow.slick-next {
    left: auto;
    right: -20px
}

.slick-arrow.slick-disabled {
    background-color: #f2f2f2;
    color: #adb5bd
}

@font-face {
    font-family: DIN Pro;
    src: url(../fonts/DINPro.eot);
    src: local("DIN Pro"), local("DINPro"), url(../fonts/DINPro.eot?#iefix) format("embedded-opentype"), url(../fonts/DINPro.woff) format("woff"), url(../fonts/DINPro.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: DIN Pro;
    src: url(../fonts/DINPro-Medium.eot);
    src: local("DIN Pro Medium"), local("DINPro-Medium"), url(../fonts/DINPro-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/DINPro-Medium.woff) format("woff"), url(../fonts/DINPro-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Uni Sans;
    src: url(../fonts/UniSansRegular.eot);
    src: local("Uni Sans Regular"), local("UniSansRegular"), url(../fonts/UniSansRegular.eot?#iefix) format("embedded-opentype"), url(../fonts/UniSansRegular.woff) format("woff"), url(../fonts/UniSansRegular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.createown-section>.card .card-header .btn,
.createown-section>.card .card-header .row-blog>.col-12:first-child .blog-item-caption .btn,
.h1,
.h2,
.h3,
.row-blog>.col-12:first-child .blog-item-caption .createown-section>.card .card-header .btn,
.row-blog>.col-12:first-child .blog-item-caption .text-lg {
    font-size: 1.125rem
}

.active-filters-label,
.announcement,
.breadcrumb-item,
.btn,
.gift-boxes-info,
.level-2>.nav-link,
.nav-tabs .nav-link,
.navbar-nav>.dropdown:not(.nav-icon)>.dropdown-menu .font-weight-medium .nav-link span,
.navbar-nav>.nav-item>.nav-link,
.savings-container .badge,
.sidebar-info-body,
.text-sm {
    font-size: .875rem;
    line-height: 1.42857
}

.text-line-through {
    text-decoration: line-through
}

.text-gray {
    color: #363636
}

.font-weight-medium {
    font-weight: 500
}

.font-weight-semibold {
    font-weight: 600
}

.mb-32px {
    margin-bottom: 32px
}

.mb-40px {
    margin-bottom: 40px
}

.object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-fit-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.no-transform .slick-track {
    transform: none !important
}

.px-12px {
    padding-left: 12px;
    padding-right: 12px
}

.px-15px {
    padding-left: 15px;
    padding-right: 15px
}

.gutters-8 {
    margin-right: -4px;
    margin-left: -4px
}

.gutters-8>.col,
.gutters-8>[class*=col-] {
    padding-right: 4px;
    padding-left: 4px
}

.gutters-16 {
    margin-right: -8px;
    margin-left: -8px
}

.gutters-16>.col,
.gutters-16>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px
}

.gutters-20 {
    margin-right: -10px;
    margin-left: -10px
}

.gutters-20>.col,
.gutters-20>[class*=col-] {
    padding-right: 10px;
    padding-left: 10px
}

.gutters-24 {
    margin-right: -12px;
    margin-left: -12px
}

.gutters-24>.col,
.gutters-24>[class*=col-] {
    padding-right: 12px;
    padding-left: 12px
}

.section {
    padding-top: 5rem
}

#n_checkout #main-content,
#n_customer #main-content,
#n_customer_account #main-content,
.section {
    padding-bottom: 5rem
}

.form-control-md {
    height: 2.75rem;
    padding-top: .5625rem;
    padding-bottom: .5625rem
}

.btn {
    line-height: 1.71428;
    font-weight: bold;
}

.btn-white {
    background-color: #fff;
    color: #000;
    border-color: #fff
}

.btn-white:focus,
.btn-white:hover,
.btn-white:not(:disabled):not(.disabled).active,
.btn-white:not(:disabled):not(.disabled):active,
.show>.btn-white.dropdown-toggle {
    background-color: transparent;
    color: #fff
}

.btn-outline-white {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.btn-outline-white:focus,
.btn-outline-white:hover,
.btn-outline-white:not(:disabled):not(.disabled).active,
.btn-outline-white:not(:disabled):not(.disabled):active,
.show>.btn-outline-white.dropdown-toggle {
    background-color: #fff;
    border-color: #fff;
    color: #000
}

.btn-default,
.btn-outline-secondary {
    background-color: #fafafa;
    color: #464646;
    border-radius: 10px;
    border: solid 1px #464646;
}

.btn-default:not(.dropdown-toggle):not(:disabled):not(.disabled).active,
.btn-default:not(.dropdown-toggle):not(:disabled):not(.disabled):active,
.btn-default:not(.dropdown-toggle):not(:disabled):not(.disabled):focus,
.btn-default:not(.dropdown-toggle):not(:disabled):not(.disabled):hover,
.btn-outline-secondary:not(.dropdown-toggle):not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(.dropdown-toggle):not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(.dropdown-toggle):not(:disabled):not(.disabled):focus,
.btn-outline-secondary:not(.dropdown-toggle):not(:disabled):not(.disabled):hover {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.btn-outline-secondary.dropdown-toggle:focus,
.btn-outline-secondary.dropdown-toggle:hover,
.btn-outline-secondary.dropdown-toggle:not(:disabled):not(.disabled).active,
.btn-outline-secondary.dropdown-toggle:not(:disabled):not(.disabled):active,
.dropdown-toggle.btn-default:focus,
.dropdown-toggle.btn-default:hover,
.dropdown-toggle.btn-default:not(:disabled):not(.disabled).active,
.dropdown-toggle.btn-default:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle.dropdown-toggle,
.show>.dropdown-toggle.dropdown-toggle.btn-default {
    border-color: #000;
    background-color: transparent
}

.btn-default:disabled,
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled,
.disabled.btn-default {
    opacity: 1;
    background-color: #fff;
    border-color: #dadada;
    color: #dadada
}

.btn-dark:focus,
.btn-dark:hover,
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.btn-success:focus,
.btn-success:hover,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle,
.show>.dropdown-toggle.btn-success {
    border-color: #000;
    color: #000;
    background-color: transparent
}

.btn .fa-spin {
    display: block
}

.btn>.d-flex>svg:first-child {
    margin-right: .75rem
}

.btn.dropdown-toggle:after {
    width: 16px;
    height: 16px;
    border: 0;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.28 5.967l-4.347 4.346a1.324 1.324 0 01-1.866 0L2.72 5.967' stroke='%23363636' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
    background-size: 16px
}

.show>.btn.dropdown-toggle.dropdown-toggle:after {
    transform: rotateX(180deg)
}

.btn-md {
    padding: .5625rem 1rem
}

.wishlist_toggle {
    font-size: 1.5rem;
    padding: .4375rem;
    border-radius: 50%
}

.wishlist_toggle i,
.wishlist_toggle span {
    display: block
}

.dropdown-menu {
    box-shadow: 0 20px 40px 0 rgba(16, 24, 40, .06)
}

.dropdown-menu .custom-control {
    padding: .625rem .5rem .625rem 2rem;
    font-weight: 500
}

.dropdown-menu .custom-control:focus,
.dropdown-menu .custom-control:hover {
    background-color: #f3f3f3
}

.dropdown-item {
    line-height: 1.42857;
    font-weight: 500
}

.products-row {
    margin-right: -12px;
    margin-left: -12px
}

.products-row .slick-slide,
.products-row>.col,
.products-row>[class*=col-] {
    padding-right: 12px;
    padding-left: 12px
}

.products-row.slick-slider .slick-slide {
    max-width: none
}

#recent_sales_ticker {
    z-index: 100
}

.ui-datepicker .ui-datepicker-header {
    background-color: #f3f3f3 !important
}

.announcement {
    background-color: #dddadb;
    text-align: center
}

.wrapper-header {
    background-color: #fff;
    border-bottom: 1px solid #ececec
}

.navbar {
    padding: 1rem 0;
    border-radius: 0
}

.navbar .container {
    display: block
}

.navbar-nav .dropdown-toggle:after {
    display: none
}

.navbar-nav>.nav-item>.nav-link {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .02em;
    position: relative
}

.navbar-nav>.nav-item>.nav-link:hover:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 100%;
    height: 46px
}

.navbar-nav>.dropdown:not(.nav-icon) {
    position: static
}

.navbar-nav>.dropdown:not(.nav-icon)>.dropdown-menu {
    font-size: 1rem;
    right: 0;
    border: 0;
    margin-top: 1px;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.navbar-nav>.dropdown:not(.nav-icon)>.dropdown-menu .nav-link {
    padding: .3125rem 0;
    color: #363636
}

.navbar-nav>.dropdown:not(.nav-icon)>.dropdown-menu .nav-link:focus,
.navbar-nav>.dropdown:not(.nav-icon)>.dropdown-menu .nav-link:hover {
    color: #000
}

.navbar-nav>.dropdown:not(.nav-icon)>.dropdown-menu .font-weight-medium .nav-link {
    color: #000
}

.navbar-nav>.dropdown:not(.nav-icon)>.dropdown-menu .font-weight-medium .nav-link:focus,
.navbar-nav>.dropdown:not(.nav-icon)>.dropdown-menu .font-weight-medium .nav-link:hover {
    color: #ec5e2a
}

.navbar-nav>.dropdown:not(.nav-icon)>.dropdown-menu .font-weight-medium .nav-link span {
    display: inline-block;
    padding-bottom: .125rem;
    border-bottom: 1px solid #ec5e2a
}

.navbar-nav>.dropdown:not(.nav-icon)>.dropdown-menu .level-2>.nav-link {
    color: #ec5e2a;
    padding-top: 0
}

.navbar-toggler {
    border-color: transparent !important;
    padding-top: .5rem;
    padding-bottom: .5rem;
    height: 2.375rem
}

.navbar-toggler span {
    display: block;
    width: 24px;
    height: 1px;
    margin-bottom: 5px;
    position: relative;
    background-color: #000;
    z-index: 1;
    transition: transform .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, background-color .15s ease
}

.navbar-toggler span:last-child {
    margin-bottom: 0
}

.navbar-toggler:not(.collapsed) span {
    opacity: 1;
    transform: rotate(45deg) translate(4px, 4.5px)
}

.navbar-toggler:not(.collapsed) span:nth-of-type(2) {
    opacity: 0;
    transform: rotate(0deg) scale(.2)
}

.navbar-toggler:not(.collapsed) span:nth-of-type(3) {
    transform: rotate(-45deg) translate(4px, -4.5px)
}

.header-desktop [class*=col-] {
    position: static
}

.cart_item_count,
.number-qty {
    position: absolute;
    right: 1px;
    top: 3px;
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 50%;
    background-color: #ec5e2a;
    color: #fff;
    font-size: .625rem;
    font-weight: 500;
    line-height: 1.0625rem;
    text-align: center
}

.menu-ad {
    position: relative;
    display: block;
    color: #fff;
    overflow: hidden
}

.menu-ad-caption {
    bottom: 0;
    text-align: center;
    padding: 2.5rem 1.5rem 1.5rem;
    background: linear-gradient(1turn, rgba(0, 0, 0, .5), transparent)
}

#navbarSearch,
.menu-ad-caption {
    position: absolute;
    left: 0;
    right: 0
}

#navbarSearch {
    top: 100%;
    background-color: #fff;
    border-top: 1px solid #dadada;
    padding-top: 1rem;
    padding-bottom: 1rem
}

#navbarSearch #stloc_selector_cysel,
#navbarSearch #stloc_state_sel,
#navbarSearch #suburb_sl,
#navbarSearch ._itmspec_opt,
#navbarSearch .form-control,
#navbarSearch .n-wrapper-form-control select,
.n-wrapper-form-control #navbarSearch select {
    border-color: transparent
}

#navbarSearch.show:before {
    content: "";
    position: fixed;
    top: 180px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .2);
    z-index: -1;
    pointer-events: none
}

.dropdown-cart .dropdown-menu {
    position: fixed !important;
    top: 0;
    bottom: 0;
    right: 0;
    width: 480px;
    margin: 0;
    box-shadow: none;
    transform: translateX(100%);
    transition: transform .2s ease;
    padding: 0
}

.dropdown-cart .dropdown-menu.in {
    transform: none
}

.dropdown-cart #neto-dropdown {
    width: 100%
}

.dropdown-cart.show:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .2)
}

.offcanvas-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    max-width: 480px;
    visibility: hidden;
    background-color: #fff;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    z-index: 900002
}

.offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%)
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .2);
    z-index: 1029;
    display: none
}

.offcanvas-open .offcanvas-backdrop {
    display: block
}

.offcanvas-cart>div,
.offcanvas-cart>div>div {
    height: 100%
}

.offcanvas-cart-footer,
.offcanvas-cart-header {
    flex-shrink: 0
}

.offcanvas-cart-header {
    padding: .5rem 1.5rem 4rem;
    border-bottom: 1px solid #dadada
}

.offcanvas-cart-header .btn {
    margin-right: -.75rem
}

.offcanvas-cart-shipping {
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    border-top: 1px solid #dadada;
    padding: .625rem 1.5rem
}

.offcanvas-cart-shipping .progress {
    height: 5px;
    border-radius: 5px
}

.offcanvas-cart-body {
    flex-grow: 1;
    overflow-y: auto
}

.offcanvas-cart-footer {
    padding: 1.25rem 1.5rem 1.5rem;
    border-top: 1px solid #dadada
}

.offcanvas-cart-item {
    padding: 1rem 1.5rem
}

.offcanvas-cart-item-img {
    display: block;
    width: 110px
}

.offcanvas-cart-item .product-title {
    padding-right: 3.125rem;
    margin-bottom: .75rem
}

.btn-remove-offcanvas-cart-item {
    padding: .4375rem;
    position: absolute;
    top: -.5rem;
    right: 0
}

.wrapper-footer {
    background-color: #a5917b;
    color: #fff
}

.wrapper-footer a {
    color: #fff
}

.wrapper-footer .nav-link {
    padding: .4375rem 0
}

.n-wrapper-form-control .wrapper-footer select,
.wrapper-footer #stloc_selector_cysel,
.wrapper-footer #stloc_state_sel,
.wrapper-footer #suburb_sl,
.wrapper-footer ._itmspec_opt,
.wrapper-footer .form-control,
.wrapper-footer .n-wrapper-form-control select {
    border-color: #fff
}

.wrapper-footer .section-usps {
    border-bottom: 1px solid #b7a795
}

.section-usps {
    background-color: #a5917b;
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.list-usps {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 500
}

.list-usps a {
    color: #fff
}

.usp-item {
    display: flex;
    align-items: center
}

.footer-main {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.footer-logo {
    display: inline-block
}

.list-social {
    gap: 1rem;
    margin-top: 1.5rem
}

.list-social a {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    color: #fff
}

.list-social a:focus,
.list-social a:hover {
    background-color: #fff;
    color: #ec5e2a;
    text-decoration: none
}

.list-payment {
    gap: .5rem
}

.list-payment .payment-icon-container {
    display: block;
    height: 28px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #dadada;
    padding: 6px 5px
}

.list-payment .payment-icon {
    width: 32px;
    height: 16px !important;
    background-size: 32px
}

.scroll-top {
    position: fixed;
    padding: .5625rem;
    border-radius: 50%;
    background-color: #fff;
    border: 0;
    color: #000;
    text-decoration: none;
    bottom: 1rem;
    right: 1rem;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    display: none
}

.scroll-top:hover {
    color: #ec5e2a
}

.carousel-item>a {
    display: block
}

.carousel-item .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .1));
    text-align: left;
    display: flex;
    align-items: center
}

.carousel-indicators {
    align-items: center
}

.carousel-indicators li {
    border-radius: 50%;
    border: 1px solid hsla(0, 0%, 100%, .4);
    transition: all .2s ease
}

.carousel-indicators li:not(.active) {
    background-color: transparent
}

.carousel-indicators li.active {
    width: 6px;
    height: 6px;
    border-color: #fff
}

.carousel-control-next,
.carousel-control-prev {
    height: 48px;
    bottom: auto;
    top: 50%;
    margin-top: -24px;
    z-index: 10
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 48px;
    height: 48px
}

.carousel-control-next {
    right: 15px
}

.carousel-control-prev {
    left: 15px
}

.nav-category.flex-nowrap {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.nav-category.flex-nowrap::-webkit-scrollbar {
    display: none
}

.nav-category .nav-item {
    flex-shrink: 0
}

.nav-category .nav-link {
    text-align: center;
    color: #363636;
    padding: 0 1rem
}

.nav-category .nav-link:focus,
.nav-category .nav-link:hover {
    color: #ec5e2a
}

.nav-category .nav-link img {
    display: block;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin: 0 auto 1rem
}

.products-fullwide-slider .slick-prev {
    left: 0
}

.products-fullwide-slider .slick-next {
    right: 0
}

.products-fullwide-slider .slick-slide {
    width: 280px
}

.thumbnail {
    display: block;
    position: relative;
    overflow: hidden
}

.thumbnail img {
    width: 100%;
    height: auto
}

.thumbnail .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 9.375rem 1.5rem 1.5rem;
    background: linear-gradient(1turn, rgba(0, 0, 0, .5), transparent);
    color: #fff;
    text-align: center
}

.thumbnail.h-100 img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.nav-client {
    justify-content: center;
    row-gap: 1rem
}

.nav-client>li {
    flex: 0 0 14.2857%;
    max-width: 14.2857%
}

.nav-client>li>a,
.nav-client>li>span {
    display: block;
    padding: .75rem .875rem
}

.client-slider .slick-dots {
    margin-top: 1.5rem
}

.client-slider .slick-slide>a,
.client-slider .slick-slide>span {
    display: block;
    padding: .75rem .875rem
}

.banner_imgtext {
    position: relative;
    background-color: #a5917b;
    color: #fff;
    align-items: center
}

.banner_imgtext .img img {
    width: 100%;
    height: auto
}

.banner_imgtext .inner {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.blog-item .d-block>img {
    aspect-ratio: 378/440;
    -o-object-fit: cover;
    object-fit: cover
}

.blog-item .createown-section>.card .card-header .btn a,
.blog-item .h3 a,
.createown-section>.card .card-header .blog-item .btn a {
    color: #000
}

.link {
    color: #000;
    border-bottom: 1px solid #ec5e2a;
    padding-bottom: .25rem
}

.link:focus,
.link:hover {
    text-decoration: none;
    color: #ec5e2a
}

#homepage-content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.hero {
    position: relative;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    /*margin-bottom:3.75rem*/
}

.hero:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: transparent;
}

.hero>.container {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2
}

.hero .breadcrumb {
    position: absolute;
    left: 15px;
    top: 0
}

.hero .breadcrumb a {
    color: #fff
}

.hero .breadcrumb-item:last-child a {
    color: #9d9d9d
}

.hero .breadcrumb-item+.breadcrumb-item:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.455 9.96l3.26-3.26a.993.993 0 000-1.4l-3.26-3.26' stroke='%239d9d9d' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.hero .h1,
.hero h1 {
    text-align: center;
    margin-bottom: 1rem
}

.hero .h1:last-child,
.hero h1:last-child {
    margin-bottom: 0
}

.hero p:last-child {
    margin-bottom: 0
}

.filters {
    margin-right: 1rem
}

.filters .nav {
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

.filters .dropdown-menu {
    min-width: 100%
}

.filter {
    position: relative;
    padding-left: 2.75rem
}

.filter:before {
    content: "";
    position: absolute;
    left: .5rem;
    top: 50%;
    margin-top: -.75rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 1px;
    border: 1px solid #dadada;
    background-color: #fff
}

.filter-remove:before {
    background: #ec5e2a url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.71 7.21a.999.999 0 00-1.42 0l-7.45 7.46-3.13-3.14A1.02 1.02 0 105.29 13l3.84 3.84a1 1 0 001.42 0l8.16-8.16a.999.999 0 000-1.47z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50%;
    background-size: 1.5rem;
    border-color: #ec5e2a
}

.filter-price .ui-widget.ui-widget-content {
    margin-left: .5rem;
    margin-right: .5rem
}

.ui-widget.ui-widget-content {
    border: 0
}

.ui-widget-header {
    background-color: #000 !important
}

.ui-widget-content {
    background-color: #dadada
}

.ui-slider {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.ui-slider .ui-slider-handle {
    width: .75rem;
    height: .75rem;
    border-radius: 50%;
    border: 4px solid #000;
    background-color: #fff;
    box-shadow: none
}

.ui-slider .ui-slider-handle.ui-state-active,
.ui-slider .ui-slider-handle.ui-state-focus,
.ui-slider .ui-slider-handle.ui-state-hover {
    background-color: #fff !important;
    border: 4px solid #000 !important;
    outline: none !important
}

.ui-slider-horizontal {
    height: 4px;
    margin-left: .5rem;
    margin-right: .5rem
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3125rem;
    margin-left: -.4375rem
}

.page-arrow:first-child {
    margin-right: 1.25rem
}

.page-arrow:last-child {
    margin-left: 1.25rem
}

.page-arrow .page-link {
    padding-top: .9375rem;
    padding-bottom: .9375rem
}

.page-item:not(.page-arrow) {
    margin-left: .25rem;
    margin-right: .25rem
}

.page-link {
    font-weight: 500;
    width: 48px;
    text-align: center
}

.page-link svg {
    margin-left: auto;
    margin-right: auto
}

.active-filters {
    border-top: 1px solid #dadada;
    margin-top: 1rem;
    padding-top: 1rem
}

.active-filters .nav {
    gap: 1rem;
    margin-bottom: 1rem
}

.active-filters-label {
    border: 0;
    padding: .5rem .75rem;
    border-radius: 36px;
    background-color: #f3f3f3;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center
}

.active-filters-label svg {
    margin-left: .5rem
}

.active-filters-label:focus,
.active-filters-label:hover {
    text-decoration: none;
    color: #000;
    background-color: #dadada
}

.filter-remove-all {
    border-radius: 38px
}

.savings-container .badge {
    font-weight: 500;
    letter-spacing: .02em;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #fff;
    border: 2.5px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: normal
}

.product-image {
    position: relative
}

.product-image .slick-prev {
    left: 0
}

.product-image .slick-next {
    right: 0
}

.product-image-main {
    position: relative
}

.product-image-small {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.main-image-nav.slick-vertical .slick-arrow {
    width: 100%;
    height: auto;
    border: 0;
    transform: none
}

.main-image-nav.slick-vertical .slick-prev {
    top: -1.5rem
}

.main-image-nav.slick-vertical .slick-next {
    top: auto;
    bottom: -1.5rem
}

.main-image-nav-item>div {
    border: 1px solid transparent
}

.main-image-nav-item.slick-current>div {
    border-color: #000
}

.main-image-nav-video>div {
    position: relative
}

.main-image-nav-video>div:after {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23EC5E2A' d='M128 96v320l256-160L128 96z'/%3E%3C/svg%3E") no-repeat 50%;
    background-size: 14px;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px
}

.product-image .product-img {
    aspect-ratio: 1/1;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.breadcrumb-item a {
    color: #363636
}

.breadcrumb-item:last-child a {
    color: #9d9d9d
}

.breadcrumb-item+.breadcrumb-item:before {
    content: "";
    width: 12px;
    height: 12px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.455 9.96l3.26-3.26a.993.993 0 000-1.4l-3.26-3.26' stroke='%23363636' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
    background-size: 12px;
    padding-right: 0;
    margin-right: .5rem;
    margin-top: .25rem
}

.product-usps .list-group-item {
    padding: .4375rem 1rem;
    color: #000
}

.product-usps .list-group-item:focus,
.product-usps .list-group-item:hover {
    text-decoration: none;
    background-color: #f3f3f3
}

.sidebar-info {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    transform: translateX(100%);
    background-color: #fff;
    width: 480px;
    transition: transform .3s ease;
    z-index: 1022
}

.sidebar-info-header {
    padding: .8125rem .5rem .8125rem 1.5rem
}

.sidebar-info-body {
    padding: 1rem 1.5rem;
    overflow-y: auto;
    overflow-x: hidden;
    color: #363636
}

.sidebar-info-body a {
    color: #363636;
    text-decoration: underline
}

.sidebar-info-body a:focus,
.sidebar-info-body a:hover {
    color: #000
}

.sidebar-info.active {
    transform: none
}

.sidebar-info-open body {
    overflow: hidden;
    height: 100%
}

.sidebar-info-open .sidebar-info-backdrop {
    display: block
}

.sidebar-info-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .2);
    z-index: 1021;
    display: none;
    opacity: 0;
    transition: opacity .3s ease
}

.sidebar-info-backdrop.in {
    opacity: 1
}

.nav-tabs {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem
}

.nav-tabs:not(.border-none) {
    border-bottom: none;
}

.nav-tabs.border-none .nav-link {
    padding: 0.9rem
}

.nav-tabs .nav-link {
    font-weight: 400;
    font-size: 0.9rem;
    letter-spacing: .02em;
    color: #2c2c2c;
    text-transform: none;
    padding: 0.8rem;
    background-color: #EBCBC0;
    border-radius: 38px;
    border: none;
}

.nav-tabs .nav-link.active {
    position: relative
}

.nav-tabs .nav-link.active:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 100%;
    border-bottom: none
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background-color: #AA5125;
    color: #fff
}

.tabbable .tab-content {
    padding-top: 3.75rem
}

.product-review-stars svg {
    color: #dadada
}

.product-review-stars svg.active {
    color: #ec5e2a
}

.product-accordion-item [data-toggle=collapse] {
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 500;
    letter-spacing: .02em;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    box-shadow: none !important;
    position: relative
}

.product-accordion-item [data-toggle=collapse]:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.166 9.667h11.667a.333.333 0 110 .666H4.166a.333.333 0 110-.666z' stroke='%23000'/%3E%3C/svg%3E") no-repeat 50%;
    width: 16px;
    height: 16px;
    content: "";
    margin-right: .5rem
}

.product-accordion-item [data-toggle=collapse].collapsed:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.333 9.167v.5h5.5a.333.333 0 110 .666h-5.5v5.5a.333.333 0 11-.667 0v-5.5h-5.5a.333.333 0 110-.666h5.5v-5.5a.333.333 0 11.667 0v5z' stroke='%23000'/%3E%3C/svg%3E")
}

.qty-group {
    position: relative;
    width: 140px
}

.qty-group .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: .6875rem;
    box-shadow: none !important
}

.qty-group .btn svg {
    display: block
}

.qty-group .btn-group-lg>.btn,
.qty-group .btn-lg {
    padding: .9375rem
}

.qty-group .btn-minus,
.qty-group .btn-minus-bundle,
.qty-group .btn-minus-bundlecart,
.qty-group .btn-minus-gift {
    left: 0
}

.qty-group .btn-plus,
.qty-group .btn-plus-bundle,
.qty-group .btn-plus-bundlecart,
.qty-group .btn-plus-gift {
    right: 0
}

.qty-group .qty::-webkit-inner-spin-button,
.qty-group .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.qty-group .qty {
    -moz-appearance: textfield;
    font-weight: 500;
    text-align: center
}

.qty-group .qty[readonly]~.btn {
    opacity: .5;
    pointer-events: none
}

.wrapper-components-thumbnail .thumbnail {
    overflow: visible
}

.wrapper-components-thumbnail .qty-group {
    width: 100%
}

.wrapper-components-thumbnail .thumbnail.card-body .card-title {
    height: 2.85714em
}

.wrapper-components-thumbnail .buying-options,
.wrapper-components-thumbnail .thumbnail-image {
    position: relative
}

.wrapper-components-thumbnail .thumbnail.card-body .buying-options .addtogift {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: .4375rem;
    padding-bottom: .4375rem
}

.wrapper-components-thumbnail .thumbnail.card-body.added:before {
    position: absolute;
    content: "";
    top: -15px;
    bottom: -15px;
    left: -15px;
    right: -15px;
    border: 1px solid #ec5e2a
}

.wrapper-components-thumbnail .thumbnail.card-body.added:after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #ec5e2a url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.473 4.807a.666.666 0 00-.947 0L6.56 9.78 4.473 7.687a.681.681 0 10-.947.98l2.56 2.56a.667.667 0 00.947 0l5.44-5.44a.669.669 0 000-.98z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50%;
    background-size: 1rem
}

.wrapper-components-thumbnail .thumbnail.card-body.added .buying-options .addtogift {
    display: none
}

.wrapper-components-thumbnail .btn-preview {
    padding: .6875rem;
    border-radius: 50%;
    background-color: #f3f3f3;
    border-color: #f3f3f3;
    color: #9d9d9d;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity .2s ease
}

.wrapper-components-thumbnail .btn-preview:focus,
.wrapper-components-thumbnail .btn-preview:hover {
    color: #000
}

.wrapper-components-thumbnail .btn-preview svg {
    display: block
}

.wrapper-components-thumbnail.removed .thumbnail .btn-remove-component,
.wrapper-components-thumbnail.removed .thumbnail .thumbnail-image,
.wrapper-components-thumbnail.removed .thumbnail p {
    opacity: .5;
    pointer-events: none
}

@media (hover:hover) {
    .wrapper-components-thumbnail:hover .btn-preview {
        opacity: 1
    }
}

.btn-remove-component {
    border-radius: 50%;
    padding: .1875rem !important;
    position: absolute;
    right: .5rem;
    top: .5rem;
    background-color: #f3f3f3
}

.btn-remove-component:focus,
.btn-remove-component:hover {
    background-color: #dadada
}

#afterpay-messaging-widget {
    min-height: auto !important
}

.createown-wrapper {
    counter-reset: kitting-counter 0
}

.createown-wrapper .createown-section {
    counter-increment: kitting-counter 1
}

.createown-wrapper .createown-section .btn[data-toggle=collapse]:before {
    content: counter(kitting-counter) ". "
}

.createown-section .collapse:not(.show) {
    display: block !important;
    height: 0;
    overflow: hidden
}

.createown-section>.card {
    border-left: 0;
    border-right: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.createown-section>.card .card-header {
    padding: 0;
    border-bottom: 0;
    background-color: transparent
}

.createown-section>.card .card-header .btn {
    margin-bottom: 0;
    position: relative;
    padding-left: 48px;
    box-shadow: none !important
}

.createown-section>.card .card-header .btn .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    border: 1px solid #000
}

.createown-section>.card .card-header .btn:not(.collapsed) .arrow {
    background-color: #f3f3f3;
    border-color: #dadada;
    color: #000
}

.createown-section>.card .card-header .btn:not(.collapsed) .arrow svg {
    transform: rotateX(180deg)
}

.createown-section:not(:first-child)>.card {
    border-top: 0
}

.createown-section .slick-arrow {
    width: 32px;
    height: 32px;
    top: 4px;
    transform: none;
    right: -5px;
    left: auto
}

.createown-section .slick-arrow.slick-prev {
    right: 31px
}

.createown-section .slick-arrow.slick-prev:hover {
    z-index: 10
}

.createown-section-card-body {
    position: relative;
    padding: .5rem 0 0
}

.createown-section-card-body>p {
    padding-right: 70px
}

.createown-section.disabled {
    opacity: .4;
    pointer-events: none
}

.component-slider {
    position: static
}

.component-slider .slick-track {
    margin-left: 0
}

.component-slider.slick-slider .slick-slide {
    max-width: none
}

.createown-cart {
    border: 1px solid #9d9d9d
}

.createown-cart-header {
    padding: 1rem 1.5rem
}

.createown-cart.disable-interactivity-loading {
    overflow: hidden
}

.component>.extra-options [data-toggle=collapse],
.createown-cart .extra-options [data-toggle=collapse] {
    padding: .625rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-top-color: #dadada;
    border-bottom-color: #dadada;
    box-shadow: none !important
}

.component>.extra-options [data-toggle=collapse] .icon-minus,
.createown-cart .extra-options [data-toggle=collapse] .icon-minus {
    display: none
}

.component>.extra-options [data-toggle=collapse]:not(.collapsed),
.createown-cart .extra-options [data-toggle=collapse]:not(.collapsed) {
    color: #ec5e2a
}

.component>.extra-options [data-toggle=collapse]:not(.collapsed) .icon-plus,
.createown-cart .extra-options [data-toggle=collapse]:not(.collapsed) .icon-plus {
    display: none
}

.component>.extra-options [data-toggle=collapse]:not(.collapsed) .icon-minus,
.createown-cart .extra-options [data-toggle=collapse]:not(.collapsed) .icon-minus {
    display: block
}

.component>.extra-options [data-toggle=collapse] {
    border: transparent;
    padding-left: 0;
    padding-right: 0
}

.btn-remove-bundlecart {
    position: absolute;
    top: -.5rem;
    right: 0;
    padding: .4375rem
}

.btn-remove-bundlecart svg {
    display: block
}

.bundle-item {
    padding: 1rem 1.5rem
}

.bundle-item-image {
    display: block;
    width: 110px
}

.bundle-item .card-title {
    padding-right: 2.5rem;
    color: #363636
}

.bundle-item .card-title a {
    color: #363636
}

.disable-interactivity-loading:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: #ccc url(//assets.netostatic.com/assets/neto-cdn/skeletal/4.3.0/ajax-loader.gif) no-repeat 50% 50%;
    opacity: .7
}

.product-preview-image {
    display: block;
    width: 100%
}

#modalPreview .modal-body {
    padding: 2.5rem 1.5rem
}

#modalPreview .close {
    opacity: 1;
    position: absolute;
    top: 1rem;
    right: 1rem
}

.product-sticker {
    row-gap: 30px;
    display: none;
}

.product-sticker .btn-sticker {
    padding: 0;
    border: 0;
    box-shadow: none !important;
    border-radius: 50%
}

.product-sticker .btn-sticker img {
    width: 100px;
    display: block
}

.close {
    font-weight: 400;
    text-shadow: none
}

.section-meet-the-makers {
    background-color: #fbf7f2
}

.createown-floating {
    position: fixed;
    left: 15px;
    right: 72px;
    bottom: 15px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    z-index: 900001;
    padding: .75rem 1rem 1rem;
    text-decoration: none !important
}

.kitting-filter svg {
    position: absolute;
    left: .5rem;
    top: .5rem
}

.kitting-filter #stloc_selector_cysel,
.kitting-filter #stloc_state_sel,
.kitting-filter #suburb_sl,
.kitting-filter ._itmspec_opt,
.kitting-filter .form-control,
.kitting-filter .n-wrapper-form-control select,
.n-wrapper-form-control .kitting-filter select {
    padding-left: 2.5rem
}

.toast-warning {
    position: fixed;
    z-index: 1000;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff3cd;
    border-color: #ffeeba
}

.toast-warning button.close {
    line-height: 20px
}

#gift-bundle:not(:empty) {
    margin: 1.5rem 0;
    row-gap: 1rem
}

.number-qty {
    top: 0;
    right: 8px
}

.nav-item-customizethisgift {
    order: 1
}

.nav-item-addtothisgift {
    order: 2
}

#tabDescription {
    order: 3
}

#tabWarranty {
    order: 4
}

#tabFeatures {
    order: 5
}

#tabSpecifications {
    order: 6
}

#tabReviews,
#tabTermsConditions {
    order: 7
}

#tabShippingDelivery {
    order: 8
}

#tabReturns {
    order: 9
}

.col-show-addtogift {
    display: flex;
    align-items: center;
    justify-content: center
}

.col-show-addtogift .btn {
    width: 160px;
    height: 160px;
    border-radius: 50%
}

.btn-link.showgift {
    padding: 0;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline
}

.gift-boxes-info {
    background-color: #ffeae3;
    color: #363636;
    padding: .5rem .75rem;
    border-radius: 0px 50px 50px 0px;
}

.buying-options-sticky .qty-group,
.component .buying-options .qty-group {
    width: 120px
}

#tidio-chat-iframe {
    z-index: 90000 !important
}

#productoptions .panel {
    padding: 1.5rem 0;
    border-top: 1px solid #dadada
}

.giftcard-item {
    padding: 0 15px
}

.giftcard-item .card {
    border: 1px solid transparent;
    cursor: pointer;
    padding: .5rem
}

.giftcard-item input[type=radio] {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.giftcard-item input[type=radio]:checked+.card {
    border-color: #ec5e2a
}

.giftcard-item input[type=radio]:checked+.card:after {
    display: block;
    position: absolute;
    content: "";
    top: .5rem;
    left: .5rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #ec5e2a url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.473 4.807a.666.666 0 00-.947 0L6.56 9.78 4.473 7.687a.681.681 0 10-.947.98l2.56 2.56a.667.667 0 00.947 0l5.44-5.44a.669.669 0 000-.98z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50%;
    background-size: 1rem
}

.extra-options-item+.extra-options-item {
    margin-top: 1rem
}

.buying-options-sticky {
    background-color: #fff;
    padding: 10px 15px;
    border-top: 1px solid #ececec
}

.loading-bundle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1020;
    text-align: center;
    padding-top: 50px;
    color: #fff
}

.confirm-bundle {
    padding: 1.25rem 1.5rem 1.5rem
}

.confirm-bundle .flex-grow-1 {
    font-size: .9375rem
}

#packaging-fee-thumbnail .thumbnail {
    width: 110px
}

#packaging-fee-thumbnail .thumbnail .card-title {
    height: auto
}

#packaging-fee-thumbnail .thumbnail .price {
    margin-bottom: 0
}

.product-list-usps {
    gap: 1rem;
    white-space: nowrap
}

.product-list-usps .usp-item {
    padding: 0 !important
}

.products-information .list-payment .payment-icon-container {
    height: 40px;
    padding: 9px
}

.products-information .list-payment .payment-icon {
    width: 40px;
    height: 20px !important;
    background-size: 40px
}

.row-blog>.col-12:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex
}

.row-blog>.col-12:first-child>.blog-item-caption,
.row-blog>.col-12:first-child>a.d-block {
    flex: 0 0 50%;
    max-width: 50%
}

.row-blog>.col-12:first-child .d-block {
    margin-bottom: 0 !important
}

.row-blog>.col-12:first-child .d-block>img {
    aspect-ratio: 792/480
}

.row-blog>.col-12:first-child .blog-item-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #a5917b;
    color: #fff;
    text-align: left;
    padding-left: 5rem;
    padding-right: 5rem
}

.createown-section>.card .card-header .row-blog>.col-12:first-child .blog-item-caption .btn a,
.row-blog>.col-12:first-child .blog-item-caption .createown-section>.card .card-header .btn a,
.row-blog>.col-12:first-child .blog-item-caption .h3 a,
.row-blog>.col-12:first-child .blog-item-caption .link,
.row-blog>.col-12:first-child .blog-item-caption .text-gray {
    color: #fff
}

.row-blog>.col-12:first-child .blog-item-caption p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.5rem
}

.row-blog>.col-12:first-child .blog-item-caption .link {
    width: 160px;
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
    text-transform: uppercase;
    padding: .9375rem;
    text-align: center;
    transition: all .2s ease
}

.row-blog>.col-12:first-child .blog-item-caption .link:focus,
.row-blog>.col-12:first-child .blog-item-caption .link:hover {
    color: #fff;
    background-color: transparent
}

.blog-detail {
    max-width: 1180px
}

.blog-detail,
.blog-detail-inner {
    margin-left: auto;
    margin-right: auto
}

.blog-detail-inner {
    max-width: 900px
}

.blog-detail img {
    display: block;
    margin: 1.5rem auto
}

.blog-detail-img img {
    aspect-ratio: 1180/520;
    -o-object-fit: cover;
    object-fit: cover
}

.nav-share {
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

.nav-share .nav-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    color: #000;
    border-radius: 50%
}

.nav-share .nav-link:focus,
.nav-share .nav-link:hover {
    background-color: #000;
    color: #fff
}

.about-desc .container {
    max-width: 830px
}

.banner_imgtext blockquote {
    font-size: 1.5rem;
    letter-spacing: .02em;
    font-style: italic;
    line-height: 1.25
}

.banner_imgtext blockquote cite {
    display: block;
    font-style: normal;
    margin-top: 2rem;
    margin-bottom: 0
}

.banner_imgtext blockquote cite:before {
    display: inline-block;
    content: "";
    width: 40px;
    height: 2px;
    background-color: #fff;
    margin-right: 12px;
    vertical-align: 5px
}

.about-media .slick-prev {
    left: 0
}

.about-media .slick-next {
    right: 0
}

.contact-list {
    width: 100%;
    margin-bottom: 3.75rem
}

.contact-list .list-group-item {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    text-align: center;
    padding: 2rem 1rem
}

.hero-corporate {
    margin-bottom: 0
}

.hero-corporate:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 300px;
    background: linear-gradient(1turn, rgba(0, 0, 0, .5), transparent)
}

.hero-corporate>.container {
    height: auto !important;
    text-align: center;
    padding-top: 6.25rem;
    padding-bottom: 4.375rem
}

.hero-corporate a:not(.btn) {
    color: #fff
}

.hero-corporate .row {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto
}

.hero-corporate .row>div+div {
    position: relative
}

/*.hero-corporate .row>div+div:before{position:absolute;content:"";top:0;bottom:0;left:0;border-left:1px solid hsla(0,0%,100%,.2)}*/
.hero-corporate .inner {
    width: 100%
}

.hero-corporate-item {
    max-width: 272px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.hero-corporate-item,
.max-w-800 {
    margin-left: auto;
    margin-right: auto
}

.max-w-800 {
    max-width: 800px
}

.feature-item {
    max-width: 332px;
    margin-left: auto;
    margin-right: auto
}

.corporate-branding-experts {
    height: 540px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.half-text {
    max-width: 710px;
    padding: 40px 15px;
    margin-left: auto;
    margin-right: auto
}

.corporate-tabs .tab-content {
    background-color: #f3f3f3
}

.corporate-tabs .tab-content>.tab-pane {
    padding: 3.75rem
}

.corporate-tabs .card {
    border-radius: .5rem;
    border: 0;
    padding: .5rem
}

.corporate-tabs .card-header {
    background-color: #a5917b;
    color: #fff;
    border-radius: .25rem;
    border-bottom: 0
}

.corporate-tabs .card-body {
    padding: 2rem
}

.cart-item {
    border-bottom: 1px solid #dadada;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.cart-column-image>a {
    display: block;
    width: 200px
}

.cart-column-product>a {
    color: #000
}

.cart-column-quantity {
    width: 156px
}

.cart-column-price {
    width: 144px;
    text-align: center
}

.cart-column-delete .btn {
    padding: .4375rem;
    border-radius: 50%;
    background-color: transparent;
    color: #ec5e2a
}

.cart-column-delete .btn svg {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.cart-column-delete .btn:focus,
.cart-column-delete .btn:hover {
    background-color: #dadada;
    color: #ec5e2a
}

.cart-item-header {
    border-bottom: 1px solid #dadada;
    padding-bottom: 1.5rem
}

.cart-item-header .cart-column-quantity {
    width: 140px
}

.cart-item-header .cart-column-price {
    width: 128px
}

.cart-item-header .cart-column-delete {
    width: 36px
}

section.homepage-banner-slider .carousel-caption .col-lg-6 {
    padding: 0;
    max-width: 660px;
}
 
section.homepage-banner-slider .carousel-caption .col-lg-6 p {
    font-size: 18px;
}
 
section.homepage-banner-slider .carousel-caption .btn-light {
    font-size: 16px !important;
}
 
section.section.homepage-popular-sec {
    padding: 40px 0px !important;
    background: #fff;
}
section.section.pt-5 {
    background: #f8f8f8;    
    padding: 60px 0px 20px;
}
section.section.pt-5 h2.text-center {
    text-transform: uppercase;
    margin-bottom: 60px !important;
    color: #000;
}
section.section.pt-5 p.text-center {
    font-size: 18px;
}
 
.corporate-gifting-page .row>.col-12 {
    padding: 0;
    max-width: calc(100%/3 - 11px);
}
 
.corporate-gifting-page .row>.col-12 a.thumbnail {
    display: flex;
    height: 100%;
}
 
.corporate-gifting-page .row>.col-12 a.thumbnail img {
    height: 100%;
    object-fit: cover;
    border: 2px solid #000;
}
.corporate-gifting-page .row>.col-12 a.thumbnail .caption {
    padding: 0 30px 30px;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
     background: rgba(0, 0, 0, 0.3);
}

.corporate-gifting-page .row>.col-12 a.thumbnail .caption span.btn {
    font-weight: 300;
    border: 1px solid #000;
}
.corporate-gifting-page .row>.col-12 a.thumbnail .caption span.btn:hover {
    border-color: #ec5e2a;
}
.corporate-gifting-page .row>.col-12 a.thumbnail .caption h5.h3 {
    font-size: 24px;
    text-transform: uppercase;
}
 
.corporate-gifting-page .row>.col-12 a.thumbnail .caption p {
    font-size: 18px;
}
.corporate-gifting-page .row>.col-12 a.thumbnail .caption span.btn {
    max-width: 300px;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px !important;
    padding: 0;
}
 
section.section {
    background: #fff;
    padding: 50px 0px;
}
 
section.section .row {
    margin: 0 !important;
    justify-content: space-between;
}
 
.container-fluid.cont-bottom {
    padding: 50px 0px;
}
 
.container-fluid.cont-bottom section#homepage-content {
    padding: 0;
    background: transparent;
    max-width: 1200px;
}
 
.container-fluid.cont-bottom section#homepage-content p {
    font-size: 16px;
}
 
.container-fluid.cont-bottom section#homepage-content p {
    max-width: 910px;
    margin: 0 auto 22px;
}
 
.container-fluid.cont-bottom section#homepage-content .row {
    margin: 40px 0px !important;
}
 
section.seocontenthome {
    margin: 0;
    padding: 40px 0px;
    background: #fff;
}
@media (min-width:576px) {
    .modal-animate .modal-dialog {
        display: flex;
        align-items: center;
        min-height: calc(100% - 3.5rem)
    }
}

@media (min-width:768px) {
    .navbar {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .navbar-nav>.dropdown:not(.nav-icon).show:before {
        content: "";
        position: fixed;
        top: 200px;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .2);
        z-index: -1;
        pointer-events: none
    }

    .products-fullwide-slider .slick-slide {
        width: 300px
    }

    .slick-no-slide .slick-track {
        width: 100% !important;
        transform: none !important;
        display: flex;
        justify-content: center
    }
}

@media (min-width:992px) {
    .banner_imgtext .img {
        flex: 0 0 60%;
        max-width: 60%
    }

    .banner_imgtext .text {
        flex: 0 0 40%;
        max-width: 40%
    }

    #modalPreview .modal-dialog {
        max-width: 950px
    }

    #modalPreview .modal-body {
        padding: 2.5rem
    }

    .product-preview-image {
        width: 330px
    }

    .createown-cart {
        position: sticky;
        top: 130px;
        overflow-y: auto;
        overflow-x: hidden;
        max-height: calc(100vh - 160px)
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl .navbar-collapse {
        display: block !important
    }

    .navbar-left {
        margin-left: -.5rem
    }

    .navbar-right {
        margin-right: -.5rem
    }

    .nav-client>li>a,
    .nav-client>li>span {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .products-fullwide-slider .slick-slide {
        width: 380px
    }

    #n_home .banner_imgtext:before {
        position: absolute;
        content: "";
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='133' height='133' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' fill='%23fff'%3E%3Cpath d='M53.538 47.31l-.819 4.246 5.075.98-.163 1.143-5.076-.98-.982 5.227-1.31-.327 2.292-11.596 7.204 1.307-.164 1.143-6.057-1.143zm28.16 5.553l-3.11-.653-.82 4.246 3.112.653c1.31.327 2.455-.326 2.783-1.633.164-1.47-.655-2.45-1.965-2.613zm.328 11.106l-1.638-5.717-2.783-.653-.982 5.226-1.31-.163 2.128-11.759 4.585.817c2.128.326 3.274 1.96 2.947 3.92-.328 1.633-1.638 2.612-3.111 2.612l1.637 5.88-1.473-.163zm-28.325 9.145c-.49-.653-1.146-1.143-1.8-1.143-.82-.163-1.638 0-2.129.49-.819.653-1.146 1.47-1.637 3.92-.491 2.45-.491 3.266.163 4.083.492.653 1.146 1.143 1.801 1.143.819.163 1.638 0 2.129-.49.818-.653 1.146-1.47 1.637-3.92.328-2.45.328-3.266-.164-4.083zm-.655 8.983c-.982.653-2.128.817-3.274.653-1.146-.163-2.128-.816-2.783-1.796-.983-1.307-.655-2.45-.164-4.9s.655-3.593 1.965-4.573c.982-.653 2.128-.816 3.274-.653 1.146.163 2.129.816 2.783 1.796.983 1.307.655 2.45.164 4.9s-.655 3.593-1.965 4.573zm25.541 4.9l1.637-8.82-4.584 6.37-.982-.163-1.965-7.676-1.637 8.982-1.31-.326 2.129-11.76 1.31.327 2.291 8.983 5.24-7.676 1.31.326-2.129 11.76-1.31-.327zm-67.29-56.999l4.42 3.266 3.439-4.41-4.42-3.265.818-1.144 9.496 7.186-.655 1.144-4.42-3.267-3.275 4.573 4.257 3.103-.819 1.143-9.496-7.186.655-1.143zm-4.421 7.676l10.806 5.227-.491 1.143-10.806-5.226.491-1.144zm4.421 16.659c.818-.49 1.146-1.144 1.473-1.96l.655-2.45-9.332-2.613-.655 2.45c-.164.816-.164 1.633.327 2.45.655.98 2.293 1.47 3.766 1.796 1.31.327 2.783.817 3.766.327zM2.619 52.7c-.49-.817-.655-1.96-.327-3.267l1.146-3.92 11.46 3.267-.982 3.92c-.327 1.143-.982 2.123-1.8 2.613-1.474.816-3.275.326-4.912-.164-1.638-.326-3.766-.816-4.585-2.45zm7.204 14.698c.655-.653.983-1.47.983-2.286l.164-2.613-9.66-.327-.164 2.613c0 .98.164 1.797.819 2.45.818.817 2.62.817 4.093.98 1.473 0 2.947 0 3.765-.817zm-8.84.654C.326 67.235 0 66.255 0 64.948l.164-4.082 11.952.326-.164 4.083c0 1.307-.491 2.287-1.146 2.94-1.31 1.143-3.111 1.143-4.748.98-1.801.163-3.766.163-5.076-1.143zm-.492 8.492l11.788-2.286 1.474 7.186-1.146.326-1.146-6.043-4.093.817.982 5.063-1.146.163-.982-5.063-4.257.817 1.146 6.043-1.146.163L.49 76.544zm6.877 20.905l6.057-9.8-8.677 3.92-.655-1.143 10.97-4.9.49.98-6.057 9.8 8.678-3.92.49 1.143-10.805 4.9-.491-.98zm20.302 8.982l-2.129-2.123-3.274 3.43 2.128 2.123c1.146.98 2.456 1.143 3.438.163.983-1.143.819-2.449-.163-3.593zm-4.094 4.247l-2.292-2.123-3.438 3.429-.982-.98 8.35-8.492 3.11 3.103c1.474 1.47 1.638 3.593.164 5.063-1.31 1.633-3.438 1.633-4.912 0zm4.421 10.126l6.385-9.963 1.146.653-5.73 9.146 5.075 3.267-.655.816-6.221-3.919zm18.828-1.634l-4.257 5.226 4.257 1.47v-6.696zm-.164 10.779v-2.939l-4.912-1.797-1.8 2.287-1.31-.49 8.186-9.8.982.327v12.739l-1.146-.327zm10.969 2.287c-1.145-.163-2.128-.653-2.946-1.633-.983-1.307-.819-2.45-.491-4.9.327-2.45.49-3.593 1.637-4.573.818-.653 1.964-.98 3.11-.816 2.129.326 3.602 1.796 3.602 4.083l-1.31-.164c-.163-1.47-.982-2.613-2.455-2.776-.819-.163-1.638.163-2.129.653-.818.653-.982 1.47-1.31 3.92-.327 2.45-.327 3.266.328 4.083.491.653 1.146.98 1.965 1.143 1.473.163 2.62-.653 3.11-1.96l1.31.163c-.49 1.797-2.292 2.94-4.42 2.777zm11.298.326l-1.146-11.922 7.367-.653.164 1.143-6.222.49.492 4.246 5.239-.49v1.144l-5.24.49.492 4.246 6.058-.49.163.98-7.367.816zm17.027-3.103c-1.637.49-2.947.49-4.42-.163l.49-1.143c1.31.653 2.293.653 3.439.163 1.637-.49 2.456-1.633 1.964-2.94-.163-.653-.49-.98-.982-1.306-.491-.164-.819-.164-1.637 0l-1.31.326c-.982.164-1.801.164-2.292-.163-.819-.327-1.31-.98-1.474-1.796-.654-1.96.328-3.593 2.62-4.41 1.473-.49 2.456-.49 3.766.163l-.492.98c-.982-.326-1.8-.49-2.947-.163-1.473.49-2.128 1.633-1.637 2.94.164.49.491.98.982 1.143.492.163 1.146.163 1.801.163l1.31-.163c1.146-.163 1.801-.163 2.292.163.819.327 1.31.98 1.638 1.96.327 1.797-.819 3.43-3.111 4.246zM40.112 7.787c-.818-.327-1.637-.164-2.455.163l-2.293 1.143 4.094 8.656 2.292-1.143a3.239 3.239 0 001.8-1.797c.328-1.143-.49-2.776-.982-4.082-.818-1.144-1.473-2.45-2.456-2.94zm4.585 7.513c-.328.98-1.146 1.796-2.292 2.286l-3.766 1.796-5.076-10.779L37.33 6.97c1.146-.49 2.292-.653 3.275-.326 1.637.653 2.456 2.286 3.11 3.756.492 1.47 1.474 3.266.983 4.9zm6.221-.817l-2.62-11.759 7.368-1.47.164.98-6.058 1.307.982 4.083 5.076-.98.327 1.143-5.24.98.983 4.246 5.894-1.306.328 1.143-7.204 1.633zm14.735-1.96c-1.8 0-2.947-.49-4.093-1.633l.819-.817c.982.98 1.964 1.307 3.274 1.307 1.801 0 2.783-.817 2.783-2.123 0-.654-.163-1.144-.49-1.47-.328-.327-.656-.49-1.638-.653l-1.31-.164c-.982-.163-1.637-.49-2.128-.98-.655-.49-.982-1.306-.982-2.286 0-1.96 1.473-3.43 3.765-3.43 1.474 0 2.62.327 3.602 1.307l-.819.816c-.654-.653-1.473-.98-2.783-.98-1.637 0-2.456.817-2.456 2.287 0 .653.164.98.491 1.306.328.327.983.49 1.638.654l1.31.163c1.146.163 1.637.327 2.128.817.655.49.982 1.306.982 2.286 0 2.45-1.637 3.593-4.093 3.593zM76.578 1.394l-2.084 11.74 1.29.228 2.084-11.74-1.29-.228zM87.92 15.79c-1.146.49-2.292.653-3.438.163-1.146-.327-1.965-1.143-2.456-2.287-.655-1.47-.328-2.613.655-4.9.818-2.286 1.31-3.429 2.62-4.082.982-.49 2.128-.49 3.274-.164 2.292.817 3.11 2.777 2.783 4.737l-1.146-.49c.164-1.47-.491-2.777-1.965-3.267a3.765 3.765 0 00-2.292.164c-.819.49-1.31 1.306-2.128 3.593-.819 2.286-.983 3.103-.655 4.083.327.653.982 1.306 1.637 1.47.819.326 1.801.326 2.456-.164.655-.327.982-.98 1.31-1.796l.327-.817-2.783-.98.327-.98 3.93 1.47-.655 1.797c-.164 1.143-.819 1.96-1.801 2.45zm11.133 8.002l.163-11.596-5.402 8.003-1.146-.817 6.876-9.799.982.653-.164 11.433 5.403-7.84.983.654-6.713 9.962-.982-.653zm4.911 4.083l8.841-8.002 4.912 5.552-.818.817-4.094-4.573-3.11 2.776 3.438 3.92-.819.817-3.438-3.92-3.274 2.776 4.093 4.573-.819.817-4.912-5.553zm19.156 7.839l-1.473-2.776-3.766 2.123 1.473 2.776c.655 1.144 1.801 1.797 3.111.98 1.146-.653 1.31-1.796.655-3.103zm-8.35 7.35l3.275-4.9-1.474-2.45-4.584 2.613-.655-1.143 10.478-5.88 2.292 3.92c.983 1.797.655 3.757-1.146 4.737-1.473.816-3.11.49-4.093-.654l-3.274 5.063-.819-1.306zm6.549 18.128c-.982-.653-1.637-1.797-1.801-2.94-.163-1.143 0-2.286.819-3.266.982-1.307 2.129-1.47 4.584-1.96 2.456-.327 3.602-.653 4.912.327.982.653 1.474 1.633 1.637 2.776.328 2.287-.818 4.083-2.947 4.736l-.163-1.306c1.473-.49 2.128-1.797 1.964-3.267-.163-.816-.491-1.47-1.146-1.96-.818-.653-1.637-.653-4.093-.163-2.456.327-3.274.654-3.929 1.47-.491.653-.655 1.47-.491 2.123.163.817.654 1.633 1.309 2.123.655.327 1.31.49 2.292.327l.819-.163-.491-2.94 1.146-.163.655 4.083-1.801.326c-1.474.654-2.292.49-3.275-.163zm8.678 12.576c.655-.49.982-1.144.982-1.96 0-.817-.164-1.633-.655-2.123-.655-.817-1.473-.98-4.093-1.143-2.456-.164-3.274-.164-4.093.49-.655.49-.982 1.143-.982 1.96 0 .816.163 1.632.655 2.123.655.816 1.473.98 4.093 1.143 2.456.163 3.274.163 4.093-.49zm-9.005.326c-.819-.816-1.146-1.96-.982-3.103.163-1.143.655-2.286 1.473-2.94 1.146-.98 2.456-.98 4.912-.816 2.456.163 3.766.327 4.748 1.47.819.817 1.146 1.96.982 3.103-.164 1.143-.655 2.286-1.473 2.94-1.146.98-2.456.98-4.912.816-2.456-.163-3.766-.326-4.748-1.47zm5.73 14.209c.655-.327 1.146-.98 1.474-1.633.163-.817.163-1.633-.164-2.287-.491-.98-1.31-1.306-3.602-1.96-2.456-.816-3.111-.98-4.093-.49-.655.327-1.146.98-1.474 1.634-.163.816-.163 1.633.164 2.286.491.98 1.31 1.307 3.602 1.96 2.292.817 3.111.98 4.093.49zm-8.841-1.633c-.491-.98-.655-2.123-.327-3.267.327-1.143 1.146-1.96 2.128-2.613 1.474-.653 2.456-.326 4.912.327 2.456.817 3.602 1.143 4.257 2.45.491.98.654 2.123.327 3.266-.327 1.143-1.146 1.96-2.128 2.613-1.474.654-2.456.327-4.912-.326-2.456-.654-3.602-1.144-4.257-2.45zm1.801 15.515c.819-.163 1.474-.817 1.965-1.633l1.31-2.287-8.35-4.9-1.31 2.287c-.491.817-.655 1.633-.491 2.45.327 1.143 1.801 1.96 3.111 2.777 1.309.816 2.619 1.633 3.765 1.306zm-8.022-3.756c-.328-.98 0-2.123.655-3.103l2.128-3.43 10.315 6.206-2.129 3.43c-.655 1.143-1.473 1.796-2.456 1.96-1.637.49-3.274-.654-4.584-1.47-1.637-.817-3.438-1.96-3.929-3.593zm-6.877 6.369c1.31-1.306 2.456-1.796 3.93-1.796v1.306c-1.474 0-2.292.49-3.275 1.47-1.146 1.307-1.31 2.613-.327 3.593.491.49.982.653 1.473.653.491 0 .819-.163 1.474-.653l1.146-.816c.818-.49 1.473-.817 2.128-.98.819 0 1.474.163 2.292.98 1.474 1.469 1.474 3.429-.163 5.062-.983 1.144-1.965 1.47-3.439 1.634v-1.144c.983 0 1.801-.326 2.62-1.306 1.146-1.143 1.146-2.45.164-3.267-.491-.326-.819-.653-1.31-.489-.491 0-1.146.326-1.637.653l-.983.816c-.982.654-1.473.98-2.128.98-.819.164-1.637-.163-2.456-.98-1.31-1.959-1.146-3.919.491-5.716z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h133v133H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;
        background-size: 100px;
        width: 100px;
        height: 100px;
        right: 24px;
        bottom: 24px
    }

    .carousel-control-prev {
        left: 3rem
    }

    .carousel-control-next {
        right: 3rem
    }

    .hero>.container {
        height: 300px
    }

    .product-image {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .product-image-main {
        order: 2
    }

    .product-image-thumbnail {
        max-width: 90px;
        margin-right: 15px;
        order: 1
    }

    .main-image-nav-item {
        padding-top: 3px;
        padding-bottom: 3px
    }

    .tab-kitting .products-row>[class*=col-] {
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width:1200px) and (max-width:1679px) {
    .container {
        max-width: none;
        padding-left: 3rem;
        padding-right: 3rem
    }

    .carousel-item .carousel-caption .container {
        padding-left: 8.75rem;
        padding-right: 8.75rem
    }

    .hero .breadcrumb {
        left: 3rem
    }

    .about-desc .container {
        max-width: 896px
    }

    .product-image-main {
        width: calc((100vw - 6rem)/2 - 135px)
    }
}

@media (min-width:1400px) {
    #n_home .banner_imgtext:before {
        background-size: 133px;
        width: 133px;
        height: 133px;
        right: 48px;
        bottom: 48px
    }
}

@media (min-width:1680px) {
    .container {
        max-width: 1614px
    }

    .navbar-nav>.nav-item>.nav-link {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .navbar-left {
        margin-left: -1.25rem
    }

    .navbar-right {
        margin-right: -1.25rem
    }

    .nav-client>li>a,
    .nav-client>li>span {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .cart_item_count {
        right: .75rem
    }

    .products-fullwide-slider .slick-slide {
        width: 416px
    }

    .hero>.container {
        height: 200px
    }

    .product-image-main {
        width: 672px
    }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl>.container {
        padding-left: 15px;
        padding-right: 15px
    }

    .cart_item_count {
        right: 5px
    }

    .section-usps .container {
        max-width: none;
        padding: 0
    }

    .list-usps:not(.product-list-usps) {
        flex-wrap: nowrap;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .list-usps:not(.product-list-usps)::-webkit-scrollbar {
        display: none
    }

    .usp-item {
        white-space: nowrap;
        padding-right: 2rem
    }

    li:first-child .usp-item {
        padding-left: 2rem
    }

    .banner_imgtext {
        align-items: stretch
    }

    .banner_imgtext .inner {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .banner_imgtext .img img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .filters-wrapper {
        position: fixed;
        z-index: 1022;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        max-width: 375px;
        background-color: #fff;
        transform: translateX(-100%);
        transition: transform .3s ease;
        display: flex;
        flex-direction: column
    }

    .filters-body {
        overflow-y: auto;
        overflow-x: hidden;
        flex-grow: 1
    }

    .filters-open body {
        overflow: hidden;
        height: 100%
    }

    .filters-open .filters-wrapper {
        transform: none
    }

    .filters-open .filters-backdrop {
        display: block
    }

    .filters-backdrop {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .2);
        z-index: 1021;
        display: none;
        opacity: 0;
        transition: opacity .3s ease
    }

    .filters-backdrop.in {
        opacity: 1
    }

    .filters-header {
        flex-shrink: 0;
        padding: .75rem .5rem .75rem 1.5rem
    }

    .filters .nav {
        -moz-column-gap: 0;
        column-gap: 0;
        flex-direction: column;
        margin: 1rem 0
    }

    .filters .dropdown-toggle {
        display: block;
        width: 100%;
        font-size: 1.25rem;
        padding: 0 1.5rem;
        font-family: Uni Sans, sans-serif;
        text-align: left;
        border: 0
    }

    .filters .dropdown-toggle:after {
        display: none
    }

    .filters .dropdown-menu {
        position: relative;
        top: auto;
        left: auto;
        float: none;
        display: block !important;
        box-shadow: none;
        padding: 0 1rem;
        margin-bottom: 1rem
    }

    .filters .dropdown-item {
        white-space: normal;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.5;
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .filter-price #pricesearch,
    .filter-price .input-group {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .filter-price .ui-widget.ui-widget-content {
        margin-left: 1rem;
        margin-right: 1rem
    }

    .product-image-thumbnail {
        margin-top: 1.5rem;
        margin-left: -3px;
        margin-right: -3px
    }

    .product-image #product-image-next,
    .product-image #product-image-prev {
        display: none !important
    }

    .main-image-nav-item {
        padding-left: 3px;
        padding-right: 3px
    }

    .row-blog>.col-12:first-child .blog-item-caption {
        padding: 2rem
    }

    .row-blog>.col-12:first-child .d-block>img {
        aspect-ratio: 792/640
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .header-desktop {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #fff
    }

    #navbarMainMenu>.row {
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-top: 1px solid #dadada;
        justify-content: center
    }

    .navbar-nav {
        flex-direction: row
    }

    .navbar-nav>.nav-item>.nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-nav>.dropdown:not(.nav-icon)>.dropdown-menu {
        margin-top: 0;
        border-top: 1px solid #dadada
    }

    .menu-ad-caption .btn-group-lg>.btn,
    .menu-ad-caption .btn-lg {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .carousel-item .carousel-caption .container {
        padding-left: 3rem;
        padding-right: 3rem
    }
}

@media (max-width:991.98px) {
    .banner_imgtext .inner {
        max-width: 720px
    }

    .footer-main {
        padding-top: 1.5rem;
        padding-bottom: .5rem
    }

    .footer-main .flex-column.h-100 {
        height: auto !important;
        margin-bottom: 1rem
    }

    .nav-client>li {
        flex: 0 0 25%;
        max-width: 25%
    }

    .product-image {
        margin-bottom: 2rem
    }

    .product-image-main {
        width: 100%
    }

    .product-image-main .slick-slide img {
        width: 100%;
        aspect-ratio: 1/1;
        -o-object-fit: contain;
        object-fit: contain
    }

    .products-information {
        width: 100%
    }

    .row-blog>.col-12:first-child .d-block>img {
        aspect-ratio: 792/1050
    }

    .corporate-tabs .tab-content>.tab-pane {
        padding: 2.5rem
    }

    .corporate-tabs .card-body {
        padding: 1rem
    }
}

@media (max-width:767.98px) {

    .announcement .container-fluid,
    .announcement .container-lg,
    .announcement .container-md,
    .announcement .container-sm,
    .announcement .container-xl {
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        white-space: nowrap;
        display: flex
    }

    .announcement .container-fluid::-webkit-scrollbar,
    .announcement .container-lg::-webkit-scrollbar,
    .announcement .container-md::-webkit-scrollbar,
    .announcement .container-sm::-webkit-scrollbar,
    .announcement .container-xl::-webkit-scrollbar {
        display: none
    }

    .section {
        padding-top: 3.75rem
    }

    #n_checkout #main-content,
    #n_customer #main-content,
    #n_customer_account #main-content,
    .section {
        padding-bottom: 3.75rem
    }

    #navbarMainMenu {
        position: fixed;
        top: 73px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1050;
        opacity: 0;
        transition: opacity .2s ease, transform .2s ease;
        transform: scale(.9);
        display: none;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0;
        background-color: #fff
    }

    #navbarMainMenu.show {
        transform: none;
        opacity: 1
    }

    #navbarMainMenu .navbar-nav {
        max-width: 510px;
        margin-left: auto;
        margin-right: auto
    }

    #navbarMainMenu>.row {
        padding-top: 1rem
    }

    .navigation-open body {
        overflow: hidden;
        height: 100%
    }

    .navigation-open body #navbarMainMenu {
        display: block
    }

    .level-2>.nav-link>.nav-link,
    .navbar-nav>.dropdown:not(.nav-icon)>.dropdown-menu .font-weight-medium .nav-link span>.nav-link,
    .navbar-nav>.nav-item>.nav-link {
        font-size: 1rem;
        line-height: 1.5;
        padding-top: .6875rem;
        padding-bottom: .6875rem;
        display: flex;
        align-items: center
    }

    .level-2>.nav-link.nav-icon>.nav-link,
    .navbar-nav>.dropdown:not(.nav-icon)>.dropdown-menu .font-weight-medium .nav-link span.nav-icon>.nav-link,
    .navbar-nav>.nav-item.nav-icon>.nav-link {
        text-transform: none;
        font-weight: 400
    }

    .level-2>.nav-link:not(.nav-icon)>.dropdown-toggle:after,
    .navbar-nav>.dropdown:not(.nav-icon)>.dropdown-menu .font-weight-medium .nav-link span:not(.nav-icon)>.dropdown-toggle:after,
    .navbar-nav>.nav-item:not(.nav-icon)>.dropdown-toggle:after {
        display: block;
        border: 0;
        width: 16px;
        height: 16px;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.94 13.28l4.347-4.347a1.324 1.324 0 000-1.866L5.94 2.72' stroke='%23000' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
        background-size: 16px;
        margin-left: auto
    }

    .level-2>.nav-link:not(.nav-icon)>.dropdown-menu .level-2>.nav-link,
    .navbar-nav>.dropdown:not(.nav-icon)>.dropdown-menu .font-weight-medium .nav-link span:not(.nav-icon)>.dropdown-menu .level-2>.nav-link,
    .navbar-nav>.nav-item:not(.nav-icon)>.dropdown-menu .level-2>.nav-link {
        letter-spacing: .02em;
        color: #000;
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 500;
        padding-top: .6875rem;
        padding-bottom: .6875rem;
        display: flex;
        align-items: center
    }

    .level-2>.nav-link:not(.nav-icon)>.dropdown-menu .level-2>.nav-link:after,
    .navbar-nav>.dropdown:not(.nav-icon)>.dropdown-menu .font-weight-medium .nav-link span:not(.nav-icon)>.dropdown-menu .level-2>.nav-link:after,
    .navbar-nav>.nav-item:not(.nav-icon)>.dropdown-menu .level-2>.nav-link:after {
        display: block;
        content: "";
        border: 0;
        width: 16px;
        height: 16px;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.28 5.967l-4.347 4.346a1.324 1.324 0 01-1.866 0L2.72 5.967' stroke='%23000' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
        background-size: 16px;
        margin-left: auto
    }

    .level-2>.nav-link:not(.nav-icon)>.dropdown-menu .level-2.active>.nav-link:after,
    .navbar-nav>.dropdown:not(.nav-icon)>.dropdown-menu .font-weight-medium .nav-link span:not(.nav-icon)>.dropdown-menu .level-2.active>.nav-link:after,
    .navbar-nav>.nav-item:not(.nav-icon)>.dropdown-menu .level-2.active>.nav-link:after {
        transform: rotateX(180deg)
    }

    .level-2>.nav-link>.dropdown-menu,
    .navbar-nav>.dropdown:not(.nav-icon)>.dropdown-menu .font-weight-medium .nav-link span>.dropdown-menu,
    .navbar-nav>.nav-item>.dropdown-menu {
        position: absolute;
        top: 0;
        bottom: 0;
        background-color: transparent;
        padding: 0;
        overflow: hidden
    }

    .level-2>.nav-link>.dropdown-menu>.container,
    .navbar-nav>.dropdown:not(.nav-icon)>.dropdown-menu .font-weight-medium .nav-link span>.dropdown-menu>.container,
    .navbar-nav>.nav-item>.dropdown-menu>.container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 15px;
        background-color: #fff;
        transform: translateX(100%);
        transition: transform .2s ease-in-out;
        overflow-y: auto;
        max-width: none;
        margin: 0
    }

    .level-2>.nav-link>.dropdown-menu>.container.in,
    .navbar-nav>.dropdown:not(.nav-icon)>.dropdown-menu .font-weight-medium .nav-link span>.dropdown-menu>.container.in,
    .navbar-nav>.nav-item>.dropdown-menu>.container.in {
        transform: none
    }

    .level-2>.nav-link>.dropdown-menu>.container .col-12,
    .navbar-nav>.dropdown:not(.nav-icon)>.dropdown-menu .font-weight-medium .nav-link span>.dropdown-menu>.container .col-12,
    .navbar-nav>.nav-item>.dropdown-menu>.container .col-12 {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto
    }

    .level-2>.nav-link>.dropdown-menu .btn-back,
    .navbar-nav>.dropdown:not(.nav-icon)>.dropdown-menu .font-weight-medium .nav-link span>.dropdown-menu .btn-back,
    .navbar-nav>.nav-item>.dropdown-menu .btn-back {
        font-size: .875rem;
        line-height: 1.42857;
        letter-spacing: .02em;
        font-weight: 500;
        display: flex;
        align-items: center;
        padding-top: .8125rem !important;
        padding-bottom: .8125rem !important
    }

    .level-2>.flex-column {
        display: none
    }

    .navbar-toggler {
        margin-left: -.75rem
    }

    .header-mobile .btn.position-relative {
        margin-right: -.75rem
    }

    .carousel-item img {
        aspect-ratio: 375/480;
        -o-object-fit: cover;
        object-fit: cover
    }

    .carousel-control-next,
    .carousel-control-prev {
        display: none
    }

    .products-fullwide-slider {
        margin-left: -8px;
        margin-right: -8px
    }

    .products-fullwide-slider .slick-slide {
        padding-left: 8px;
        padding-right: 8px
    }

    .container-fluid.px-12px,
    .px-12px.container-lg,
    .px-12px.container-md,
    .px-12px.container-sm,
    .px-12px.container-xl {
        padding-left: 15px;
        padding-right: 15px
    }

    .banner_imgtext .inner {
        max-width: 540px
    }

    .wrapper-footer [data-toggle=collapse] {
        width: 100%;
        color: #fff;
        padding: 1.3125rem 0 .4375rem;
        align-items: center;
        box-shadow: none !important
    }

    .wrapper-footer [data-toggle=collapse] svg {
        margin-left: auto
    }

    .wrapper-footer [data-toggle=collapse]:not(.collapsed) svg {
        transform: rotateX(180deg)
    }

    .wrapper-footer nav.row {
        margin-left: 0;
        margin-right: 0;
        text-align: left
    }

    .wrapper-footer nav.row .col-12 {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: .875rem;
        border-bottom: 1px solid #b7a795
    }

    .wrapper-footer nav.row .col-12:first-child {
        border-top: 1px solid #b7a795
    }

    .row-stickers {
        row-gap: 1rem;
        margin-left: -8px;
        margin-right: -8px
    }

    .row-stickers>.col {
        padding-left: 8px;
        padding-right: 8px
    }

    .row-stickers .btn-sticker img,
    .row-stickers svg {
        width: 80px;
        height: 80px
    }

    .tabbable .nav-tabs {
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding-bottom: 1px
    }

    .tabbable .nav-tabs::-webkit-scrollbar {
        display: none
    }

    .tabbable .nav-tabs .nav-link {
        white-space: nowrap
    }

    .tabbable .tab-content {
        padding-top: 2rem
    }

    .nav-tabs {
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        flex-wrap: nowrap;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .nav-tabs::-webkit-scrollbar {
        display: none
    }

    .row-blog>.col-12:first-child {
        display: block
    }

    .row-blog>.col-12:first-child>.blog-item-caption,
    .row-blog>.col-12:first-child>a.d-block {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-blog>.col-12:first-child .d-block>img {
        aspect-ratio: 343/208
    }

    .hero {
        margin-bottom: 40px
    }

    .hero>.container {
        padding-top: 3rem
    }

    .hero-corporate {
        margin-bottom: 0
    }

    .hero-corporate>.container {
        padding-bottom: 2rem
    }

    .hero-corporate .row>div+div:before {
        bottom: auto;
        right: 0;
        border-left: 0;
        border-top: 1px solid hsla(0, 0%, 100%, .2)
    }

    .hero-corporate-item {
        max-width: none
    }

    .corporate-branding-experts {
        background-color: #f1f0f5;
        background-size: 180%;
        background-position: 100% -20%;
        padding-top: 58%;
        padding-bottom: 40px;
        height: auto;
        display: block
    }

    .half-text {
        max-width: 510px
    }

    button.needsclick {
        max-width: 160px;
        z-index: 1000 !important
    }
}

@media (max-width:575.98px) {

    .h1,
    h1 {
        font-size: 2.125rem
    }

    .createown-section>.card .card-header .row-blog>.col-12:first-child .blog-item-caption .btn,
    .h2,
    .row-blog>.col-12:first-child .blog-item-caption .createown-section>.card .card-header .btn,
    .row-blog>.col-12:first-child .blog-item-caption .h3,
    h2 {
        font-size: 1.625rem
    }

    .createown-section>.card .card-header .btn,
    .h3,
    h3 {
        font-size: 1.375rem
    }

    .section {
        padding-top: 2.5rem
    }

    #n_checkout #main-content,
    #n_customer #main-content,
    #n_customer_account #main-content,
    .section {
        padding-bottom: 2.5rem
    }

    .mb-32px,
    .mb-40px {
        margin-bottom: 1.5rem
    }

    #navbarMainMenu .navbar-nav {
        margin-left: 15px;
        margin-right: 15px
    }

    .usp-item {
        font-size: .875rem
    }

    .usp-item svg {
        width: 32px;
        height: 32px
    }

    li:first-child .usp-item {
        padding-left: 1rem
    }

    li:last-child .usp-item {
        padding-right: 1rem
    }

    .nav-category .nav-link img {
        width: 100px;
        height: 100px
    }

    .nav-client>li {
        flex: 0 0 50%;
        max-width: 50%
    }

    .sort_container>.col>.d-flex {
        -moz-column-gap: 1rem;
        column-gap: 1rem
    }

    .sort_container>.col>.d-flex>div {
        flex-basis: 0;
        flex-grow: 1
    }

    .sort_container>.col>.d-flex>div>.btn {
        display: flex;
        align-items: center;
        width: 100%
    }

    .sort_container>.col>.d-flex>div>.btn.dropdown-toggle:after {
        margin-left: auto
    }

    .sort_container>.col>.d-flex>div>.btn+.dropdown-menu {
        min-width: 100%
    }

    .filters {
        margin-right: 0
    }

    .products-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .products-row .slick-slide,
    .products-row>.col,
    .products-row>[class*=col-] {
        padding-right: 8px;
        padding-left: 8px
    }

    .products-row .thumbnail .caption {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .products-row .thumbnail .caption .btn-group-lg>.btn,
    .products-row .thumbnail .caption .btn-lg {
        padding-left: .5rem;
        padding-right: .5rem;
        width: 100%;
        display: block
    }

    .row-blog>.col-12:first-child .blog-item-caption {
        padding: 1.5rem
    }

    .blog-detail-img {
        margin-left: -15px;
        margin-right: -15px
    }

    .blog-detail-img img {
        aspect-ratio: 375/180
    }

    .hero {
        margin-bottom: 32px
    }

    .contact-list .list-group-item {
        padding: 1.5rem 1rem
    }

    .hero-corporate {
        margin-bottom: 0
    }

    .corporate-branding-experts {
        background-position: 100% -10%;
        padding-bottom: 20px
    }

    .corporate-tabs .tab-content>.tab-pane {
        padding: 1rem
    }

    .corporate-tabs .card-body {
        padding: 1rem .5rem
    }

    .wrapper-components-thumbnail .thumbnail.card-body.added:before {
        left: -14px;
        right: -14px
    }

    .product-preview .qty-group {
        width: 100%;
        margin-bottom: 1rem
    }

    .thumb>.gutters-24 {
        margin-left: -4px;
        margin-right: -4px
    }

    .thumb>.gutters-24>[class*=col-] {
        padding-left: 4px;
        padding-right: 4px
    }

    .col-6>.thumbnail .caption {
        padding: 1rem .5rem
    }

    .col-6>.thumbnail .caption .btn {
        display: block;
        width: 100%;
        padding: .3125rem .75rem
    }

    .modal-animate.fade {
        overflow: hidden
    }

    .modal-animate.fade .modal-dialog {
        position: absolute;
        bottom: 0;
        margin: 0;
        transform: translateY(100%)
    }

    .modal-animate.fade.show .modal-dialog {
        transform: none
    }

    .products-information .col-12>.qty-group {
        width: 100%
    }

    .cart-column-image>a {
        width: 80px
    }

    .cart-column-quantity .qty-group {
        margin-bottom: 0
    }

    #gift-bundle img {
        width: 40px;
        height: 40px
    }
}

@media (max-width:480px) {
    .sidebar-info {
        width: 100%
    }
}

@media (max-width:378px) {
    .filters-wrapper {
        max-width: none
    }
}

.cont-blog img {
    border-radius: 20px 20px 0px 0px;
}

.blog-item-caption {
    text-align: left;
}

.blog-item {
    padding: 0px;
    border-radius: 20px;
    background-color: #f8f8f8;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 2em;
}

.blog-item-caption {
    padding: 20px;
}

.cont-bottom {
    background-color: #F8F8F8;
}

#navbarMainMenu>div>div:nth-child(1)>ul>li:nth-child(1)>div>div>div>div.col-12.col-md-auto.col-xl>div>div:nth-child(1)>ul>li:nth-child(9)>a {
    color: #ec5e2a !important;
}

.marquee {
    overflow: hidden;
    padding-top: 2em;
    padding-bottom: 2em;
}

.marquee-content {
    display: flex;
    animation: scrolling 30s linear infinite;
}

.marquee-item {
    flex: 0 0 16vw;
    margin: 0 1vw;
    /*   flex: 0 0 20vw; */
    /*   margin: 0 2vw; */
}

.marquee-item img {
    display: block;
    width: 20rem;
    padding: 0 20px;
}

@media (max-width: 575.98px) {
    .marquee-item img {
        padding: 0 5px;
    }

    .marquee-item {
        flex: 0 0 30vw;
    }
}

@media (max-width: 575.98px) {
    .marquee {
        padding-top: 0;
        padding-bottom: 0;
    }

    h1 {
        font-size: 1.5rem
    }

    .btn {
        font-size: 0.7rem
    }
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translatex(-144vw);
    }
}

body {
    font-family: Hanken Grotesk, Roboto, Helvetica Neue, Arial, sans-serif;
    !important
}

.btn-beige {
    background-color: #F2EBE0;
    color: #2c2c2c;
    border-radius: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.btn-beige:hover {
    background-color: #c8c0b2;
}

.btn-yellow {
    color: #f8f8f8;
    background-color: #55565c;
    border-radius: 12px;
    font-weight: bold;
}

.btn-yellow:hover {
    background-color: #ec5e2a;
    color: #f8f8f8;
}

.lightg-bg {
    background-color: #f8f8f8;
}

.navbar-nav {
    font-family: "Din pro", Roboto, Helvetica, Arial, sans-serif;
    !important
}
}

.dinpro {
    font-family: 'DIN Pro', Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    !important
}

#\#ReviewsWidget--FOR-INJECT>div>div>div.ElementsWidget__inner>div.ElementsWidget__list>div.u-textCenter--all.u-marginBottom--xlg>div>div {}

.cont-bg-reviews {
    background-color: #f8f8f8;
}

@media (max-width: 575.98px) {
    .hero {
        margin-bottom: 0px !important;
    }
}

.link-btn1 {
    color: #f8f8f8 !important;
    font-weight: bold;
    text-decoration: underline;
}

html {
    scroll-behavior: smooth;
}

.btn-or {
    background-color: #ec5e2a;
    color: #f8f8f8;
    border-radius: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.btn-gr {
    background-color: transparent;
    color: #55565c;
    font-size: 11px;
    border-radius: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
    border: 1px solid #55565c;
}

.btn-gr:hover {
    background-color: #55565c;
    color: #f8f8f8;
}

.bg-grey {
    background-color: #f0f0f0;
}

.row-icons-prod h4 {
    font-size: 0.9rem !important;
    font-weight: bold;
    letter-spacing: normal;
    font-family: Hanken Grotesk, sans-serif, helvetica, roboto;
}

.row-icons-prod p {
    font-size: 12px !important;
}

#navbarMainMenu>div>div:nth-child(1)>ul>li:nth-child(1)>div>div>div>div.col-12.col-md-auto.col-xl>div>div:nth-child(5)>ul>li:nth-child(10)>a {
    color: #ec5e2a;
}

#collapseMor>ul>li.nav-item.d-none.d-md-block>h4 {
    color: #fff;
    !important
}

.wrapper-footer a:hover {
    color: #fff;
    font-weight: bold;
}

#collapseCu>ul>li.nav-item.d-none.d-md-block>h4 {
    color: #fff;
    !important
}

#collapseCor>ul>li.nav-item.d-none.d-md-block>h4 {
    color: #fff;
    !important
}

#navbarMainMenu>div>div:nth-child(1)>ul>li:nth-child(2)>a {
    color: #ec5e2a;
}

.product-h1 {
    font-size: 1.5rem;
}

.tabbable {
    background-color: #F8F8F8;
    padding: 2rem;
    margin-top: 2rem;
    border-radius: 20px;
}

.card-prod {
    background: transparent;
}

.qty-gift {
    backround-color: #f8f8f8;
    border: none;
}

.btn-shape {
    background-color: #AA5125;
    color: #fff;
    aspect-ratio: 1;
    --g: /20.56% 20.56% radial-gradient(#000 calc(71% - 1px), #0000 71%) no-repeat;
    mask: 100% 50% var(--g), 93.301% 75% var(--g), 75% 93.301% var(--g), 50% 100% var(--g), 25% 93.301% var(--g), 6.699% 75% var(--g), 0% 50% var(--g), 6.699% 25% var(--g), 25% 6.699% var(--g), 50% 0% var(--g), 75% 6.699% var(--g), 93.301% 25% var(--g), radial-gradient(100% 100%, #000 38.366%, #0000 calc(38.366% + 1px));
}

.kitting-filter-category {
    font-size: 0.9rem;
}

@media only screen and (max-width:767px) {
    .needsclick.kl-teaser-UGBmNb.undefined.kl-private-reset-css-Xuajs1 {
        z-index: 99 !important;
    }
}

.announcement.py-1 p.mb-0.text-center {
    color: white !important;
}

.announcement.py-1 {
    background-color: #ec5e2a !important;
}

span.needsclick.go681896951.kl-private-reset-css-Xuajs1 {
    background: #ec5e2a !important;
}

div#rich-text-01JSGWQHYAFV20AVRFW3NSSBN0 p span {
    color: white !Important;
}

.sticky-filter {
    position: fixed;
    top: 150px;
    /* Adjust to your header's height */
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    /* Or match your theme */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    width: 100% !important;
    margin: 0px auto !important;
    max-width: 100% !important;
}

.sticky-placeholder {
    height: 0;
}

.sticky-filter .row.sort_container.align-items-center {
    width: 1583px;
    margin: 0px auto;
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .sticky-filter {
        top: 130px !important;
    }

    .filters-wrapper {
        top: 130px !important;
    }
}

@media only screen and (max-width:767px) {
    .sticky-filter {
        top: 100px !important;
    }

    .filters-wrapper {
        top: 100px !important;
    }
}

@media only screen and (max-width:1199px) {
    .filters-backdrop.in {
        opacity: 0;
        position: relative;
    }
}

body#n_checkout .options-form-container.col-12.col-md-8.col-lg-9 .row.productoptions>.col-12:nth-child(1) {
    order: 2 !important;
}

body#n_checkout .options-form-container.col-12.col-md-8.col-lg-9 .row.productoptions input.form-control {
    border-color: #ec5e2a !important;
    border-radius: 0px !important;
}

.row.extra-options-item.align-items-center span {
    font-size: 20px !important;
    font-weight: 800 !important;
}

.col-12.col-sm-auto.inputlayout {
    color: #ec5e2a !important;
    font-weight: 800;
    font-size: 20px !important;
}

.col-12.col-md-auto.checkoutfirst {
    display: none;
}

h3.colororange {
    color: #ec5e2a;
}

.tab-wrapper {
    position: relative;
}

.tab-viewport {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    /* firefox */
}

.tab-viewport::-webkit-scrollbar {
    display: none;
    /* chrome/safari */
}

.nav-tabs.scrolltabs {
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-tabs.scrolltabs .nav-item {
    flex: 0 0 auto;
    scroll-snap-align: start;
}

/* Arrows */
.tab-scroll {
    display: none;
    /* hidden on desktop */
}

@media (max-width: 767px) {
    .tab-scroll {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 34px;
        height: 34px;
        border: 1px solid #ddd;
        border-radius: 50%;
        background: #fff;
        color: #333;
        font-size: 18px;
        cursor: pointer;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
    }

    .tab-scroll.left {
        left: -35px;
    }

    .tab-scroll.right {
        right: -35px;
    }
}

.faqsection h2 {
    margin-top: 0px;
    margin-bottom: 15px;
}

.faqsection summary {
    padding: 15px 40px 15px 20px;
    font-size: 16px !important;
    line-height: 1.4em !important;
    text-transform: capitalize !important;
    font-weight: 500 !important;
}

.faqsection summary:before {
    position: relative;
    content: "\002B" !important;
    left: 0px !important;
    margin-right: 15px;
    font-style: normal !important;
    font-size: 24px;
    font-weight: 900 !important;
    top: 2px;
    background-image: none !important;
}

.faqsection p {
    padding: 15px 40px 15px 20px;
    margin-bottom: 5px;
    margin-top: 5px !important;
    line-height: 1.4em !important;
}

.faqsection details summary {
    outline: none;
    /* Hides marker on Chrome */
    list-style: none;
}

.faqsection details[open]>summary:before {
    content: "\00D7" !important;
    font-weight: 900 !important;
}

.faqsection details {
    border: 1px solid #d5d8dc;
    margin-bottom: 10px;
    display: block !important;
    width: 100%;
}

.faqsection {
    margin: 30px auto;
}

.read-more-btn,
.read-less-btn {

    background-color: #fafafa;
    color: #464646;
    border-color: #fafafa;
    width: fit-content !important;
    padding: 10px 35px;
    border-radius: 10px;
    margin-bottom: 20px !important;
    box-shadow: none;
    border: 1px solid !important;
    outline: none !important;
}

.read-more-btn:focus,
.read-less-btn:focus {
    outline: none !important;
}

.read-more-btn:hover,
.read-less-btn:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

body#n_home .read-more-section {
    text-align: left;
}

body#n_home .row.faq_content.faqsection {
    text-align: left;
}

section.seocontenthome {
    margin-top: 0px;
}

div#reviews-section .row {
    justify-content: center;
}


/*new css 02march 2026*/

.google-review {
    position: fixed;
    top: 30%;
    z-index: 99999;
    display: flex;
    justify-content: flex-end;
    right: 0;
}

.google-review button#openReview {
    transform: rotate(-90deg);
    padding: 5px 31px;
    border: 0;
    background: rgb(236, 94, 42);
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
    left: 49px;
}

.elfsight-app-b98af115-0459-4532-8a7b-44a2575ed061 {
    width: 100%;
    max-width: 100% !important;
}

/* 06 March */
.hero-wrapper {

    position: relative;

}

.hero-wrapper .hero-content {
    position: absolute;
    top: 110px;
    width: 100%;
    max-width: 390px;
    left: 8%;
    z-index: 2;
}

.hero-wrapper .hero-image {

    height: auto;

    max-height: 600px;

}

.hero-wrapper .hero-image img {

    height: 100%;

    max-height: 600px;

    object-fit: cover;

}

.hero-wrapper:after {

    content: '';

    position: absolute;

    width: 100%;

    height: 100%;

    background: #0000003d;

    top: 0;

    z-index: 0;

}

.hero-wrapper .hero-content .hero-title,
.hero-wrapper .hero-content .hero-description {

    color: #fff;

}

.hero-wrapper .hero-content .hero-description {

    font-size: 16px;

    width: 100%;

    max-width: 300px;

    font-family: 'DIN Pro';

    font-weight: 500;

    letter-spacing: normal;

}

.hero-wrapper .hero-content .hero-title {

    font-size: 50px;

    line-height: 1;

    font-family: 'DIN Pro';

    font-weight: 500;

}

section.corporate-gifting {

    background: #f0f0f0;

    padding-top: 30px;

}

section.corporate-gifting-hero .container {

    padding-inline: 0;

}

section.corporate-gifting-hero {

    padding-inline: 0;

}

section.corporate-gifting .gifting-header h2 {

    color: #000;

    text-align: center;

    font-size: 36px;

    font-family: 'DIN Pro';

    font-weight: 600;

    padding-bottom: 38px;

    margin-bottom: 0;

}

section.corporate-gifting .gifting-header p {

    text-align: center;

    font-size: 17px;

    font-family: 'DIN Pro';

    width: 100%;

    max-width: 420px;

    margin-inline: auto;

    color: #000;

    font-weight: 500;

    margin-bottom: 0;

}

.gifting-header {
    padding: 90px 0px 55px;
}

.gifting-actions {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 25px;

    padding-bottom: 90px;

}

.gifting-actions .btn {
    background: #000;
    color: #fff;
    font-size: 13px !important;
    padding: 13px 20px;
    width: 100%;
    max-width: 240px;
}

.gifting-features {

    display: flex;

    justify-content: center;

    gap: 50px;

    flex-wrap: wrap;

    align-items: center;

    padding: 0px 0 50px;

}

.gifting-features .feature {

    max-width: calc(100% / 3 - 40px);

    width: 100%;

    margin-inline: auto;

    text-align: center;

}

.gifting-features .feature h4,
.gifting-features .feature p {

    color: #fd673e;

}

.gifting-features .feature h4 {

    font-weight: 600;

    font-size: 20px;


}

.gifting-features .feature p {

    font-size: 17px;

    font-family: 'DIN Pro';

    font-weight: 500;

    margin-bottom: 0;

}

section.feature-bar {
    background: #fde1ab;
    height: 70px;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

section.feature-bar .feature-items {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    margin-inline: auto;
}

section.feature-bar .feature-items p {
    margin-bottom: 0;
    font-size: 11px;
    font-family: 'DIN Pro';
    font-weight: 600;
    letter-spacing: normal;
}

section.feature-bar .feature-items .feature-item {
    max-width: 200px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

section.feature-bar .feature-items .feature-item span.icon {
    width: 218px;
    height: 18px;
    display: block;
}

footer.site-footer-new {
    background: #f5f3ed;
}

footer.site-footer-new .footer-columns {
    display: flex;
    align-items: start;
    padding-top: 100px;
    justify-content: space-between;
    padding-bottom: 30px;
    flex-wrap: wrap;
    gap: 10px;
}

footer.site-footer-new .footer-columns .footer-col:first-child {
    width: 100%;
    max-width: 410px;
}

footer.site-footer-new .footer-columns .footer-col:last-child {
    width: 100%;
    max-width: 400px;
}

footer.site-footer-new .footer-columns .footer-col h4 {
    font-size: 20px;
    color: #000;
    font-family: 'DIN Pro';
    font-weight: 500;
    margin-bottom: 20px;
}

footer.site-footer-new .footer-columns .footer-col p,
footer.site-footer-new .footer-columns .footer-col ul li a {
    color: #000;
    font-size: 16px;
}

footer.site-footer-new .footer-columns .footer-col ul {
    list-style: none;
    padding-left: 0;
}

footer.site-footer-new .footer-columns .footer-col ul li {
    margin-bottom: 10px;
    text-align: left;
}

.site-footer-new form.newsletter-form {
    display: flex;
    gap: 15px;
}

.site-footer-new form.newsletter-form input {
    padding: 10px;
    width: 100%;
    max-width: 80%;
}

.site-footer-new form.newsletter-form button {
    background: #000;
    color: #fff;
    width: 100%;
    max-width: 110px;
    border: 0;
}

.shop-cards {

    display: flex;

    justify-content: space-between;

    gap: 20px;

    padding-bottom: 50px;

}

.shop-cards .shop-card {

    position: relative;

}

.shop-cards .shop-card .card-overlay {

    position: absolute;

    top: auto;

    left: 50%;

    bottom: 20px;

    transform: translatex(-50%);

    z-index: 2;

    width: 100%;

    max-width: 530px;

    margin-inline: auto;

    text-align: center;

}

.shop-cards .shop-card .card-overlay h3 {

    font-size: 24px;

    color: #fff;

    font-family: 'DIN Pro';

    font-weight: 500;

}

.shop-cards .shop-card:after {
    content: '';
    background: #0000004d;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.shop-cards .shop-card .card-overlay p {

    font-size: 18px;

    color: #fff;

    font-family: 'DIN Pro';

    text-align: center;

}

.shop-cards .shop-card .card-overlay .card-action {

    background: #fff;

    width: 100%;

    max-width: 220px;

    margin-inline: auto;

    padding: 7px 6px;

}

.shop-cards .shop-card .card-overlay .card-action a.btn {

    font-family: 'DIN Pro';

    font-size: 17px;

    color: #000;

}

.shop-cards .shop-card .card-image img {

    min-height: 500px;

    height: auto;

}

.shop-cards .shop-card .card-overlay .card-action a.btn:hover {
    background: transparent;
    text-transform: uppercase;
}

.section-header {

    text-align: center;

    padding-bottom: 30px;

}

.section-header p {

    font-size: 17px;

    color: #000;

    font-family: 'DIN Pro';

}




.shop-cards {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 50px;
    max-width: 1614px;
    margin-inline: auto;
}

.corporate-gifting-page {
    max-width: 100%;
}

.corporate-gifting-page section.corporate-gifting-hero .container {
    width: 100%;
    max-width: 100%;
}

.shop-cards .shop-card .card-overlay .card-action:hover {
    background: #000;
    color: #fff !important;
}

.shop-cards .shop-card .card-overlay .card-action:hover a {
    color: #fff;
}

.corporate-gifting-page .cont-bespoke {
    margin-bottom: 2em;
}

/*new css banner 03/11/26  */

.hero-wrapper .hero-content p.hero-description {
    color: #000;
    font-size: 20px;
    max-width: 100%;
    margin-bottom: 30px;
}

.hero-wrapper .hero-content p a {
    max-width: 230px;
    background: #000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.4s ease;
    border: 1px solid #000;
}

.hero-wrapper .hero-content p a:hover {
    background: transparent;
    color: #000;
}

.hero-wrapper .hero-content .hero-title {
    font-size: 50px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
}

.gifting-features {
    position: relative;
}

.gifting-features:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 99vw;
    height: 1px;
    background: #fff;
}



.corporate-gifting-page>.row>.section-header {
    padding: 60px 0px 30px;
}

.corporate-gifting-page>.row>.section-header h2 {
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
}

.shop-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}



.shop-cards .shop-card .card-overlay h3 {
    font-size: 30px;
    margin-bottom: 30px;
}

section.textslidecorporate {
    padding: 10px 0px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

div#above-reviews {
    height: 0;
}

.eapps-instagram-feed-header.es-header {
    padding-top: 0;
}

section.textslidecorporate .tsdiv h4.titleslide {
    margin: 0;
}

.eapps-instagram-feed-header.es-header {
    padding: 0;
}

/* new css 23/03/2026 */
section.corporate-gifting {
    background: #c4b8aa;
    padding: 0;
    border: 1px solid #000;
}

section.corporate-gifting .feature {
    margin: 0;
    padding: 40px 0px;
}

section.corporate-gifting .feature:nth-child(2) {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.gifting-features:after {
    opacity: 0;
}

section.corporate-gifting .feature span {
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

section.process-section {
    padding: 57px 0px 100px;
    background: #f8f8f8;
}

section.process-section h2 {
    font-size: 26px;
    color: #000;
    font-weight: 300;
}

section.process-section .process-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 61px 0px 0px;
}

section.process-section .process-container img {
    width: 100%;
    max-width: 100px;
}

section.corporate-figting-container-fluid h2.text-center {
    color: #000;
    text-transform: uppercase;
    font-size: 27px;
}

.gifting-features {
    position: relative;
    padding: 0;
}

section.process-section .process-container .process-item h3 {
    margin: 20px 0px 40px;
    color: #000;
    font-weight: 300;
    font-size: 30px;
    font-family: 'DIN Pro';
}
section.process-section .process-container .process-item p {
    font-size: 23px;
    color: #000;
    font-weight: 300;
    text-align: justify;
    font-family: 'DIN Pro';
}
.shop-cards {
    max-width: 100%;
    padding: 0px !important;
    background-color: #f8f8f8;
}

section#custom-reviews {
    padding: 0;
}

section.countrygifting-linear-slider-section {
    padding: 50px 0px;
    background: #c4b8aa;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

section.countrygifting-linear-slider-section .slick-list .img.slick-slide {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
}

section.n-responsive-content {
    padding: 0;
}

section.n-responsive-content .row .enquire-content p a {
    text-decoration: underline;
}

section.n-responsive-content div#enquire {
    margin: 0 auto !important;
    max-width: 100%;
    width: 100%;
    padding: 0;
}

section.n-responsive-content .row {
    margin: 0;
}

section.n-responsive-content .row>.col-md-8.col-6:first-child {
    max-width: 35%;
    width: 100%;
    padding: 0;
}

section.n-responsive-content .row>.col-md-8.col-6:last-child {
    padding: 87px 65px;
    max-width: 65%;
    width: 100%;
}

section.n-responsive-content .row>.col-md-8.col-6:first-child .Make-an-enquiry-left-image {
    height: 100%;
}

section.n-responsive-content .row>.col-md-8.col-6:first-child .Make-an-enquiry-left-image img {
    height: 100%;
    object-fit: cover;
}

section.n-responsive-content .row .enquire-toggle {
    text-align: left;
}

section.n-responsive-content .row .enquire-toggle h4.text-center {
    color: #000;
    text-align: left !important;
}

section.n-responsive-content .row .enquire-toggle h2.text-center {
    text-align: left !important;
    margin: 20px 0 30px;
    color: #000;
    font-size: 45px;
    text-transform: uppercase;
}

section.n-responsive-content .row .enquire-content {
    display: block !important;
}

section.n-responsive-content .row .enquire-content p {
    text-align: left !important;
    max-width: 76%;
    font-size: 18px;
    color: #000;
    font-weight: 300;
}

section.n-responsive-content .row .enquire-content p a {
    color: #000;
}

.testimonial-slider-section {
    padding: 85px 0px 100px;
    background-color: #f8f8f8;
}

.testimonial-slider-section .testimonial-slider .content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 84px;
}

.testimonial-slider-section .testimonial-slider .content .image {
    border: 1px solid #000;
}

.testimonial-slider-section .testimonial-slider .content .image img {
    width: 100%;
}

.testimonial-slider-section .testimonial-slider .content p.label {
    font-size: 20px;
    color: #000;
}

.testimonial-slider-section .testimonial-slider .content p.stars {
    font-size: 22px;
    line-height: 20px;
    margin: 20px 0px 25px;
}

.testimonial-slider-section .testimonial-slider .content p.quote {
    font-size: 22px;
    color: #000;
    margin: 0 0 30px;
}

.testimonial-slider-section .testimonial-slider .content p.author {
    font-size: 18px;
    color: #000;
}

.testimonial-slider-section .testimonial-slider-container .testimonial-slider .slick-arrow {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: unset;
    top: unset;
    background: transparent;
    color: #000;
    opacity: 1;
    font-size: 30px;
}

.testimonial-slider-section .testimonial-slider-container .testimonial-slider button.next.slick-arrow {
    left: 60px;
    font-size: 0;
    background: url(https://www.countryculture.com.au/assets/images/Chevron-right.png);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
}

.testimonial-slider-container.container .slick-list .slide {
    padding: 0;
}

.testimonial-slider-section .testimonial-slider-container .testimonial-slider .slick-arrow.prev {
    background-position: center;
    opacity: 1;
    font-size: 0;
    background: url(https://www.countryculture.com.au/assets/images/Chevron-left.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 48px;
    width: 20px;
}

section.corporate-gifting-hero .hero-wrapper::after {
    opacity: 0;
}

section.corporate-gifting-hero .hero-wrapper .hero-content {
    max-width: 490px;
}

section.corporate-gifting-hero .hero-wrapper .hero-content h1.hero-title {
    text-transform: uppercase;
    font-weight: 400;
}

section.corporate-gifting-hero .hero-wrapper .hero-content p.hero-description {
    max-width: 300px;
}

section.corporate-gifting .feature span a {
    color: #000;
}

section.corporate-gifting-hero .hero-wrapper .hero-content a {
    background: #fff;
    color: #000;
    font-weight: 400;
    max-width: 220px;
    height: 65px;
}

section.corporate-gifting .feature span a {
    color: #000;
}

.shop-cards .card-image .card-overlay {
    bottom: 50%;
    transform: translate(-50%, 50%);
}

.shop-cards .card-image .card-overlay .card-action {
    max-width: max-content;
    padding: 13px 30px;
    border: 1px solid #000;
}

.shop-cards .card-image .card-overlay .card-action a.btn {
    font-weight: 400;
    font-size: 18px !important;
    text-transform: uppercase;
}

section.corporate-gifting-hero .hero-image {
    display: flex;
}

section.corporate-gifting-hero .hero-image img {
    height: auto;
}

.corporate-gifting-page {
    padding: 0 !important;
}

.corporate-gifting-page .row {
    margin: 0;
}

/* 
Custom-corporate-gifting page css */
section.custom-corporate-gifting.corporate-gifting-hero .hero-wrapper::after {
    opacity: 1;
    background: #00000066;
}
section.custom-corporate-gifting.corporate-gifting-hero .hero-wrapper .hero-content {
    max-width: 1200px;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

section.custom-corporate-gifting.corporate-gifting-hero .hero-wrapper .hero-content h1.hero-title {
    color: #fff;
    font-weight: 500;
}

section.branding-section {
    padding: 80px 0px 0px;
    background: #f8f8f8;
}

section.branding-section p.sub-heading {
    font-size: 20px;
}

section.branding-section .branding-slider {
    padding-bottom: 150px;
}

section.branding-section .branding-slider .branding-slide .branding-wrapper {
    display: flex;
    gap: 100px;
    align-items: center;
}

section.branding-section .branding-slider button.slick-arrow {
    opacity: 1;
    font-size: 0;
    background: url(https://www.countryculture.com.au/assets/images/Chevron-right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 48px;
    width: 20px;
    bottom: 60px;
    top: unset;
    left: unset;
    right: 0;
    transform: unset;
    height: 30px;
}

section.branding-section .branding-slider button.slick-arrow::before {
    display: none;
}

section.branding-section .branding-slider button.slick-prev.slick-arrow {
    right: 70px;
    background-image: url(https://www.countryculture.com.au/assets/images/Chevron-left.png);
}

section.branding-section .branding-slider .branding-slide .branding-wrapper .branding-image {
    max-width: 42%;
    width: 100%;
    border: 1px solid #000;
}

section.branding-section .branding-slider .branding-slide .branding-wrapper .branding-image img {
    width: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 400px;
}

section.branding-section .branding-slider .branding-slide .branding-wrapper h2.hero-title {
    font-size: 35px;
    text-transform: uppercase;
    margin: 0 0 50px;
    color: #000;
}

section.branding-section .branding-slider .branding-slide .branding-wrapper p.branding-content {
    font-size: 23px;
    color: #000;
    margin: 0 0 40px;
}

section.branding-section .branding-slider .branding-slide .branding-wrapper .hero-content {
    max-width: 55%;
    width: 100%;
}

section.branding-section .branding-slider .branding-slide .branding-wrapper .btn {
    border: 1px solid #000;
    padding: 17px 60px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    font-size: 15px !important;
    background: #fff;
}

.bulk-order-section {
    padding: 86px 0px;
    background: #c4b8aa;
}

.bulk-order-section .bulk-wrapper {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 100px;
}

.bulk-order-section .bulk-wrapper .bulk-image {
    width: 100%;
    position: relative;
    border: 1px solid #000;
    display: flex;
}

.bulk-order-section .bulk-wrapper .bulk-image img {
    width: 100%;
    aspect-ratio: 1.5/1;
    object-fit: cover;
}

.bulk-order-section .bulk-wrapper .bulk-image .bulk-overlay {
    position: absolute;
    top: 0;
    padding: 36px 43px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
}

.bulk-order-section .bulk-wrapper .bulk-image .bulk-overlay h2 {
    color: #000;
    font-weight: 600;
}

.bulk-order-section .bulk-wrapper .bulk-image .bulk-overlay a.bulk-btn {
    border: 1px solid #000;
    padding: 20px 50px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    font-size: 16px !important;
    background: #fff;
    max-width: max-content;
    margin-left: auto;
}

.bulk-order-section .bulk-wrapper .bulk-steps {
    position: relative;
}

.bulk-order-section .bulk-wrapper .bulk-steps .step {
    padding-left: 79px;
    position: relative;
    margin-bottom: 40px;
}

.bulk-order-section .bulk-wrapper .bulk-steps .step .circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    font-size: 26px;
    font-weight: 600;
    border: 1px solid #000;
    z-index: 2;
}

.bulk-order-section .bulk-wrapper .bulk-steps .step .content h4 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 30px;
    color: #000;
    margin: 0 0 14px;
}

.bulk-order-section .bulk-wrapper .bulk-steps .step .content p {
    font-size: 18px;
    font-weight: 300;
    color: #000;
}

.bulk-order-section .bulk-wrapper .bulk-steps:after {
    content: "";
    width: 2px;
    position: absolute;
    left: 27px;
    background: #000;
    top: 0;
    height: 86%;
    z-index: 1;
}

section.corporate-fift-best-sellers {
    padding: 76px 0px 30px;
    background: #f8f8f8;
}

section.corporate-fift-best-sellers h2.section-title {
    margin: 0 0 37px;
    font-size: 30px;
}

section.corporate-fift-best-sellers .products-grid {
    display: flex;
    flex-wrap: wrap;
}

section.corporate-fift-best-sellers .products-grid section.gift-bestsltter {
    padding: 0 0 50px;
}

section.corporate-fift-best-sellers .products-grid section.gift-bestsltter .container {
    padding: 0;
    display: flex;
    flex-flow: column-reverse;
}

section.corporate-fift-best-sellers .products-grid section.gift-bestsltter .container .btn-wrap {
    display: flex;
}

section.corporate-fift-best-sellers .products-grid section.gift-bestsltter .container .row.products-row {
    padding-bottom: 20px;
}

section.corporate-fift-best-sellers .products-grid section.gift-bestsltter .container .btn-wrap a.btn {
    border: 1px solid #000;
    padding: 16px 50px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    font-size: 16px !important;
    background: #fff;
    max-width: max-content;
    margin-left: auto;
}

section.corporate-fift-best-sellers .products-grid section.gift-bestsltter .row.products-row.products {
    gap: 20px;
}

section.corporate-fift-best-sellers .products-grid section.gift-bestsltter .row.products-row.products>article {
    padding: 0;
    max-width: calc(100%/4 - 15px);
}

section.corporate-fift-best-sellers .products-grid p.card-title {
    font-size: 20px;
    margin: 0 0 13px;
}

section.corporate-fift-best-sellers .products-grid .ruk_rating_snippet {
    font-size: 18px;
    color: #000;
    margin: 0 0 11px;
}

section.corporate-fift-best-sellers .products-grid .ruk_rating_snippet span.ruk-rating-snippet-count {
    font-size: 15px;
    color: #000;
}

section.corporate-fift-best-sellers .products-grid p.price {
    color: #ed5d34;
    font-size: 27px;
}

section.corporate-fift-best-sellers .products-grid section.gift-bestsltter .row.products-row.products {
    gap: 20px;
}

section.corporate-fift-best-sellers .products-grid section.gift-bestsltter .row.products-row.products>article {
    padding: 0;
    max-width: calc(100%/4 - 15px);
}

section.corporate-fift-best-sellers .products-grid p.card-title {
    font-size: 20px;
    margin: 0 0 13px;
}

section.corporate-fift-best-sellers .products-grid .ruk_rating_snippet {
    font-size: 18px;
    color: #000;
    margin: 0 0 11px;
}

section.corporate-fift-best-sellers .products-grid .ruk_rating_snippet span.ruk-rating-snippet-count {
    font-size: 15px;
    color: #000;
}

section.corporate-fift-best-sellers .products-grid p.price {
    color: #ed5d34;
    font-size: 27px;
}

section.corporate-fift-best-sellers .products-grid form.form-inline.buying-options {
    margin: 0 auto;
}

section.corporate-fift-best-sellers .products-grid form.form-inline.buying-options a.btn.btn-grey.btn-beige.btn-block {
    margin: 0 auto;
    display: block;
}

section.corporate-fift-best-sellers .products-grid {
    padding-bottom: 50px;
}

section.corporate-fift-best-sellers .container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

section.corporate-fift-best-sellers .container h2.section-title {
    width: 100%;
    max-width: 100%;
}

section.corporate-fift-best-sellers .container .products-grid {
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
    justify-content: space-between;
}

section.corporate-fift-best-sellers .container article {
    flex: 100%;
    max-width: calc(100%/4 - 15px);
    padding: 0;
    margin: 0;
}

section.corporate-fift-best-sellers .container article p.card-title {
    font-size: 20px;
    margin: 0 0 13px;
}

section.corporate-fift-best-sellers .container article .ruk_rating_snippet {
    font-size: 18px;
    color: #000;
    margin: 0 0 11px;
}

section.corporate-fift-best-sellers .container article .ruk_rating_snippet span.ruk-rating-snippet-count {
    font-size: 15px;
    color: #000;
}

section.corporate-fift-best-sellers .container article p.price.text-sm {
    color: #ed5d34;
    font-size: 27px;
}

section.corporate-fift-best-sellers .btn-wrap {
    max-width: 1614px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    justify-content: flex-end;
}

section.corporate-fift-best-sellers .btn-wrap a.btn {
    border: 1px solid #000;
    padding: 16px 50px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    font-size: 16px !important;
    background: #fff;
    max-width: max-content;
    margin-left: auto;
}

section.corporate-fift-best-sellers .container .products-grid>form.form-inline.buying-options {
    display: none;
}

section.corporate-fift-best-sellers .btn-wrap {
    max-width: 1614px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    justify-content: flex-end;
}

section.corporate-fift-best-sellers .btn-wrap a.btn {
    border: 1px solid #000;
    padding: 16px 50px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    font-size: 16px !important;
    background: #fff;
    max-width: max-content;
    margin-left: auto;
}

section.corporate-fift-best-sellers .container .products-grid>form.form-inline.buying-options {
    display: none;
}

section.info-section {
    padding: 40px 0px 70px;
    background: #f8f8f8;
}

section.info-section h2.section-heading {
    margin: 0 0 40px;
    font-size: 30px;
}

section.info-section .info-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 120px;
}

section.info-section .info-wrapper .info-item h3 {
    font-size: 22px;
    margin: 0 0 30px;
}

section.info-section .info-wrapper .info-item p {
    font-size: 18px;
    color: #000;
}

section.info-section a.info-btn {
    border: 1px solid #000;
    padding: 16px 50px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    font-size: 16px !important;
    background: #fff;
    max-width: max-content;
    margin-left: auto;
    display: block;
}

section.corporate-fift-best-sellers .container article p.card-title,
section.corporate-fift-best-sellers .container article .ruk_rating_snippet,
section.corporate-fift-best-sellers .container article p.price.text-sm,
section.corporate-fift-best-sellers .products-grid form.form-inline.buying-options {
    display: none;
}

.corporate-gifting-page .btn-wrap {
    background: #f8f8f8;
    max-width: 1614px;
    margin: 0 auto;
    padding: 0 16px;
}

.corporate-gifting-page .btn-wrap a.btn {
    border: 1px solid #000;
    padding: 17px 60px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    font-size: 15px !important;
    background: #fff;
    margin-left: auto;
    display: block;
    max-width: max-content;
}

.corporate-gifting-page {
    background: #f8f8f8;
    padding-bottom: 40px !important;
}

/* corporate-gifting-portal page css */

.container.newgift {
    max-width: 100%;
    padding: 0;
    background: #f8f8f8;
}

.container.newgift .row {
    margin: 0;
}

.container.newgift .row section.custom-corporate-gifting.corporate-gifting-hero .container {
    max-width: 100%;
}

section.second-class {
    padding: 120px 0;
    background: #f8f8f8;
    text-align: center;
}

section.second-class h2 {
    text-transform: uppercase;
    margin: 0 0 30px;
    font-size: 30px;
}

section.second-class .container p {
    font-size: 22px;
    color: #000;
    max-width: 960px;
    margin: 0 auto;
}

section.section-third {
    background: #c4b8aa;
    padding: 0;
}

section.section-third .continer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

section.section-third .continer img {
    width: 100%;
}

section.section-third .continer .right {
    padding: 39px 90px;
}

section.section-third .continer .right .small-title {
    font-size: 20px;
    margin: 0 0 30px;
    color: #000;
}

section.section-third .continer .right h1 {
    font-size: 40px;
    margin: 0 0 50px;
    color: #000;
}

section.section-third .continer .right p {
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}

section.section-third .continer .right p strong {
    display: block;
    margin-top: 70px;
    margin-bottom: 20px;
}

section.section-third .continer .right ul {
    padding-left: 22px;
    margin-bottom: 58px;
}

section.section-third .continer .right ul li {
    font-size: 20px;
    margin: 0 0 20px;
    color: #000;
}

section.section-third .continer .right .buttons {
    display: flex;
    justify-content: space-between;
}

.container.newgift>.btn-wrap {
    background: #f8f8f8;
    max-width: 1614px;
    margin: 0 auto;
    padding: 0 15px 40px;
}

.container.newgift>.btn-wrap a.btn {
    border: 1px solid #000;
    padding: 20px 60px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    font-size: 16px !important;
    background: #fff;
    max-width: max-content;
    display: block;
    margin-left: auto;
}

section.section-third .continer .right .buttons button {
    border: 1px solid #000;
    padding: 20px 60px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    font-size: 16px !important;
    background: #fff;
    max-width: max-content;
    display: block;
}

section.section-third .continer .right .buttons button a {
    color: #000;
}


 .navbar-collapse .col-md-auto:last-child ul.navbar-nav li.nav-item .dropdown-menu .col-12 {
    padding: 0;
}

 .navbar-collapse .col-md-auto:last-child ul.navbar-nav li.nav-item .dropdown-menu .col-12 .col-md {
    padding: 0;
}
.navbar-collapse .col-md-auto:last-child ul.navbar-nav li.nav-item .dropdown-menu .col-12>.row {
    margin: 0;
    flex-flow: column;
}
 .navbar-collapse .col-md-auto:last-child ul.navbar-nav li.nav-item .dropdown-menu .row {
    margin: 0;
}

.navbar-collapse .col-md-auto:last-child ul.navbar-nav li.nav-item .dropdown-menu .col-12 .col-md img {
    aspect-ratio: 1;
    object-fit: cover;
    border: 1px solid #000;
}
.navbar-collapse .col-md-auto:last-child ul.navbar-nav li.nav-item .dropdown-menu .col-12 .col-md a.nav-link {
    color: #363636;
    font-size: 16px;
    padding: 6px 0px;
}
/* checkout page css */

.extra-options-item+.extra-options-item {
    order: -1;
}

.extra-options-item+.extra-options-item .giftcard-item label.card.thumbnail.card-body {
    height: auto !important;
    display: flex;
    flex-flow: unset;
    flex-wrap: wrap;
    column-gap: 20px;
    align-items: baseline;
    justify-content: center;
}

.extra-options-item+.extra-options-item .giftcard-item label.card.thumbnail.card-body img {
    aspect-ratio: 08/07;
    object-fit: cover;
}

.extra-options-item+.extra-options-item .giftcard-item label.card.thumbnail.card-body .thumbnail-image {
    width: 100%;
    max-width: 100%;
}

.extra-options-item+.extra-options-item .giftcard-item label.card.thumbnail.card-body p.card-title {
    font-size: 15px;
    font-weight: 500;
    font-family: 'DIN Pro';
}
.container.newgift .row .giftcard-slider .giftcard-item .card.thumbnail.card-body {
    height: max-content !important;
    position: relative;
    min-height: 250px;
}

.container.newgift .row .giftcard-slider .giftcard-item .card.thumbnail.card-body .thumbnail-image img.img-fluid {
    aspect-ratio: 08/6;
    object-fit: cover;
}
.extra-options-item+.extra-options-item>.row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.extra-options-item+.extra-options-item>.row>.giftcard-item {
    width: 100%;
    max-width: 100%;
}
.extra-options-item+.extra-options-item>p,
.extra-options-item.extra-options-gift-cardmt-4>p{
    font-size: 20px;
    font-weight: 500;
}

.extra-options-item.extra-options-gift-cardmt-4 {margin: 10px 0px;}

.navbar-collapse .col-md-auto:last-child ul.navbar-nav li.nav-item .dropdown-menu .col-12 .col-md img {position: absolute;top: 0;max-width: 64%;width: 100%;right: 0;max-height: 340px;object-fit: cover;}


.header-desktop .row ul.navbar-nav li.nav-item.corpoerate-main-menu .dropdown-menu .col-md:hover img {
    opacity: 1;
}

.header-desktop .row ul.navbar-nav li.nav-item.corpoerate-main-menu .dropdown-menu>.container {
    min-height: 380px;
    position: relative;
}
.header-desktop .row ul.navbar-nav li.nav-item.corpoerate-main-menu .dropdown-menu .col-md img  {
    opacity: 0;
}
.navbar-collapse .col-md-auto:last-child ul.navbar-nav li.nav-item .dropdown-menu .col-12 .col-md:hover a.nav-link {
    color: #ec5e2a;
}

#n_category .breadcrumb-item a{
  color: #363636 !important;
}

body#n_product .wrapper-components-thumbnail .btn-preview {
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border-radius: unset !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial-slider-section .testimonial-slider .content .image {
    margin-bottom: 10px;
}
section.corporate-gifting-hero.homepage-gifting-sec .hero-wrapper .hero-content {
    top: 50%;
    transform: translateY(-50%);
    bottom: unset;
}
.corporate-gifting-page .row>.col-12 a.thumbnail .caption span.btn:active {
    background: #ec5e2a;
    border-color: #ec5e2a;
}

section.process-section .process-container {
    display: grid;
    grid-template-columns: 360px 390px 410px;
}
@media(max-width:1850px) {
    .hero-wrapper .hero-content {
        left: 7%;
    }
}

@media(max-width:1800px) {
    .hero-wrapper .hero-content {
        left: 6%;
    }
}

@media(max-width:1750px) {
    .hero-wrapper .hero-content {
        left: 5%;
    }

    .section.pb-0.extr {
        padding: 0;
    }
    .extra-options-item+.extra-options-item .giftcard-item label.card.thumbnail.card-body {
    height: 100% !important;
}

.extra-options-item+.extra-options-item>.row {
    margin-bottom: 20px;
}
section.container-fluid.cont-marquee .marquee img {
    max-width: 190px;
    padding: 0;
}
.testimonial-slider-section .testimonial-slider .content p.quote {
    font-size: 20px;
}
.corporate-gifting-page .row>.col-12 a.thumbnail .caption p {
    min-height: 110px;
}
}

@media(max-width:1600px) {
    section.corporate-gifting-hero .hero-wrapper .hero-content h1.hero-title {
        font-size: 40px;
    }

    section.corporate-figting-container-fluid h2.text-center {
        font-size: 22px;
    }

    .bulk-order-section .bulk-wrapper {
        grid-template-columns: 1.3fr 1fr;
        gap: 60px;
    }

    .bulk-order-section .bulk-wrapper .bulk-steps .step .content h4 {
        font-size: 26px;
        margin: 0 0 8px;
    }
    section.process-section .process-container .process-item h3 {
    margin: 15px 0px 30px;
}
}

@media(max-width:1536px) {
    .shop-cards .shop-card .card-overlay h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .shop-cards .shop-card .card-image img {
        min-height: 450px;
        height: auto;
    }

    section.textslidecorporate .tsdiv h4.titleslide {
        font-size: 16px;
    }


    .corporate-gifting-page {
        padding: 0;
    }

    .corporate-gifting-page .row {
        margin: 0;
    }

    section.corporate-gifting-hero .hero-image {
        min-height: 460px;
    }

    section.countrygifting-linear-slider-section {
        padding: 30px 0px;
    }

    section.branding-section {
        padding: 40px 0px 0px;
    }

    section.branding-section .branding-slider .branding-slide .branding-wrapper .hero-content {
        max-width: 47%;
        width: 100%;
    }

    section.branding-section .branding-slider .branding-slide .branding-wrapper .branding-image {
        max-width: 46%;
        width: 100%;
        border: 0;
    }

    .testimonial-slider-section .testimonial-slider .content {
        grid-template-columns: 2fr 1.3fr;
    }

    section.second-class {
        padding: 79px 0;
    }

    section.section-third .continer .right h1 {
        font-size: 35px;
        margin: 0 0 40px;
    }
    .container.newgift .row .giftcard-slider .giftcard-item .card.thumbnail.card-body {
    min-height: 200px;
}
.header-desktop .row ul.navbar-nav li.nav-item.corpoerate-main-menu .dropdown-menu>.container {
    padding: 0 20px;
}

.navbar-collapse .col-md-auto:last-child ul.navbar-nav li.nav-item .dropdown-menu .col-12 .col-md {
    text-align: left;
}

.navbar-collapse .col-md-auto:last-child ul.navbar-nav li.nav-item .dropdown-menu .col-12 .col-md a.nav-link {
    text-align: left;
}

.navbar-collapse .col-md-auto:last-child ul.navbar-nav li.nav-item .dropdown-menu .col-12 .col-md img {
    max-width: 600px;
    right: 10px;
}
section.process-section .process-container .process-item p {
    font-size: 21px;
}
section.process-section .process-container {
    display: grid;
    grid-template-columns: 330px 360px 390px;
}
}

@media(max-width:1439px) {
    section.info-section .info-wrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 60px;
    }

    section.info-section h2.section-heading {
        margin: 0 0 30px;
        font-size: 27px;
    }

    section.corporate-fift-best-sellers h2.section-title {
        margin: 0 0 17px;
        font-size: 27px;
    }

    .bulk-order-section .bulk-wrapper .bulk-steps .step .content h4 {
        font-size: 24px;
    }

    .bulk-order-section .bulk-wrapper .bulk-image .bulk-overlay {
        padding: 26px 23px;
    }

    .bulk-order-section {
        padding: 55px 0px;
    }

    section.section-third .continer .right {
        padding: 35px 40px;
    }
    .header-desktop .navbar-collapse .col-md-auto:last-child ul.navbar-nav li.nav-item  a.nav-link {
    padding: 8px 11px;
    font-size: 13px;
    text-align: center;
}
.header-desktop .navbar-collapse .col-md-auto ul.navbar-nav li.nav-item a.nav-link {
    font-size: 13px;
    padding: 0 10px;
} 
.extra-options-item+.extra-options-item>.row>.giftcard-item {
    padding: 0 6px;
}  
    .corporate-gifting-page .row>.col-12 a.thumbnail .caption p {
    font-size: 16px;
}
.blog-item .d-block>img {
    aspect-ratio: 368 / 340;
}
}
@media(max-width:1366px){
    .header-desktop .navbar-collapse .col-md-auto ul.navbar-nav {
    flex-wrap: wrap;
}
.header-desktop .navbar-collapse .col-md-auto {
    width: auto;
    max-width: max-content;
}
.header-desktop .navbar-collapse .col-md-auto ul.navbar-nav li.nav-item a.nav-link {
    font-size: 13px;
}
.header-desktop .navbar-collapse .col-md-auto ul.navbar-nav {
    flex-wrap: nowrap;
}
.header-desktop .navbar-collapse .col-md-auto:last-child ul.navbar-nav li.nav-item  a.nav-link {
    padding: 8px 7px;
    font-size: 13px;
    text-align: center;
}
.navbar-expand-xl .navbar-collapse .row.no-gutters {
    justify-content: space-between;
}
section.process-section .process-container .process-item p {
    font-size: 20px;
    line-height: 31px;
}
section.process-section .process-container {
    display: grid;
    grid-template-columns: 310px 340px 370px;
}
}
@media(max-width:1279px) {

    section.process-section .process-container {
        margin: 30px 0px 0px;
        gap: 20px;
    }


    section.process-section {
        padding: 57px 0px 60px;
    }

    section.process-section .process-container .process-item p {
        font-size: 18px;
    }

    .testimonial-slider-section .testimonial-slider .content {
        grid-template-columns: 2fr 1.2fr;
        gap: 50px;
    }

    .testimonial-slider-section {
        padding: 55px 0px 60px;

    }

    section.n-responsive-content .row>.col-md-8.col-6:last-child {
        padding: 44px 45px;
        max-width: 60%;
        width: 100%;
    }

    section.n-responsive-content .row>.col-md-8.col-6:first-child {
        max-width: 40%;
    }

    section.n-responsive-content .row .enquire-toggle h2.text-center {
        margin: 10px 0 20px;
        font-size: 40px;
    }

    section.branding-section .branding-slider .branding-slide .branding-wrapper h2.hero-title {
        font-size: 30px;
        margin: 0 0 28px;
    }

    section.branding-section .branding-slider .branding-slide .branding-wrapper p.branding-content {
        font-size: 20px;
        margin: 0 0 30px;
    }

    section.branding-section .branding-slider {
        padding-bottom: 90px;
    }

    section.branding-section .branding-slider button.slick-arrow {
        bottom: 40px;
    }

    section.info-section {
        padding: 40px 0px 40px;
    }

    section.custom-corporate-gifting.corporate-gifting-hero .hero-wrapper .hero-content {
        bottom: 20px;
    }
    .header-desktop .navbar-collapse .col-md-auto:last-child ul.navbar-nav li.nav-item  a.nav-link {
    padding: 8px 9px;
}
.container.newgift .row .giftcard-slider .giftcard-item .card.thumbnail.card-body {
    min-height: 180px;
}
.header-desktop .navbar-collapse .col-md-auto:last-child ul.navbar-nav li.nav-item  a.nav-link {
    padding: 8px 6px;
}
nav.navbar.navbar-expand-xl>.container {
    padding: 0 20px;
}
section.process-section .process-container {
    grid-template-columns: 280px 310px 340px;
}
}

@media(max-width:1199px) {
    .header-desktop .navbar-collapse .col-md-auto ul.navbar-nav {
    flex-wrap: wrap;
}
    .container.newgift .row .giftcard-slider .giftcard-item .card.thumbnail.card-body {
    min-height: 140px;
}
    .shop-cards .shop-card .card-image img {
        min-height: 400px;
        height: auto;
    }

    .gifting-actions {
        padding-bottom: 50px;
    }

    .gifting-header {
        padding: 50px 0px 35px;
    }

    section.corporate-gifting .feature {
        padding: 20px 0px;
    }

    section.corporate-gifting .feature span {
        padding: 0 10px;
        display: block;
    }

    .testimonial-slider-section .testimonial-slider .content .image {
        display: flex;
    }

    .testimonial-slider-section .testimonial-slider .content {
        grid-template-columns: 2fr 1.5fr;
        gap: 20px;
    }

    .testimonial-slider-section .testimonial-slider .content p.quote {
        font-size: 18px;
        margin: 0 0 30px;
    }

    section.n-responsive-content .row .enquire-toggle h2.text-center {
        margin: 10px 0 10px;
        font-size: 35px;
    }

    section.n-responsive-content .row .enquire-content p {
        max-width: 100%;
        font-size: 16px;
    }

    section.corporate-gifting-hero .hero-wrapper::after {
        opacity: 1;
    }

    section.corporate-gifting-hero .hero-wrapper .hero-content h1.hero-title {
        color: #fff;
    }

    section.corporate-gifting-hero .hero-wrapper .hero-content p.hero-description {
        color: #fff;
    }

    section.corporate-gifting-hero .hero-wrapper .hero-content h1.hero-title {
        font-size: 35px;
    }

    section.branding-section .branding-slider .branding-slide .branding-wrapper .branding-image img {
        max-height: 350px;
    }

    section.branding-section .branding-slider .branding-slide .branding-wrapper {
        gap: 40px;
    }

    section.branding-section .branding-slider .branding-slide .branding-wrapper .btn {
        padding: 13px 45px;
    }

    .bulk-order-section .bulk-wrapper {
        grid-template-columns: 1.2fr 1fr;
        gap: 30px;
    }

    .bulk-order-section .bulk-wrapper .bulk-steps .step .content h4 {
        font-size: 22px;
    }

    .bulk-order-section .bulk-wrapper .bulk-steps .step .content p {
        font-size: 16px;
    }

    .bulk-order-section .bulk-wrapper .bulk-steps .step {
        padding-left: 60px;
        margin-bottom: 30px;
    }

    .bulk-order-section .bulk-wrapper .bulk-steps .step .circle {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }

    .bulk-order-section .bulk-wrapper .bulk-steps:after {
        left: 23px;
    }

    .bulk-order-section .bulk-wrapper .bulk-image .bulk-overlay a.bulk-btn {
        padding: 15px 30px;
        font-size: 15px !important;
    }

    .corporate-gifting-page .btn-wrap a.btn {
        padding: 12px 40px;
        font-size: 15px !important;
    }

    section.info-section {
        padding: 10px 0px 40px;
    }

    section.info-section .info-wrapper {
        gap: 20px;
    }

    section.info-section .info-wrapper .info-item p {
        font-size: 16px;
    }

    section.info-section .info-wrapper .info-item h3 {
        font-size: 22px;
        margin: 0 0 15px;
    }

    section.section-third .continer .right p strong {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    section.section-third .continer .right .small-title {
        font-size: 18px;
        margin: 0px 0 20px;
    }

    section.section-third .continer .right h1 {
        font-size: 28px;
        margin: 0 0 20px;
    }

    section.section-third .continer .right ul li {
        font-size: 18px;
        margin: 0 0 8px;
    }

    section.section-third .continer .right .buttons button {
        padding: 15px 40px;
        font-size: 15px !important;
    }

    section.section-third .continer .right {
        padding: 25px 30px;
    }

    section.section-third .continer .right ul {
        padding-left: 22px;
        margin-bottom: 40px;
    }

    .container.newgift>.btn-wrap a.btn {
        padding: 10px 40px;
    }
    .navbar-collapse .col-md-auto:last-child ul.navbar-nav li.nav-item .dropdown-menu .col-12 .col-md a.nav-link {
    font-size: 16px;
}



.navbar-collapse .col-md-auto:last-child ul.navbar-nav li.nav-item .dropdown-menu .col-12>.row .col-md {
    width: 100%;
    position: unset;
}

.navbar-collapse .col-md-auto:last-child ul.navbar-nav li.nav-item .dropdown-menu .col-12>.row .col-md img {
    width: 100%;
    height: auto;
}

.navbar-collapse .col-md-auto:last-child ul.navbar-nav li.nav-item .dropdown-menu .col-12 {
    width: 100%;
}

.navbar-collapse .col-md-auto:last-child ul.navbar-nav li.nav-item .dropdown-menu .col-12 .col-md a.nav-link {
    font-size: 16px;
}
    .corporate-gifting-page .row>article.col-12 {
    margin: 0 10px;
    max-width: calc(100%/3 - 22px);
    width: 100%;
    flex: 100%;
}
.corporate-gifting-page .row>.col-12 a.thumbnail .caption span.btn {
    height: 55px;
    font-size: 14px !important;
}
.corporate-gifting-page .row>.col-12 a.thumbnail .caption {
    padding: 0 15px 30px;
}
section.process-section .process-container .process-item h3 {
    font-size: 24px;
}
section.process-section .process-container {
    gap: 32px;
}
section.process-section .process-container {
    grid-template-columns: 270px 300px 320px;
}
section.process-section .process-container .process-item p {
    line-height: 28px;
}
section.process-section .process-container .process-item h3 {
    margin: 15px 0px 20px;
    font-size: 22px;
}
}

@media(max-width:1024px) {
    section.textslidecorporate .tsdiv h4.titleslide {
        font-size: 14px;
    }

    section.countrygifting-linear-slider-section .slick-list .img.slick-slide {
        font-size: 16px;
    }

    section.branding-section .branding-slider .branding-slide .branding-wrapper h2.hero-title {
        font-size: 26px;
        margin: 0 0 10px;
    }

    section.branding-section .branding-slider .branding-slide .branding-wrapper p.branding-content {
        font-size: 18px;
        margin: 0 0 30px;
    }

    section.section-third .continer .right p strong {
        margin-top: 20px;
        margin-bottom: 10px;
    }
        .corporate-gifting-page .row>.col-12 a.thumbnail .caption p {
    min-height: 125px;
}
    .corporate-gifting-page .row>.col-12 a.thumbnail .caption h5.h3 {
    margin: 0 !important;
}
section.section.pt-5 h2.text-center {
    font-size: 26px;
}
section.corporate-gifting-hero .hero-image img {
    height: auto;
    max-height: 500px;
}
form.form-inline.buying-options .row.gutters-8 {
    flex-wrap: wrap;
    gap: 12px;
}
 
form.form-inline.buying-options .row.gutters-8>.col-md-6 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
}
section.homepage-banner-slider .carousel-caption .col-lg-6 {
    padding: 0;
    max-width: 560px;
    width: 100%;
    flex: 100%;
}
}

@media(max-width:991px) {
    .hero-wrapper .hero-content {
        top: 40px;
    }

    .hero-wrapper .hero-content .hero-title {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .hero-wrapper .hero-content p.hero-description {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .hero-wrapper .hero-content p a {
        max-width: 190px;
        min-height: 48px;
        font-size: 16px;
    }

    .shop-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .shop-cards .shop-card:last-child {
        grid-column: span 2;
    }

    .wrapper-footer .section-usps ul.list-usps.no-gutters .usp-item {
        flex-flow: column;
        gap: 10px;
        padding: 0 1px;
    }

    section.feature-bar .feature-items {
        flex-wrap: wrap;
        height: auto;
    }

    section.feature-bar {
        height: auto;
        padding: 20px 0px;
    }

    section.corporate-gifting-hero .hero-image {
        min-height: 300px;
    }

    section.corporate-gifting .feature span {
        font-size: 15px;
    }

    section.process-section .process-container .process-item h3 {
        margin: 10px 0px 10px;
        font-size: 20px;
    }

    section.process-section .process-container .process-item p {
        font-size: 16px;
    }

    .testimonial-slider-section .testimonial-slider .content p.quote {
        font-size: 16px;
        margin: 0 0 10px;
    }

    .testimonial-slider-section .testimonial-slider .content p.label {
        font-size: 18px;
        margin: 0;
    }

    .testimonial-slider-section .testimonial-slider .content p.stars {
        font-size: 22px;
        line-height: 18px;
        margin: 10px 0px;
    }

    .testimonial-slider-section {
        padding: 35px 0px 30px;
    }

    section.countrygifting-linear-slider-section .slick-list .img.slick-slide {
        font-size: 15px;
        text-align: center;
    }

    section.n-responsive-content .row>.col-md-8.col-6:last-child {
        padding: 20px 25px;
    }

    section.n-responsive-content .row .enquire-content p {
        margin: 0 0 10px;
    }

    section.n-responsive-content .row .enquire-toggle h2.text-center {
        font-size: 30px;
    }

    section.corporate-gifting-hero .hero-wrapper::after {
        background: #00000069;
    }

    section.corporate-gifting-hero .hero-wrapper h1.hero-title {
        color: #fff;
    }

    section.corporate-gifting-hero .hero-wrapper p.hero-description {
        color: #fff;
    }

    section.corporate-gifting-hero .hero-wrapper .hero-content {
        max-width: 320px;
    }

    .hero-wrapper .hero-content .hero-title {
        font-size: 30px;

    }

    section.corporate-gifting-hero .hero-wrapper .hero-content a {
        max-width: 190px;
        height: 45px;
    }

    section.branding-section .branding-slider .branding-slide .branding-wrapper {
        flex-flow: column-reverse;
        gap: 0;
    }

    section.branding-section .branding-slider .branding-slide .branding-wrapper .hero-content {
        max-width: 100%;
        width: 100%;
    }

    section.branding-section .branding-slider .branding-slide .branding-wrapper .branding-image {
        max-width: 100%;
        width: 100%;
        border: 0;
        margin: 0 0 20px;
    }

    .bulk-order-section .bulk-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    section.corporate-fift-best-sellers .container article {
        flex: 100%;
        max-width: calc(100%/2 - 10px);
    }

    section.info-section .info-wrapper {
        grid-template-columns: 1fr;
    }

    section.info-section .info-wrapper {
        gap: 10px;
    }

    section.second-class {
        padding: 55px 0;
    }

    section.second-class h2 {
        margin: 0 0 20px;
        font-size: 26px;
    }

    section.second-class .container p {
        font-size: 20px;
    }

    section.section-third .continer {
        grid-template-columns: 1fr;
    }

    section.section-third .continer img {
        max-height: 600px;
        object-fit: cover;
    }

    section.section-third .continer .right h1 {
        font-size: 26px;
        margin: 0 0 15px;
    }

    section.section-third .continer .right .buttons {
        display: flex;
        justify-content: flex-start;
        gap: 20px;
    }

.navbar-collapse .col-md-auto:last-child ul.navbar-nav li.nav-item .dropdown-menu .col-12 .col-md img {
    aspect-ratio: 0.5/0.3;
    object-fit: cover;
}
.navbar-collapse .col-md-auto:last-child ul.navbar-nav li.nav-item .dropdown-menu .col-12>.row {
    overflow: auto;
    max-height: 64vh;
}
.extra-options-item+.extra-options-item .giftcard-item {
    width: 100%;
    flex: 100%;
    padding: 0 6px;
}
.extra-options-item+.extra-options-item .giftcard-item label.card.thumbnail.card-body p.card-title {
    font-size: 13px;
    font-weight: 500;
    font-family: 'DIN Pro';
}
.container.newgift .row .giftcard-slider .giftcard-item .card.thumbnail.card-body {
    height: max-content !important;
    position: relative;
    min-height: 170px;
}
.extra-options-item+.extra-options-item .giftcard-item label.card.thumbnail.card-body {
    min-height: 180px;
}
.extra-options-item+.extra-options-item .giftcard-item label.card.thumbnail.card-body p.text-sm {
    margin: 0;
}
.extra-options-item+.extra-options-item>.row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.extra-options-item+.extra-options-item>p, .extra-options-item.extra-options-gift-cardmt-4>p {
    font-size: 16px;
    font-weight: 500;
}
.navbar-collapse .col-md-auto:last-child ul.navbar-nav li.nav-item .dropdown-menu .col-12>.row .col-md img {
    display: none;
}
.header-desktop .row ul.navbar-nav li.nav-item.corpoerate-main-menu .dropdown-menu>.container {
    min-height: auto;
    position: relative;
}
    .corporate-gifting-page .row>article.col-12 {
    margin: 0 6px;
    max-width: calc(100%/3 - 12px);
}
.corporate-gifting-page .row>article.col-12 a.d-block {
    margin: 0 !important;
}
section.section .row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px  20px;
}
.corporate-gifting-page .row>.col-12 {
    padding: 0;
    max-width: calc(100%/2 - 11px);
    flex: 100%;
}
section.section .container.cont-blog .row.mb-5 {
    gap: 0;
    row-gap: 20px;
}
section.corporate-gifting-hero .hero-image img {
    height: auto;
    max-height: 390px;
}
.corporate-gifting-page .row>.col-12 a.thumbnail .caption span.btn {
    max-width: 240px;
    height: 45px;
}
.testimonial-slider-section .testimonial-slider-container .testimonial-slider {
    padding-bottom: 60px;
}
section.process-section .process-container {    
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
section.process-section .process-container .process-item p {
    line-height: 21px;
}
}

@media(max-width:767px) {
    section.process-section .process-container {    
    grid-template-columns: 1fr;
    gap: 20px;
}
    .header-desktop .row ul.navbar-nav li.nav-item.corpoerate-main-menu .dropdown-menu>.container {
    min-height: auto;
    position: absolute;
}
.header-desktop .row ul.navbar-nav li.nav-item.corpoerate-main-menu .dropdown-menu>.container {
    padding: 30px 20px;
}
.navbar-collapse .col-md-auto:last-child ul.navbar-nav li.nav-item .dropdown-menu .col-12 .col-md a.nav-link {
    font-size: 13px;
    line-height: 19px;
    padding: 0;
}
    .extra-options-item+.extra-options-item>.row {
    gap: 10px;
}

    .shop-cards {
        grid-template-columns: repeat(1, 1fr);
    }

    .shop-cards .shop-card:last-child {
        grid-column: span 1;
    }

    .hero-wrapper .hero-content {

        position: absolute;

        top: 50%;

        width: 100%;

        max-width: 280px;

        left: 15px;

        z-index: 2;

        transform: translate(0px, -44%);

        width: 100%;

    }

    .hero-wrapper .hero-content .hero-title {

        font-size: 30px;

        line-height: 1;

        font-family: 'DIN Pro';

        font-weight: 500;

    }

    .hero-wrapper .hero-content .hero-description {

        font-size: 16px;

        width: 100%;

        max-width: 300px;

        font-family: 'DIN Pro';

        font-weight: 500;

        letter-spacing: normal;

    }

    .gifting-actions {

        flex-wrap: wrap;

    }

    .gifting-features .feature {

        max-width: 100%;

    }

    .gifting-features {

        flex-wrap: wrap;

        flex-direction: column;

    }

    .shop-cards {

        flex-direction: column;

    }

    section.feature-bar {

        height: unset;

    }

    section.feature-bar .feature-items {

        flex-wrap: wrap;

        gap: 10px;

    }


    section.corporate-gifting>.container {
        padding: 0;
    }

    section.corporate-gifting>.container .gifting-features {
        gap: 0;
    }

    section.corporate-gifting .feature:nth-child(2) {
        border-left: 0;
        border-right: 0;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }

    section.corporate-gifting-hero .hero-image {
        min-height: 250px;
        display: flex;
    }

    section.process-section .process-container .process-item {
        max-width: 100%;
        text-align: center;
    }

    section.process-section h2 {
        font-size: 22px;
        color: #000;
        text-align: center;
    }

    section.process-section .process-container .process-item p {
        font-size: 16px;
        text-align: center;
    }

    section.corporate-figting-container-fluid h2.text-center {
        font-size: 22px;
    }

    .testimonial-slider-section .testimonial-slider .content {
        grid-template-columns: 1fr;
        gap: 20px;
        flex-flow: column-reverse;
    }

    .testimonial-slider-section .testimonial-slider .content .image {
        order: -1;
    }

    section.n-responsive-content .row {
        flex-flow: column;
    }

    section.n-responsive-content .row>.col-md-8.col-6:first-child {
        max-width: 100%;
    }

    section.n-responsive-content .row>.col-md-8.col-6:last-child {
        max-width: 100%;
        width: 100%;
        order: -1;
    }

    section.corporate-gifting {
        border: 0;
    }

    section.info-section h2.section-heading {
        margin: 0 0 20px;
        font-size: 22px;
    }

    .corporate-gifting-page .btn-wrap a.btn {
        margin: 0 auto;
    }

    section.info-section .info-wrapper .info-item h3 {
        font-size: 20px;
        margin: 0 0 7px;
    }

    section.corporate-fift-best-sellers {
        padding: 30px 0px 30px;
    }

    section.corporate-fift-best-sellers h2.section-title {
        margin: 0 0 7px;
        font-size: 22px;
    }

    .bulk-order-section .bulk-wrapper .bulk-steps .step .content h4 {
        font-size: 20px;
    }

    section.corporate-gifting-hero .hero-wrapper .hero-content h1.hero-title {
        font-size: 28px;
    }

    section.second-class {
        padding: 30px 0;
    }

    section.second-class h2 {
        margin: 0 0 10px;
        font-size: 22px;
    }

    section.second-class .container p {
        font-size: 16px;
    }

    section.section-third .continer .right {
        padding: 25px 20px;
    }

    section.section-third .continer .right h1 {
        font-size: 22px;
    }

    section.section-third .continer .right p {
        font-size: 16px;
    }

    section.section-third .continer .right ul li {
        font-size: 16px;
        margin: 0 0 8px;
    }
    .navbar-collapse .col-md-auto:last-child ul.navbar-nav li.nav-item .dropdown-menu .col-12>.row .custom-corporate-branding a.nav-link::after {
    display: none;
}

.navbar-collapse .col-md-auto:last-child ul.navbar-nav li.nav-item .dropdown-menu .col-12>.row .corporate-best-sellers-link a.nav-link::after {
    display: none;
}

.navbar-collapse .col-md-auto:last-child ul.navbar-nav li.nav-item .dropdown-menu .col-12>.row .corporate-portal-link a.nav-link::after {
    display: none;
}

.navbar-collapse .col-md-auto:last-child ul.navbar-nav li.nav-item .dropdown-menu .col-12>.row .corporate-blog-link a.nav-link::after {
    display: none;
}

.navbar-collapse .col-md-auto:last-child ul.navbar-nav li.nav-item .dropdown-menu .col-12>.row .custom-corporate-branding a.nav-link::after {
    display: none;
}
.navigation-open body #navbarMainMenu .row>.col-md-auto {
    width: 100%;
    max-width: 100%;
}
.navigation-open body #navbarMainMenu .row {
    flex-wrap: wrap;
}
    .carousel-item img {
    aspect-ratio: unset;
    min-height: 360px;
}
.corporate-gifting-page .row>article.col-12 {
      max-width: calc(100%/2 - 12px);
}
.carousel-fade .carousel-item .carousel-caption .container {
    padding: 0 16px;
}
section.homepage-banner-slider .carousel-caption .btn-light {
    max-width: max-content;
    padding: 8px 16px;
    font-size: 14px !important;
}
.testimonial-slider-section .testimonial-slider .content p.quote {
    font-size: 18px;
}
.container-fluid.cont-bottom section#homepage-content {
    padding: 0 15px;
}
}

@media(max-width:567px) {
    section.corporate-gifting-hero .hero-wrapper h1.hero-title {
        color: #000;
    }

    section.corporate-gifting-hero .hero-image {
        min-height: auto;
    }

    section.corporate-gifting-hero .hero-wrapper p.hero-description {
        color: #000;
    }

    .hero-wrapper .hero-content .hero-title {
        font-size: 24px;
        margin: 0 0 10px;
    }

    .hero-wrapper .hero-content .hero-title {
        font-size: 24px;
        margin: 0 0 10px;
    }

    .hero-wrapper .hero-content {
        position: unset;
        transform: unset;
        max-width: 100%;
        padding: 20px;
    }

    section.corporate-gifting-hero .hero-wrapper {
        display: flex;
        flex-flow: column-reverse;
        background: #ddd;
        padding: 20px 0px 0px;
    }

    section.corporate-gifting-hero .hero-wrapper::after {
        display: none;
    }

    section.corporate-figting-container-fluid h2.text-center {
        font-size: 20px;
        padding: 0 10px;
    }

    section.n-responsive-content .row .enquire-toggle h2.text-center {
        font-size: 26px;
    }

    section.n-responsive-content .row .enquire-toggle h4.text-center {
        font-size: 18px;
    }

    section.corporate-gifting-hero .hero-wrapper .hero-content a {
        max-width: 190px;
        height: 45px;
    }

    section.custom-corporate-gifting.corporate-gifting-hero .hero-wrapper .hero-content {
        transform: unset;
        text-align: left;
    }

    section.custom-corporate-gifting.corporate-gifting-hero .hero-wrapper .hero-content h1.hero-title {
        color: #000;
        font-weight: 500;
    }

    section.branding-section .branding-slider .branding-slide .branding-wrapper .branding-image img {
        max-height: 250px;
    }

    section.branding-section .branding-slider .branding-slide .branding-wrapper h2.hero-title {
        font-size: 22px;
        margin: 0 0 10px;
    }

    section.branding-section .branding-slider .branding-slide .branding-wrapper p.branding-content {
        font-size: 16px;
        margin: 0 0 30px;
    }

    section.branding-section .branding-slider .branding-slide .branding-wrapper .btn {
        padding: 11px 30px;
    }

    section.branding-section .branding-slider button.slick-arrow {
        background-size: 42px;
    }

    .bulk-order-section .bulk-wrapper .bulk-image .bulk-overlay h2 {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        z-index: 1;
    }

    .bulk-order-section .bulk-wrapper .bulk-image .bulk-overlay {
        padding: 16px 13px;
    }
section.section.pt-5 h2.text-center {
    margin-bottom: 20px !important;
}
    .bulk-order-section .bulk-wrapper .bulk-image .bulk-overlay a.bulk-btn {
        z-index: 1;
    }

    .bulk-order-section .bulk-wrapper .bulk-image .bulk-overlay:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #00000066;
        height: 100%;
    }

    .bulk-order-section .bulk-wrapper .bulk-steps .step .content h4 {
        font-size: 18px;
    }

    .bulk-order-section .bulk-wrapper .bulk-steps .step .content p {
        font-weight: 500;
    }

    section.corporate-fift-best-sellers .container article {
        flex: 100%;
        max-width: 100%;
    }

    section.info-section a.info-btn {
        padding: 12px 30px;
        font-size: 15px !important;
    }

    section.section-third .continer .right .buttons button {
        padding: 10px 24px;
        font-size: 15px !important;
    }

.navbar-collapse .col-md-auto:last-child ul.navbar-nav li.nav-item .dropdown-menu .col-12>.row {
    overflow: auto;
    max-height: max-content;
}

.extra-options-item+.extra-options-item .giftcard-item {
    max-width: 100%;
    width: 100%;
    flex: 100%;
    padding: 0px;
}
.container.newgift .row .giftcard-slider .giftcard-item {
    padding: 0 5px;
}
.container.newgift .row .giftcard-slider .giftcard-item .card.thumbnail.card-body {
    height: max-content !important;
    position: relative;
    min-height: 150px;
}
.extra-options-item+.extra-options-item {
    padding: 0;
}
.extra-options-item.align-items-center.extra-options-gift-cardmt-4 {
    padding: 0;
}
.extra-options-item+.extra-options-item>.row {
    grid-template-columns: repeat(2, 1fr);
}
   .corporate-gifting-page .row>.col-12 {
    padding: 0;
    max-width: 100%;
    flex: 100%;
}
.container-fluid.cont-bottom section#homepage-content .row {
    row-gap: 30px;
    flex-flow: unset;
    flex-wrap: wrap;
}
 
.container-fluid.cont-bottom section#homepage-content .row>.col {
    max-width: calc(100%/2 - 10px);
    width: 100%;
    flex: 100%;
}
section.section.pt-5 {
    padding: 30px 0px 20px !important;
}
section.section.pt-5 h2.text-center {
    font-size: 22px;
}
.container.cont-blog h2.text-center {
    margin-bottom: 20px !important;
    font-size: 24px;
}
.corporate-gifting-page .row>article.col-12 {
    max-width: 100%;
    margin: 0;
}
.container-fluid.cont-bottom {
    padding: 30px 0px;
}
body#n_home .row.faq_content.faqsection summary {
    padding: 0 !important;
    display: flex;
    align-items: center;
}
body#n_home .row.faq_content.faqsection details {
    padding: 10px;
}
section.corporate-gifting-hero .hero-wrapper .hero-content h1.hero-title {
    font-size: 26px;
}
.corporate-gifting-page .row>.col-12 a.thumbnail img {
    height: 100%;
    object-fit: cover;
    border: 1px solid #000;
}
.corporate-gifting-page .row>.col-12 a.thumbnail {
    aspect-ratio: 1;
}
section.container-fluid.cont-marquee .marquee img {
    max-width: 170px;
}
section.corporate-gifting-hero.homepage-gifting-sec .hero-wrapper .hero-content {
    transform: unset;
}
}