#onetrust-consent-sdk {
    z-index: 9999999999;
    position: relative
}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #da3088;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #1e1e1e;
    --gray-dark: #343a40;
    --primary: #003c7f;
    --secondary: #1e1e1e;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #fff5ec;
    --dark: #323232;
    --breakpoint-xs: 0;
    --breakpoint-sm: 400px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1025px;
    --breakpoint-xl: 1440px;
    --font-family-sans-serif: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
*::before,
*::after {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(15, 15, 15, 0)
}

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

body {
    margin: 0;
    font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    color: #0f0f0f;
    text-align: left;
    background-color: #f5f5f5;
    background-image: url('../css/sfondo-desktop-radiocor.jpg');
    background-position: center; 
    background-repeat: no-repeat;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 10px
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: 700
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #0f0f0f;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: rgba(0, 60, 127, 0.7);
    text-decoration: none
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #1e1e1e;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role="button"] {
    cursor: pointer
}

select {
    word-wrap: normal
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1
}

h1,
.h1 {
    font-size: 2.5rem
}

h2,
.h2 {
    font-size: 2rem
}

h3,
.h3 {
    font-size: 1.75rem
}

h4,
.h4 {
    font-size: 1.5rem
}

h5,
.h5 {
    font-size: 1.25rem
}

h6,
.h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.1
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.1
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(15, 15, 15, 0.25)
}

small,
.small {
    font-size: .875em;
    font-weight: 400
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 20px;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: .875em;
    color: #1e1e1e
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #f5f5f5;
    border: 1px solid #75736b;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: 10px;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #1e1e1e
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 400px) {

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

@media (min-width: 768px) {

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

@media (min-width: 1025px) {

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

@media (min-width: 1440px) {

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

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

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

.row-cols-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

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

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

.row-cols-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

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

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

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

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

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

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

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

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 400px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

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

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

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

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1025px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

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

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1440px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

.table {
    width: 100%;
    margin-bottom: 20px;
    color: #0f0f0f
}

.table th,
.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #75736b
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #75736b
}

.table tbody+tbody {
    border-top: 2px solid #75736b
}

.table-sm th,
.table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #75736b
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #75736b
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(15, 15, 15, 0.05)
}

.table-hover tbody tr:hover {
    color: #0f0f0f;
    background-color: rgba(15, 15, 15, 0.075)
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #b8c8db
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
    border-color: #7a9abc
}

.table-hover .table-primary:hover {
    background-color: #a7bbd2
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #a7bbd2
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: silver
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
    border-color: #8a8a8a
}

.table-hover .table-secondary:hover {
    background-color: #b3b3b3
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #b3b3b3
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #c3e6cb
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #bee5eb
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #ffeeba
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #f5c6cb
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>th,
.table-light>td {
    background-color: #fffcfa
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
    border-color: #fffaf5
}

.table-hover .table-light:hover {
    background-color: #ffede1
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ffede1
}

.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: #c6c6c6
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
    border-color: #949494
}

.table-hover .table-dark:hover {
    background-color: #b9b9b9
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9b9b9
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(15, 15, 15, 0.075)
}

.table-hover .table-active:hover {
    background-color: rgba(2, 2, 2, 0.075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(2, 2, 2, 0.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #ebebeb;
    border-color: #75736b
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075)
}

@media (max-width: 399.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width: 1024.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width: 1439.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.2em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #525252;
    border-radius: .25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #0078ff;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1)
}

.form-control::placeholder {
    color: #1e1e1e;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #ebebeb;
    opacity: 1
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
    appearance: none
}

select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.2
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.2;
    color: #0f0f0f;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[size],
select.form-control[multiple] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    color: #1e1e1e
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.2;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: .25rem
}

.form-row>.col>.valid-tooltip,
.form-row>[class*="col-"]>.valid-tooltip {
    left: 5px
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.2em + .75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.3em + .1875rem) center;
    background-size: calc(.6em + .375rem) calc(.6em + .375rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.2em + .75rem);
    background-position: top calc(.3em + .1875rem) right calc(.3em + .1875rem)
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.6em + .375rem) calc(.6em + .375rem) no-repeat
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #28a745
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
    color: #28a745
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    border-color: #28a745
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #28a745
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.2;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: .25rem
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*="col-"]>.invalid-tooltip {
    left: 5px
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.2em + .75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.3em + .1875rem) center;
    background-size: calc(.6em + .375rem) calc(.6em + .375rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.2em + .75rem);
    background-position: top calc(.3em + .1875rem) right calc(.3em + .1875rem)
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.6em + .375rem) calc(.6em + .375rem) no-repeat
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #dc3545
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
    color: #dc3545
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    border-color: #dc3545
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 400px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #0f0f0f;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 5px 10px;
    font-size: .75rem;
    line-height: 1;
    border-radius: 25px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #0f0f0f;
    text-decoration: none
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 60, 127, 0.25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #003c7f;
    border-color: #003c7f
}

.btn-primary:hover {
    color: #fff;
    background-color: #002a59;
    border-color: #00244c
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #002a59;
    border-color: #00244c;
    box-shadow: 0 0 0 .2rem rgba(38, 89, 146, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #003c7f;
    border-color: #003c7f
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00244c;
    border-color: #001e3f
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 89, 146, 0.5)
}

.btn-secondary {
    color: #fff;
    background-color: #1e1e1e;
    border-color: #1e1e1e
}

.btn-secondary:hover {
    color: #fff;
    background-color: #0b0b0b;
    border-color: #050505
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: #fff;
    background-color: #0b0b0b;
    border-color: #050505;
    box-shadow: 0 0 0 .2rem rgba(64, 64, 64, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #1e1e1e;
    border-color: #1e1e1e
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #050505;
    border-color: #000
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(64, 64, 64, 0.5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning:focus,
.btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5)
}

.btn-light {
    color: #212529;
    background-color: #fff5ec;
    border-color: #fff5ec
}

.btn-light:hover {
    color: #212529;
    background-color: #ffe1c6;
    border-color: #ffdab9
}

.btn-light:focus,
.btn-light.focus {
    color: #212529;
    background-color: #ffe1c6;
    border-color: #ffdab9;
    box-shadow: 0 0 0 .2rem rgba(222, 214, 207, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #fff5ec;
    border-color: #fff5ec
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #ffdab9;
    border-color: #ffd3ac
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 214, 207, 0.5)
}

.btn-dark {
    color: #fff;
    background-color: #323232;
    border-color: #323232
}

.btn-dark:hover {
    color: #fff;
    background-color: #1f1f1f;
    border-color: #191919
}

.btn-dark:focus,
.btn-dark.focus {
    color: #fff;
    background-color: #1f1f1f;
    border-color: #191919;
    box-shadow: 0 0 0 .2rem rgba(81, 81, 81, 0.5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #323232;
    border-color: #323232
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #191919;
    border-color: #121212
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(81, 81, 81, 0.5)
}

.btn-outline-primary {
    color: #003c7f;
    border-color: #003c7f
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #003c7f;
    border-color: #003c7f
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 60, 127, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #003c7f;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #003c7f;
    border-color: #003c7f
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 60, 127, 0.5)
}

.btn-outline-secondary {
    color: #1e1e1e;
    border-color: #1e1e1e
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #1e1e1e;
    border-color: #1e1e1e
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(30, 30, 30, 0.5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #1e1e1e;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #1e1e1e;
    border-color: #1e1e1e
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(30, 30, 30, 0.5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-light {
    color: #fff5ec;
    border-color: #fff5ec
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #fff5ec;
    border-color: #fff5ec
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 245, 236, 0.5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #fff5ec;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #fff5ec;
    border-color: #fff5ec
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 245, 236, 0.5)
}

.btn-outline-dark {
    color: #323232;
    border-color: #323232
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #323232;
    border-color: #323232
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(50, 50, 50, 0.5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #323232;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #323232;
    border-color: #323232
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(50, 50, 50, 0.5)
}

.btn-link {
    font-weight: 400;
    color: #0f0f0f;
    text-decoration: none
}

.btn-link:hover {
    color: rgba(0, 60, 127, 0.7);
    text-decoration: none
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: none
}

.btn-link:disabled,
.btn-link.disabled {
    color: #1e1e1e;
    pointer-events: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm,
.btn-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    transition: opacity 0.15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.width {
    width: 0;
    height: auto;
    transition: width 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing.width {
        transition: none
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100px;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #0f0f0f;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(15, 15, 15, 0.15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 400px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1025px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1440px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: 10px 0;
    overflow: hidden;
    border-top: 1px solid #ebebeb
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #ebebeb
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #003c7f
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #323232;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #1e1e1e;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
    z-index: 1
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: 7.5px;
    padding-left: 7.5px
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
    margin-left: -1px
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group:not(.has-validation)>.form-control:not(:last-child),
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>.form-control:nth-last-child(n+3),
.input-group.has-validation>.custom-select:nth-last-child(n+3),
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-prepend,
.input-group-append {
    display: flex
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #ebebeb;
    border: 1px solid #525252;
    border-radius: .25rem
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.2rem;
    padding-left: 1.5rem;
    print-color-adjust: exact
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.1rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #003c7f;
    background-color: #003c7f
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #0078ff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #3393ff;
    border-color: #3393ff
}

.custom-control-input[disabled]~.custom-control-label,
.custom-control-input:disabled~.custom-control-label {
    color: #1e1e1e
}

.custom-control-input[disabled]~.custom-control-label::before,
.custom-control-input:disabled~.custom-control-label::before {
    background-color: #ebebeb
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .1rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #323232
}

.custom-control-label::after {
    position: absolute;
    top: .1rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #003c7f;
    background-color: #003c7f
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 60, 127, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 60, 127, 0.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 60, 127, 0.5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.1rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #323232;
    border-radius: .5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 60, 127, 0.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.2em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
    border: 1px solid #525252;
    border-radius: .25rem;
    appearance: none
}

.custom-select:focus {
    border-color: #0078ff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 60, 127, 0.25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #1e1e1e;
    background-color: #ebebeb
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.2em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.2em + .75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #0078ff;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1)
}

.custom-file-input[disabled]~.custom-file-label,
.custom-file-input:disabled~.custom-file-label {
    background-color: #ebebeb
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.2em + .75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #525252;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.2em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.2;
    color: #495057;
    content: "Browse";
    background-color: #ebebeb;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #f5f5f5, 0 0 0 2px rgba(0, 0, 0, 0.1)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #f5f5f5, 0 0 0 2px rgba(0, 0, 0, 0.1)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #f5f5f5, 0 0 0 2px rgba(0, 0, 0, 0.1)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #003c7f;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #3393ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #75736b;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #003c7f;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #3393ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #75736b;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #003c7f;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #3393ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #75736b;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #75736b;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #323232
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #323232
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #323232
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none
}

.nav-link.disabled {
    color: #1e1e1e;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #75736b
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: #ebebeb #ebebeb #75736b
}

.nav-tabs .nav-link.disabled {
    color: #1e1e1e;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #f5f5f5;
    border-color: #75736b #75736b #f5f5f5
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #003c7f
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .35rem;
    padding-bottom: .35rem;
    margin-right: 20px;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 25px
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50% / 100% 100% no-repeat
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

@media (max-width: 399.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 400px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 1024.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1025px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1439.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1440px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
    flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(15, 15, 15, 0.9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(15, 15, 15, 0.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(15, 15, 15, 0.5)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(15, 15, 15, 0.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(15, 15, 15, 0.3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(15, 15, 15, 0.9)
}

.navbar-light .navbar-toggler {
    color: rgba(15, 15, 15, 0.5);
    border-color: rgba(15, 15, 15, 0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2815,15,15,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(15, 15, 15, 0.5)
}

.navbar-light .navbar-text a {
    color: rgba(15, 15, 15, 0.9)
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(15, 15, 15, 0.9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25)
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(15, 15, 15, 0.125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(15, 15, 15, 0.03);
    border-bottom: 1px solid rgba(15, 15, 15, 0.125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(15, 15, 15, 0.03);
    border-top: 1px solid rgba(15, 15, 15, 0.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-top,
.card-img-bottom {
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 400px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width: 400px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 400px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #ebebeb;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #1e1e1e;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #1e1e1e
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0f0f0f;
    background-color: #fff;
    border: 1px solid #75736b
}

.page-link:hover {
    z-index: 2;
    color: rgba(0, 60, 127, 0.7);
    text-decoration: none;
    background-color: #ebebeb;
    border-color: #75736b
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 60, 127, 0.25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #003c7f;
    border-color: #003c7f
}

.page-item.disabled .page-link {
    color: #1e1e1e;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #75736b
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none
    }
}

a.badge:hover,
a.badge:focus {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #003c7f
}

a.badge-primary:hover,
a.badge-primary:focus {
    color: #fff;
    background-color: #00244c
}

a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 60, 127, 0.5)
}

.badge-secondary {
    color: #fff;
    background-color: #1e1e1e
}

a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #fff;
    background-color: #050505
}

a.badge-secondary:focus,
a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(30, 30, 30, 0.5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:hover,
a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success:focus,
a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:hover,
a.badge-info:focus {
    color: #fff;
    background-color: #117a8b
}

a.badge-info:focus,
a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:hover,
a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning:focus,
a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:hover,
a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger:focus,
a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.badge-light {
    color: #212529;
    background-color: #fff5ec
}

a.badge-light:hover,
a.badge-light:focus {
    color: #212529;
    background-color: #ffdab9
}

a.badge-light:focus,
a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 245, 236, 0.5)
}

.badge-dark {
    color: #fff;
    background-color: #323232
}

a.badge-dark:hover,
a.badge-dark:focus {
    color: #fff;
    background-color: #191919
}

a.badge-dark:focus,
a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(50, 50, 50, 0.5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #ebebeb;
    border-radius: .3rem
}

@media (min-width: 400px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #072649;
    background-color: #ccd8e5;
    border-color: #b8c8db
}

.alert-primary hr {
    border-top-color: #a7bbd2
}

.alert-primary .alert-link {
    color: #030e1a
}

.alert-secondary {
    color: #171717;
    background-color: #d2d2d2;
    border-color: silver
}

.alert-secondary hr {
    border-top-color: #b3b3b3
}

.alert-secondary .alert-link {
    color: #000
}

.alert-success {
    color: #1c5e2b;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #103719
}

.alert-info {
    color: #135b67;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #0b353c
}

.alert-warning {
    color: #8c6c0b;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #5d4807
}

.alert-danger {
    color: #7a232b;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #52181d
}

.alert-light {
    color: #8c8782;
    background-color: #fffdfb;
    border-color: #fffcfa
}

.alert-light hr {
    border-top-color: #ffede1
}

.alert-light .alert-link {
    color: #726e69
}

.alert-dark {
    color: #212121;
    background-color: #d6d6d6;
    border-color: #c6c6c6
}

.alert-dark hr {
    border-top-color: #b9b9b9
}

.alert-dark .alert-link {
    color: #080808
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #ebebeb;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #003c7f;
    transition: width 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f5f5f5
}

.list-group-item-action:active {
    color: #0f0f0f;
    background-color: #ebebeb
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(15, 15, 15, 0.125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #1e1e1e;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #003c7f;
    border-color: #003c7f
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width: 400px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1025px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1440px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #072649;
    background-color: #b8c8db
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #072649;
    background-color: #a7bbd2
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #072649;
    border-color: #072649
}

.list-group-item-secondary {
    color: #171717;
    background-color: silver
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #171717;
    background-color: #b3b3b3
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #171717;
    border-color: #171717
}

.list-group-item-success {
    color: #1c5e2b;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #1c5e2b;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #1c5e2b;
    border-color: #1c5e2b
}

.list-group-item-info {
    color: #135b67;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #135b67;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #135b67;
    border-color: #135b67
}

.list-group-item-warning {
    color: #8c6c0b;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #8c6c0b;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #8c6c0b;
    border-color: #8c6c0b
}

.list-group-item-danger {
    color: #7a232b;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #7a232b;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #7a232b;
    border-color: #7a232b
}

.list-group-item-light {
    color: #8c8782;
    background-color: #fffcfa
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #8c8782;
    background-color: #ffede1
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #8c8782;
    border-color: #8c8782
}

.list-group-item-dark {
    color: #212121;
    background-color: #c6c6c6
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #212121;
    background-color: #b9b9b9
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #212121;
    border-color: #212121
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #0f0f0f;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #0f0f0f;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(15, 15, 15, 0.1);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #1e1e1e;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .6
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px 30px;
    border-bottom: 0 solid rgba(0, 0, 0, 0);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.modal-header .close {
    padding: 10px 30px;
    margin: -10px -30px -10px auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.2
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 5px 30px
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 5px 30px-.25rem;
    border-top: 1px solid rgba(15, 15, 15, 0.25);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 400px) {
    .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: min-content
    }

    .modal-sm {
        max-width: 390px
    }
}

@media (min-width: 1025px) {

    .modal-lg,
    .modal-xl {
        max-width: 870px
    }
}

@media (min-width: 1440px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: .4rem 0
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #0f0f0f
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 .4rem
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #0f0f0f
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: .4rem 0
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #0f0f0f
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 .4rem
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #0f0f0f
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #0f0f0f;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(15, 15, 15, 0.2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
    margin-bottom: .5rem
}

.bs-popover-top>.arrow,
.bs-popover-auto[x-placement^="top"]>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-top>.arrow::before,
.bs-popover-auto[x-placement^="top"]>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(15, 15, 15, 0.25)
}

.bs-popover-top>.arrow::after,
.bs-popover-auto[x-placement^="top"]>.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
    margin-left: .5rem
}

.bs-popover-right>.arrow,
.bs-popover-auto[x-placement^="right"]>.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-right>.arrow::before,
.bs-popover-auto[x-placement^="right"]>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(15, 15, 15, 0.25)
}

.bs-popover-right>.arrow::after,
.bs-popover-auto[x-placement^="right"]>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
    margin-top: .5rem
}

.bs-popover-bottom>.arrow,
.bs-popover-auto[x-placement^="bottom"]>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-bottom>.arrow::before,
.bs-popover-auto[x-placement^="bottom"]>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(15, 15, 15, 0.25)
}

.bs-popover-bottom>.arrow::after,
.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
    margin-right: .5rem
}

.bs-popover-left>.arrow,
.bs-popover-auto[x-placement^="left"]>.arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-left>.arrow::before,
.bs-popover-auto[x-placement^="left"]>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(15, 15, 15, 0.25)
}

.bs-popover-left>.arrow::after,
.bs-popover-auto[x-placement^="left"]>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #0f0f0f
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: .5;
    transition: opacity 0.15s ease
}

@media (prefers-reduced-motion: reduce) {

    .carousel-control-prev,
    .carousel-control-next {
        transition: none
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50% / 100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentcolor;
    border-radius: 50%;
    opacity: 0;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion: reduce) {

    .spinner-border,
    .spinner-grow {
        animation-duration: 1.5s
    }
}

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

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #003c7f !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #00244c !important
}

.bg-secondary {
    background-color: #1e1e1e !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #050505 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #fff5ec !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #ffdab9 !important
}

.bg-dark {
    background-color: #323232 !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #191919 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #75736b !important
}

.border-top {
    border-top: 1px solid #75736b !important
}

.border-right {
    border-right: 1px solid #75736b !important
}

.border-bottom {
    border-bottom: 1px solid #75736b !important
}

.border-left {
    border-left: 1px solid #75736b !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #003c7f !important
}

.border-secondary {
    border-color: #1e1e1e !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #fff5ec !important
}

.border-dark {
    border-color: #323232 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

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

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

.d-flex {
    display: flex !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1440px) {
    .d-xl-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

@media print {
    .d-print-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 400px) {
    .flex-sm-row {
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1025px) {
    .flex-lg-row {
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1440px) {
    .flex-xl-row {
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 400px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 1025px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1440px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.user-select-all {
    user-select: all !important
}

.user-select-auto {
    user-select: auto !important
}

.user-select-none {
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(15, 15, 15, 0.075) !important
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(15, 15, 15, 0.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(15, 15, 15, 0.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

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

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

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

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: 5px !important
}

.mt-1,
.my-1 {
    margin-top: 5px !important
}

.mr-1,
.mx-1 {
    margin-right: 5px !important
}

.mb-1,
.my-1 {
    margin-bottom: 5px !important
}

.ml-1,
.mx-1 {
    margin-left: 5px !important
}

.m-2 {
    margin: 10px !important
}

.mt-2,
.my-2 {
    margin-top: 10px !important
}

.mr-2,
.mx-2 {
    margin-right: 10px !important
}

.mb-2,
.my-2 {
    margin-bottom: 10px !important
}

.ml-2,
.mx-2 {
    margin-left: 10px !important
}

.m-3 {
    margin: 20px !important
}

.mt-3,
.my-3 {
    margin-top: 20px !important
}

.mr-3,
.mx-3 {
    margin-right: 20px !important
}

.mb-3,
.my-3 {
    margin-bottom: 20px !important
}

.ml-3,
.mx-3 {
    margin-left: 20px !important
}

.m-4 {
    margin: 30px !important
}

.mt-4,
.my-4 {
    margin-top: 30px !important
}

.mr-4,
.mx-4 {
    margin-right: 30px !important
}

.mb-4,
.my-4 {
    margin-bottom: 30px !important
}

.ml-4,
.mx-4 {
    margin-left: 30px !important
}

.m-5 {
    margin: 60px !important
}

.mt-5,
.my-5 {
    margin-top: 60px !important
}

.mr-5,
.mx-5 {
    margin-right: 60px !important
}

.mb-5,
.my-5 {
    margin-bottom: 60px !important
}

.ml-5,
.mx-5 {
    margin-left: 60px !important
}

.p-0 {
    padding: 0 !important
}

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

.pr-0,
.px-0 {
    padding-right: 0 !important
}

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

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: 5px !important
}

.pt-1,
.py-1 {
    padding-top: 5px !important
}

.pr-1,
.px-1 {
    padding-right: 5px !important
}

.pb-1,
.py-1 {
    padding-bottom: 5px !important
}

.pl-1,
.px-1 {
    padding-left: 5px !important
}

.p-2 {
    padding: 10px !important
}

.pt-2,
.py-2 {
    padding-top: 10px !important
}

.pr-2,
.px-2 {
    padding-right: 10px !important
}

.pb-2,
.py-2 {
    padding-bottom: 10px !important
}

.pl-2,
.px-2 {
    padding-left: 10px !important
}

.p-3 {
    padding: 20px !important
}

.pt-3,
.py-3 {
    padding-top: 20px !important
}

.pr-3,
.px-3 {
    padding-right: 20px !important
}

.pb-3,
.py-3 {
    padding-bottom: 20px !important
}

.pl-3,
.px-3 {
    padding-left: 20px !important
}

.p-4 {
    padding: 30px !important
}

.pt-4,
.py-4 {
    padding-top: 30px !important
}

.pr-4,
.px-4 {
    padding-right: 30px !important
}

.pb-4,
.py-4 {
    padding-bottom: 30px !important
}

.pl-4,
.px-4 {
    padding-left: 30px !important
}

.p-5 {
    padding: 60px !important
}

.pt-5,
.py-5 {
    padding-top: 60px !important
}

.pr-5,
.px-5 {
    padding-right: 60px !important
}

.pb-5,
.py-5 {
    padding-bottom: 60px !important
}

.pl-5,
.px-5 {
    padding-left: 60px !important
}

.m-n1 {
    margin: -5px !important
}

.mt-n1,
.my-n1 {
    margin-top: -5px !important
}

.mr-n1,
.mx-n1 {
    margin-right: -5px !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -5px !important
}

.ml-n1,
.mx-n1 {
    margin-left: -5px !important
}

.m-n2 {
    margin: -10px !important
}

.mt-n2,
.my-n2 {
    margin-top: -10px !important
}

.mr-n2,
.mx-n2 {
    margin-right: -10px !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -10px !important
}

.ml-n2,
.mx-n2 {
    margin-left: -10px !important
}

.m-n3 {
    margin: -20px !important
}

.mt-n3,
.my-n3 {
    margin-top: -20px !important
}

.mr-n3,
.mx-n3 {
    margin-right: -20px !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -20px !important
}

.ml-n3,
.mx-n3 {
    margin-left: -20px !important
}

.m-n4 {
    margin: -30px !important
}

.mt-n4,
.my-n4 {
    margin-top: -30px !important
}

.mr-n4,
.mx-n4 {
    margin-right: -30px !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -30px !important
}

.ml-n4,
.mx-n4 {
    margin-left: -30px !important
}

.m-n5 {
    margin: -60px !important
}

.mt-n5,
.my-n5 {
    margin-top: -60px !important
}

.mr-n5,
.mx-n5 {
    margin-right: -60px !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -60px !important
}

.ml-n5,
.mx-n5 {
    margin-left: -60px !important
}

.m-auto {
    margin: auto !important
}

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

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

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

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width: 400px) {
    .m-sm-0 {
        margin: 0 !important
    }

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

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

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

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: 5px !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 5px !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 5px !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 5px !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 5px !important
    }

    .m-sm-2 {
        margin: 10px !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 10px !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 10px !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 10px !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 10px !important
    }

    .m-sm-3 {
        margin: 20px !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 20px !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 20px !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 20px !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 20px !important
    }

    .m-sm-4 {
        margin: 30px !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 30px !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 30px !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 30px !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 30px !important
    }

    .m-sm-5 {
        margin: 60px !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 60px !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 60px !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 60px !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 60px !important
    }

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

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

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

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

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: 5px !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 5px !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 5px !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 5px !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 5px !important
    }

    .p-sm-2 {
        padding: 10px !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 10px !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 10px !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 10px !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 10px !important
    }

    .p-sm-3 {
        padding: 20px !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 20px !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 20px !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 20px !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 20px !important
    }

    .p-sm-4 {
        padding: 30px !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 30px !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 30px !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 30px !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 30px !important
    }

    .p-sm-5 {
        padding: 60px !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 60px !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 60px !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 60px !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 60px !important
    }

    .m-sm-n1 {
        margin: -5px !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -5px !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -5px !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -5px !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -5px !important
    }

    .m-sm-n2 {
        margin: -10px !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -10px !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -10px !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -10px !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -10px !important
    }

    .m-sm-n3 {
        margin: -20px !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -20px !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -20px !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -20px !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -20px !important
    }

    .m-sm-n4 {
        margin: -30px !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -30px !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -30px !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -30px !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -30px !important
    }

    .m-sm-n5 {
        margin: -60px !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -60px !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -60px !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -60px !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -60px !important
    }

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

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

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

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

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

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

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

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

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: 5px !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 5px !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 5px !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 5px !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 5px !important
    }

    .m-md-2 {
        margin: 10px !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 10px !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 10px !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 10px !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 10px !important
    }

    .m-md-3 {
        margin: 20px !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 20px !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 20px !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 20px !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 20px !important
    }

    .m-md-4 {
        margin: 30px !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 30px !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 30px !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 30px !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 30px !important
    }

    .m-md-5 {
        margin: 60px !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 60px !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 60px !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 60px !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 60px !important
    }

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

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

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

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

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: 5px !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 5px !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 5px !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 5px !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 5px !important
    }

    .p-md-2 {
        padding: 10px !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 10px !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 10px !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 10px !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 10px !important
    }

    .p-md-3 {
        padding: 20px !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 20px !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 20px !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 20px !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 20px !important
    }

    .p-md-4 {
        padding: 30px !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 30px !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 30px !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 30px !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 30px !important
    }

    .p-md-5 {
        padding: 60px !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 60px !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 60px !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 60px !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 60px !important
    }

    .m-md-n1 {
        margin: -5px !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -5px !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -5px !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -5px !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -5px !important
    }

    .m-md-n2 {
        margin: -10px !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -10px !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -10px !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -10px !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -10px !important
    }

    .m-md-n3 {
        margin: -20px !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -20px !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -20px !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -20px !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -20px !important
    }

    .m-md-n4 {
        margin: -30px !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -30px !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -30px !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -30px !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -30px !important
    }

    .m-md-n5 {
        margin: -60px !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -60px !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -60px !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -60px !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -60px !important
    }

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

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

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

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

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1025px) {
    .m-lg-0 {
        margin: 0 !important
    }

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

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

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

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: 5px !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 5px !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 5px !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 5px !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 5px !important
    }

    .m-lg-2 {
        margin: 10px !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 10px !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 10px !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 10px !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 10px !important
    }

    .m-lg-3 {
        margin: 20px !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 20px !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 20px !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 20px !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 20px !important
    }

    .m-lg-4 {
        margin: 30px !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 30px !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 30px !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 30px !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 30px !important
    }

    .m-lg-5 {
        margin: 60px !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 60px !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 60px !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 60px !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 60px !important
    }

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

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: 5px !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 5px !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 5px !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 5px !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 5px !important
    }

    .p-lg-2 {
        padding: 10px !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 10px !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 10px !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 10px !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 10px !important
    }

    .p-lg-3 {
        padding: 20px !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 20px !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 20px !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 20px !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 20px !important
    }

    .p-lg-4 {
        padding: 30px !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 30px !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 30px !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 30px !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 30px !important
    }

    .p-lg-5 {
        padding: 60px !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 60px !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 60px !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 60px !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 60px !important
    }

    .m-lg-n1 {
        margin: -5px !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -5px !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -5px !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -5px !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -5px !important
    }

    .m-lg-n2 {
        margin: -10px !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -10px !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -10px !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -10px !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -10px !important
    }

    .m-lg-n3 {
        margin: -20px !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -20px !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -20px !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -20px !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -20px !important
    }

    .m-lg-n4 {
        margin: -30px !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -30px !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -30px !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -30px !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -30px !important
    }

    .m-lg-n5 {
        margin: -60px !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -60px !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -60px !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -60px !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -60px !important
    }

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

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

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

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

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1440px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: 5px !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 5px !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 5px !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 5px !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 5px !important
    }

    .m-xl-2 {
        margin: 10px !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 10px !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 10px !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 10px !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 10px !important
    }

    .m-xl-3 {
        margin: 20px !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 20px !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 20px !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 20px !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 20px !important
    }

    .m-xl-4 {
        margin: 30px !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 30px !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 30px !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 30px !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 30px !important
    }

    .m-xl-5 {
        margin: 60px !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 60px !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 60px !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 60px !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 60px !important
    }

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

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: 5px !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 5px !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 5px !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 5px !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 5px !important
    }

    .p-xl-2 {
        padding: 10px !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 10px !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 10px !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 10px !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 10px !important
    }

    .p-xl-3 {
        padding: 20px !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 20px !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 20px !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 20px !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 20px !important
    }

    .p-xl-4 {
        padding: 30px !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 30px !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 30px !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 30px !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 30px !important
    }

    .p-xl-5 {
        padding: 60px !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 60px !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 60px !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 60px !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 60px !important
    }

    .m-xl-n1 {
        margin: -5px !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -5px !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -5px !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -5px !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -5px !important
    }

    .m-xl-n2 {
        margin: -10px !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -10px !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -10px !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -10px !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -10px !important
    }

    .m-xl-n3 {
        margin: -20px !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -20px !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -20px !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -20px !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -20px !important
    }

    .m-xl-n4 {
        margin: -30px !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -30px !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -30px !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -30px !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -30px !important
    }

    .m-xl-n5 {
        margin: -60px !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -60px !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -60px !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -60px !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -60px !important
    }

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

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

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

@media (min-width: 400px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

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

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

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

@media (min-width: 1025px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

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

@media (min-width: 1440px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #003c7f !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #001833 !important
}

.text-secondary {
    color: #1e1e1e !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #000 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a !important
}

.text-light {
    color: #fff5ec !important
}

a.text-light:hover,
a.text-light:focus {
    color: #ffcda0 !important
}

.text-dark {
    color: #323232 !important
}

a.text-dark:hover,
a.text-dark:focus {
    color: #0c0c0c !important
}

.text-body {
    color: #0f0f0f !important
}

.text-muted {
    color: #1e1e1e !important
}

.text-black-50 {
    color: rgba(15, 15, 15, 0.5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    pre,
    blockquote {
        border: 1px solid #323232;
        page-break-inside: avoid
    }

    tr,
    img {
        page-break-inside: avoid
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 1025px !important
    }

    .container {
        min-width: 1025px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #0f0f0f
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #75736b !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody+tbody {
        border-color: #75736b
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #75736b
    }
}

p.small-text,
.nota,
.t-12,
.form-group label.t-12,
.form-group p.t-12,
.intestazione.intestazione--flex .prod-descr p.small-text {
    font-size: .75rem
}

@media (min-width: 400px) and (max-width: 767.98px) {

    p.small-text,
    .nota,
    .t-12,
    .form-group label.t-12,
    .form-group p.t-12,
    .intestazione.intestazione--flex .prod-descr p.small-text {
        font-size: .75rem
    }
}

@media (min-width: 1440px) {

    p.small-text,
    .nota,
    .t-12,
    .form-group label.t-12,
    .form-group p.t-12,
    .intestazione.intestazione--flex .prod-descr p.small-text {
        font-size: .75rem
    }
}

p.mid-text,
.form-group p.mid-text {
    font-size: .8125rem
}

@media (min-width: 400px) and (max-width: 767.98px) {

    p.mid-text,
    .form-group p.mid-text {
        font-size: .8125rem
    }
}

@media (min-width: 1440px) {

    p.mid-text,
    .form-group p.mid-text {
        font-size: .8125rem
    }
}

p.error-msg,
.form-group.form-group--error .input-error-msg {
    font-size: .8125rem
}

@media (min-width: 400px) and (max-width: 767.98px) {

    p.error-msg,
    .form-group.form-group--error .input-error-msg {
        font-size: .8125rem
    }
}

@media (min-width: 1025px) and (max-width: 1439.98px) {

    p.error-msg,
    .form-group.form-group--error .input-error-msg {
        font-size: .8125rem
    }
}

p.mid-alt-text,
p.t-small-lined,
.t-14,
.btn--xx-small,
a.btn.btn--xxl+p,
.loader-wrapper p,
.check-form.check-form--multicopia .divisor span,
.check-form.check-form--confindustria .divisor span,
.form-group input+button.btn--goto,
.metodi-pagamento>li label p:not(.bold-text),
[class*="icheck-"]>label p.mid-alt-text,
.main-content .list-prod .scheda .intestazione button+p,
.intestazione.intestazione--flex .prod-descr p,
.banner-lancio-top .intern button+p {
    font-size: .875rem
}

@media (min-width: 400px) and (max-width: 767.98px) {

    p.mid-alt-text,
    p.t-small-lined,
    .t-14,
    .btn--xx-small,
    a.btn.btn--xxl+p,
    .loader-wrapper p,
    .check-form.check-form--multicopia .divisor span,
    .check-form.check-form--confindustria .divisor span,
    .form-group input+button.btn--goto,
    .metodi-pagamento>li label p:not(.bold-text),
    [class*="icheck-"]>label p.mid-alt-text,
    .main-content .list-prod .scheda .intestazione button+p,
    .intestazione.intestazione--flex .prod-descr p,
    .banner-lancio-top .intern button+p {
        font-size: .875rem
    }
}

@media (min-width: 1440px) {

    p.mid-alt-text,
    p.t-small-lined,
    .t-14,
    .btn--xx-small,
    a.btn.btn--xxl+p,
    .loader-wrapper p,
    .check-form.check-form--multicopia .divisor span,
    .check-form.check-form--confindustria .divisor span,
    .form-group input+button.btn--goto,
    .metodi-pagamento>li label p:not(.bold-text),
    [class*="icheck-"]>label p.mid-alt-text,
    .main-content .list-prod .scheda .intestazione button+p,
    .intestazione.intestazione--flex .prod-descr p,
    .banner-lancio-top .intern button+p {
        font-size: .875rem
    }
}

.main-header .nav-bar ul li {
    font-size: .875rem
}

.main-content .col-main.confirm-msg,
p.small-p,
.socialLogin .soclogin-text,
.form-group label,
.form-group p,
[class*="icheck-"]>label,
[class*="icheck-"]>label p {
    font-size: .9375rem
}

@media (min-width: 400px) and (max-width: 767.98px) {

    .main-content .col-main.confirm-msg,
    p.small-p,
    .socialLogin .soclogin-text,
    .form-group label,
    .form-group p,
    [class*="icheck-"]>label,
    [class*="icheck-"]>label p {
        font-size: .9375rem
    }
}

@media (min-width: 768px) {

    .main-content .col-main.confirm-msg,
    p.small-p,
    .socialLogin .soclogin-text,
    .form-group label,
    .form-group p,
    [class*="icheck-"]>label,
    [class*="icheck-"]>label p {
        font-size: .9375rem
    }
}

@media (min-width: 1025px) {

    .main-content .col-main.confirm-msg,
    p.small-p,
    .socialLogin .soclogin-text,
    .form-group label,
    .form-group p,
    [class*="icheck-"]>label,
    [class*="icheck-"]>label p {
        font-size: .9375rem
    }
}

.border-block h6,
p.big-text,
.t-16,
.check-form .addMinSel input.input--addMinSel,
.form-group p.bold-text,
.t-switch .t-label,
.main-content .list-prod .scheda .intestazione h3+h6,
.main-content .list-prod .scheda .intestazione h3+h6+h6,
.main-content .list-prod .scheda .intestazione h6+p,
.banner-lancio-top .intern p+a {
    font-size: 1rem
}

@media (min-width: 400px) and (max-width: 767.98px) {

    .border-block h6,
    p.big-text,
    .t-16,
    .check-form .addMinSel input.input--addMinSel,
    .form-group p.bold-text,
    .t-switch .t-label,
    .main-content .list-prod .scheda .intestazione h3+h6,
    .main-content .list-prod .scheda .intestazione h3+h6+h6,
    .main-content .list-prod .scheda .intestazione h6+p,
    .banner-lancio-top .intern p+a {
        font-size: 1rem
    }
}

@media (min-width: 1440px) {

    .border-block h6,
    p.big-text,
    .t-16,
    .check-form .addMinSel input.input--addMinSel,
    .form-group p.bold-text,
    .t-switch .t-label,
    .main-content .list-prod .scheda .intestazione h3+h6,
    .main-content .list-prod .scheda .intestazione h3+h6+h6,
    .main-content .list-prod .scheda .intestazione h6+p,
    .banner-lancio-top .intern p+a {
        font-size: 1rem
    }
}

.main-content .price-mhead .row .col .price-opt-link,
.products-cards ul li.p-box .prod,
h5,
h6,
p.big-alt-text,
.t-18,
.btn-rect.prod-size,
.btn.btn-squared,
a.btn.btn--xxl,
.check-form.check-form--confindustria .btn.btn--big,
.main-content .list-prod .scheda .intestazione button,
.intestazione.intestazione--flex .prod-cta .btn,
.banner-lancio-top .intern button {
    font-size: 1.125rem
}

@media (min-width: 400px) and (max-width: 767.98px) {

    .main-content .price-mhead .row .col .price-opt-link,
    .products-cards ul li.p-box .prod,
    h5,
    h6,
    p.big-alt-text,
    .t-18,
    .btn-rect.prod-size,
    .btn.btn-squared,
    a.btn.btn--xxl,
    .check-form.check-form--confindustria .btn.btn--big,
    .main-content .list-prod .scheda .intestazione button,
    .intestazione.intestazione--flex .prod-cta .btn,
    .banner-lancio-top .intern button {
        font-size: 1.125rem
    }
}

@media (min-width: 768px) {

    .main-content .price-mhead .row .col .price-opt-link,
    .products-cards ul li.p-box .prod,
    h5,
    h6,
    p.big-alt-text,
    .t-18,
    .btn-rect.prod-size,
    .btn.btn-squared,
    a.btn.btn--xxl,
    .check-form.check-form--confindustria .btn.btn--big,
    .main-content .list-prod .scheda .intestazione button,
    .intestazione.intestazione--flex .prod-cta .btn,
    .banner-lancio-top .intern button {
        font-size: 1.125rem
    }
}

@media (min-width: 1440px) {

    .main-content .price-mhead .row .col .price-opt-link,
    .products-cards ul li.p-box .prod,
    h5,
    h6,
    p.big-alt-text,
    .t-18,
    .btn-rect.prod-size,
    .btn.btn-squared,
    a.btn.btn--xxl,
    .check-form.check-form--confindustria .btn.btn--big,
    .main-content .list-prod .scheda .intestazione button,
    .intestazione.intestazione--flex .prod-cta .btn,
    .banner-lancio-top .intern button {
        font-size: 1.125rem
    }
}

h3.small,
.t-20,
.t20,
.btn.btn--xxl,
section.stripe .flex-list-two.flex-multyproduct-list li h4,
section.stripe.stripe--offerta .container ul.checked li,
.accordion .card h5 {
    font-size: 1.125rem
}

@media (min-width: 400px) and (max-width: 767.98px) {

    h3.small,
    .t-20,
    .t20,
    .btn.btn--xxl,
    section.stripe .flex-list-two.flex-multyproduct-list li h4,
    section.stripe.stripe--offerta .container ul.checked li,
    .accordion .card h5 {
        font-size: 1.125rem
    }
}

@media (min-width: 1025px) {

    h3.small,
    .t-20,
    .t20,
    .btn.btn--xxl,
    section.stripe .flex-list-two.flex-multyproduct-list li h4,
    section.stripe.stripe--offerta .container ul.checked li,
    .accordion .card h5 {
        font-size: 1.25rem
    }
}

@media (min-width: 1440px) {

    h3.small,
    .t-20,
    .t20,
    .btn.btn--xxl,
    section.stripe .flex-list-two.flex-multyproduct-list li h4,
    section.stripe.stripe--offerta .container ul.checked li,
    .accordion .card h5 {
        font-size: 1.25rem
    }
}

p.midtext {
    font-size: 1.25rem
}

@media (max-width: 767.98px) {
    p.midtext {
        font-size: 1.25rem
    }
}

@media (min-width: 400px) and (max-width: 767.98px) {
    p.midtext {
        font-size: 1.375rem
    }
}

@media (min-width: 768px) {
    p.midtext {
        font-size: 1.375rem
    }
}

@media (min-width: 1440px) {
    p.midtext {
        font-size: 1.375rem
    }
}

h3,
h4,
h6.big-label,
.xxl-text,
.barrato-ext span.big-text,
.t-24,
[class*="icheck-"]>label p.xxl-text,
.main-content .list-prod .scheda .intestazione h6,
.accordion#faq .card h5,
.banner-lancio-top .intern p.mid,
.banner-lancio-top .intern p.t-24 {
    font-size: 1.25rem
}

@media (max-width: 767.98px) {

    h3,
    h4,
    h6.big-label,
    .xxl-text,
    .barrato-ext span.big-text,
    .t-24,
    [class*="icheck-"]>label p.xxl-text,
    .main-content .list-prod .scheda .intestazione h6,
    .accordion#faq .card h5,
    .banner-lancio-top .intern p.mid,
    .banner-lancio-top .intern p.t-24 {
        font-size: 1.25rem
    }
}

@media (min-width: 400px) and (max-width: 767.98px) {

    h3,
    h4,
    h6.big-label,
    .xxl-text,
    .barrato-ext span.big-text,
    .t-24,
    [class*="icheck-"]>label p.xxl-text,
    .main-content .list-prod .scheda .intestazione h6,
    .accordion#faq .card h5,
    .banner-lancio-top .intern p.mid,
    .banner-lancio-top .intern p.t-24 {
        font-size: 1.25rem
    }
}

@media (min-width: 768px) {

    h3,
    h4,
    h6.big-label,
    .xxl-text,
    .barrato-ext span.big-text,
    .t-24,
    [class*="icheck-"]>label p.xxl-text,
    .main-content .list-prod .scheda .intestazione h6,
    .accordion#faq .card h5,
    .banner-lancio-top .intern p.mid,
    .banner-lancio-top .intern p.t-24 {
        font-size: 1.5rem
    }
}

@media (min-width: 1440px) {

    h3,
    h4,
    h6.big-label,
    .xxl-text,
    .barrato-ext span.big-text,
    .t-24,
    [class*="icheck-"]>label p.xxl-text,
    .main-content .list-prod .scheda .intestazione h6,
    .accordion#faq .card h5,
    .banner-lancio-top .intern p.mid,
    .banner-lancio-top .intern p.t-24 {
        font-size: 1.5rem
    }
}

.banner-lancio-top .intern p.mid:not(.small-text) {
    font-size: 1.125rem
}

@media (min-width: 768px) {
    .banner-lancio-top .intern p.mid:not(.small-text) {
        font-size: 1.25rem
    }
}

@media (min-width: 1025px) {
    .banner-lancio-top .intern p.mid:not(.small-text) {
        font-size: 1.5rem
    }
}

@media (min-width: 1440px) {
    .banner-lancio-top .intern p.mid:not(.small-text) {
        font-size: 1.5rem
    }
}

.t-24-fix {
    font-size: 1.5rem
}

@media (min-width: 400px) {
    .t-24-fix {
        font-size: 1.5rem
    }
}

@media (min-width: 768px) {
    .t-24-fix {
        font-size: 1.25rem
    }
}

@media (min-width: 1025px) {
    .t-24-fix {
        font-size: 1.5rem
    }
}

@media (min-width: 1440px) {
    .t-24-fix {
        font-size: 1.5rem
    }
}

h3.mid-serif,
h3.mid,
h4.mid-serif,
.t-28,
.banner-lancio-top .intern p:not(.small-text) {
    font-size: 1.125rem
}

@media (min-width: 400px) and (max-width: 767.98px) {

    h3.mid-serif,
    h3.mid,
    h4.mid-serif,
    .t-28,
    .banner-lancio-top .intern p:not(.small-text) {
        font-size: 1.125rem
    }
}

@media (min-width: 1025px) {

    h3.mid-serif,
    h3.mid,
    h4.mid-serif,
    .t-28,
    .banner-lancio-top .intern p:not(.small-text) {
        font-size: 1.75rem
    }
}

@media (min-width: 1440px) {

    h3.mid-serif,
    h3.mid,
    h4.mid-serif,
    .t-28,
    .banner-lancio-top .intern p:not(.small-text) {
        font-size: 1.75rem
    }
}

h2.mid {
    font-size: 1.625rem
}

@media (min-width: 400px) and (max-width: 767.98px) {
    h2.mid {
        font-size: 1.625rem
    }
}

@media (min-width: 768px) {
    h2.mid {
        font-size: 2rem
    }
}

@media (min-width: 1025px) {
    h2.mid {
        font-size: 2rem
    }
}

@media (min-width: 1440px) {
    h2.mid {
        font-size: 2rem
    }
}

h2 {
    font-size: 1.75rem
}

@media (min-width: 400px) and (max-width: 767.98px) {
    h2 {
        font-size: 1.75rem
    }
}

@media (min-width: 768px) {
    h2 {
        font-size: 2.25rem
    }
}

@media (min-width: 1440px) {
    h2 {
        font-size: 2.25rem
    }
}

h3.prod,
section.stripe.stripe--offerta h2 {
    font-size: 2.25rem
}

@media (min-width: 400px) and (max-width: 767.98px) {

    h3.prod,
    section.stripe.stripe--offerta h2 {
        font-size: 2.25rem
    }
}

@media (min-width: 768px) {

    h3.prod,
    section.stripe.stripe--offerta h2 {
        font-size: 2.0rem
    }
}

@media (min-width: 1440px) {

    h3.prod,
    section.stripe.stripe--offerta h2 {
        font-size: 2.0rem
    }
}

.banner-landing-top h1 {
    font-size: 1.5625rem
}

@media (min-width: 400px) and (max-width: 767.98px) {
    .banner-landing-top h1 {
        font-size: 1.5625rem
    }
}

@media (min-width: 768px) {
    .banner-landing-top h1 {
        font-size: 2.25rem
    }
}

@media (min-width: 1440px) {
    .banner-landing-top h1 {
        font-size: 2.5rem
    }
}

h2.title-big {
    font-size: 2rem
}

@media (min-width: 768px) {
    h2.title-big {
        font-size: 2rem
    }
}

@media (min-width: 1025px) {
    h2.title-big {
        font-size: 2.5rem
    }
}

@media (min-width: 1440px) {
    h2.title-big {
        font-size: 2.75rem
    }
}

section.stripe.stripe--offerta h2.img {
    font-size: 2.5rem
}

@media (min-width: 400px) and (max-width: 767.98px) {
    section.stripe.stripe--offerta h2.img {
        font-size: 2.5rem
    }
}

@media (min-width: 768px) {
    section.stripe.stripe--offerta h2.img {
        font-size: 2.2rem
    }
}

@media (min-width: 1440px) {
    section.stripe.stripe--offerta h2.img {
        font-size: 2.2rem
    }
}

.t72 {
    font-size: 1.875rem
}

@media (min-width: 400px) and (max-width: 767.98px) {
    .t72 {
        font-size: 2.5rem
    }
}

@media (min-width: 768px) {
    .t72 {
        font-size: 3.75rem
    }
}

@media (min-width: 1025px) {
    .t72 {
        font-size: 4.5rem
    }
}

@media (min-width: 1440px) {
    .t72 {
        font-size: 4.5rem
    }
}

.t-xxl {
    font-size: 8rem
}

@media (min-width: 400px) and (max-width: 767.98px) {
    .t-xxl {
        font-size: 8rem
    }
}

@media (min-width: 768px) {
    .t-xxl {
        font-size: 8rem
    }
}

@media (min-width: 1025px) {
    .t-xxl {
        font-size: 8rem
    }
}

@media (min-width: 1440px) {
    .t-xxl {
        font-size: 8rem
    }
}

.ltool:hover {
    color: #003c7f !important
}

a.popover-action:not([href]):not([tabindex]),
.btn--white,
.btn--white-borderblue,
.btn--transp,
.btn--clr,
a.label,
.modal-text a {
    color: #003c7f !important
}

a.popover-action:hover:not([href]):not([tabindex]),
.btn--white:hover,
.btn--white-borderblue:hover,
.btn--transp:hover,
.btn--clr:hover,
a.label:hover,
.modal-text a:hover {
    color: rgba(0, 60, 127, 0.7) !important
}

.btn--transp-green {
    color: #007880 !important
}

.btn--transp-green:hover {
    color: rgba(0, 120, 128, 0.7) !important
}

.btn--clr.btn--wine {
    color: #870042 !important
}

.btn--clr.btn--wine:hover {
    color: rgba(135, 0, 66, 0.7) !important
}

@font-face {
    font-family: "icon24";
    src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBtoAAAC8AAAAYGNtYXAXVtM5AAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZtjcAtsAAAF4AACcwGhlYWQZo7q4AACeOAAAADZoaGVhC5gIWAAAnnAAAAAkaG10eNKFSBwAAJ6UAAAC3GxvY2HynhcGAAChcAAAAXBtYXhwANACsAAAouAAAAAgbmFtZfA/7DoAAKMAAAABenBvc3QAAwAAAACkfAAAACAAAwP+AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpsgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6bL//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAADAIgACAN4A4gAOgBCAHYAACUOASMiJicjIiY1NDY3PgE3PgE1NDc+ATc2NzwBNTQ2MzIWFRwBFRYXHgEXFhUUFhceARceARUUBisBKwEeATMyNjc3LgEnLgE1NCcuAScmJy4BNz4BNTQmIyIGFRQWFxYGBwYHDgEHBhUUBgcOAQcOAQchLgEnAoYHTDMzTAfaCg4VGgIDARcUDg4zIyQqNCQkNCokIzMODhQXAQMCGhUOCtowrAcwHx8wB84DAwEcGQ0NMCAhJwoLBAIBFxERFwECBAsKJyEgMA0NGRwBAwMSEAICkAIQEog2Sko2DgpERiEDAwIdVVsuKipGGhoOAQMCJDQ0JAIDAQ4aGkYqKi5bVR0CAwMhRkQKDiMtLSOlAwQBJGViKCUlPBUVCgITCwMHBBEXFxEEBwMLEwIKFRU8JSUoYmUkAQQDFzAuLjAXAAAACAAA/8AEAAPAABoANAA4AEQAUQBtAHEAdQAAJS4BNTQ3PgE3NjMyFhc1NCYjISIGFREUFjsBFyEiJjURNDYzITIWFREeARUUBw4BBwYjIiYBMxUjJTUzFTMVIxUjNSM1ATcXBxcHJwcnNyc3FwEyNz4BNzY1NCcuAScmIyIHDgEHBhUUFx4BFxYDIRUhFSEVIQG1GRwZGVc6O0IxWSZUPP3gPFRUPPUm/uVQcHBQAiBQcCw0GRlXOjtCQ3b+mcDAAdgwWFgwWP7mPiI+PiI+PyI/PyI/Abo4MjFKFhUVFkoxMjg4MjFKFhUVFkoxMkgBAP8AAQD/AFAmWTFCOzpXGRkcGfU8VFQ8/eA8VDBwUAIgUHBwUP7lLHZDQjs6VxkZNALkMDBYWDBYWDD+eT4iPj4iPj4iPj4iPv6fFRZKMTI4ODIxShYVFRZKMTI4ODIxShYVAXBAQEAAAAAAAgDAAEADQANAAAMABwAAEzMRIwEzESPAwMABwMDAA0D9AAMA/QAAAAIANQAAA8sDYAAZADMAACU+ATMhMjY1ETQmIyEiBhURFBY7ATIWHQE3ByMiJjURNDYzITIWFREUBiMhBwYmJy4BPQEBuQQLBgGHFiAgFv1WFiAgFlUNE5nZNTFFRTECqjFFRTH+hbMNIwwFBtgEBB8WAdYWHx8W/ioWHxMNcIg4RTAB1jBFRTD+KjBFoAwCDgUPCIAAAAAABgCI/9ADuAPAABQAJgApADcARQBTAAABERQGIyEiJjURNDYzITIWFwEeARUHISImNREhIgYVERQWMyEyNjUDMycTMhYVFAYjISImNTQ2MxUiJjU0NjsBMhYVFAYjMyImNTQ2OwEyFhUUBiMDuEYy/cAyRkYyAX8ECgQBIAQDMP74Cg7+mB4qKh4CQB4q8M7OaA0TEw3+QA0TEw0NExMNoA0TEw2ADRMTDaANExMNAof9wTJGRjIDADJGAwT+4AQKBBcOCgEIKh79AB4qKh4CWM79+hMNDRMTDQ0T4BMNDRMTDQ0TEw0NExMNDRMAAAAAAwA1AGADywOgADsAbgByAAABMz4BPQE0NjMyFhUUBgcUBjUcARUzMhYVFAcOAQcGBw4BIwYnLgEnJicjFRQGKwEiJjURNDY7ATIWHQEVETsBFhceARcWNzI2NzY3PgE3NjU0JisBIiY1PAE3BjY1PgE1NCYjIgYdARQGBw4BKwEnETMRAUt4JCQtHTNDAgECjy9HBQUOBwgGETgqER0eVjg5RYgTDdYNExMN1g0TigVFNzhUHRwPEB0LBQcHDQQFIhSqGA0BAQIBAhwaAggtLQQPCYrWlgJ1QVwZKh4tPDkcMhkHGwIBAgFILR4uL10oKBAuOgEDAgsICAs1DRMTDQIrDRMTDTZA/sALCAgLAgMBIR0OJCVYLCwbEyIZFwQLCAEbBhgxGxwZCAMqJnFPBwlW/hUB6wAAAgBE/+8DvANnADAAYQAAASY2NzYWFx4BFxY2PwE2JicuAQ8BBiInJjQ/ATY3NhYXFhcWFx4BBwYPAQ4BJy4BJzcWBgcGJicuAScmBg8BBhYXHgE/ATYyFxYUDwEGBwYmJyYnJicuATc2PwE+ARceARcBjQkEDA0eChdDJiZIG4AyAjMzjzRJCx8LCwtKJS4uXy0uJCQTEgESESSAJ2Y2N2Ag5gkEDA0eChdDJiZIG4AyAjMzjzRJCx8LCwtKJS4uXy0uJCQTEgESESSAJ2Y2N2AgAWoMHwkJBA0eJQMDGxuANJAzMwEySQsLCx8LSSQSEQESEiUkLS5fLi4lgCcmBAQ0LIINHgoJBQwfJAMDGxuAM5AzMwIySQsLCx8LSSQREgESEyQkLi1gLi4lgCYmAwQ1KwAHACj/8AP7A3gAGgA4AEQAUABUAGAAbAAAEzMyFhczMhYXMzIWFx4BHwEFBiYvARUjETMVHQEXHgE3JS4BIy4BKwEeAR0BITUhLgErAScuASsBISImNTQ2MzIWFRQGJzI2NTQmIyIGFRQWJREzETciJjU0NjMyFhUUBicyNjU0JiMiBhUUFtgIOXIhdCM/FsgqPhQNDQID/iQgRh/CsLDYFjAXAbEBAQENLCKuAwP+yAEECTsgjQcYYzEIAkg/WVk/P1lZPys9PSsrPT39Y1D4P1lZPz9ZWT8rPT0rKz09Abg1KyQcFBIMGAoTwQ0DD2MwAdBAMPpuCwIJsAEBDA4KFAoYMCAwCyQxWT8/WVk/P1kwPSsrPT0rKz0Q/pABcIBZPz9ZWT8/WTA9Kys9PSsrPQAAAAMAiAAIA3gDiAA6AEIAdgAAJQ4BIyImJyMiJjU0Njc+ATc+ATU0Nz4BNzY3PAE1NDYzMhYVHAEVFhceARcWFRQWFx4BFx4BFRQGKwErAR4BMzI2NzcuAScuATU0Jy4BJyYnLgE3PgE1NCYjIgYVFBYXFgYHBgcOAQcGFRQGBw4BBw4BByEuAScChgdMMzNMB9oKDhUaAgMBFxQODjMjJCo0JCQ0KiQjMw4OFBcBAwIaFQ4K2jCsBzAfHzAHzgMDARwZDQ0wICEnCgsEAgEXEREXAQIECwonISAwDQ0ZHAEDAxIQAgKQAhASiDZKSjYOCkRGIQMDAh1VWy4qKkYaGg4BAwIkNDQkAgMBDhoaRioqLltVHQIDAyFGRAoOIy0tI6UDBAEkZWIoJSU8FRUKAhMLAwcEERcXEQQHAwsTAgoVFTwlJShiZSQBBAMXMC4uMBcAAAADADUANQPLAyAACQAYAC4AABMJAS4BIyEiBgcHERQWMyEyNjURAQYiJwElOAEVERQGIyEiJjURNDAxPgEzITIWeAGIAYgEHRL9VhIdBAMgFgKqFiD+hwgUCP6HA1ZFMf1WMUUBRDECqjFEArr+7QETEBYWEE3+PhYgIBYBwv75BgYBBz4B/gExRUUxAf8BMEVFAAAACAAA/8AEAAPAABoANAA4AEQAUQBtAHEAdQAAJS4BNTQ3PgE3NjMyFhc1NCYjISIGFREUFjsBFyEiJjURNDYzITIWFREeARUUBw4BBwYjIiYBMxUjJTUzFTMVIxUjNSM1ATcXBxcHJwcnNyc3FwEyNz4BNzY1NCcuAScmIyIHDgEHBhUUFx4BFxYDIRUhFSEVIQG1GRwZGVc6O0IxWSZUPP3gPFRUPPUm/uVQcHBQAiBQcCw0GRlXOjtCQ3b+mcDAAdgwWFgwWP7mPiI+PiI+PyI/PyI/Abo4MjFKFhUVFkoxMjg4MjFKFhUVFkoxMkgBAP8AAQD/AFAmWTFCOzpXGRkcGfU8VFQ8/eA8VDBwUAIgUHBwUP7lLHZDQjs6VxkZNALkMDBYWDBYWDD+eT4iPj4iPj4iPj4iPv6fFRZKMTI4ODIxShYVFRZKMTI4ODIxShYVAXBAQEAAAAAABQAoAGgD2AM4AAkAEwAhADsARQAAEyE1NCYjISIGFR0BFBYzITI2PQElITIWFzM1NCYjISIGFQc1NDYzITIWFREUBisBFRQGIyEiJjURNDYzATMyNj0BIxwBFVgCkBcR/cARFxcRAkARF/4wAagUJAykFxH9wBEXMDQkAkAkNDQkaDQk/cAkNDQkAphoEReQAdhoERcXEZjoERcXEejwEQ9oERcXEUhIJDQ0JP6AJDRIJDQ0JAGAJDT+oBcR6AIEAgAAAAIA4AA9AyADAAAOACAAAAE0JiMhIgYVETc2Mh8BEQMHBiY1ETQ2MyEyFhURFAYvAQLgHxb+qhYfzAgYCMzg7A8lRTABVjBFJQ/sAosWHx8W/g+pCAipAfH+dsQNERQCNjBFRTD9yhQRDcQAAAQAlQBgA2sC9QAPACAALgA8AAABIgYVERQWMyEyNjURNCYjJSEyFhURFAYjISImNRE0NjMHMhYVERQGIyImNRE0NiEyFhURFAYjIiY1ETQ2AVUEBgYEAVYEBgYE/qoBVh8rKx/+qh8rKx+gDhISDg0TEwKjDRMTDQ4SEgK1BgT+AAUGBgUCAAQGQCsf/gAfLCwfAgAfK0oTDf5ADhISDgHADRMTDf5ADhISDgHADRMAAQCAALgDmwMAAAUAAAkBFwkBNwGtAZNb/hL+01sBbQGTW/4TAS1bAAIAUAAQA7ADQAAJAB0AAAERMxE3FwcnNxcFMxUUBiMhIiY9ATMVFBYzITI2NQHQYINE9/dEgwGAYE43/ao3TmAWDwJWDxYBtAGM/nSDRPf3RIN0qzdOTjerqw8WFg8AAAMAQP/gA+ADgAADAAcADgAAExEhESUhESEFITUhETMRoAJA/WADAP0AA0D9YAKgYAMg/cACQGD9AKBgAqD9AAAIADUANQOgAyAACAAfACYANQBEAFMAYgBwAAATESEyNjURIRUDIyImNRE0NjsBNTQ2MyEyFhURFAYjIScRIxEUFjMTIiY1NDYzITIWFRQGIyE1IiY1NDYzITIWFRQGIyEhIiY1NDY7ATIWFRQGKwEBIiY1NDY7ATIWFRQGKwEhIiY1NDY7ATIWFRQGI/UCNhYf/ZUgKjFFEw1gEw0Cqw0TRTD9qiBAIBaqDRMTDQGrDRMTDf5VDRMTDQEADhISDv8AAVYOEhIOVQ0TEw1V/qoNExMNqw0TEw2rAQANExMNqw0TEw0CVf4gIBYCNYv94EUxAaoOEosNExMN/asxRUABwP52FiABFhIODRMTDQ4SqhMNDhISDg0TEw0OEhIODRP+qxMNDRMTDQ0TEw0NExMNDRMAAAIAB//gBAADgAA5AEAAABM2Nz4BNzYzMhceARcWFRQHDgEHBiMiJy4BJyYnNx4BMzI3PgE3NjU0Jy4BJyYjIgcOAQcGBzMHJzMlMxEXBycRZQspKHpPTlhgVFV+JCUlJH5VVGAvLC1TJiYhRDSGSkxDQ2QdHR0dZENDTEI+PWMjIg5ciYleAZtgkkSuAe9VSUprHx8lJH5VVGBgVFV+JCUJCSIaGSFENDgdHWRDQ0xMQ0NkHR0YGFM4Nz+vr/H+5JJErgFEAAAAAwBQABADsANwADkASABWAAA3ETQ3PgE3NjMyFx4BFxYVERQGKwEiJj0BNDY7ATU0Jy4BJyYjIgcOAQcGHQEzMhYdARQGKwEiJj0BITUjIgYdARQWOwEyNj0BJRUUFjsBMjY9ATQmKwFQIiJ1T09ZWU9PdSIiTjcrN05ON1AaG1s9PUZGPT1bGxpQN05ONys3TgMAUA8WFg8rDxb9YBYPKw8WFg9QwAEAWU9PdSIiIiJ1T09Z/tU3Tk43gDhOJUY9PVsbGhobWz09RiVOOIA3Tk43K3sWEIAPFhYPK3umDxYWD4AQFgAAAAMAJQAfA/wDaAAFAAsAHQAAJSImJwMBATI2PwEnMQEWNjcTNiYHAQ4BHwEBNhYHAYEXBQhZArL9yxITCn6dAXwgLQiaDC4f/HUuAyboAhsTGQ5HExUBKAGZ/RcOCnlf/ugSEycC1zAoDv6iEywMSAFUCwkMAAAAAAIAAP/ABAADwAAhACcAAAEiBw4BBwYVFBceARcWFxU3HgEzMjc+ATc2NTQnLgEnJiMTJwcBFzcCAGpdXosoKA0OMiMjLK4jSiZqXV6LKCgoKIteXWozg/4BGIX8A8AlJoBXVmI4NDVeKSkgtWAKCiUlgVZXYmJWV4AmJf2Ci4sBKYuLAAEAgABAA4ADQAAIAAABJwERIxEBBwEDgET+9GD+9EQBgAHARP70Akj9uAEMRP6AAAEAwACAA0ADAAAJAAABIRUhFwcJARcHAYEBv/5Bv0n+yQE3Sb8B8GDFSwFAAUBLxQAAAAABAMAAgANAAwAACQAAASE1ISc3CQEnNwJ//kEBv79JATf+yUm/AZBgxUv+wP7AS8UAAAAAAQCAAEADgANAAAgAABMXAREzEQE3AYBEAQxgAQxE/oABwEQBDP24Akj+9EQBgAAAAwAAAFIDJQN3AAsANgBhAAA3FAYjIiY1NDYzMhYFFAYHDgErASImJyYnLgEnJicuAT0BNDY3PgE7ARYXHgEXFhcWFx4BFxYXBRQGBw4BKwEiJicmJy4BJyYnIiY9ATQ2Nz4BOwEWFx4BFxYXFhceARcWF9tALS5AQC4tQAElBQUFDghNDhQCBhwbWDk5Qg4TBgYFDQcCLiwsUiYlICEaGiYMCwQBJQUGBQ0IUg4VAQczMqVtbX0OFAYFBg0HAUtISYY+PTU1Kyo8ERIEwC1BQS0tQUFzCA4GBgYTDkI5OVgcGwcBFA9NBw4GBAUDDAwmGhogISUmUiwsLQEIDgUGBhQPfG1tpTMyCBUPUQgNBgUFBBESPCoqNjU9PYdISEsAAwAAAAYDbgN6ADcAVQBzAAABMhYXFhQVFAYHDgEjIiYnLgEnLgE9AT4BNz4BMzIWMzIWFx4BFRQGFRQWFx4BFx4BFx4BMzI2MwMyNz4BNzY1NCcuAScmIyIHDgEHBhUUFhcHNx4BMxEyFx4BFxYVFAcOAQcGIyImJwc3LgE1NDc+ATc2MwIzB2EDAQYECkAZFEYSPlMlEBkBFRUGDgkGCgYLCAUDHigCAQogEBQrGAMGAw0lC3RKQUJhHB0dHGFCQUpKQkFhHRwjIi6LK2Y0WU5PdSIiIiJ1T05ZN2ow7k4fHyIidU5PWQGTMgUCBQIKFwoYHRsJHFs2GDkeBB0qFAYGAQkLB1IEECIJAwQCFCsPExsMAgI3/tIcHGJBQUpLQUFiHBwcHGJBQUs4bC6FLB0eAxUiIXVPTlpZTk91IiEbGkznMnI6Wk5PdSEiAAAAAwAAACUDbgNrAAQAEgA1AAATESMRMzcWBiMxIyImNTQ2MzIWAREjETQmIyIGBw4BFREjNjU8ATUmMTMVIz4BMzIXHgEXFhXHvLwMAToxATA4OjAxOAKbvC0zJy8KBAO8AQG8ARNMTC8nKDoQEQJb/coCNq8pOTkpKTg4/jb+vAEuOUcrGQoYDP7EwHFwdBEQUh1CDxA/MDBBAAAAAQAZAFIDngMuAEUAAAEOAQcWFBUUBw4BBwYjIiYnHgEzMjY3LgEnHgEzMjY3LgE9AR4BFy4BNTQ2NxYXHgEXFhcuATU0NjMyFhc+ATcOAQc+ATcDnhMvGwEjIoViYn9PkD0LFgxAdTA9XhIJEQkNGAxAVBIqFyUtDQwiKiphNjY6AwJsTSdGGSA7GwsqHRw2GQLXHDAUBgwGW15dlzAwLCcBASkmAUg3AgEDAw1lQwMLDAEZUTAaLhUqIiMyDg8DChULTG0gGwYXECA1EQMPCwAAAAABADYACQIkA8AAGQAAARUjIgYdATMHIxEjESM1MzU0Nz4BNzYzMhYCJFo0H6cWka+SkhAQOSgoMS5IA7mXLiRsqf5OAbKpfTYpKjkODwUAAAMAkP+9A3ADwAAzAEEATwAAJTUmJy4BJyY9ATQ2MzIWHQEUFx4BFxYzMjc+ATc2PQE0NjMyFh0BFAcOAQcGBxUzFSE1MxMiBhURFBYzMjY1ETQmJzIWFREUBiMiJjURNDYB0EQ6O1YYGRwUFBwVFkoxMjg4MjFKFhUcFBQcGRhWOzpEkP6AkDAoODgoKDg4KFBwcFBQcHAdNgkgIGE+P0aAFBwcFIA4MjFKFhUVFkoxMjiAFBwcFIBGPz5hICAJNmBgA0M4KP7AKDg4KAFAKDhgcFD+wFBwcFABQFBwAAAAAgAAAFgEAAMoAAMARAAAAS0BERMyFx4BFxYxHgEXMBYXHgExFTAGBw4BMQ4BBzAHDgEHBiMxLgExLgEnMCYnLgExNTA2Nz4BMT4BNzA3PgE3NjMxAZYBFf7ralFCQl4aGQ87HSIHCAICCAciHTsPGRpeQkJRyJQRQx0iBwgCAggHIh07DxkaXkJCUQE7j5H+4AHtAgEEAgECCx8wNT9nTmc/NDEfCgICAgQBAgIIAwofMTQ/Z05nPzUwHwsCAQIEAQIAAAIAAAAdBSUDYwA3AEMAAAEUBw4BBwYjIicuAScmNTQ3PgE3NjMyFhcHLgEjIgcOAQcGFRQXHgEXFjMyNz4BNzY3IzUhHgEVJRUjFSM1IzUzNTMVAzUdHWlKSltXTE1xISEhIXFNTFdVjTZxF1M9Ni8vRxQVFRRHLy82PiwrOA8OBO4BiwMEAfB4eHd3eAG2WUxLbB8eISFyTExXV0xMciEhOjRtFisVFUgwMDc3MDBIFRUUFDgfHxeQECEVRnh3d3h3dwAFAAAACQNuA3cACwAnADMAhAC0AAABNCYjIgYVFBYzMjY3FAcOAQcGIyInLgEnJjU0Nz4BNzYzMhceARcWNxQGIyImNTQ2MzIWJSIjJgYHBgcOAQcOAQcGBw4BFRYVFAcUFhcWFx4BFx4BFxYXHgE3MjMyMxY2NzY3PgE3PgE3Njc+ASc0NTQ1NiYnJicuAScuAScmJy4BByIjARQGBw4BBw4BBwYiIyoBJy4BJy4BJyY0NTwBNz4BNz4BNzYyMzoBFx4BFx4BFx4BAklWPD1VVT08Vk8SET0pKS8vKSk9EhEREj0pKS8vKSk9ERI+HxYWHh4WFh/+4RgjJEoiIhYPGAsMDwYJBAQCAQECBAQJBg8MCxgPFiIiSiQjGBgjJEoiIhYPFwwMDwYJBAMDAQEDAwQJBg8MDBcPFiIiSiQjGAG3AQIDHScnXDUtWy0uWi01XSYnHgIDAwIeJyZdNS1aLi1bLTVcJycdAwIBAcA8VlY8PFZWPC8pKT0REhIRPSkpLy8pKT0REhIRPSkpuxYeHhYWHx9oAQIEBAkGDwwLGA8WIiJKJCMYGCMkSiIiFg8YCwwPBgkEBAIBAQIEBAkGDwwLGA8WIiJKJCMYGCMkSiIiFg8YCwwPBgkEBAIB/pgtWy01XSYnHQMDAwMdJyZdNS1bLS1bLTVdJicdAwMDAx0nJl01LVsABABQADYDsANwACMAPQBCAEcAACUVFAYjISImPQEjIiY9ATQ2OwE1NDYzITIWHQEzMhYdARQGIyczMjY9ATQmIyEiBh0BFBY7ATU0NjMhMhYVJSE1IRURITUhFQMWHBT+NBQcHTRJSTQdHBQBzBQcHTRJSTQdHQwREQz9mgwREQwdHBQBzBQc/jQBbP6UAWz+lNBqEx0dE2pJNMAzSrYUHBwUtkozwDRJYBEMwAwREQzADBFqEx0dE/CGhv4M1NQAAQBeALwDogKiAAUAAAkBBwkBJwIA/qJEAaIBokQBRAFeRP5eAaJEAAEA/AAeAuIDYgAFAAAJAScJATcBhAFeRP5eAaJEAcABXkT+Xv5eRAABAR4AHgMEA2IABQAACQE3CQEnAnz+okQBov5eRAHAAV5E/l7+XkQAAQBeAN4DogLEAAUAAAkBJwkBBwIA/qJEAaIBokQCPP6iRAGi/l5EAAQAAABLA+QDNQASAB4AOABPAAATNzYWFREUBi8BIyImNRE0NjsBFw4BKwEVMzIWHwERJSY0NzYyFxYXFhQHBgcGIicmNDc2NzY0JyYHJjQ3NjIXFhcWFAcGBwYiJyY0NzY0J9/jGDY2GOOvFBwcFK8vBhAIkJAIEAaiAYcPDw4nDkcjIyMjRw4nDg8POBwcHBzRDg4OKA4nExMTEycOKA4ODjExAoC1Exoe/WAeGhO1HBQBIBQcVQYFwAUGgQHYMg4oDg4ORllYuVhYRw4ODigOOEdHk0dHYA4nDg8PJjExZTEwJw4ODigOMYsyAAAAAAIAQAAAA4ADQAAFABYAADchFSERMwUnIREnBycHBiInJjQ/ARc3oALg/MBgAgVlAQBgqmyFDCEMDAy+bG9gYANA5WX/AGC4dI8NDQ0kDM50dwAAAAIAAP/ABAADwAAbACgAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYTBycHJzcnNxc3FwcXAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXZZIuLhIuLhIuLhIuLgDwCgoi15dampdXosoKCgoi15dampdXosoKP1ISLi4SLi4SLi4SLi4AAAEAFD/0APWA7AANABSAGgAfgAAAR4BFRQGBxc+ATMyFhUUBiMiJjU0NjcnDgEjIiY1NDYzMhYXNy4BNTQ2MzIWFRQGIyImJwcHNCYxNCY1LgEjIgYVFBYzMjY3NDY1MDY1PgE1NCYlHgEzMjY1NCYjIgYVFBYXMBYVMhQzAw4BFRQWMzI2NTQmIyIGBxQGBw4BBwG3AwMDA+kZQiVMampMTGoDA+oYQiZLa2tLJkIY6gMDakxMampMJUIZ6WUBAQwmGCMzMyMYJgwBAQUGBgGACycXJDIyJCQyBQUBAQEEBQQyJCQyMiQWJgwBAQEBAQHvCxgMDBgLiBgca0xLa2tLDRcMiBgcakxMahwYiAwXDUtra0tMaxwYiAYBAQEBARIWMiQkMhYSAQEBAQEJFQsLFewSFzMkIzMzIwwUCgEBAv3hCRMLIzMzIyQzFRECAgEBAwEAAgCAAIADgAMAAAkADQAAASEVIRcHCQEXBwEzESMBwQG//kG/Sf7JATdJv/6/YGAB8GDFSwFAAUBLxQEQ/YAAAAEAwADAA0ACgAACAAAlASECAAFA/YDAAcAAAAACAIAAgAOAAwAACAAMAAABIRUhBxcJAQclIxEzAj/+QQG/v0kBN/7JSQIAYGAB8GDFSwFAAUBLS/2AAAABAQAAgALAAwAAAgAACQERAQABwAHAAUD9gAAABgBAAAADwAOAABEAIwA1ADkAPQBBAAABFRQGIyImPQE0NjMyFh0BMxUBITUhNTQ2MzIWHQEUBiMiJjURITUhNTQ2MzIWHQEUBiMiJjUlFSE1ARUhNRMVITUDACUbGyUlGxslwP2A/wABACUbGyUlGxsl/wABACUbGyUlGxslAoD+QAHA/kBA/gABkBAbJSUbgBslJRsQYP7AYBAbJSUbgBslJRsCkGAQGyUlG4AbJSUbcGBg/YBgYAFAYGAAAAAAAwGA/8ACgAPAAAsAFwAjAAABIiY1NDYzMhYVFAYDIiY1NDYzMhYVFAYDIiY1NDYzMhYVFAYCADVLSzU1S0s1NUtLNTVLSzU1S0s1NUtLAsBLNTVLSzU1S/6ASzU1S0s1NUv+gEs1NUtLNTVLAAAAAAQAAP/ABAADwAAbADcAOwA/AAAlMjc+ATc2NTQnLgEnJiMiBw4BBwYVFBceARcWFyInLgEnJjU0Nz4BNzYzMhceARcWFRQHDgEHBgMzESMRMxUjAgBWTExxICEhIHFMTFZWTExxICEhIHFMTFZqXV6LKCgoKIteXWpqXV6LKCgoKIteXaqAgICAICEgcUxMVlZMTHEgISEgcUxMVlZMTHEgIWAoKIteXWpqXV6LKCgoKIteXWpqXV6LKCgCQP7AAgCAAAABAEAAAAPAA4AAFwAAARUzByczNSMVJzcVMzUjNxcjFTM1Fwc1AkR6vr56zLCwzHq+vnrMsLABfMywsMx6vr56zLCwzHq+vnoAAAAAAQFAAQACwAJAAAIAAAEhAwFAAYDAAQABQAAAAAEBQAEAAsACQAACAAABIQMBQAGAwAJA/sAAAAADAAD/wAQAA8AAGwAeACEAAAUiJy4BJyY1NDc+ATc2MzIXHgEXFhUUBw4BBwYLASEDEyECAGpdXosoKCgoi15dampdXosoKCgoi15dasABgMDA/oBAKCiLXl1qal1eiygoKCiLXl1qal1eiygoA4D/AP4AAQAAAAACAUAAQALAA0AAAgAFAAABEyETAyECAMD+gMDAAYADQP8A/gABAAAAAwAAAEAEAAMAAA8AHwAiAAATIgYVERQWMyEyNjURNCYjJSEyFhURFAYjISImNRE0NgEFEYANExMNAwANExMN/QADADVLSzX9ADVLSwJ1/sACoBMN/kANExMNAcANE2BLNf5ANUtLNQHANUv+oKABQAAAAAABAN4AngMiAuIAIAAAARcWFAcGIi8BBwYiJyY0PwEnJjQ3NjIfATc2MhcWFA8BAkTeDg4OKA7e3g4oDg4O3t4ODg4oDt7eDigODg7eAcDeDigODg7e3g4ODigO3t4OKA4ODt7eDg4OKA7eAAACABAAOQN/Az4ADwAlAAABJTYWBwEOAQ8BDgEvASY2JRcTHgE/AT4BHwEWNjcTNiYHAQYUFwEhAZQFCAX+swgLAgsCEAMrBAr++s5QBBkKcwkXCs8LGQKYAxYN/LEQEAGm+AQKBf7LCBYMVAgBCJkNGitN/v8MCAheBwEHlggJDQLcDhMG/rkGIQYAAAEA1QBrA1UC6wAHAAABIxUjFSMRIQNV1dXWAoACFdXVAoAAAAkAgACAA1UC1QALABcAIwAvADsARwBMAFEAVgAAEyImNTQ2MzIWFRQGJzI2NTQmIyIGFRQWEyImNTQ2MzIWFRQGJzI2NTQmIyIGFRQWEyImNTQ2MzIWFRQGJzI2NTQmIyIGFRQWEyEVITUVIRUhNRUhFSE11SMyMiMkMjIkEhkZEhEZGREjMjIjJDIyJBIZGRIRGRkRIzIyIyQyMiQSGRkSERkZkQIA/gACAP4AAgD+AAIrMiMjMjIjIzIqGRISGRkSEhn/ADIkIzIyIyQyKxkSERkZERIZ/wAyIyQyMiQjMisZERIZGRIRGQH1QEDVQEDWQEAAAAAABACAAGsDawMrABgAMwA+AE8AAAEVIxUUFjMhMjY9ASM1MzU0JiMhIgYdATMnNTQ2OwEyFh0BMzIWFREUBiMhIiY1ETQ2OwEhNTQmKwEiBh0BMwczMhYdARQGKwEiJj0BNDYzAZXVHxYCABYgwMAgFv4AFh/VQEUxVTFEYDFFRTH+ADBFRTBgAQAfFlUWIMBqKhIZGRIqEhkZEgHVQLUWHx8WtUBgFiAgFmDWCjFFRTEKRTH+qzFERDEBVTFFChYgIBYKqxkSVRIZGRJVEhkAAAsAVf+rBAAC1QAFAA4AGgAmADIAPgBKAFYAWwB4AH8AAAEOAQcjNRcOARUcARUjNQMiJjU0NjMyFhUUBicyNjU0JiMiBhUUFhMiJjU0NjMyFhUUBicyNjU0JiMiBhUUFhMiJjU0NjMyFhUUBicyNjU0JiMiBhUUFhMhFSE1ASInLgEnJjU0Nz4BNzYzMhceARcWFRQHDgEHBiMTBycHFzcnAjoUJA/IhAICgIAkMjIkIzIyIxEZGRESGRkSJDIyJCMyMiMRGRkREhkZEiQyMiQjMjIjERkZERIZGZICAP4AAcA6MjNLFhYWFkszMjo5MzJLFhYWFksyMzmVuloshecsAcsOIBJA1g0aDgMFA0ABNjIjIzIyIyMyKhkSEhkZEhIZ/wAyJCMyMiMkMisZEhEZGRESGf8AMiMkMjIkIzIrGRESGRkSERkB9UBA/QsVFkwyMzk5MzJMFhUVFkwyMzk5MzJMFhUBlaxWLn/ULwAABQBV/6sEAAMrAC4APwBKAGcAbgAAJR4BFyMiJjURNDY7ATU0NjsBMhYdATMyFh0BLgEnNTQmIyEiBh0BMxUjFRQWOwETDgEHIyImPQE0NjsBMhYdATc1NCYrASIGHQEzEyInLgEnJjU0Nz4BNzYzMhceARcWFRQHDgEHBiMTBycHFzcnAasBBgTrMUVFMWBEMVUxRWAwRQ8gER8W/gAWINbWIBbgahUjDRASGRkSKxEZFiAWVRYfwMA6MjNLFhYWFkszMjo5MzJLFhYWFksyMzmVuloshecsqxEgD0QxAVUxRQoxRUUxCkUxQQUFATYWICAWYEC1Fh8BBBMtGhkSVRIZGRIm/AoWICAWCv0AFRZMMjM5OTMyTBYVFRZMMjM5OTMyTBYVAZWsVi5/1C8AAAEAvwBTA0EDAAAJAAAlETMRNxcJATcXAeBA9C3+v/6/LfTNAjP9zfQt/r8BQS30AAEAqABpA1UC7AAJAAABIRUhFwcJARcHASMCMv3O9C7+vwFBLvQBy0D0LgFCAUEt9AAAAAABAKsAaQNYAuwACQAAASE1ISc3CQEnNwLd/c4CMvQuAUH+vy70AYtA9C3+v/6+LvQAAAAAAQC/AFUDQQMDAAkAAAERMxEXNwkBFzcB4ED0Lf6//r8t9AKI/c0CM/QtAUL+vi30AAAAAAEAwwBuAz0C5wALAAAJAQcJAScJATcJARcCLQEQLf7w/vAtARD+8C0BEAEQLQGq/vEtAQ/+8S0BDwEQLf7xAQ8tAAAAAgBA//0DwANAABMAKQAAJSEyNjURNCYjISIGFREUFjsBFTcXBwYmPQEjIiY1ETQ2MyEyFhURFAYjAdUBViMyMiP9qiMyMiNWqhuYHk8WPldXPgJWPldXPtUyJAGAIzIyI/6AJDKqqkCYHiEralg+AYA+V1c+/oA+WAAAAAIAAP/9BAADQAATACkAACUhMjY1ETQmIyEiBhURFBY7ARU3BwYmPQEjIiY1ETQ2MyEyFhURFAYjIQHVAZYjMjIj/SojMjIjlqp9Hk9WPldXPgLWPldXPv6F1TIkAYAjMjIj/oAkMqqq2B4hK2pYPgGAPldXPv6APlgAAAADADX/4APLA3UACwAoAEUAAAEzFSMVIzUjNTM1MwMiJy4BJyY1NDc+ATc2MzIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjIgcOAQcGFRQXHgEXFjMCIKurQKurQCBfVFN9JCQkJH1TVF9fVFN9JCQkJH1TVF9SSEhrHx8fH2tISFJSSEhrHx8fH2tISFIBy0Crq0Cq/WskJH1TVF9fU1R8JCQkJHxUU19fVFN9JCRAHx9rSEhSUUhIax8fHx9rSEhRUkhIax8fAAAFAGD/4AOgA3UAGAAjAC0AOwBJAAABNTQ2OwEyFh0BMxUjERQGIyEiJjURIzUzMyE1NCYrASIGHQEFIREUFjMhMjY1AzQ2MzIWFREUBiMiJjUDNDYzMhYVERQGIyImNQE1RTGqMUXVVUUx/lYxRVXVQAEWIBaqFiABlv3qIBYBqhYg1hMNDhISDg0TqhIODRMTDQ4SAss1MUREMTVA/cowRUUwAjZANRYfHxY1QP3KFh8fFgGrDRMTDf6rDhISDgFVDRMTDf6rDhISDgAHAJX/6wNrA2sACQAZACUALwA4AEIATQAAEyERIzUhIgYVEQUVFAYjISImNRE0NjMhFxEFNTMyNjU0JisBFTM1MzIWFRQGKwE1FzI2NTQmKwEVNzMyFhUUBisBNQU1IzUzNSMVMzUz1QJW6/7AEhkClhkS/YASGT8sAXD7/ckZIy0uI0w0FQ0QEA0VyS06Oi1INRMVGhoVEwEPRFmONUQBKwEV6xkS/ivWQBEZGREC6yw/+/3lFjYnHh8nwZcPDQwPN5c3Kio2wZUdFxceaVEqKCvBRAAAAAAEAJX/6wNrA2sADwAeACwAOgAAASM1ISIGFREUFjMhMjY1EQEhFxEUBiMhIiY1ETQ2MxMiJjU0NjMhMhYVFAYjBSImNTQ2MyEyFhUUBiMDK+v+wBIZGRICABIZ/dUBcPs/LP4ALD8/LEASGRkSAYASGRkS/oASGRkSAYASGRkSAkDrGRL9VREZGREB6wEr+/3lLD4+LAKrLD/96hkSEhkZEhIZqhkREhkZEhEZAAAAAAIAYAALA6ADVQAJAB0AAAERMxE3FwkBNxclMxUUBiMhIiY9ATMVFBYzITI2NQHgQPQt/r/+vy30AYBARTD9qjBFQB8WAlYWHwEjAjL9zvQu/r8BQS70CKsxREQxq6sWHx8WAAADADX/4AOsA1cAGwAmADoAAAEHISIGFREUFjMhMjY1ETcRFAYjISImNRE0NjMJATY0JyYiBwEHNwEWFAcBDgEPAQYmPwE+ATcBNjIXAkBA/qsWICAWAlUWH0BEMf2rMUVFMQFFAY8RERExEf5xHG8BvCQk/msDCASrERoEKwEEAwGWJGUkAyBAHxb9qhYfHxYBVkD+ajBFRTACVjBF/igBjxEwERIS/nFuHAIPJGYk/msDBAErBBkSqgUHAwGWJCQAAAAABgAr/6sEAAN1ACUAMAA7AEkAZQBxAAABKgEjIgYHNSERFBYzIR4BFyEiJjURIzUzNTQ2OwEyFh0BMxUjFQcOAQc1NDYzMhYVJSE1NCYrASIGHQEXNDYzMhYVERQGIyImNQEiJy4BJyY1NDc+ATc2MzIXHgEXFhUUBw4BBwYnNycHJwcXBxc3FzcDFQULBQsVC/3rHxYBAgoWDv7QMEVV1UUwqzFE1lbVEyANEw0NE/8AARUfFqsWHxUTDQ4SEg4NEwGrNS8uRhQUFBRGLi81NS8uRhQUFBRGLi8IYy5iYi1iYi1iYi4B1QECuf3KFh8RIQ5FMAI2QDUxREQxNUC2Rg8mFbsNExMNyzUWHx8WNcsNExMN/qsOEhIO/wAUFEUvLzU1Li9FFRQUFUUvLjU1Ly9FFBT/Yi5iYi5iYi1iYi0AAAAAAwAAACsD1QMrAAMABwAOAAATIREhExEhERMhNSERMxEAA1X8q0AC1YD86wMVQAMr/YACQP4AAgD9QEACQP2AAAIANQA1A8sDSwAVACsAAAEjIgYVERQWMyEyNjURNCYjISImLwEXITIWFREUBiMhIiY1ETQ2OwEyFh8BAXPIFiAgFgKqFiAgFv6ABgwETHABcjFFRTH9VjFFRTHVBgwFTAMLIBb91hYgIBYB1RYfBQVMFkQx/isxRUUxAioxRQUFTAAAAAIAYAALA6ADSwAaAEEAAAEjIiY1NDYzITIWFREUBiMiJj0BAQYiJyY0NyU0NjMyFhURFAYjISImNRE0NjMhMhYVFAYjISIGFREUFjMhMjY1EQMzsw0TEw0BAA0TEw0NE/5hCRsJCQkBTBMNDRNFMP4qMEVFMAEADhISDv8AFh8fFgHWFh8DCxIODRMTDf8ADhISDrL+YgoKCRsJFA0TEw3/ADFERDEB1TFFEw0OEiAW/isWHx8WAQAAAAAABAA1/+ADywN1AAQACQAmAEMAAAEzESMRNTMVIzUTIicuAScmNTQ3PgE3NjMyFx4BFxYVFAcOAQcGIzUyNz4BNzY1NCcuAScmIyIHDgEHBhUUFx4BFxYzAdVWVlZWK19UU30kJCQkfVNUX19UU30kJCQkfVNUX1JISGsfHx8fa0hIUlJISGsfHx8fa0hIUgIA/qsBVatWVv01JCR9U1RfX1NUfCQkJCR8VFNfX1RTfSQkQB8fa0hIUlFISGsfHx8fa0hIUVJISGsfHwAACgCVACsDYwNVAAMADAAXABwAIQAmACoALwA0ADgAAAEHMycHIxMzEyMnIwcBNTMVBzMVIzU3IwMzFSM1FTMVIzUVMxUjNRMzFSMVMxUjNSEzFSM1FTMVIwEbGTQZPkpjTWNPEFsPAbvFa2/OamXFgICAgICA1oCAgID+VYCAgIADA0pKrgEA/wAsLP6XPzmIPziJAemAgNWAgNWAgAGqgFWAgICA1YAAAwCVAEADawMrABUAQQBNAAABDgEjIiYnBgcOAQcGFSE0Jy4BJyYnNxYXHgEXFh0BFAYjISImPQE0Nz4BNzY3LgE1NDc+ATc2MzIXHgEXFhUUBgcHMjY1NCYjIgYVFBYCjx1KKChKHSMdHCkLDAJWDAspHB0jLicgIC4MDRkS/YASGQ0MLiAgJxYYExJAKyoxMSorQBITGBa9R2RkR0dkZAGGFxoaFxMbHEMnKCoqKCdDHBsTLxggIVAtLjEVEhkZEhUxLi1QISAYHUcnMSorQBITExJAKyoxJ0cdIGRHR2RkR0dkAAAAAAICVf+rBAABVQAbACIAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYDJzcXNxcHAystJic6ERERETonJi0sJyc5ERERETknJ0KBLVSULsIBVRAROicnLCwnJzoREBAROicnLCwnJzoREP6ogi1UlC3CAAAAAAIAQABAAsEDKwA6AEcAACUUFhchIiY9ATQ3PgE3NjcuATU0Nz4BNzYzMhceARcWFRQGBx4BFw4BBy4BJw4BIyImJwYHDgEHBhUhAzI2NTQmIyIGFRQWMwIrBAT+OBIZDA0tICAnFRgSE0AqKzEwKys/ExIYFRktEw8cDBEpFh5JKClJHiIdHSgMCwGrgEZkZEZHZGRHgBEgDxkSFTEuLVAhIBgdRycxKitAEhMTEkArKjEnRx0PJhcHEQoTIAwXGhoXExscQycoKgEVZEdHZGRHR2QABABA/6sEAAMrABsAIQBbAGgAAAUiJy4BJyY1NDc+ATc2MzIXHgEXFhUUBw4BBwYTBycHFzcFFBYXISImPQE0Nz4BNzY3LgE1NDc+ATc2MzIXHgEXFhUUBgceARcOAQcuAScOASMiJicGBw4BBwYVATI2NTQmIyIGFRQWMwMrLSYnOhERERE6JyYtLCcnORERERE5JydSlFQtgcL+VAQE/jgSGQwNLSAgJxUYEhNAKisxMCsrPxMSGBUZLRMPHA0QKRYeSSgpSR4iHR0oDAsBK0ZkZEZHZGRHVRAROicnLCwnJzoREBAROicnLCwnJzoREAFBlFQtgsI/ESAPGRIVMS4tUCEgGB1HJzEqK0ASExMSQCsqMSdHHQ8mFwcRChMgDBcaGhcTGxxDJygqARVkR0dkZEdHZAAABQArAEwD1QMAADoAZgCOAOAA+gAAEzIWFRQHDgEHBgcVITUjDgErATAmIzQ2MTY3PgE3NjU0JiMiBhUUFjMyNjU0JiMiBgcGIiM0JjE0NjMTFxQyHQEUBiMhMCI1JzA0PQEwNDM+ATcnLgE1JjY3PgEzMhYfAR4BFRQGBwUwFh0BFAYjFSE1IiY9ATQ2OwE1IyImMREOASMiJicGBw4BBwYHFTMFMBQxFRQGMSEiMCMnNDA9ATQ2MzoBMzoBNzI2Nz4BNyMqATEnMDQxNTQwNTY3PgE3Njc8ATE6ATEeATMyNjE6ATEXFjAVERcUMh0BFAYxIxUXAREwBjEjMCYxJjY1Njc+ATc2NzQyMTMwFhWvLxAGBiYlJDwBSxoFFxdiAQEBLCEhLAsLbT03XywnJiMYHg4bDwEBAQEXLP4wAQEB/qUBVQEpVBhgGRACHhsWNR4jPxlVGh4cFwECAi8UAQwsHQEBRUUBAQcrERQcEwkRETMhISfLASYB/uUBAVQBAQYJAgQCAgEBAgQGA2ABAVM2JCQuDAsGAQEYHhMUNwEBTgFKAQJHSf7cAq4BAQEaGBgqEREOAQoCAs55GzU0NGEsKyQVoxkVAQEBGh4dRCUmKlpqYlYtUUElGz8TFQEBASFU/mgxAQG1AQEBVgEBIAEaTD5fGDkkKk4cFxcbGVgbVDAmWSAIAQExJB8MFBgjMQEBGgIBnQIFAgU2NjVoMTErI7cBJwEBVQEBHQEBAQEBAQQEVwEtAQE7PDttLi4gAQEGAwhSAQH+qUwBASIBARZIAff+3AIBAQEBHiMiSicnKAEBAQAAAAMAqwDgA1UCdQAEAAkADgAAEzUhFSEVNSEVIRU1IRUhqwKq/VYCqv1WAqr9VgI1QECqQECrQEAAAwCAAVUDgAIAAAsAFwAjAAATIiY1NDYzMhYVFAYhIiY1NDYzMhYVFAYhIiY1NDYzMhYVFAbVIzIyIyQyMgEHIzIyIyMyMgEIJDIyJCMyMgFVMiQjMjIjJDIyJCMyMiMkMjIkIzIyIyQyAAAAAwA1ADUDywNLAB8ANQBLAAABMzIWFRQGKwEVFAYjIiY9ASMiJjU0NjsBNTQ2MzIWFQMjIgYVERQWMyEyNjURNCYjISImLwEXITIWFREUBiMhIiY1ETQ2OwEyFh8BAiBgDRMTDWATDQ0TYA0TEw1gEw0NE63IFiAgFgKqFiAgFv6ABgwETHABcjFFRTH9VjFFRTHVBgwFTAGgEw0NE2ANExMNYBMNDRNgDRMTDQELIBb91hYgIBYB1RYfBQVMFkQx/isxRUUxAioxRQUFTAAAAAMAtf+rA0sDqwAzAEEAXwAABTMVITUzNSYnLgEnJj0BNDYzMhYdARQXHgEXFjMyNz4BNzY9ATQ2MzIWHQEUBw4BBwYHFQMiBhURFBYzMjY1ETQmJzIXHgEXFhURFAcOAQcGIyInLgEnJjURNDc+ATc2AiBg/wBgPzY3UBgXEw0OEhUVSTAxNzcxMEkVFRIODRMXGFA3Nj8gPldXPj5XVz4sJyc6ERAQETonJywsJyc6ERAQETonJxVAQHcGHBxYOTlBgA0TEw2AODAxSBUVFRVIMTA4gA0TEw2AQTk5WBwcBncDgFg+/tY+WFg+ASo+WEARETonJi3+1i0mJzoREREROicmLQEqLSYnOhERAAAAAgC1ABIDSwNLAA0AHwAAATQmIyEiBhURNzYyHwEFBiY1ETQ2MyEyFhURFAYnJQUDCyAW/lYWIPYJGAn2/d8PJkUxAaoxRSYP/ur+6gLVFiAgFv2b0wgI014NERUCqjFFRTH9VhURDe/vAAAAAgCrAGIDSQMAACMAPwAAARcWFAcGIi8BDgEjIicuAScmNTQ3PgE3NjMyFx4BFxYVFAYHBzI3PgE3NjU0Jy4BJyYjIgcOAQcGFRQXHgEXFgKOuwwMDSMNuyFPLDcwMUgVFRUVSDEwNzgwMUgVFRsX2SslJjcQEBAQNyYlKyomJTgQEBAQOCUmAVm7DCQMDQ27GBoVFUgxMDc4MDFIFRUVFUgxMDgrUCExEBA4JSYqKyUmNxAQEBA3JiUrKiYlOBAQAAAAAAIAiwA1A54DIAATADkAAAkBNjIXFhQHAQYiLwEmNDc2Mh8BJTQ2MzIWFREUBiMhIiY1ETQ2MyEyFhUUBiMhIgYVERQWMyEyNjUB1QGNDCQMDQ3+Vg0jDYAMDA0jDWEBYBMNDhI/Lf3uLT8/LQGhDRMTDf5fExkZEwISExkBZwGNDAwNIw3+VQwMgA0jDQwMYkQNExMN/vYsQEAsAhMtPxMNDRMaEv3tEhoaEgAEAIQADQN8A0kANABAAEwAWAAAAR4BFRQGBxc+ATMyFhUUBiMiJjU0NjcnDgEjIiY1NDYzMhYXNy4BNTQ2MzIWFRQGIyImJwclMjY1NCYjIgYVFBYBMjY1NCYjIgYVFBYBMjY1NCYjIgYVFBYBpwQEBATPFTohPlhYPj1YAwPRFTcgPlhYPiA3FdEDA1g9PlhYPiE6FNABPyQyMiQjMjL+VyMyMiMkMjIB8CQyMiQjMjIB1wsXDA0XC3kXG1Y9PVZWPQsUCnoVGVY+PVYZFXoKFgs+WFg+PlcbF3mHMiMkMjIkIzL+9zEjIjExIiMx/vgxIiIxMSIiMQAAAAADAIAANwN0AysABAAuAEsAAAEhFSE1BR4BHwEWFAcGIi8BLgEnDgEjIicuAScmNTQ3PgE3NjMyFx4BFxYVFAYHBzI3PgE3NjU0Jy4BJyYjIgcOAQcGFRQXHgEXFjMBAAFV/qsBmgECAdYMDA0jDdUBAgEmWzI+NzZRGBcXGFE2Nz4+NjZRGBcfHO8wKys/ExISEz8rKzAxKypAExISE0AqKzECIEBA0wECAdUNIw0MDNUCAgEcIBgXUTc2Pj42N1EXGBgXUTc2PjJcJTgTEkArKjExKitAEhMTEkArKjExKitAEhMAAAAAAQFAAIADAAMAAAIAAAkBEQMA/kABwAFA/YAAAAEAwAEAA0ACwAACAAAJASECAAFA/YACwP5AAAABAQAAQAQAA0AAAgAACQERBAD9AAHA/oADAAAABACAAEADQANwACcAKwBHAE0AAAE+ATc2MhcWFAcOAQceARUUBw4BBwYjIicuAScmNTQ3PgE3NjMyFhclIRUhEzI3PgE3NjU0Jy4BJyYjIgcOAQcGFRQXHgEXFjcHJzUzFQKhAwYDEzUTExMCBQQgIxwbYEBASUlAQGAbHBwbYEBASTViKv6fAUD+wKA4MjFKFhUVFkoxMjg4MjFKFhUVFkoxMssmjUACxgMHAxISEzUTAQUEK2k6SUBAYBscHBtgQEBJSUBAYBscHhyqUP1wFRZKMTI4ODIxShYVFRZKMTI4ODIxShYVyjRq8NAAAAAABACAAAADgAPAAA4AHAAqAD4AAAEjESEiBhURFBYzITI2NQEiJjU0NjMhMhYVFAYjBSImNTQ2MyEyFhUUBiMBITIWHwEeARURFAYjISImNRE0NgMg4P7ADRMTDQIADRP+DRMaGhMBphMaGhP+WhMaGhMBphMaGhP+LQFLGS8SthITSzX+ADVLSwJgAQATDf1ADRMTDQEgHBQUHBwUFBzAHBQUHBwUFBwC4BMSthIvGf31NUtLNQLANUsAAAACAKAAHQNgA3AADgAfAAAlETQmIyEiBhURNzYyHwElBQYmNRE0NjMhMhYVERQGJwMAHBT+YBQc4A0mDeD/AP7wFzlUPAGgPFQ5F60CMxQcHBT9zcwMDMxn9xYaHwKgPFRUPP1gHxoWAAIAYwAjA50DXQAwAGEAAAEmNjc2FhceARcWNj8BNiYnLgEPAQYiJyY0PwE2NzYWFxYXFhceAQcGDwEOAScuASc3FgYHBiYnLgEnJgYPAQYWFx4BPwE2MhcWFA8BBgcGJicmJyYnLgE3Nj8BPgEXHgEXAY0MBg8QKAwSNyAfOxZyKQEpKnYqQg4oDg4PQiMsLFssLCMiEhEBEREicyViNDRcH+YMBg8QKAwSNyAfOxZyKQEpKnYqQQ4oDg4OQiMsLFssLCMiEhEBEREicyViNDRcHwF9ECcMDAYQGR4CAhYWcit2KSoBKEIODg4oDkIiEREBEhEjIyssWywsJHMlJQQEMiqGECcMDAYQGR4CAhYWcit2KSoBKEIODg4oDkIiEREBEhEjIyssWywsJHMlJQQEMioAAwBAAEADwANAAAkAGAApAAATBSUuASMhIgYHBxEUFjMhMjY1EQUGIiclNyEyFhURFAYjISImNRE0NjOqAVYBVgofE/3MEx8KCikdAjQdKf67DB4M/rtGAjRFYWFF/cxFYWFFAr3j4xATExBs/pceKioeAWnZCAjZ72NF/lBFY2NFAbBFYwAAAAMAgAFAA4ACAAALABcAIwAAEyImNTQ2MzIWFRQGMyImNTQ2MzIWFRQGMyImNTQ2MzIWFRQG4Cg4OCgoODj4KDg4KCg4OPgoODgoKDg4AUA4KCg4OCgoODgoKDg4KCg4OCgoODgoKDgAAwAA/8AEAAPAACAAMABAAAAlIyImNRE0JisBIiY9ATQ2MyEyFh0BFAYrASIGFREUBiMBIgYVERQWMyEyNjURNCYjJSEyFhURFAYjISImNRE0NgJr0wIHBAW9AgcFBAJuAgcFBL0DBgQC/lUoODgoAoAoODgo/YACgFBwcFD9gFBwcKAEBQFmBQQFBLYCBwQFuQIHBAX+mgIEAsA4KP2AKDg4KAKAKDhgcFD9gFBwcFACgFBwAAAAABcAAAAZB9YDwAAIACYAWABnAHAAiQCnAQEBHQE1AUgBYQGHAaIBtgHOAgACDwJQAmwCjQKdAq0AAAEjFSM1IzUzFRceAR0BIzU0JicuASMiBgcVIzUzFT4BNz4BMzIWFxcjHgEXHgEzMjY3PgE3Fw4BBw4BIyImJy4BJy4BPQE0Njc+ATc+ATMyFhceARceARUHJzQmJy4BIyIGBw4BBzM1BSMVIzUjNTMVFzoBFxUqASMiBgcVIzUzFz4BNz4BMzAyMxcVIycOAQcOASMiJicuAT0BMxUUFhceATMyNjc1Mxc0Njc+ATc+ATMyFhceARceARUjNCYnLgEjIgYHDgEVFBYXHgEXHgEXHgEXHgEVFAYHDgEHDgEjIiYnLgEnLgE1MxQWFx4BMzI2Nz4BNTwBJy4BJy4BIy4BNRcVDgEjIiY9ASM1MzUzFTMVIxUUFhceATMWMjMFHgEXHgEVFAYHDgEHDgErARUjNTMyFhcHPgE1NCYnLgEnLgErARUzFjY3NzIWFxUiJiMiBgcVIzUzFz4BNz4BMzQWMxc+ATc+ATMyFhceARceAR0BFAYHDgEHDgEjIiYnLgEnLgE9ATQ2Fx4BMzI2Nz4BPQE0JicuASMiBgcOAR0BFBYXFxQGBw4BIyoBJzUyFjMyNj0BMwcnHgEVFAYHDgEjIiYnLgE1NDY3PgEzHgEXIx4BFx4BMzI2Nz4BNxcOAQcOASMiJicuAScuAT0BNDY3PgE3PgEzMhYXHgEXHgEdASc0JicuASMiBgcOAQczNRcUBgcOAQcOASMiJicuAScuAT0BNDY3PgE3PgEzMhYXHgEXHgEVIzQmJy4BIyIGBw4BHQEUFhceATMyNjc+ATUzFxUOASMiJj0BIzUzNTMVMxUjFRQWFx4BMzI2MyUjIiY1ETQmKwEiJj0BNDYzITIWHQEUBisBIgYVERQGIwEiBhURFBYzITI2NRE0JiMlITIWFREUBiMhIiY1ETQ2BLFCLUCvlwcHLAQDBAgHCQ4DKy0ECgUFCwgMEge2YwIEBgUMCQULBQUIBBUEDQcHFAsMFQkJDgUGBAQGBQwJCBMNChQHCQwDBAYDKgQDBAsHBwgEAwQCOf7dQi1Ar20CAwIECQQMDwMtKgMDBwQDCwcDAqwqAwMKBgUNBQ0SBwcHLQMBBAgFCw4DLR0DBAMLBwcRCQsRBwcNBAQFLAMCBAcGBQgDBAEEAwQKBwkRBQcLAwQDBAUEDQcHEQsLEgkHDQMEBCsEBQQLBwUJAgQDAgIEBAMKBR8c8wUOBxcYFhYsGhoDAgIGBAQGAv20CA8FBQQEBQUPCAkWDCYvUw4WCRMFBAMCAQUDBAoFJiYJCwSlAgMCAwoDDQ8DLSoDAgcFBQkHAwIfBQwJCRINDBMJCQ0EBQQEBQUMCQkTDA0SCQkOAwYEBDAEDQcJCwMEBAQEAw0HCQsEAwQEA60HCAcUDQULBQQHAwsILQIFAwQEAwQHBgUKBAMEBAMECAcGB7djAgUFBQwHBQsFBQgDFgQNBwkSCwwVCQkOBgUEBAUGDAgJEw0KFAcJCwQEBSwEBAMLBwcIBAMEAjnNBAUGCwcHEQkNEgkJCwQDBgQFBA0HCRINCw8JBw0EAwYqBAMECgUJCwEEAwMEAQsJBQoEAwQocQUOBxcYFRUtGhoDAgIEBgMFA/pEsQIHBAXOAgcFBAJuAgcFBM4CBwQC/kYNExMNAsANExMN/UACwCg4OCj9QCg4OAN6s7MkJB8HGRBkZAgKBAMEBwdz10gGBwIBAwcHUQcNBAMGAwIBBwYYBQsFBgIFBQUPCQgVCQQNFQkJDgYFBAQFBg0HCRULEyEICgQDBAQGAw0HBO+xsSYmDwIrCAlmohMFCAMEAQKgEQUHAgIDBwcHFhFmaQUKAQQBBwdwMAcMBwgIAwQEBAQDCAgFDgcGBwIDAQMBAgcDBAYCAgQBAgQEAwgGBQwJBw4FBQoCAwQEAwQLBwcMBwUKAgMBAwECBwMCBAECBAIBAwcZEk4iAQMYF1QhKCghTQUFAQIBApEFDAkJEwoLEgcHDQQDBkrWAwRWBAsHBQgDBgcCAQNAAgQFKQECKgIICWafEwYHBAQBAgImCQ4FBgQEBgUOCQkWDAINFAoLDAYFBAQFBg4JCRUNAgwWRgUHBwUHEAsECw8IBwUHBQgPCwINEAcoDxUHBwcCJAMLC5qa1AQKAwQJBAMEBAMECAUFCAQDBAIElwgNAwQGAwICBwUXBgoGAwYEBQYOCQkUCQcMFgkJDgUGBAQGBQ4HCRUKEyEHCwMEBAUFBA0HBSsJDwcHCwMEAwQFBg4JCRQLBw0TCQkOBQYEBAMECwcHEQkFCgQEAwYGBRELBQsRBQQGBAMECAUVIgEDGBdRISkpIU4GBQECAQNvBAUBbgQFBAWuAgcEBa4CBwUE/o8CBAKgEw39QA0TEw0CwA0TQDgo/UAoODgoAsAoOAAAAAABAFn/3ANKAWQAGQAAJQ4BIyInLgEnJicHFhceARcWMzI3PgE3NjcCriFTMDAqK0caGw6iHi0scEFCRzEtLFEjJB7KFhgPDzYkJSt+OzExRxMTBwgeFhYcAAAAAAECCgBRA9oCFwARAAABIRUhDgEHFzY3PgE3NjU0JicD0f45AQQIMiacIhsbJQoJBAUCF7stSxp5HycnWjMyNxoyFwAAAQAmAOYA+wKZAA4AABMUFhc3LgE1NDY3Jw4BFSYbGKIHCAgHohgbAb86bjF+FS8XGC8VfjFuOwABAFkCGwNNA6MAGgAAATIWFzcmJy4BJyYjIgcOAQcGBxc2Nz4BNzYzAgo1XiaKHyQkUi0sMUdCQXAsLR6iDhsaRysqMALjJSOKHhcXIQkIExNHMTE7fislJDYPDwAAAAABARAAnANGAwAACwAAASc3FwcnNyERMxEhAoxsROLiRHD+gGABHAGwbETi4kRwAbD+sAAABwAAAEADwANwAAMACAAMADUAUQBXAFwAAAEhNSEBMzUjFRMjFTMlFAcOAQcGIyInLgEnJjU0Nz4BNzYzMhYXMT4BNzYyFxYUBw4BBx4BFSM0Jy4BJyYjIgcOAQcGFRQXHgEXFjMyNz4BNzYDIxUXNyclMzUjFQMA/sABQP0ewsKjwcEC/xwbYEBASUlAQGAbHBwbYEBASTViKgMGAxM1ExMTAgUEICNQFRZKMTI4ODIxShYVFRZKMTI4ODIxShYV8ECNJnP9nsLCAyBQ/VBCQgEBQiFJQEBgGxwcG2BAQElJQEBgGxweHAMHAxISEzUTAQUEK2k6ODIxShYVFRZKMTI4ODIxShYVFRZKMTIBGPBqNFaOQkIAAAMALP/gA9QDawAfAGAArQAAATMyNjU0JiMhIgYVFBY7ATU0NjMyFh0DHAEVFBYVFRwBFTYyMzIWFz4BMzIWFz4BMzIWHQEUBgcOASMhIiYnLgEnJicuAScmJyY2NzYWFzUjIiY1NDYzITIWFRQGKwEnNTQmIyIGFREUBi8BLgEHHgEXHgEXIT4BPQE0JiMiBgcwBgcGJicuASMiBgc4ARUGJicuASMiBgccARUcAQccARUUBgcGJj0BPAE1MQJV1Cw/Pyz9riw/Pyy9OCgoOAEDBQMUIw4IFAoUJA0JEwkoOS0tBA8I/pMHCwUTIhADDAwoHBwkBgYLQW0ivUZlZUYCUkZlZUbUQRMNDhIwDDMQMiJBSAcLGQwBTyMjEw4FCgQDAgwiBgMRCgYLBAwlBwMRCgMFAwEBBA0uAlU+LSw/PywtPkooODgoJgECAwkHAwcEQAYLBgEPDQMEDw4DBDgodESIRQcIBQQTLx4HFhZKNDRDCxkGJxoxnmRHR2RkR0dkYigNExMN/mEZDBVZHRcLeYUNFiMOOnA2dA0TAwMCAg0IEAoLAwQBDwYRCgsBAQUJBAIFAgEBAgEEChQOGNMBAQEACABA/+AD9ANrAAUAIgAnADIAawBvAHQAfAAAAScHFSE1FxUUBiMhIiY9AQcGJicmNj8BNjIfAR4BBw4BLwEBFTM1IzUhNTQmIyEiBh0BBSMVMzIWFRQGKwEVFAYjIiY9ASMVMzIWFRQGKwEVMzIWFRQGIyEiJjURNDYzITIWFREUBiMiJj0BKwEVMwUVMzUjHQEUFjsBNSMDaICAAQBAEw3+wA0THgsaCAkCC/MJFwnzCwIJCBoLH/zYmZkCKgYE/eoEBgIqmFkIDQ0IWQ0JCQykUgkMDAlScg0TEw3+1R4sLB4CFh8rEg4NE8OkpP6ZmZkGBI+ZAQFra+HhNcwNExMNzBoIAgoLGgjLCAjLCBsKCgMJGgGIf38roQQHBwShK38MCQkMQAkNDQlAgA0ICQ2AEw0NEywfApUfLCwf/wANExMNNH8qgICrdQUGgAAACABA/+AD9ANrAAUAIgAnADIAawBvAHQAfAAAAScHFSE1FxUUBiMhIiY9AQcGJicmNj8BNjIfAR4BBw4BLwEBFTM1IzUhNTQmIyEiBh0BBSMVMzIWFRQGKwEVFAYjIiY9ASMVMzIWFRQGKwEVMzIWFRQGIyEiJjURNDYzITIWFREUBiMiJj0BKwEVMwUVMzUjHQEUFjsBNSMDaICAAQBAEw3+wA0THgsaCAkCC/MJFwnzCwIJCBoLH/zYmZkCKgYE/eoEBgIqmFkIDQ0IWQ0JCQykUgkMDAlScg0TEw3+1R4sLB4CFh8rEg4NE8OkpP6ZmZkGBI+ZAQFra+HhNcwNExMNzBoIAgoLGgjLCAjLCBsKCgMJGgGIf38roQQHBwShK38MCQkMQAkNDQlAgA0ICQ2AEw0NEywfApUfLCwf/wANExMNNH8qgICrdQUGgAAACgBA/9UD4wNrABQAFwAcACcATgBSAFcAWwBfAGcAAAEFFhQHBRUUBiMiJjURNDYzMhYdAR0BNwEVMzUjNSE1NCYjISIGHQEFIxUzMhYVFAYrAREzMhYVFAYjISImNRE0NjMhMhYVERQGIyImPQErARUzBRUzNSMzFTM1ETUjFScVFBY7ATUjAtYBDRMT/vMTDQ0TEw0NE7L8+JmZAioGBP3qBAYCKpguCQwMCS4jDRMTDf5VHiwsHgIWHysSDg0Tw6Sk/pmZmcOkpMMGBI+ZAap4CCoIeIsNExMNAbYNExMNAUaeTwE/f38roQQHBwShK38MCQkM/tUTDQ0TLB8ClR8sLB//AA0TEw00fyqAgICA/tWAgIB1BQaAAAAJAED/1QPqA2sAFQAjACgAMwBsAHAAdQB9AIIAACUVFAYjIiY9AScmND8BNjIfARYUDwEFFRQWMzI2PQEHBiIvAQEVMzUjNSE1NCYjISIGHQEFIxUzMhYVFAYrARUUBiMiJj0BIxUzMhYVFAYrARUzMhYVFAYjISImNRE0NjMhMhYVERQGIyImPQErARUzBRUzNSMdARQWOwE1IyUnBxc3A6phXF5lQw4O9AYPB/MODkD+wD1GRThzBw8Gcf4WmZkCKgYE/eoEBgIqmC8JDAwJLw0JCQykUgkMDAlSkQ4SEg7+th4sLB4CFh8rEg4NE8OkpP6ZmZkGBI+ZAyK5urq52YRJNzdJgiYIIQiKBASKCSEIIyVfJBwcJGBABAQ/AaB/fyuhBAcHBKErfwwJCQwWCQwMCRaADQgJDYATDQ0TLB8ClR8sLB/+4g4SEg5SfyqAgKt1BQaAFWppaGcAAAAACABA/+AD9ANrAAUAIgAnADIAawBvAHQAfAAAAScHFSE1FxUUBiMhIiY9AQcGJicmNj8BNjIfAR4BBw4BLwEBFTM1IzUhNTQmIyEiBh0BBSMVMzIWFRQGKwEVFAYjIiY9ASMVMzIWFRQGKwEVMzIWFRQGIyEiJjURNDYzITIWFREUBiMiJj0BKwEVMwUVMzUjHQEUFjsBNSMDaICAAQBAEw3+wA0THgsaCAkCC/MJFwnzCwIJCBoLH/zYmZkCKgYE/eoEBgIqmFkIDQ0IWQ0JCQykUgkMDAlScg0TEw3+1R4sLB4CFh8rEg4NE8OkpP6ZmZkGBI+ZAQFra+HhNcwNExMNzBoIAgoLGgjLCAjLCBsKCgMJGgGIf38roQQHBwShK38MCQkMQAkNDQlAgA0ICQ2AEw0NEywfApUfLCwf/wANExMNNH8qgICrdQUGgAAABQAXABUD6QNAAAoAFQAgADsASgAAATU0JiMhIgYdASEVIREUFjMlMjY1AxczMjY1ESM4ATETHQEUBiMFIiY1ETQ2OwE1NDYzITIWFREUBisBASEyFhczNTQmIyEiBh0BAv8ZEv2tERkCqP1YGRECVBIZAUE/ERlqAT4t/awsPj4sQD8sAlMsPj4sP/3BAdMaLA+AGRH9rRIZAcFpEhkZEmlA/v8SGQEZEgEAgRkRAQH+1UA/LD8BPi0Bqi0+QCw/Pyz+VSw+AdUXE2oSGRkSQAAAAAAEAEL/1gPqA5oAUAB+AKwA2gAAATQmNTQ2NSMiJjU0NjsBPgEzMhYXFgYHBiInLgEjIgYHMzIWFRQGKwEOARUUFhczMhYVFAYrAR4BMzI2NzYWFxYUBw4BIyImJyMiJjU0NjsBBT4BNTQnLgEnJicuATc+ARcWFx4BFxYVFAYHNzYWFxYGDwEGJi8BJjY3NhYfAQEGBw4BBwYVFBYXFgYHBiYnLgE1NDc+ATc2NycuATc+AR8BHgEPAQ4BJy4BPwEDFhceARcWMzI2NzYWFxYGBw4BIyInLgEnJicHDgEnLgE/AT4BHwEeAQcOAS8BAVcBAQwJDAwJFBNnQiZFGwoBCQoaCRMtGSdBEIcJDAwJkgEBAQGSCQwMCYcQQScYLRIJGwkJCRtEJUJnExQJDAwJDAIEERITE0UwMDkNDAQFFw1EODhQFhYUEzELFAMECgp5CxMEKgMJCwoUBBP+a0U7O1gYGQQDAw8NDRYCBQQdHWdGRlErCQEHBxYIYgkCB1MHFggJAgcl9xsiIk4rKy5AeDIKGggJBAo6jEs0MjJZKCcfBwESCwsNARICEQt/Cw0BAhIKPgF/BQsFBgoGDAkJDEFUHhwJGgoJChIULyYMCQkMBgoGBQsFDQgJDSUvExEKAQkKGgkbHFRADQkIDYolUCo+OTpfIyQUBBgMDQwFFioqb0NCSTBbKxEECgsKFAMqBAoKeQsUAwQKCjkCGQshIWVAQEgTJhINFgMCDg0WLBZVS0t1JycMJAcWCAkCCFIHFghiCQIHBxYJK/2gJBwcJwoLKScIAwsKGwgtMAwMLB8gKDILDQECEQt/Cw0BEgIRCwsNAQkAAAUANf/rA8sDYAAlAFQAggCOAJoAAAEjIiY1NDY7ATIWHQEUBiMiJj0BBwYiLwEHBiYnJjQ/ATYyHwE3ATMyNj0BNCYnLgEvAS4BJy4BKwEHDgEPAQ4BHQEUFjsBNDYzMhYVMzQ2MzIWFzEHDgEjIiYnIw4BIyImJyMiJj0BNDY/Aj4BMyEyFhceARcVHgEXHgEdARQGKwEhMjY1NCYjIgYVFBYhMjY1NCYjIgYVFBYCUzgLEBALgAsQEAsLEJwJGwk2ngkbCQkJtAoaCTaGARgFCxANFAgPFQEXGwkIHAjziwQJBLoKDhEKBUs1NUvWSzU0SwERETsjJDsQ+BA7JCM7ERYmNS0ir44ECwYBABYyEQkcGBUPCB0WNSYW/bsbJSUbGiYmAfAaJiYaGyUlAysPCwsQEAuACw8PCzidCgk2nAoBCQkbCbIKCTaI/UASDXYPGxUIEBYBGBwJCA2CAwQBHAIRDHENEjVLSzU1S0s1QB0jIx0dIyMdOCdxJDYEG4MEBRgPChwZARUQCB8yG3YnOCUbGiYmGhslJRsaJiYaGyUAAAkAQABAA8cDFQALABcAIwAvADsARwBVAGMAcQAAEyImNTQ2MzIWFRQGJzI2NTQmIyIGFRQWEyImNTQ2MzIWFRQGJzI2NTQmIyIGFRQWEyImNTQ2MzIWFRQGJzI2NTQmIyIGFRQWNyImNTQ2MyEyFhUUBiMBIiY1NDYzITIWFRQGIwEiJjU0NjMhMhYVFAYjqy0+Pi0sPj4sERkZERIZGRItPj4tLD4+LBEZGRESGRkSLT4+LSw+PiwRGRkREhkZ0w0TEw0COw0TEw39xQ0TEw0COw0TEw39xQ0TEw0COw0TEw0CQD4tLD4+LC0+QBkSERkZERIZ/sA+LSw+PiwtPkAZEhEZGRESGf7APi0sPj4sLT5AGRIRGRkREhkLEg4NExMNDhIBABIODRMTDQ4SAQASDg0TEw0OEgAAAAAEAED/6wPCA2sAKgBIAE4AawAAAQUlNhYVERQGBwUOASMwIiMqATEiJiclBQYmNRE0NjclPgE3OgEzHgEXMRcVFCI9AQcRNzQyMTYyHwE1NDIdATcRBxUUIj0BJxMnBxUhNRcVFAYjISImPQEHBiYnJjY/ATYyHwEeAQcOAS8BAYMBCQENDxoMCv7uAwYDAQEBAQMGAv73/vMPGg0KARICBgMBAgEDBgITQNbsAQUJBexA1tZA1uqAgAEAQBMN/sANEx8KGgkIAgr0CBgJ8woDCQgbCh8DaFFSBRMQ/RULEARUAQEBAVJTBRQQAuoLEQNUAQEBAQEBSYAgIIBB/VhIAQECSCogICpCAqdBPyAgP0H+wmtr4eE1zA4SEg7MGggCCgobCMsHB8sJGgoKAwkaAAAAAAoAK//qA8sDmQAeAE8AXQBrAHoAiACWAKQAsgDVAAABPgE1NCcuAScmIyIHDgEHBhUUFhceARc+ATMyFhcxJS4BNTQ3PgE3NjMyFx4BFxYVFAYHHgEXHgEVFAYjISInLgEnJjU0Nz4BNzYzMhYXMQUOAScuAT8BPgEXHgEHNxYGBwYmLwEmNjc2FhcnFgYHBiYvASY2NzYWHwEnHgEHDgEvAS4BNz4BFwc2FhcWBg8BBiYnJjY3Bz4BFx4BDwEOAScuATcHPgEXHgEPAQ4BJy4BNwUiBgcOAScuASMiBhUUFjMhMjY1NCYjKgEHBiY3NDY1NCYjAtQfJREROignLSwnKDoRERgVDxwMF0kpJkEX/moKCxYWTDMzOTozM0wWFjUtAwMBQVtVRP4JMSkoOxARFBNDLC0yCA8HAmEHGQwLCAYUBhoLDAgGGAERDQ0UAgQBEQ0OFAFTCAILChoJGwgDCgobCBu+DQwEBBcNKQwNBAQYDL4NFwQEDQ0oDRcEBA0MmAkaCgsCCBsJGgsKAgg9AhQNDREBBQEUDg0RAgGkIzcKBicLGVEwS2pXRwH3KTA8LAQIBBEWAwE8LAF1HlEuLScnOxERERE7JyctJUMcBxMMHiQdGDMZNRw6MzNMFhYWFkwzMzpAbiYIEAgEWD5BWRERPCkpMC8oKT0REgEBUAsIBgYaCyYMBwYGGQy4DRUBARENKw0UAQIRDasLGggJAwohCxoICQMKIYAEFw0MDQQNBBcNDQwECwQNDQwYBAwEDQ0MGAR0CgIICBsKIQoDCQgaC7MOEAEBFQ0rDRABARUNpiYcEwYQIilfQUZaMyclNQECFxAEBgQkNgAAAAAFACsADAPVA4YAQwBnAIwAmwCkAAABJyMiJi8BJjQ/ATYyHwEeAR0BFzMyFh8BFhQPAQYiLwEuAT0BJwcOARUHDgEPAQ4BIyImJy4BNTQ2PwE+AT8BPgE/ARcHDgEPAQ4BDwEOARUUFhceATMyNj8BPgE/AT4BPwEnLgEnMR8BHgEdARc3JyMiJi8BLgE9AScHFzMyFh8BHgEXHgEfAR4BFzEBFAYjISImNTQ2OwEyFhUnIyIGByEuASMByBEfBgwEPgoKzwoaCT4FBbIeBwwEPgkJzwoaCj4EBRj2AgIMBBQOBRQ1HB00FRQWFhQFDiITLQIEAvYt9ggTCi0LEwcFDAwMDAsdEBAdCwUICwILAwsH9xQHDgZiSAUFHqIeHwYMBMUEBR6iHh4HCwUZAhYSAQIBLwICAgF+Eg7+aw0TVj6uPVaTrhsrCQFMCSsbAjERBQQ/CRoKzwoKPgQMBh+yBQQ+ChoKzwoKPgQMBx4Y9gEEAi0TIg4FFBYWFBQ1HB01FAUOEwULAQIB9i32CAoDCwMLBwUMHRAPHgsLDAwLBQgTCi0LEwf2FAgNBgdJBAwGHx6iHgUExQULBx4eoh4FBBkDFRMBAQEvAQMC/jgOEhIOQl5eQmAkHBwkAAUAFQArA+sDKgA0AFsAegCJAJgAABM1NDY7ATIWFx4BMzI2Nz4BMyEyFhURFAYrARUUBiMhIiYnLgEjIgYHDgErASImNRE0NjsBATMyNjURNCYjIQ4BIyImJyMiBh0BMzIWFx4BMzI2Nz4BMyEyFhURBTIWFyEyNjURNCYjIQ4BIyImJyMiBhURFBY7AT4BMwM0NjMyFh0BFAYjIiY9ARU0NjMyFh0BFAYjIiY9AZUyJIcRHAkEDAgIDQMJHRABhyQyMiQqMiT+eBAcCQQMCAgMBAgdEIgkMjIkKgLWKgkNDQn+eQsqGRkpDIcJDR0QHQkEDAgIDQMJHRABhyQy/dUZKAwBiAkNDQn+eQsqGRkpDIcJDQ0JiAwpGBsQCwsQEAsLEBALCxAQCwsQAn9WIzIQDgUHBwUOEDIj/lckMlYjMg8OBQcHBQ4PMiMBqiMy/pcNCQGpCQwSGBgSDAlWEA4FBwcFDhAyI/7sghcSDAkBqgkMExcXEwwJ/lYJDBIXASsLEBALKgwPDwwqqgsPDwsrCxAQCysAAAMANQA1A8sDIAAWACAALwAAATgBFREUBiMhIiY1ETQwMT4BMyEyFhcnLgEjISIGBwkBFwEGIicBERQWMyEyNjURA8tFMf1WMUUBRDECqjFEAUMEHRL9VhIdBAGIAYgD/ocIFAj+hyAWAqoWIAKrAf4BMUVFMQH/ATBFRTAPEBYWEP7tARNN/vkGBgEH/j4WICAWAcIAAAAABQBAACoD1QMWABUAMABQAGEAaQAAASEiJjU0NjMhNTQmIyEiBhUUFjMhNSUwNDU0NjMhMhYdAR4BFREUBiMhIiY1ETgBNRcRFBYzITI2NTwBNTQ2NTQmJy4BNTwBNTQmIyEiJicxBSMiBh0BFBY7ATI2PQE0JiMHFAYrATUzFQNV/YMJDQ0JAn0GBf12GiYmGgKV/OtLNQKKHywTGCwf/WtDXUA4KAKVBAc3Aw0FIgcE/UsRIQ4DNf8NExMN1R8rEg4gBgS1vwKADAkJDSAEByYbGyYsEwEBNUwsH34JJBf+bB8sXkIByAFt/qQoOAYFKToSBg8GIEAXCQcIFDonBQYJCXwTDZQNEywfaQ0TiQUGVEkABABE/8ADvAOVAFAAdwCxAMwAAAE0JjU0NjUjIiY1NDY7AT4BMzIWFxYGBwYiJy4BIyIGBzMyFhUUBisBDgEVFBYXMzIWFRQGKwEeATMyNjc2MhcWFAcOASMiJicjIiY1NDY7AQE+ATc+ATUwJgcGJicuAScuASMxIgYHDgEHDgEnJgYxFBYXHgEXIRceARceARcWBgcOASMhIiYnLgE3PgE3PgE3LgE1NDYXFjY3PgE3PgEzMTIWFx4BFx4BNzYWFRQGBzEBDgEHBhYXHgEzITI2Nz4BJy4BJy4BJyEOAQcBVwEBDAkMDAkUE2dCJkUbCgEJChoJEy0ZJ0EQhwkMDAmSAQEBAZIJDAwJhxBBJxgtEgkbCQkJG0QlQmcTFAkMDAkMASoYIwsHBwYLGCcSCS4GERUQEBUSBS4JEicYCwYHBwsjGAECP4ZFGAoNAgc2PRg/If5QIT8YPTYHAg0KGESHKSw3JQ4SCQYrBxklGhkmGAgqBgoSDiU3LCn92QkKAwUrNA8nFQGwFScPNCsFAwoJFkWK/vyKRhUBKgULBQULBQ0JCA1AVR4cCRsJCQkTFC8mDQgJDQULBQULBQ0JCQwmLxMSCQoJGwkaHVVADAkJDQGqChYLCAwCAQIEBQoEHgMLBgYLAx4ECgUEAgECDAgLFgooq2Q8GjQbRoQ8GBoaGD2DRhszGjxkrBc3GyIjBwICBQMcBA8LCw8EHAMFAgIHIyIbNxf+nBUrFjdpMw8QEA8zaTcWKxY3ZLCxZDcABABg/7kDoAOeAAQAIQBAAFQAAAEnBxUhNxUUBiMhIiY9AQcGJicmNj8BNjIfAR4BBw4BLwEBNDY3JTYyFwUeARURFAcOAQcGBwYiJyYnLgEnJjURFxEUFx4BFxYXNjc+ATc2NTwBNSUCgICAAQBAEw3+wA0THwoaCQgCCvQIGAnzCgMJCBsKH/2gDAoBgQUKBQF/CgwZGmRLS2MIEAdkS0tkGhlAFhZXQkNYWUJCWBUW/qECDGpq4qzMDRMTDcwZCQMKChsIywcHywkaCwoCCBoBKgoRA4ACAoADEQr+q0dCQ3w6OjYEBDc6On1CQkYBVRf+wjs4OGw0NDIxNDNtODk7aVSBdQAABQAN/7cD8wOOAF4AYgCHARABIQAAATc2Mh8BMz4BMzoBFz4BMzIWFRQGBxwBFRQGBxEeARUcARUeARUUBiMiJicqASMiJichDgEjKgEjDgEjIiY1NDY3JjQ1NDY3ES4BNTwBNy4BNTQ2MzIWFzYyMzIWFzM7AScHEyMiJjU0NjsBMhYdARQGIyImPQEHDgEvAQcVIREhETc2Mh8BNwEeATMyNjU0JicuATc0NjU0JicuATURNDY3PgE1NCY1JjY3PgE1NCYjIgYHDgEnLgEjIgYHDgEjISImJy4BIyIGBwYmJy4BIyIGFRQWFx4BBxQGFRQWFx4BFREUBgcOARUUFhUWBgcOARUUFjMyNjc+ARcWMjMyNjc+ATMhMhYXHgEzOgE3NhYXJSImNRE0NjMhMhYVERQGIyEBdHkIFgh5dA4nFgMFAw0dDyo6CQgSEBASCAk6Kg8dDQMFAxYnDv4ADicWAwUDDB4PKTsJCQESEBASAQkJOykPHgwDBQMWJw50TIBAQI9ACw8PC4ALEBALCw+fCBYIOnYCAP4AYwgWCDqMAScFDQcPFQUFBwQDAQkJBwkJBwgKAQMEBwUFFQ8HDQUHEQkCBgIKEQQFDwj94AgPBAURCgIFAwkRBgUOBw8VBQUHBAMBCggHCQkHCAoBAwQHBQUVDwcOBQYRCQMFAgoRBQQPCAIgCA8FBBEKAgYCCREH/WoOEhIOAkAOEhIO/cADFXkHB3kQEgEJCTspEB0MAwYCFigO/lYOJxYDBQMNHQ8qOgkIEhAQEggJOioPHQ0DBQMWJw4Bqg8nFgIGAwwdECk7CQkBEhBAQP61EAsLDw8LgAsQEAs/oQcBCDl1HQGr/r1jBwc5jv43BQUVDwcNBQcRCQIFAwoQBQUOCQHLCA8EBREKAgUDCBIGBQ4HDxUFBgYEAgEBCggICAgICAoBAQIEBgYFFQ8HDgUGEggDBQIKEQUEDwj+NQkOBQUQCgMFAgkRBwUNBw8VBQUHBAMBCQkHCQkHCQkBAwQHaRMNAesNExMN/hUNEwAABQBA/+kDwANqAEQASABUAHMAhwAAJRUUBiMiJj0BIyImNTQ2OwE1IyImNTQ2OwE1NDYzMhYdASE1NDYzMhYdATMyFhUUBisBFTMyFhUUBisBFRQGIyImPQEhGQEhERMyNjcuASMiBhUUFhcyNjcOASMiJjU0NjMyFhUUBiMiJicuATc+ARceATMBNQcGJicmNj8BNhYdARQGIyImNQGAEw0NE+ANExMN4OANExMN4BMNDRMBABIODRPgDRMTDeDgDRMTDeATDQ4S/wABAMkQFAUFFA0PEw0OEBsFCRYNJycwISkzOikRIg4HBAYGEwgHFAr9dRoKFQUFBgpBDhoQCwsQ6+AOEhIO4BIODRP/Ew0NE+ANExMN398NExMN4BMNDRP/Ew0OEuAOEhIO4AFA/wABAP47DQoNDQ0KDQ1PFxMFBSofICY8My1BCgoGEwgIAwYFBwKbaw4FBgoKFQUkBxAPmAsQEAsABAAV/8wD3gOVACMAKQBGAGIAACUOASMiJy4BJyY1NDc+ATc2MzIXHgEXFhUUBgcXFhQHBiIvAQMnBxUhNRcVFAYjISImPQEHBiYnJjY/ATYyHwEeAQcOAS8BAzI3PgE3NjU0Jy4BJyYjIgcOAQcGFRQXHgEXFgKqNYJIVEpKbiAgICBuSkpUVElKbiAgMCr4DQ0MJAz4f4CAAQBAEw3+wA4SHwobCAkDCvMJFwn0CgIICRoKH8BGPz5cGxsbG1w+P0ZHPj5dGxsbG10+PsUqMCAfbkpKVFRKSm4fICAfbkpKVEiDNPgNIw0MDPkBnGtr4eE1zA4SEg7MGggCCgobCMsHB8sJGgoKAwka/n8aG10+PkdHPj5dGxoaG10+PkdHPj5dGxoAAAAFACsAKgPWA0AAMQA2AEcAVABgAAAlFRQGIyEiJj0BNDY3LgE1NDYzMhYVFAYHMy4BNTQ2MzIWFRQGBx4BFzc2FhURFAYvATUXNQcVBzU0JiMhIgYdARQWMyEyNjUBMjY1NCYjIgYVFBYzITI2NTQmIyIGFRQWA0FFMf3rMUUcFiAncU9QcBoXjRcacU9QcCcgExoDaBAfIRBkVVVAIBb96xYgIBYCFRYg/eo1S0s1NUtLNQGrNUtLNTVLS68PMUVFMesdMxAaTi1PcXFPJUIZGUIlT3FxTy1OGg4pGTYJExL+1hMSCj9LNbstWVrrFh8fFusWICAWAWBLNTVLSzU1S0s1NUtLNTVLAAAABAA1AJUDywKrAC4AXABoAHQAAAEzMjY9ATQmJy4BJyMuAScuASsBBw4BDwEOAR0BFBY7ATQ2MzIWFTM0NjMyFhcxBw4BIyImJyMOASMiJicjIiY9ATQ2PwI+ATMhMhYXHgEXMR4BFx4BHQEUBisBBTI2NTQmIyIGFRQWITI2NTQmIyIGFRQWA2sFCxANFAgPFQEXGwkIHAjziwQJBLoKDhEKBUs1NUvWSzU0SwERETsjJDsQ+BA7JCM7ERYmNS0ir44ECwYBABYyEQkcGBUPCB0WNSYW/bsbJSUbGiYmAfAaJiYaGyUlARYRDnUQGxUIEBYZHAgIDoIEBAEcAREMcQ4RNEtLNDRLSzRAHSQkHR0kJB04J3EjNgUahAQFGBAJHBoWEAgeMhx1JzgBJhobJSUbGiYmGhslJRsaJgAAAAAEACD/ywPxA8AAGwA3AFMAqgAAATY3NiYnJicuASc3HgEXFhceAQcGBzcXByc3FwUWFx4BNzY3PgE3Fw4BBwYHBiYnJicHJzcXBycBBgcOAQcGFRQWFwcuATU0Nz4BNzY3JzcXByc3ExQGBw4BIyImJyMiJjU0NjsBPAE1PAE3IyImNTQ2OwE+ATMyFhceARUUBiMiJicuASMiBgczMhYVFAYrAQYUFRwBFTMyFhUUBisBHgEzMjY3PgEzMhYVA4IdAQEwMDBFGDQaDB45G082NTUDAyQ7DYYkLwz9KjBBQZJLTEUYLBQiFjEbT1ZWpEpJNQ8vJIYNMAENTEJCYhscBwcuCAggIHFMTFgrImJiIiPtBAMXPS0/VxAfCw4OCxYBFwsODgsgEVU9LjsXAwYUDgkMBBAlGx8tDGYKDg4KcQFyCg4OCmcMMCIaJBEEDAgNEwEDSEtMjDw7KA4VCC4IGA8uRESgVldREC4khQ0wbT0mJxwLDCgOIhMiFSYQLQ0MIi4uRzsNhSMvDQKrCyUlcEdHUBw3GwwePR9bUVB+KCkKKyJiYiIj/ewGCwMeJUs9DwoKDwULBQcNBw4KCg86SyEaAwwIDhMHBBQVJiAPCgoOBg0GBgwFDwoKDyInGBQFBhINAAAAAAYAiP/QA7gDwAAUACYAKQA3AEUAUwAAAREUBiMhIiY1ETQ2MyEyFhcBHgEVByEiJjURISIGFREUFjMhMjY1AzMnEzIWFRQGIyEiJjU0NjMVIiY1NDY7ATIWFRQGIzMiJjU0NjsBMhYVFAYjA7hGMv3AMkZGMgF/BAoEASAEAzD++AoO/pgeKioeAkAeKvDOzmgNExMN/kANExMNDRMTDaANExMNgA0TEw2gDRMTDQKH/cEyRkYyAwAyRgME/uAECgQXDgoBCCoe/QAeKioeAljO/foTDQ0TEw0NE+ATDQ0TEw0NExMNDRMTDQ0TAAAAAAkAgACQA2ADAAALABcAIwAvADsARwBLAE8AUwAAEyImNTQ2MzIWFRQGJzI2NTQmIyIGFRQWEyImNTQ2MzIWFRQGJzI2NTQmIyIGFRQWEyImNTQ2MzIWFRQGJzI2NTQmIyIGFRQWEyEVIRUhFSEVIRUh2CQ0NCQkNDQkERcXEREXFxEkNDQkJDQ0JBEXFxERFxcRJDQ0JCQ0NCQRFxcRERcXmQIA/gACAP4AAgD+AAJQNCQkNDQkJDQwFxERFxcRERf+8DQkJDQ0JCQ0MBcRERcXEREX/vA0JCQ0NCQkNDAXEREXFxERFwIAMLAwsDAAAAcAKP/wA/sDeAAaADgARABQAFQAYABsAAATMzIWFzMyFhczMhYXHgEfAQUGJi8BFSMRMxUdARceATclLgEjLgErAR4BHQEhNSEuASsBJy4BKwEhIiY1NDYzMhYVFAYnMjY1NCYjIgYVFBYlETMRNyImNTQ2MzIWFRQGJzI2NTQmIyIGFRQW2Ag5ciF0Iz8WyCo+FA0NAgP+JCBGH8KwsNgWMBcBsQEBAQ0sIq4DA/7IAQQJOyCNBxhjMQgCSD9ZWT8/WVk/Kz09Kys9Pf1jUPg/WVk/P1lZPys9PSsrPT0BuDUrJBwUEgwYChPBDQMPYzAB0EAw+m4LAgmwAQEMDgoUChgwIDALJDFZPz9ZWT8/WTA9Kys9PSsrPRD+kAFwgFk/P1lZPz9ZMD0rKz09Kys9AAAABAAgACAD4AN4ABcAKwA7AEsAABMhFSEVFBYzITI2PQEhNSE1NCYjISIGFSUjNTQ2OwEyFh0BIzU0JisBIgYVByEyFhURFAYjISImNRE0NgUzMhYdARQGKwEiJj0BNDZQAVD+sC8hAsAhL/6wAVAvIf1AIS8BKDA0JMAkNDAXEcARF9gCwDVLSzX9QDVLSwF1QA0TEw1ADRMTAcAw8CEvLyHwMKAhLy8hoCAkNDQkICARFxcRQEs1/kA1S0s1AcA1S+ATDXANExMNcA0TAAAAAAQAS//oA7UDmAAcADsAfQDUAAABIQYHDgEHBgcGFhceATMhMjY3PgEnJicuAScmJyUzNyImJy4BJy4BFy4BIyIGBw4BNw4BBw4BBw4BIxcFFhceARcWFxYGBw4BIyEiJicuATc2Nz4BNzY3JyY2Nz4BMxY2Nz4BNz4BBz4BMzIWFyYWFx4BFx4BNzYWFxQGDwEDFAYHDgEjIiYnIyImNTQ2OwE8ATU8ATcjIiY1NDY7AT4BMzIWFx4BFRQGIyImJy4BIyIGBzMyFhUUBisBBhQVHAEVMzIWFRQGKwEeATMyNjc+ATMyFhUChP74Oy8uQBMSBQgtNQ8kFAHKFCQPNS0IBRITQC4vO/79/iQPGwwJDwgKJgMJDgkIDAgDEAMGCgUKFw0NGg0kASo9MC9DExMFCjU+FTUd/jYdNRU+NQoFExNDLzA9KQcLDwULBgkTCgoSBwcdAg8dFBQfDwIkCQYMBwgSChAbAwEDKQUEAxc9LT9XEB8LDg4LFgEXCw4OCyARVT0uOxcDBhQOCQwEECUbHy0MZgoODgpxAXIKDg4KZwwwIhokEQQMCA0TAohIPj1mJygcL2AxDg4ODjFgLxwoJ2Y9PkgwSwcIBQwGCSkDCQcGCQMSAwYLBQkQBwcHSxRKQD9qKishPHU6ExUVFDl1PCEqK2o/QEpXDx8HAgICBAYFDAcHIQIPDw8PASYIBQkEBQQCAhMRBQwGV/4zBgsDHiVLPQ8KCg8FCwUHDQcOCgoPOkshGgMMCA4TBwQUFSYgDwoKDgYNBgYMBQ8KCg8iJxgUBQYSDQAAAAAEAGj/ywOYA7YABAAgAFEAdgAAARUhNScPAQYmJyY2PwE2Mh8BHgEHDgEvARUUBiMhIiY1EwYiJy4BJy4BJy4BJyYnLgEnJjURNDY3JTYyFwUeARURFAcOAQcGBw4BBw4BBw4BByc+ATc+ATc2Nz4BNzY1ESUFERQXHgEXFhceARceARceARc+ATcBeAEQiLgYCBQGBwIH4AcSB+AHAgcGFAgYDgr+wAoOwwUMBQIJBgoXDCJFIC8lJTQNDgkHAYAECAQBgAcJDg00JSUvIEUiDBcKBgkCBgkWCyFBHysjIi8MDf6Y/pgNDC8iIysfQSELFgkBAwEBAwECTPT0dJ0VBwIHCBQGwAYGwAYUCAcCBxXjCg4OCv6LAwMBBAQFDgcWMhwpKyxbMTAyAVAIDAKQAgKQAgwI/rAyMDFbLCspHDIWBw4FBAQBMwUNBxQwGyYoJ1MrKywBP4eH/sEsKytTJygmGzAUBw0FAQEBAQEBAAkAgACAA1UC1QALABcAIwAvADsARwBMAFEAVgAAEyImNTQ2MzIWFRQGJzI2NTQmIyIGFRQWEyImNTQ2MzIWFRQGJzI2NTQmIyIGFRQWEyImNTQ2MzIWFRQGJzI2NTQmIyIGFRQWEyEVITUVIRUhNRUhFSE11SMyMiMkMjIkEhkZEhEZGREjMjIjJDIyJBIZGRIRGRkRIzIyIyQyMiQSGRkSERkZkQIA/gACAP4AAgD+AAIrMiMjMjIjIzIqGRISGRkSEhn/ADIkIzIyIyQyKxkSERkZERIZ/wAyIyQyMiQjMisZERIZGRIRGQH1QEDVQEDWQEAAAAAABACAAGsDawMrABgAMwA+AE8AAAEVIxUUFjMhMjY9ASM1MzU0JiMhIgYdATMnNTQ2OwEyFh0BMzIWFREUBiMhIiY1ETQ2OwEhNTQmKwEiBh0BMwczMhYdARQGKwEiJj0BNDYzAZXVHxYCABYgwMAgFv4AFh/VQEUxVTFEYDFFRTH+ADBFRTBgAQAfFlUWIMBqKhIZGRIqEhkZEgHVQLUWHx8WtUBgFiAgFmDWCjFFRTEKRTH+qzFERDEBVTFFChYgIBYKqxkSVRIZGRJVEhkAAAsAgP+rBAAC1QAGABAAHAAoADQAQABMAFgAXQB6AIEAAAEOAQcjNTMHDgEVHAEVIzUzAyImNTQ2MzIWFRQGJzI2NTQmIyIGFRQWEyImNTQ2MzIWFRQGJzI2NTQmIyIGFRQWEyImNTQ2MzIWFRQGJzI2NTQmIyIGFRQWEyEVITUBIicuAScmNTQ3PgE3NjMyFx4BFxYVFAcOAQcGIxMHJwcXNycCOhQkD57liwICVlraIzIyIyQyMiQSGRkSERkZESMyMiMkMjIkEhkZEhEZGREjMjIjJDIyJBIZGRIRGRmRAgD+AAGWOjIzSxYWFhZLMzI6OTMySxYWFhZLMjM5lbpaLIXnLAHLDiASQNYNGg4DBQNAATYyIyMyMiMjMioZEhIZGRISGf8AMiQjMjIjJDIrGRIRGRkREhn/ADIjJDIyJCMyKxkREhkZEhEZAfVAQP0LFRZMMjM5OTMyTBYVFRZMMjM5OTMyTBYVAZWsVi5/1C8AAAUAgP+rBAADKwAuAD4ASQBmAG0AACUeARcjIiY1ETQ2OwE1NDY7ATIWHQEzMhYdAS4BJzU0JiMhIgYdATMVIxUUFjsBEw4BBy4BPQE0NjsBMhYdATc1NCYrASIGHQEzEyInLgEnJjU0Nz4BNzYzMhceARcWFRQHDgEHBiMTBycHFzcnAasBBgTBMEVFMGBFMVUxRGAxRRAgECAW/gAWH9XVHxa2lSI3FAgLGRIqEhkVHxZVFiDAljoyM0sWFhYWSzMyOjkzMksWFhYWSzIzOZW6WiyF5yyrESAPRDEBVTFFCjFFRTEKRTFQBwoEOxYgIBZgQLUWHwEkFjojBhMLVRIZGRIG3AoWICAWCv0AFRZMMjM5OTMyTBYVFRZMMjM5OTMyTBYVAZWsVi5/1C8AAAADADX/4APLA3UACwAoAEUAAAEzFSMVIzUjNTM1MwMiJy4BJyY1NDc+ATc2MzIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjIgcOAQcGFRQXHgEXFjMCIKurQKurQCBfVFN9JCQkJH1TVF9fVFN9JCQkJH1TVF9SSEhrHx8fH2tISFJSSEhrHx8fH2tISFIBy0Crq0Cq/WskJH1TVF9fU1R8JCQkJHxUU19fVFN9JCRAHx9rSEhSUUhIax8fHx9rSEhRUkhIax8fAAAFAGD/4AOgA3UAGAAjAC0AOwBJAAABNTQ2OwEyFh0BMxUjERQGIyEiJjURIzUzMyE1NCYrASIGHQEFIREUFjMhMjY1AzQ2MzIWFREUBiMiJjUDNDYzMhYVERQGIyImNQE1RTGqMUXVVUUx/lYxRVXVQAEWIBaqFiABlv3qIBYBqhYg1hMNDhISDg0TqhIODRMTDQ4SAss1MUREMTVA/cowRUUwAjZANRYfHxY1QP3KFh8fFgGrDRMTDf6rDhISDgFVDRMTDf6rDhISDgAHAJX/6wNrA2sACQAZACUALwA4AEIATQAAEyERIzUhIgYVEQUVFAYjISImNRE0NjMhFxEFNTMyNjU0JisBFTM1MzIWFRQGKwE1FzI2NTQmKwEVNzMyFhUUBisBNQU1IzUzNSMVMzUz1QJW6/7AEhkClhkS/YASGT8sAXD7/ckZIy0uI0w0FQ0QEA0VyS06Oi1INRMVGhoVEwEPRFmONUQBKwEV6xkS/ivWQBEZGREC6yw/+/3lFjYnHh8nwZcPDQwPN5c3Kio2wZUdFxceaVEqKCvBRAAAAAAEAJX/6wNrA2sADwAeACwAOgAAASM1ISIGFREUFjMhMjY1EQEhFxEUBiMhIiY1ETQ2MxMiJjU0NjMhMhYVFAYjBSImNTQ2MyEyFhUUBiMDK+v+wBIZGRICABIZ/dUBcPs/LP4ALD8/LEASGRkSAYASGRkS/oASGRkSAYASGRkSAkDrGRL9VREZGREB6wEr+/3lLD4+LAKrLD/96hkSEhkZEhIZqhkREhkZEhEZAAAAAAIAYAALA6ADgAAJAB0AAAERMxE3FwkBNxcFMxUUBiMhIiY9ATMVFBYzITI2NQHgQPQt/r/+vy30AYBARTD9qjBFQB8WAlYWHwFNAjP9zfQt/r8BQS30IqsxREQxq6sWHx8WAAADADX/4AOsA1cAGwAmADoAAAEHISIGFREUFjMhMjY1ETcRFAYjISImNRE0NjMJATY0JyYiBwEHNwEWFAcBDgEPAQYmPwE+ATcBNjIXAkBA/qsWICAWAlUWH0BEMf2rMUVFMQFFAY8RERExEf5xHG8BvCQk/msDCASrERoEKwEEAwGWJGUkAyBAHxb9qhYfHxYBVkD+ajBFRTACVjBF/igBjxEwERIS/nFuHAIPJGYk/msDBAErBBkSqgUHAwGWJCQAAAAABAA1/+ADywN1AAQACQAmAEMAAAEzESMRETMVIzUTIicuAScmNTQ3PgE3NjMyFx4BFxYVFAcOAQcGIzUyNz4BNzY1NCcuAScmIyIHDgEHBhUUFx4BFxYzAdVWVlZWK19UU30kJCQkfVNUX19UU30kJCQkfVNUX1JISGsfHx8fa0hIUlJISGsfHx8fa0hIUgKr/qoBVv5VVVX+4CQkfVNUX19TVHwkJCQkfFRTX19UU30kJEAfH2tISFJRSEhrHx8fH2tISFFSSEhrHx8AAQCrAFUDVQMAAAwAAAkBFwkBBwkBJwkBNwECAAEoLf7YASgt/tj+2C0BKP7YLQEoAdgBKC3+2P7YLgEo/tguASgBKC3+2AAABwCVADUDVQM1AAMADAAWABsAIAAlACoAAAEHMycHIxMzEyMnIwcFNTMVBzMVITU3JyEVITU1IRUhNQEhFSE1NSEVITUBPiRKJFNYf1x/XRZ5FgFY+4+U/vuOowEq/tYBKv7W/oABKv7WASr+1gLTZ2fpAUv+tT8/tUtDvUtCvvZAQKpAQP4AQECrQEAAAAAAAgCAADcDdAMrACkARgAAAR4BHwEWFAcGIi8BLgEnDgEjIicuAScmNTQ3PgE3NjMyFx4BFxYVFAYHBzI3PgE3NjU0Jy4BJyYjIgcOAQcGFRQXHgEXFjMCmgECAdYMDA0jDdUBAgEmWzI+NzZRGBcXGFE2Nz4+NjZRGBcfHO8wKys/ExISEz8rKzAxKypAExISE0AqKzEBTQECAdUNIw0MDNUCAgEcIBgXUTc2Pj42N1EXGBgXUTc2PjJcJTgTEkArKjExKitAEhMTEkArKjExKitAEhMAAAAABABg/+ADoAN1ADQAUwBpAH8AAAEeARUUBgcXPgEzMhYVFAYjIiY1NDY3Jw4BIyImNTQ2MzIWFzcuATU0NjMyFhUUBiMiJicHBzQiNTAmNS4BIyIGFRQWMzI2NzQ2MTQ2MT4BNTQmJyUeATMyNjU0JiMiBhUUFhcUMhUwFhUDDgEVFBYzMjY1NCYjIgYHDgEVDgEHAZgEBAQE8RY9JEJeXkJCXgQE8RY9JEJeXkIkPRbxBAReQkJeXkIkPRbxRAEBDSsaKDg4KBorDQEBBgYGBgFaDSsaKDg4KCg4BgYBAQMFBjgoKDg4KBkrDAEBAQEBAd4MGg0OGgyMGB1eQkJeXkIOGQ2MGRxdQ0JeHRmNDBoNQ11dQ0JeHRmNBQEBAQEUGjknKDgZFAEBAQELFw0MGArKFBo5Jyg4OCgMGAoBAQEB/gkKFgwoODgoKDgYEwICAQECAQAAAAADAIAANwN0AysABAAuAEsAAAEhFSE1BR4BHwEWFAcGIi8BLgEnDgEjIicuAScmNTQ3PgE3NjMyFx4BFxYVFAYHBzI3PgE3NjU0Jy4BJyYjIgcOAQcGFRQXHgEXFjMBAAFV/qsBmgECAdYMDA0jDdUBAgEmWzI+NzZRGBcXGFE2Nz4+NjZRGBcfHO8wKys/ExISEz8rKzAxKypAExISE0AqKzECIEBA0wECAdUNIw0MDNUCAgEcIBgXUTc2Pj42N1EXGBgXUTc2PjJcJTgTEkArKjExKitAEhMTEkArKjExKitAEhMAAAAAAQCAAEADgANAAAgAAAEnAREjEQEHAQOARP70YP70RAGAAcBE/vQCSP24AQxE/oAAAQCAAEADgANAAAgAABMXAREzEQE3AYBEAQxgAQxE/oABwEQBDP24Akj+9EQBgAAABACAAAADgAPAAA4AIAAuADwAAAEhIgYVERQWMyEyNjURIQEiJjURNDYzIRceARURFAYjIRMiJjU0NjMhMhYVFAYjBSImNTQ2MyEyFhUUBiMCQP7AGyUlGwIAGyX/AP7ANUtLNQGA7QkKSzX+ACAUHBwUAcAUHBwU/kAUHBwUAcAUHBwUA4AlG/1AGyUlGwIA/YBLNQLANUvtCRgN/ds1SwGgHBQUHBwUFBzAHBQUHBwUFBwAAgAH/+AEAAOAADkAQAAAEzY3PgE3NjMyFx4BFxYVFAcOAQcGIyInLgEnJic3HgEzMjc+ATc2NTQnLgEnJiMiBw4BBwYHMwcnMyUzERcHJxFlCykoek9OWGBUVX4kJSUkflVUYC8sLVMmJiFENIZKTENDZB0dHR1kQ0NMQj49YyMiDlyJiV4Bm2CSRK4B71VJSmsfHyUkflVUYGBUVX4kJQkJIhoZIUQ0OB0dZENDTExDQ2QdHRgYUzg3P6+v8f7kkkSuAUQAAAACAEAAAAOAA0AABQAWAAA3IRUhETMFJyERJwcnBwYiJyY0PwEXN6AC4PzAYAIFZQEAYKpshQwhDAwMvmxvYGADQOVl/wBguHSPDQ0NJAzOdHcAAAACAAD/wAQAA8AAGwAoAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmEwcnByc3JzcXNxcHFwIAal1eiygoKCiLXl1qal1eiygoKCiLXl2WSLi4SLi4SLi4SLi4A8AoKIteXWpqXV6LKCgoKIteXWpqXV6LKCj9SEi4uEi4uEi4uEi4uAAAAgBgACADoANgABoAQQAAASMiJjU0NjMhMhYVERQGIyImPQEBBiInJjQ3JTQ2MzIWFREUBiMhIiY1ETQ2MyEyFhUUBiMhIgYVERQWMyEyNjURAzOzDRMTDQEADRMTDQ0T/mEJGwkJCQFMEw0NE0Uw/iowRUUwAQAOEhIO/wAWHx8WAdYWHwMgEw0NExMN/wANExMNs/5hCQkJGwkUDhISDv8AMEVFMAHWMEUTDQ0THxb+KhYfHxYBAAAAAAABAIABgAOAAgAAAwAAEyEVIYADAP0AAgCAAAAAAQDAAIADQAMAAAkAAAEhFSEXBwkBFwcBgQG//kG/Sf7JATdJvwHwYMVLAUABQEvFAAAAAAEAgABAA4ADQAALAAABIREjESEVIREzESEDgP7AgP7AAUCAAUACAAFA/sCA/sABQAAAAAABAMAAgANAAwAACQAAASE1ISc3CQEnNwJ//kEBv79JATf+yUm/AZBgxUv+wP7AS8UAAAAAAwAA/8AEAAPAABsANwBDAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmAyInLgEnJjU0Nz4BNzYzMhceARcWFRQHDgEHBgMjFSMVMxUzNTM1IwIAal1eiygoKCiLXl1qal1eiygoKCiLXl1qXVFSeSQjIyR5UlFdXVFSeSQjIyR5UlEdgMDAgMDAA8AoKIteXWpqXV6LKCgoKIteXWpqXV6LKCj8QCMkeVJRXV1RUnkkIyMkeVJRXV1RUnkkIwLAwIDAwIAAAAAACQAyABMDzgOMAB8AIwBDAEcAZwBrAH4AggCQAAAlMzIWFRQGKwEiJjU0NjsBESMiJjU0NjsBMhYVFAYrAQMzESMDMzIWFRQGKwEiJjU0NjsBESMiJjU0NjsBMhYVFAYrAQMzESMDMzIWFRQGKwEiJjU0NjsBESMiJjU0NjsBMhYVFAYrAQMzESMBBR4BBw4BIyEiJjU0NjclNjIXBSElBQEyFhUUBiMhIiY1NDYzA14dBwkJB7IHCQkHHBwHCQkHsgcJCQcdWTk5yBwHCQkHsgcJCQccHAcJCQeyBwkJBxxaOjrIHAcJCQeyBwkJBx0dBwkJB7IHCQkHHFk5OQFIAbAIBQUDCQb8oAkMBgUBsAQMBP5vAw7+ef55A0UHCQkH/IQHCQkHdQkHBgoKBgcJAbUJBwYKCgYHCf5LAbX+SwkHBgoKBgcJAbUJBwYKCgYHCf5LAbX+SwkHBgoKBgcJAbUJBwYKCgYHCf5LAbUBYvQFEQcFBgwJBgoD9AMD/N3d/aMKBgcJCQcGCgAAGAAQAFED6wM7AA0AOQBMAFoAcwCAAI0AngCjALEAwADOAN0A7AD6AQgBFgEkATIBQAFOAVwBagF4AAABNjIzLgE1ESERFBYzIRMzMhYXHgEdATMyFhURFAYjKgEjISImJy4BJy4BNRE0NjMhMhYdATMyFh0BAyEeARceATMhLgE9AQ4BBw4BIxMRFAYHFRQWMzI2NxEjFxEUBgcVFBYXMhYzMSoBIzM6ATM+ATURIwMhHgEzIS4BPQEOASMDERQwFR4BMzI2NREjJTQ2MyEyFh0BFAYjISImPQEXITUhFRcyFhUUBisBIiY1NDYzNSImNTQ2OwEyFhUUBisBFzIWFRQGKwEiJjU0NjM1IiY1NDY7ATIWFRQGKwEVIiY1NDY7ATIWFRQGKwElMhYVFAYrASImNTQ2MzUiJjU0NjsBMhYVFAYjFTIWFRQGKwEiJjU0NjM1IiY1NDY7ATIWFRQGIwciJjU0NjsBMhYVFAYjNzIWFRQGKwEiJjU0NjM1IiY1NDY7ATIWFRQGIxUyFhUUBisBIiY1NDYzNSImNTQ2OwEyFhUUBiMHIiY1NDY7ATIWFRQGIwJNI0MdAwP9ZikcAdj0QgIEAQUHRQcJIxgCAgL9dSY4BiEvBSQyCQcCugYKRwYKPP2CBRsTBBELAkwEAwQJBQEEAzwBARALCQ0DMlUBAQsIAgQCAQEBAwEBAQoPNTz9ggUmGAJbAwQEDAlwAQ8LCxE3/YkHBAH9BAYGBP4DBAcWAef+GXgEBwcEgwQHBwQEBwcEgwQHBwSDgwQHBwSDBAcHBAQHBwSDBAcHBIMEBwcEgwQHBwSDAUAEBgYEgwQHBwQEBwcEgwQGBgQEBgYEgwQHBwQEBwcEgwQGBgSDBAcHBIMEBgYEvQQGBgSDBQYGBQUGBgWDBAYGBAQGBgSDBQYGBQUGBgWDBAYGBIMFBgYFgwQGBgQBGgEGDgcB5f5FHSkBjQEBAQkFRQoG/kwZIzIkBS8gBjkmAcsGCgoGMAkHRP5TEhwEAQEGDgcgAQMBAQEBjP6xBAcERgsRCQcBsFX+sQQHBEYKDgMBARALAaT+dRceBg4IHwMDAjX+WwEBCg4QCwGkBQQHBwRWBAYGBFZLQEB8BwQEBwcEBAckBwQFBgYFBAeZBgQFBgYFBAYlBgUEBwcEBQZ0BgUEBgYEBQbEBwQEBwcEBAckBwQFBgYFBAeZBgQFBgYFBAYlBgUEBwcEBQZ0BgUEBgYEBQbEBwQEBwcEBAckBwQFBgYFBAeZBgQFBgYFBAYlBgUEBwcEBQZ0BgUEBgYEBQYAAAoAFwCKA+kDNQBRAFYAbACAAJwAsAC6ANMA7AEFAAABLgEnLgEnNCYnLgEnLgEnLgE1NDYzITIWFRQGFR4BFRQGBw4BJy4BNz4BNTQmIw4BBw4BBxUeARcWFx4BFxYVFAYjISImNTQ3PgE3Njc+ATc1FxU3NSM3Njc+ATc2NSEUFhceARc4ATsBMhYXBwYHDgEHBhUhNCcuAScmJyIGKwEHHgEVFAYHDgErASImJy4BNTQ2MyEyFhUcARUxBzUwMjE+ATUhFBYXHgE7ATI2NzE3PgE1NCYnDgEHJw4BJy4BNz4BJyY2Nz4BFx4BBw4BFxYGBzMOAScuATc+AScmNjc+ARceAQcOARcWBgczDgEnLgE3PgEnJjY3PgEXHgEHDgEXFgYHAkEEBgIMEQYODgMLAQQHAwoLEw0Bgg0TATkrEhICDwkICQIRERErBRIMAwoGBgoDCAgHCgMDEw3+xg0TAwMLBwgJAgYEIMvL4wgHBgkCAv5+SwMEDwsB6wIEAvIKBwcJAwIBOgICCgYHCQEDAuqoJiJBOxRBJTUqSBEWFxMNAVMNE0kBFBT+rRUVDjchNSA2DyYlJhEaAxAN9wMLBAUDAgsCCgwDDgMKBQUDAwsCCgwCDlQCCwUFAwMLAgoMAg8CCwUFAwMLAgoMAg9VAwoFBQMDCwEJDAIOAwsFBAMCDAEJDAIOAe4CCAUdXTcFEQ0CCgEEBgMKFAwOEhIOChYMASU3JWpECQkDAg8JQmQiIhA3bR8GCQIUAgoGFSMiTygoIQ0TEw0fJyhOIyMXBAgDHAYRARAmGSMkTCIjFhE0HitZHgEBWRkkJU4jIxUXJCRNJCUXASkCHx8wRAUfJC4mMFsqDhISDgMGBJ4EKlMqJ1MtHiQiHAgILx8RDgIePB3uBAMCAwoFFDsYHUUaBQMDAwoFFDkYHUcaBAMCAwoFFDsYHUUaBQMDAwoFFDkYHUcaBAMCAwoFFDsYHUUaBQMDAwoFFDkYHUcaAAAAFAAQAHUD6AMQABUAHwAqADsAPwBNAFwAagB5AIgAlgCkALIAwADOANwA6gD4AQYBFAAAATMyFhURFAYjISImNRE0NjMhMhYdARURFBYzMjY1ESMDLgE1ESERFBYzIQE0NjMhMhYdARQGIyEiJj0BFyE1IRcyFhUUBisBIiY1NDYzNSImNTQ2OwEyFhUUBisBFzIWFRQGKwEiJjU0NjM1IiY1NDY7ATIWFRQGKwEVIiY1NDY7ATIWFRQGKwElMhYVFAYrASImNTQ2MzUiJjU0NjsBMhYVFAYjFTIWFRQGKwEiJjU0NjM1IiY1NDY7ATIWFRQGIwciJjU0NjsBMhYVFAYjNzIWFRQGKwEiJjU0NjM1IiY1NDY7ATIWFRQGIxUyFhUUBisBIiY1NDYzNSImNTQ2OwEyFhUUBiMHIiY1NDY7ATIWFRQGIwN/WQcJKB380io7CQcDTwYKFQ8QFUkWBQX80SkcAvT9EQkHAnsGCgoG/YUHCSACW/2ljwYKCgafBwkJBwcJCQefBgoKBp+fBgoKBp8HCQkHBwkJB58GCgoGnwcJCQefBgoKBp8BlQcJCQewBwkJBwcJCQewBwkJBwcJCQewBwkJBwcJCQewBwkJB7AHCQkHsAcJCQfmBgoKBp8HCQkHBwkJB58GCgoGBgoKBp8HCQkHBwkJB58GCgoGnwcJCQefBgoKBgLbCQf97x0oOyoCJgcJCQclIP3/DxYWDwIB/doIEwoCNv3qHCkCFQcJCQddBgoKBl1NPdkJBwcJCQcHCSYKBgcJCQcGCrMKBgcJCQcGCiYKBgcJCQcGCo0KBgcJCQcGCvQJBwcJCQcHCSYKBgcJCQcGCrMKBgcJCQcGCiYKBgcJCQcGCo0KBgcJCQcGCvQJBwcJCQcHCSYKBgcJCQcGCrMKBgcJCQcGCiYKBgcJCQcGCo0KBgcJCQcGCgAAAAMAwwA5Az0DHQAiAE4AWgAAJSEuATU0JicuAT0BNCYnJiIHDgEdARQGBw4BFRQGBw4BBzMXFRQGBwYiJy4BPQEjIiY3PgE3PgE1NDY3PgE3NjIXHgEXHgEVFBYXFgYrASsBFRQWFxYyNz4BNQGrATsZGDgzCQwNDA0eDQwNDAkzOBgWAgMClcogHBs8GxwgthcOEwURChIWRDwDIBkbPBsZIAM8RCYiEw4XtkBqDQwNHg0MDeAshVo+WBIEEAoKDRYFBwcFFg0KChAEElg+Un4tBAcDQAYfNA4ODg40HwYtDQMXFSdwS0t0HRsuDQ0NDS4bHXRLcYgYDS0GDRUGBwcGFQ0ADQAQAIoD6AMlABEAHAAsADYARwBMAFsAaQB3AIUAkwDNAO0AABM0NjMhMhYVERQWMxUhIiY1ERcRFBYzIS4BNREhBTMyFhURFAYjIiY1ETQ2MxcRFBYzMjY1ESMFNDYzITIWHQEUBiMhIiY9ARczNSMVFzIWFRQGIyEiJjU0NjMhJSImNTQ2MyEyFhUUBiMVMhYVFAYjISImNTQ2MzUiJjU0NjMhMhYVFAYjBSImNTQ2MyEyFhUUBiM3NDY3PgEzMhYXNTQmNS4BLwE3PgE3Fw4BHQEUFhUeARceAR8BBw4BBycuASc1DgEjMCIxIiYnLgE1NxQWFx4BFx4BFx4BMzI2NzU0JjUuAScuASMiBgcOARUQCQcDTwYKFQ/80io7ICkcAvQFBfzRAz9pBwkoHRwoCQcQFQ8QFUn8+wkHARUHCQkH/usHCSD19fIGCgoG/v4HCQkHAQL+/gcJCQcBAgYKCgYGCgoG/v4HCQkHBwkJBwECBgoKBv7+BwkJBwECBgoKBkwZGRk5HwwVCgEBAgIcASA7GhgBAgEBAQEBAgIUARg0HRQDAwETLBkBGSoRERFtAQIBBAQDCQcGEAkKEgcBAwkHBgwGDRMHBwcDFQcJCQf9uhAVIDsqAiYQ/eodKAgSCwI2FQkH/e8dKCgdAhEHCSD9/xAVFRACAREHCQkHXQYKCgZdTT09nAoGBwkJBwYKJgoGBwkJBwYKswoGBwkJBwYKJgoGBwkJBwYKjQkHBwkJBwcJjClEGhsaAgIGGB4GBggCBxMLDgMBIjoZ4xAaCAkKAwIDAQQWCAsCAQsVCgEXFxUVFTciKwkSCgoWCwsSCAcHBgZ7Gy4TBQcCAwIPEBAqGgAAAQBqAIADogLVAB4AABMhMhYXExYUBwMOASMhIiY1NDY/ATY0LwEmNjc+ATN/AksGCQPGBATGAwkG/bUJDAICtwQEtwUCCAIHAwLVBAX+6wUOBv7rBAUMCQQGA/wGDgX8CBEFAgIAAAABAAAAAQAAiMNN018PPPUACwQAAAAAANlXOygAAAAA2Vc7KAAA/6sH1gPAAAAACAACAAAAAAAAAAEAAAPA/8AAAAfgAAAAAAfWAAEAAAAAAAAAAAAAAAAAAAC3BAAAAAAAAAAAAAAAAgAAAAQAAIgEAAAABAAAwAQAADUEAACIBAAANQQAAEQEAAAoBAAAiAQAADUEAAAABAAAKAQAAOAEAACVBAAAgAQAAFAEAABABAAANQQAAAcEAABQBAAAJQQAAAAEAACABAAAwAQAAMAEAACAAyUAAANuAAADbgAAA7cAGQJaADYEAACQBAAAAAUlAAADbgAABAAAUAQAAF4EAAD8BAABHgQAAF4EAAAABAAAQAQAAAAEAABQBAAAgAQAAMAEAACABAABAAQAAEAEAAGABAAAAAQAAEAEAAFABAABQAQAAAAEAAFABAAAAAQAAN4EAAAQBAAA1QQAAIAEAACABAAAVQQAAFUEAAC/BAAAqAQAAKsEAAC/BAAAwwQAAEAEAAAABAAANQQAAGAEAACVBAAAlQQAAGAEAAA1BAAAKwQAAAAEAAA1BAAAYAQAADUEAACVBAAAlQQAAlUEAABABAAAQAQAACsEAACrBAAAgAQAADUEAAC1BAAAtQQAAKsEAACLBAAAhAQAAIAEAAFABAAAwAQAAQAEAACABAAAgAQAAKAEAABjBAAAQAQAAIAEAAAAB+AAAAQAAFkEAAIKBAAAJgQAAFkEAAEQBAAAAAQAACwEAABABAAAQAQAAEAEAABABAAAQAQAABcEAABCBAAANQQAAEAEAABABAAAKwQAACsEAAAVBAAANQQAAEAEAABEBAAAYAQAAA0EAABABAAAFQQAACsEAAA1BAAAIAQAAIgEAACABAAAKAQAACAEAABLBAAAaAQAAIAEAACABAAAgAQAAIAEAAA1BAAAYAQAAJUEAACVBAAAYAQAADUEAAA1BAAAqwQAAJUEAACABAAAYAQAAIAEAACABAAAgAQAAIAEAAAHBAAAQAQAAAAEAABgBAAAgAQAAMAEAACABAAAwAQAAAAEAAAyBAAAEAQAABcEAAAQBAAAwwQAABAEAABqAAAAAAAKABQAHgDIAXYBigHWAk4C6gOEBB4EyAUSBcAGIgZYBrAGxAb0BxQHrggSCIYIwgkECRwJNglQCWgJ+AqgCu4LWAuAC/AMUgy0DbgOGA4sDkAOVA5oDuAPCg9OD/gQGBAmEEQQUhCyEOoRTBFyEYARjhHKEd4SGBJOEpQSphMiE4oUQhTaFPIVDBUmFUAVYhWgFd4WRBaqFxYXbhegGAIYpBjEGQYZZBnKGh4akhrOGzgb1B0IHSQdWh3CHkoegB7iHzgftiAqIDggRiBUIMwhKiFeIfgiPCJwIswmaiaYJrom1icGJyAnrCiOKTYp3ipsKxwrxCwuLWouPC7aL3QwtDGiMm4yujNENGQ06DZuNyI3tjg8ONw50DpIOsA7WjvCPPA9qD4kPow/Rj/eQERAqkEWQW5BoEICQmhCjELUQ0BD7ERgRHhEkETqRU5FeEW8RhpGKEZCRlxGdkbcR6JJiksCTGZM6E4sTmAAAQAAALcCrgAYAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAYAAAABAAAAAAACAAcAVwABAAAAAAADAAYAMwABAAAAAAAEAAYAbAABAAAAAAAFAAsAEgABAAAAAAAGAAYARQABAAAAAAAKABoAfgADAAEECQABAAwABgADAAEECQACAA4AXgADAAEECQADAAwAOQADAAEECQAEAAwAcgADAAEECQAFABYAHQADAAEECQAGAAwASwADAAEECQAKADQAmGljb24yNABpAGMAbwBuADIANFZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGljb24yNABpAGMAbwBuADIANGljb24yNABpAGMAbwBuADIANFJlZ3VsYXIAUgBlAGcAdQBsAGEAcmljb24yNABpAGMAbwBuADIANEZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: "icon24" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-domenica:before {
    content: ""
}

.icon-academy:before {
    content: ""
}

.icon-newspaper-stack:before {
    content: ""
}

.icon-coffee:before {
    content: ""
}

.icon-newspaper:before {
    content: ""
}

.icon-fmw-alert:before {
    content: ""
}

.icon-fmw-calcola:before {
    content: ""
}

.icon-fmw-confronta:before {
    content: ""
}

.icon-fmw-converti:before {
    content: ""
}

.icon-fmw-doc-big:before {
    content: ""
}

.icon-fmw-listino:before {
    content: ""
}

.icon-fmw-monete:before {
    content: ""
}

.icon-fmw-portafoglio:before {
    content: ""
}

.icon-fmw-prestiti:before {
    content: ""
}

.icon-fmw-proteggi-casa:before {
    content: ""
}

.icon-doc-big:before {
    content: ""
}

.icon-trust-project:before {
    content: ""
}

.icon-alert:before {
    content: ""
}

.icon-calcola:before {
    content: ""
}

.icon-monete:before {
    content: ""
}

.icon-fmw-add-listino:before {
    content: ""
}

.icon-fmw-add-portafoglio:before {
    content: ""
}

.icon-fmw-added-listino:before {
    content: ""
}

.icon-fmw-added-portafoglio:before {
    content: ""
}

.icon-fmw-create-new:before {
    content: ""
}

.icon-fmw-delete:before {
    content: ""
}

.icon-fmw-document-pdf:before {
    content: ""
}

.icon-fmw-document:before {
    content: ""
}

.icon-fmw-download:before {
    content: ""
}

.icon-fmw-edit:before {
    content: ""
}

.icon-fmw-error:before {
    content: ""
}

.icon-fmw-exit:before {
    content: ""
}

.icon-fmw-listino-alfabetico:before {
    content: ""
}

.icon-fmw-search:before {
    content: ""
}

.icon-fmw-share:before {
    content: ""
}

.icon-fmw-zoom-out:before {
    content: ""
}

.icon-abbonamenti:before {
    content: ""
}

.icon-calcola-imu-tasi:before {
    content: ""
}

.icon-calcola-mutuo:before {
    content: ""
}

.icon-calcola-pensione:before {
    content: ""
}

.icon-calcola-spese-uni:before {
    content: ""
}

.icon-cedolare-secca:before {
    content: ""
}

.icon-confronta-conti:before {
    content: ""
}

.icon-converti:before {
    content: ""
}

.icon-listini-auto:before {
    content: ""
}

.icon-listino:before {
    content: ""
}

.icon-mappa-mutui:before {
    content: ""
}

.icon-meteo:before {
    content: ""
}

.icon-monitor-aste:before {
    content: ""
}

.icon-mostre-eventi:before {
    content: ""
}

.icon-newsletter:before {
    content: ""
}

.icon-portafoglio:before {
    content: ""
}

.icon-prestiti:before {
    content: ""
}

.icon-proteggi-casa:before {
    content: ""
}

.icon-quotazioni-artisti:before {
    content: ""
}

.icon-sudoku:before {
    content: ""
}

.icon-trova-casa:before {
    content: ""
}

.icon-trova-cinema:before {
    content: ""
}

.icon-usato-auto:before {
    content: ""
}

.icon-dossier:before {
    content: ""
}

.icon-my-archive:before {
    content: ""
}

.icon-my-products:before {
    content: ""
}

.icon-arrow-down:before {
    content: ""
}

.icon-arrow-left:before {
    content: ""
}

.icon-arrow-right:before {
    content: ""
}

.icon-arrow-up:before {
    content: ""
}

.icon-close:before {
    content: ""
}

.icon-comments:before {
    content: ""
}

.icon-comments-many:before {
    content: ""
}

.icon-delete:before {
    content: ""
}

.icon-trash:before {
    content: ""
}

.icon-empty-trash:before {
    content: ""
}

.icon-document-pdf:before {
    content: ""
}

.icon-document:before {
    content: ""
}

.icon-doc-my24:before {
    content: ""
}

.icon-download:before {
    content: ""
}

.icon-gallery:before {
    content: ""
}

.icon-folder:before {
    content: ""
}

.icon-go-to:before {
    content: ""
}

.icon-info:before {
    content: ""
}

.icon-user:before {
    content: ""
}

.icon-user-logged .path1:before {
    content: "";
    color: #003c7f
}

.icon-user-logged .path2:before {
    content: "";
    margin-left: -1em;
    color: #0f0f0f
}

.icon-user-logged-mono:before {
    content: ""
}

.icon-24:before {
    content: ""
}

.icon-menu:before {
    content: ""
}

.icon-more:before {
    content: ""
}

.icon-new-folder:before {
    content: ""
}

.icon-podcast:before {
    content: ""
}

.icon-save:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-select:before {
    content: ""
}

.icon-share:before {
    content: ""
}

.icon-copylink:before {
    content: ""
}

.icon-mail:before {
    content: ""
}

.icon-listino-alfabetico:before {
    content: ""
}

.icon-add-listino:before {
    content: ""
}

.icon-added-listino:before {
    content: ""
}

.icon-add-portafoglio:before {
    content: ""
}

.icon-added-portafoglio:before {
    content: ""
}

.icon-create-new:before {
    content: ""
}

.icon-edit:before {
    content: ""
}

.icon-zoom-out:before {
    content: ""
}

.icon-add-alert:before {
    content: ""
}

.icon-fmw-more-circled:before {
    content: ""
}

.icon-fmw-less:before {
    content: ""
}

.icon-fmw-more:before {
    content: ""
}

.icon-plus:before {
    content: ""
}

.icon-fmw-arrow-down:before {
    content: ""
}

.icon-fmw-arrow-up:before {
    content: ""
}

.icon-fmw-graph-news:before {
    content: ""
}

.icon-fmw-historical-data:before {
    content: ""
}

.icon-fmw-realtime:before {
    content: ""
}

.icon-fmw-remove-element:before {
    content: ""
}

.icon-go-to-small:before {
    content: ""
}

.icon-table-arrow-left:before {
    content: ""
}

.icon-table-arrow-right:before {
    content: ""
}

.icon-comments-small:before {
    content: ""
}

.icon-like-small:before {
    content: ""
}

.icon-frequency:before {
    content: ""
}

.icon-nest:before {
    content: ""
}

.icon-arrow-down-small:before {
    content: ""
}

.icon-arrow-left-small:before {
    content: ""
}

.icon-arrow-right-small:before {
    content: ""
}

.icon-arrow-up-small:before {
    content: ""
}

.icon-angle-down:before {
    content: ""
}

.icon-angle-left:before {
    content: ""
}

.icon-angle-right:before {
    content: ""
}

.icon-angle-up:before {
    content: ""
}

.icon-caret-down:before {
    content: ""
}

.icon-caret-left:before {
    content: ""
}

.icon-caret-right:before {
    content: ""
}

.icon-caret-up:before {
    content: ""
}

.icon-close-small:before {
    content: ""
}

.icon-error:before {
    content: ""
}

.icon-check:before {
    content: ""
}

.icon-play:before {
    content: ""
}

.icon-pause:before {
    content: ""
}

.icon-reading-time:before {
    content: ""
}

.icon-doc-small:before {
    content: ""
}

.icon-historical-data:before {
    content: ""
}

.icon-gallery-small:before {
    content: ""
}

.icon-video-small:before {
    content: ""
}

.icon-download-small:before {
    content: ""
}

.icon-radio-small:before {
    content: ""
}

.icon-save-small:before {
    content: ""
}

.icon-share-small:before {
    content: ""
}

.icon-listen-small:before {
    content: ""
}

.icon-podcast-small:before {
    content: ""
}

.icon-print-small:before {
    content: ""
}

.icon-copylink-small:before {
    content: ""
}

.icon-mail-small:before {
    content: ""
}

.icon-more-small:before {
    content: ""
}

.icon-trust-small:before {
    content: ""
}

.icon-realtime:before {
    content: ""
}

.icon-remove-element:before {
    content: ""
}

.icon-table-arrow-left-end:before {
    content: ""
}

.icon-table-arrow-right-end:before {
    content: ""
}

.icon-table-customize:before {
    content: ""
}

.icon-table-function-more:before {
    content: ""
}

.icon-table-info:before {
    content: ""
}

.icon-table-move:before {
    content: ""
}

.icon-table-order-decrease:before {
    content: ""
}

.icon-table-order-increase:before {
    content: ""
}

.icon-table-order-mobile:before {
    content: ""
}

.icon-table-order:before {
    content: ""
}

.icon-youtube-play:before {
    content: ""
}

.icon-google-plus:before {
    content: ""
}

.icon-instagram:before {
    content: ""
}

.icon-feed:before {
    content: ""
}

.icon-rss:before {
    content: ""
}

.icon-whatsapp:before {
    content: ""
}

.icon-linkedin:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}

.icon-facebook:before {
    content: ""
}

.icon-google .path1:before {
    content: "";
    color: #34a853
}

.icon-google .path2:before {
    content: "";
    margin-left: -1em;
    color: #4285f4
}

.icon-google .path3:before {
    content: "";
    margin-left: -1em;
    color: #fbbc05
}

.icon-google .path4:before {
    content: "";
    margin-left: -1em;
    color: #ea4335
}

.icon-messenger:before {
    content: ""
}

.icon-telegram:before {
    content: ""
}

.icon-telegram-alt:before {
    content: ""
}

.icon-flipboard:before {
    content: ""
}

.white {
    color: #fff
}

.green {
    color: #0db693
}

.red {
    color: #ef4e63
}

.gray {
    color: rgba(15, 15, 15, 0.5)
}

.orange {
    color: #f79a47
}

.purple {
    color: #da3088
}

.darkgreen {
    color: #007880
}

.blue {
    color: #003c7f !important
}

a.blue:hover {
    color: rgba(0, 60, 127, 0.7) !important
}

.black {
    color: #0f0f0f !important
}

a.black:hover {
    color: rgba(15, 15, 15, 0.7) !important
}

.vine {
    color: #870042
}

.share-fb {
    background: #3b5998 !important;
    border-color: #3b5998 !important
}

.share-fb,
.share-fb .icon {
    color: #fff !important
}

.share-tw {
    background: #55acee !important;
    border-color: #55acee !important
}

.share-tw,
.share-tw .icon {
    color: #fff !important
}

.share-in {
    background: #0077b5 !important;
    border-color: #0077b5 !important
}

.share-in,
.share-in .icon {
    color: #fff !important
}

.share-wa {
    background: #25d366 !important;
    border-color: #25d366 !important
}

.share-wa,
.share-wa .icon {
    color: #fff !important
}

.share-tg {
    background: #1e96c8 !important;
    border-color: #1e96c8 !important
}

.share-tg,
.share-tg .icon {
    color: #fff !important
}

.share-ms {
    background: #4F90F9 !important;
    border-color: #4F90F9 !important
}

.share-ms,
.share-ms .icon {
    color: #fff !important
}

.share-multi {
    background: #fff !important;
    border-color: #fff !important
}

.green {
    color: #0db693
}

#pg-wrapper,
.main-wrapper {
    overflow-x: hidden
}

@media (max-width: 767.98px) {
    .sticky-parent section {
        padding: 10px 0 5px
    }
}

.main-content {
    font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: .875rem;
    font-weight: 500;
    padding: 30px 0 50px;
    margin-top: 96px
}

.main-content.main-content--lc {
    padding: 0
}

@media (max-width: 767.98px) {
    .main-content.main-content--lc {
        padding-top: 0
    }
}

@media (max-width: 767.98px) {
    .main-content.main-content--lc .intestazione .t-switch {
        margin: 15px auto 10px
    }
}

@media (max-width: 767.98px) {
    .main-content.main-content--lc .intestazione .t-switch.small .badge {
        top: -1px
    }

    .main-content.main-content--lc .intestazione .t-switch.small .badge::before {
        display: none
    }
}

@media (max-width: 767.98px) {
    .main-content {
        padding: 10px 0;
        margin-top: 86px
    }
}

.main-content .price-mhead {
    margin: 0 0 5px;
    padding-bottom: 15px;
    background: #fff;
    padding-top: 15px;
    z-index: 99;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2)
}

.main-content .price-mhead .row {
    padding: 0 12px
}

.main-content .price-mhead .row .col {
    padding: 0 3px;
    border-radius: 4px;
    border: 0;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1)
}

.main-content .price-mhead .row .col+.col {
    margin: 0 5px
}

.main-content .price-mhead .row .col:last-child {
    margin: 0
}

.main-content .price-mhead .row .col .price-opt-link {
    padding: 7px 0;
    display: inline-block;
    width: 100%;
    font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 500;
    color: #0f0f0f;
    text-decoration: none
}

@media (max-width: 767.98px) {
    .main-content .price-mhead .row .col .price-opt-link {
        height: 100%
    }
}

.main-content .price-mhead .row .col.highlighted {
    border: 1.5px solid #003c7f;
    background-color: rgba(0, 60, 127, 0.1);
    position: relative
}

.main-content .price-mhead .row .col.highlighted .price-opt-link {
    color: #003c7f
}

.main-content .price-mhead .row .col.highlighted::before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-top: 12px solid #003c7f;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent
}

.main-content .price-mhead .row .col.highlighted::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-top: 10px solid #e8edf3;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

@media (max-width: 767.98px) {
    .main-content section>.container {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width: 767.98px) {
    .main-content section>.container h2 {
        font-size: 1.5rem
    }
}

@media (max-width: 767.98px) {
    .main-content section>.container .white-box {
        padding: 10px 20px 5px
    }
}

@media (max-width: 767.98px) {
    .main-content section>.container .white-box.box--arrow {
        padding: 15px 20px 15px
    }
}

@media (max-width: 1024.98px) {

    .main-content section>.container .white-box.box--arrow h4,
    .main-content section>.container .white-box.box--arrow p {
        margin-bottom: 5px !important
    }
}

@media (max-width: 767.98px) {
    .main-content>.container {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width: 767.98px) {
    .main-content>.container>.row.row--centered {
        flex-direction: column-reverse;
        margin: 0
    }
}

.main-content .col-main {
    font-size: .875rem;
    width: 495px;
    border: 1px solid rgba(15, 15, 15, 0.25);
    border-radius: 4px;
    min-height: 100px;
    background-color: #fff;
    padding: 30px 15px
}

@media (max-width: 1024.98px) {
    .main-content .col-main:not(.single-pane) {
        width: 410px
    }
}

@media (max-width: 767.98px) {
    .main-content .col-main:not(.single-pane) {
        width: 100%
    }
}

@media (max-width: 767.98px) {
    .main-content .col-main {
        width: 100%;
        margin: 0 0
    }
}

@media (min-width: 400px) {
    .main-content .col-main {
        padding: 30px 30px
    }
}

@media (min-width: 1025px) {
    .main-content .col-main {
        padding: 30px 60px
    }
}

.main-content .col-main.col-main--full {
    z-index: 2;
    max-width: 1020px;
    margin-bottom: 65px;
    margin-right: 20px;
    margin-left: 20px
}

@media (max-width: 1024.98px) {
    .main-content .col-main.col-main--full {
        flex: auto
    }
}

@media (max-width: 767.98px) {
    .main-content .col-main.col-main--full {
        padding: 20px 20px;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 125px
    }
}

@media (min-width: 768px) {
    .main-content .col-main.col-main--full {
        padding: 30px 30px
    }
}

@media (min-width: 1025px) {
    .main-content .col-main.col-main--full {
        padding: 30px 80px 80px
    }
}

@media (max-width: 1439.98px) {
    .main-content .col-main.col-main--full {
        flex: auto
    }
}

@media (max-width: 767.98px) {
    .main-content .col-main.col-main--full .intestazione h4 {
        font-size: 1.25rem
    }
}

@media (max-width: 767.98px) {
    .main-content .col-main.col-main--full .intestazione h4+p.small-p {
        margin-top: 10px
    }
}

@media (max-width: 767.98px) {
    .main-content .col-main.col-main--full .intestazione p.small-p {
        margin-top: 40px
    }
}

.main-content .col-main.col-main--gray {
    background-color: transparent;
    border: 0;
    padding: 0 15px 60px;
    width: auto
}

@media (min-width: 768px) {
    .main-content .col-main.col-main--gray {
        padding-top: 24px;
        padding-bottom: 0
    }
}

@media (max-width: 767.98px) {
    .main-content .col-main.col-main--gray {
        width: 100%;
        padding-bottom: 0
    }
}

.main-content .col-main.col-main--gray>.intestazione.intestazione--centered {
    margin-bottom: 0
}

@media (max-width: 767.98px) {
    .main-content .col-main.col-main--gray>.intestazione.intestazione--centered {
        padding: 15px 0
    }
}

.main-content .col-main .intestazione {
    margin-bottom: 7px
}

.main-content .col-main .intestazione p {
    margin-bottom: 0
}

.main-content .col-main .intestazione.login h4,
.main-content .col-main .intestazione.login h6 {
    text-align: center
}

.main-content .col-main .intestazione.intestazione--centered {
    text-align: center;
    padding: 0 0 20px;
    margin-bottom: 20px
}

.main-content .col-main .intestazione.intestazione--centered h3 {
    border: 0;
    margin-bottom: 0
}

.main-content .col-main .intestazione.intestazione--centered .barrato {
    text-transform: uppercase;
    color: #525252
}

.main-content .col-main .intestazione.intestazione--centered .barrato:before {
    background-color: #525252
}

.main-content .col-main .intestazione+.gray-border-bottom {
    padding-top: 0
}

.main-content .col-main.confirm-msg {
    min-height: 0;
    padding: 15px 22px;
    background-color: #003c7f;
    color: #fff;
    margin-bottom: 10px
}

.main-content .col-main.confirm-msg span {
    margin-right: 5px;
    position: relative;
    top: 1px
}

.main-content .sidebar {
    margin-left: 30px;
    width: 285px
}

@media (max-width: 767.98px) {
    .main-content .sidebar {
        width: 100%;
        margin: 0 0 16px
    }
}

.main-content .sidebar .sidebar-content .blue-content {
    border-radius: 4px;
    padding: 12px 20px 0;
    font-size: .875rem;
    background-color: #003c7f;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 12px
}

@media (min-width: 400px) {
    .main-content .sidebar .sidebar-content .blue-content {
        padding: 20px 30px 5px
    }
}

@media (min-width: 768px) {
    .main-content .sidebar .sidebar-content .blue-content {
        padding: 20px 20px 5px
    }
}

.main-content .sidebar .sidebar-content .blue-content .price-label {
    position: relative;
    border-radius: 3px
}

.main-content .sidebar .sidebar-content .blue-content .price-label.applied-c {
    animation-duration: 1.5s;
    animation-name: couponIn
}

.main-content .sidebar .sidebar-content .btn--goto {
    text-align: center
}

.main-container {
    padding-top: 30px
}

.border-block {
    border-top: 1px solid #0f0f0f;
    border-bottom: 1px solid rgba(15, 15, 15, 0.25);
    padding: 12px 0 20px;
    margin-bottom: 20px
}

.border-block h6 {
    font-weight: bold;
    margin-bottom: 4px
}

.gray-box {
    background-color: #f5f5f5;
    border: 1px solid rgba(15, 15, 15, 0.25);
    padding: 10px 12px 15px;
    margin-bottom: 13px;
    border-radius: 4px
}

.gray-box .form-group--half .form-group:last-child {
    margin-right: 30px
}

@media (max-width: 767.98px) {
    .gray-box .form-group--half .form-group:last-child {
        margin-top: 5px
    }
}

.gray-box .icheck-primary {
    margin: 0
}

.gray-box p {
    font-weight: normal;
    margin-bottom: 10px
}

.gray-box.scroll-pane {
    overflow-y: scroll;
    max-height: 250px
}

.gray-box.scroll-pane+.icheck-primary {
    margin-left: 13px
}

.gray-box.gray-box--error {
    border-color: #ef4e63
}

@media (max-width: 767.98px) {
    .gray-box .form-group.right {
        padding-left: 0;
        margin-top: 5px
    }
}

.gray-box .form-group--half:last-child .form-group {
    margin-bottom: 0
}

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

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

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

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

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

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.mb-1,
.my-1 {
    margin-bottom: 20px !important
}

.mt-1,
.my-1 {
    margin-top: 20px !important
}

.ml-1,
.mx-1 {
    margin-left: 20px !important
}

.mr-1,
.mx-1 {
    margin-right: 20px !important
}

.pb-1,
.py-1 {
    padding-bottom: 20px !important
}

.pt-1,
.py-1 {
    padding-top: 20px !important
}

.pl-1,
.px-1 {
    padding-left: 20px !important
}

.pr-1,
.px-1 {
    padding-right: 20px !important
}

.mb-2,
.my-2 {
    margin-bottom: 40px !important
}

.mt-2,
.my-2 {
    margin-top: 40px !important
}

.ml-2,
.mx-2 {
    margin-left: 40px !important
}

.mr-2,
.mx-2 {
    margin-right: 40px !important
}

.pb-2,
.py-2 {
    padding-bottom: 40px !important
}

.pt-2,
.py-2 {
    padding-top: 40px !important
}

.pl-2,
.px-2 {
    padding-left: 40px !important
}

.pr-2,
.px-2 {
    padding-right: 40px !important
}

.mt-med {
    margin-top: 30px !important
}

.mb-05 {
    margin-bottom: 5px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mt-05 {
    margin-top: 5px !important
}

.mt-10 {
    margin-top: 10px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-30 {
    margin-top: 30px !important
}

.ml-10 {
    margin-left: 10px !important
}

.mr-10 {
    margin-right: 10px !important
}

.relative,
.sticky-parent {
    position: relative
}

.abs-tl,
.abs-tr,
.abs-bl,
.abs-br,
.abs-ml,
.abs-mr,
.abs-mm {
    position: absolute !important
}

.abs-tl,
.abs-tr {
    top: 0
}

.abs-bl,
.abs-br {
    bottom: 0
}

.abs-ml,
.abs-mr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.abs-tl,
.abs-bl,
.abs-ml {
    left: 0
}

.abs-tr,
.abs-br,
.abs-mr {
    right: 0
}

.abs-mm {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.brd {
    display: block;
    position: relative
}

.brd--t {
    padding-top: 10px;
    border-top: 1px solid rgba(15, 15, 15, 0.25);
    margin-top: 10px
}

.brd--b {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(15, 15, 15, 0.25);
    margin-bottom: 10px
}

.small-gutters {
    margin-right: -5px;
    margin-left: -5px
}

.small-gutters>.col,
.small-gutters>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px
}

.row--centered {
    justify-content: center
}

.col-brd-none::after {
    display: none !important
}

@media (min-width: 768px) {
    .col-brd-md::after {
        display: block !important
    }
}

@media (min-width: 768px) {
    .col-brd-md-none::after {
        display: none !important
    }
}

@media (min-width: 1025px) {
    .col-brd-lg::after {
        display: block !important
    }
}

@media (min-width: 1025px) {
    .col-brd-lg-none::after {
        display: none !important
    }
}

@media (min-width: 1440px) {
    .col-brd-xl::after {
        display: block !important
    }
}

@media (min-width: 1440px) {
    .col-brd-xl-none::after {
        display: none !important
    }
}

.flex-group {
    display: flex
}

.flex-base {
    align-items: baseline
}

.blk {
    display: block
}

.gray-border-bottom {
    border-bottom: 1px solid rgba(15, 15, 15, 0.25)
}

.gray-border-bottom.p-b {
    padding: 0 0 15px
}

.dida-wrap p {
    margin-bottom: 30px
}

.flex-content {
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px
}

@media (max-width: 767.98px) {
    .flex-content {
        flex-wrap: wrap
    }
}

.flex-content+.intestazione {
    margin-top: 20px
}

.flex-content .el {
    position: relative;
    padding-bottom: 30px;
    flex-shrink: 0
}

@media (max-width: 767.98px) {
    .flex-content .el {
        flex-shrink: 1;
        width: 100%
    }

    .flex-content .el+.el {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid rgba(15, 15, 15, 0.25)
    }
}

.flex-content .el .btn--goto {
    position: absolute;
    bottom: 0;
    left: 0
}

.flex-content p {
    line-height: 20px
}

.el.el--mb {
    margin-bottom: 8px
}

hr.b-line {
    margin-top: 30px;
    border-top: 1px solid #0f0f0f
}

.okres {
    background-color: #0db693;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 0 auto 10px;
    padding-top: 7px
}

.okres::before {
    color: #fff
}

.product-name {
    text-align: center
}

.products-included {
    padding: 10px 0 0
}

.products-included .el {
    padding-bottom: 10px;
    text-align: center
}

.products-included .el p {
    margin-bottom: 0
}

.products-included.align-left {
    padding: 10px 105px
}

@media (max-width: 767.98px) {
    .products-included.align-left {
        padding: 10px 15px
    }
}

.products-included.align-left .el {
    text-align: left;
    padding-bottom: 32px
}

@media (max-width: 767.98px) {
    .products-included.align-left .el {
        padding-bottom: 21px
    }
}

.products-included.align-left .el.flex-el {
    display: flex
}

@media (max-width: 767.98px) {
    .products-included.align-left .el.flex-el {
        display: block
    }
}

.products-included.align-left .el h5 {
    margin-bottom: 4px;
    margin-left: -21px
}

.products-included.align-left .el figure {
    margin-right: 16px
}

@media (max-width: 767.98px) {
    .products-included.align-left .el figure {
        margin: 0px 0px 16px
    }
}

.products-included.align-left .el figure img {
    width: 210px;
    height: 110px
}

@media (max-width: 767.98px) {
    .products-included.align-left .el figure img {
        width: 100%;
        height: auto
    }
}

.products-included.align-left .el figure+div h5 {
    margin-left: 0px
}

.products-cards {
    padding-top: 20px
}

@media (max-width: 767.98px) {
    .products-cards {
        margin: 0 -10px
    }
}

.products-cards h5 {
    margin-bottom: 3px
}

@media (max-width: 767.98px) {
    .products-cards h5 {
        margin-left: 10px;
        margin-right: 10px
    }
}

.products-cards ul {
    margin: 0 -1%
}

.products-cards ul.flex-group {
    flex-wrap: wrap
}

.products-cards ul.flex-group li.p-box {
    flex-shrink: 0
}

@media (max-width: 767.98px) {
    .products-cards ul.flex-group li.p-box {
        flex-shrink: 1;
        justify-content: normal
    }
}

.products-cards ul li.p-box {
    border-radius: 4px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
    border: solid 0.5px rgba(15, 15, 15, 0.2);
    background-color: #fff;
    padding: 12px 20px;
    flex-basis: 48%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 10px 1%
}

@media (max-width: 767.98px) {
    .products-cards ul li.p-box {
        padding: 12px 12px
    }
}

.products-cards ul li.p-box.active {
    background-color: rgba(0, 60, 127, 0.05)
}

.products-cards ul li.p-box.active span.icon {
    border-radius: 50%;
    background-color: #003c7f;
    width: 20px;
    height: 20px;
    display: inline-block;
    padding: 3px
}

.products-cards ul li.p-box.active span.icon::before {
    content: "";
    color: #fff;
    font-size: 14px;
    position: relative;
    top: -5px
}

.products-cards ul li.p-box.active .c-layer {
    border: solid 1.5px #003c7f
}

@media (max-width: 767.98px) {
    .products-cards ul li.p-box {
        flex-basis: 100%
    }
}

.products-cards ul li.p-box .c-layer {
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent
}

.products-cards ul li.p-box .c-layer:hover {
    cursor: pointer;
    background-color: rgba(0, 60, 127, 0.05)
}

.products-cards ul li.p-box span.icon {
    font-size: 20px;
    margin-right: 10px
}

.products-cards ul li.p-box img {
    min-width: 60px;
    max-width: 60px;
    margin-right: 10px
}

@media (max-width: 1024.98px) {
    .products-cards ul li.p-box img {
        display: none
    }
}

.products-cards ul li.p-box .prod {
    font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
    font-weight: 900;
    margin-bottom: 0
}

.products-cards ul li.p-box p {
    margin-bottom: 0;
    padding-bottom: 0
}

.f-mensile #doveSpedire,
.f-mensile .dida-wrap {
    display: none
}

.white-box {
    border-radius: 4px;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.15);
    padding: 24px 40px;
    background-color: #fff;
    position: relative;
    overflow: hidden
}

.white-box .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    cursor: pointer;
    z-index: 2
}

.white-box .layer:hover {
    background-color: rgba(0, 60, 127, 0.05)
}

.white-box.box--arrow {
    padding: 24px 55px 24px 30px
}

@media (max-width: 1024.98px) {
    .white-box.box--arrow {
        padding: 15px 20px;
        margin: 5px 15px
    }
}

.white-box.box--arrow::before {
    font-family: "icon24";
    content: "";
    position: absolute;
    top: 50px;
    right: 20px;
    font-size: 30px
}

@media (max-width: 1024.98px) {
    .white-box.box--arrow::before {
        display: none
    }
}

@media (max-width: 1024.98px) {
    .white-box.box--arrow h4 {
        font-size: 1.25rem
    }
}

@media (max-width: 1024.98px) {
    .white-box.box--arrow span.icon {
        position: relative;
        top: 2px;
        padding-left: 3px
    }
}

.error-page {
    text-align: center
}

.error-page h2 {
    margin-bottom: 15px
}

.error-page h2 span {
    margin-right: 5px
}

.error-page p {
    margin-bottom: 15px
}

.error-page a+a {
    margin-left: 10px;
    padding-left: 10px;
    position: relative
}

.error-page a+a::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 1px;
    height: 16px;
    opacity: 0.25;
    border-left: solid 0.5px #0f0f0f
}

.m-t-0 {
    margin-top: 0
}

.b-top {
    border-top: 1px solid rgba(15, 15, 15, 0.25)
}

span.icon--check-badge {
    border-radius: 50%;
    background-color: #0db693;
    width: 28px;
    height: 28px;
    display: inline-block;
    padding: 4px;
    text-align: center;
    flex-shrink: 0
}

span.icon--check-badge::before {
    content: "";
    color: #fff;
    font-size: 15px;
    position: relative;
    top: -5px
}

.icon {
    font-size: 16px
}

.icon--big {
    font-size: 24px
}

a:hover .icon--multi {
    opacity: .7
}

hr {
    margin: 15px 0;
    border: none;
    border-top: 1px solid rgba(15, 15, 15, 0.25)
}

h2 {
    font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
    font-weight: bold
}

h2+.white-box {
    margin-top: 20px
}

h2.display {
    font-family: "sole_display", Arial, "Helvetica Neue", Helvetica, sans-serif
}

h3 {
    font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 11px;
    border-bottom: 1px solid #0f0f0f
}

h3.prod {
    font-family: "sole_display", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 900;
    margin-bottom: 0;
    padding-bottom: 8px;
    border: 0
}

h3.mid-serif {
    font-weight: 500;
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

h3.fixed-serif {
    font-size: 1.75rem;
    font-weight: 500;
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

h3.mid {
    font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 500;
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

h3.mid b {
    margin: 0 7px
}

h3.small {
    font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400
}

h4 {
    font-family: "sole_headline", Georgia, Times, "Times New Roman", serif
}

h4.mid-serif {
    font-family: "sole_display", Arial, "Helvetica Neue", Helvetica, sans-serif
}

h4.product_label {
    font-family: "sole_display", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 900;
    margin-bottom: 4px
}

h5 {
    font-family: "sole_headline", Georgia, Times, "Times New Roman", serif
}

h5 span {
    line-height: 20px;
    position: relative;
    top: 2px;
    margin-right: 5px
}

h6 {
    font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal
}

h6 a {
    margin-left: 5px;
    font-weight: bold;
    text-decoration: none !important
}

.main-wrapper a,
.main-wrapper a:not([href]) {
    color: #003c7f;
    cursor: pointer
}

.main-wrapper a:hover,
.main-wrapper a:not([href]):hover {
    color: rgba(0, 60, 127, 0.7);
    cursor: pointer
}

.main-wrapper a:focus,
.main-wrapper a:not([href]):focus {
    color: #003c7f;
    cursor: pointer
}

.main-wrapper a:not(.btn--goto),
.main-wrapper a:not([href]):not(.btn--goto) {
    text-decoration: underline
}

.main-wrapper a.ltool,
.main-wrapper a.popover-action,
.main-wrapper a:not([href]).ltool,
.main-wrapper a:not([href]).popover-action {
    text-decoration: none
}

a.popover-action:not([href]):not([tabindex]) {
    color: #003c7f;
    cursor: pointer
}

p a {
    margin: 0 0 0 5px;
    text-decoration: underline
}

p a:hover {
    text-decoration: underline
}

p.letter_s {
    letter-spacing: 2px
}

p span {
    margin: 0 5px
}

p span+a {
    margin-left: 0
}

p.p--lined {
    border-bottom: 1px solid rgba(15, 15, 15, 0.25);
    text-align: center;
    margin-bottom: 27px
}

p.p--lined span {
    font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: rgba(15, 15, 15, 0.5);
    background-color: #fff;
    position: relative;
    top: 8px;
    padding: 0 9px
}

p.error-msg {
    color: #ef4e63
}

p.mid-text {
    font-weight: 500
}

p.mid-alt-text {
    font-weight: normal
}

p.t-small-lined {
    border-top: 1px solid rgba(15, 15, 15, 0.25);
    opacity: .7;
    padding-top: 14px
}

p.big-alt-text {
    font-weight: bold
}

p.small-p {
    margin: 0 auto 24px;
    color: rgba(15, 15, 15, 0.7);
    font-weight: 400
}

p.label-cartaceo {
    font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
    font-weight: bold
}

@media (max-width: 767.98px) {
    p.label-cartaceo {
        font-size: 1.375rem !important
    }
}

.black6 {
    color: RGBA(15, 15, 15, 0.61)
}

.opblack {
    color: rgba(15, 15, 15, 0.7)
}

.n-text {
    font-weight: normal !important
}

.m-text {
    font-weight: 500 !important
}

.sb-text {
    font-weight: 600 !important
}

.bold-text {
    font-weight: bold !important
}

.extra-bold-text {
    font-weight: 900 !important
}

.xxl-text {
    font-weight: bold
}

.no-opacity_text {
    opacity: 1;
    color: #0f0f0f !important
}

.opacity_text {
    opacity: .7
}

.s-opacity_text {
    opacity: .5
}

.d-opacity_text {
    opacity: .8
}

.xl-opacity-text {
    opacity: .6
}

.nota {
    color: rgba(15, 15, 15, 0.5);
    margin-top: -3px
}

.barrato {
    position: relative
}

.barrato.gray:before {
    background-color: rgba(15, 15, 15, 0.5)
}

.barrato.d-opacity_text:before {
    background-color: rgba(15, 15, 15, 0.8)
}

.barrato:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.d-opacity_text .barrato:before {
    background-color: #000
}

.pagina-conferma .intestazione h3 {
    margin-bottom: 12px
}

.pagina-conferma .gray-border-bottom:not(.flex-content) {
    padding: 15px 0
}

.pagina-conferma p {
    margin-bottom: 2px
}

.pagina-conferma .flex-content p {
    margin-bottom: 2px
}

.pagina-conferma .flex-content p.ellipsis {
    max-width: 170px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative
}

@media (max-width: 767.98px) {
    .pagina-conferma .flex-content p.ellipsis {
        max-width: 100%
    }
}

.pagina-conferma .flex-content p.ellipsis:focus,
.pagina-conferma .flex-content p.ellipsis:hover {
    color: transparent;
    overflow: visible
}

.pagina-conferma .flex-content p.ellipsis:focus:after,
.pagina-conferma .flex-content p.ellipsis:hover:after {
    content: attr(data-text);
    overflow: visible;
    text-overflow: inherit;
    background: #fff;
    position: absolute;
    left: auto;
    top: auto;
    width: auto;
    max-width: 20rem;
    padding: 3px;
    border-radius: 3px;
    border: 1px solid #0f0f0f;
    white-space: normal;
    word-wrap: break-word;
    display: block;
    color: black;
    margin-top: -1.25rem
}

.pagina-conferma .product_label {
    color: #003c7f;
    margin-bottom: 8px;
    margin-top: 3px
}

.serif {
    font-family: "sole_headline", Georgia, Times, "Times New Roman", serif !important
}

.sans {
    font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif !important
}

.display {
    font-family: "sole_display", Arial, "Helvetica Neue", Helvetica, sans-serif !important
}

.lined {
    text-decoration: line-through
}

.f-normal {
    font-weight: 400 !important
}

.f-medium {
    font-weight: 500 !important
}

.f-bold {
    font-weight: 600 !important
}

.barrato-ext {
    position: relative;
    text-align: center
}

.barrato-ext span {
    background-color: white;
    z-index: 2;
    position: relative;
    padding: 10px;
    color: rgba(15, 15, 15, 0.5);
    font-weight: normal
}

.barrato-ext span.gray--bg {
    background-color: #f5f5f5;
    color: #0f0f0f
}

.barrato-ext::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    background-color: rgba(15, 15, 15, 0.25);
    height: 1px;
    z-index: 1
}

@media (max-width: 767.98px) {
    .barrato-ext::before {
        background-color: transparent
    }
}

.p-0 {
    padding: 0
}

.m-0 {
    margin: 0
}

.link-noeffect {
    text-decoration: none
}

.t-opacity {
    color: #A0A0A0
}

ul {
    margin: 0;
    padding: 0
}

ul li {
    list-style: none;
    display: inline-block
}

.hide {
    display: none !important
}

@media (max-width: 767.98px) {
    .hide-sm {
        display: none
    }
}

.show-sm {
    display: none
}

@media (max-width: 767.98px) {
    .show-sm {
        display: block
    }
}

@media (max-width: 1024.98px) {
    .hide-md {
        display: none
    }
}

.show-md {
    display: none
}

@media (max-width: 1024.98px) {
    .show-md {
        display: block
    }
}

.rel-el {
    position: relative
}

.f-mensile .p-mensile {
    display: block
}

.f-mensile .p-annuale {
    display: none
}

.p-mensile {
    display: none
}

.p-annuale {
    display: block
}

.blu-rectangle {
    width: 6px;
    height: 6px;
    background-color: #003c7f;
    transform: rotate(45deg);
    display: inline-block
}

.btn-rect {
    font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    color: #0f0f0f;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background: transparent;
    border: 0
}

.btn-rect.prod-size {
    padding: 10px;
    border-radius: 4px;
    text-transform: capitalize;
    font-weight: 600
}

.btn-rect:hover {
    opacity: .7;
    text-decoration: none
}

.btn {
    font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    color: #0f0f0f;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background: transparent;
    border: 1px solid #0f0f0f
}

.btn:hover {
    color: #0f0f0f;
    text-decoration: none
}

.inverted-color .btn {
    color: #fff;
    border-color: #fff
}

.inverted-color .btn:hover {
    color: #fff
}

.btn:focus,
.btn.focus {
    outline: 0
}

.btn.disabled,
.btn:disabled {
    opacity: .5
}

.btn.disabled:hover,
.btn:disabled:hover {
    opacity: .5
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn:hover {
    opacity: .7
}

button.btn:hover {
    opacity: .7
}

.btn.btn-squared {
    font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 0;
    padding: 10px;
    border-radius: 4px
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn--white {
    background: #fff;
    border-color: #003c7f;
    color: #003c7f
}

.btn--white-borderblue {
    background: #fff;
    border-color: #003c7f;
    color: #003c7f;
    border: 2px solid #003c7f
}

.btn--transp {
    background: transparent;
    border-color: #003c7f;
    color: #003c7f
}

.btn--transp-green {
    background: transparent;
    border-color: #007880;
    color: #003c7f
}

.btn--blue {
    background: #003c7f;
    border-color: #003c7f;
    color: #fff
}

.btn--blue:hover {
    color: #fff
}

.btn--green {
    background: #007880;
    border-color: #007880;
    color: #fff
}

.btn--green:hover {
    color: #fff
}

.btn--purple {
    background: #fff;
    border-color: #da3088;
    color: #da3088
}

.btn--purple:hover {
    color: #da3088
}

.btn--full-purple {
    background: #da3088;
    border-color: #da3088;
    color: #fff
}

.btn--full-purple:hover {
    color: #fff
}

.btn--full-vine {
    background: #870042;
    border-color: #870042;
    color: #fff
}

.btn--full-vine:hover {
    color: #fff
}

.btn--full-blue {
    background: #005781;
    border-color: #005781;
    color: #fff
}

.btn--full-blue:hover {
    color: #fff
}

.btn--clr {
    background: transparent;
    border-color: #003c7f
}

.btn--clr.btn--wine {
    border-color: #870042
}

@media (max-width: 767.98px) {
    .btn--full-sm {
        width: 100% !important
    }
}

.btn--txt {
    border: none;
    border-radius: 0;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.btn--goto {
    border: none;
    padding-left: 0;
    padding-right: 0;
    text-transform: none;
    font-size: 1rem;
    background-color: transparent;
    color: #003c7f
}

@media (min-width: 1440px) {
    .btn--goto {
        font-size: 1rem
    }
}

.btn--goto .icon-angle-left {
    font-size: .8125rem;
    position: relative;
    top: 1px;
    margin-right: 3px
}

.btn--goto .icon-angle-right {
    font-size: .8125rem;
    position: relative;
    top: 1px;
    left: 2px
}

.btn--goto:hover {
    color: rgba(0, 60, 127, 0.7)
}

.btn--goto+.btn--goto {
    margin-left: 20px
}

.btn--goto:hover,
.btn--goto:active,
.btn--goto:focus {
    background-color: transparent;
    outline-width: 0
}

.bt--fullwidth {
    width: 100%
}

.btn--big {
    width: 150px
}

.btn--big.ml-auto {
    min-width: 150px;
    width: auto
}

.btn.btn--xxl {
    padding: 15px 0;
    font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    border-radius: 25px
}

.btn--xx-small {
    padding: 5px 14px;
    font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: capitalize
}

.btn--smallcaps {
    text-transform: none
}

a.btn.btn--xxl {
    text-decoration: none;
    min-width: 200px;
    margin: 10px 0 15px;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    text-transform: capitalize;
    font-weight: 600;
    min-height: 40px
}

a.btn.btn--xxl.btn--blue {
    color: white
}

a.btn.btn--xxl.btn-border-blue {
    border: 2px solid #003c7f;
    color: #003c7f;
    background-color: #f6e8db
}

a.btn.btn--xxl+p {
    opacity: .7
}

.badge {
    position: absolute;
    top: -1px;
    right: -170px;
    font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: .9375rem;
    font-weight: bold;
    padding: 2px 3px;
    color: #fff;
    white-space: nowrap
}

@media (max-width: 767.98px) {
    .badge {
        right: -50px;
        top: 30px
    }
}

.badge.badge--green {
    background-color: #0db693
}

.badge.badge--green::before {
    border-right-color: #0db693
}

@media (max-width: 767.98px) {
    .badge.badge--green::before {
        border-bottom-color: #0db693;
        border-right-color: transparent
    }
}

.badge.badge--gray {
    background-color: #ADB6B4
}

.badge.badge--gray::before {
    border-right-color: rgba(15, 15, 15, 0.7)
}

@media (max-width: 767.98px) {
    .badge.badge--gray::before {
        border-bottom-color: rgba(15, 15, 15, 0.7);
        border-right-color: transparent
    }
}

.badge::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -8px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 8px solid #fff
}

@media (max-width: 767.98px) {
    .badge::before {
        left: 50%;
        top: -14px;
        border-right: 6px solid transparent;
        border-bottom: 8px solid #fff;
        border-left: 6px solid transparent;
        transform: translate(-50%, 0)
    }
}

.flex-group .ancor-btn {
    margin-right: 10px
}

.flex-group .ancor-btn:last-child {
    margin: 0
}

.flex-group .ancor-btn .btn {
    height: 100%
}

.loader-wrapper {
    display: flex
}

.loader-wrapper p {
    margin-right: 5px;
    font-weight: 500
}

.loader {
    position: relative;
    height: 40px;
    width: 40px;
    margin: 0 auto
}

.loader.centered {
    top: 45%
}

.loader-wrapper {
    display: flex;
    align-items: center
}

.loader-wrapper--page {
    min-height: 20vh
}

.loader-icons {
    width: 28px;
    height: 28px;
    position: absolute;
    left: 6px;
    top: 6px;
    overflow: hidden;
    border-radius: 50%
}

.loader-icons .icon {
    display: inline-block;
    font-size: 24px;
    line-height: 28px;
    position: absolute;
    left: 2px;
    animation: icon-up 1s 0.7s infinite ease
}

.inverted-color .loader-icons .icon {
    color: #fff
}

.loader-icons .icon--one {
    top: 0
}

.loader-icons .icon--two {
    top: 28px
}

.loader-circle-out {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #003c7f;
    position: absolute;
    top: 0;
    left: 0;
    animation: rotate-circle-out 1s infinite linear
}

.inverted-color .loader-circle-out {
    border-top-color: #fff
}

.loader-circle-in {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #870042;
    position: absolute;
    top: 4px;
    left: 4px;
    transform: rotate(15deg);
    animation: rotate-circle-in 1s infinite cubic-bezier(0.25, 0.1, 0.7, 0.9)
}

.inverted-color .loader-circle-in {
    border-top-color: #fff
}

.loader.xxl {
    height: 60px;
    width: 60px
}

.loader.xxl .loader-circle-in {
    height: 60px;
    width: 60px
}

.loader.xxl .loader-circle-out {
    height: 68px;
    width: 68px
}

.loader.xxl .loader-icons {
    width: 42px;
    height: 42px;
    left: 12px;
    top: 12px
}

.loader.xxl .loader-icons .icon {
    font-size: 40px;
    line-height: 40px;
    animation: icon-up-xxl 1s 0.7s infinite ease
}

.loader.xxl .loader-icons .icon.icon--two {
    top: 90px
}

@keyframes rotate-circle-out {
    to {
        transform: rotate(360deg)
    }
}

@keyframes rotate-circle-in {
    to {
        transform: rotate(720deg)
    }
}

@keyframes icon-up {
    50% {
        transform: translate(0, -28px)
    }

    50.1% {
        transform: translate(0, 0)
    }
}

@keyframes icon-up-xxl {
    50% {
        transform: translate(0, -56px)
    }

    50.1% {
        transform: translate(0, 0)
    }
}

.main-header {
    font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99
}

.main-header .top-bar {
    background: #0f0f0f;
    height: 60px
}

@media (max-width: 767.98px) {
    .main-header .top-bar {
        height: 50px
    }
}

.main-header .nav-bar {
    background: #ebebeb;
    height: 36px;
    text-align: center
}

.main-header .nav-bar ul {
    display: flex;
    justify-content: center
}

.main-header .nav-bar ul li {
    border-bottom: 2px solid rgba(15, 15, 15, 0.25);
    width: 120px;
    margin-right: 5px;
    padding: 8px 0 10px;
    text-align: center;
    font-weight: normal;
    opacity: .5
}

.main-header .nav-bar ul li:last-child {
    margin-right: 0
}

.main-header .nav-bar ul li.past {
    color: #0f0f0f;
    border-color: #0f0f0f;
    opacity: 1
}

.main-header .nav-bar ul li.active {
    color: #003c7f;
    border-color: #003c7f;
    font-weight: bold;
    opacity: 1
}

.main-header.main-header--landing {
    position: static;
    background-color: #003c7f
}

.main-header.main-header--landing.main-header--diritto {
    background-color: #e9f8ee;
    position: relative;
    z-index: 8
}

.main-header.main-header--landing.main-header--diritto::after {
    content: "";
    position: absolute;
    bottom: -120px;
    right: 0;
    left: auto;
    width: 100%;
    height: 120px;
    background-color: #e9f8ee;
    z-index: 9
}

.main-header.main-header--landing.main-header--diritto .top-bar {
    background-color: #e9f8ee
}

.main-header.main-header--landing.main-header--diritto .logo-hader a img.logo-sole {
    max-height: 36px
}

@media (max-width: 767.98px) {
    .main-header.main-header--landing.main-header--diritto .logo-hader a img.logo-sole {
        max-height: 25px
    }
}

.main-header.main-header--landing.main-header--diritto+.main-content {
    z-index: 9
}

.main-header.main-header--landing.main-header--diritto+.main-content::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 50%;
    height: 120px;
    background: url("../img/landing/ntplus_diritto_sfondo.png");
    z-index: 1;
    background-position: bottom;
    background-size: cover
}

.main-header.main-header--landing.main-header--diritto+.main-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 120px;
    background: url("../img/landing/ntplus_diritto_sfondo.png");
    z-index: 1;
    background-position: bottom;
    background-size: cover
}

.main-header.main-header--landing.main-header--diritto+.main-content hr.b-line {
    margin-top: 20px
}

.main-header.main-header--landing.main-header--diritto+.main-content .col-main .intestazione {
    justify-content: space-between;
    padding-bottom: 24px
}

.main-header.main-header--landing.main-header--diritto+.main-content .col-main .intestazione.intestazione--flex .prod-descr .form-group {
    max-width: 285px
}

@media (max-width: 767.98px) {
    .main-header.main-header--landing.main-header--diritto+.main-content .col-main .intestazione.intestazione--flex .prod-descr .form-group {
        max-width: none
    }
}

.main-header.main-header--landing.main-header--superbonus {
    background-color: #eaf6fb;
    position: relative;
    z-index: 8
}

.main-header.main-header--landing.main-header--superbonus::after {
    content: "";
    position: absolute;
    bottom: -120px;
    right: 0;
    left: auto;
    width: 100%;
    height: 120px;
    background-color: #eaf6fb;
    z-index: 9
}

.main-header.main-header--landing.main-header--superbonus .top-bar {
    background-color: #eaf6fb
}

.main-header.main-header--landing.main-header--superbonus .logo-hader a img.logo-sole {
    max-height: 36px
}

@media (max-width: 767.98px) {
    .main-header.main-header--landing.main-header--superbonus .logo-hader a img.logo-sole {
        max-height: 25px
    }
}

.main-header.main-header--landing.main-header--superbonus+.main-content {
    z-index: 9
}

.main-header.main-header--landing.main-header--superbonus+.main-content::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 50%;
    height: 120px;
    background: url("../img/landing/smartsb_sfondo.png");
    z-index: 1;
    background-position: bottom;
    background-size: cover
}

.main-header.main-header--landing.main-header--superbonus+.main-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 120px;
    background: url("../img/landing/smartsb_sfondo.png");
    z-index: 1;
    background-position: bottom;
    background-size: cover
}

.main-header.main-header--landing.main-header--superbonus+.main-content hr.b-line {
    margin-top: 20px
}

.main-header.main-header--landing.main-header--superbonus+.main-content .col-main .intestazione {
    justify-content: space-between;
    padding-bottom: 24px
}

.main-header.main-header--landing.main-header--superbonus+.main-content .col-main .intestazione.intestazione--flex .prod-descr .form-group {
    max-width: 285px
}

@media (max-width: 767.98px) {
    .main-header.main-header--landing.main-header--superbonus+.main-content .col-main .intestazione.intestazione--flex .prod-descr .form-group {
        max-width: none
    }
}

.main-header.main-header--landing .top-bar {
    background-color: #003c7f;
    height: 80px
}

@media (max-width: 767.98px) {
    .main-header.main-header--landing .top-bar {
        height: 50px
    }
}

.main-header.main-header--landing+.main-content {
    margin-top: 0;
    padding-top: 0;
    position: relative
}

.main-header.main-header--landing+.main-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background-color: #003c7f;
    z-index: 1
}

.main-header.main-header--landing .hlogo--main,
.main-header.main-header--landing .hlogo--main-small {
    padding: 26px 0 0
}

@media (max-width: 767.98px) {

    .main-header.main-header--landing .hlogo--main,
    .main-header.main-header--landing .hlogo--main-small {
        padding: 13px 0
    }
}

.main-header.main-header--landing .hlogo--main img,
.main-header.main-header--landing .hlogo--main-small img {
    width: auto
}

.main-header.main-header--landing .hlogo--main img {
    height: 24px
}

@media (min-width: 768px) {
    .main-header.main-header--landing .hlogo--main img {
        height: 48px
    }
}

@media (min-width: 1440px) {
    .main-header.main-header--landing .hlogo--main img {
        height: 48px
    }
}

.main-header.main-header--landing .hlogo--main.hlogo--main--multicopia img {
    height: 24px
}

.main-header.main-header--landing .container {
    padding-bottom: 5px;
    max-width: 1020px
}

@media (min-width: 768px) {
    .main-header.main-header--landing .container {
        padding-left: 20px
    }
}

@media (min-width: 1440px) {
    .main-header.main-header--landing .container {
        max-width: 1045px;
        padding-left: 15px
    }
}

@media (max-width: 767.98px) {
    .main-header.main-header--landing .container {
        padding-bottom: 12px
    }
}

.main-header.main-header--landing .container a.back-link {
    color: rgba(255, 255, 255, 0.5);
    font-size: .9375rem;
    text-decoration: none
}

@media (max-width: 767.98px) {
    .main-header.main-header--landing .container a.back-link {
        width: 100%;
        display: inline-block;
        text-align: center
    }
}

.main-header.main-header--landing .container a.back-link .icon {
    font-size: 10px;
    margin-right: 2px
}

@media (max-width: 767.98px) {
    .main-header.main-header--landing .container a.back-link .icon {
        display: none
    }
}

.main-header.main-header--landing .container a.back-link span:not(.icon) {
    text-decoration: underline
}

.main-header.main-header--landing .container a.back-link:hover {
    color: rgba(255, 255, 255, 0.7)
}

.main-header.main-header--lc {
    position: static;
    background-color: #fff;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2)
}

.main-header.main-header--lc .top-bar .container .col {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.main-header.main-header--lc .top-bar .container .hlogo--main img {
    margin: 0
}

@media (max-width: 1024.98px) {
    .main-header.main-header--lc .top-bar .container .hlogo--main img {
        margin-left: 0
    }
}

.main-header.main-header--lc .top-bar .container .hlogo--main.no-margin {
    margin: 0
}

.main-header.main-header--lc .top-bar .container li {
    margin-left: 40px
}

.main-header.main-header--lc .top-bar .container li .dropdown.show .dropdown-toggle::after {
    content: ""
}

.main-header.main-header--lc .top-bar .container li .dropdown-toggle::after {
    content: "";
    font-family: "icon24";
    border: 0;
    vertical-align: middle
}

.main-header.main-header--lc .top-bar .container li .dropdown-menu {
    padding: 15px 10px;
    position: relative
}

.main-header.main-header--lc .top-bar .container li .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -6px;
    right: 25px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

.main-header.main-header--lc .top-bar .container li .dropdown-menu a {
    color: #0f0f0f;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid rgba(15, 15, 15, 0.25);
    white-space: nowrap
}

.main-header.main-header--lc .top-bar .container li .dropdown-menu a:hover {
    opacity: .7
}

.main-header.main-header--lc .top-bar .container li .dropdown-menu a:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0
}

.main-header.main-header--lc .top-bar .container li a {
    color: #fff;
    text-decoration: none
}

@media (max-width: 767.98px) {
    .main-header.main-header--lc .top-bar .container li a {
        font-size: .9375rem
    }
}

@media (min-width: 768px) {
    .main-header.main-header--lc .top-bar+.container {
        padding: 50px 0 50px
    }
}

@media (max-width: 1024.98px) {
    .main-header.main-header--lc .top-bar+.container {
        padding: 0 0 20px
    }
}

@media (max-width: 767.98px) {
    .main-header.main-header--lc .top-bar+.container {
        padding: 0 0 10px
    }
}

.main-header.main-header--lc .top-bar+.container h2 {
    margin-bottom: 20px
}

@media (max-width: 1024.98px) {
    .main-header.main-header--lc .top-bar+.container h2 {
        font-size: 1.5rem;
        margin-top: 17px;
        margin-bottom: 12px
    }
}

.main-header.main-header--lc .top-bar+.container h2.title-big {
    margin-bottom: 0
}

@media (max-width: 767.98px) {
    .main-header.main-header--lc .top-bar+.container h2.title-big {
        font-size: 1.75em
    }
}

.main-header.main-header--lc .top-bar+.container h3 {
    margin-bottom: 0
}

.main-header.main-header--lc+.main-content {
    margin-top: 0;
    padding: 0
}

.hlogo {
    display: inline-block
}

.hlogo--main,
.hlogo--main-small {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 18px 0
}

@media (max-width: 767.98px) {

    .hlogo--main,
    .hlogo--main-small {
        padding: 13px 0
    }
}

.hlogo--main img,
.hlogo--main-small img {
    width: auto
}

.hlogo--main img {
    height: 24px
}

@media (min-width: 768px) {
    .hlogo--main img {
        height: 24px
    }
}

@media (min-width: 1440px) {
    .hlogo--main img {
        height: 24px
    }
}

@media (max-width: 767.98px) {
    .hlogo--main-small {
        display: none
    }
}

.hlogo--main-small img {
    height: 22px
}

@media (min-width: 1440px) {
    .hlogo--main-small img {
        height: 30px
    }
}

.sticky-header {
    position: fixed;
    top: -190px;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    z-index: 9;
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.sticky-header button.btn,
.sticky-header button.btn-rect {
    text-transform: lowercase;
    font-weight: 500;
    margin-bottom: 10px;
    width: 100%
}

.sticky-header button.btn b,
.sticky-header button.btn-rect b {
    padding-left: 7px
}

.sticky-header p {
    font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 500
}

.is-scrolled .sticky-header {
    top: 0;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1)
}

.main-footer {
    background: #0f0f0f;
    padding-bottom: 40px;
    font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif
}

@media (max-width: 767.98px) {
    .main-footer {
        padding-bottom: 20px
    }
}

.main-footer.main-footer--fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    z-index: 99
}

@media (max-width: 767.98px) {
    .main-footer.main-footer--fixed .xxl-text {
        font-size: 1.25rem
    }
}

.main-footer.main-footer--fixed .container {
    max-width: 1020px
}

@media (min-width: 768px) {
    .main-footer.main-footer--fixed .container {
        padding-left: 20px
    }
}

@media (min-width: 1440px) {
    .main-footer.main-footer--fixed .container {
        max-width: 1045px;
        padding-left: 15px
    }
}

@media (max-width: 767.98px) {
    .main-footer.main-footer--fixed .container {
        padding: 0
    }
}

@media (max-width: 767.98px) {
    .main-footer.main-footer--fixed {
        padding: 10px 25px 20px;
        text-align: center
    }
}

@media (min-width: 768px) {
    .main-footer.main-footer--fixed {
        padding: 20px 30px
    }
}

.main-footer.main-footer--fixed .flex-content {
    align-items: baseline;
    height: 100%;
    padding-bottom: 0
}

.main-footer.main-footer--fixed .flex-content .el {
    padding-bottom: 0
}

.main-footer.main-footer--fixed .flex-content .el h4 {
    font-size: 2rem;
    font-family: "sole_display", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 900;
    margin-bottom: 4px
}

@media (max-width: 767.98px) {
    .main-footer.main-footer--fixed .flex-content .el h4 {
        font-size: 1.5rem
    }
}

.main-footer.main-footer--fixed .flex-content .el p {
    margin-bottom: 2px
}

.main-footer.main-footer--fixed .flex-content .el+.el {
    align-self: flex-end
}

.main-footer.main-footer--fixed .flex-content .el+.el .btn {
    padding: 15px 50px;
    border-radius: 25px
}

@media (max-width: 767.98px) {
    .main-footer.main-footer--fixed .flex-content .el+.el .btn {
        padding: 8px 25px;
        width: 100%
    }
}

@media (max-width: 767.98px) {
    .main-footer.main-footer--fixed .flex-content .el+.el {
        margin-top: 0;
        padding-top: 5px;
        border: 0
    }
}

.ftop {
    position: relative;
    height: 35px;
    padding-top: 5px;
    margin-bottom: 80px;
    text-align: center
}

@media (min-width: 400px) {
    .ftop {
        height: 35px;
        padding-top: 12px;
        margin-bottom: 20px
    }
}

@media (max-width: 767.98px) {
    .ftop {
        margin-bottom: 5px
    }
}

.ftop-wrapper {
    position: relative
}

.ftop-logo {
    display: inline-block
}

.ftop-logo img {
    height: 24px;
    width: auto
}

@media (min-width: 1025px) {
    .ftop-logo img {
        height: 24px;
        margin-left: -25px
    }
}

.fbtm {
    text-align: center
}

.fbtm-text {
    font-size: .8125rem;
    line-height: 1.6;
    margin: 0;
    color: rgba(255, 255, 255, 0.5)
}

.fbtm-text a {
    color: rgba(255, 255, 255, 0.5) !important;
    text-decoration: underline
}

.fbtm-text a:hover {
    color: #fff !important;
    text-decoration: underline
}

.fbtm-text a.fbtm-applink {
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff !important;
    text-decoration: none
}

.fbtm-text a.fbtm-applink:hover {
    color: #fff !important
}

.fbtm-text--sep {
    margin-bottom: 20px
}

.fbtm-line {
    position: relative;
    display: inline-block;
    width: 10px
}

.fbtm-line::after {
    content: '';
    display: block;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#ctaFooterFixed {
    background-color: #191e3a;
    bottom: 0;
    padding: 24px 0 48px 0;
    text-align: center;
    width: 100%;
    z-index: 9
}

#buttonFooter {
    background-color: #013c80;
    border-radius: 4px;
    color: #ffffff;
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin: 12px auto 0 auto;
    padding: 12px 48px;
    text-decoration: none;
    width: 300px
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

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

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.w-100 {
    width: 100% !important
}

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

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

.modal,
.dropdown-menu,
.sidemenu {
    display: none
}

ul.flex-list-two {
    display: flex;
    flex-wrap: wrap;
    margin: -15px
}

ul.flex-list-two li {
    flex: 1 0 calc(50% - 30px);
    margin: 15px
}

.flex-two {
    display: flex;
    flex-wrap: wrap;
    margin: -15px
}

.flex-two div {
    flex: 1 0 calc(48% - 30px);
    margin: 15px;
    max-width: calc(48% - 30px)
}

@media (max-width: 767.98px) {
    .flex-two div {
        flex: 100%;
        border-bottom: 1px solid rgba(15, 15, 15, 0.25);
        margin-top: 0;
        max-width: 100%
    }
}

.flex-two div:last-child {
    border: 0
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.border-bottom {
    border-bottom: 1px solid rgba(15, 15, 15, 0.25)
}

.text-center-sm {
    text-align: center
}

@media (max-width: 767.98px) {
    .text-center-sm {
        text-align: left
    }
}

@media (max-width: 767.98px) {
    .text-center-only-sm {
        text-align: center !important
    }
}

@media (max-width: 1024.98px) {
    .text-center-down-md {
        text-align: center !important
    }
}

@media (max-width: 1439.98px) {
    .container.container-md-fluid {
        max-width: none
    }
}

.container.container-fullwidth {
    max-width: none
}

.full-height {
    height: 100%
}

.green-estate {
    border: 3px solid rgba(0, 166, 83, 0.3)
}

.t-blue {
    color: #003c7f
}

.check-form {
    margin-bottom: 30px
}

.check-form .space-input-form {
    padding-bottom: 30px
}

@media (min-width: 768px) {

    .check-form.check-form--multicopia .form-group--half .form-group,
    .check-form.check-form--confindustria .form-group--half .form-group {
        margin-right: 30px
    }
}

.check-form.check-form--multicopia .form-group--half .form-group:last-child,
.check-form.check-form--confindustria .form-group--half .form-group:last-child {
    margin-right: 0
}

@media (min-width: 768px) {

    .check-form.check-form--multicopia .form-group,
    .check-form.check-form--confindustria .form-group {
        margin-bottom: 25px
    }
}

.check-form.check-form--multicopia .divisor,
.check-form.check-form--confindustria .divisor {
    margin: 0 0 50px
}

.check-form.check-form--multicopia .divisor span,
.check-form.check-form--confindustria .divisor span {
    float: right;
    opacity: .6;
    position: relative;
    top: -5px
}

.check-form.check-form--confindustria .check--tall {
    height: 25px
}

.check-form.check-form--confindustria .check--tall+label {
    height: 25px;
    display: flex
}

.check-form.check-form--confindustria .btn.btn--big {
    padding: 10px 83px 10px 84px;
    border-radius: 4px;
    text-transform: none
}

.check-form .addMinSel {
    display: flex;
    align-items: center;
    margin-top: 10px;
    height: 25px
}

.check-form .addMinSel .btn.btn--addMinSel {
    width: 16px;
    height: 16px;
    background-color: white;
    border: 1px solid rgba(15, 15, 15, 0.15);
    padding: 1px
}

.check-form .addMinSel .btn.btn--addMinSel span {
    color: rgba(15, 15, 15, 0.15)
}

.check-form .addMinSel input.input--addMinSel {
    margin: 0 10px;
    width: 30px;
    border: 0;
    text-align: center
}

.check-form .addMinSel.active .btn.btn--addMinSel {
    background-color: #003c7f;
    border-color: #003c7f
}

.check-form .addMinSel.active .btn.btn--addMinSel:hover {
    opacity: .7
}

.check-form .addMinSel.active .btn.btn--addMinSel span {
    color: white
}

.socialLogin {
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    margin-top: 23px
}

.socialLogin-links {
    margin: 0
}

@media (min-width: 768px) {
    .socialLogin {
        display: flex;
        align-items: center;
        text-align: left
    }

    .socialLogin .soclogin-text {
        margin: 0
    }
}

.socialLogin .soclogin-links {
    margin-left: auto
}

.socialLogin .soclogin-links li {
    margin-right: 20px
}

@media (max-width: 1024.98px) {
    .socialLogin .soclogin-links li {
        margin-right: 10px
    }
}

@media (max-width: 767.98px) {
    .socialLogin .soclogin-links li {
        margin-right: 20px
    }
}

.socialLogin .soclogin-links li:last-child {
    margin-right: 0
}

.form-group {
    position: relative;
    margin-bottom: 20px
}

.form-group.form-group--coupon p {
    margin-top: 5px
}

.form-group label+.abs-tr {
    right: 5px;
    top: 29px;
    left: auto
}

.form-group input+button {
    position: absolute;
    top: 3px;
    right: 4px;
    margin-top: 0
}

.form-group input+button.btn--goto {
    top: 30px;
    right: 10px
}

.form-group label.label {
    margin-top: 0
}

.form-group button {
    margin-top: 10px
}

.form-group.d-flex .icheck-primary,
.form-group.d-flex .checkbox,
.form-group.d-flex .btn--goto {
    margin-top: 12px;
    margin-bottom: 0
}

.form-group .popover-action {
    position: relative;
    left: 3px;
    top: 2px
}

.form-group .flex-group .input-wrap+span {
    margin: 6px 5px
}

.form-group.form-group--error {
    position: relative
}

.form-group.form-group--error input+button.btn--goto {
    right: 30px
}

.form-group.form-group--error input {
    border-color: #ef4e63
}

.form-group.form-group--error .error-icon {
    font-family: "icon24";
    color: #ef4e63;
    position: absolute;
    top: 30px;
    right: 10px
}

.form-group.form-group--error .input-error-msg {
    display: block;
    color: #ef4e63;
    font-weight: 500;
    margin-top: 5px
}

.form-group p {
    margin-bottom: 2px;
    color: rgba(15, 15, 15, 0.7);
    font-weight: normal
}

.form-group p.bold-text {
    color: #0f0f0f;
    margin-bottom: 4px;
    font-weight: 500
}

.form-group p.mid-text {
    color: #0f0f0f
}

.form-group p.small-p {
    margin-bottom: 15px
}

.form-group.right {
    text-align: right;
    margin-top: 6px
}

@media (max-width: 767.98px) {
    .form-group.right {
        text-align: left;
        padding-left: 30px;
        margin-top: 0
    }
}

.form-group.edicola-custom {
    margin-top: 15px
}

.gray-border-bottom {
    margin-bottom: 14px
}

.gray-border-bottom .form-group {
    margin-bottom: 14px
}

@media (max-width: 767.98px) {
    .gray-border-bottom .form-group:first-child {
        margin-bottom: 0
    }
}

.gray-box .form-group--half .form-group {
    margin-right: 0
}

.gray-box .form-group--half .form-group:last-child {
    margin-top: 0
}

@media (max-width: 767.98px) {
    .gray-box .form-group--half .form-group:last-child {
        margin-top: 5px
    }
}

.gray-box .form-group--half .form-group:last-child .btn--goto {
    display: inline-block;
    margin-top: 6px
}

.form-group--half {
    display: flex;
    justify-content: space-between
}

@media (max-width: 767.98px) {
    .form-group--half {
        flex-wrap: wrap
    }
}

.form-group--half .form-group {
    margin-right: 15px;
    width: 100%
}

.form-group--half .form-group.short-label {
    max-width: 30%
}

.form-group--half .form-group:last-child {
    margin-right: 0
}

@media (max-width: 767.98px) {
    .form-group--half .form-group {
        width: 100%;
        margin-right: 0
    }
}

@media (max-width: 767.98px) {
    .form-group--half.form-group--half-desktop {
        flex-wrap: nowrap
    }
}

@media (max-width: 767.98px) {
    .form-group--half.form-group--half-desktop .form-group {
        margin: 0
    }

    .form-group--half.form-group--half-desktop .form-group+.form-group {
        width: 100px;
        margin-left: 10px
    }
}

.input,
.select,
.form-value {
    display: block;
    height: 30px;
    padding: 7px 10px;
    font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 15px;
    color: #0f0f0f;
    margin-bottom: 20px
}

@media (max-width: 767.98px) {

    .input,
    .select,
    .form-value {
        margin-bottom: 10px
    }
}

.form-group .input,
.form-group .select,
.form-group .form-value {
    margin-bottom: 0
}

textarea {
    font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 15px;
    color: #0f0f0f;
    background-color: rgba(255, 255, 255, 0.5);
    background-clip: padding-box;
    border: 1px solid rgba(15, 15, 15, 0.25);
    border-radius: 4px;
    outline: 0 none !important;
    padding: 10px;
    width: 100%
}

textarea:focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1)
}

textarea::placeholder {
    color: rgba(15, 15, 15, 0.25);
    font-weight: normal;
    font-size: .9375rem
}

input[type=number] {
    -moz-appearance: textfield
}

.input,
.select {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    background-clip: padding-box;
    border: 1px solid rgba(15, 15, 15, 0.25);
    border-radius: 15px;
    outline: 0 none !important
}

.input:focus,
.select:focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1)
}

.input::placeholder,
.select::placeholder {
    color: rgba(15, 15, 15, 0.25);
    font-weight: normal;
    font-size: .9375rem
}

.inverted-color .input,
.inverted-color .select {
    background-color: rgba(255, 255, 255, 0.25);
    color: #fff
}

.inverted-color .input option,
.inverted-color .select option {
    color: #0f0f0f
}

.inverted-color .input::placeholder,
.inverted-color .select::placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.is-valid .input,
.is-valid .select {
    border-color: #0db693
}

.is-invalid .input,
.is-invalid .select {
    border-color: #ef4e63
}

.input--lined,
.select--lined {
    background: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #0f0f0f;
    padding-left: 0;
    padding-right: 0
}

.input--lined:focus,
.select--lined:focus {
    box-shadow: none
}

.input--small,
.select--small {
    height: 24px;
    padding: 5px 8px;
    font-size: 14px;
    border-radius: 12px;
    margin-bottom: 0
}

.modal .input,
.modal .select {
    margin-left: calc(-5px);
    margin-right: calc(-5px);
    width: calc(100% + 10px)
}

.checkbox label {
    position: relative;
    cursor: pointer;
    margin: 0;
    min-width: 18px;
    min-height: 18px
}

.checkbox label.checkbox-wtext {
    padding-left: 28px
}

.checkbox input {
    position: absolute;
    opacity: 0
}

.checkbox input+.icon::before,
.checkbox input+.icon::after {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

.checkbox input+.icon::before {
    display: none;
    color: #fff;
    line-height: 18px;
    text-align: center;
    z-index: 2
}

.checkbox input+.icon::after {
    content: '';
    display: block;
    background: white;
    border: 1px solid rgba(15, 15, 15, 0.25);
    border-radius: 2px;
    z-index: 1
}

.checkbox input:checked+.icon::before {
    display: block
}

.checkbox input:checked+.icon::after {
    background: #003c7f;
    border-color: #003c7f
}

.checkbox input:disabled+.icon {
    pointer-events: none
}

.checkbox input:disabled+.icon::after {
    background: #ebebeb;
    border-color: rgba(15, 15, 15, 0.25)
}

.checkbox input:focus+.icon::after {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1)
}

.select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="512px" height="512px" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve" fill="%230f0f0f"><path d="M256.01,318.07L80.98,143.04l-33.94,33.941L256.01,385.952l208.971-208.97l-33.941-33.941L256.01,318.07z"/></svg>');
    background-size: 10px;
    background-position: calc(100% - 12px) center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0 30px 0 10px
}

.inverted-color .select {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="512px" height="512px" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve" fill="%23ffffff"><path d="M256.01,318.07L80.98,143.04l-33.94,33.941L256.01,385.952l208.971-208.97l-33.941-33.941L256.01,318.07z"/></svg>')
}

.select:invalid {
    color: rgba(15, 15, 15, 0.5)
}

@media (max-width: 767.98px) {
    .form-group .form-value {
        padding: 0;
        height: auto
    }
}

.label {
    font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: .875rem;
    font-weight: 500;
    margin-bottom: 7px
}

.form-group .label {
    margin: 7px 0
}

.modal .label {
    color: rgba(15, 15, 15, 0.5)
}

.input.input--search {
    position: relative
}

.input.input--search+span {
    position: absolute;
    top: 30px;
    right: 10px;
    color: rgba(15, 15, 15, 0.25)
}

.search-input .input {
    height: 30px;
    padding: 3px 34px 3px 0;
    font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
    font-size: 24px;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .search-input .input {
        height: 40px;
        padding: 6px 34px 6px 0;
        font-size: 28px
    }
}

@media (min-width: 1440px) {
    .search-input .input {
        height: 40px;
        padding: 4px 34px 4px 0;
        font-size: 32px
    }
}

.errorpage .input {
    border: none
}

@media (min-width: 768px) {
    .errorpage .input {
        border-radius: 20px
    }
}

.input+.opacity_text {
    margin-top: 10px
}

.form-check {
    position: relative;
    display: block;
    font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif
}

.form-check-input {
    position: absolute
}

.form-check-input:disabled~.form-check-label {
    color: #1e1e1e
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    height: 30px;
    display: inline-flex;
    align-items: center;
    padding-left: 0
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-left: 0
}

.icon--status {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 50%
}

.is-valid .icon--status {
    background: #0db693
}

.is-invalid .icon--status {
    background: #ef4e63
}

.ltool {
    display: block;
    position: relative;
    color: rgba(15, 15, 15, 0.5)
}

.ltool[aria-expanded="true"] {
    color: #003c7f
}

span.ltool {
    color: #0f0f0f
}

span.ltool:hover {
    color: #0f0f0f !important
}

.inverted-color span.ltool {
    color: #fff
}

.inverted-color span.ltool:hover {
    color: #fff !important
}

.inverted-color .ltool {
    color: rgba(255, 255, 255, 0.5)
}

.inverted-color .ltool:hover {
    color: #fff !important
}

.inverted-color .ltool[aria-expanded="true"] {
    color: #fff
}

.ltool .icon {
    font-size: 24px
}

.ltool--circle,
.ltool--outline {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #fff
}

.ltool--circle,
.ltool--circle .icon,
.ltool--outline,
.ltool--outline .icon {
    font-size: 16px;
    line-height: 22px;
    color: #0f0f0f
}

.ltool--circle .icon,
.ltool--outline .icon {
    display: block
}

.ltool--big,
.modal-header .ltool {
    width: 40px;
    height: 40px
}

.ltool--big,
.ltool--big .icon,
.modal-header .ltool,
.modal-header .ltool .icon {
    line-height: 38px
}

.ltool--big .icon,
.modal-header .ltool .icon {
    font-size: 24px
}

.modal-social-login .ltool {
    width: 30px;
    height: 30px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.24), 0 0 1px 0 rgba(0, 0, 0, 0.12)
}

.modal-social-login .ltool,
.modal-social-login .ltool .icon {
    line-height: 28px
}

.ltool--clr {
    background: #003c7f;
    border-color: #003c7f
}

.ltool--clr,
.ltool--clr .icon {
    color: #fff
}

.ltool--clr:hover {
    opacity: .7
}

.ltool--more {
    background: none;
    border-color: transparent
}

.ltool--more,
.ltool--more .icon {
    color: #102354
}

.ltool--circle:hover {
    opacity: .7
}

.ltool--circle.share-multi {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.24), 0 0 1px 0 rgba(0, 0, 0, 0.12)
}

.ltool--outline {
    background: none;
    border-color: #0f0f0f
}

.inverted-color .ltool--outline {
    border-color: #fff !important
}

.inverted-color .ltool--outline,
.inverted-color .ltool--outline .icon {
    color: #fff !important
}

.ltool--outline:hover {
    border-color: #003c7f
}

.ltool--outline:hover,
.ltool--outline:hover .icon {
    color: #003c7f
}

.ltool-counter {
    font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: .6875rem;
    line-height: 1;
    font-weight: 500;
    position: absolute;
    top: 5px;
    left: 0;
    width: 24px;
    text-align: center;
    letter-spacing: -0.05em
}

.ltool-label {
    display: block;
    font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: .6875rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: rgba(15, 15, 15, 0.5);
    margin: 0 5px 5px
}

.ltool-block {
    margin: 0 -5px -10px;
    white-space: nowrap;
    font-size: 0
}

.ltool-block:not(:last-child) {
    margin-bottom: 10px;
    position: relative
}

.ltool-block:not(:last-child)::after {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 0;
    border-bottom: 1px solid rgba(15, 15, 15, 0.25)
}

.ltool-block .ltool {
    margin: 0 5px 10px
}

.elenco-list li.icheck-primary {
    width: 100%;
    border-bottom: 1px solid rgba(15, 15, 15, 0.25);
    margin-top: 11px;
    margin-bottom: 0;
    padding-bottom: 12px
}

.elenco-list li.icheck-primary:last-child {
    border: 0
}

.metodi-pagamento {
    margin-bottom: 25px
}

.metodi-pagamento>li {
    border: 1px solid rgba(15, 15, 15, 0.25);
    border-radius: 3px;
    margin-bottom: 8px;
    padding: 11px 12px 7px;
    position: relative;
    width: 100%;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2)
}

.metodi-pagamento>li label p {
    margin-bottom: 4px
}

@media (max-width: 1024.98px) {
    .metodi-pagamento>li label p.bold-text {
        max-width: 110px
    }
}

.metodi-pagamento>li label p:last-child {
    margin-bottom: 11px
}

.metodi-pagamento>li:last-child {
    margin-bottom: 0
}

.metodi-pagamento>li .logo-pagamento {
    position: absolute;
    top: -2px;
    right: 0
}

.metodi-pagamento>li .logo-pagamento img {
    width: auto;
    height: 20px
}

.metodi-pagamento>li .logo-pagamento .multy img {
    width: 90px
}

.metodi-pagamento .dettaglio-carta-form {
    padding: 3px 30px 0
}

.metodi-pagamento .dettaglio-carta-form .form-group label.label {
    font-size: .875rem;
    font-weight: normal
}

.metodi-pagamento .selected-label {
    padding-left: 30px
}

.sel-list li {
    display: list-item;
    margin-bottom: 3px;
    list-style: disc;
    margin-left: 17px;
    font-size: .9375rem
}

.sidebar {
    text-align: center;
    color: #fff;
    font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif
}

.sidebar .p-list h5 {
    margin-bottom: 5px
}

.sidebar .p-list h5 span {
    font-size: 13px;
    top: 0;
    opacity: .6
}

.sidebar p {
    margin-bottom: 0
}

.sidebar .flex-group {
    justify-content: space-between;
    text-align: initial
}

.sidebar .top-block-lined {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 12px 0
}

.sidebar .fraz-mensile {
    display: none
}

.sidebar .t-switch .t-label.annuale {
    color: #fff
}

.sidebar .t-switch .t-label.mensile {
    color: rgba(255, 255, 255, 0.5)
}

.sidebar .tgl-sw-light+.btn-switch {
    background-color: rgba(15, 15, 15, 0.5)
}

.f-mensile .sidebar .t-switch .t-label.annuale {
    color: rgba(255, 255, 255, 0.5)
}

.f-mensile .sidebar .t-switch .t-label.mensile {
    color: #fff
}

.button-group {
    border: none;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    float: left
}

.button-default {
    background-color: #ddd;
    color: #000
}

.button-default:hover {
    background-color: #ccc;
    color: #000;
    text-decoration: none
}

.button-on {
    background-color: #4CAF50;
    color: #fff
}

.button-on:hover {
    background-color: #3e8e41;
    color: #fff;
    text-decoration: none
}

.button-off {
    background-color: #B22222;
    color: #fff
}

.button-off:hover {
    background-color: maroon;
    color: #fff;
    text-decoration: none
}

.button-default[disabled],
.button-off[disabled],
.button-on[disabled] {
    cursor: not-allowed
}

.tgl-sw {
    display: none;
    box-sizing: border-box
}

.tgl-sw *,
.tgl-sw :after,
.tgl-sw :before,
.tgl-sw+.btn-switch,
.tgl-sw:after,
.tgl-sw:before {
    box-sizing: border-box
}

.tgl-sw ::-moz-selection,
.tgl-sw :after::-moz-selection,
.tgl-sw :before::-moz-selection,
.tgl-sw+.btn-switch::-moz-selection,
.tgl-sw::-moz-selection,
.tgl-sw:after::-moz-selection,
.tgl-sw:before::-moz-selection,
.tgl-sw ::selection,
.tgl-sw :after::selection,
.tgl-sw :before::selection,
.tgl-sw+.btn-switch::selection,
.tgl-sw::selection,
.tgl-sw:after::selection,
.tgl-sw:before::selection {
    background: 0 0
}

.tgl-sw+.btn-switch {
    outline: 0;
    display: block;
    width: 53px;
    height: 28px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tgl-sw+.btn-switch:after,
.tgl-sw+.btn-switch:before {
    position: relative;
    display: block;
    content: "";
    width: 24px;
    height: 100%
}

.tgl-sw+.btn-switch:after {
    left: 0
}

.tgl-sw+.btn-switch:before {
    display: none
}

.tgl-sw-active+.btn-switch:after {
    left: 50%
}

.tgl-sw-light+.btn-switch {
    border-radius: 20px;
    padding: 2px;
    -webkit-transition: all .4s ease;
    transition: all 0.4s ease;
    background-color: #003c7f;
    margin: 0
}

.tgl-sw-light+.btn-switch:after {
    border-radius: 20px;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all 0.2s ease;
    z-index: 1
}

.tgl-sw-swipe+.btn-switch {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    font-family: sans-serif;
    background: #B22222
}

.tgl-sw-swipe+.btn-switch:after,
.tgl-sw-swipe+.btn-switch:before {
    display: inline-block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 2em;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4)
}

.tgl-sw-swipe+.btn-switch:after {
    left: 100%;
    content: attr(data-tg-on)
}

.tgl-sw-swipe+.btn-switch:before {
    left: 0;
    content: attr(data-tg-off)
}

.tgl-sw-swipe+.btn-switch:active {
    background: #B22222
}

.tgl-sw-swipe+.btn-switch:active:before {
    left: -10%
}

.tgl-sw-swipe:checked+.btn-switch {
    background: #4CAF50
}

.tgl-sw-swipe:checked+.btn-switch:before {
    left: -100%
}

.tgl-sw-swipe:checked+.btn-switch:after {
    left: 0
}

.tgl-sw-swipe:checked+.btn-switch:active:after {
    left: 10%
}

.t-switch {
    position: relative;
    margin: 8px auto 12px;
    display: flex;
    align-items: center;
    justify-content: center
}

.t-switch .t-label {
    margin: 0 10px;
    font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif
}

.t-switch .t-label.annuale {
    color: #0f0f0f
}

.t-switch .t-label.mensile {
    left: auto;
    right: 18px;
    color: rgba(15, 15, 15, 0.5)
}

.f-mensile .fraz-annuale {
    display: none
}

.f-mensile .fraz-mensile {
    display: block
}

.f-mensile .t-switch .t-label.annuale {
    color: rgba(15, 15, 15, 0.5)
}

.f-mensile .t-switch .t-label.mensile {
    color: #0f0f0f
}

[class*="icheck-"] {
    min-height: 18px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 0px
}

.icheck-inline {
    display: inline-block
}

.icheck-inline+.icheck-inline {
    margin-left: .75rem;
    margin-top: 6px
}

.form-group [class*="icheck-"]>label {
    width: auto
}

[class*="icheck-"]>input.check--tall+label::before {
    margin-top: 7px
}

[class*="icheck-"]>input.check--tall+label::after {
    margin-top: 7px
}

[class*="icheck-"]>label {
    padding-left: 29px !important;
    min-height: 18px;
    line-height: 18px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-bottom: 0;
    font-weight: 500;
    cursor: pointer;
    width: 100%
}

[class*="icheck-"]>label.inline {
    display: inline
}

[class*="icheck-"]>label .input-error-msg {
    white-space: nowrap
}

[class*="icheck-"]>label p.bold-text {
    font-weight: 500
}

[class*="icheck-"]>label p.xxl-text {
    line-height: normal;
    margin-bottom: 5px
}

[class*="icheck-"]>label p.xxl-text+p {
    margin-bottom: 10px
}

[class*="icheck-"]>input:first-child {
    position: absolute !important;
    opacity: 0;
    margin: 0
}

[class*="icheck-"]>input:first-child:disabled {
    cursor: default
}

[class*="icheck-"]>input:first-child+label::before,
[class*="icheck-"]>input:first-child+input[type="hidden"]+label::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 18px;
    height: 18px;
    border: solid 1px rgba(15, 15, 15, 0.2);
    border-radius: 50%;
    margin-left: -29px
}

[class*="icheck-"]>input:first-child:checked+label::after,
[class*="icheck-"]>input:first-child:checked+input[type="hidden"]+label::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: solid 4px #003c7f;
    border-radius: 50%
}

[class*="icheck-"]>input:first-child:checked+label .label-cartaceo {
    opacity: 1
}

[class*="icheck-"]>input.v-center:first-child+label::before,
[class*="icheck-"]>input.v-center:first-child+input[type="hidden"]+label::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

[class*="icheck-"]>input.v-center:first-child:checked+label::after,
[class*="icheck-"]>input.v-center:first-child:checked+input[type="hidden"]+label::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

[class*="icheck-"]>input[type="radio"]:first-child+label::before,
[class*="icheck-"]>input[type="radio"]:first-child+input[type="hidden"]+label::before {
    border-radius: 50%
}

[class*="icheck-"]>input:first-child:not(:checked):not(:disabled):hover+label::before,
[class*="icheck-"]>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
    border-width: 2px
}

[class*="icheck-"]>input:first-child:disabled+label,
[class*="icheck-"]>input:first-child:disabled+input[type="hidden"]+label,
[class*="icheck-"]>input:first-child:disabled+label::before,
[class*="icheck-"]>input:first-child:disabled+input[type="hidden"]+label::before {
    pointer-events: none;
    cursor: default;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

[class*="icheck-"]>input[type="checkbox"]+label::before,
[class*="icheck-"]>input[type="checkbox"]+input[type="hidden"]+label::before {
    border-radius: 3px
}

[class*="icheck-"]>input[type="checkbox"]:checked+label::after,
[class*="icheck-"]>input[type="checkbox"]:checked+input[type="hidden"]+label::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 10px;
    border: 2px solid #fff;
    border-left: none;
    border-top: none;
    transform: translate(6px, 3px) rotate(45deg);
    border-radius: 0
}

[class*="icheck-"]>input[type="checkbox"]:checked+label::before,
[class*="icheck-"]>input[type="checkbox"]:checked+input[type="hidden"]+label::before {
    background-color: #003c7f;
    border-color: #003c7f;
    border-radius: 3px
}

.icheck-default>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-default>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
    border-color: #003c7f
}

.icheck-default>input:first-child:checked+label::after,
.icheck-default>input:first-child:checked+input[type="hidden"]+label::after {
    border-bottom-color: #333;
    border-right-color: #333
}

.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
    border-color: #003c7f
}

.modal-dialog {
    margin-left: auto;
    margin-right: auto
}

.modal-dialog--sans {
    font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif
}

.modal-dialog .modal-content.modal-content--padding {
    margin: 0
}

@media (max-width: 1024.98px) {
    .modal-dialog .modal-content.modal-content--padding {
        width: calc(100% - 30px);
        margin: auto
    }

    .modal-dialog .modal-content.modal-content--padding .modal-header,
    .modal-dialog .modal-content.modal-content--padding .modal-body,
    .modal-dialog .modal-content.modal-content--padding .modal-footer {
        padding: 0 15px
    }

    .modal-dialog .modal-content.modal-content--padding .modal-header .modal-title {
        width: 80%;
        margin-bottom: 20px !important
    }
}

.prodottimodal .modal-dialog {
    max-width: 1080px
}

.prodottimodal .modal-dialog.small {
    max-width: 600px
}

@media (max-width: 1024.98px) {
    .prodottimodal .modal-dialog {
        margin: 0 15px
    }
}

@media (max-width: 767.98px) {
    .prodottimodal .modal-dialog {
        margin: 0
    }
}

.prodottimodal .modal-dialog .modal-content {
    padding-bottom: 40px
}

@media (max-width: 1024.98px) {
    .prodottimodal .modal-dialog .modal-content {
        margin: 0
    }
}

@media (max-width: 767.98px) {
    .prodottimodal .modal-dialog .modal-content {
        height: 100vh;
        border-radius: 0
    }
}

@media (max-width: 767.98px) {
    .prodottimodal .modal-dialog .modal-header {
        min-height: 50px
    }
}

@media (max-width: 767.98px) {
    .prodottimodal .modal-dialog .modal-header .modal-close {
        margin-top: 5px
    }
}

@media (max-width: 767.98px) {
    .prodottimodal .modal-dialog .modal-header h3 {
        font-size: 1.25rem
    }
}

@media (max-width: 767.98px) {
    .prodottimodal .modal-dialog .modal-body {
        padding: 10px 0
    }
}

.prodottimodal .modal-dialog .cassetto-prodotti .t-switch .t-label {
    position: relative
}

.prodottimodal .modal-dialog .cassetto-prodotti .t-switch .t-label .badge {
    right: -50px
}

.prodottimodal .modal-dialog .cassetto-prodotti .t-switch .t-label .badge::before {
    display: none
}

@media (max-width: 767.98px) {
    .prodottimodal .modal-dialog .cassetto-prodotti .products-cards {
        margin: 0
    }
}

@media (max-width: 767.98px) {
    .prodottimodal .modal-dialog .cassetto-prodotti .products-cards:first-child {
        padding-top: 5px
    }
}

.prodottimodal .modal-dialog .cassetto-prodotti .products-cards ul {
    flex-direction: column
}

@media (max-width: 767.98px) {
    .prodottimodal .modal-dialog .cassetto-prodotti .products-cards ul li.p-box {
        padding: 12px 12px
    }
}

.prodottimodal .modal-dialog .cassetto-prodotti .products-cards .form-group--half {
    flex-direction: column
}

@media (max-width: 767.98px) {
    .prodottimodal .modal-dialog .cassetto-prodotti .products-cards h5 {
        margin: 0 0 3px
    }
}

.prodottimodal .modal-dialog .cassetto-prodotti .flex-group>.gray-box {
    width: 100%
}

@media (max-width: 767.98px) {
    .prodottimodal .modal-dialog .cassetto-prodotti .flex-group>.gray-box {
        padding: 15px 15px;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
        height: 79vh;
        padding-bottom: 120px
    }
}

.prodottimodal .modal-dialog .cassetto-prodotti .gray-box {
    height: 550px
}

.prodottimodal .modal-dialog .cassetto-prodotti .gray-box,
.prodottimodal .modal-dialog .cassetto-prodotti .box--cart {
    margin-top: 0
}

.prodottimodal .modal-dialog .cassetto-prodotti .white-box .gray-box {
    padding-bottom: 0
}

.prodottimodal .modal-dialog .cassetto-prodotti .box--cart,
.prodottimodal .modal-dialog .cassetto-prodotti .white-box {
    padding: 8px 20px 20px
}

.prodottimodal .modal-dialog .cassetto-prodotti .box--cart .gray-box,
.prodottimodal .modal-dialog .cassetto-prodotti .white-box .gray-box {
    height: auto;
    margin: 0 -20px 15px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    overflow: hidden
}

.prodottimodal .modal-dialog .cassetto-prodotti .box--cart {
    padding: 0;
    display: flex;
    flex-direction: column;
    position: relative
}

@media (max-width: 1024.98px) {
    .prodottimodal .modal-dialog .cassetto-prodotti .box--cart {
        flex-basis: calc(50% - 30px)
    }
}

@media (max-width: 767.98px) {
    .prodottimodal .modal-dialog .cassetto-prodotti .box--cart {
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: #fff;
        width: 100vw;
        margin: 0;
        padding: 10px 20px;
        box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.2)
    }
}

@media (max-width: 767.98px) {
    .prodottimodal .modal-dialog .cassetto-prodotti .box--cart .white-box {
        padding: 0;
        border: 0;
        box-shadow: none
    }
}

@media (max-width: 767.98px) {
    .prodottimodal .modal-dialog .cassetto-prodotti .box--cart .white-box .products-cards {
        padding-top: 0
    }
}

.prodottimodal .modal-dialog .cassetto-prodotti .box--cart .white-box .products-cards li h5 {
    margin-bottom: 15px
}

.prodottimodal .modal-dialog .cassetto-prodotti .box--cart .bottom-action {
    display: block;
    margin-top: auto
}

@media (max-width: 767.98px) {
    .prodottimodal .modal-dialog .cassetto-prodotti .box--cart .bottom-action {
        margin-top: 0;
        padding-top: 0
    }
}

@media (max-width: 767.98px) {
    .prodottimodal .modal-dialog .cassetto-prodotti .box--cart .bottom-action .btn {
        padding: 8px 0
    }
}

.prodottimodal .modal-dialog .cassetto-prodotti .box--cart .bottom-action .btn-rect {
    padding: 10px;
    width: 100%
}

@media (max-width: 767.98px) {
    .prodottimodal .modal-dialog .cassetto-prodotti .box--cart .bottom-action .btn-rect {
        padding: 8px 0
    }
}

.prodottimodal .modal-dialog .cassetto-prodotti .bottom-action {
    display: flex;
    flex-flow: column;
    width: 100%;
    margin-top: 20px
}

.prodottimodal .modal-dialog .cassetto-prodotti .bottom-action .btn {
    width: 100%
}

.prodottimodal.prodottimodal--mercatiplus .modal-dialog .modal-header h3 {
    margin-top: 30px
}

@media (max-width: 767.98px) {
    .prodottimodal.prodottimodal--mercatiplus .modal-dialog .modal-header .modal-close {
        right: 5px;
        top: 15px
    }
}

.prodottimodal.prodottimodal--mercatiplus .modal-dialog .cassetto-prodotti .white-box {
    padding-bottom: 0;
    box-shadow: none
}

.prodottimodal.prodottimodal--mercatiplus .modal-dialog .cassetto-prodotti .white-box .gray-box {
    margin-bottom: 0
}

@media (max-width: 767.98px) {
    .prodottimodal.prodottimodal--mercatiplus .modal-dialog .cassetto-prodotti .white-box .gray-box {
        margin: 15px 0 0;
        padding: 15px 20px
    }
}

.prodottimodal.prodottimodal--mercatiplus .modal-dialog .cassetto-prodotti .white-box .gray-box ul {
    max-height: none
}

.prodottimodal.prodottimodal--mercatiplus .modal-dialog .cassetto-prodotti .white-box .gray-box ul li {
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.prodottimodal.prodottimodal--mercatiplus .modal-dialog .cassetto-prodotti .white-box .gray-box ul li .blu-rectangle {
    margin: 5px 8px 0px 6px
}

@media (max-width: 767.98px) {
    .prodottimodal.prodottimodal--mercatiplus .modal-dialog .cassetto-prodotti .t-switch .t-label .badge {
        top: 0
    }
}

@media (max-width: 767.98px) {
    .prodottimodal.prodottimodal--mercatiplus .modal-dialog .cassetto-prodotti .box--cart {
        padding: 10px 0
    }
}

.prodottimodal.prodottimodal--espertorisponde .modal-dialog .modal-header h3 {
    margin-top: 30px
}

@media (max-width: 767.98px) {
    .prodottimodal.prodottimodal--espertorisponde .modal-dialog .modal-header .modal-close {
        right: 5px;
        top: 15px
    }
}

.prodottimodal.prodottimodal--espertorisponde .modal-dialog .cassetto-prodotti .white-box {
    padding-bottom: 0;
    box-shadow: none
}

.prodottimodal.prodottimodal--espertorisponde .modal-dialog .cassetto-prodotti .white-box .gray-box {
    margin-bottom: 0
}

@media (max-width: 767.98px) {
    .prodottimodal.prodottimodal--espertorisponde .modal-dialog .cassetto-prodotti .t-switch .t-label .badge {
        top: 0
    }
}

.prodottimodal.prodottimodal--espertorisponde .cassetto-prodotti .products-cards ul li.p-box {
    justify-content: flex-start
}

.prodottimodal.prodottimodal--espertorisponde .cassetto-prodotti .products-cards ul li.p-box.active {
    background-color: rgba(0, 120, 128, 0.1)
}

.prodottimodal.prodottimodal--espertorisponde .cassetto-prodotti .products-cards ul li.p-box.active .c-layer {
    border: solid 1.5px #007880
}

.prodottimodal.prodottimodal--espertorisponde .cassetto-prodotti .products-cards ul li.p-box.active span.icon {
    background-color: #007880
}

.prodottimodal.prodottimodal--espertorisponde .tgl-sw-light+.btn-switch {
    background-color: #007880
}

@media (max-width: 767.98px) {
    .prodottimodal.modal--rinnovi .modal-dialog .cassetto-prodotti .box--cart .white-box .products-cards h4 {
        font-size: 1.375rem
    }
}

@media (max-width: 767.98px) {
    .prodottimodal.modal--rinnovi .modal-dialog .cassetto-prodotti .box--cart .white-box .products-cards h6 {
        font-size: 1.5rem
    }
}

.modal-content {
    margin-left: 15px;
    margin-right: 15px
}

.modal-dialog--dark .modal-content {
    background: none
}

.modal-full .modal-content {
    background: transparent;
    height: 100vh
}

@media (max-width: 767.98px) {

    .modal-header,
    .modal-body,
    .modal-footer {
        padding: 10px 30px
    }
}

.modal-header {
    position: relative;
    min-height: 60px;
    text-align: left
}

.modal-header h3 {
    border: 0;
    padding-bottom: 0
}

.modal-footer {
    background-color: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 20px
}

.modal-footer .flex-content {
    padding: 0
}

@media (max-width: 767.98px) {
    .modal-footer .flex-content {
        margin: 0 auto
    }
}

.modal-footer .flex-content button {
    width: 115px;
    min-width: 0
}

@media (max-width: 767.98px) {
    .modal-footer .flex-content button {
        width: 105px
    }
}

.modal-footer .flex-content button+button {
    margin-left: 15px !important
}

@media (max-width: 767.98px) {
    .modal-footer .flex-content.justify-content-sm-end {
        margin: 0
    }
}

.modal-close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    border: 0;
    background-color: transparent
}

.modal-close span {
    font-size: 24px
}

.modal-title {
    font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
    font-size: 1.5rem;
    line-height: 1.1;
    font-weight: bold;
    margin-bottom: 5px
}

.modal-title--sans {
    font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase
}

.modal-header .modal-title {
    margin: 10px 0;
    width: 100%
}

.modal-text {
    font-size: .9375rem;
    margin-bottom: 15px
}

.modal-text strong,
.modal-text b {
    font-weight: 500
}

.modal-text a {
    font-weight: 500
}

.modal-text--gray {
    color: rgba(15, 15, 15, 0.5)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after,
.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
    border-bottom-color: #003c7f
}

@media (min-width: 768px) {
    .col-main:not(.col-main--gray) .popover {
        left: -130px !important;
        max-width: 375px
    }
}

@media (max-width: 767.98px) {
    .col-main:not(.col-main--gray) .popover {
        max-width: 80%;
        left: -32px !important
    }
}

.col-main:not(.col-main--gray) .popover .arrow {
    left: 302px !important
}

@media (max-width: 767.98px) {
    .col-main:not(.col-main--gray) .popover .arrow {
        left: 50% !important
    }
}

.col-main .popover {
    background-color: #003c7f
}

.col-main .popover .popover-body {
    color: #fff;
    font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: .8125rem
}

.col-main .popover .arrow::after {
    border-top-color: #003c7f
}

@media (min-width: 768px) {
    .col-main.single-pane .popover {
        left: 112px !important
    }
}

@media (max-width: 767.98px) {
    .col-main.single-pane .popover {
        left: 30px !important
    }
}

.col-main.single-pane .popover .arrow {
    left: 62px !important
}

@media (max-width: 767.98px) {
    .col-main.single-pane .popover .arrow {
        left: 50% !important
    }
}

#loginModal .modal-dialog {
    width: 390px
}

@media (max-width: 767.98px) {
    #loginModal .modal-dialog {
        width: auto
    }
}

#loginModal .modal-dialog .modal-header img {
    width: 120px;
    margin: 7px 0 0
}

#loginModal .modal-dialog .modal-body h3 {
    margin-bottom: 10px;
    padding: 0;
    border: 0
}

#loginModal .modal-dialog .modal-footer {
    padding: 20px 30px
}

#loginModal .modal-dialog .modal-footer .socialLogin .soclogin-links li {
    margin-right: 10px
}

#loginModal .modal-dialog .form-group .btn {
    border-radius: 4px
}

#loginModal .modal-dialog .form-group .label.abs-tr {
    top: -5px
}

#loginModal .modal-dialog .soclogin-links .ltool--circle {
    width: 22px;
    height: 22px
}

#loginModal .modal-dialog .soclogin-links .ltool--circle .icon {
    font-size: 14px;
    line-height: 22px
}

@keyframes couponIn {
    0% {
        color: #fff;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
        white-space: nowrap;
        background-color: #fff
    }

    15% {
        color: #003c7f;
        transform: scale(1.1);
        background-color: #fff;
        padding: 2px 2px;
        position: absolute;
        right: -2px;
        top: -2px;
        width: auto;
        white-space: nowrap
    }

    85% {
        color: #003c7f;
        transform: scale(1.1);
        background-color: #fff;
        padding: 2px 2px;
        position: absolute;
        right: -2px;
        top: -2px;
        width: auto;
        white-space: nowrap
    }

    100% {
        color: #fff;
        transform: scale(1);
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
        white-space: nowrap
    }
}

.datepicker.datepicker-dropdown {
    font-family: "SoleSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin-top: 95px;
    padding: 15px;
    border: 1px solid rgba(15, 15, 15, 0.25)
}

.datepicker.datepicker-dropdown::before {
    border-color: rgba(15, 15, 15, 0.25)
}

@media (max-width: 767.98px) {
    .main-content .barrato-ext.d-md-none span.gray--bg {
        background-color: transparent
    }
}

.main-content .list-prod {
    display: none
}

@media (max-width: 767.98px) {
    .main-content .list-prod.sm-view {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px
    }
}

.main-content .list-prod.sm-view+.intestazione {
    padding: 0 10px
}

@media (min-width: 768px) {
    .main-content .list-prod.md-view {
        display: flex
    }
}

.main-content .list-prod.list-prod--sm {
    display: block
}

.main-content .list-prod.list-prod--sm .scheda {
    display: none;
    padding: 0
}

.main-content .list-prod.list-prod--sm .scheda .s-wrap {
    border-left: 0;
    border-right: 0;
    border-radius: 0
}

.main-content .list-prod .scheda {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 23px
}

@media (max-width: 767.98px) {
    .main-content .list-prod .scheda {
        padding: 9px 20px;
        margin-top: 10px
    }
}

@media (max-width: 767.98px) {
    .main-content .list-prod .scheda:first-child {
        margin-top: 0
    }
}

.main-content .list-prod .scheda:nth-child(4),
.main-content .list-prod .scheda:nth-child(5),
.main-content .list-prod .scheda:nth-child(6) {
    margin-left: 15px
}

@media (min-width: 1025px) {

    .main-content .list-prod .scheda:nth-child(4),
    .main-content .list-prod .scheda:nth-child(5),
    .main-content .list-prod .scheda:nth-child(6) {
        margin-left: 30px
    }
}

@media (max-width: 767.98px) {

    .main-content .list-prod .scheda:nth-child(4),
    .main-content .list-prod .scheda:nth-child(5),
    .main-content .list-prod .scheda:nth-child(6) {
        margin-left: 0
    }
}

.main-content .list-prod .scheda .row {
    margin-bottom: 5px
}

.main-content .list-prod .scheda .row p {
    width: 100%
}

@media (max-width: 767.98px) {
    .main-content .list-prod .scheda .row p {
        margin-bottom: 5px
    }
}

.main-content .list-prod .scheda .row .col {
    padding: 7px 0;
    display: flex;
    align-items: center;
    height: 30px
}

.main-content .list-prod .scheda .row .col:first-child {
    border-right: 1px solid rgba(15, 15, 15, 0.25)
}

.main-content .list-prod .scheda .row .col:last-child {
    border-left: 1px solid rgba(15, 15, 15, 0.25)
}

.main-content .list-prod .scheda .row .col span {
    width: 100%
}

.main-content .list-prod .scheda .row .col span.icon {
    display: block
}

.main-content .list-prod .scheda.shadow-border .s-wrap {
    border: 0;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1)
}

.main-content .list-prod .scheda .s-wrap {
    overflow: hidden;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
    border: solid 1px rgba(15, 15, 15, 0.25);
    border-radius: 4px
}

.main-content .list-prod .scheda.highlight {
    margin: 0 15px
}

.main-content .list-prod .scheda.highlight .s-wrap {
    border: 2px solid #f79a47
}

@media (min-width: 1025px) {
    .main-content .list-prod .scheda.highlight {
        margin: 0 30px
    }
}

.main-content .list-prod .scheda.highlight .intestazione {
    padding-top: 15px
}

.main-content .list-prod .scheda.not-highlight {
    margin: 23px 15px 0
}

@media (min-width: 1025px) {
    .main-content .list-prod .scheda.not-highlight {
        margin: 23px 30px 0
    }
}

.main-content .list-prod .scheda .intestazione {
    background-color: #fff;
    padding: 20px 30px 10px;
    margin-bottom: 0
}

@media (max-width: 1024.98px) {
    .main-content .list-prod .scheda .intestazione {
        padding: 20px 15px 10px
    }
}

.main-content .list-prod .scheda .intestazione h6,
.main-content .list-prod .scheda .intestazione h3,
.main-content .list-prod .scheda .intestazione p {
    margin-bottom: 10px
}

.main-content .list-prod .scheda .intestazione h3+h6 {
    font-weight: normal
}

.main-content .list-prod .scheda .intestazione h3+h6+h6 {
    font-weight: normal
}

.main-content .list-prod .scheda .intestazione h6 {
    font-weight: 500;
    margin-bottom: 5px;
    position: relative
}

.main-content .list-prod .scheda .intestazione h6.inline {
    display: inline-block
}

@media (min-width: 768px) and (max-width: 1024px) {
    .main-content .list-prod .scheda .intestazione h6 {
        font-size: 18px
    }
}

.main-content .list-prod .scheda .intestazione h6 .badge {
    top: 2px;
    right: -50px
}

@media (max-width: 767.98px) {
    .main-content .list-prod .scheda .intestazione h6 .badge {
        right: -50px;
        top: 30px
    }
}

.main-content .list-prod .scheda .intestazione h6 .badge::before {
    display: none
}

.main-content .list-prod .scheda .intestazione h6+p {
    font-weight: normal !important
}

.main-content .list-prod .scheda .intestazione .barrato-ext {
    margin: 20px
}

.main-content .list-prod .scheda .intestazione .barrato-ext span {
    padding: 7px;
    letter-spacing: 2px
}

.main-content .list-prod .scheda .intestazione button {
    margin: 10px 0 15px;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    text-transform: capitalize;
    font-weight: 600;
    min-height: 40px
}

.main-content .list-prod .scheda .intestazione button+p {
    opacity: .7
}

.main-content .list-prod .scheda .gray-box {
    border: 0;
    padding: 15px 20px;
    margin-bottom: auto
}

.main-content .list-prod .scheda .gray-box ul li {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.main-content .list-prod .scheda .gray-box ul li h6 {
    font-family: "sole_headline", Georgia, Times, "Times New Roman", serif;
    font-weight: 500;
    display: flex
}

.main-content .list-prod .scheda .gray-box ul li h6 .icon {
    padding-right: 5px;
    margin-top: 2px
}

.main-content .list-prod .scheda .gray-box ul li button {
    height: 24px
}

.main-content .list-prod .scheda .gray-box .exp-panel {
    padding-left: 20px;
    position: relative
}

.main-content .list-prod .scheda .gray-box .exp-panel::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 4px;
    height: 100%;
    width: 2px;
    background-color: #0f0f0f;
    opacity: .1
}

@media (max-width: 1024.98px) {
    .main-content .list-prod .scheda .gray-box .exp-panel::before {
        display: none
    }
}

@media (max-width: 1024.98px) {
    .main-content .list-prod .scheda .gray-box .exp-panel {
        padding-left: 0
    }
}

.main-content .list-prod .scheda .gray-box .exp-panel ul li {
    display: block;
    margin-bottom: 12px
}

.main-content .list-prod .scheda .gray-box .exp-panel ul li img {
    margin-right: 6px
}

.main-content .list-prod .form-group--half {
    flex-direction: column
}

[data-toggle-highlighted='1'] .main-content .col-main .list-prod .scheda .row {
    align-items: center
}

[data-toggle-highlighted='1'] .main-content .col-main .list-prod .scheda .row .col:nth-child(1) span {
    border-radius: 15px;
    background-color: rgba(0, 60, 127, 0.1);
    padding: 7px;
    color: #003c7f;
    width: auto;
    margin: 0 auto
}

[data-toggle-highlighted='1'] .list-prod--sm .scheda:nth-child(1) {
    display: block
}

[data-toggle-highlighted='2'] .main-content .col-main .list-prod .scheda .row {
    align-items: center
}

[data-toggle-highlighted='2'] .main-content .col-main .list-prod .scheda .row .col:nth-child(2) span {
    border-radius: 15px;
    background-color: rgba(0, 60, 127, 0.1);
    padding: 7px;
    color: #003c7f;
    width: auto;
    margin: 0 auto
}

[data-toggle-highlighted='2'] .list-prod--sm .scheda:nth-child(2) {
    display: block
}

[data-toggle-highlighted='3'] .main-content .col-main .list-prod .scheda .row {
    align-items: center
}

[data-toggle-highlighted='3'] .main-content .col-main .list-prod .scheda .row .col:nth-child(3) span {
    border-radius: 15px;
    background-color: rgba(0, 60, 127, 0.1);
    padding: 7px;
    color: #003c7f;
    width: auto;
    margin: 0 auto
}

[data-toggle-highlighted='3'] .list-prod--sm .scheda:nth-child(3) {
    display: block
}

section {
    padding: 30px 0 60px
}

section.stripe {
    padding: 40px 0 50px
}

@media (max-width: 767.98px) {
    section.stripe {
        padding: 30px 0 50px
    }
}

section.stripe.stripe--sm {
    padding: 0 0 30px
}

section.stripe .flex-list-two.flex-multyproduct-list {
    justify-content: center
}

section.stripe .flex-list-two.flex-multyproduct-list li {
    flex: 1 0 calc(20% - 30px);
    max-width: 180px;
    padding: 15px 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    overflow: visible
}

@media (min-width: 768px) {
    section.stripe .flex-list-two.flex-multyproduct-list li.d-md-block {
        display: flex !important
    }
}

@media (max-width: 1024.98px) {
    section.stripe .flex-list-two.flex-multyproduct-list li {
        flex: 1 0 calc(50% - 30px);
        max-width: none
    }
}

@media (max-width: 767.98px) {
    section.stripe .flex-list-two.flex-multyproduct-list li {
        flex: 1 0 calc(100% - 30px);
        max-width: none;
        margin-bottom: 0;
        padding-bottom: 5px
    }
}

section.stripe .flex-list-two.flex-multyproduct-list li>img {
    width: 72px;
    background-color: #ffffff;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 12px;
    border-radius: 12px;
    overflow: hidden
}

section.stripe .flex-list-two.flex-multyproduct-list li>img+p {
    border-top: 1px solid black;
    padding-top: 12px
}

section.stripe .flex-list-two.flex-multyproduct-list li p {
    margin-bottom: auto
}

section.stripe .flex-list-two.flex-multyproduct-list li p+a {
    text-decoration: none;
    color: #0f0f0f
}

section.stripe .flex-list-two.flex-multyproduct-list li p+a span {
    position: relative;
    top: 2px
}

@media (max-width: 1024.98px) {
    section.stripe .flex-list-two li {
        flex: auto
    }
}

section.stripe.stripe--prodotti {
    margin-bottom: 0;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

section.stripe.stripe--prodotti.open .cassetto-prodotti {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: block;
    transform: translateX(-50%)
}

section.stripe.stripe--prodotti .cassetto-prodotti {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 15px;
    width: auto;
    min-width: max-content;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: none;
    transform: translateX(-50%)
}

@media (max-width: 1024.98px) {
    section.stripe.stripe--prodotti .cassetto-prodotti {
        padding: 20px 15px
    }
}

section.stripe.stripe--prodotti .cassetto-prodotti h6 {
    margin-bottom: 0
}

section.stripe.stripe--prodotti .cassetto-prodotti h6+.t-switch {
    margin: 5px
}

section.stripe h2 {
    margin-bottom: 30px
}

@media (max-width: 1024.98px) {
    section.stripe h2 {
        font-size: 1.5rem
    }
}

section.stripe button.btn--xxl {
    padding: 15px 55px
}

section.stripe.stripe--full .flex-list-two.flex-multyproduct-list li {
    max-width: none
}

@media (max-width: 767.98px) {
    section.stripe>.container h2 {
        font-size: 2rem
    }
}

section.stripe.stripe--offerta {
    padding: 48px 0
}

@media (max-width: 767.98px) {
    section.stripe.stripe--offerta h2 {
        font-size: 2rem;
        margin-top: 1rem
    }
}

section.stripe.stripe--offerta .container .row {
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 32px;
    margin: 0
}

@media (max-width: 767.98px) {
    section.stripe.stripe--offerta .container .row {
        padding: 0
    }
}

section.stripe.stripe--offerta .container [class^="col-"]:first-child::before,
section.stripe.stripe--offerta .container [class*=" col-"]:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #D0D0D0
}

@media (max-width: 767.98px) {

    section.stripe.stripe--offerta .container [class^="col-"]:first-child::before,
    section.stripe.stripe--offerta .container [class*=" col-"]:first-child::before {
        display: none
    }
}

section.stripe.stripe--offerta .container [class^="col-"] .space,
section.stripe.stripe--offerta .container [class*=" col-"] .space {
    padding: 50px 0
}

@media (max-width: 1024.98px) {

    section.stripe.stripe--offerta .container [class^="col-"] .space,
    section.stripe.stripe--offerta .container [class*=" col-"] .space {
        padding: 30px 0
    }
}

section.stripe.stripe--offerta .container [class^="col-"] .intern,
section.stripe.stripe--offerta .container [class*=" col-"] .intern {
    max-width: 460px
}

section.stripe.stripe--offerta .container [class^="col-"] .intern.text-center,
section.stripe.stripe--offerta .container [class*=" col-"] .intern.text-center {
    margin: 0 auto;
    max-width: 313px
}

section.stripe.stripe--offerta .container [class^="col-"] .intern.text-center #swg-standard-button,
section.stripe.stripe--offerta .container [class*=" col-"] .intern.text-center #swg-standard-button {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
    border-radius: 4px !important
}

section.stripe.stripe--offerta .container ul.checked {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: .5rem
}

section.stripe.stripe--offerta .container ul.checked li {
    font-weight: 600;
    padding-left: 1.75rem;
    position: relative
}

section.stripe.stripe--offerta .container ul.checked li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url("../../img/svg/checked.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    background-size: contain
}

section.stripe.stripe--offerta h2.img {
    display: flex;
    align-items: center;
    gap: 1rem
}

@media (max-width: 767.98px) {
    section.stripe.stripe--offerta h2.img {
        justify-content: center
    }
}

@media (max-width: 767.98px) {
    section.stripe.stripe--offerta h2.img img {
        display: none
    }
}

section.bg--blue {
    background-color: #003c7f
}

section.bg--esperto {
    background-color: #007880
}

section.bg--gray {
    background-color: #f5f5f5
}

section.bg--white {
    background-color: #fff
}

section.shadow-b {
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2)
}

@media (max-width: 1439.98px) {
    section.stripe--esperto .flex-list-two.flex-multyproduct-list li h4 {
        font-size: 1rem
    }
}

@media (max-width: 1024.98px) {
    section.stripe--esperto .flex-list-two.flex-multyproduct-list li h4 {
        font-size: 1.125rem
    }
}

section.stripe--esperto #label-espandi {
    display: none
}

@media (max-width: 767.98px) {
    section.stripe--esperto {
        overflow: hidden;
        margin-bottom: 30px;
        position: relative;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    section.stripe--esperto #label-espandi {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #f5f5f5;
        width: 100%;
        text-align: center;
        padding: 20px 0 0;
        box-shadow: 1px 0px 25px 15px #f5f5f5;
        color: #007880;
        cursor: pointer
    }
}

@media (max-width: 767.98px) {
    section.stripe--esperto.collassato {
        height: 720px
    }
}

@media (max-width: 767.98px) {
    section.stripe--esperto.espanso {
        padding-bottom: 80px
    }
}

.accordion .card h5 {
    padding: 20px 10px;
    cursor: pointer;
    border-top: 1px solid rgba(15, 15, 15, 0.25);
    font-weight: bold;
    position: relative
}

@media (max-width: 1024.98px) {
    .accordion .card h5 {
        font-size: 1.125rem
    }
}

@media (max-width: 767.98px) {
    .accordion .card h5 {
        padding: 12px 40px 12px 0
    }
}

.accordion .card h5::before {
    font-family: "icon24";
    content: "";
    position: absolute;
    top: 21px;
    right: 15px;
    font-weight: normal
}

@media (max-width: 767.98px) {
    .accordion .card h5::before {
        top: 12px
    }
}

.accordion .card h5.collapsed {
    font-weight: normal
}

.accordion .card h5.collapsed::before {
    content: ""
}

@media (max-width: 767.98px) {
    .accordion .card p {
        font-size: .9375rem;
        line-height: 1.33
    }
}

.accordion .card .card-body {
    padding: 0 10px 20px
}

.accordion .card:first-child h5 {
    border: 0
}

.accordion#faq .card {
    border: 0
}

.accordion#faq .card h5 {
    padding: 30px 40px 30px 10px;
    font-weight: 600
}

.accordion#faq .card h5::before {
    top: 28px
}

.accordion#faq .card-header {
    background: transparent;
    border: 0;
    padding: 0
}

.accordion#faq .card .card-body {
    padding: 0 10px
}

.cassetto-prodotti .btn.btn--goto {
    top: 20px;
    right: 20px;
    color: #0f0f0f
}

.cassetto-prodotti .btn.btn--goto .icon {
    font-size: 24px
}

.cassetto-prodotti .gray-box {
    margin: 20px 0 0;
    height: 420px;
    overflow-y: scroll
}

.cassetto-prodotti .gray-box .products-cards:first-child {
    padding-top: 0
}

.cassetto-prodotti .gray-box .products-cards ul li.p-box img+div {
    flex: auto
}

.cassetto-prodotti .gray-box .products-cards ul+h5 {
    padding-top: 10px
}

.cassetto-prodotti .box--cart {
    margin: 20px 0 0;
    width: 390px;
    padding: 15px 25px;
    margin-left: 30px;
    flex-shrink: 0
}

@media (max-width: 1024.98px) {
    .cassetto-prodotti .box--cart {
        flex-basis: 50%;
        margin: 20px 0 0 15px
    }
}

.cassetto-prodotti .box--cart .products-cards ul {
    max-height: 230px;
    overflow-y: auto
}

.cassetto-prodotti .box--cart .products-cards ul li.p-box {
    padding: 0 10px
}

@media (max-width: 1024.98px) {
    .cassetto-prodotti .box--cart .products-cards ul li.p-box img {
        display: block
    }
}

.cassetto-prodotti .box--cart .products-cards ul li.p-box.active {
    background-color: #fff
}

.cassetto-prodotti .box--cart .products-cards ul li.p-box.active .c-layer {
    border: 0
}

.cassetto-prodotti .box--cart .bottom-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px
}

.cassetto-prodotti .box--cart .bottom-action+.btn {
    width: 100%
}

.cassetto-prodotti .box--cart.blue-box {
    background-color: #003c7f
}

.cassetto-prodotti .products-cards ul li.p-box {
    flex-basis: 100%;
    padding: 10px 10px
}

.cassetto-prodotti .products-cards ul li.p-box.active .btn span.icon {
    background: transparent;
    padding: 0;
    height: auto;
    width: auto;
    display: inline;
    border-radius: 0;
    margin: 0 0 0 -4px
}

.cassetto-prodotti .products-cards ul li.p-box.active .btn span.icon::before {
    position: static
}

.cassetto-prodotti .products-cards ul li.p-box.active span.icon {
    opacity: 1
}

.cassetto-prodotti .products-cards ul li.p-box .flex-group {
    align-items: center
}

.cassetto-prodotti .products-cards ul li.p-box .text-right {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    height: 100%
}

.cassetto-prodotti .products-cards ul li.p-box .text-right .btn {
    width: 95px;
    margin: 6px 0
}

.cassetto-prodotti .products-cards ul li.p-box .text-right .btn .icon {
    font-size: 10px;
    margin-right: 5px
}

.main-header--brand .logo-hader {
    align-items: center;
    margin: 10px auto 0
}

.main-header--brand .logo-hader a img {
    max-height: 40px;
    margin: 24px
}

@media (max-width: 767.98px) {
    .main-header--brand .logo-hader a img {
        max-height: 30px
    }
}

@media (max-width: 767.98px) {
    .main-header--brand .logo-hader a img.logo-sole {
        max-height: 25px
    }
}

.main-content .col-main.col-main--full.col-main--brand {
    padding-bottom: 0;
    display: flex;
    flex-direction: column
}

@media (max-width: 767.98px) {
    .main-content .col-main.col-main--full.col-main--brand {
        margin-bottom: 0
    }
}

@media (max-width: 767.98px) {
    .main-content .col-main.col-main--full.col-main--brand .product-name h4 {
        font-size: 1.5rem
    }
}

.main-content .col-main.col-main--full.col-main--brand .main-footer {
    background-color: #f5f5f5;
    margin: auto -80px 0;
    padding: 20px 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top: 1px solid rgba(15, 15, 15, 0.25)
}

@media screen and (min-width: 760px) and (max-width: 1010px) {
    .main-content .col-main.col-main--full.col-main--brand .main-footer {
        margin: auto -30px 0
    }
}

@media (max-width: 767.98px) {
    .main-content .col-main.col-main--full.col-main--brand .main-footer {
        margin: 10px -20px 0
    }
}

.main-content .col-main.col-main--full.col-main--brand .main-footer .fbtm-text {
    color: #686868;
    font-weight: 500;
    text-align: left;
    padding: 0 60px 0
}

@media (max-width: 767.98px) {
    .main-content .col-main.col-main--full.col-main--brand .main-footer .fbtm-text {
        padding: 0 5px;
        font-size: .6875rem
    }
}

.main-content .col-main.col-main--full.col-main--brand .main-footer .fbtm-text a {
    color: #686868 !important
}

.intestazione.intestazione--flex {
    padding-bottom: 28px;
    display: flex
}

@media (max-width: 767.98px) {
    .intestazione.intestazione--flex {
        flex-direction: column
    }
}

.intestazione.intestazione--flex .prod-descr p {
    margin-bottom: 4px;
    font-weight: normal;
    position: relative
}

.intestazione.intestazione--flex .prod-descr p.bold-text {
    font-weight: 700
}

.intestazione.intestazione--flex .prod-descr p.big-text {
    margin-top: 8px;
    font-size: 1rem;
    font-weight: 600
}

.intestazione.intestazione--flex .prod-descr p.small-text {
    margin-top: 8px;
    opacity: .8
}

.intestazione.intestazione--flex .prod-descr p .icon {
    position: absolute;
    top: 1px;
    left: -25px;
    color: #0db693
}

.intestazione.intestazione--flex .prod-descr p .icon+b {
    margin-left: 0
}

.intestazione.intestazione--flex .prod-descr p.check-item {
    margin-top: 16px
}

@media (max-width: 767.98px) {
    .intestazione.intestazione--flex .prod-descr p.check-item {
        margin-left: 18px
    }
}

.intestazione.intestazione--flex .prod-descr .input-wrap .form-group {
    margin-bottom: 0
}

.intestazione.intestazione--flex .prod-descr .input-wrap .form-group .paste-digit-input {
    width: 36px;
    height: 40px;
    border-radius: 4px;
    border: solid 1px rgba(15, 15, 15, 0.2);
    text-align: center;
    font-size: 1.5rem;
    margin-top: 15px
}

@media screen and (max-width: 330px) {
    .intestazione.intestazione--flex .prod-descr .input-wrap .form-group .paste-digit-input {
        width: 29px
    }
}

.intestazione.intestazione--flex .prod-descr .input-wrap .form-group.form-group--error .paste-digit-input {
    border: solid 1px rgba(212, 27, 23, 0.5);
    color: #dc3545
}

.intestazione.intestazione--flex .prod-descr .input-wrap .form-group.form-group--error .error-icon {
    top: 7px
}

.intestazione.intestazione--flex .prod-descr .input-wrap .form-group.form-group--error .input-error-msg {
    position: absolute;
    bottom: -25px
}

@media screen and (max-width: 760px) {
    .intestazione.intestazione--flex .prod-descr .input-wrap .form-group.form-group--error .input-error-msg {
        position: static
    }
}

.intestazione.intestazione--flex .prod-descr .input {
    margin-top: 16px;
    margin-bottom: 0
}

.intestazione.intestazione--flex .prod-img,
.intestazione.intestazione--flex .prod-cta {
    width: 315px;
    flex-shrink: 0;
    text-align: right
}

.intestazione.intestazione--flex .prod-img img,
.intestazione.intestazione--flex .prod-cta img {
    max-height: 128px
}

@media (max-width: 767.98px) {
    .intestazione.intestazione--flex .prod-img {
        display: none
    }
}

.intestazione.intestazione--flex .prod-img .bg-prod {
    background-color: #e9f8ee;
    max-width: 250px;
    float: right;
    padding-top: 30px
}

.intestazione.intestazione--flex .prod-cta {
    display: flex;
    justify-content: flex-end
}

@media (max-width: 767.98px) {
    .intestazione.intestazione--flex .prod-cta {
        width: 100%
    }
}

.intestazione.intestazione--flex .prod-cta .btn {
    margin-top: auto;
    color: #fff;
    text-decoration: none;
    padding: 10px 65px;
    text-transform: none
}

@media (max-width: 767.98px) {
    .intestazione.intestazione--flex .prod-cta .btn {
        margin-top: 16px;
        width: 100%
    }
}

.promo-pay {
    margin-left: -12px;
    margin-right: -12px;
    padding: 7px 15px 12px;
    background-color: #f5f5f5;
    position: relative;
    margin-bottom: -7px
}

.promo-pay:before {
    height: 1px;
    width: 100%;
    display: block;
    content: " ";
    background: #0f0f0f;
    opacity: 0.25;
    position: absolute;
    top: 0px;
    left: 0px
}

.promo-pay p {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 14px;
    color: #0f0f0f;
    opacity: 0.7
}

.promo-pay p.bold-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 4px;
    opacity: 1
}

.promo-pay+.selected-label:not(.hide) {
    margin-top: 17px
}

.banner-lancio-top {
    margin: 2px 0 20px;
    padding: 15px;
    background-color: #fce2d3
}

.banner-lancio-top a.no-underline {
    text-decoration: none
}

.banner-lancio-top a.no-underline p {
    text-decoration: none
}

@media (max-width: 767.98px) {
    .banner-lancio-top {
        margin-bottom: 0
    }
}

.banner-lancio-top .intern {
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 30px 20px 20px
}

@media (max-width: 767.98px) {
    .banner-lancio-top .intern {
        padding: 30px 10px 20px
    }
}

.banner-lancio-top .intern .banner-img {
    max-height: 190%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -35px
}

.banner-lancio-top .intern .banner-img.banner-img--big {
    width: 360px;
    height: 240px;
    max-height: none
}

.banner-lancio-top .intern p:not(.small-text) {
    font-weight: 600;
    margin-bottom: 5px
}

.banner-lancio-top .intern p+a {
    margin-top: 14px;
    color: #870042;
    text-decoration: none;
    display: inline-block
}

@media (min-width: 768px) and (max-width: 1024px) {
    .banner-lancio-top .intern p+a {
        margin-bottom: 20px
    }
}

@media (max-width: 767.98px) {
    .banner-lancio-top .intern p+a {
        margin-bottom: 20px
    }
}

.banner-lancio-top .intern p+a i {
    font-size: 12px;
    position: relative;
    top: 0px;
    left: 2px
}

.banner-lancio-top .intern p+a:hover {
    opacity: .7
}

.banner-lancio-top .intern p.mid {
    font-weight: 500;
    margin-bottom: 10px
}

.banner-lancio-top .intern p.t-24 {
    font-weight: 400
}

.banner-lancio-top .intern button {
    width: 100%;
    display: inline-block;
    padding: 10px;
    font-weight: 600;
    border-radius: 4px;
    text-transform: capitalize;
    max-width: 350px
}

.banner-lancio-top .intern button:hover {
    opacity: .7
}

.banner-lancio-top .intern button+p {
    margin-top: 15px
}

@media (min-width: 1025px) and (max-width: 1439.98px) {
    .banner-lancio-top .text-sm-center {
        padding-left: 35px
    }
}

@media (max-width: 767.98px) {
    .banner-lancio-top .text-sm-center {
        text-align: center;
        padding: 0;
        width: auto;
        margin: 0 -10px
    }
}

.banner-landing-top {
    background-color: #f6e8db;
    position: relative;
    display: flex;
    overflow: hidden
}

@media (min-width: 768px) {
    .banner-landing-top {
        background-image: none !important
    }
}

.banner-landing-top .container {
    padding: 2vw 0 3vw
}

@media (max-width: 767.98px) {
    .banner-landing-top .container {
        padding: 5vw 5vw 20vw
    }
}

.banner-landing-top .row {
    justify-content: center;
    align-items: center;
    height: 100%
}

.banner-landing-top .banner-img {
    position: absolute;
    height: 100%;
    max-width: 60%;
    object-fit: cover
}

.banner-landing-top .banner-img.banner-img--sx {
    left: 0;
    object-position: right center
}

@media (max-width: 767.98px) {
    .banner-landing-top .banner-img.banner-img--sx {
        display: none
    }
}

.banner-landing-top .banner-img.banner-img--dx {
    left: auto;
    right: 0;
    object-position: left center
}

@media (max-width: 767.98px) {
    .banner-landing-top .banner-img.banner-img--dx {
        display: none
    }
}

.banner-landing-top .hlogo--main img {
    height: 32px
}

@media (max-width: 767.98px) {
    .banner-landing-top h1 {
        margin: auto;
        max-width: 90%;
        text-align: center
    }
}

@media (max-width: 767.98px) {
    .banner-landing-top h1+p {
        margin: auto;
        max-width: 90%;
        text-align: center
    }
}

.banner-landing-top ul {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center
}

@media (max-width: 1024.98px) {
    .banner-landing-top ul {
        flex-direction: column;
        margin-top: 1rem
    }
}

@media (max-width: 1024.98px) {
    .banner-landing-top ul li a.btn {
        margin: 0
    }
}