a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

.clear {
    clear: both
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important
}

/*!
 * Bootstrap Grid v5.0.2 (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)
 */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--bs-gutter-x, .75rem);
    padding-right: var(--bs-gutter-x, .75rem);
    width: 100%
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x)*-.5);
    margin-right: calc(var(--bs-gutter-x)*-.5);
    margin-top: calc(var(--bs-gutter-y)*-1)
}

.row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
}

@media (min-width:576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media (min-width:1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width:576px) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:768px) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:992px) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1200px) {
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1400px) {
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
}

.mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
}

.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
}

.mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
}

.mx-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.my-1 {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
}

.my-2 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
}

.my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
}

.my-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
}

.my-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
}

.my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
}

.px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

.px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
}

.py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.py-1 {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
}

.py-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
}

.py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
}

.py-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
}

.py-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

@media (min-width:576px) {
    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-sm-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-sm-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-sm-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-sm-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-sm-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-sm-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-sm-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-sm-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-sm-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-sm-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-sm-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-sm-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-sm-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-sm-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-sm-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-sm-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-sm-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-sm-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-sm-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-sm-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-sm-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-sm-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-sm-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }
}

@media (min-width:768px) {
    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-md-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-md-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-md-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-md-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-md-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-md-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-md-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-md-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-md-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-md-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-md-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-md-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-md-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-md-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-md-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-md-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-md-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-md-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-md-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-md-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-md-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-md-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-md-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-md-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }
}

@media (min-width:992px) {
    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-lg-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-lg-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-lg-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-lg-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-lg-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-lg-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-lg-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-lg-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-lg-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-lg-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-lg-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-lg-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-lg-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-lg-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-lg-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-lg-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-lg-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-lg-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-lg-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-lg-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-lg-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-lg-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-lg-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }
}

@media (min-width:1200px) {
    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-xl-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-xl-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-xl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-xl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-xl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-xl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-xl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-xl-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-xl-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-xl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-xl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-xl-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-xl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-xl-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-xl-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-xl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-xl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-xl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-xl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-xl-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-xl-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-xl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-xl-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-xl-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }
}

@media (min-width:1400px) {
    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-xxl-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-xxl-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-xxl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-xxl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-xxl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-xxl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-xxl-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-xxl-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-xxl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-xxl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-xxl-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-xxl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-xxl-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-xxl-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-xxl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-xxl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-xxl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-xxl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-xxl-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-xxl-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-xxl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-xxl-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-xxl-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

/* :root {
	--deep-color: #12312E;
	--main-dark-color: #1F5551;
	--main-color: #0D776E;
	--highlight-color: #0CC0B1;
	--medium-color: #65A6A0;
	--light-color: #EDF7F5;
	--right-nav-height: 64px;
	--image-border-radius: 80px;
	--header-height: 68px;
	--rounded20: 20px;
	--rounded40: 40px;
	--rounded60: 60px;
	--rounded120: 120px;
	--footer-padding: 80px;
	--bottom-footer-height: 100px;
} */
:root {
    --main-color: #0D776E;
    --main-dark-color: #151815;
    --deep-color: #12312E;
    --highlight-color: #0CC0B1;
    --sap-green: #367826;
    --forest-green: #1a3b1a;
    --olive-green: #93aa0c;
    --lime-green: #c5c200;
    --background-color: #f7faf9;
    --header-height: 70px;
    --global-transition-timing: .5s;
    --product-card-padding: 15px;
    --box-drop-shadow: 0 8px 25px rgba(45, 71, 50, .07);
    --swiper-pagination-color: #2c4731;
    --swiper-navigation-color: #fff
}

@font-face {
	font-family: 'Outfit';
	src: url('/fontface/Outfit-VariableFont_wght.woff2') format('woff2'),
		 url('/fontface/Outfit-VariableFont_wght.ttf') format('truetype');
	font-weight: 100 900;
	font-style: normal;
}

* {
    font-family: 'Outfit', Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
    outline: 0;
    padding: 0
}

*,
:after,
:before {
    box-sizing: border-box
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.noscroll {
    overflow: hidden
}

.container {
    max-width: 1320px;
}

.iubenda-tp-btn {
    display: none !important
}

body,
html {
    background-color: var(--background-color);
    color: var(--main-dark-color);
    font-size: 14px
}

body.menuopen {
    overflow: hidden;
    touch-action: none
}

ul {
    margin: 0
}

a,
a:active,
a:hover,
a:visited {
    color: inherit;
    text-decoration: none
}

button,
input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px
}

h1 {
    font-size: 3.2rem
}

h2 {
    font-size: 2.6rem
}

h3 {
    font-size: 2.4rem
}

p {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 25px
}

p:last-of-type {
    margin: 0
}

p a {
    text-decoration: underline
}

strong {
    font-weight: 600
}

img {
    height: auto;
    width: 100%
}

a.v-cta,
button.v-cta {
    background-color: var(--highlight-color);
    background-color: var(--main-color);
    color: #fff !important;
    cursor: pointer;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 300;
    /* height: 65px; */
    margin-top: 30px;
    max-width: 280px;
    padding: 24px 24px;
    text-align: left;
    text-transform: uppercase;
    border-radius: 10px;
    overflow: hidden;
    transition: background-position var(--global-transition-timing);
    width: 100%
}
a.v-cta:after,
button.v-cta:after {
    content: url(/images/arrow-cta.svg?fe5f984f354e4e3c78378c75ebe6f12e);
    position: relative;
    display: block;
    width: 20px;
    font-size: 0;
}
a.v-cta:hover,
button.v-cta:hover {
    background-position: 94% 82%;
}

.v-regular-padding {
    padding: 60px 0
}

.v-medium-padding {
    padding: 100px 0
}

.v-large-padding {
    padding: 150px 0
}

.v-breadcrumbs {
    align-items: center;
    display: flex;
    height: 40px;
    position: relative
}

.v-breadcrumbs:before {
    background-color: var(--main-color);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    opacity: .1;
    position: absolute;
    right: 0
}

.v-breadcrumbs ul {
    display: flex;
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0
}

.v-breadcrumbs li {
    display: inline;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 400;
    opacity: .4;
    transition: opacity var(--global-transition-timing)
}

.v-breadcrumbs li:hover,
.v-breadcrumbs li:last-child {
    opacity: 1
}

.v-breadcrumbs li+li:before {
    color: #000;
    content: "—";
    padding: 8px
}

.v-breadcrumbs li a {
    text-decoration: none;
}

/* ::-moz-selection {
    background: var(--main-color);
    color: #fff
}

::selection {
    background: var(--main-color);
    color: #fff
} */

header.v-main-header {
    background-color: var(--background-color);
    color: var(--main-color);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    transition: background-color var(--global-transition-timing);
    width: 100%
}

header.v-main-header .v-header-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-right: 0;
    position: relative
}

header.v-main-header .v-header-inner:after {
    background-color: var(--main-color);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    opacity: .1;
    position: absolute;
    right: 0
}

header.v-main-header .v-header-inner .v-logo {
    display: block;
    flex-shrink: 1;
    position: relative;
    width: 180px;
    padding: 8px 0;
}
header.v-main-header .v-header-inner .v-logo img {
    width: 90%;
}
header.v-main-header .v-header-inner .v-logo img:first-child {
    opacity: 1;
    transition: opacity var(--global-transition-timing)
}

header.v-main-header .v-header-inner .v-logo img:nth-child(2) {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity var(--global-transition-timing)
}

header.v-main-header .v-header-inner .v-header-nav {
    align-items: center;
    display: flex;
    flex-shrink: 0
}

header.v-main-header .v-header-inner .v-header-nav>ul {
    margin-right: 10px
}

header.v-main-header .v-header-inner .v-header-nav>ul>li {
    display: inline;
    position: relative
}

header.v-main-header .v-header-inner .v-header-nav>ul>li>a {
    color: var(--main-color);
    display: inline-block;
    font-weight: 400;
    padding: 5px 15px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
}

header.v-main-header .v-header-inner .v-header-nav>ul>li>a:before {
    background-color: var(--main-color);
    bottom: -3px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: width var(--global-transition-timing);
    width: 0;
}

.v-float.scroll header.v-main-header .v-header-inner .v-header-nav>ul>li>a:before {
    background-color: var(--main-color)
}

header.v-main-header .v-header-inner .v-header-nav>ul>li.current a:before {
    width: 40px
}

header.v-main-header .v-header-inner .v-header-nav ul ul {
    background: #fff;
    box-shadow: var(--box-drop-shadow);
    margin: 0;
    min-width: 150px;
    opacity: 0;
    overflow: hidden;
    padding: 25px;
    position: absolute;
    top: calc(100% + 5px);
    transition-duration: .3s;
    visibility: hidden;
    z-index: 10000
}

header.v-main-header .v-header-inner .v-header-nav>ul>li:hover>a+ul {
    opacity: 1;
    visibility: visible
}

header.v-main-header .v-header-inner .v-header-nav ul ul>li {
    margin-bottom: 12px
}

header.v-main-header .v-header-inner .v-header-nav ul ul>li:last-of-type {
    margin: 0
}

header.v-main-header .v-header-inner .v-header-nav ul ul>li a {
    color: var(--main-color) !important;
    display: block;
    font-weight: 600
}

header.v-main-header .v-header-inner .v-header-nav ul ul>li a:hover {
    text-decoration: underline
}

header.v-main-header .v-header-inner .v-header-nav .v-hamburger,
header.v-main-header .v-header-inner .v-header-nav .v-list {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: var(--header-height);
    justify-content: center;
    position: relative;
    width: var(--header-height)
}

header.v-main-header .v-header-inner .v-header-nav .v-hamburger:before,
header.v-main-header .v-header-inner .v-header-nav .v-list:before,
header.v-main-header .v-header-inner .v-header-nav .v-search:before {
    background-color: var(--main-color);
    bottom: 0;
    content: "";
    left: 0;
    opacity: .1;
    position: absolute;
    top: 0;
    width: 1px
}

header.v-main-header .v-header-inner .v-header-nav .v-list.v-active {
    background-color: var(--main-color);
    color: var(--background-color)
}

header.v-main-header .v-header-inner .v-header-nav .v-list.v-active svg path {
    fill: var(--background-color) !important
}

header.v-main-header .v-header-inner .v-header-nav .v-list .v-notify {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    color: #000;
    display: none;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: calc(100% + 10px);
    transition: opacity 1s;
    width: 280px
}

header.v-main-header .v-header-inner .v-header-nav .v-list.v-active .v-notify {
    opacity: 1;
    pointer-events: all
}

header.v-main-header .v-header-inner .v-header-nav .v-search {
    position: relative
}

header.v-main-header .v-header-inner .v-header-nav .v-search svg {
    fill: var(--main-color);
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px
}

header.v-main-header .v-header-inner .v-header-nav .v-search input {
    background-color: transparent;
    color: var(--main-color);
    cursor: pointer;
    height: var(--header-height);
    opacity: 0;
    padding: 10px 20px;
    transition: width .3s;
    width: var(--header-height)
}

.v-float header.v-main-header .v-header-inner .v-header-nav .v-search input {
    color: #fff
}

.v-float header.v-main-header .v-header-inner .v-header-nav .v-search input::-moz-placeholder {
    color: #fff;
    opacity: .6
}

.v-float header.v-main-header .v-header-inner .v-header-nav .v-search input:-ms-input-placeholder {
    color: #fff;
    opacity: .6
}

.v-float header.v-main-header .v-header-inner .v-header-nav .v-search input::placeholder {
    color: #fff;
    opacity: .6
}

header.v-main-header .v-header-inner .v-header-nav .v-search input::-moz-placeholder {
    color: var(--main-color);
    opacity: .4
}

header.v-main-header .v-header-inner .v-header-nav .v-search input:-ms-input-placeholder {
    color: var(--main-color);
    opacity: .4
}

header.v-main-header .v-header-inner .v-header-nav .v-search input::placeholder {
    color: var(--main-color);
    opacity: .4
}

header.v-main-header .v-header-inner .v-header-nav .v-search input:focus {
    cursor: text;
    opacity: 1;
    width: 200px
}

header.v-main-header .v-header-inner .v-header-nav .v-search input:focus+svg,
header.v-main-header .v-header-inner .v-header-nav.active ul {
    opacity: 0
}

header.v-main-header .v-header-inner .v-header-nav .v-list {
    display: flex;
    font-weight: 500;
    padding-left: 22px;
    padding-right: 22px;
    width: auto
}

header.v-main-header .v-header-inner .v-header-nav .v-list .v-list-icon {
    margin-right: 5px;
    transform: translateY(-2px)
}

header.v-main-header .v-header-inner .v-header-nav .v-list .v-list-icon svg {
    fill: var(--main-color);
    width: 26px
}

.v-float header.v-main-header {
    background-color: transparent;
    color: #fff;
    position: fixed !important
}

.scroll header.v-main-header {
    background-color: var(--background-color);
    color: var(--main-color)
}

.scroll header.v-main-header .v-header-inner .v-header-nav>ul>li>a {
    color: var(--main-color)
}

.v-float header.v-main-header .v-header-inner .v-logo img:first-child,
.v-float.scroll header.v-main-header .v-header-inner .v-logo img:nth-child(2) {
    opacity: 0
}

.v-float header.v-main-header .v-header-inner .v-logo img:nth-child(2),
.v-float.scroll header.v-main-header .v-header-inner .v-logo img:first-child {
    opacity: 1
}

.v-float header.v-main-header .v-header-inner .v-header-nav .v-hamburger:before,
.v-float header.v-main-header .v-header-inner .v-header-nav .v-list:before,
.v-float header.v-main-header .v-header-inner .v-header-nav .v-search:before,
.v-float header.v-main-header .v-header-inner:after {
    background-color: #fff;
    opacity: .2
}

.v-float.scroll header.v-main-header .v-header-inner .v-header-nav .v-hamburger:before,
.v-float.scroll header.v-main-header .v-header-inner .v-header-nav .v-list:before,
.v-float.scroll header.v-main-header .v-header-inner .v-header-nav .v-search:before,
.v-float.scroll header.v-main-header .v-header-inner:after {
    background-color: var(--main-color)
}

.v-float header.v-main-header .v-header-inner .v-header-nav li a {
    color: #fff
}

.v-float header.v-main-header .v-header-inner .v-header-nav svg path {
    fill: #fff
}

.v-float.scroll header.v-main-header .v-header-inner .v-header-nav svg path {
    fill: var(--main-color)
}

.v-float header.v-main-header .hamburger .line,
.v-float header.v-main-header .v-header-inner .v-header-nav li a:before {
    background-color: #fff
}

section.v-home-intro {
    position: relative
}

section.v-home-intro .container,
section.v-who .container {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: relative
}

.v-scroll-anim {
    align-items: center;
    bottom: 15px;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    left: 15px;
    margin-top: 30px;
    position: absolute;
    text-transform: uppercase;
    transition: .5s
}

.v-scroll-anim.hide {
    opacity: 0
}

.v-scroll-anim .v-line {
    height: 50px;
    margin-top: 5px;
    position: relative;
    width: 2px
}

.v-scroll-anim .v-line:before {
    -webkit-animation: anim 1.5s infinite;
    animation: anim 1.5s infinite;
    -webkit-animation-timing-function: cubic-bezier(.5, 0, 0, 1);
    animation-timing-function: cubic-bezier(.5, 0, 0, 1);
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.v-who .v-scroll-anim {
    color: var(--main-color)
}

.v-who .v-scroll-anim .v-line:before {
    background-color: var(--main-color)
}

.v-who .v-elettrico {
    margin-top: 35px
}

@-webkit-keyframes anim {
    0% {
        transform: scaleY(0);
        transform-origin: top
    }

    49% {
        transform: scaleY(100%);
        transform-origin: top
    }

    50% {
        transform: scaleY(100%);
        transform-origin: bottom
    }

    to {
        transform: scaleY(0);
        transform-origin: bottom
    }
}

@keyframes anim {
    0% {
        transform: scaleY(0);
        transform-origin: top
    }

    49% {
        transform: scaleY(100%);
        transform-origin: top
    }

    50% {
        transform: scaleY(100%);
        transform-origin: bottom
    }

    to {
        transform: scaleY(0);
        transform-origin: bottom
    }
}

section .v-background {
    align-items: center;
    background-size: cover;
    display: flex;
    height: 100vh;
    max-height: 900px;
    position: relative;
    z-index: 10
}

section .v-background h1 {
    color: #fff;
    font-size: 3.8rem;
    font-weight: 700;
    margin-bottom: 40px
}

section .v-background p {
    color: #fff;
    font-size: 16px;
    max-width: 500px
}

#canvas-basic {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

header.v-main-header {
    z-index: 10000
}

header.v-main-header .v-hamburger {
    cursor: pointer;
    display: none !important
}

header.v-main-header .hamburger {
    display: flex;
    flex-direction: column;
    height: 10px;
    justify-content: space-between
}

.v-float.scroll header.v-main-header .hamburger .line,
header.v-main-header .hamburger .line {
    background-color: var(--main-color);
    height: 2px;
    transform-origin: 69% 50%;
    transition-duration: .2s;
    width: 30px
}

body.menuopen header.v-main-header .hamburger {
    position: relative;
    transform: translateX(-2px);
    transition: transform .2s;
    z-index: 10000
}

body.menuopen header.v-main-header .hamburger .line.line1 {
    transform: rotate(-45deg)
}

body.menuopen header.v-main-header .hamburger .line.line2 {
    transform: rotate(45deg)
}

header.v-main-header .v-mobile-nav {
    display: none
}

section.v-home-steps {
    background-color: var(--main-color)
}

section.v-home-steps * {
    color: #fff
}

section.v-home-steps .v-title {
    margin-bottom: 100px;
    text-align: center
}

section.v-home-steps .v-title h2 {
    font-size: 40px
}

section.v-home-steps .v-title p {
    font-size: 16px
}

section.v-home-steps .v-scroller .v-step {
    opacity: .2;
    padding: 50px 100px;
    transition: opacity 1s
}

section.v-home-steps .v-scroller .v-step:last-of-type {
    margin-bottom: 0
}

section.v-home-steps .v-scroller .v-step.active {
    opacity: 1
}

section.v-home-steps .v-scroller .v-step p {
    font-size: 14px
}

section.v-home-blocks .v-block {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px
}

section.v-home-blocks .v-block:last-of-type {
    margin-bottom: 0
}

section.v-home-blocks .v-block.v-reverse {
    flex-direction: row-reverse
}

section.v-home-blocks .v-block h3 {
    font-size: 2.4rem;
    margin-bottom: 50px
}

section.v-home-blocks .v-block p {
    color: #555;
    -moz-column-count: 2;
    column-count: 2;
    font-size: 1.3rem;
    font-weight: 300
}

section.v-who .v-background {
    height: 70vh;
    min-height: 700px;
    overflow: hidden;
    position: relative;
    width: 100%
}

section.v-who .v-background:before {
    background-size: cover;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .2;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

section.v-who .v-background h1,
section.v-who .v-background p {
    color: var(--main-color);
    max-width: 80%
}

section.v-who .row {
    margin-bottom: 50px
}

section.v-who .v-people {
    display: flex;
    flex-wrap: wrap
}

section.v-who .v-people .v-people-row {
    padding: 40px 0;
    width: 50%
}

section.v-who .v-people .v-people-row .v-name {
    font-size: 1.2rem;
    font-weight: 600
}

section.v-who .v-people .v-people-row .v-mail {
    text-decoration: underline
}

section.v-infinite-slide .v-slide {
    height: 300px;
    overflow-x: hidden;
    position: relative
}

section.v-infinite-slide .v-slide:after,
section.v-infinite-slide .v-slide:before {
    -webkit-animation-duration: 300s;
    animation-duration: 300s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-image: url(/images/infinite-slide.jpg?f9cd7cf2df364ce8dbef92c364acea9f);
    content: "";
    display: block;
    height: 300px;
    left: 0;
    position: absolute;
    top: 0;
    width: 4377px
}

@-webkit-keyframes flowbefore {
    0% {
        transform: translateZ(0)
    }

    50% {
        transform: translate3d(-4377px, 0, 0)
    }

    50.001% {
        transform: translate3d(4377px, 0, 0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes flowbefore {
    0% {
        transform: translateZ(0)
    }

    50% {
        transform: translate3d(-4377px, 0, 0)
    }

    50.001% {
        transform: translate3d(4377px, 0, 0)
    }

    to {
        transform: translateZ(0)
    }
}

@-webkit-keyframes flowafter {
    0% {
        transform: translate3d(4377px, 0, 0)
    }

    50% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(-4377px, 0, 0)
    }
}

@keyframes flowafter {
    0% {
        transform: translate3d(4377px, 0, 0)
    }

    50% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(-4377px, 0, 0)
    }
}

section.v-infinite-slide .v-slide:before {
    -webkit-animation-name: flowbefore;
    animation-name: flowbefore
}

section.v-infinite-slide .v-slide:after {
    -webkit-animation-name: flowafter;
    animation-name: flowafter
}

section .v-video {
    margin-top: 50px
}

section .v-video video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

section.v-intro-section .welcome {
    text-align: center;
    margin-top: 40px;
}
section.v-intro-section .welcome h1 {
    font-weight: 500;
    color: #111;
}
section.v-intro-section .welcome h1 span {
    color: var(--highlight-color);
}
section.v-intro-section .welcome h1,
section.v-intro-section .welcome h2,
section.v-intro-section .welcome p {
    color: var(--deep-color);
}
section.v-intro-section .welcome h2 {
    font-size: 28px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 4px;
}

/* section.v-category .v-products-list .v-product-card .v-product-image:before {
    padding-top: 70% !important
}

section.v-category .v-products-list .v-product-card .v-product-image img {
    height: 100% !important;
    width: 100% !important
}

section.v-category .v-products-list .v-product-card .v-product-title {
    margin-bottom: 0 !important
}

section.v-category .v-products-list .v-product-card .v-product-title h4 {
    font-size: 18px;
    font-weight: 600;
    margin-right: 0 !important;
    text-align: center
} */

section.v-products .v-active-filter {
    padding-bottom: 35px
}

section.v-products .v-active-filter h3 {
    font-size: 14px;
    margin-bottom: 5px
}

section.v-products .v-active-filter .v-active-filter-list {
    align-items: center;
    display: flex
}

section.v-products .v-active-filter ul {
    font-size: 0;
    margin-right: 10px
}

section.v-products .v-active-filter li {
    align-items: center;
    border: 1px solid #999;
    color: #666;
    cursor: pointer;
    display: inline-block;
    display: inline-flex;
    font-size: 14px;
    font-weight: 300;
    justify-content: space-between;
    margin-bottom: 4px;
    margin-right: 4px;
    min-width: 150px;
    padding: 10px 16px
}

section.v-products .v-active-filter li:after {
    background-image: url(/images/delete-btn.svg?9fd71374c969b1059c08daa3f385c9c5);
    background-size: contain;
    content: "";
    display: block;
    height: 12px;
    margin-left: 8px;
    opacity: .7;
    width: 12px
}

section.v-products .v-active-filter li .v-label {
    font-size: .7rem
}

section.v-products .v-active-filter li .v-cat {
    color: #222
}

section.v-products .v-active-filter .v-filter-reset {
    color: #555;
    cursor: pointer;
    font-size: 12px;
    padding: 5px 0;
    text-decoration: underline;
    white-space: nowrap;
}

section.v-products .v-products-container {
    display: flex
}

section.v-products aside.v-filter {
    align-self: flex-start;
    padding-right: 20px;
    width: 360px
}

section.v-products h6 {
    color: var(--main-dark-color);
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px
}
section.v-products aside.v-filter .v-cat-filter.v-search {
    margin-bottom: 16px;
}
section.v-products aside.v-filter .v-cat-filter {
    margin-bottom: 32px
}

section.v-products aside.v-filter .v-search .v-search-field {
    display: flex
}

section.v-products aside.v-filter .v-search .v-search-field button {
    background-color: var(--main-color);
    color: #fff;
    cursor: pointer;
    padding: 5px 12px
}

section.v-products aside.v-filter .v-search input {
    background-color: transparent;
    border: 1px solid #d7e5d7;
    color: var(--main-color);
    font-weight: 400;
    padding: 10px;
    transition: border .3s;
    width: 100%
}

section.v-products aside.v-filter .v-search input:focus {
    border: 1px solid var(--highlight-color)
}

section.v-products aside.v-filter li {
    display: list-item;
    font-size: 14px;
    margin-bottom: 6px;
}

section.v-products aside.v-filter ul li ul {
    margin: 5px 0 10px 15px
}

section.v-products aside.v-filter input[type=checkbox] {
    position: relative;
    background-color: #d7e5d7;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 100%;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin-right: 4px;
    outline: 1px solid #d7e5d7;
    position: relative;
    transition: background-color .2s;
    vertical-align: middle;
    width: 20px
}

/* section.v-products aside.v-filter input[type=checkbox]:checked {
    background-color: var(--main-color);
    background-image: url(/images/check-light.svg?da60e12e48b5061c3c12b0aa9c69ed24);
    background-size: 60% 60%;
    outline: 1px solid var(--olive-green)
} */

section.v-products aside.v-filter input[type=checkbox]:checked {
    background-color: var(--main-color);
}

section.v-products aside.v-filter input[type=checkbox]:checked:before {
    content:"";
    position: absolute;
    width: 11px;
    height: 11px;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    background-image: url(/images/check-light.svg?da60e12e48b5061c3c12b0aa9c69ed24);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80% 80%;
}
/* section.v-products aside.v-filter input[type=checkbox]:checked:after {
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 100%;
    border: 1px solid var(--main-color);
    opacity: .15;
} */

section.v-products aside.v-filter input[type=checkbox]:disabled,
section.v-products aside.v-filter input[type=checkbox]:disabled+label {
    cursor: no-drop;
    opacity: .3
}

section.v-products aside.v-filter label {
    cursor: pointer;
    display: inline-block !important;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    vertical-align: middle
}

section.v-products aside.v-filter .v-cat-image ul {
    font-size: 0
}

section.v-products aside.v-filter .v-cat-image li {
    display: inline-block;
    margin-bottom: 8px;
    padding-right: 8px;
    width: 33.333333%
}

section.v-products aside.v-filter .v-cat-image label {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    width: 100%
}

section.v-products aside.v-filter .v-cat-image label img {
    border: 2px solid transparent;
    margin-bottom: 5px;
    transition: border .2s
}

section.v-products aside.v-filter .v-cat-image input[type=checkbox] {
    display: none
}

section.v-products aside.v-filter .v-cat-image input[type=checkbox]:checked+label {
    font-weight: 600
}

section.v-products aside.v-filter .v-cat-image input[type=checkbox]:checked+label img {
    border: 2px solid rgba(44, 71, 49, .6)
}

section.v-products aside.v-filter .v-clear-filter {
    border: 1px solid #d22e2e;
    color: #d22e2e;
    border-radius: 999px;
    cursor: pointer;
    display: inline-block;
    padding: 2px 8px;
    margin-bottom: 16px;
    transition: opacity .2s;
}

section.v-products aside.v-filter .v-clear-filter:hover {
    opacity: .8
}

section.v-products aside.v-filter .v-filter-buttons {
    display: none
}

section.v-products .v-products-list {
    position: relative
}

section.v-products .v-products-list .v-warning {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    padding: 80px 0 30px;
    position: relative !important;
    text-align: center;
    width: 100%;
    z-index: 100
}

section.v-products .v-products-list .v-warning img {
    margin-bottom: 20px;
    opacity: .6;
    width: 70px
}

section.v-products .v-products-list .v-product-card {
    margin-bottom: 30px
}

section.v-products .v-products-list .v-product-card-content {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: var(--product-card-padding);
    position: relative
}

section.v-category .v-products-list .v-product-card-content {
    padding: 0
}

section.v-products .v-products-list .v-product-card h4 {
    font-size: 16px;
    font-weight: 400
}

section.v-products .v-products-list .v-product-card .v-product-image {
    font-size: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    aspect-ratio: 4/5;
}
section.v-category .v-products-list .v-product-card .v-product-image {
    aspect-ratio: 5/4;
    border-radius: 24px;
    overflow: hidden;
}

section.v-category .v-products-list .v-product-card .v-product-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 65%);
    background: linear-gradient(0deg, rgba(13, 119, 110,.75) 0%, rgba(13, 119, 110,0) 50%);
    z-index: 2;
}

section.v-products .v-products-list .v-product-card .v-product-image img {
    /* height: 70%;
    height: 80%;
    left: 50%;
    -o-object-fit: contain; */
    object-fit: contain;
    object-position: center center;
    width: 100%;
    height: 100%;
    /* position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 80% */
    transform: scale(.8);
}
section.v-category .v-products-list .v-product-card .v-product-image img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: unset;
}

section.v-products .v-products-list .v-product-card .v-product-image .v-product-title {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 24px;
    z-index: 10;
}

section.v-products .v-products-list .v-product-card .v-product-image .v-product-title h4 {
    margin: 0;
    color: white;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 8px;
}
section.v-products .v-products-list .v-product-card .v-product-image .v-product-title p {
    display: block;
    color: white;
    font-size: 18px;
    line-height: 1.1;
    text-wrap: balance;
}

section.v-products .v-products-list .v-product-card .v-product-colors {
    position: absolute;
    right: var(--product-card-padding);
    top: var(--product-card-padding)
}

section.v-products .v-products-list .v-product-card .v-product-colors li {
    background-color: red;
    border: 1px solid rgba(80, 80, 80, .2);
    border-radius: 100%;
    height: 16px;
    margin-top: 2px;
    width: 16px
}

section.v-products .v-products-list .v-product-card .v-product-add {
    color: var(--main-color);
    cursor: pointer;
    font-size: 16px;
    font-weight: 300
}

section.v-products .v-products-list .v-product-card .v-product-add:hover {
    text-decoration: underline
}

section.v-products .v-products-list .v-filter-mobile {
    border: 1px solid var(--main-color);
    cursor: pointer;
    display: none;
    left: 0;
    margin-bottom: 15px;
    padding: 15px;
    top: 200px
}

section.v-products .v-products-list .v-filter-mobile .v-filter-button {
    align-items: center;
    display: flex;
    justify-content: center
}

section.v-products .v-products-list .v-filter-mobile .v-filter-button img {
    height: auto;
    margin-right: 10px;
    width: 20px
}

section.v-products .v-pagination {
    font-size: 0;
    padding: 50px 0;
    text-align: center
}

section.v-products .v-pagination a {
    align-items: center;
    background-color: var(--highlight-color);
    color: #fff;
    display: inline-flex;
    font-size: 16px;
    font-weight: 300;
    height: 56px;
    justify-content: center;
    margin: 0 1px;
    transition: opacity .2s;
    width: 56px
}

section.v-products .v-pagination a.active {
    background-color: var(--main-color);
    opacity: 1
}

section.v-products .v-pagination a:hover {
    opacity: .9
}

section.v-products .v-pagination a.active:hover {
    opacity: 1
}

section.v-product-page .v-single-product-container {
    display: flex
}

section.v-product-page .v-product-image {
    background-color: #fff;
    max-height: 100vh;
    padding: 150px 50px;
    position: relative;
    text-align: center;
    width: 50%
}

section.v-product-page .v-product-image:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 300%
}

section.v-product-page .v-product-image img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.v-back {
    align-items: center;
    background-color: rgba(0, 0, 0, .08);
    display: inline-flex;
    font-weight: 400;
    justify-content: center;
    padding: 10px 16px;
    font-size: 16px;
    border-radius: 999px;
}

.v-back svg {
    fill: rgba(var(--main-color), .4);
    margin-right: 10px;
    width: 7px
}

section.v-product-page .v-back {
    color: #5e6760;
    cursor: pointer;
    left: 0;
    position: absolute;
    top: 50px;
    transition: background-color .1s, color .1s;
}

section.v-product-page .v-back svg {
    fill: #5e6760;
    transition: fill .1s
}

section.v-product-page .v-back:hover {
    background-color: var(--main-color);
    color: #fff
}

section.v-product-page .v-back:hover svg {
    fill: #fff
}

section.v-product-page .v-product-sheet {
    padding: 100px 50px;
    width: 50%
}

section.v-product-page .v-product-sheet h1 {
    font-size: 32px;
    font-weight: 500;
    color: var(--main-color);
}

section.v-product-page .v-product-sheet .p-color {
    color: #777;
    font-weight: 300;
    margin-top: -25px
}

section.v-product-page .v-product-sheet .v-product-row,
section.v-product-page .v-product-sheet .v-product-title {
    margin-bottom: 30px
}

section.v-product-page .v-product-sheet .v-product-row:last-of-type {
    margin: 0
}

section.v-product-page .v-product-sheet h4 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 18px;
}
section.v-product-page .v-product-sheet span,
section.v-product-page .v-product-sheet p {
    font-size: 18px !important;
    font-weight: 300 !important;
}

section.v-product-page .v-product-sheet .v-product-list p {
    font-size: inherit;
    font-weight: inherit;
    margin: 0
}

section.v-product-page .v-product-sheet .v-product-list li {
    font-size: 18px;
    padding: 2px 0
}

section.v-product-page .v-product-colors input[type=checkbox] {
    background-color: red;
    border: 1px solid rgba(80, 80, 80, .2);
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 30px;
    margin-right: 5px;
    position: relative;
    width: 30px
}

section.v-product-page .v-product-colors input[type=checkbox]:checked:before {
    border: 2px solid var(--highlight-color);
    border-radius: 100%;
    bottom: -5px;
    content: "";
    left: -5px;
    position: absolute;
    right: -5px;
    top: -5px
}

section.v-product-page .v-product-colors ul {
    font-size: 0
}

section.v-product-page .v-product-colors li {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 8px
}

section.v-product-page .v-product-colors li a {
    background-color: #fff;
    display: inline-block;
    height: 80px;
    padding: 5px;
    position: relative;
    width: 80px
}

section.v-product-page .v-product-colors li a img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

section.v-product-page .v-product-colors li a .v-color {
    background-color: #698f5e;
    border: 1px solid rgba(80, 80, 80, .2);
    border-radius: 100%;
    height: 20px;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 20px;
    z-index: 10
}

section.v-product-page .v-product-colors li a:hover {
    outline: 2px solid #ccc
}

section.v-product-page .v-product-colors li.selected a {
    outline: 2px solid var(--highlight-color)
}

section.v-product-page .v-product-colors li.p-disabled {
    opacity: .5
}

section.v-product-page .v-product-colors li.p-disabled a {
    cursor: not-allowed;
    outline: 2px solid #ccc
}

section.v-product-page .v-product-cta a.v-cta:after {
    content: url(/images/plus-cta.svg?c36b5883404dd8753adc7a806057b71f);
    position: relative;
    display: block;
    width: 20px;
}

section.v-products .v-products-related .v-title {
    margin-bottom: 50px;
    text-align: center
}

.v-float .v-services-guide {
    bottom: 15px;
    position: absolute;
    right: 15px;
    width: 460px
}

.v-services-guide {
    margin-top: 50px
}

.v-services-guide ul {
    font-size: 0
}

.v-services-guide li {
    background-color: rgb(22, 155, 143);
    display: inline-block;
    font-size: 0;
    padding: 1px;
    position: relative;
    width: 33.3333333%
}

.v-services-guide li:nth-child(2),
.v-services-guide li:nth-child(2):after {
    background-color: rgba(15, 138, 128, 1);
}

.v-services-guide li:nth-child(3) {
    background-color: var(--main-color)
}

.v-services-guide li:before {
    content: "";
    display: block;
    padding-top: 100%
}

.v-services-guide li:after {
    background-color: rgb(22, 155, 143);
    -webkit-clip-path: polygon(0 100%, 0 0, 50% 50%);
    clip-path: polygon(0 100%, 0 0, 50% 50%);
    content: "";
    display: block;
    height: 40px;
    position: absolute;
    right: -29px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    z-index: 1
}

.v-services-guide li:last-of-type:after {
    content: none
}

.v-services-guide li .v-service-content {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    left: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 1000
}

.v-services-guide li .v-service-content img {
    margin-bottom: 3px;
    width: 40%
}

.v-services-guide li .v-service-content .v-title {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px
}

.v-services-guide li .v-service-content p {
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0
}

.v-services-page .v-services-guide {
    max-width: 576px;
    position: relative;
    z-index: 9
}

section.v-cart-page .v-back {
    background-color: #fff;
    color: #95a297;
    margin-bottom: 50px;
    transition: background-color .1s, color .1s
}

section.v-cart-page .v-back svg {
    fill: #95a297;
    transition: fill .1s
}

section.v-cart-page .v-back:hover {
    background-color: var(--main-color);
    color: #fff
}

section.v-cart-page .v-back:hover svg {
    fill: #fff
}

section.v-cart-page .v-cart-product-row {
    align-items: center;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding: 15px
}

section.v-cart-page .v-cart-product-row:last-of-type {
    margin: 0
}

section.v-cart-page .v-cart-product-row .v-product-image {
    align-items: center;
    display: flex;
    height: 100px;
    justify-content: center;
    margin-right: 10px;
    text-align: center;
    width: 100px
}

section.v-cart-page .v-cart-product-row .v-product-image img {
    height: 80%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 80%
}

section.v-cart-page .v-cart-product-row .v-product-description {
    flex: 1
}

section.v-cart-page .v-cart-product-row .v-product-description .v-name {
    font-weight: 400;
    font-size: 18px;
}

section.v-cart-page .v-cart-product-row .v-product-description .v-color {
    color: var(--main-dark-color);
    font-size: 14px;
    font-weight: 300;
    opacity: .6
}

section.v-cart-page .v-cart-product-row .v-product-description .v-add-notes {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px
}

section.v-cart-page .v-cart-product-row .v-product-description .v-add-notes:before {
    content: "+ ";
    display: inline
}

section.v-cart-page .v-cart-product-row.open .v-product-description .v-add-notes:before {
    content: "− "
}

section.v-cart-page .v-cart-product-row .v-product-delete a {
    display: block;
    margin: 0 10px;
    padding: 5px
}

section.v-cart-page .v-cart-product-row .v-product-delete img {
    height: auto;
    width: 14px
}

section.v-cart-page .v-cart-product-row .v-product-note {
    flex-basis: 100%;
    height: 0;
    margin-top: 0;
    opacity: 0;
    overflow: hidden;
    transition: height .3s, opacity .3s, margin-top .3s;
    width: 100%
}

section.v-cart-page .v-cart-product-row.open .v-product-note {
    height: 100px;
    margin-top: 10px;
    opacity: 1
}

section.v-cart-page .v-cart-product-row .v-product-note textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #444;
    font-size: 12px;
    height: 100%;
    padding: 10px;
    width: 100%
}

section.v-cart-page .v-cart-products .v-product-cta {
    text-align: right
}

section.v-cart-page .v-cart-products .v-product-cta .v-cta:after {
    content: url(/images/plus-cta.svg?c36b5883404dd8753adc7a806057b71f);
}

section.v-cart-page .v-checkout {
    align-self: flex-start;
    position: -webkit-sticky;
    position: sticky;
    top: 100px
}

section.v-cart-page .v-checkout .v-title {
    margin-bottom: 25px
}

section.v-cart-page .v-checkout .v-title h2 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 16px;
}

.v-data-form {
    background-color: #fff;
    box-shadow: var(--box-drop-shadow);
    padding: 40px 40px 25px
}

.v-data-form .v-field {
    margin-bottom: 20px;
    position: relative
}

.v-data-form div[class^=col-] {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.v-data-form input[type=email],
.v-data-form input[type=tel],
.v-data-form input[type=text],
.v-data-form select,
.v-data-form textarea {
    border: 1px solid #eee;
    font-size: 14px;
    height: 50px;
    padding: 5px 10px;
    width: 100%
}

.v-data-form textarea {
    height: 200px;
    padding: 10px
}

.v-data-form input[type=radio] {
    display: none
}

.v-data-form input[type=radio]+label {
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline;
    font-size: 14px;
    height: 50px;
    padding: 6px 12px;
    width: 100px;
    border-radius: 999px;
    margin-right: 4px;
    text-transform: uppercase;
}

.v-data-form input[type=radio]:checked+label {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
    display: inline;
}

.v-data-form option {
    color: #000
}

.v-data-form input {
    color: var(--main-dark-color)
}

.v-data-form input::-moz-placeholder,
.v-data-form textarea::-moz-placeholder {
    color: #ccc
}

.v-data-form input:-ms-input-placeholder,
.v-data-form textarea:-ms-input-placeholder {
    color: #ccc
}

.v-data-form input::placeholder,
.v-data-form select,
.v-data-form textarea::placeholder {
    color: #ccc
}

.v-data-form .v-field.v-select:before {
    background-image: url(/images/arrow.svg?cbc994c6218b4e9a72548dc0447a0078);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 16px;
    opacity: .5;
    position: absolute;
    right: 28px;
    top: 18px;
    width: 16px
}

.v-data-form .v-field.v-select select {
    cursor: pointer
}

.v-data-form .v-field.v-check {
    display: flex
}

.v-data-form .v-field.v-check input[type=checkbox] {
    background-color: #eee;
    cursor: pointer;
    flex-shrink: 0;
    height: 20px;
    margin-right: 5px;
    width: 20px
}

.v-data-form .v-field.v-check.v-error input[type=checkbox] {
    border: 2px solid #cc1919
}

.v-data-form .v-field.v-check input[type=checkbox]:checked {
    background-image: url(/images/check.svg?4b59468bdcea729226317c70e8616756);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 65%
}

.v-data-form .v-field.v-check label {
    color: #999;
    cursor: pointer;
    font-size: 10px
}

.v-data-form .v-field.v-check label a {
    font-weight: 600;
    text-decoration: underline
}

.v-data-form .v-field a.v-back {
    align-items: flex-end;
    display: flex;
    font-size: 12px;
    height: 100%;
    justify-content: flex-start;
    margin: 0;
    padding: 0
}

.v-data-form .v-field a.v-back:hover {
    background-color: unset;
    color: inherit
}

.v-data-form .v-field a.v-cta,
.v-data-form .v-field button.v-cta {
    /* float: right;
    height: 55px;
    margin: 0;
    max-width: 160px; */
    padding: 16px 24px;
    max-width: 220px;
    margin-left: auto;
}

.v-data-form .v-field .text-danger {
    color: #cc1919;
    display: block;
    font-size: 14px;
    margin-top: 5px
}

section.v-thankyou-page .v-thankyou-content {
    align-items: center;
    background-color: #fff;
    box-shadow: var(--box-drop-shadow);
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 700px;
    padding: 60px;
    width: 100%
}

section.v-thankyou-page .v-thankyou-content img {
    margin-bottom: 30px;
    width: 90px
}

section.v-thankyou-page .v-thankyou-content h1 {
    margin-bottom: 10px
}

section.v-thankyou-page .v-thankyou-content p {
    color: #777;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    text-wrap: balance;
}

section.v-thankyou-page .v-thankyou-content .v-cta:after {
    content: none;
}
section.v-thankyou-page .v-thankyou-content .v-cta:before {
    content: url(/images/arrow-cta.svg?fe5f984f354e4e3c78378c75ebe6f12e);
    position: relative;
    display: block;
    width: 20px;
    font-size: 0;
    transform: rotate(180deg);
}

section.v-thankyou-page .v-thankyou-content .v-cta:hover {
    background-position: 88% 82%
}

section.v-services-page .v-services-menu {
    -webkit-overflow-scrolling: touch;
    background-color: var(--background-color);
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 30px;
    padding-top: 30px;
    position: -webkit-sticky;
    position: sticky;
    top: var(--header-height);
    white-space: nowrap;
    z-index: 10
}

section.v-services-page .v-services-menu::-webkit-scrollbar {
    display: none
}

section.v-services-page .v-services-menu li,
section.v-services-page .v-services-menu ul {
    display: inline-block
}

section.v-services-page .v-services-menu li a {
    border: 2px solid var(--main-color);
    color: var(--main-color);
    display: inline-block;
    font-weight: 600;
    padding: 12px 20px;
    text-transform: uppercase;
    transition: opacity .3s
}

section.v-services-page .v-service-slider {
    margin-bottom: 100px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

section.v-services-page .v-service-slider .swiper-slide {
    height: 280px;
    margin-right: 10px;
    overflow: hidden;
    width: unset
}

section.v-services-page .v-service-slider#tipologie .swiper-slide,
section.v-services-page .v-service-slider.v-small .swiper-slide {
    height: 200px
}

section.v-services-page .v-service-slider .swiper-slide:last-of-type {
    margin-right: 0
}

section.v-services-page .v-service-slider .swiper-slide img {
    height: 100%;
    transition: transform .3s;
    width: auto
}

section.v-services-page .v-service-slider .swiper-slide a.v-pop {
    align-items: flex-end;
    bottom: 0;
    cursor: pointer;
    display: flex;
    height: 100%;
    pointer-events: none;
    position: absolute;
    transform: translateY(70px);
    transition: transform .3s;
    width: 100%;
    z-index: 100
}

section.v-services-page .v-service-slider .swiper-slide a.v-pop span {
    align-items: center;
    background-color: var(--highlight-color);
    color: #fff;
    display: flex;
    font-size: 16px;
    height: 70px;
    justify-content: center;
    text-transform: uppercase;
    width: 100%;
    z-index: 100
}

section.v-services-page .v-service-slider .swiper-slide:hover a.v-pop {
    pointer-events: all;
    transform: translateY(0)
}

section.v-services-page .v-service-slider .swiper-slide:hover img {
    transform: translateY(-20px)
}

section.v-services-page .v-service-slider .swiper-slide.v-static:hover img {
    transform: none
}

section.v-services-page .v-service-slider .swiper-slide.v-nolink:hover a.v-pop {
    cursor: default;
    pointer-events: none !important
}

section.v-services-page .v-service-slider .swiper-pagination-progressbar {
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    top: unset
}

section.v-services-page .v-service-slider .swiper-button-next,
section.v-services-page .v-service-slider .swiper-button-prev {
    display: inline-block;
    height: unset;
    left: unset;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: relative;
    right: unset;
    width: unset
}

section.v-services-page .v-service-slider .swiper-button-next:after,
section.v-services-page .v-service-slider .swiper-button-prev:after {
    background-color: #fff;
    background-image: url(/images/arrow-next.svg?7c088622a2c52d730ba655736ffe7114);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 40%;
    box-shadow: var(--box-drop-shadow);
    content: "";
    display: block;
    height: 36px;
    width: 80px
}

section.v-services-page .v-service-slider .swiper-button-prev:after {
    background-image: url(/images/arrow-prev.svg?9b3b83be3a7f8993bf32d6bebed60262)
}

section.v-services-page .v-service-slider .swiper-button-next.swiper-button-disabled,
section.v-services-page .v-service-slider .swiper-button-prev.swiper-button-disabled {
    opacity: .3
}

section.v-services-page .v-service-slider#dichiarazione .pdf-download a {
    display: block;
    width: 220px
}

section.v-services-page .video-content {
    margin-bottom: 50px
}

section.v-services-page .video-wrapper {
    height: 0;
    padding-bottom: 56.25%;
    position: relative
}

section.v-services-page .video-wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

section.v-services-page .video-content .video-title {
    padding-top: 20px
}

section.v-services-page .video-content .video-title h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 10px
}

section.v-services-page .video-content .video-title p {
    color: #666;
    font-size: 14px
}

section.v-contact .v-address {
    color: #777;
    font-size: 16px;
}

section.v-contact .v-address h1 {
    color: var(--main-color);
    margin-bottom: 50px
}

section.v-contact .v-address h6 {
    color: var(--main-color);
    margin-bottom: 15px;
    font-size: 22px;
}

section.v-contact .v-address [class^=col-] {
    font-weight: 300;
    margin-bottom: 40px
}

section.v-contact .v-map {
    align-items: center;
    display: flex;
    height: 500px;
    justify-content: center;
    overflow: hidden
}

section.v-contact .v-map iframe {
    height: 100%;
    width: 100%
}

section.v-contact .v-data-form {
    margin-top: 100px;
    max-width: 650px
}

section.v-contact .v-data-form .v-title {
    margin-bottom: 50px
}

section.v-contact .v-data-form .v-title h2 {
    color: var(--main-color);
    font-size: 26px
}

section.v-contact .v-data-form .v-title p {
    font-size: 16px
}

footer {
    background-color: var(--main-dark-color)
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

main {
    flex: 1
}

footer.v-main-footer {
    background-color: var(--main-color);
}
.v-footer {
    color: #fff;
    font-size: 12px;
    padding-bottom: 80px;
    padding-top: 80px
}

.v-footer .v-logo {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important
}

.v-footer .v-logo img {
    display: block;
    margin-bottom: 15px;
    width: 220px
}

.v-footer .v-footer-col {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8
}

.v-footer .v-footer-col a:hover {
    text-decoration: underline
}

.v-footer .v-footer-col h6 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: var(--highlight-color)
}
.v-footer .v-footer-col li a {
    font-size: 16px;
}

.animated {
    opacity: 0;
    transform: translateY(30px);
    transition-duration: .8s
}

.animated.active {
    opacity: 1;
    transform: translateY(0)
}

.animated.active:nth-child(2) {
    transition-delay: .3s
}

.animated.active:nth-child(3) {
    transition-delay: .6s
}

.animated.active:nth-child(4) {
    transition-delay: .9s
}

.fadeIn {
    opacity: 0;
    transition-duration: 1.5s
}

.fadeIn.active {
    opacity: 1;
    transition-delay: .3s
}

@media screen and (max-width:880px) {
    header.v-main-header .v-header-inner .v-header-nav li a {
        padding: 5px 10px
    }
}

@media screen and (max-width:768px) {
    header.v-main-header .v-header-inner .v-header-nav ul {
        display: none
    }

    header.v-main-header .v-header-inner .v-header-nav .v-hamburger {
        display: flex !important
    }

    header.v-main-header .v-mobile-nav {
        background-color: var(--main-color);
        box-shadow: 0 0 50px transparent;
        display: block;
        height: 100vh;
        left: 0;
        overflow-y: scroll;
        padding: 35px;
        position: fixed;
        top: 0;
        transform: translateX(-100%);
        transition: transform .3s ease-in-out, box-shadow .3s ease-in-out;
        width: calc(100vw - var(--header-height) + 1px);
        z-index: 100000
    }

    body.menuopen header.v-main-header .v-mobile-nav {
        box-shadow: 0 0 50px rgba(0, 0, 0, .3);
        transform: translateX(0)
    }

    header.v-main-header .v-mobile-nav input {
        background-color: transparent;
        border: 1px solid hsla(0, 0%, 100%, .3);
        color: #fff;
        font-size: 16px;
        margin-bottom: 20px;
        padding: 12px;
        transition: border var(--global-transition-timing);
        width: 100%
    }

    header.v-main-header .v-mobile-nav input:focus {
        border: 1px solid hsla(0, 0%, 100%, .8)
    }

    header.v-main-header .v-mobile-nav ul>li {
        margin-bottom: 10px
    }

    header.v-main-header .v-mobile-nav ul>li>a {
        color: #fff;
        display: inline-block;
        font-size: 30px;
        padding: 5px
    }

    header.v-main-header .v-mobile-nav ul ul {
        border-left: 2px solid #fff;
        margin-bottom: 10px;
        margin-left: 25px;
        margin-top: 10px;
        padding-left: 20px
    }

    section .v-background h1 {
        font-size: 7vw
    }

    section.v-products .v-products-list .v-filter-mobile {
        display: block
    }

    section.v-products aside.v-filter {
        background: var(--background-color);
        display: flex;
        height: 100%;
        left: 0;
        opacity: 0;
        overflow-y: scroll !important;
        padding: 30px 30px 140px;
        position: fixed;
        top: 0;
        transition: opacity var(--global-transition-timing);
        visibility: hidden;
        width: 100%;
        z-index: 10000
    }

    section.v-products aside.v-filter.active {
        opacity: 1;
        visibility: visible
    }

    section.v-products aside.v-filter .v-product-filter {
        height: 100vh
    }

    section.v-products aside.v-filter .v-filter-buttons {
        align-items: center;
        background: var(--background-color);
        bottom: 0;
        box-shadow: 0 -5px 30px rgba(0, 0, 0, .05);
        display: flex;
        left: 0;
        padding: 15px;
        position: fixed;
        width: 100%
    }

    section.v-products aside.v-filter .v-filter-buttons .v-fb {
        border: 1px solid var(--forest-green);
        color: var(--forest-green);
        cursor: pointer;
        font-size: 16px;
        font-weight: 500;
        padding: 12px 36px;
        text-align: center;
        width: 100%
    }

    section.v-products aside.v-filter .v-filter-buttons .v-fb.v-close {
        font-weight: 400;
        margin-right: 7.5px
    }

    section.v-products aside.v-filter .v-filter-buttons .v-fb.v-apply {
        background-color: var(--forest-green);
        color: #fff;
        margin-left: 7.5px
    }

    section.v-products aside.v-filter .v-cat-image li {
        width: 25%
    }

    section.v-product-page .v-product-image {
        max-height: 70vh
    }
}

@media screen and (max-width:576px) {

    .v-large-padding,
    .v-medium-padding,
    .v-regular-padding {
        padding: 30px 0
    }

    header.v-main-header .v-header-inner .v-header-nav .v-search {
        display: none
    }

    header.v-main-header .v-header-inner .v-header-nav .v-list {
        padding-left: 14px;
        padding-right: 14px
    }

    section.v-who .v-people .v-people-row {
        padding: 20px 0;
        width: 100%
    }

    .v-float .v-services-guide {
        bottom: unset;
        margin-bottom: 15px;
        margin-top: 70px;
        position: relative;
        right: unset;
        width: 100%
    }

    section.v-product-page .v-single-product-container {
        display: block
    }

    section.v-home-steps .v-scroller .v-step {
        padding: 50px
    }

    section.v-product-page .v-product-image,
    section.v-product-page .v-product-sheet {
        width: 100%
    }

    section.v-product-page .v-product-image {
        padding: 150px 50px 80px
    }

    section.v-product-page .v-product-sheet {
        padding: 30px 0
    }

    section.v-products .v-products-related .v-title h2 {
        font-size: 26px
    }

    section.v-product-page .v-product-image {
        max-height: unset
    }

    section.v-product-page .v-product-image img {
        max-height: 40vh
    }
}

@media screen and (max-width:414px) {
    header.v-main-header .v-header-inner .v-logo img {
        width: 120px
    }

    section.v-home-blocks .v-block .v-image {
        margin-bottom: 50px
    }

    section.v-home-blocks .v-block h3 {
        margin-bottom: 20px
    }

    section.v-home-blocks .v-block p {
        -moz-column-count: 1;
        column-count: 1
    }

    section .v-background {
        display: block;
        height: unset;
        min-height: unset !important
    }

    section .v-background .container {
        padding-bottom: 40px;
        padding-top: 140px
    }

    section .v-background h1 {
        font-size: 7.5vw
    }

    .v-float .v-services-guide {
        margin-bottom: 0;
        margin-top: 0
    }

    .v-scroll-anim {
        bottom: unset;
        left: unset;
        margin-top: 25px;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        position: relative
    }

    .v-services-guide li .v-service-content {
        padding: 8px
    }

    .v-services-guide li .v-service-content .v-title {
        font-size: 14px
    }

    .v-services-guide li .v-service-content p {
        font-size: 9px
    }

    section.v-home-steps .v-scroller .v-step {
        padding: 30px
    }

    section.v-category .v-products-list .v-product-card .v-product-title h4 {
        font-size: 26px;
    }

    section.v-products .v-active-filter .v-active-filter-list {
        display: block
    }

    section.v-products .v-active-filter li {
        font-size: 14px;
        padding: 8px 12px
    }

    section.v-products .v-active-filter li:after {
        height: 9px;
        width: 9px
    }

    section.v-products .v-products-list .v-product-card {
        margin-bottom: 20px
    }

    section.v-products .v-products-list .v-product-card .v-product-title {
        margin-bottom: 10px
    }

    section.v-products .v-products-list .v-product-card .v-product-title h4 {
        font-size: 10px;
        margin: 0
    }

    section.v-products .v-products-list .v-product-card .v-product-add {
        font-size: 3vw
    }

    section.v-cart-page .v-cart-products {
        margin-bottom: 50px
    }

    section.v-cart-page .v-checkout .v-title h2 {
        font-size: 7vw
    }

    .v-breadcrumbs li {
        font-size: 10px
    }

    .v-breadcrumbs li+li:before {
        content: "-";
        padding: 8px 4px
    }

    .v-breadcrumbs li:last-of-type {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: auto
    }

    .v-data-form {
        padding: 40px 15px
    }

    .v-data-form .v-field a.v-cta,
    .v-data-form .v-field button.v-cta {
        height: 80px;
        max-width: unset
    }

    .v-footer .v-footer-col {
        margin-bottom: 25px
    }

    .v-footer .v-footer-col h6 {
        margin-bottom: 0
    }
}

@media screen and (max-width:320px) {
    header.v-main-header .v-header-inner .v-header-nav .v-list {
        display: none
    }
}

.sadsgfdh {
    display: none
}