
.has-caption-positioned.on-bottom figcaption {
    bottom: 30px;
    left: 30px;
    right: 30px;
    width: 437px !important;
}

.justify-content-center :nth-child(2n) figcaption {
    bottom: 30px;
    left: 30px;
    right: 30px;
    width: 427px!important;
}

@media screen and (max-width: 600px) {
  .has-caption-positioned.on-bottom figcaption {
    width: unset !important;
}


.justify-content-center :nth-child(2n) figcaption {
    width: unset !important;
}

}



.bootstrap-touchspin .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8px 10px;
    margin-left: -1px;
    position: relative;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    border-top-right-radius: 4px;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: -2px;
    border-radius: 0;
    border-bottom-right-radius: 4px;
}
.bootstrap-touchspin .input-group-btn-vertical i {
    position: absolute;
    top: 3px;
    left: 5px;
    font-size: 9px;
    font-weight: 400;
}
@charset "UTF-8";
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #fff3fc;
    --red: #be0b0b;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #aec6a1;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #aec6a1;
    --secondary: #efa59b;
    --success: #aec6a1;
    --info: #c0945c;
    --warning: #ff9a52;
    --danger: #be0b0b;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Quicksand", Arial, sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
:after,
:before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(8, 8, 8, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: Quicksand, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}
address {
    font-style: normal;
    line-height: inherit;
}
address,
dl,
ol,
ul {
    margin-bottom: 1rem;
}
dl,
ol,
ul {
    margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #6c6c6c;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #080808;
    text-decoration: underline;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    border-style: none;
}
img,
svg {
    vertical-align: middle;
}
svg {
    overflow: hidden;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #7a7a7a;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.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: 0.5rem;
    font-family: Lora, serif;
    font-weight: 400;
    line-height: 1.2;
}
.h1,
h1 {
    font-size: 3rem;
}
.h2,
h2 {
    font-size: 2.6rem;
}
.h3,
h3 {
    font-size: 2rem;
}
.h4,
h4 {
    font-size: 1.6rem;
}
.h5,
h5 {
    font-size: 1rem;
}
.h6,
h6 {
    font-size: 1.4rem;
}
.lead {
    font-size: 1.75rem;
    font-weight: 300;
}
.display-1 {
    font-size: 3.125rem;
    font-weight: 600;
    line-height: 1.2;
}
.display-2 {
    font-size: 2.188rem;
}
.display-2,
.display-3 {
    font-weight: 400;
    line-height: 1.2;
}
.display-3 {
    font-size: 1.563rem;
}
.display-4 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.2;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #e4e4e4;
}
.small,
small {
    font-size: 80%;
    font-weight: 400;
}
.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.75rem;
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}
.blockquote-footer:before {
    content: "\2014\A0";
}
.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #6c757d;
}
code {
    font-size: 87.5%;
    color: #fff3fc;
    word-wrap: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0;
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}
pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1366px;
    }
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1,
.col-auto {
    -webkit-box-flex: 0;
}
.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-2,
.col-3 {
    -webkit-box-flex: 0;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-4,
.col-5 {
    -webkit-box-flex: 0;
}
.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-6,
.col-7 {
    -webkit-box-flex: 0;
}
.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-8,
.col-9 {
    -webkit-box-flex: 0;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-10,
.col-11 {
    -webkit-box-flex: 0;
}
.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.33333%;
}
.offset-2 {
    margin-left: 16.66667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333%;
}
.offset-5 {
    margin-left: 41.66667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333%;
}
.offset-8 {
    margin-left: 66.66667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333%;
}
.offset-11 {
    margin-left: 91.66667%;
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #e4e4e4;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e4e4e4;
}
.table tbody + tbody {
    border-top: 2px solid #e4e4e4;
}
.table-sm td,
.table-sm th {
    padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #e4e4e4;
}
.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(8, 8, 8, 0.05);
}
.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(8, 8, 8, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #e8efe5;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #d5e1ce;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #dae5d5;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #fbe6e3;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #f7d0cb;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #f8d2cd;
}
.table-success,
.table-success > td,
.table-success > th {
    background-color: #e8efe5;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #d5e1ce;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #dae5d5;
}
.table-info,
.table-info > td,
.table-info > th {
    background-color: #ede1d1;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #dec7aa;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #e6d5bf;
}
.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #ffe3cf;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffcaa5;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffd4b6;
}
.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: #edbbbb;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #dd8080;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #e8a7a7;
}
.table-light,
.table-light > td,
.table-light > th {
    background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
    background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th {
    background-color: rgba(8, 8, 8, 0.075);
}
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #e4e4e4;
}
.table-dark {
    color: #fff;
    background-color: #343a40;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55;
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, 0.075);
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
    border: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(3.6rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 0;
    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:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #f2f6f0;
    outline: 0;
    box-shadow: 0 0 0 0.2rem hsla(99, 25%, 70%, 0.25);
}
.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 0.9375rem;
    line-height: 1.5;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0;
}
.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 0.9375rem;
    line-height: 1.5;
    border-radius: 0;
}
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    color: #7a7a7a;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #aec6a1;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #212529;
    background-color: hsla(99, 25%, 70%, 0.9);
    border-radius: 0;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
    display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #aec6a1;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23aec6a1' 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(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #aec6a1;
    box-shadow: 0 0 0 0.2rem hsla(99, 25%, 70%, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #aec6a1;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%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") no-repeat right 0.75rem center/8px
    10px,
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23aec6a1' 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")
    #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #aec6a1;
    box-shadow: 0 0 0 0.2rem hsla(99, 25%, 70%, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #aec6a1;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #aec6a1;
}
.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
    border-color: #aec6a1;
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
    border-color: #c9d9c1;
    background-color: #c9d9c1;
}
.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 0.2rem hsla(99, 25%, 70%, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before,
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #aec6a1;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #aec6a1;
    box-shadow: 0 0 0 0.2rem hsla(99, 25%, 70%, 0.25);
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #be0b0b;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(190, 11, 11, 0.9);
    border-radius: 0;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #be0b0b;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23be0b0b' 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='%23be0b0b' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #be0b0b;
    box-shadow: 0 0 0 0.2rem rgba(190, 11, 11, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #be0b0b;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%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") no-repeat right 0.75rem center/8px
    10px,
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23be0b0b' 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='%23be0b0b' stroke='none'/%3E%3C/svg%3E")
    #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #be0b0b;
    box-shadow: 0 0 0 0.2rem rgba(190, 11, 11, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #be0b0b;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #be0b0b;
}
.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
    border-color: #be0b0b;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
    border-color: #ee0e0e;
    background-color: #ee0e0e;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 0.2rem rgba(190, 11, 11, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before,
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #be0b0b;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #be0b0b;
    box-shadow: 0 0 0 0.2rem rgba(190, 11, 11, 0.25);
}
.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
    .form-inline label {
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-inline .form-group,
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}
.btn,
.offer-infos .wpb_button_a {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: 0;
    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,
    .offer-infos .wpb_button_a {
        transition: none;
    }
}
.btn:hover,
.offer-infos .wpb_button_a:hover {
    color: #212529;
    text-decoration: none;
}
.btn.focus,
.btn:focus,
.offer-infos .focus.wpb_button_a,
.offer-infos .wpb_button_a:focus {
    outline: 0;
    box-shadow: none;
}
.btn.disabled,
.btn:disabled,
.offer-infos .disabled.wpb_button_a,
.offer-infos .wpb_button_a:disabled {
    opacity: 1;
}
.btn:not(:disabled):not(.disabled),
.offer-infos .wpb_button_a:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.offer-infos a.disabled.wpb_button_a,
.offer-infos fieldset:disabled a.wpb_button_a,
a.btn.disabled,
fieldset:disabled .offer-infos a.wpb_button_a,
fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-primary,
.offer-infos .wpb_button_a {
    color: #212529;
    background-color: #aec6a1;
    border-color: #aec6a1;
}
.btn-primary:hover,
.offer-infos .wpb_button_a:hover {
    color: #212529;
    background-color: #99b889;
    border-color: #93b381;
}
.btn-primary.focus,
.btn-primary:focus,
.offer-infos .focus.wpb_button_a,
.offer-infos .wpb_button_a:focus {
    color: #212529;
    background-color: #99b889;
    border-color: #93b381;
    box-shadow: 0 0 0 0.2rem rgba(153, 174, 143, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled,
.offer-infos .disabled.wpb_button_a,
.offer-infos .wpb_button_a:disabled {
    color: #212529;
    background-color: #aec6a1;
    border-color: #aec6a1;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.offer-infos .show > .dropdown-toggle.wpb_button_a,
.offer-infos .wpb_button_a:not(:disabled):not(.disabled).active,
.offer-infos .wpb_button_a:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #212529;
    background-color: #93b381;
    border-color: #8cae79;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.offer-infos .show > .dropdown-toggle.wpb_button_a:focus,
.offer-infos .wpb_button_a:not(:disabled):not(.disabled).active:focus,
.offer-infos .wpb_button_a:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(153, 174, 143, 0.5);
}
.btn-secondary {
    color: #212529;
    background-color: #efa59b;
    border-color: #efa59b;
}
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #212529;
    background-color: #ea877a;
    border-color: #e87d6f;
}
.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem hsla(7, 43%, 68%, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #212529;
    background-color: #efa59b;
    border-color: #efa59b;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #e87d6f;
    border-color: #e67464;
}
.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 0.2rem hsla(7, 43%, 68%, 0.5);
}
.btn-success {
    color: #212529;
    background-color: #aec6a1;
    border-color: #aec6a1;
}
.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    color: #212529;
    background-color: #99b889;
    border-color: #93b381;
}
.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(153, 174, 143, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
    color: #212529;
    background-color: #aec6a1;
    border-color: #aec6a1;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #212529;
    background-color: #93b381;
    border-color: #8cae79;
}
.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 0.2rem rgba(153, 174, 143, 0.5);
}
.btn-info {
    color: #212529;
    background-color: #c0945c;
    border-color: #c0945c;
}
.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    color: #fff;
    background-color: #b18145;
    border-color: #a87b41;
}
.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(168, 131, 84, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
    color: #212529;
    background-color: #c0945c;
    border-color: #c0945c;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #a87b41;
    border-color: #9f743d;
}
.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 0.2rem rgba(168, 131, 84, 0.5);
}
.btn-warning {
    color: #212529;
    background-color: #ff9a52;
    border-color: #ff9a52;
}
.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    color: #212529;
    background-color: #ff842c;
    border-color: #ff7c1f;
}
.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 136, 76, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ff9a52;
    border-color: #ff9a52;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #ff7c1f;
    border-color: #ff7512;
}
.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 0.2rem rgba(222, 136, 76, 0.5);
}
.btn-danger {
    color: #fff;
    background-color: #be0b0b;
    border-color: #be0b0b;
}
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #9a0909;
    border-color: #8e0808;
}
.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(200, 48, 48, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #be0b0b;
    border-color: #be0b0b;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #8e0808;
    border-color: #820808;
}
.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 0.2rem rgba(200, 48, 48, 0.5);
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 0.2rem hsla(220, 4%, 85%, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem hsla(220, 4%, 85%, 0.5);
}
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
    color: #aec6a1;
    border-color: #aec6a1;
}
.btn-outline-primary:hover {
    color: #212529;
    background-color: #aec6a1;
    border-color: #aec6a1;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem hsla(99, 25%, 70%, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #aec6a1;
    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: #212529;
    background-color: #aec6a1;
    border-color: #aec6a1;
}
.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 0.2rem hsla(99, 25%, 70%, 0.5);
}
.btn-outline-secondary {
    color: #efa59b;
    border-color: #efa59b;
}
.btn-outline-secondary:hover {
    color: #212529;
    background-color: #efa59b;
    border-color: #efa59b;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem hsla(7, 72%, 77%, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #efa59b;
    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: #212529;
    background-color: #efa59b;
    border-color: #efa59b;
}
.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 0.2rem hsla(7, 72%, 77%, 0.5);
}
.btn-outline-success {
    color: #aec6a1;
    border-color: #aec6a1;
}
.btn-outline-success:hover {
    color: #212529;
    background-color: #aec6a1;
    border-color: #aec6a1;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem hsla(99, 25%, 70%, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #aec6a1;
    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: #212529;
    background-color: #aec6a1;
    border-color: #aec6a1;
}
.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 0.2rem hsla(99, 25%, 70%, 0.5);
}
.btn-outline-info {
    color: #c0945c;
    border-color: #c0945c;
}
.btn-outline-info:hover {
    color: #212529;
    background-color: #c0945c;
    border-color: #c0945c;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(192, 148, 92, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #c0945c;
    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: #212529;
    background-color: #c0945c;
    border-color: #c0945c;
}
.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 0.2rem rgba(192, 148, 92, 0.5);
}
.btn-outline-warning {
    color: #ff9a52;
    border-color: #ff9a52;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ff9a52;
    border-color: #ff9a52;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 154, 82, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ff9a52;
    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: #ff9a52;
    border-color: #ff9a52;
}
.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 0.2rem rgba(255, 154, 82, 0.5);
}
.btn-outline-danger {
    color: #be0b0b;
    border-color: #be0b0b;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #be0b0b;
    border-color: #be0b0b;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(190, 11, 11, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #be0b0b;
    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: #be0b0b;
    border-color: #be0b0b;
}
.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 0.2rem rgba(190, 11, 11, 0.5);
}
.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
    font-weight: 400;
    color: #6c6c6c;
    text-decoration: none;
}
.btn-link:hover {
    color: #080808;
}
.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: underline;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg,
.offer-infos .btn-group-lg > .wpb_button_a {
    padding: 0.5rem 1rem;
    font-size: 0.9375rem;
    line-height: 1.5;
    border-radius: 0;
}
.btn-group-sm > .btn,
.btn-sm,
.offer-infos .btn-group-sm > .wpb_button_a {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].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;
    }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1.4rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(8, 8, 8, 0.15);
    border-radius: 0;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.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: 0.125rem;
}
.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.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: 0.125rem;
}
.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    display: none;
}
.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropleft .dropdown-toggle:before {
    vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #aec6a1;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn,
.offer-infos .btn-group-vertical > .wpb_button_a,
.offer-infos .btn-group > .wpb_button_a {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover,
.offer-infos .btn-group-vertical > .active.wpb_button_a,
.offer-infos .btn-group-vertical > .wpb_button_a:active,
.offer-infos .btn-group-vertical > .wpb_button_a:focus,
.offer-infos .btn-group-vertical > .wpb_button_a:hover,
.offer-infos .btn-group > .active.wpb_button_a,
.offer-infos .btn-group > .wpb_button_a:active,
.offer-infos .btn-group > .wpb_button_a:focus,
.offer-infos .btn-group > .wpb_button_a:hover {
    z-index: 1;
}
.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child),
.offer-infos .btn-group > .wpb_button_a:not(:first-child) {
    margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.offer-infos .btn-group > .btn-group:not(:last-child) > .wpb_button_a,
.offer-infos .btn-group > .wpb_button_a:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child),
.offer-infos .btn-group > .btn-group:not(:first-child) > .wpb_button_a,
.offer-infos .btn-group > .wpb_button_a:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}
.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0;
}
.dropleft .dropdown-toggle-split:before {
    margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split,
.offer-infos .btn-group-sm > .wpb_button_a + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split,
.offer-infos .btn-group-lg > .wpb_button_a + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.offer-infos .btn-group-vertical > .wpb_button_a {
    width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child),
.offer-infos .btn-group-vertical > .wpb_button_a:not(:first-child) {
    margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.offer-infos .btn-group-vertical > .btn-group:not(:last-child) > .wpb_button_a,
.offer-infos .btn-group-vertical > .wpb_button_a:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child),
.offer-infos .btn-group-vertical > .btn-group:not(:first-child) > .wpb_button_a,
.offer-infos .btn-group-vertical > .wpb_button_a:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn,
.offer-infos .btn-group-toggle > .btn-group > .wpb_button_a,
.offer-infos .btn-group-toggle > .wpb_button_a {
    margin-bottom: 0;
}
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.offer-infos .btn-group-toggle > .btn-group > .wpb_button_a input[type="checkbox"],
.offer-infos .btn-group-toggle > .btn-group > .wpb_button_a input[type="radio"],
.offer-infos .btn-group-toggle > .wpb_button_a input[type="checkbox"],
.offer-infos .btn-group-toggle > .wpb_button_a input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
    margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
    z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.input-group-append .btn,
.input-group-append .offer-infos .wpb_button_a,
.input-group-prepend .btn,
.input-group-prepend .offer-infos .wpb_button_a,
.offer-infos .input-group-append .wpb_button_a,
.offer-infos .input-group-prepend .wpb_button_a {
    position: relative;
    z-index: 2;
}
.input-group-append .btn:focus,
.input-group-append .offer-infos .wpb_button_a:focus,
.input-group-prepend .btn:focus,
.input-group-prepend .offer-infos .wpb_button_a:focus,
.offer-infos .input-group-append .wpb_button_a:focus,
.offer-infos .input-group-prepend .wpb_button_a:focus {
    z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .offer-infos .btn + .wpb_button_a,
.input-group-append .offer-infos .input-group-text + .wpb_button_a,
.input-group-append .offer-infos .wpb_button_a + .btn,
.input-group-append .offer-infos .wpb_button_a + .input-group-text,
.input-group-append .offer-infos .wpb_button_a + .wpb_button_a,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .offer-infos .btn + .wpb_button_a,
.input-group-prepend .offer-infos .input-group-text + .wpb_button_a,
.input-group-prepend .offer-infos .wpb_button_a + .btn,
.input-group-prepend .offer-infos .wpb_button_a + .input-group-text,
.input-group-prepend .offer-infos .wpb_button_a + .wpb_button_a,
.offer-infos .input-group-append .btn + .wpb_button_a,
.offer-infos .input-group-append .input-group-text + .wpb_button_a,
.offer-infos .input-group-append .wpb_button_a + .btn,
.offer-infos .input-group-append .wpb_button_a + .input-group-text,
.offer-infos .input-group-append .wpb_button_a + .wpb_button_a,
.offer-infos .input-group-prepend .btn + .wpb_button_a,
.offer-infos .input-group-prepend .input-group-text + .wpb_button_a,
.offer-infos .input-group-prepend .wpb_button_a + .btn,
.offer-infos .input-group-prepend .wpb_button_a + .input-group-text,
.offer-infos .input-group-prepend .wpb_button_a + .wpb_button_a {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 0;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
    margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text,
.offer-infos .input-group-lg > .input-group-append > .wpb_button_a,
.offer-infos .input-group-lg > .input-group-prepend > .wpb_button_a {
    padding: 0.5rem 1rem;
    font-size: 0.9375rem;
    line-height: 1.5;
    border-radius: 0;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text,
.offer-infos .input-group-sm > .input-group-append > .wpb_button_a,
.offer-infos .input-group-sm > .input-group-prepend > .wpb_button_a {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.offer-infos .input-group > .input-group-append:last-child > .wpb_button_a:not(:last-child):not(.dropdown-toggle),
.offer-infos .input-group > .input-group-append:not(:last-child) > .wpb_button_a,
.offer-infos .input-group > .input-group-prepend > .wpb_button_a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.offer-infos .input-group > .input-group-append > .wpb_button_a,
.offer-infos .input-group > .input-group-prepend:first-child > .wpb_button_a:not(:first-child),
.offer-infos .input-group > .input-group-prepend:not(:first-child) > .wpb_button_a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 2.1rem;
    padding-left: 1.5rem;
    color-adjust: exact;
}
.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}
.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.55rem;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    border-color: #aec6a1;
    background-color: #aec6a1;
}
.custom-control-input:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 0.2rem hsla(99, 25%, 70%, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #f2f6f0;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
}
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
    color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label:before,
.custom-control-input[disabled] ~ .custom-control-label:before {
    background-color: #e9ecef;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd;
}
.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: 0.55rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}
.custom-control-label:after {
    background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label:before {
    border-radius: 0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' 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: #aec6a1;
    background-color: #aec6a1;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' 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: hsla(99, 25%, 70%, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
    background-color: hsla(99, 25%, 70%, 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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: hsla(99, 25%, 70%, 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: 0.5rem;
}
.custom-switch .custom-control-label:after {
    top: calc(0.55rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    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;
    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, -webkit-transform 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;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: hsla(99, 25%, 70%, 0.5);
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(3.6rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem
    center/8px 10px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select:focus {
    border-color: #f2f6f0;
    outline: 0;
    box-shadow: 0 0 0 0.2rem hsla(99, 25%, 70%, 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: 0.75rem;
    background-image: none;
}
.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}
.custom-select::-ms-expand {
    display: none;
}
.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}
.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 0.9375rem;
}
.custom-file {
    display: inline-block;
    margin-bottom: 0;
}
.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(3.6rem + 2px);
}
.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: #f2f6f0;
    box-shadow: 0 0 0 0.2rem hsla(99, 25%, 70%, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
    background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label:after {
    content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]:after {
    content: attr(data-browse);
}
.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(3.6rem + 2px);
    font-weight: 400;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 0;
}
.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
}
.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0 0 0;
}
.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-range:focus {
    outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem hsla(99, 25%, 70%, 0.25);
}
.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem hsla(99, 25%, 70%, 0.25);
}
.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem hsla(99, 25%, 70%, 0.25);
}
.custom-range::-moz-focus-outer {
    border: 0;
}
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #aec6a1;
    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;
    -webkit-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}
.custom-range::-webkit-slider-thumb:active {
    background-color: #fff;
}
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #aec6a1;
    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;
    -moz-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none;
    }
}
.custom-range::-moz-range-thumb:active {
    background-color: #fff;
}
.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #aec6a1;
    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: #fff;
}
.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}
.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
    margin-right: 15px;
}
.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
    cursor: default;
}
.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}
.custom-control-label:before,
.custom-file-label,
.custom-select {
    transition: background-color 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    border-radius: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #aec6a1;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    padding: 0.5rem 1rem;
}
.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.84687rem;
    padding-bottom: 0.84687rem;
    margin-right: 1rem;
    font-size: 0.9375rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%;
}
@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-sm,
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
    }
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-md,
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg,
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xl,
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
    }
    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}
.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(8, 8, 8, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(8, 8, 8, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(8, 8, 8, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(8, 8, 8, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(8, 8, 8, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(8, 8, 8, 0.5);
    border-color: rgba(8, 8, 8, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(8, 8, 8, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
    color: rgba(8, 8, 8, 0.5);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(8, 8, 8, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, 0.5);
    border-color: hsla(0, 0%, 100%, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(8, 8, 8, 0.125);
    border-radius: 0;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: 0.75rem;
}
.card-subtitle {
    margin-top: -0.375rem;
}
.card-subtitle,
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1.25rem;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(8, 8, 8, 0.03);
    border-bottom: 1px solid rgba(8, 8, 8, 0.125);
}
.card-header:first-child {
    border-radius: 0 0 0 0;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(8, 8, 8, 0.03);
    border-top: 1px solid rgba(8, 8, 8, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 0 0;
}
.card-header-tabs {
    margin-bottom: -0.75rem;
    border-bottom: 0;
}
.card-header-pills,
.card-header-tabs {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: 0;
}
.card-img,
.card-img-bottom,
.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}
.card-img,
.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.card-img,
.card-img-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.card-deck .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-deck {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}
.card-group > .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group > .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-header,
    .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-header,
    .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}
.card-columns .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
.accordion {
    overflow-anchor: none;
}
.accordion > .card {
    overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
}
.breadcrumb {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0;
}
.breadcrumb,
.breadcrumb-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #6c757d;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #6c6c6c;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: #080808;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem hsla(99, 25%, 70%, 0.25);
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #aec6a1;
    border-color: #aec6a1;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
    line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
    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:focus,
a.badge:hover {
    text-decoration: none;
}
.badge:empty {
    display: none;
}
.btn .badge,
.offer-infos .wpb_button_a .badge {
    position: relative;
    top: -1px;
}
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}
.badge-primary {
    color: #212529;
    background-color: #aec6a1;
}
a.badge-primary:focus,
a.badge-primary:hover {
    color: #212529;
    background-color: #93b381;
}
a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem hsla(99, 25%, 70%, 0.5);
}
.badge-secondary {
    color: #212529;
    background-color: #efa59b;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #212529;
    background-color: #e87d6f;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem hsla(7, 72%, 77%, 0.5);
}
.badge-success {
    color: #212529;
    background-color: #aec6a1;
}
a.badge-success:focus,
a.badge-success:hover {
    color: #212529;
    background-color: #93b381;
}
a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem hsla(99, 25%, 70%, 0.5);
}
.badge-info {
    color: #212529;
    background-color: #c0945c;
}
a.badge-info:focus,
a.badge-info:hover {
    color: #212529;
    background-color: #a87b41;
}
a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(192, 148, 92, 0.5);
}
.badge-warning {
    color: #212529;
    background-color: #ff9a52;
}
a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #ff7c1f;
}
a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 154, 82, 0.5);
}
.badge-danger {
    color: #fff;
    background-color: #be0b0b;
}
a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #8e0808;
}
a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(190, 11, 11, 0.5);
}
.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5;
}
a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
    color: #fff;
    background-color: #343a40;
}
a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124;
}
a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0;
}
@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}
.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 4.6rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
.alert-primary {
    color: #5e6b58;
    background-color: #eff4ec;
    border-color: #e8efe5;
}
.alert-primary hr {
    border-top-color: #dae5d5;
}
.alert-primary .alert-link {
    color: #454f41;
}
.alert-secondary {
    color: #805a54;
    background-color: #fcedeb;
    border-color: #fbe6e3;
}
.alert-secondary hr {
    border-top-color: #f8d2cd;
}
.alert-secondary .alert-link {
    color: #614440;
}
.alert-success {
    color: #5e6b58;
    background-color: #eff4ec;
    border-color: #e8efe5;
}
.alert-success hr {
    border-top-color: #dae5d5;
}
.alert-success .alert-link {
    color: #454f41;
}
.alert-info {
    color: #685134;
    background-color: #f2eade;
    border-color: #ede1d1;
}
.alert-info hr {
    border-top-color: #e6d5bf;
}
.alert-info .alert-link {
    color: #463723;
}
.alert-warning {
    color: #88542e;
    background-color: #ffebdc;
    border-color: #ffe3cf;
}
.alert-warning hr {
    border-top-color: #ffd4b6;
}
.alert-warning .alert-link {
    color: #623c21;
}
.alert-danger {
    color: #670a0a;
    background-color: #f2cece;
    border-color: #edbbbb;
}
.alert-danger hr {
    border-top-color: #e8a7a7;
}
.alert-danger .alert-link {
    color: #390505;
}
.alert-light {
    color: #858586;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light hr {
    border-top-color: #ececf6;
}
.alert-light .alert-link {
    color: #6c6c6c;
}
.alert-dark {
    color: #1f2225;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.alert-dark hr {
    border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
    color: #080909;
}
@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    height: 1rem;
    line-height: 0;
    font-size: 1.05rem;
    background-color: #e9ecef;
    border-radius: 0;
}
.progress,
.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.progress-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #aec6a1;
    transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0;
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(8, 8, 8, 0.125);
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #aec6a1;
    border-color: #aec6a1;
}
.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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child,
.list-group-horizontal > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}
@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-sm > .list-group-item:first-child,
    .list-group-horizontal-sm > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-md > .list-group-item:first-child,
    .list-group-horizontal-md > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-lg > .list-group-item:first-child,
    .list-group-horizontal-lg > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-xl > .list-group-item:first-child,
    .list-group-horizontal-xl > .list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-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: #5e6b58;
    background-color: #e8efe5;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #5e6b58;
    background-color: #dae5d5;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #5e6b58;
    border-color: #5e6b58;
}
.list-group-item-secondary {
    color: #805a54;
    background-color: #fbe6e3;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #805a54;
    background-color: #f8d2cd;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #805a54;
    border-color: #805a54;
}
.list-group-item-success {
    color: #5e6b58;
    background-color: #e8efe5;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #5e6b58;
    background-color: #dae5d5;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #5e6b58;
    border-color: #5e6b58;
}
.list-group-item-info {
    color: #685134;
    background-color: #ede1d1;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #685134;
    background-color: #e6d5bf;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #685134;
    border-color: #685134;
}
.list-group-item-warning {
    color: #88542e;
    background-color: #ffe3cf;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #88542e;
    background-color: #ffd4b6;
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #88542e;
    border-color: #88542e;
}
.list-group-item-danger {
    color: #670a0a;
    background-color: #edbbbb;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #670a0a;
    background-color: #e8a7a7;
}
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #670a0a;
    border-color: #670a0a;
}
.list-group-item-light {
    color: #858586;
    background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #858586;
    background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #858586;
    border-color: #858586;
}
.list-group-item-dark {
    color: #1f2225;
    background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1f2225;
    background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1f2225;
    border-color: #1f2225;
}
.close {
    float: right;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1;
    color: #080808;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}
.close:hover {
    color: #080808;
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
a.close.disabled {
    pointer-events: none;
}
.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: 0.875rem;
    background-color: hsla(0, 0%, 100%, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(8, 8, 8, 0.1);
    opacity: 0;
    border-radius: 0.25rem;
}
.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}
.toast.showing {
    opacity: 1;
}
.toast.show {
    display: block;
    opacity: 1;
}
.toast.hide {
    display: none;
}
.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: hsla(0, 0%, 100%, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
    padding: 0.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: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none;
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(8, 8, 8, 0.2);
    border-radius: 0;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #080808;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.3;
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e4e4e4;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #e4e4e4;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.modal-footer > * {
    margin: 0.25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Quicksand, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #d9534f;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #d9534f;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #d9534f;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #d9534f;
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #d9534f;
    border-radius: 0;
}
.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: Quicksand, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(8, 8, 8, 0.2);
    border-radius: 0;
}
.popover,
.popover .arrow {
    position: absolute;
    display: block;
}
.popover .arrow {
    width: 1rem;
    height: 0.5rem;
    margin: 0;
}
.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
    margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
    bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="top"] > .arrow:before,
.bs-popover-top > .arrow:before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(8, 8, 8, 0.25);
}
.bs-popover-auto[x-placement^="top"] > .arrow:after,
.bs-popover-top > .arrow:after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
    margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow:before,
.bs-popover-right > .arrow:before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(8, 8, 8, 0.25);
}
.bs-popover-auto[x-placement^="right"] > .arrow:after,
.bs-popover-right > .arrow:after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
    margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
    top: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:before,
.bs-popover-bottom > .arrow:before {
    top: 0;
    border-width: 0 0.5rem 0.5rem;
    border-bottom-color: rgba(8, 8, 8, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:after,
.bs-popover-bottom > .arrow:after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem;
    border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
    margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow:before,
.bs-popover-left > .arrow:before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(8, 8, 8, 0.25);
}
.bs-popover-auto[x-placement^="left"] > .arrow:after,
.bs-popover-left > .arrow:after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}
.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1.4rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner:after {
    display: block;
    clear: both;
    content: "";
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none;
    }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%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;charset=utf-8,%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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.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;
}
@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow 0.75s linear infinite;
    animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}
.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: #aec6a1 !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #93b381 !important;
}
.bg-secondary {
    background-color: #efa59b !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #e87d6f !important;
}
.bg-success {
    background-color: #aec6a1 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #93b381 !important;
}
.bg-info {
    background-color: #c0945c !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #a87b41 !important;
}
.bg-warning {
    background-color: #ff9a52 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #ff7c1f !important;
}
.bg-danger {
    background-color: #be0b0b !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #8e0808 !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important;
}
.bg-dark {
    background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.border {
    border: 1px solid #e4e4e4 !important;
}
.border-top {
    border-top: 1px solid #e4e4e4 !important;
}
.border-right {
    border-right: 1px solid #e4e4e4 !important;
}
.border-bottom {
    border-bottom: 1px solid #e4e4e4 !important;
}
.border-left {
    border-left: 1px solid #e4e4e4 !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: #aec6a1 !important;
}
.border-secondary {
    border-color: #efa59b !important;
}
.border-success {
    border-color: #aec6a1 !important;
}
.border-info {
    border-color: #c0945c !important;
}
.border-warning {
    border-color: #ff9a52 !important;
}
.border-danger {
    border-color: #be0b0b !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #343a40 !important;
}
.border-white {
    border-color: #fff !important;
}
.rounded,
.rounded-sm {
    border-radius: 0 !important;
}
.rounded-top {
    border-top-left-radius: 0 !important;
}
.rounded-right,
.rounded-top {
    border-top-right-radius: 0 !important;
}
.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: 0 !important;
}
.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: 0 !important;
}
.rounded-left {
    border-top-left-radius: 0 !important;
}
.rounded-lg {
    border-radius: 0 !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.clearfix:after {
    display: block;
    clear: both;
    content: "";
}
.d-none {
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive:before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9:before {
    padding-top: 42.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 {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column,
.flex-row {
    -webkit-box-direction: normal !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse,
.flex-row-reverse {
    -webkit-box-direction: reverse !important;
}
.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column,
    .flex-sm-row {
        -webkit-box-direction: normal !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column,
    .flex-md-row {
        -webkit-box-direction: normal !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column,
    .flex-lg-row {
        -webkit-box-direction: normal !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column,
    .flex-xl-row {
        -webkit-box-direction: normal !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}
@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}
.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
}
.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}
.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.fixed-top {
    top: 0;
}
.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    bottom: 0;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(8, 8, 8, 0.075) !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(8, 8, 8, 0.15) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(8, 8, 8, 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: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-n1 {
    margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent;
}
.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
}
.text-justify {
    text-align: justify !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-lighter {
    font-weight: lighter !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-weight-bolder {
    font-weight: bolder !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #aec6a1 !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #85a971 !important;
}
.text-secondary {
    color: #efa59b !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
    color: #e46a59 !important;
}
.text-success {
    color: #aec6a1 !important;
}
a.text-success:focus,
a.text-success:hover {
    color: #85a971 !important;
}
.text-info {
    color: #c0945c !important;
}
a.text-info:focus,
a.text-info:hover {
    color: #966d3a !important;
}
.text-warning {
    color: #ff9a52 !important;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #ff6d06 !important;
}
.text-danger {
    color: #be0b0b !important;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #760707 !important;
}
.text-light {
    color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important;
}
.text-dark {
    color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important;
}
.text-body {
    color: #212529 !important;
}
.text-muted {
    color: #7a7a7a !important;
}
.text-black-50 {
    color: rgba(8, 8, 8, 0.5) !important;
}
.text-white-50 {
    color: hsla(0, 0%, 100%, 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 {
    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    .container,
    body {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #080808;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important;
    }
    .table-dark {
        color: inherit;
    }
    .table-dark tbody + tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #e4e4e4;
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #e4e4e4;
    }
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-search--inline {
    float: left;
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.select2-results {
    display: block;
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
}
.select2-container--open .select2-dropdown {
    left: 0;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-search--dropdown {
    display: block;
    padding: 4px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}
.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px;
}
.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
    padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
    color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff;
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    outline: 0;
    background-image: linear-gradient(180deg, #fff 50%, #eee);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #e4e4e4;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(180deg, #eee 50%, #ccc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #e4e4e4;
    border-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    left: 1px;
    right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(180deg, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(180deg, #eee 50%, #fff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    cursor: text;
    outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #e4e4e4;
    outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}
.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
    border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
    padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
    color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff;
}
.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}
.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
    position: relative;
    display: block;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@font-face { font-display: swap;
    font-family: icomoon;
    src: url(../css/5290c8a0c14e5081972ba5e46141a1c5.eot);
    src: url(../css/5290c8a0c14e5081972ba5e46141a1c5.eot#iefix) format("embedded-opentype"), url(../css/43231f7db31d00a5e5bb448e1b33e3da.ttf) format("truetype"), url(../css/3198a8fff5a308436afe22c8df6a8c71.woff) format("woff"),
    url(../css/f49bb650f60400baa27e7a78864e8911.svg#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face { font-display: swap;
    font-family: icomoon-2;
    src: url(../css/c214927c047d8c6443b3723c17604280.eot);
    src: url(../css/c214927c047d8c6443b3723c17604280.eot#iefix) format("embedded-opentype"), url(../css/5094bb0561749022284661d26a6eae8a.ttf) format("truetype"), url(../css/1db333d637ca2ec70f16d89a56d9eeed.woff) format("woff"),
    url(../css/de33ecec1cf87011a7c771359dbd4bb0.svg#icomoon-2) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face { font-display: swap;
    font-family: quicksandbold;
    src: url(../css/78784eac8648de344f63db00d116737e.woff2) format("woff2"), url(../css/803177499c8945ca4fac54e549246c6d.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face { font-display: swap;
    font-family: quicksandlight;
    src: url(../css/47043e7f06a9ce68c83356d24eaa68bb.woff2) format("woff2"), url(../css/d127b2256fdf7a50b33527306ada8936.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face { font-display: swap;
    font-family: quicksandmedium;
    src: url(../css/fc91ef70a73dfe3cf7c2bf3b91b13818.woff2) format("woff2"), url(../css/60f8206fc18ede04b71ab6709b1c43ad.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face { font-display: swap;
    font-family: quicksandregular;
    src: url(../css/915432349cd2deb8e63f8ea472af2f5f.woff2) format("woff2"), url(../css/a71400afd9b6bf8501e699252e982d60.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face { font-display: swap;
    font-family: Material Icons;
    font-style: normal;
    font-weight: 400;
    src: url(../css/e79bfd88537def476913f3ed52f4f4b3.eot);
    src: local("Material Icons"), local("MaterialIcons-Regular"), url(../css/570eb83859dc23dd0eec423a49e147fe.woff2) format("woff2"), url(../css/012cf6a10129e2275d79d6adac7f3b02.woff) format("woff"),
    url(../css/a37b0c01c0baf1888ca812cc0508f6e2.ttf) format("truetype");
}
@font-face { font-display: swap;
    font-family: nothing_you_could_doregular;
    src: url(../css/ec041dc0845dfbd423c26aab1a4aac1b.woff2) format("woff2"), url(../css/2f627b509295e9543c33679b63ef33c0.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face { font-display: swap;
    font-family: nothing_you_could_do_boldbold;
    src: url(../css/c571929b8b8a98b4a8ea3ce2ac032b49.woff2) format("woff2"), url(../css/4d3fea63e70ccfda0b19aa00f1bd0eb1.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
.material-icons {
    font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
@-webkit-keyframes flash {
    0%,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}
@keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}
.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}
@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}
@keyframes rollOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
[class*=" icon-"],
[class^="icon-"] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class*=" icon-"],
[class*=" icon-"] span,
[class^="icon-"],
[class^="icon-"] span {
    display: inline-block;
    vertical-align: middle;
}
[class*=" icon-"] + span,
[class^="icon-"] + span {
    margin-left: 0.6rem;
}
.icon-vimeo {
    font-family: icomoon-2 !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-vimeo,
.icon-vimeo span {
    display: inline-block;
    vertical-align: middle;
}
.icon-vimeo + span {
    margin-left: 0.6rem;
}
.icon-vimeo:before {
    content: "\E900";
}
.icon-Player .path1:before {
    content: "\E900";
    color: #fff;
}
.icon-Player .path2:before {
    content: "\E901";
    margin-left: -1em;
    color: #c0945c;
}
.icon-uniE905:before {
    content: "\E905";
}
.icon-uniE906:before {
    content: "\E906";
}
.icon-livraison:before {
    content: "\E907";
}
.icon-securise:before {
    content: "\E908";
}
.icon-service_client:before {
    content: "\E909";
}
.icon-arrow_insta:before {
    content: "\E90A";
}
.icon-mail:before {
    content: "\E90B";
}
.icon-phone:before {
    content: "\E90C";
}
.icon-link:before {
    content: "\E90D";
}
.icon-arrow_2:before {
    content: "\E90E";
}
.icon-menu_2:before {
    content: "\E90F";
}
.icon-moins_1:before {
    content: "\E910";
}
.icon-plus:before {
    content: "\E911";
}
.icon-menu:before {
    content: "\E912";
}
.icon-player_bouton:before {
    content: "\E913";
}
.icon-cross:before {
    content: "\E914";
}
.icon-favoris:before {
    content: "\E915";
}
.icon-arrow_1:before,
.icon-arrow_1_up:before {
    content: "\E916";
}
.icon-pointer:before {
    content: "\E917";
}
.icon-search:before {
    content: "\E918";
}
.icon-user:before {
    content: "\E919";
}
.icon-cart:before {
    content: "\E91A";
}
.icon-google-plus:before {
    content: "\EA8B";
}
.icon-facebook:before {
    content: "\EA90";
}
.icon-facebook2:before {
    content: "\EA91";
}
.icon-instagram:before {
    content: "\EA92";
}
.icon-twitter:before {
    content: "\EA96";
}
.icon-linkedin:before {
    content: "\EAC9";
}
.icon-pinterest:before {
    content: "\EAD1";
}
.icon-calendar:before {
    content: "\E900";
}
.icon-map:before {
    content: "\E901";
    color: #c2955c;
}
.icon-notifications:before {
    content: "\E902";
    color: #c2955c;
}
.icon-outer-heart:before {
    content: "\E903";
    color: #c2955c;
}
.icon-sticker:before {
    content: "\E904";
}
.htilight .icon-google-plus,
.icon-google-plus.highlight,
.icon-google-plus.highlight-hover:hover {
    color: #dd4b39;
}
.htilight .icon-facebook,
.htilight .icon-facebook2,
.icon-facebook2.highlight,
.icon-facebook2.highlight-hover:hover,
.icon-facebook.highlight,
.icon-facebook.highlight-hover:hover {
    color: #3b5999;
}
.htilight .icon-instagram,
.icon-instagram.highlight,
.icon-instagram.highlight-hover:hover {
    color: #e4405f;
}
.htilight .icon-twitter,
.icon-twitter.highlight,
.icon-twitter.highlight-hover:hover {
    color: #55acee;
}
.htilight .icon-linkedin,
.icon-linkedin.highlight,
.icon-linkedin.highlight-hover:hover {
    color: #0077b5;
}
.htilight .icon-pinterest,
.icon-pinterest.highlight,
.icon-pinterest.highlight-hover:hover {
    color: #bd081c;
}
.icon-arrow_1_up {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.icon-arrow-right {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.icon-arrow-right:before {
    content: "\E916";
}
.icon-arrow-left {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.icon-arrow-left:before {
    content: "\E916";
}
body,
html {
    height: 100%;
}
body {
    direction: ltr;
    font-size: 1.4rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #080808;
    line-height: 1.25em;
    font-weight: 500;
}
body.fixed {
    position: fixed;
    width: 100%;
    top: 0;
}
a {
    transition: all 0.2s ease-in;
}
.no-touch a:hover {
    transition: all 0.2s ease-out;
}
.touch:not(.no-touch) a:hover {
    text-decoration: none;
}
a:focus {
    outline: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
}
@media (max-width: 991.98px) {
    #main.main {
        transition: left 0.2s ease;
        position: relative;
        background-color: #fff;
        z-index: 2;
    }
}
#footer,
#notifications,
#wrapper {
    position: relative;
}
.text-brown {
    color: #c0945c;
}
.text-muted {
    color: #000;
    opacity: 0.5;
}
img {
    max-width: 100%;
}
.has-caption-positioned {
    position: relative;
}
@media (max-width: 767.98px) {
    .section-new-collection .has-caption-positioned {
        padding-bottom: 14.1rem;
    }
}
@media (max-width: 767.98px) {
    .has-caption-positioned#video-img figcaption {
        background-color: transparent;
        padding-top: 0;
        padding-bottom: 0;
    }
}
.has-caption-positioned .with-overlay {
    background-color: #000;
}
.has-caption-positioned .with-overlay > img {
    opacity: 0.8;
}
@media (max-width: 991.98px) {
    .has-caption-positioned img {
        width: 100%;
    }
}
.has-caption-positioned.on-bottom figcaption {
    bottom: 30px;
    left: 30px;
    right: 30px;
}
@media (max-width: 767.98px) {
    .has-caption-positioned.on-bottom figcaption {
        left: 15px;
        right: 15px;
    }
}
.has-caption-positioned.on-center figcaption {
    max-width: 554px;
    width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .has-caption-positioned.on-center figcaption {
        max-width: 411px;
    }
}
.has-caption-positioned figcaption {
    position: absolute;
    text-align: center;
    background: hsla(0, 0%, 100%, 0.8);
    padding: 2.5rem 2rem 3.1rem;
}
@media (max-width: 991.98px) {
    .has-caption-positioned figcaption {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
.has-caption-positioned figcaption .info-txt {
    margin-bottom: 0.6rem;
}
@media (max-width: 767.98px) {
    .has-caption-positioned figcaption .info-txt {
        margin-bottom: 0.4rem;
    }
}
.has-caption-positioned figcaption .info-txt p {
    color: #080808;
    line-height: 1.8rem;
    margin-bottom: 0;
}
.has-caption-positioned figcaption .info-txt p + p {
    margin-top: 1rem;
}
@media (max-width: 991.98px) {
    .has-caption-positioned figcaption .info-txt p br {
        display: none;
    }
}
.has-caption-positioned figcaption a:not(.btn),
.has-caption-positioned figcaption span.link {
    font-size: 1.2rem;
    color: #080808;
    font-weight: 700;
    text-transform: uppercase;
}
.has-caption-positioned figcaption .caption-title {
    text-transform: uppercase;
    margin-bottom: 1.3rem;
    color: #c0945c;
}
@media (max-width: 991.98px) {
    .has-caption-positioned figcaption .caption-title {
        font-size: 1.7rem;
    }
}
.has-caption-positioned figcaption .btn,
.has-caption-positioned figcaption .offer-infos .wpb_button_a,
.offer-infos .has-caption-positioned figcaption .wpb_button_a {
    margin-top: 0.8rem;
}
.img-cover {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
blockquote {
    quotes: "\201C""\201D""\2018""\2019";
    position: relative;
    font-family: Lora, serif;
}
blockquote:before {
    color: #aec6a1;
    content: open-quote;
    font-size: 12rem;
    line-height: 0.1em;
    font-weight: 700;
    position: absolute;
    top: 31px;
    opacity: 0.3;
    left: -20px;
}
blockquote p {
    color: #080808;
    display: inline;
    font-size: 1.7rem;
    line-height: 2.7rem;
    font-family: Quicksand, Arial, sans-serif;
}
blockquote p span {
    display: block;
    color: #6c6c6c;
    font-size: 1.4rem;
    margin-top: 1.4rem;
}
.bg-bandeau {
    background-color: #eef3eb;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 4rem;
}
@media (max-width: 767.98px) {
    .bg-bandeau {
        margin-bottom: 2rem;
    }
}
.n2 .bg-bandeau {
    background-color: #fff3fc;
}
.page-header {
    text-align: center;
    padding-bottom: 5.5rem;
    padding-top: 1rem;
}
@media (max-width: 767.98px) {
    .page-header {
        padding-bottom: 2rem;
    }
}
.page-header .page-title {
    color: #c0945c;
    margin-bottom: 0.9rem;
}
@media (max-width: 767.98px) {
    .page-header .page-title {
        font-size: 1.7rem;
    }
}
.page-header .page-description {
    color: #434343;
}
.page-header .page-description p {
    line-height: 1.8rem;
    margin-bottom: 1.2rem;
}
.store__N2 .page-header {
    background-color: #fff3fc;
}
#cart .page-header {
    margin-bottom: 4.6rem;
}
.link {
    color: #080808;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 1.3px;
    cursor: pointer;
    display: inline-block;
}
.link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #080808;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: width 0.2s ease-in;
}
.link:hover {
    transition: width 0.2s ease-out;
    text-decoration: none;
}
.link .link-inverse:before,
.link:hover:before {
    width: 0;
}
.link .link-inverse:hover:before {
    width: 100%;
}
.text-brown {
    color: #c0945c !important;
}
.text-green {
    color: #aec6a1 !important;
}
.text-pink {
    color: #efa59b !important;
}
.section {
    margin-bottom: 2rem;
}
@media (min-width: 768px) {
    .section {
        margin-bottom: 7rem;
    }
}
@media (max-width: 991.98px) {
    .section h2.section-title {
        font-size: 2rem;
        margin-bottom: 0;
    }
}
.section .section-title {
    text-align: center;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
    color: #c0945c;
    font-weight: 400;
}
.section.novelty-section {
    padding-top: 9.5rem;
    margin-bottom: 0.6rem;
}
.section.greeting-section {
    padding-top: 7.5rem;
    padding-bottom: 8rem;
}
@media (max-width: 767.98px) {
    .section.greeting-section {
        padding-top: 4.4rem;
        padding-bottom: 4.3rem;
    }
}
@media (min-width: 992px) {
    .section.section-z2 {
        padding-bottom: 5rem;
        padding-top: 8rem;
    }
}
.section-new-collection.section-beige.mb-0,
.section-pushproduits_n2.section-beige.mb-0 {
    padding-bottom: 2rem;
}
@media (min-width: 768px) {
    .section-new-collection.section-beige.mb-0,
    .section-pushproduits_n2.section-beige.mb-0 {
        padding-bottom: 7rem;
    }
}
.section-pushproduits_n2.section-beige:before {
    height: 62.5%;
}
.video-src {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.video-src iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.video-src .video-img,
.video-src figure {
    position: relative;
}
@media (min-width: 992px) {
    .video-src .video-img,
    .video-src figure {
        min-height: 200px;
    }
}
@media (min-width: 992px) {
    .product-item .video-src .video-img,
    .product-item .video-src figure {
        min-height: 252px;
    }
}
.section-video .video-title {
    margin-bottom: 1.2rem;
}
.section-video figure {
    margin-bottom: 0;
}
.section-video .video-description p {
    margin-bottom: 1.2rem;
}
@media (max-width: 767.98px) {
    .section-video .video-src {
        margin-bottom: 2rem;
    }
}
@media (max-width: 767.98px) {
    .section-video .desc h4 {
        margin-bottom: 1.3rem;
        margin-top: 1.6rem;
    }
}
.section-beige {
    background-color: #f9f5f2;
}
.section-green {
    background-color: #eef3eb;
}
.section-semi-bg,
.section-semi-bg-inverse {
    position: relative;
}
.section-semi-bg-inverse:before,
.section-semi-bg:before {
    content: "";
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
}
.section-semi-bg-inverse:before {
    bottom: auto;
    top: 0;
}
@media (max-width: 767.98px) {
    .position-sm-static {
        position: static !important;
    }
}
.u-rc,
.u-rc:before {
    position: relative;
    width: 100%;
    padding-top: 100%;
}
.u-rc:before {
    content: "";
    z-index: -1;
}
.u-rc > div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.cookies-fixedtop #main {
    position: relative;
    margin-top: 123px;
}
@media (min-width: 768px) {
    .cookies-fixedtop #main {
        margin-top: 80px !important;
    }
}
.cookies-fixedtop #header .is-sticky .header-bottom {
    top: 123px !important;
}
@media (min-width: 768px) {
    .cookies-fixedtop #header .is-sticky .header-bottom {
        top: 80px !important;
    }
}
.eupopup-container {
    background-color: red;
    padding: 1.5rem;
}
.eupopup-container p {
    margin: 0;
}
.eupopup-container:not(.eupopup-container-bottomright):not(.eupopup-container-bottomleft) .btn,
.eupopup-container:not(.eupopup-container-bottomright):not(.eupopup-container-bottomleft) .offer-infos .wpb_button_a,
.offer-infos .eupopup-container:not(.eupopup-container-bottomright):not(.eupopup-container-bottomleft) .wpb_button_a {
    margin-left: 3rem;
}
@media (max-width: 767.98px) {
    .eupopup-container:not(.eupopup-container-bottomright):not(.eupopup-container-bottomleft) .btn,
    .eupopup-container:not(.eupopup-container-bottomright):not(.eupopup-container-bottomleft) .offer-infos .wpb_button_a,
    .offer-infos .eupopup-container:not(.eupopup-container-bottomright):not(.eupopup-container-bottomleft) .wpb_button_a {
        margin-top: 1.5rem;
    }
}
.eupopup-container:not(.eupopup-container-bottomright):not(.eupopup-container-bottomleft) .text-cookie {
    text-align: left;
}
@media (min-width: 768px) {
    .eupopup-container:not(.eupopup-container-bottomright):not(.eupopup-container-bottomleft) .text-cookie {
        text-align: right;
    }
}
.eupopup-container:not(.eupopup-container-bottomright):not(.eupopup-container-bottomleft) .eupopup-body {
    text-align: right;
}
.eupopup-container .eupopup-body {
    width: 100%;
}
.eupopup-container .text-cookie {
    text-align: center;
}
.eupopup-container .link {
    text-transform: none;
    letter-spacing: normal;
    display: inline-block;
    padding: 0 !important;
    text-decoration: none !important;
}
.eupopup-container .eupopup-learn-more:focus,
.eupopup-container .eupopup-learn-more:hover {
    color: inherit !important;
}
.eupopup-container .eupopup-closebutton,
.eupopup-container .eupopup-head {
    display: none;
}
.eupopup-container-fixedtop {
    border-bottom: 1px solid;
    width: 100%;
    left: 0;
    top: 0;
}
.connexion-ou,
body#checkout .checkout-separator {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.connexion-ou:before,
body#checkout .checkout-separator:before {
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #e5e5e5;
    margin: auto;
}
.connexion-ou span,
body#checkout .checkout-separator span {
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
    border: 1px solid #e5e5e5;
    padding: 1rem 0.7rem;
    border-radius: 50px;
    width: 37px;
    text-transform: uppercase;
    height: 37px;
    color: #979797;
}
div#___ratingbadge_1 {
    display: none !important;
}
.social-network span {
    font-size: 1.3rem;
    color: #6c6c6c;
}
.social-network span,
.social-network ul {
    display: inline-block;
    vertical-align: middle;
}
.social-network ul {
    margin-bottom: 0;
}
.social-network ul li {
    margin: 0 0.9rem;
}
.social-network ul li a {
    font-size: 1.5rem;
}
.alert-danger {
    color: #db5110;
    background-color: #fedfd6;
    border-color: #f1babd;
    padding: 2rem 1.8rem 1.2rem;
}
.form-control {
    background-color: #fff;
    padding-left: 0.9rem;
    padding-right: 0.9rem;
}
textarea.form-control {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
::-webkit-input-placeholder {
    color: #979797;
}
::-moz-placeholder {
    color: #979797;
}
:-ms-input-placeholder {
    color: #979797;
}
:-moz-placeholder {
    color: #979797;
}
.form-group {
    margin-bottom: 1.7rem;
}
.form-group.is-checkbox .custom-input-check > * {
    font-weight: 700;
}
@media (min-width: 768px) {
    .form-group.is-checkbox .col-md-6 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .form-group:not(.is-checkbox) .col-md-6 {
        max-width: 265px;
    }
    .form-group:not(.is-checkbox) .col-md-3:not(.form-control-comment) {
        max-width: 100px;
    }
}
@media (min-width: 768px) {
    .form-group:not(.is-checkbox) .input-group .form-control {
        max-width: 265px;
    }
}
.form-group .checkbox a {
    color: #99b889 !important;
}
.form-group .form-control-comment {
    max-width: 76px;
}
@media (min-width: 768px) {
    .form-group .form-control-comment {
        margin-left: 1rem;
    }
}
.form-cta {
    padding-top: 0.3rem;
}
.form-notice {
    color: #979797;
    font-size: 1.2rem;
    line-height: 1.8rem;
}
.success-msg {
    color: #b7ceab;
}
.error-msg {
    color: red;
}
.custom-input-check {
    position: relative;
    cursor: pointer;
}
.custom-input-check ~ .custom-input-check {
    margin-left: 2.5rem;
}
.custom-input-check input {
    display: none;
}
.custom-input-check input:checked + .checkbox .checker:after {
    background: #aec6a1;
}
.n2 .custom-input-check input:checked + .checkbox .checker:after {
    background: #fff3fc;
}
.custom-input-check input:checked + .radio .checker:after {
    background: #aec6a1;
}
.n2 .custom-input-check input:checked + .radio .checker:after {
    background: #fff3fc;
}
.groupColor .custom-input-check input:checked + .radio .checker:after {
    border-color: #fff;
    border-width: 2px;
}
.n2 .custom-input-check input:checked + .checkbox .checker:after,
.n2 .custom-input-check input:checked + .radio .checker:after {
    background: #efa59b;
}
.custom-input-check > * {
    color: #1b1b1a;
    font-size: 1.3rem;
    display: inline-block;
}
.custom-input-check > * > a:not(.checker),
.custom-input-check > * > span:not(.checker) {
    display: inline-block;
    vertical-align: top;
    padding-left: 3rem;
    line-height: 1.9rem;
}
.groupColor .custom-input-check {
    height: 20px;
}
.groupColor .custom-input-check .checker {
    width: 20px;
    height: 20px;
    border: 1px solid #616060;
}
.groupColor .custom-input-check .checker:after {
    background-color: transparent !important;
    width: 18px;
    height: 18px;
    border: 2px solid transparent;
}
.PM_ASForm .custom-input-check > * > a:not(.checker),
.PM_ASForm .custom-input-check > * > span:not(.checker) {
    padding-left: 2.3rem;
}
.PM_ASForm .custom-input-check .checker {
    width: 14px;
    height: 14px;
}
.PM_ASForm .custom-input-check .checker:after {
    width: 8px;
    height: 8px;
}
.custom-input-check .checker {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: -2px;
    bottom: 0;
    font-size: 0;
    margin: auto;
    border: 1px solid #e4e4e4;
    background: #fff;
}
.custom-input-check .checker.in-top {
    bottom: auto;
    top: 3px;
}
.custom-input-check .checker:after {
    content: "";
    position: absolute;
    left: 0;
    width: 12px;
    height: 12px;
    top: 0;
    margin: auto;
    right: 0;
    bottom: 0;
}
.custom-input-check .radio .checker,
.custom-input-check .radio .checker:after {
    border-radius: 100%;
}
@media (max-width: 767.98px) {
    input[type="file"] + .bootstrap-filestyle input {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        border-right: 1px solid rgba(0, 0, 0, 0.25);
        margin-bottom: 1rem;
    }
}
input[type="file"] + .bootstrap-filestyle .icon-span-filestyle {
    display: none;
}
input[type="file"] + .bootstrap-filestyle .buttonText {
    margin-left: 0;
}
.form-control-comment {
    color: #979797;
}
@media (max-width: 767.98px) {
    .form-control-comment {
        padding-top: 0.5rem;
    }
}
@media (min-width: 768px) {
    .form-control-comment[class*="col-"] {
        padding-left: 0;
    }
}
.btn,
.offer-infos .wpb_button_a {
    box-shadow: none;
    padding: 0.9rem 2.9rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    transition-property: color;
    transition-duration: 0.5s;
}
.btn:disabled,
.offer-infos .wpb_button_a:disabled {
    background-color: #cbcbcb;
    color: #fff;
    border-color: #cbcbcb;
}
.btn.btn-icon .icon-player_bouton,
.offer-infos .btn-icon.wpb_button_a .icon-player_bouton {
    font-size: 0.7rem;
}
.btn.btn-icon span,
.offer-infos .btn-icon.wpb_button_a span {
    margin-left: 0.8rem;
    vertical-algin: middle;
    display: inline-block;
}
.btn.waiting,
.offer-infos .waiting.wpb_button_a {
    position: relative;
}
.btn.waiting:after,
.offer-infos .waiting.wpb_button_a:after {
    background-image: url(../css/8e11ba48870ee8dd034c473a32e9d355.gif);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 16px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    right: 0;
    background-color: hsla(0, 0%, 100%, 0.5);
}
.btn[class*="btn-outline-"]:hover,
.offer-infos .wpb_button_a[class*="btn-outline-"]:hover {
    color: #fff;
}
.n2 .btn-primary:not(:disabled),
.n2 .offer-infos .wpb_button_a:not(:disabled),
.offer-infos .n2 .wpb_button_a:not(:disabled) {
    background-color: #efa59b;
    border-color: #efa59b;
}
.n2 .btn-primary:not(:disabled):focus,
.n2 .offer-infos .wpb_button_a:not(:disabled):focus,
.offer-infos .n2 .wpb_button_a:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem hsla(7, 72%, 77%, 0.5);
}
.btn-primary:not(:disabled):before,
.offer-infos .wpb_button_a:not(:disabled):before {
    background: #abc39e;
}
.n2 .btn-primary:not(:disabled):before,
.n2 .offer-infos .wpb_button_a:not(:disabled):before,
.offer-infos .n2 .wpb_button_a:not(:disabled):before {
    background-color: #eb9185;
}
.btn-outline-info:not(:disabled):before {
    background: #bb8f56;
}
.n2 .btn-outline-primary {
    color: #efa59b;
    border-color: #efa59b;
}
.n2 .btn-primary:not(:disabled):not(.disabled).active,
.n2 .btn-primary:not(:disabled):not(.disabled):active,
.n2 .offer-infos .show > .dropdown-toggle.wpb_button_a,
.n2 .offer-infos .wpb_button_a:not(:disabled):not(.disabled).active,
.n2 .offer-infos .wpb_button_a:not(:disabled):not(.disabled):active,
.n2 .show > .btn-primary.dropdown-toggle,
.offer-infos .n2 .show > .dropdown-toggle.wpb_button_a,
.offer-infos .n2 .wpb_button_a:not(:disabled):not(.disabled).active,
.offer-infos .n2 .wpb_button_a:not(:disabled):not(.disabled):active {
    background-color: #efa59b;
    border-color: #efa59b;
}
.btn-group-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.btn-group-block .btn,
.btn-group-block .offer-infos .wpb_button_a,
.offer-infos .btn-group-block .wpb_button_a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.btn-primary,
.btn-primary:hover,
.btn-secondary,
.btn-secondary:hover,
.offer-infos .wpb_button_a,
.offer-infos .wpb_button_a:hover {
    color: #fff;
}
.btn-play {
    background-color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.btn-play,
.btn-play:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.btn-play:before {
    content: "";
    border-left: 12px solid #c0945c;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    height: 0;
    width: 0;
}
.btn-remove,
.cart-preview .ptm_blockcart_list li .remove_link {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #cbcbcb;
    border-radius: 100%;
    text-align: center;
    line-height: 1rem;
}
.btn-remove i,
.cart-preview .ptm_blockcart_list li .remove_link i {
    font-size: 0.6rem !important;
    color: #fff;
    line-height: 0.6;
}
select.form-control {
    width: auto;
    min-width: 80px;
}
[class*="col-"] > select.form-control {
    width: 100%;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #cbcbcb;
    border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #080808;
    line-height: 37px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0.9rem;
    padding-right: 2.2rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    width: 22px;
}
.select2-container--default.select2-container--focus:focus {
    background-color: #fff;
    border-color: #f2f6f0;
    outline: 0;
    box-shadow: 0 0 0 0.2rem hsla(98, 25%, 70%, 0.25);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #6c6c6c transparent transparent;
    border-width: 6px 6px 0;
    margin-left: -10px;
    margin-top: -2px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "";
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 8px 7px 0;
    left: 50%;
    margin-left: -7px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
}
.select2-container .select2-selection--single {
    height: 38px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #6c6c6c;
    border-width: 0 6px 6px;
    margin-top: -4px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 8px 7px;
    margin-top: 2px;
    margin-left: -8px;
}
.select2-dropdown {
    border-radius: 0;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #cbcbcb;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #aec6a1;
}
span.select2-selection.select2-selection--single {
    outline: none;
}
.select.select-mobile:not(.no-touch) {
    height: 38px;
    border: 1px solid #cbcbcb;
    position: relative;
}
.select.select-mobile:not(.no-touch).select-inline {
    display: inline-block;
}
.select.select-mobile:not(.no-touch) select {
    border: 0;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #080808;
    padding: 0;
    padding-left: 0.9rem;
    padding-right: 2.2rem;
    line-height: 37px;
    font-weight: 500;
    background: transparent;
}
.select.select-mobile:not(.no-touch):after {
    border-style: solid;
    height: 0;
    right: 10px;
    position: absolute;
    top: 50%;
    width: 0;
    content: "";
    border-color: #6c6c6c transparent transparent;
    border-width: 6px 6px 0;
    margin-top: -3px;
}
.select.select-mobile:not(.no-touch):before {
    content: "";
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 8px 7px 0;
    right: 9px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    z-index: 11;
}
.modal-content > [data-dismiss="modal"] {
    position: absolute;
    right: 0;
    padding: 15px 18px;
    top: 0;
    background: transparent;
    z-index: 999;
}
.modal-content > [data-dismiss="modal"] i {
    font-size: 1.1rem;
    color: #434343;
}
.modal-content {
    border: none;
    padding-top: 4.5rem;
    padding-bottom: 4rem;
}
.modal-header .h2,
.modal-header h2 {
    color: #c0945c;
    margin-bottom: 1.6rem;
    line-height: 3rem;
}
.modal-header {
    border: none;
    text-align: center;
}
.modal-header p {
    color: #080808;
    font-size: 1.4rem;
    line-height: 2rem;
}
.modal-dialog {
    max-width: 684px;
}
.modal-body {
    text-align: left;
}
.modal-body form.form-centered {
    max-width: 297px;
    margin: 0 auto;
}
.modal-body form.form-centered .select2,
.modal-body form.form-centered select {
    width: 100% !important;
}
.modal-dialog.popup-quick-view {
    max-width: 863px;
}
#videoModal.modal .modal-dialog {
    max-width: 940px;
}
#videoModal.modal .modal-body {
    height: 470px;
}
#videoModal.modal .modal-body iframe {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}
#videoModal.modal .modal-body,
#videoModal.modal .modal-content {
    padding: 0;
}
#videoModal.modal .modal-content > [data-dismiss="modal"] i {
    color: #fff;
}
#modal_language_selector.modal .modal-dialog {
    max-width: 553px;
}
@media (max-width: 767.98px) {
    .modal:not(#videoModal) .modal-dialog {
        margin: 65px 0 0;
    }
    .modal:not(#videoModal) .modal-dialog-centered {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: start;
    }
    .modal-header .h2,
    .modal-header h2 {
        font-size: 2rem;
    }
}
.accordion .card .card-header {
    border: none;
    background: transparent;
    padding: 0;
}
.accordion .card {
    border: none;
    border-bottom: 1px solid #e6e6e6 !important;
}
.accordion .card .card-header .accordion-title {
    font-size: 1.3rem;
    text-transform: uppercase;
    display: block;
    padding: 1.6rem 0;
    cursor: pointer;
}
.accordion .card:first-child {
    border-top: 1px solid #e6e6e6;
}
.accordion .card .card-body {
    padding: 0 0 1.7rem;
}
.accordion .card .card-body p {
    color: #434343;
    margin-bottom: 2rem;
    font-size: 1.4rem;
    line-height: 2rem;
}
.accordion .card .card-body p:last-child {
    margin-bottom: 0;
}
.accordion .card .card-header .accordion-title {
    position: relative;
}
.accordion .card .card-header .accordion-title:before {
    content: "\E916";
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 0;
    top: -4px;
    bottom: 0;
    height: 12px;
    font-size: 1.5rem;
    margin: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.accordion .card .card-header .accordion-title.collapsed:before {
    -webkit-transform: none;
    transform: none;
}
.product-view {
    max-width: 100vw;
    margin: -4rem -15px 8rem;
}
@media (min-width: 1200px) {
    .product-view {
        /*  margin-left: calc((-100vw / 2 + 1170px / 2) - 7.5px);*/
        margin-right: calc((-100vw / 2 + 1170px / 2) - 7.5px);
    }
}
@media (max-width: 991.98px) {
    .product-view {
        margin-bottom: 7.5rem;
    }
}
@media (max-width: 767.98px) {
    .product-view {
        margin-bottom: 3.5rem;
        margin-top: -2.1rem;
    }
}
@media (max-width: 991.98px) {
    .product-view .product-cover {
        margin-bottom: 1rem;
    }
}
.product-view .product-img-cover {
    padding: 3.5rem 0 2.2rem;
    background-color: #f8f8f8;
}
@media (max-width: 767.98px) {
    .product-view .product-img-cover {
        margin-bottom: 1.5rem;
        padding: 0;
    }
}
.product-view .product-prices {
    margin-bottom: 1.5rem;
}
#product {
    overflow-x: hidden;
}
@media (max-width: 767.98px) {
    #product .bg-bandeau {
        background-color: transparent;
    }
    #product .bg-bandeau,
    #product .bg-bandeau .breadcrumb {
        margin-bottom: 0;
        padding: 0;
    }
    #product .bg-bandeau .breadcrumb {
        position: relative;
        top: 13px;
        left: -2px;
        z-index: 2;
    }
    #product .bg-bandeau .breadcrumb ol li.breadcrumb-item:first-child {
        width: 19px;
        height: 19px;
    }
}
#product .mypresta_scrollup {
    bottom: 80px !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #index .ginstagram_w {
        padding: 10px 0 !important;
    }
}
@media (max-width: 767.98px) {
    #index .ginstagram_w {
        padding-bottom: 1rem;
    }
}
#index.with-slideshow #wrapper {
    padding-top: 4rem;
}
@media (max-width: 991.98px) {
    #index.with-slideshow #wrapper {
        padding-top: 0;
    }
}
@media (max-width: 991.98px) {
    #category #left-column,
    #module-pm_advancedsearch4-searchresults #left-column {
        padding-top: 2.5rem;
    }
}





/*
@media (min-width: 768px) and (max-width: 991.98px) {
    #category #left-column,
    #module-pm_advancedsearch4-searchresults #left-column {
        min-width: 346px;
        max-width: 346px;
    }
}
*/
#category .text_seo {
    padding-top: 7.2rem;
    text-align: center;
    color: #6c6c6c;
    font-size: 1.3rem;
}
@media (max-width: 767.98px) {
    #category .text_seo {
        padding-top: 3.3rem;
    }
}
#category .text_seo:empty {
    display: none;
}
#category #wrapper {
    padding-bottom: 5.7rem;
}
@media (max-width: 767.98px) {
    #category #wrapper {
        padding-bottom: 3.7rem;
    }
}
@media (min-width: 768px) {
    #category .bg-bandeau .page-header {
        padding-bottom: 6rem;
    }
}
@media (min-width: 768px) {
    #category .bg-bandeau {
        margin-bottom: 3.5rem;
    }
}
@media (min-width: 576px) and (max-width: 991.98px) {
    #category .bg-bandeau .page-header {
        margin-bottom: 3rem;
    }
}
@media (max-width: 767.98px) {
    #category .bg-bandeau .page-header {
        margin-bottom: 2rem;
    }
}
#category .select2-dropdown {
    z-index: 9999;
}
@media (min-width: 992px) {
    #cms.page-cms:not(.category2) .page-cms {
        margin: 0 auto;
    }
    #cms.page-cms:not(.category2) .page-cms:not(.page-cms-6):not(.page-cms-7):not(.page-cms-11) {
        max-width: 750px;
    }
    #cms.page-cms .page-cms-7 {
        max-width: 944px;
    }
}
#stores .select.select-mobile:not(.no-touch) {
    height: 48px;
}
#stores .select.select-mobile:not(.no-touch) select {
    line-height: 47px;
    width: 100.5%;
}
[data-toggle="collapse"] i {
    font-size: 1.1rem;
    margin-left: 0.6rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.collapsed[data-toggle="collapse"] i {
    -webkit-transform: none;
    transform: none;
}
@media (min-width: 992px) {
    .collapse-md {
        display: block !important;
        height: auto !important;
    }
}
@media (min-width: 768px) {
    .collapse-sm {
        display: block !important;
        height: auto !important;
    }
}
.jspContainer {
    overflow: hidden;
    position: relative;
}
.jspPane,
.jspVerticalBar {
    position: absolute;
}
.jspVerticalBar {
    top: 0;
    right: -6px;
    width: 8px;
    height: 100%;
    background: #e4e4e4;
}
.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}
.jspCap {
    display: none;
}
.jspHorizontalBar .jspCap {
    float: left;
}
.jspTrack {
    background: #e4e4e4;
    position: relative;
}
.jspDrag {
    background: #080808;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}
.jspHorizontalBar .jspDrag,
.jspHorizontalBar .jspTrack {
    float: left;
    height: 100%;
}
.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}
.jspVerticalBar .jspArrow {
    height: 16px;
}
.jspHorizontalBar .jspArrow {
    width: 12px;
    float: left;
    height: 100%;
}
.jspVerticalBar .jspArrow:focus {
    outline: none;
}
.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}
* html .jspCorner {
    margin: 0 -3px 0 0;
}
.h2,
h2 {
    letter-spacing: 1.3px;
}
@media (max-width: 991.98px) {
    .h2,
    h2 {
        font-size: 1.7rem;
    }
}
.h3,
h3 {
    letter-spacing: 1px;
}
.h4,
h4 {
    letter-spacing: 1.6px;
}
p {
    letter-spacing: -0.28px;
}
.as4-loader-blur {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="2");
    filter: blur(2px);
}
.facet {
    position: relative;
    max-width: 165px;
    border-bottom: 1px solid #e4e4e4;
}
@media (min-width: 992px) {
    .facet:last-child {
        border-bottom: none;
    }
}
.facet .PM_ASCriterionsGroupTitle {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    cursor: pointer;
}
@media (min-width: 992px) {
    .facet:first-child .PM_ASCriterionsGroupTitle {
        padding-top: 0;
    }
}
.facet .PM_ASLabelCheckbox .checkbox :not(.checker),
.facet .PM_ASLabelCheckbox .radio :not(.checker) {
    color: #1b1b1a;
}
.facet a:hover {
    text-decoration: none;
    color: #1b1b1a;
}
.facet .title {
    display: block;
}
.facet .title .facet-title {
    margin: 0;
}
.facet .title .icon-arrow_1,
.facet .title .icon-arrow_1_up {
    font-size: 1.2rem;
    position: absolute;
    right: 0;
    color: #080808;
    height: 15px;
    bottom: 0;
    top: 0;
    margin: auto;
    transition: all 0.2s ease;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.facet .title.collapsed .icon-arrow_1,
.facet .title.collapsed .icon-arrow_1_up {
    -webkit-transform: none;
    transform: none;
}
.facet > .title .facet-title {
    color: #434343;
    padding: 1rem 0 0.9rem;
    position: relative;
}
.facet label {
    margin: 0;
    display: block;
}
.facet ul {
    padding-top: 0.5rem;
    margin-bottom: 0;
    padding-bottom: 1.1rem;
}
.facet ul li {
    margin-bottom: 0.6rem;
}
.PM_ASSelections.active_filters > * {
    display: inline-block;
    vertical-align: middle;
}
.PM_ASSelections.active_filters ul {
    margin-bottom: 0;
}
.PM_ASSelections.active_filters ul li {
    color: #6c6c6c;
}
.PM_ASSelections.active_filters .active-filter-title {
    font-family: Quicksand, Arial, sans-serif;
    text-transform: none;
    font-weight: 700;
    margin-bottom: 0;
    margin-right: 2rem;
}
@media (max-width: 991.98px) {
    .filter {
        position: absolute;
        left: 15px;
        top: 0;
        z-index: 1;
        text-align: center;
        background-color: #fff;
        right: 15px;
        border: 1px solid #080808;
        /*  border-bottom: none; */
    }
    .filter > a {
        padding: 1rem 2rem;
        display: block;
        text-transform: uppercase;
        color: #000;
        letter-spacing: 1px;
        font-weight: 700;
        font-size: 1.2rem;
        border-bottom: 1px solid #080808;
    }
    .filter .facet {
        max-width: 100%;
    }
    .filter .PM_ASBlockOutput {
        text-align: left;
        padding: 0 2rem;
        border-bottom: 1px solid #080808;
    }
    .filter .filter-actions {
        padding-top: 2rem;
        padding-bottom: 2rem;
        display: -webkit-inline-box;
        float: right;
        padding: 0.9rem 0rem !important;
    }
    .filter .filter-actions > div:first-child {
        padding-right: 0.5rem;
    }
    .filter .filter-actions > div:last-child {
        padding-left: 0.5rem;
    }
}
.block-newsletter #gdpr_consent {
    margin-bottom: 0 !important;
    margin-top: 2rem;
}
.breadcrumb {
    background-color: transparent;
    padding: 1.2rem 0 1.3rem;
}
/*
fix padding on category page mobile
@media (max-width: 767.98px) {
    .breadcrumb {
        padding-bottom: 0;
    }
}
*/
.breadcrumb .store__N2 .breadcrumb {
    background-color: #fff3fc;
}
@media (min-width: 768px) {
    .breadcrumb + .page-header {
        margin-top: -1rem;
    }
}
.breadcrumb ol {
    margin-bottom: 0;
    display: block !important;
    /*overflow: hidden;*/
    overflow: initial;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.breadcrumb ol li.breadcrumb-item {
    vertical-align: middle;
    padding-left: 0;
    margin-right: 0;
}
.breadcrumb ol li.breadcrumb-item:not(:first-child) {
    display: inline;
}
@media (max-width: 767.98px) {
    #product .breadcrumb ol li.breadcrumb-item:not(:first-child) {
        display: none;
    }
}
.breadcrumb ol li.breadcrumb-item:not(:first-child):not(:last-child):after {
    content: "\203A";
    font-size: 1.4rem;
}
.breadcrumb ol li.breadcrumb-item + .breadcrumb-item:before {
    display: none;
}
.breadcrumb ol li.breadcrumb-item a {
    font-size: 1.4rem;
}
.breadcrumb ol li.breadcrumb-item a span {
    line-height: 2.8rem;
}
.breadcrumb ol li.breadcrumb-item:first-child {
    width: 21px;
    height: 21px;
    background: #dce1d9;
    border-radius: 100%;
    position: relative;
    margin-right: 0.7rem;
    display: inline-block;
}
.breadcrumb ol li.breadcrumb-item:first-child i {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 7px;
    height: 7px;
    width: 8px;
    margin: auto;
    top: 0;
    bottom: 0;
}
.dropdown {
    color: #cbcbcb;
}
.dropdown:hover .expand-more {
    color: #aec6a1;
}
.dropdown .expand-more {
    color: #232323;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.dropdown .active {
    max-height: 200px;
    overflow-y: hidden;
    visibility: visible;
}
.dropdown select {
    -moz-appearance: none;
    border: 0 none;
    outline: 0 none;
    color: #232323;
    background: #fff;
}
.dropdown-item:focus,
.dropdown-item:hover {
    background: none;
    text-decoration: none;
    color: #aec6a1;
}
@media (min-width: 768px) {
    .header-bottom .search-hover {
        position: relative;
    }
    .header-bottom .search-hover .no-touch .no-touch > a {
        opacity: 0;
    }
    .header-bottom .search-hover .no-touch .no-touch form button[type="submit"] {
        visibility: visible;
    }
}
.header-bottom .search-widget form i {
    font-weight: 700;
}
.header-bottom .search-widget form button[type="submit"] {
    position: absolute;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #080808;
    font-weight: 700;
    bottom: 11px;
    right: 10px;
}
@media (max-width: 767.98px) {
    .header-bottom .search-widget form button[type="submit"] {
        bottom: 0;
        right: 15px;
    }
    .header-bottom .search-widget form button[type="submit"] span {
        padding: 1.5rem 1rem;
        background: #aec6a1;
        color: #fff;
    }
}
@media (min-width: 768px) {
    .header-bottom .search-widget form button[type="submit"] {
        bottom: 0;
        right: 0;
        visibility: hidden;
    }
}
.header-bottom .search-widget form input[type="text"] {
    border: none;
    width: 100%;
    color: #080808;
    padding: 1rem 3rem 1rem 1rem;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@media (min-width: 992px) {
    .header-bottom .search-widget form input[type="text"] {
        background: transparent;
        border-bottom: 1px solid #080808 !important;
        background-color: transparent !important;
        padding-left: 0 !important;
        text-indent: 0;
    }
    .header-bottom .search-widget form input[type="text"]:-webkit-autofill,
    .header-bottom .search-widget form input[type="text"]:-webkit-autofill:active,
    .header-bottom .search-widget form input[type="text"]:-webkit-autofill:focus,
    .header-bottom .search-widget form input[type="text"]:-webkit-autofill:hover {
        -webkit-box-shadow: 0;
    }
    .header-bottom .search-widget form input[type="text"]::-webkit-input-placeholder {
        color: #080808 !important;
    }
    .header-bottom .search-widget form input[type="text"]:-ms-input-placeholder {
        color: #080808 !important;
    }
    .header-bottom .search-widget form input[type="text"]::placeholder {
        color: #080808 !important;
    }
}
@media (min-width: 768px) {
    .header-bottom .search-widget form input[type="text"] {
        border-bottom: 1px solid #080808;
        padding: 6px 0 1px;
    }
}
.header-bottom .search-widget form input[type="text"]:focus {
    outline: none;
    box-shadow: none;
}
.header-bottom #search_widget {
    position: absolute;
    height: 0;
    right: 0;
    top: 52px;
    transition: height 0.3s ease;
    background: #fff;
    z-index: 2;
}
@media (min-width: 992px) {
    .header-bottom #search_widget {
        width: 185px !important;
    }
}
.header-bottom #search_widget input:-moz-placeholder,
.header-bottom #search_widget input::-moz-placeholder {
    color: #c6c6c6;
    opacity: 1;
}
.header-bottom #search_widget input::-ms-input-placeholder {
    color: #c6c6c6;
}
.header-bottom #search_widget input::-webkit-input-placeholder {
    color: #c6c6c6;
}
.header-bottom #search_widget input:-ms-input-placeholder {
    color: #c6c6c6;
}
.header-bottom #search_widget input::placeholder {
    color: #c6c6c6;
}
@media (min-width: 768px) {
    .header-bottom #search_widget {
        width: 0;
        top: 0;
        transition: width 0.3s ease;
        height: 100%;
        background: transparent;
    }
}
@media (max-width: 767.98px) {
    .header-bottom #search_widget {
        left: 0;
        overflow: hidden;
    }
}
@media (min-width: 992px) {
    .ssa-searchblock form .ssa-nav-fill {
        background-color: transparent !important;
    }
}
@media (min-width: 992px) {
    #adtm_menu {
        position: relative;
    }
}
#adtm_menu #adtm_menu_inner {
    text-align: center;
}
#adtm_menu .adtm_sub {
    position: absolute;
    width: 100%;
    top: 24px;
    left: 0;
    box-shadow: 0 5px 20px -10px #c8c8c8;
}
@media (min-width: 992px) {
    #adtm_menu .adtm_sub > div {
        background: #fff;
        z-index: 22;
        text-align: left;
        overflow: hidden;
        height: 0;
        transition: all 0.4s ease-out;
    }
}
.is-sticky #adtm_menu .adtm_sub {
    top: 35px;
}
@media (max-width: 991.98px) {
    #adtm_menu .adtm_sub {
        left: -100vh;
        top: 0;
        height: 100vh;
        background: #fff;
        z-index: 22;
        text-align: left;
        overflow-y: auto;
        transition: all 0.4s ease-out;
    }
    #adtm_menu .adtm_sub .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0;
    }
    #adtm_menu .adtm_sub .container {
        padding: 0;
    }
    #adtm_menu .adtm_sub .row {
        margin: 0;
    }
    #adtm_menu .adtm_sub .row > .col {
        position: static;
    }
}
#adtm_menu .a-niveau1 {
    color: #080808;
    padding-bottom: 0.7rem;
    font-size: 1.5rem;
    text-transform: uppercase;
    position: relative;
    transition: all 0.2s ease;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 1.5px;
}
@media (max-width: 991.98px) {
    #adtm_menu .a-niveau1 {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
        display: block;
        font-size: 1.4rem;
    }
}
#adtm_menu .a-niveau1:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease;
    width: 0;
    height: 1px;
    background: #c0945c;
    right: 0;
    margin: auto;
}
#adtm_menu .a-niveau1.active,
.no-touch #adtm_menu .a-niveau1:hover {
    text-decoration: none;
    color: #c0945c;
}
#adtm_menu .a-niveau1.active:before,
.no-touch #adtm_menu .a-niveau1:hover:before {
    width: 100%;
}
#adtm_menu #menu {
    font-size: 0;
    margin: 0;
}
#adtm_menu .item-niveau1 {
    font-size: 1.4rem;
    margin-right: 1.3rem;
    margin-left: 1.3rem;
}
@media (max-width: 991.98px) {
    #adtm_menu .item-niveau1 {
        margin-right: 0;
        margin-left: 0;
        display: list-item;
        text-align: left;
    }
    #adtm_menu .item-niveau1:first-child {
        border-top: 1px solid #e4e4e4;
    }
}
.no-touch #adtm_menu .item-niveau1.sub:hover .adtm_sub > div {
    height: auto;
    padding-top: 3.6rem;
    padding-bottom: 4.5rem;
}
@media (max-width: 991.98px) {
    .no-touch #adtm_menu .item-niveau1.sub:hover .adtm_sub > div {
        padding: 0;
        left: 0;
    }
}
.no-touch #adtm_menu .item-niveau1.sub:hover a:before {
    width: 100%;
}
.no-touch #adtm_menu .item-niveau1.sub:hover > a {
    text-decoration: none;
    color: #c0945c;
}
.adtm_menu_container {
    position: relative;
    z-index: 1;
}
@media (max-width: 991.98px) {
    .menu-mobile {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 285px;
        background: #fff;
        transition: all 0.3s ease-in;
       /* z-index: 1;*/
    }
    .menu-mobile:before {
        top: 0;
        background: rgba(0, 0, 0, 0.3);
        position: absolute;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: -1;
    }
    #menu {
        border-top: 1px solid #e4e4e4;
    }
    #menu a {
        display: block;
        font-size: 1.4rem;
        color: #080808;
        margin-bottom: 0;
        border-bottom: 1px solid #e4e4e4;
        text-align: left !important;
        text-transform: uppercase;
        position: relative;
        padding-right: 30px;
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
    }
    #menu a:after {
        content: "\E916";
        font-family: icomoon;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        font-size: 11px;
        width: 11px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        height: 6px;
    }
    #menu a span {
        display: block;
    }
    #menu .adtm_column + p {
        display: none;
    }
    .menu-body {
        position: relative;
        overflow: auto;
        padding: 0 1.5rem;
        background-color: #fff;
        height: calc(100% - 200px);
    }
    .menu-body #_mobile_user_account {
        bottom: 0;
        left: 0;
        background: #fff;
        width: 100%;
    }
    .menu-body #_mobile_user_account a {
        font-size: 1.4rem;
        display: block;
        color: #080808;
        padding-top: 1.4rem;
        padding-bottom: 1.4rem;
        border-bottom: 1px solid #e4e4e4;
    }
    .menu-body #_mobile_user_account a i {
        font-size: 2rem;
    }
    .menu-body #_mobile_user_account a span {
        margin-left: 1.3rem;
    }
    .menu-footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        background-color: #fff;
        padding-top: 1rem;
        margin: 0;
    }
    .menu-footer #_mobile_newsletter_link {
        padding-top: 3rem;
    }
    .menu-footer #_mobile_contact_us {
        padding-bottom: 3rem;
    }
    .menu-footer #_mobile_contact_us,
    .menu-footer #_mobile_newsletter_link {
        font-size: 1rem;
        text-transform: uppercase;
        text-align: center;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .menu-footer > div:last-child {
        font-size: 0;
        border-top: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
    }
    .menu-footer > div:last-child > div {
        display: inline-block;
        padding-top: 1.4rem;
        padding-bottom: 1.4rem;
    }
    .menu-footer > div:last-child > div:not(:first-child) {
        border-left: 1px solid #e4e4e4;
    }
    .menu-footer #_mobile_switch_lang {
        width: 29.01961%;
        padding-right: 2.2rem;
        padding-left: 2.8rem;
    }
    .menu-footer #_mobile_switch_lang a {
        font-size: 1.4rem;
    }
    .menu-footer #_mobile_switch_lang a i {
        font-size: 0.6rem;
    }
    .menu-footer #_mobile_sharebar {
        text-align: center;
        width: 70.58824%;
    }
    .menu-footer #_mobile_sharebar .h4 {
        display: none;
    }
    .menu-footer #_mobile_sharebar > a {
        margin: 0 1.3rem;
        font-size: 2rem;
    }
    .menu-header {
        background-color: #fff;
    }
}
@media (max-width: 991.98px) {
    .adtm_sub .column_wrap_title {
        display: block;
    }
}
.adtm_sub .column_wrap_title > a {
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #c0945c;
    display: inline-block;
}
@media (min-width: 992px) {
    .adtm_sub .column_wrap_title > a {
        margin-bottom: 1.4rem;
    }
}
@media (max-width: 991.98px) {
    .adtm_column_wrap {
        padding: 0 1.5rem;
    }
}
@media (min-width: 992px) {
    .adtm_column + .adtm_column {
        margin-top: 4.2rem;
    }
}
@media (max-width: 991.98px) {
    .adtm_elements {
        position: absolute;
        left: -100vh;
        top: 0;
        background: #ffff;
        width: 100%;
        height: calc(100% - 280px);
        overflow-y: auto;
        z-index: 90;
        transition: all 0.4s ease-out;
    }
    .adtm_elements ul {
        padding: 0 1.5rem;
        overflow-y: auto;
        height: calc(100% - 40px);
    }
    .adtm_elements ul > li > a {
        font-size: 1.4rem;
        color: #6c6c6c !important;
        text-transform: none !important;
    }
    .adtm_elements ul > li > a:after {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .adtm_elements ul > li {
        margin-bottom: 1rem;
    }
}
.adtm_elements ul > li > a {
    font-size: 1.4rem;
    color: #6c6c6c;
}
.no-touch .adtm_elements ul > li > a:hover {
    color: #080808;
    text-decoration: none;
}
.adtm_sub .go-back {
    padding: 0 1.5rem;
    background-color: #f9f3ef;
    position: relative;
}
#adtm_menu #menu .adtm_sub .go-back > a {
    font-size: 1.5rem !important;
}
#adtm_menu #menu .adtm_sub .go-back > a:after {
    display: none;
}
#adtm_menu #menu .adtm_sub .go-back > a,
.adtm_sub .go-back i {
    display: inline-block !important;
    vertical-align: middle;
    border: none !important;
}
.adtm_sub .go-back i {
    margin-right: 1.2rem;
    font-size: 1.1rem;
    margin-left: -0.2rem;
}
.menu-opened {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99;
}
body#checkout {
    color: #232323;
}
body#checkout #header {
    margin-bottom: 2.8rem;
}
body#checkout #header .header-nav {
    padding: 3rem 0 2.8rem;
    border-bottom: 1px solid #e6e6e6;
}
body#checkout #header .header-nav .link {
    text-transform: none;
    letter-spacing: -0.28px;
    font-size: 1.4rem;
}
body#checkout #header .header-nav .logo {
    max-height: 4.7rem;
    width: auto;
}
body#checkout .connexion-ou {
    display: none;
}
body#checkout .custom-input-check .checker.in-top {
    top: 0;
}
body#checkout #customer-form,
body#checkout .address-form,
body#checkout .register-form {
    padding-right: 0;
}
body#checkout label {
    margin-bottom: 0;
}
body#checkout .form-text-info {
    line-height: 2.4rem;
    margin-bottom: 2rem;
}
body#checkout .nav {
    margin-bottom: 3rem;
}
body#checkout .nav .nav-item .nav-separator {
    padding-left: 3rem;
    padding-right: 3rem;
}
body#checkout .nav .nav-item .nav-link {
    color: #000;
    padding: 0;
}
body#checkout .nav .nav-item .nav-link.active,
body#checkout .nav .nav-item .nav-link:hover {
    font-weight: 700;
}
body#checkout select {
    width: 100%;
}
body#checkout .form-footer {
    text-align: center;
}
@media (min-width: 768px) {
    body#checkout .form-footer {
        text-align: right;
    }
}
@media (max-width: 991.98px) {
    body#checkout .form-footer .link {
        margin-bottom: 1.8rem;
        display: inline-block;
    }
}
@media (min-width: 768px) {
    .offer-infos body#checkout .form-footer .link + .wpb_button_a,
    body#checkout .form-footer .link + .btn,
    body#checkout .form-footer .offer-infos .link + .wpb_button_a {
        margin-left: 1.5rem;
    }
}
.offer-infos body#checkout .form-footer .wpb_button_a,
body#checkout .form-footer .btn,
body#checkout .form-footer .offer-infos .wpb_button_a {
    min-width: 194px;
}
@media (max-width: 991.98px) {
    .offer-infos body#checkout .form-footer .wpb_button_a,
    body#checkout .form-footer .btn,
    body#checkout .form-footer .offer-infos .wpb_button_a {
        display: block;
        width: 100%;
    }
}
body#checkout #login-form {
    padding-top: 2rem;
}
body#checkout #login-form > section {
    margin-bottom: 2.8rem;
}
body#checkout .completed-step .link {
    text-transform: none;
    font-size: 1.4rem;
}
body#checkout .completed-step > p {
    margin-bottom: 1.6rem;
}
body#checkout .completed-step p.checkout-notice {
    font-size: 1.3rem;
    opacity: 0.5;
    margin-top: 2.8rem;
    margin-bottom: 1rem;
}
body#checkout .link.switcherLink {
    font-size: 1.4rem;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 500;
    white-space: nowrap;
}
body#checkout #checkout-addresses-step .row,
body#checkout #checkout-personal-information-step .row,
body#checkout #login-form .row {
    margin-left: 0;
    margin-right: 0;
}
body#checkout #checkout-addresses-step .row > [class*="col-"],
body#checkout #checkout-personal-information-step .row > [class*="col-"],
body#checkout #login-form .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
body#checkout #checkout-addresses-step .col-md-9,
body#checkout #checkout-personal-information-step .col-md-9,
body#checkout #login-form .col-md-9 {
    max-width: 384px;
}
body#checkout #checkout-addresses-step .offset-md-3,
body#checkout #checkout-personal-information-step .offset-md-3,
body#checkout #login-form .offset-md-3 {
    margin-left: 100px;
}
@media (min-width: 992px) {
    body#checkout #checkout-personal-information-step .content {
        padding-left: 6rem;
    }
}
body#checkout #checkout-personal-information-step .form-control {
    padding-left: 1.5rem;
    padding-right: 1.6rem;
    height: calc(4.4rem + 2px);
}
body#checkout #checkout-personal-information-step .form-group {
    margin-bottom: 2rem;
}
body#checkout #checkout-personal-information-step .form-group .input-group-btn button {
    width: 121px;
    height: 46px;
    margin-left: -1px;
}
body#checkout #checkout-addresses-step  .content {
    margin-bottom: 4.5rem;
    padding-top: 3.4rem;
}
body#checkout #checkout-addresses-step  .content > p {
    margin-bottom: 3rem;
}
body#checkout .checkout-process {
    border: 1px solid #dddedf;
}
body#checkout section#content {
    margin-bottom: 1.563rem;
}
body#checkout .container {
    min-height: 100%;
}
body#checkout section.checkout-step {
    background-color: #fff;
    border-bottom: 1px solid #dddedf;
}
body#checkout section.checkout-step:last-child {
    border: 0;
}
body#checkout section.checkout-step .form-group {
    margin-bottom: 2.8rem;
}
@media (max-width: 991.98px) {
    body#checkout section.checkout-step .form-group {
        margin-bottom: 1.4rem;
    }
}
@media (min-width: 768px) {
    body#checkout section.checkout-step .form-group .form-control-comment {
        padding-left: 1rem;
    }
}
@media (max-width: 991.98px) {
    body#checkout section.checkout-step .form-group .form-control-comment {
        padding-top: 0.4rem;
    }
}
body#checkout section.checkout-step .step-title {
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 0;
    font-family: Quicksand, Arial, sans-serif;
    padding: 1.6rem 1rem;
    color: #979797;
    font-weight: 500;
    position: relative;
}
body#checkout section.checkout-step .step-title > span {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 767.98px) {
    body#checkout section.checkout-step .step-title > span:not(.step-edit),
    body#checkout section.checkout-step .step-title > span:not(.step-number) {
        max-width: 200px;
    }
}
body#checkout section.checkout-step .content {
    padding: 0 2rem 2rem 4.8rem;
}
body#checkout section.checkout-step .step-edit {
    position: absolute;
    right: 15px;
    top: 2.2rem;
    height: 14px;
}
body#checkout section.checkout-step .not-allowed {
    cursor: not-allowed;
    opacity: 0.5;
}
body#checkout section.checkout-step .content,
body#checkout section.checkout-step .step-edit {
    display: none;
}
body#checkout section.checkout-step.-current .content {
    display: block;
}
body#checkout section.checkout-step.-current .step-title {
    color: #c0945c;
}
body#checkout section.checkout-step.-current .step-number {
    background-color: #c0945c;
    color: #fff;
}
body#checkout section.checkout-step.-current.-reachable.-complete .step-edit {
    display: none;
}
body#checkout section.checkout-step.-current.-reachable.-complete .step-number {
    display: inline-block;
}
body#checkout section.checkout-step.-current.-reachable.-complete .content {
    display: block;
}
body#checkout section.checkout-step.-reachable.-complete .content {
    display: none;
}
body#checkout section.checkout-step .shipping-address {
    margin-bottom: 2.5rem;
}
body#checkout section.checkout-step .billing-address {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
body#checkout section.checkout-step .default-input {
    min-width: 40%;
}
body#checkout section.checkout-step .default-input[name="address1"],
body#checkout section.checkout-step .default-input[name="address2"] {
    min-width: 60%;
}
body#checkout section.checkout-step .radio-field {
    margin-top: 1.875rem;
}
body#checkout section.checkout-step .radio-field label {
    display: inline;
}
body#checkout section.checkout-step .checkbox-field div {
    margin-top: 3.75rem;
}
body#checkout section.checkout-step .checkbox-field + .checkbox-field div {
    margin-top: 0;
}
body#checkout section.checkout-step .select-field div {
    background: #f6f6f6;
    padding: 0.625rem 3.125rem;
}
body#checkout section.checkout-step #conditions-to-approve {
    padding-top: 1rem;
}
body#checkout section.checkout-step .payment-options label {
    display: table-cell;
}
body#checkout section.checkout-step .payment-options .custom-radio {
    margin-right: 1.25rem;
}
body#checkout section.checkout-step .payment-options .payment-option {
    margin-bottom: 1rem;
}
body#checkout section.checkout-step .step-number {
    display: inline-block;
    width: 26px;
    height: 26px;
    color: #131211;
    border-radius: 100%;
    text-align: center;
    font-size: 1.4rem;
    padding: 0.5rem;
    background-color: #dddedf;
    margin-right: 1.5rem;
}
body#checkout section.checkout-step .address-item {
    background: #f7f7f7;
    margin-bottom: 0.625rem;
    padding-bottom: 38px;
}
@media (max-width: 767.98px) {
    body#checkout section.checkout-step .address-item ~ .address-item {
        margin-top: 2rem;
    }
}
.offer-infos body#checkout section.checkout-step .address-item .wpb_button_a,
body#checkout section.checkout-step .address-item .btn,
body#checkout section.checkout-step .address-item .offer-infos .wpb_button_a {
    background: #fff;
    padding-left: 1rem;
    padding-right: 1rem;
}
.offer-infos body#checkout section.checkout-step .address-item .wpb_button_a:hover,
body#checkout section.checkout-step .address-item .btn:hover,
body#checkout section.checkout-step .address-item .offer-infos .wpb_button_a:hover {
    color: #c0945c;
}
@media (min-width: 992px) {
    body#checkout section.checkout-step .address-item:nth-child(2n):before {
        left: 0;
        background: #fff;
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        width: 15px;
    }
    body#checkout section.checkout-step .address-item:nth-child(odd):after {
        right: 0;
        background: #fff;
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        width: 15px;
    }
    body#checkout section.checkout-step .address-item:nth-child(2n) .address-footer {
        right: 0;
        left: 15px;
    }
    body#checkout section.checkout-step .address-item:nth-child(odd) .address-footer {
        left: 0;
        right: 15px;
    }
    body#checkout section.checkout-step .address-item:nth-child(2n) .radio-block {
        padding-left: 3rem;
    }
    body#checkout section.checkout-step .address-item:nth-child(odd) .radio-block {
        padding-right: 3rem;
    }
}
body#checkout section.checkout-step .address-item .custom-input-check input:checked + .radio .checker:after {
    background-color: #080808;
}
body#checkout section.checkout-step .address-item .custom-input-check .checker {
    top: 6px;
    bottom: auto;
}
body#checkout section.checkout-step .address-item footer.address-footer {
    position: absolute;
    bottom: 0;
}
@media (max-width: 991.98px) {
    body#checkout section.checkout-step .address-item footer.address-footer {
        width: 100%;
    }
}
body#checkout section.checkout-step .address-selector > div > .address-item:first-child:before {
    display: none;
}
body#checkout section.checkout-step .address-alias {
    font-weight: 600;
}
body#checkout section.checkout-step .radio-block {
    padding: 2rem 1.5rem 0;
    text-align: left;
}
body#checkout section.checkout-step .radio-block label {
    display: block;
    cursor: pointer;
}
body#checkout section.checkout-step .custom-radio {
    margin-right: 0;
}
body#checkout section.checkout-step .custom-radio input[type="radio"] {
    height: 1.25rem;
    width: 1.25rem;
}
body#checkout section.checkout-step .delete-address .delete,
body#checkout section.checkout-step .delete-address .edit,
body#checkout section.checkout-step .edit-address .delete,
body#checkout section.checkout-step .edit-address .edit {
    font-size: 1.4rem;
}
body#checkout section.checkout-step #delivery-addresses,
body#checkout section.checkout-step #invoice-addresses {
    margin-top: 1.25rem;
}
body#checkout section.checkout-step .media-list .media {
    margin-bottom: 0.5rem;
}
body#checkout section.checkout-step .add-address {
    margin-top: 1.25rem;
    margin-bottom: 3rem;
}
body#checkout section.checkout-step .add-address a {
    color: #080808;
}
body#checkout section.checkout-step .add-address .add-address-icon {
    display: inline-block;
    position: relative;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin-right: 1rem;
}
body#checkout section.checkout-step .add-address .add-address-icon:after,
body#checkout section.checkout-step .add-address .add-address-icon:before {
    position: absolute;
    background: #000;
    content: "";
    top: 0;
    left: 0;
    margin: auto;
}
body#checkout section.checkout-step .add-address .add-address-icon:before {
    right: 0;
    width: 2px;
    height: 12px;
}
body#checkout section.checkout-step .add-address .add-address-icon:after {
    bottom: 0;
    width: 12px;
    height: 2px;
}
body#checkout section.checkout-step .delivery-option {
    background: #f7f7f7;
    padding: 1.65rem 2rem;
    margin-bottom: 1rem;
}
body#checkout section.checkout-step .delivery-option label {
    text-align: inherit;
    margin-bottom: 0;
}
body#checkout section.checkout-step .delivery-option .custom-input-check input:checked + .radio .checker:after {
    background-color: #080808;
}
body#checkout section.checkout-step .carrier-delay,
body#checkout section.checkout-step .carrier-name {
    display: inline-block;
    word-break: break-word;
    text-align: left;
    font-size: 1.3rem;
}
body#checkout section.checkout-step .sign-in {
    font-size: 0.875rem;
}
body#checkout .additional-information {
    font-size: 0.875rem;
    margin-left: 2.875rem;
    margin-top: 1.25rem;
}
body#checkout .condition-label {
    margin-left: 2.5rem;
    margin-top: 0.625rem;
}
body#checkout .condition-label label {
    text-align: inherit;
}
body#checkout #cart-summary-product-list {
    font-size: 0.875rem;
}
body#checkout #cart-summary-product-list img {
    border: 1px solid #f1f1f1;
    width: 3.125rem;
}
body#checkout #cart-summary-product-list .media-body {
    vertical-align: middle;
    margin-left: 0.5rem;
    line-height: 1.2rem;
}
body#checkout #cart-summary-product-list .media-body .product-name {
    line-height: 1rem;
}
body#checkout #order-summary-content {
    padding-top: 0.9375rem;
}
body#checkout #order-summary-content h4.h4 {
    margin-top: 0.625rem;
    margin-bottom: 1.25rem;
    color: #232323;
}
body#checkout #order-summary-content h4.black {
    color: #000;
}
body#checkout #order-summary-content h4.addresshead {
    margin-top: 0.1875rem;
}
body#checkout #order-summary-content .noshadow {
    box-shadow: none;
}
body#checkout #order-summary-content #order-items {
    border-right: 0;
}
body#checkout #order-summary-content #order-items h3.h3 {
    color: #232323;
    margin-top: 1.25rem;
}
body#checkout #order-summary-content #order-items table tr:first-child td {
    border-top: 0;
}
body#checkout #order-summary-content .order-confirmation-table {
    padding: 1rem;
    margin-bottom: 2rem;
    background-color: #fff;
    border: 3px solid #e5e5e5;
    border-radius: 0;
}
body#checkout #order-summary-content .summary-selected-carrier {
    margin-bottom: 0.75rem;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    padding: 1rem;
}
body#checkout #order-summary-content .step-edit {
    display: inline;
    color: #cbcbcb;
}
body#checkout #order-summary-content .step-edit:hover {
    cursor: pointer;
}
body#checkout #order-summary-content a .step-edit {
    color: #cbcbcb;
}
body#checkout #delivery textarea,
body#checkout #gift_message textarea {
    margin-bottom: 2rem;
    min-height: 97px;
}
body#checkout #delivery label,
body#checkout #gift_message label {
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 500;
}
body#checkout #wrapper {
    margin-bottom: 7rem;
}
@media (max-width: 991.98px) {
    body#checkout #wrapper {
        margin-bottom: 2.4rem;
    }
}
#order-details {
    padding-left: 1.875rem;
}
#order-details > .card-title {
    margin-bottom: 1.875rem;
}
#order-details ul {
    margin-bottom: 1.25rem;
}
#order-details ul li {
    margin-bottom: 0.625rem;
}
#order-items hr {
    border-top-color: #232323;
}
#order-items table {
    width: 100%;
}
#order-items table tr {
    height: 1.875rem;
}
#order-items table tr td:last-child {
    text-align: right;
}
#order-items .order-line {
    margin-top: 1rem;
}
#order-items .image img {
    width: 100%;
    border: 1px solid gray-lighter;
    margin-bottom: 1rem;
}
#order-items .details {
    margin-bottom: 1rem;
}
#order-items .details .customizations {
    margin-top: 0.625rem;
}
#order-items .qty {
    margin-bottom: 1rem;
}
#order-confirmation #registration-form {
    width: 50%;
    margin: 0 auto 1rem;
}
@media (max-width: 991.98px) {
    .done {
        margin: 0;
        padding: 0;
    }
    #order-confirmation #registration-form {
        width: 100%;
    }
}
.js-payment-binary,
.js-payment-binary .accept-cgv {
    display: none;
}
.js-payment-binary.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.js-payment-binary.disabled:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.js-payment-binary.disabled .accept-cgv {
    display: block;
}
#order-confirmation {
    font-size: 1.6rem;
}
#order-confirmation .card {
    margin-bottom: 2rem;
}
#order-confirmation .card-block {
    padding: 1.25rem;
}
#order-confirmation .done {
    color: #4cbb6c;
    display: inline-block;
    padding: 0 0.8125rem;
    margin-right: 1.563rem;
}
#order-confirmation p {
    font-size: 1.4rem;
    color: #7a7a7a;
}
#order-confirmation .h1,
#order-confirmation .h2,
#order-confirmation .h3,
#order-confirmation .h4,
#order-confirmation .h5,
#order-confirmation .h6,
#order-confirmation h1,
#order-confirmation h2,
#order-confirmation h3,
#order-confirmation h4,
#order-confirmation h5,
#order-confirmation h6 {
    font-family: Quicksand, Arial, sans-serif;
}
#order-confirmation #order-items table {
    margin-bottom: 2rem;
}
#order-confirmation .definition-list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#order-confirmation .definition-list dl dt {
    font-weight: 400;
}
#order-confirmation .definition-list dl dd,
#order-confirmation .definition-list dl dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    background: #f1f1f1;
    padding: 0.625rem;
    margin: 0.125rem;
}
#order-confirmation .definition-list dl dd:nth-of-type(2n),
#order-confirmation .definition-list dl dt:nth-of-type(2n) {
    background: #f6f6f6;
}
@media (max-width: 1199.98px) {
    body#checkout section.checkout-step .content {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
.table-labeled td,
.table-labeled th {
    vertical-align: middle;
}
.table-labeled .label {
    font-weight: 400;
    font-size: inherit;
    padding: 0.25rem 0.375rem;
    margin: 0.125rem;
    color: #fff;
    white-space: nowrap;
}
.page-order .table {
    margin-bottom: 0;
}
.page-order table td,
.page-order table th {
    padding: 0.5rem;
}
.page-order table thead th {
    text-align: center;
}
#authentication .tooltip.tooltip-bottom {
    padding: 0;
    margin: 0;
}
#authentication .radio-inline,
#identity .radio-inline {
    padding: 0;
}
#authentication .radio-inline .custom-radio,
#identity .radio-inline .custom-radio {
    margin-right: 0;
}
.page-customer-account #content {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 1rem;
    font-size: 0.875rem;
    color: #cbcbcb;
}
.page-customer-account #content .order-actions a {
    padding: 0 0.125rem;
}
.page-customer-account #content .no-account {
    text-align: center;
    font-size: 1.4rem;
}
.page-authentication #content {
    padding: 1rem;
    max-width: 640px;
    margin: 0 auto;
}
.page-addresses .address,
.page-authentication #content {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
}
.page-addresses .address {
    margin-bottom: 1.875rem;
    font-size: 0.875rem;
    color: #232323;
}
.page-addresses .address .address-body {
    padding: 1rem;
}
.page-addresses .address .address-body h4 {
    font-size: 1.4rem;
    font-weight: 700;
}
.page-addresses .address .address-body address {
    min-height: 9rem;
}
.page-addresses .address .address-footer {
    border-top: 1px solid #cbcbcb;
    padding: 0.5rem 1rem;
}
.page-addresses .address .address-footer a {
    color: #cbcbcb;
    margin-right: 0.5rem;
}
.page-addresses .address .address-footer a:hover {
    color: #232323;
}
.page-addresses .address .address-footer a i {
    font-size: 1.4rem;
}
.page-addresses .address .address-footer a span {
    font-size: 0.9375rem;
    vertical-align: middle;
}
.page-addresses .addresses-footer {
    margin: 0 0.9375rem;
}
.page-addresses .addresses-footer a,
.page-addresses .addresses-footer a:hover {
    color: #232323;
}
.page-addresses .addresses-footer a span {
    font-size: 1.4rem;
    vertical-align: middle;
    margin-top: 0.625rem;
}
.page-guest-tracking .box,
.page-order-detail .box {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
}
.page-guest-tracking .addresses h4,
.page-guest-tracking h3,
.page-order-detail .addresses h4,
.page-order-detail h3 {
    font-size: 1.4rem;
    font-family: Quicksand, Arial, sans-serif;
    font-weight: 700;
    text-transform: none;
    color: #080808;
    margin-bottom: 1rem;
    letter-spacing: -0.28px;
}
.page-guest-tracking select.form-control,
.page-order-detail select.form-control {
    width: 100%;
}
.page-guest-tracking #order-infos ul,
.page-order-detail #order-infos ul {
    margin: 0;
}
.page-guest-tracking .order-message-form h3,
.page-order-detail .order-message-form h3 {
    margin-bottom: 0.4rem;
}
.page-guest-tracking .order-message-form .select2-container--default .select2-selection--single .select2-selection__rendered,
.page-order-detail .order-message-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
}
.page-guest-tracking .order-message-form .select2-container--default .select2-selection--single .select2-selection__arrow,
.page-guest-tracking .order-message-form .select2-container .select2-selection--single,
.page-order-detail .order-message-form .select2-container--default .select2-selection--single .select2-selection__arrow,
.page-order-detail .order-message-form .select2-container .select2-selection--single,
html.touch:not(.no-touch) .page-guest-tracking .order-message-form .select.select-mobile,
html.touch:not(.no-touch) .page-order-detail .order-message-form .select.select-mobile {
    height: 46px;
}
.page-guest-tracking #order-history .history-lines .history-line,
.page-order-detail #order-history .history-lines .history-line {
    border-bottom: 1px solid #f6f6f6;
}
.page-guest-tracking #order-history .history-lines .history-line:last-child,
.page-order-detail #order-history .history-lines .history-line:last-child {
    border-bottom: 0;
}
.page-guest-tracking #order-history .history-lines .history-line .label,
.page-order-detail #order-history .history-lines .history-line .label {
    display: inline-block;
    margin: 0.25rem 0;
    padding: 0.25rem 0.375rem;
    color: #fff;
    border-radius: 3px;
}
.page-guest-tracking #order-history .history-lines .history-line .date,
.page-order-detail #order-history .history-lines .history-line .date {
    margin-bottom: 0.3rem;
}
.page-guest-tracking #order-products.return,
.page-order-detail #order-products.return {
    margin-bottom: 1rem;
}
.page-guest-tracking #order-products.return th.head-checkbox,
.page-order-detail #order-products.return th.head-checkbox {
    width: 30px;
}
.page-guest-tracking #order-products.return td,
.page-order-detail #order-products.return td {
    padding: 1.375rem 0.75rem;
}
.page-guest-tracking #order-products.return td.qty,
.page-order-detail #order-products.return td.qty {
    min-width: 125px;
}
.page-guest-tracking #order-products.return td.qty .current,
.page-order-detail #order-products.return td.qty .current {
    width: 30%;
    float: left;
    text-align: right;
    padding-right: 0.5rem;
}
.page-guest-tracking #order-products.return td.qty .select,
.page-order-detail #order-products.return td.qty .select {
    width: 70%;
    float: left;
    margin: -0.625rem 0;
    padding-left: 0.25rem;
}
.page-guest-tracking #order-products.return td.qty .select select,
.page-order-detail #order-products.return td.qty .select select {
    text-align: center;
}
.page-guest-tracking .order-items.box,
.page-order-detail .order-items.box {
    padding: 0;
}
.page-guest-tracking .order-items .order-item,
.page-order-detail .order-items .order-item {
    padding: 1.6rem 1.5rem;
    border-bottom: 1px solid #f6f6f6;
}
.page-guest-tracking .order-items .order-item .checkbox,
.page-order-detail .order-items .order-item .checkbox {
    width: 30px;
    float: left;
    padding: 0 0.9375rem;
}
.page-guest-tracking .order-items .order-item .content,
.page-order-detail .order-items .order-item .content {
    width: calc(100% - 30px);
    float: left;
    padding: 0 0.9375rem;
}
.page-guest-tracking .order-items .order-item .desc,
.page-order-detail .order-items .order-item .desc {
    margin-bottom: 1rem;
}
.page-guest-tracking .order-items .order-item .qty .q,
.page-guest-tracking .order-items .order-item .qty .s,
.page-order-detail .order-items .order-item .qty .q,
.page-order-detail .order-items .order-item .qty .s {
    margin-bottom: 0.25rem;
}
.page-guest-tracking .messages .message,
.page-order-detail .messages .message {
    margin-top: 0.5rem;
    border-bottom: 1px solid #f6f6f6;
}
.page-guest-tracking .messages .message:last-child,
.page-order-detail .messages .message:last-child {
    border-bottom: 0;
}
.page-guest-tracking .messages .message > div,
.page-order-detail .messages .message > div {
    margin-bottom: 0.5rem;
}
.page-guest-tracking .customization,
.page-order-detail .customization {
    margin-top: 0.75rem;
}
#order-return-infos .thead-default th {
    color: #232323;
}
#order-return-infos .customization {
    margin-top: 0.75rem;
}
.page-my-account #content .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.page-my-account #content .links a {
    font-size: 1.4rem;
    font-weight: 700;
    color: #cbcbcb;
    padding: 0 0.9375rem;
    margin-bottom: 1.875rem;
}
.page-my-account #content .links a span.link-item {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 1rem;
}
.page-my-account #content .links a i {
    font-size: 2.6rem;
    color: #232323;
    padding-bottom: 3.4rem;
}
.page-my-account #content .links a:hover {
    color: #232323;
}
.page-my-account #content .links a:hover i {
    color: #aec6a1;
}
#history .orders {
    margin: 0 -1rem;
}
#history .orders .order {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #f6f6f6;
}
#history .orders .order a h3 {
    color: #cbcbcb;
}
#history .orders .order .label {
    display: inline-block;
    margin: 0.25rem 0;
    padding: 0.25rem 0.375rem;
    color: #fff;
    border-radius: 3px;
}
#history .orders .order:last-child {
    border-bottom: 0;
}
.page-footer .account-link {
    margin-right: 1rem;
}
.page-footer .account-link i {
    margin-left: -7px;
}
.page-footer .account-link span {
    vertical-align: middle;
}
@media (min-width: 768px) {
    #guestOrderTrackingForm {
        max-width: 455px;
    }
    #guestOrderTrackingForm .form-group:not(.is-checkbox) .col-md-5:not(.form-control-comment) {
        max-width: 170px;
        line-height: 2rem;
    }
    #guestOrderTrackingForm .form-control {
        width: 292px;
    }
}
.forgotten-password .form-fields .center-email-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .forgotten-password .form-fields .center-email-fields {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .forgotten-password .form-fields .center-email-fields button {
        margin: 10px;
        width: calc(100% - 20px);
    }
}
.forgotten-password .form-fields .label {
    min-width: 60px;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .forgotten-password .form-fields .email {
        width: 430px;
        padding-left: 1rem;
        padding-right: 0.5rem;
    }
    .forgotten-password .form-fields .email input {
        width: 100%;
    }
}
@media (max-width: 767.98px) {
    .forgotten-password .form-fields .btn-submit,
    .forgotten-password .form-fields .email {
        width: 100%;
    }
}
@media (max-width: 767.98px) {
    .forgotten-password .form-fields .btn-submit .btn,
    .forgotten-password .form-fields .btn-submit .offer-infos .wpb_button_a,
    .offer-infos .forgotten-password .form-fields .btn-submit .wpb_button_a {
        width: 100%;
        display: block;
    }
}
.renew-password {
    margin-left: 10px;
}
.renew-password .email {
    padding-bottom: 30px;
}
.renew-password [type="submit"] {
    margin-left: 50px;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    font-size: 2rem;
    margin: auto 0;
    color: #080808;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slick-button {
    border: 1px solid #cbcbcb;
    border-radius: 50%;
    cursor: pointer;
}
.slick-button i {
    font-size: 1.1rem;
    color: #cbcbcb;
    padding: 0.85rem;
}
.slick-button.slick-button-right {
    right: 0;
}
.slick-button.slick-button-left {
    left: 0;
}
.icon-arrow-left.slick-arrow {
    left: 38px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.icon-arrow-right.slick-arrow {
    right: 38px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}
.has-cover img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.slidershow figure {
    margin-bottom: 0;
}
#carousel-home {
    position: relative;
}
#carousel-home .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
#carousel-home ul.slick-dots {
    text-align: right;
    position: absolute;
    width: 100%;
    bottom: 30px;
    right: 0;
}
@media (max-width: 767.98px) {
    #carousel-home ul.slick-dots {
        bottom: 3px;
        text-align: center;
    }
}
@media (min-width: 576px) and (max-width: 991.98px) {
    #carousel-home ul.slick-dots {
        padding: 1.5rem 0;
        position: static;
        text-align: center;
    }
}
#carousel-home .video-wrapper {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
    position: relative;
}
#carousel-home .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
#carousel-home figure {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
    position: relative;
}
#carousel-home figure > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    visibility: visible;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #carousel-home figure {
        height: 775px;
    }
}
@media (max-width: 767.98px) {
    #carousel-home figure {
        height: 320px;
    }
}
#carousel-home figure img {
    visibility: hidden;
}
#carousel-home .slidershow-caption {
    position: relative;
    background-color: #f9f5f2;
}
@media (min-width: 768px) {
    #carousel-home .slidershow-caption {
        background-color: transparent;
        bottom: 77px;
        left: 0;
        position: absolute;
        width: 100%;
    }
}
@media (min-width: 992px) {
    #carousel-home .slidershow-caption {
        bottom: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #carousel-home .position-relative {
        text-align: center;
    }
}
#carousel-home .caption {
    padding: 2.2rem 5.8rem 2rem;
    text-align: center;
}
@media (min-width: 768px) {
    #carousel-home .caption {
        max-width: 457px;
        background-color: hsla(0, 0%, 100%, 0.8);
        margin: 0 auto;
        display: inline-block;
    }
}
@media (min-width: 992px) {
    #carousel-home .caption {
        margin: 0;
    }
}
@media (max-width: 767.98px) {
    #carousel-home .caption {
        padding: 2rem 0 3.7rem;
    }
}
#carousel-home .caption .caption-title {
    color: #c0945c;
    font-family: Lora, serif;
    font-weight: 400;
    letter-spacing: 1.1px;
    margin-bottom: 1.5rem;
}
#carousel-home .caption .caption-title.has-divider {
    margin-bottom: 1.7rem;
}
#carousel-home .caption .caption-title.has-divider:after {
    content: "";
    width: 80px;
    height: 1px;
    background: #c0945c;
    display: block;
    margin: 1.4rem auto 0;
}
@media (max-width: 767.98px) {
    #carousel-home .caption .caption-title {
        font-size: 2rem;
    }
}
#carousel-home .caption .caption-subtitle {
    font-family: Quicksand, Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 1.5rem;
    color: #c0945c;
}
#carousel-home .caption.position-absolute {
    left: 15px;
    bottom: 30px;
}
#carousel-home .caption .caption-description {
    color: #080808;
    margin-bottom: 1.7rem;
}
#carousel-home .caption .caption-description p {
    margin-bottom: 0;
    line-height: 1.8rem;
}
#carousel-home .caption .caption-description p + p {
    margin-top: 1rem;
}
@media (max-width: 767.98px) {
    #carousel-home .caption .caption-description {
        margin-bottom: 1.4rem;
    }
}
#carousel-home .caption .btn,
#carousel-home .caption .offer-infos .wpb_button_a,
.offer-infos #carousel-home .caption .wpb_button_a {
    padding: 0.9rem 1.45rem;
}
ul.slick-dots {
    list-style: none;
    padding: 0;
    text-align: center;
}
ul.slick-dots li {
    display: inline-block;
}
ul.slick-dots li button {
    background: none;
    border: 1px solid #080808;
    height: 6px;
    width: 6px;
    font-size: 0;
    border-radius: 100%;
    display: block;
    padding: 0;
    margin: 0 2.5px;
    cursor: pointer;
}
ul.slick-dots li button:focus {
    outline: none;
}
ul.slick-dots li.slick-active button,
ul.slick-dots li:hover button {
    background-color: #080808;
}
.wrapper-dots {
    z-index: 2;
}
.wrapper-dots,
.wrapper-dots .container {
    position: relative;
}
@media (min-width: 576px) and (max-width: 991.98px) {
    .wrapper-dots {
        background-color: #f9f5f2;
    }
}
.wrapper-dots .slick-dots {
    padding: 0 15px;
    margin: 0;
    bottom: 23px;
}
.slider-mobile .slick-list {
    padding: 0 9.4rem 0 0 !important;
}
@media (min-width: 992px) {
    .slider-mobile .slick-slide {
        display: block;
    }
}
.slide-media {
    width: 100%;
}
.yt-uix-sessionlink,
.ytp-chrome-top,
.ytp-chrome-top.ytp-show-watch-later-title.ytp-share-button-visible.ytp-show-share-title,
.ytp-playlist-menu,
.ytp-share-button-visible,
.ytp-share-panel,
.ytp-show-share-title,
.ytp-show-watch-later-title,
.ytp-watermark,
.ytp-watermark.yt-uix-sessionlink {
    display: none !important;
}
#custom-text {
    background: #fff;
    border-radius: 2px;
    margin-bottom: 1.5rem;
    padding: 3.125rem;
    text-align: center;
}
#custom-text h2 {
    text-transform: uppercase;
    color: #232323;
    font-size: 1.563rem;
    font-weight: 700;
}
#custom-text p {
    color: #232323;
    font-weight: 400;
    font-size: 1.1em;
}
#custom-text p .dark {
    color: #cbcbcb;
    font-weight: 400;
}
.page-content.page-cms {
    background: #fff;
    padding: 1.25rem;
    text-align: justify;
}
.page-content.page-cms .cms-box img {
    max-width: 100%;
}
@media (max-width: 991.98px) {
    #block-cmsinfo {
        padding: 1.25rem 1.875rem;
    }
}
.page-category .products.grid-products {
    margin-bottom: 3.5rem;
}
.pagination ul {
    text-align: center;
    margin: 0;
}
.pagination ul li:first-child {
    float: left;
}
.pagination ul li:last-child {
    float: right;
}
@media (max-width: 767.98px) {
    .pagination ul {
        position: relative;
        padding-bottom: 5rem;
    }
    .pagination ul li:first-child,
    .pagination ul li:last-child {
        position: absolute;
        bottom: 0;
    }
    .pagination ul li:first-child {
        left: 0;
    }
    .pagination ul li:last-child {
        right: 0;
    }
}
.pagination ul li .next,
.pagination ul li .previous {
    color: #c0945c;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
}
.next.disabled,
.previous.disabled {
    display: none;
}
.next i,
.previous i {
    font-size: 0.9rem;
    margin-top: -2px;
}
.pagination ul li a {
    color: #c0945c;
    font-size: 1.5rem;
}
.pagination ul li.current a {
    text-decoration: underline;
}
.pagination ul li .next span {
    margin-right: 0.8rem;
}
.pagination ul li .previous span {
    margin-left: 0.8rem;
}
.pagination ul li:not(:first-child):not(:last-child) {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
}
.pagination {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.products.grid-products .slick-slide img {
    margin: 0 auto;
}
.products.grid-products .product-miniature {
    margin-bottom: 3rem;
    margin-top: 2.6rem;
}
.products.grid-products .product-item {
    text-align: center;
    position: relative;
}
.products.grid-products .product-item .product-item {
    margin: 0 auto;
}
.no-touch .products.grid-products .product-item:hover .quick-view-wrapper,
.no-touch .products.grid-products .product-item:hover .slider-thumbnail {
    opacity: 1;
}
.no-touch .products.grid-products .product-item:hover .discount-product {
    opacity: 0;
}
.products.grid-products .product-item .product-controls {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 12px;
}
.products.grid-products .product-thumbnail {
    background-color: #fff;
}
.products.grid-products .product-thumbnail img {
    margin: 0 auto;
}
.products.grid-products .thumbnail {
    display: block;
}
.products.grid-products .product-flags {
    margin-top: 0.5rem;
}
.products.grid-products .slider-thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in;
    background: #fff;
    right: 0;
}
.products.grid-products .slider-thumbnail .slick-slide img {
    opacity: 0;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.products.grid-products .slider-thumbnail .slick-slide.slick-active img {
    opacity: 1;
}
.products.grid-products .slider-thumbnail .slick-arrow {
    background-color: #fff;
}
.products.grid-products .slider-thumbnail .slick-button.slick-button-left {
    left: -13px;
}
.products.grid-products .slider-thumbnail .slick-button.slick-button-right {
    right: -13px;
}
.products.grid-products .slider-thumbnail .product-favoris {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 12px;
}
.products.grid-products .product-description {
    padding-top: 1rem;
}
.products.grid-products .product-description .quick-view-wrapper {
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in;
}
@media (max-width: 991.98px) {
    .products.grid-products .product-description .quick-view-wrapper {
        visibility: hidden;
    }
}
.favorites .products.grid-products .product-description .quick-view-wrapper {
    background-color: #f9f5f2;
}
.products.grid-products .product-title {
    font-size: 1.2rem;
    color: #c0945c;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Quicksand, Arial, sans-serif;
    margin-bottom: 0.8rem;
    height: 40px;
    overflow: hidden;
}
.products.grid-products .product-title > a {
    color: #c0945c;
}
.products.grid-products p {
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #1b1b1a;
    margin-bottom: 0;
}
.products.grid-products p:empty {
    display: none;
}
.products.grid-products .price {
    font-size: 1.4rem;
    color: #080808;
    font-weight: 700;
}
.products.grid-products .price.price-with-discount {
    color: #aec6a1;
}
.products.grid-products .short-desc {
    height: 42px;
    overflow: hidden;
    margin-bottom: 0.4rem;
    position: relative;
}
@media (max-width: 767.98px) {
    .col-12:not([class*="col-sm-"]) .products.grid-products .short-desc {
        height: auto;
    }
}
.product-list-top {
    padding-bottom: 0.7rem;
}
@media (max-width: 767.98px) {
    .product-list-top {
        padding-bottom: 0;
    }
}
@media (min-width: 992px) {
    .product-list-top {
        border-bottom: 1px solid #e4e4e4;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .product-list-top .filter-list > div {
        padding-top: 2rem;
    }
}
@media (max-width: 767.98px) {
    .product-list-top .filter-list > div {
        margin-bottom: 15px;
        text-align: center;
    }
}
.products-infos .total-products {
    color: #434343;
    font-size: 1.4rem;
    text-align: right;
    min-height: 17px;
}
.products-infos .total-products p {
    margin-bottom: 0;
}
@media (max-width: 767.98px) {
    .products-infos .total-products {
        text-align: center;
    }
}
.product-video {
    position: relative;
}
.product-video .btn-player {
    position: absolute;
    left: 0;
    cursor: pointer;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    z-index: 10;
    margin: auto;
}
.product-video .btn-player:before {
    content: "";
    border-left: 12px solid #c0945c;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.product-video iframe {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.product-favoris {
    margin-left: 2rem;
}
.no-touch .product-favoris:hover i,
.product-favoris.active i {
    color: #aec6a1 !important;
}
.product-favoris i {
    font-size: 1.7rem;
    color: #cbcbcb;
}
.n2 .product-favoris.active i,
.no-touch .n2 .product-favoris:hover i,
.no-touch .product-favoris.product-favoris-secondary:hover i,
.product-favoris.product-favoris-secondary.active i {
    color: #efa59b !important;
}
.product-cat {
    text-transform: uppercase;
    color: #aec6a1;
}
.n2 .product-cat {
    color: #efa59b;
}
.product-ref {
    color: #979797;
    display: inline-block;
    font-size: 1.1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media (max-width: 767.98px) {
    .product-ref {
        font-size: 1rem;
    }
}
.product-cat {
    display: inline-block;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.product-name {
    color: #c0945c;
    font-family: Quicksand, Arial, sans-serif;
    margin-bottom: 1.2rem;
    line-height: 2.4rem;
    font-weight: 500;
}
@media (max-width: 767.98px) {
    .product-name {
        font-size: 1.6rem;
        line-height: 2rem;
        margin-bottom: 0.5rem;
    }
}
.groupColor {
    margin-bottom: 0;
}
.groupColor > li {
    margin: 0 1.8rem !important;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
@media (max-width: 767.98px) {
    .groupColor > li {
        margin: 0 1rem !important;
    }
}
.groupColor > li:first-child {
    margin-left: 0 !important;
}
.product-variants {
    margin-bottom: 1.7rem;
}
.product-variants .product-variants-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-variants .product-variants-item + .product-variants-item {
    padding-top: 2rem;
}
.product-variants .product-variants-item select.form-control {
    min-width: 160px;
}
.product-variants .product-variants-item .control-label {
    padding-right: 2rem;
    color: #434343;
}
.product-variants .product-variants-item .control-label strong {
    color: #080808;
}
.product-variants .product-variants-item-select {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-variants .product-variants-item-select .select2-container--default .select2-selection--single {
    border-radius: 23px;
    height: 45px;
    border-color: #e4e4e4;
}
.product-variants .product-variants-item-select .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #434343;
}
.product-variants .product-variants-item-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    padding-left: 2rem;
    padding-right: 3rem;
}
.product-variants .product-variants-item-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    width: 42px;
}
.product-variants .product-variants-item-select .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.product-variants .product-variants-item-select .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-width: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.product-variants .product-variants-item-select .select {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.product-variants .product-variants-item-select .select.select-mobile:not(.no-touch) {
    height: 45px;
    border-color: #e4e4e4;
    border-radius: 23px;
}
.product-variants .product-variants-item-select .select.select-mobile:not(.no-touch) select {
    padding-left: 2rem;
    padding-right: 3rem;
    width: 100%;
    color: #434343;
}
.product-variants .product-variants-item-select .select.select-mobile:not(.no-touch):after {
    right: 20px;
}
.product-variants .product-variants-item-select .select.select-mobile:not(.no-touch):before {
    right: 19px;
}
.product-variants-item-select.select2-dropdown {
    overflow: hidden;
    border-color: #e4e4e4;
}
.product-variants-item-select.select2-dropdown.select2-dropdown--below {
    border-bottom-right-radius: 23px;
    border-bottom-left-radius: 23px;
}
.product-variants-item-select.select2-dropdown.select2-dropdown--above {
    border-top-right-radius: 23px;
    border-top-left-radius: 23px;
}
.product-variants-item-select .select2-results__option {
    padding: 1rem 2.2rem;
}
.product-wishlist-button {
    text-align: center;
}
.product-wishlist-button .product-favoris {
    margin-left: 0;
}
.product-wishlist-button .product-favoris i {
    color: #aec6a1;
}
.product-wishlist-button .favorites-block {
    text-transform: uppercase;
}
.product-wishlist-button .favorites-block .link {
    color: #aec6a1;
}
.product-wishlist-button .favorites-block .link:before {
    background-color: #aec6a1;
}
@media (max-width: 767.98px) {
    .product-wishlist-button .favorites-block svg {
        width: 19px;
        height: 17px;
    }
    .product-wishlist-button .favorites-block .link {
        font-size: 1rem;
        top: -2px;
    }
    .product-wishlist-button .favorites-block .link:before {
        bottom: 3px;
    }
}
.product-details {
    margin-bottom: 1.6rem;
    position: relative;
}
.product-details .nav {
    margin-bottom: 1.5rem;
}
.product-details .nav-link {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.54;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    padding: 0;
    color: #bbb;
}
.product-details .nav-link.active {
    color: #080808;
}
.product-details .nav-link.active:after {
    content: "";
    border-top: 1px solid #080808;
    display: block;
    margin-top: -2px;
}
.product-details [data-readmore-toggle] {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    background-color: #fff;
    font-size: 14px;
    display: none;
}
.product-details [data-readmore-toggle] .link {
    text-transform: none;
    color: #aec6a1;
    margin-left: 5px;
}
.product-details [data-readmore-toggle] .link:before {
    background-color: #aec6a1;
}
.product-details .tab-content {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.43;
    letter-spacing: -0.28px;
    color: #080808;
    text-align: justify;
    position: relative;
}
.product-details .tab-content .tab-pane.active + [data-readmore-toggle] {
    display: block;
}
@media (min-width: 768px) {
    .product-details .tab-content .tab-pane .collapse {
        display: block;
    }
}
@media (max-width: 767.98px) {
    .product-details {
        margin-bottom: 2rem;
    }
    .product-details .tab-content {
        border-top: 1px solid #ececec;
    }
    .product-details .tab-pane {
        display: block;
        opacity: 1;
    }
    .product-details .tab-pane [data-toggle="collapse"] {
        font-size: 1.1rem;
        line-height: 1.4rem;
        color: #000;
        font-weight: 700;
        letter-spacing: 0.55px;
        text-transform: uppercase;
        padding: 1.8rem 0 1.6rem;
        border-bottom: 1px solid #ececec;
    }
    .product-details .tab-pane [data-toggle="collapse"] svg {
        transition: all 0.2s ease-in;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .product-details .tab-pane [data-toggle="collapse"].collapsed svg {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        transition: all 0.2s ease-out;
    }
}
@media (min-width: 576px) {
    .product-content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 9.2rem;
    }
}
@media (min-width: 768px) {
    .product-content-wrapper {
        padding-left: 8.685vw;
        padding-right: 10.145vw;
    }
}
#product-availability,
.mail-alert {
    margin-bottom: 1.2rem;
}
#product-availability strong,
.mail-alert strong {
    display: block;
}
#product-availability .link,
.mail-alert .link {
    font-size: 1.4rem;
    text-transform: none;
    font-weight: 500;
}
#product-availability + .product-additional-info .mail-alert {
    margin-top: -1.2rem;
}
.product-size-guide {
    display: inline-block;
}
.select + .product-size-guide {
    padding-left: 3rem;
}
@media (max-width: 767.98px) {
    .select + .product-size-guide {
        padding-left: 1.5rem;
    }
}
.product-size-guide a.link {
    color: #979797;
    font-size: 1.3rem;
    font-weight: 500;
    text-transform: none;
}
.product-size-guide a.link:before {
    background-color: #979797;
}
@media (max-width: 767.98px) {
    .product-size-guide a.link {
        font-size: 1rem;
    }
}
.product-add {
    margin-bottom: 1.8rem;
}
.product-add .add-to-cart {
    width: 100%;
    border-radius: 23px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.product-add .add-to-cart .add-to-cart-placeholder:not(.d-none) {
    display: none;
}
.product-add .add-to-cart:hover .add-to-cart-placeholder:not(.d-none) {
    display: block;
}
.product-add .add-to-cart:hover .add-to-cart-placeholder:not(.d-none) + span {
    display: none;
}
.product-prices {
    margin-bottom: 2.3rem;
}
.product-prices > div {
    display: inline-block;
    vertical-align: middle;
}
.product-prices .current-price {
    font-size: 1.8rem;
    font-weight: 700;
    font-family: Quicksand, Arial, sans-serif;
    color: #1b1b1a;
}
.product-prices .regular-price {
    font-size: 1.8rem;
    text-decoration: line-through;
    font-family: Quicksand, Arial, sans-serif;
    margin-right: 0.5rem;
    font-weight: 400;
}
.product-price-and-shipping .regular-price {
    font-size: 1.4rem;
    text-decoration: line-through;
}
.product-price-and-shipping .price,
.product-price.has-discount .current-price {
    color: #aec6a1;
}
.product-social-network {
    margin-bottom: 3rem;
}
.product-social-network span {
    color: #6c6c6c;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.2rem;
    font-size: 1.3rem;
    font-weight: 500;
}
@media (max-width: 767.98px) {
    .product-social-network span {
        font-size: 1.2rem;
    }
}
.product-social-network ul {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}
.product-social-network ul li:not(:last-child) {
    margin-right: 1.2rem;
}
@media (max-width: 767.98px) {
    .product-social-network ul li:not(:last-child) {
        margin-right: 0.5rem;
    }
}
.product-social-network ul li a {
    color: #6c6c6c;
}
.product-social-network ul li a i {
    font-size: 1.2rem;
}
@media (max-width: 767.98px) {
    .product-social-network ul li a i {
        font-size: 0.9rem;
    }
}
.product-images {
    margin-bottom: 0;
    overflow: hidden;
    max-height: 415px;
}
.product-images .thumb-container {
    margin: 0 auto 2rem;
    width: 67px;
    height: 67px;
}
.product-images .thumb-container:last-child {
    margin-bottom: 0;
}
.discount-percentage {
    position: absolute;
    top: 10px !important;
    width: 30px;
    height: 30px;
    background: #aec6a1;
    border-radius: 100%;
    font-size: 0.9rem;
    color: #fff;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    right: 8px;
}
.images-container .discount-percentage {
    width: 50px;
    height: 50px;
    font-size: 1.6rem;
    right: 7px;
    line-height: 50px;
    z-index: 1;
}
.no-touch .images-container .product-cover .d-lg-block:hover .discount-percentage {
    opacity: 0;
}
.n2 .discount-percentage {
    background: #aec6a1;
}
.add-to-cart-fixed {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all 0.2s ease-in;
    bottom: 0;
    left: 0;
    padding: 16px 30px 15px 29.8px;
    box-shadow: 0 1px 40px 0 hsla(0, 0%, 89%, 0.85);
    background-color: #fff;
    z-index: 10;
}
.add-to-cart-fixed p {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 1.5px;
    color: #c0945c;
    text-transform: uppercase;
    max-width: 287px;
}
.add-to-cart-fixed .product-prices {
    margin-right: 3rem;
    margin-bottom: 0;
}
.add-to-cart-fixed .product-add {
    margin-bottom: 0;
}
.add-to-cart-sticky .add-to-cart-fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.2s ease-out;
}
@media (max-width: 767.98px) {
    .add-to-cart-fixed {
        padding: 1.3rem 1.2rem 1.1rem;
    }
    .add-to-cart-fixed .add-to-cart-fixed-action {
        width: 100%;
    }
    .add-to-cart-fixed .product-prices {
        display: none;
    }
    .add-to-cart-fixed .add-to-cart {
        border-radius: 21px;
    }
    .add-to-cart-fixed .product-add {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .add-to-cart-fixed .add-to-favorites-block a {
        margin-left: 1.2rem;
    }
    .add-to-cart-fixed .add-to-favorites-block .link {
        display: none;
    }
    .add-to-cart-fixed .add-to-favorites-block svg {
        width: 27px;
        width: 25px;
    }
}
@media (max-width: 767.98px) {
    .product-delivery-infos p {
        font-size: 1.1rem;
        line-height: 1.4rem;
        text-align: center;
    }
}
.cart-preview .scrollbar-js {
    overflow: auto;
    max-height: 241px;
    width: 100%;
}
.cart-preview .cart-item {
    position: relative;
    cursor: pointer;
    padding: 0;
}
.cart-preview .cart-item span {
    position: absolute;
    bottom: -7px;
    right: -4px;
    padding: 0 0.3rem;
    background: #000;
    border-radius: 100%;
    color: #fff;
    font-size: 1rem;
    min-width: 13px;
    min-height: 13px;
    text-align: center;
    line-height: 1.3rem;
}
.cart-preview .blockcart-inner {
    margin-top: 1.6rem;
    background-color: #fff;
    padding: 0.2rem 2rem 2rem;
    box-shadow: 0 0 6px -1px hsla(0, 1%, 55%, 0.2);
}
.cart-preview .ptm_blockcart_body {
    position: absolute;
    right: 0;
    top: 20px;
    width: 286px;
    z-index: 99;
    display: none;
}
.cart-preview .ptm_blockcart_header {
    z-index: 100;
    position: relative;
}
.cart-preview .cart-prices-line {
    font-size: 1.5rem;
    font-weight: 700;
}
.cart-preview .ptm_blockcart_list li {
    border-bottom: 1px solid #f4f4f4;
    padding: 1.5rem 0;
    position: relative;
}
.cart-preview .ptm_blockcart_list li .remove_link {
    position: absolute;
    right: 0;
    top: 18px;
}
.cart-preview .ptm_blockcart_list li .cart-images {
    float: left;
    max-width: 60px;
    margin-right: 20px;
}
.cart-preview .ptm_blockcart_list li .cart-info {
    overflow: hidden;
}
.cart-preview .ptm_blockcart_list li .cart-info .quantity-formated {
    text-align: left;
}
.cart-preview .ptm_blockcart_list li .cart-info .product-name {
    padding-right: 1.5rem;
    text-align: left;
    margin-bottom: 1rem;
}
.cart-preview .ptm_blockcart_list li .cart-info .product-name,
.cart-preview .ptm_blockcart_list li .cart-info a {
    font-size: 1.3rem;
    color: #080808;
    line-height: 1.6rem;
    font-weight: 500;
}
.cart-preview .cart-total {
    padding: 1.6rem 0;
}
.cart-preview .cart-total .label {
    text-align: left;
}
.cart-preview .cart-notices {
    font-size: 1.2rem;
    color: #979797;
    text-align: center;
    font-weight: 500;
}
.cart-preview .cart-checkout-link {
    margin-bottom: 1.5rem;
}
.cart-summary {
    background-color: #f7f7f7;
    padding: 2rem 0.2rem 1rem;
    border: none;
    margin-bottom: 1.2rem;
}
.cart-summary .cart-detailed-totals .card-block {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}
.cart-summary .cart-detailed-totals .card-block .card-block {
    padding: 0;
}
.cart-summary .separator {
    border: 1px solid #dddedf;
    margin-top: 1.6rem;
    margin-bottom: 1.7rem;
}
@media (max-width: 991.98px) {
    .cart-summary {
        margin-bottom: 1rem;
        margin-top: 2rem;
    }
}
.cart-container {
    margin-bottom: 2.6rem;
    border: none;
    border-bottom: 1px solid #dbdbdb;
}
.checkout.cart-detailed-actions {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    padding-top: 2.5rem;
}
.cart-grid {
    margin-bottom: 6.4rem;
}
.cart-items {
    margin-bottom: 0;
}
.cart-items .cart-item:last-child {
    padding-bottom: 2rem;
}
.cart-item {
    padding: 1rem 0 3rem;
    position: relative;
    overflow: hidden;
}
.cart-item .product-name {
    font-size: 1.2rem;
    text-transform: uppercase;
}
.cart-summary-line {
    clear: both;
}
.cart-summary-line:after {
    display: block;
    clear: both;
    content: "";
}
.cart-summary-line .label {
    padding-left: 0;
    font-weight: 500;
    white-space: inherit;
    color: #080808;
}
.cart-summary-line .value {
    color: #080808;
    float: right;
}
.product-details,
.product-line-grid-right {
    overflow: hidden;
}
.product-line-grid-right .price,
.product-line-grid-right .qty {
    display: inline-block;
    vertical-align: middle;
}
.product-line-grid-right .qty {
    width: 68px;
    margin-right: 3rem;
}
@media (max-width: 767.98px) {
    .product-line-grid-right .qty {
        margin-right: 1rem;
    }
}
@media (max-width: 767.98px) {
    .product-line-grid-right .price {
        float: right;
    }
}
.cart-grid-body a.label:hover {
    color: #aec6a1;
}
.cart-grid-right .promo-discounts {
    margin-bottom: 0;
}
.cart-grid-right .promo-discounts .cart-summary-line .label {
    color: #cbcbcb;
}
.cart-grid-right .promo-discounts .cart-summary-line .label .code {
    text-decoration: underline;
    cursor: pointer;
}
.block-promo {
    padding-top: 0.6rem;
}
.block-promo .promo-code {
    padding-top: 1.8rem;
}
.block-promo .promo-code .alert-danger {
    position: relative;
    margin-top: 1.25rem;
    background: #d9534f;
    color: #fff;
    display: none;
}
.block-promo .promo-code .alert-danger:after {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #d9534f;
    border-width: 10px;
    margin-left: -10px;
}
.block-promo .promo-input {
    color: #232323;
    border: 1px solid #cbcbcb;
    height: 2.5rem;
    text-indent: 0.625rem;
    width: 60%;
}
.block-promo .promo-input + button {
    margin-top: -4px;
    text-transform: capitalize;
}
.block-promo .cart-summary-line .label > li,
.block-promo .promo-name > li {
    position: relative;
}
.block-promo .promo-code-button {
    color: #080808;
    letter-spacing: -0.28px;
    text-transform: none;
    display: inline-block;
    font-weight: 500;
    font-size: 1.4rem;
}
.block-promo .cart-voucher p {
    margin-bottom: 0;
}
.block-promo.promo-highlighted {
    padding: 1.25rem;
    padding-bottom: 0;
    margin-bottom: 0;
}
.product-line-grid .product-details > div {
    display: inline-block;
    vertical-align: top;
}
@media (max-width: 767.98px) {
    .product-line-grid .product-details > div {
        display: block;
        width: 100%;
        margin-right: 0;
    }
}
.product-line-grid .product-line-grid-body {
    width: 55.08475%;
    margin-right: 1rem;
}
.product-line-grid .product-line-grid-right {
    width: 40.25424%;
}
.product-line-grid .product-line-grid-left {
    width: 25.30675%;
    text-align: center;
    margin-right: 1.5rem;
    float: left;
}
@media (max-width: 767.98px) {
    .product-line-grid .product-line-grid-left {
        width: 130px;
        margin-right: 1rem;
    }
}
.product-line-grid-left img {
    max-width: 100%;
}
.product-line-grid-body > .product-line-info > .label {
    padding: 0;
    line-height: inherit;
    text-align: left;
    white-space: inherit;
}
.product-line-grid-body > .product-line-info > .out-of-stock {
    color: red;
}
.product-line-grid-body > .product-line-info > .available {
    color: #5cb85c;
}
.product-line-grid-body > .product-line-info > .unit-price-cart {
    padding-left: 0.3125rem;
    font-size: 0.875rem;
    color: #cbcbcb;
}
.product-line-grid-right .product-price {
    color: #232323;
    line-height: 36px;
}
.remove-from-cart {
    color: #505050;
    background-color: #e4e4e4;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.remove-from-cart:hover {
    background-color: #505050;
}
.remove-from-cart:hover i {
    color: #fff;
}
.remove-from-cart i {
    font-size: 0.6rem;
    position: absolute;
    left: 0;
    right: 0;
    width: 6px;
    height: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    text-indent: -0.7px;
}
.block-reassurance-inner {
    border: 1px solid #c0945c;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .block-reassurance-inner {
        padding-bottom: 1rem;
        padding-top: 2.2rem;
    }
}
.block-reassurance-inner > div {
    padding-top: 2.6rem;
    padding-bottom: 2.5rem;
    position: relative;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .block-reassurance-inner > div {
        padding-top: 0.3rem;
        padding-bottom: 1.6rem;
    }
}
@media (max-width: 767.98px) {
    .block-reassurance-inner > div {
        padding-top: 1.6rem;
        padding-bottom: 1.4rem;
    }
}
@media (max-width: 575.98px) {
    .block-reassurance-inner > div .block-reassurance-item {
        width: 120px;
        margin: 0 auto;
    }
}
.block-reassurance-item .block-reassurance-title {
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #1b1b1a;
    margin-bottom: 2px;
    display: inline-block;
    font-family: Lora, serif;
    font-weight: 700;
}
.block-reassurance-item p {
    color: #6c6c6c;
    font-size: 1.4rem;
    margin-bottom: 0;
}
.block-reassurance-inner > div:not(:first-child):before {
    content: "";
    height: 25px;
    position: absolute;
    background: #e5e5e5;
    width: 1px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#block-reassurance {
    margin-bottom: 5.5rem;
}
@media (max-width: 991.98px) {
    #block-reassurance {
        margin-bottom: 3.5rem;
    }
}
.block-reassurance-icons li {
    border-bottom: 1px solid #dddedf;
    padding: 0.8rem 0;
}
.block-reassurance-icons li .reassurance-icon {
    width: 32px;
    text-align: center;
    overflow: hidden;
    margin-right: 0.5rem;
}
.block-reassurance-icons li .reassurance-icon,
.block-reassurance-icons li .reassurance-title {
    display: inline-block;
    vertical-align: middle;
}
.block-reassurance-icons li .reassurance-title {
    color: #080808;
}
body#checkout section.checkout-step .carrier-name {
    font-weight: 700;
}
.delivery-options {
    margin-bottom: 1.5rem;
}
div#delivery label {
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 500;
}
@media (max-width: 991.98px) {
    .block-reassurance-inner {
        margin: 0;
    }
}
@media (max-width: 767.98px) {
    .block-reassurance-inner > div:nth-child(odd),
    .block-reassurance-inner > div:nth-child(odd) + div {
        border-top: 1px solid #e5e5e5;
    }
    .block-reassurance-inner > div:nth-child(odd) + div:after,
    .block-reassurance-inner > div:nth-child(odd):after {
        content: "";
        position: absolute;
        top: -2px;
        background: #fff;
        width: 15px;
        height: 5px;
    }
    .block-reassurance-inner > div:nth-child(odd):after {
        left: 0;
    }
    .block-reassurance-inner > div:nth-child(odd) + div:after {
        right: 0;
    }
    .block-reassurance-inner > div:first-child,
    .block-reassurance-inner > div:first-child + div {
        border: none !important;
    }
    .block-reassurance-inner > div:first-child + div:after,
    .block-reassurance-inner > div:first-child:after {
        display: none;
    }
}
.popup-quick-view .product-social-network {
    display: none;
}
@media (min-width: 992px) {
    .popup-quick-view .col:first-child {
        max-width: 390px;
        -ms-flex: 1 0 auto;
    }
}
@media (min-width: 992px) {
    .popup-quick-view .col:last-child {
        max-width: 360px;
        -ms-flex: 1 0 auto;
        padding-left: 3.8rem;
    }
}
.popup-quick-view .product-name {
    line-height: 3.2rem;
    font-weight: 500;
    margin-bottom: 0;
}
.popup-quick-view .product-cover {
    max-width: 310px;
    max-height: 310px;
    float: left;
    margin-right: 1.3rem;
}
.popup-quick-view .product-images {
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.popup-quick-view .images-container {
    margin-left: 0;
    margin-right: 0;
}
.popup-quick-view .images-container .mask,
.popup-quick-view .images-container .product-cover {
    padding-left: 0;
    padding-right: 0;
}
.popup-quick-view .product-favoris i {
    font-size: 1.4rem;
}
.popup-quick-view .link {
    font-size: 1rem;
    letter-spacing: 0.5px;
}
.popup-quick-view .product-add {
    margin-bottom: 1.6rem;
}
.popup-quick-view .select-inline {
    min-width: 161px;
}
#stores.page-stores .form-control:not(select) {
    padding: 2.3rem 0.9rem;
}
#stores.page-stores .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
}
#stores.page-stores .select2-container--default .select2-selection--single .select2-selection__arrow,
#stores.page-stores .select2-container .select2-selection--single,
html.touch:not(.no-touch) #stores.page-stores .select.select-mobile {
    height: 48px;
}
html.touch:not(.no-touch) #stores.page-stores .select.select-mobile select {
    line-height: 47px;
}
#stores.page-stores .store-name {
    font-family: Quicksand, Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 1.2rem;
}
#stores.page-stores .store-address {
    color: #6c6c6c;
    font-family: Roboto, sans-serif;
    line-height: 1.9rem;
    letter-spacing: normal;
}
#stores.page-stores table .link {
    text-transform: none;
    font-size: 1.4rem;
    font-weight: 500;
    margin-right: 1.3rem;
}
@media (max-width: 991.98px) {
    #stores.page-stores table .pv-action {
        display: blcok;
        text-algin: center;
        margin-bottom: 1rem;
    }
    #stores.page-stores table .pv-action .link {
        margin-right: 0;
    }
}
#stores.page-stores #fmeStorePage .btn,
#stores.page-stores #fmeStorePage .offer-infos .wpb_button_a,
.offer-infos #stores.page-stores #fmeStorePage .wpb_button_a {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
}
#stores.page-stores #fmeStorePage .btn i,
#stores.page-stores #fmeStorePage .offer-infos .wpb_button_a i,
.offer-infos #stores.page-stores #fmeStorePage .wpb_button_a i {
    margin-right: 0.7rem;
}
@media (max-width: 767.98px) {
    #stores.page-stores #fmeStorePage .border-right-0 {
        border: 1px solid rgba(0, 0, 0, 0.25) !important;
    }
    #stores.page-stores #fmeStorePage .row > div:not(:last-child) {
        margin-bottom: 1rem;
    }
}
#stores.page-stores #map {
    margin-bottom: 6.8rem;
}
#stores.page-stores .geo-nbrs {
    margin-bottom: 3.4rem;
    overflow: hidden;
}
#stores.page-stores .geo-nbrs .geolocaliser {
    display: inline-block;
    font-size: 1.3rem;
    color: #080808;
    text-transform: none;
    letter-spacing: -0.26px;
}
@media (min-width: 768px) {
    #stores.page-stores .geo-nbrs .geolocaliser {
        margin-left: 1.6rem;
    }
}
@media (max-width: 767.98px) {
    #stores .page-stores {
        width: 100%;
    }
    #stores .page-stores .store-item-container {
        padding: 1rem 0;
    }
}
@media (max-width: 575.98px) {
    #stores .page-stores .store-item-container {
        display: block;
    }
    #stores .page-stores .store-item-container .divide-left {
        border-left: none;
    }
    #stores .page-stores .store-item-container .store-description a,
    #stores .page-stores .store-item-container .store-description address {
        margin-bottom: 0.5rem;
    }
    #stores .page-stores .store-item-footer {
        display: block;
    }
    #stores .page-stores .store-item-footer.divide-top {
        border-top: 1px solid #f1f1f1;
    }
    #stores .page-stores .store-item-footer li {
        margin-bottom: 0.625rem;
    }
    #stores .page-stores .store-item-footer .card-block {
        padding: 0.75rem 0.75rem 0;
    }
}
#footer {
    margin-bottom: 1.5rem;
}
#footer .followorder.container,
#footer .followorder.container .alert {
    margin-bottom: 3rem;
}
#footer .followorder p:empty {
    display: none;
}
#footer .followorder .alert-heading {
    font-family: Lora, serif;
    text-transform: uppercase;
    color: #c0945c;
    margin-bottom: 0.6rem;
    letter-spacing: 1.5px;
}
#footer .followorder .alert {
    padding: 2.6rem 6rem 2.5rem 7rem;
    margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #footer .followorder .alert {
        padding-right: 3.2rem;
    }
}
#footer .followorder .btn,
#footer .followorder .offer-infos .wpb_button_a,
.offer-infos #footer .followorder .wpb_button_a {
    padding-left: 1rem;
    padding-right: 1rem;
}
#footer .followorder p {
    margin-bottom: 0;
    font-weight: 500;
    color: #434343;
}
@media (max-width: 767.98px) {
    #footer .followorder {
        margin-bottom: 0.8rem;
    }
    #footer .followorder .alert {
        margin-bottom: 1rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
#footer .social-net a i {
    font-size: 2rem;
}
#footer .social-net .h4 + a {
    margin-left: 0 !important;
}
#footer .footer-seo {
    margin-bottom: 1.8rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #e4e4e4;
}
#footer .social-net {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
}
#footer .social-net a {
    margin-left: 1.6rem;
}
#footer .social-net .h4 {
    margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
    #footer .social-net {
        -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}
@media (max-width: 991.98px) {
    #footer .h4[data-toggle="collapse"] {
        position: relative;
        padding-right: 2.5rem;
        cursor: pointer;
    }
    #footer .h4[data-toggle="collapse"]:not(:first-child) {
        padding-top: 0.7rem;
    }
    #footer .h4[data-toggle="collapse"]:before {
        display: none;
        content: "\E910";
        top: 0;
        font-family: icomoon !important;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 0;
    }
    #footer .h4[data-toggle="collapse"].collapsed:before {
        content: "\E911";
    }
}
#footer .footer-links {
    margin-bottom: 4.6rem;
}
@media (max-width: 991.98px) {
    #footer .footer-links {
        margin-bottom: 1.5rem;
    }
}
#footer .footer-links .h4 {
    color: #c0945c;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1.3rem;
    font-family: Quicksand, Arial, sans-serif;
    font-weight: 500;
}
@media (max-width: 991.98px) {
    #footer .footer-links .h4 {
        padding-bottom: 1.3rem;
        margin-bottom: 0;
    }
    #footer .footer-links .h4[data-toggle="collapse"] {
        cursor: pointer;
    }
    #footer .footer-links .h4[data-toggle="collapse"]:before {
        display: block;
    }
}
#footer .footer-links p {
    line-height: 2rem;
    margin-bottom: 0;
    color: #434343;
}
#footer .footer-links ul > li {
    margin-bottom: 0.8rem;
}
#footer .copyright a,
#footer .copyright span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.3rem;
    color: #080808;
}
@media (max-width: 767.98px) {
    #footer .copyright span {
        display: block;
    }
}
#footer #rating_badge {
    position: relative;
    overflow: hidden;
}
@media (min-width: 1024px) and (max-width: 1199px) {
    #footer #rating_badge {
        left: 1rem;
    }
}
#footer #rating_badge > div {
    float: right !important;
}
.seo-box .h4 {
    font-family: Quicksand, Arial, sans-serif;
    font-weight: 500;
}
@media (max-width: 767.98px) {
    .seo-box .h4[data-toggle="collapse"] {
        position: relative;
        padding-right: 2.5rem;
        cursor: pointer;
        border-top: 1px solid #e4e4e4;
        padding-top: 1.5rem;
        text-align: left;
        padding-bottom: 1.5rem;
        line-height: 2.3rem;
    }
    .seo-box .h4[data-toggle="collapse"]:not(:first-child) {
        padding-top: 0.7rem;
    }
    .seo-box .h4[data-toggle="collapse"]:before {
        content: "\E910";
        top: 18px;
        font-family: icomoon !important;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 0;
    }
    .seo-box .h4[data-toggle="collapse"].collapsed {
        margin: 0 !important;
        border-bottom: 1px solid #e4e4e4;
    }
    .seo-box .h4[data-toggle="collapse"].collapsed:before {
        content: "\E911";
    }
}
.seo-box .seo-box-txt p {
    color: #434343;
    line-height: 1.9rem;
}
.seo-box .seo-box-txt.show {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 1rem;
}
.contact-rich {
    margin-bottom: 2rem;
    word-wrap: break-word;
}
.contact-rich h4 {
    text-transform: uppercase;
    color: #c0945c;
    margin-bottom: 1rem;
}
.contact-rich .block {
    height: auto;
    overflow: hidden;
}
.contact-rich .block .icon {
    float: left;
    width: 3.5rem;
}
.contact-rich .block .icon i {
    font-size: 2rem;
}
.contact-rich .block .data {
    color: #232323;
    font-size: 0.875rem;
    width: auto;
    overflow: hidden;
}
.contact-rich .block .data.email {
    padding-top: 0.375rem;
}
.contact-form {
    background: #fff;
    width: 100%;
}
.contact-form h3 {
    text-transform: uppercase;
    color: #232323;
}
#products #main .page-header {
    margin: 2rem 0 3rem;
}
#products #main .page-content {
    margin-bottom: 10rem;
}
#products .page-not-found {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 1rem;
    font-size: 0.875rem;
    color: #cbcbcb;
    max-width: 570px;
    margin: 0 auto;
}
#products .page-not-found h4 {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0.5rem 0 1rem;
}
#products .page-not-found .search-widget {
    float: none;
}
#products .page-not-found .search-widget input {
    width: 100%;
}
.customization-modal .modal-content {
    border-radius: 0;
    border: 1px solid #f6f6f6;
}
.customization-modal .modal-content .modal-body {
    padding-top: 0;
}
.customization-modal .modal-content .modal-body .product-customization-line {
    padding-bottom: 0.9375rem;
    padding-top: 0.9375rem;
    border-bottom: 1px solid #f6f6f6;
}
.customization-modal .modal-content .modal-body .product-customization-line .label {
    font-weight: 700;
    text-align: right;
}
.customization-modal .modal-content .modal-body .product-customization-line:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.box {
    margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .section-z2 .box {
        max-width: 470px;
        margin: 0 auto;
    }
    .section-z2 .box figure {
        min-width: 220px;
        margin-right: 3rem;
    }
}
.no-touch .box > a:hover {
    text-decoration: none;
}
.box .box-title {
    color: #c0945c;
    margin-bottom: 1.6rem;
    margin-top: 0.8rem;
}
.box:not(.box-image) figure {
    margin-bottom: 1.7rem;
}
.box .figcaption,
.box figcaption {
    display: block;
}
.box .figcaption .box-text,
.box figcaption .box-text {
    font-size: 1.4rem;
    margin-bottom: 2rem;
}
.box .figcaption .box-text > p,
.box figcaption .box-text > p {
    margin-bottom: 0;
}
.box .figcaption .box-text > p + p,
.box figcaption .box-text > p + p {
    margin-top: 0.5rem;
}
.box.box-image {
    margin-bottom: 3.5rem;
}
.box.box-image img {
    margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
    .box.box-image img {
        width: 100%;
    }
}
.no-touch .box.box-image a:hover {
    text-decoration: none;
}
.box.box-image .box-text {
    color: #c0945c;
    font-family: Quicksand, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 1.6px;
}
.box.box-image .box-text > p {
    margin-bottom: 0;
}
.box.box-image .box-text > p + p {
    margin-top: 1rem;
}
.mailalert {
    margin-bottom: 3rem;
    position: relative;
}
.mailalert .btn,
.mailalert .offer-infos .wpb_button_a,
.offer-infos .mailalert .wpb_button_a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: absolute;
    right: 15px;
    top: 0;
}
.mailalert .no-input + .col-12 .btn,
.mailalert .no-input + .col-12 .offer-infos .wpb_button_a,
.offer-infos .mailalert .no-input + .col-12 .wpb_button_a {
    position: static;
}
.mailalert .form-control {
    width: 100%;
    padding-right: 130px;
}
.bootstrap-touchspin {
    position: relative;
    width: 100%;
}
.bootstrap-touchspin .touchspin-up {
    margin-left: -1.1px;
}
.bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    right: 2px;
    width: auto;
    top: 2px;
}
.bootstrap-touchspin .input-group-btn-vertical i {
    position: absolute;
    top: 3px;
    left: 5px;
    font-size: 10px;
    font-weight: 400;
    color: #6c6c6c;
}
.bootstrap-touchspin .input-group-btn-vertical .btn,
.bootstrap-touchspin .input-group-btn-vertical .offer-infos .wpb_button_a,
.offer-infos .bootstrap-touchspin .input-group-btn-vertical .wpb_button_a {
    background: transparent;
}
#fbpsc .btn-social {
    color: #fff !important;
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-social > :first-child {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6em;
}
#fbpsc .btn-group-lg > .btn-social.btn,
#fbpsc .btn-social.btn-lg,
#fbpsc .offer-infos .btn-group-lg > .btn-social.wpb_button_a,
.offer-infos #fbpsc .btn-group-lg > .btn-social.wpb_button_a {
    padding-left: 61px;
}
.btn-group-lg > .btn-social.btn > :first-child,
.btn-social.btn-lg > :first-child,
.offer-infos .btn-group-lg > .btn-social.wpb_button_a > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em;
}
#fbpsc .btn-group-sm > .btn-social.btn,
#fbpsc .btn-social.btn-sm,
#fbpsc .offer-infos .btn-group-sm > .btn-social.wpb_button_a,
.offer-infos #fbpsc .btn-group-sm > .btn-social.wpb_button_a {
    padding-left: 38px;
}
.btn-group-sm > .btn-social.btn > :first-child,
.btn-social.btn-sm > :first-child,
.offer-infos .btn-group-sm > .btn-social.wpb_button_a > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em;
}
#fbpsc .btn-social.btn-xs {
    padding-left: 30px;
}
.btn-social.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em;
}
#fbpsc .btn-social-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0;
}
.btn-social-icon > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
#fbpsc .btn-group-lg > .btn-social-icon.btn,
#fbpsc .btn-social-icon.btn-lg,
#fbpsc .offer-infos .btn-group-lg > .btn-social-icon.wpb_button_a,
.offer-infos #fbpsc .btn-group-lg > .btn-social-icon.wpb_button_a {
    padding-left: 61px;
}
.btn-group-lg > .btn-social-icon.btn > :first-child,
.btn-social-icon.btn-lg > :first-child,
.offer-infos .btn-group-lg > .btn-social-icon.wpb_button_a > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em;
}
#fbpsc .btn-group-sm > .btn-social-icon.btn,
#fbpsc .btn-social-icon.btn-sm,
#fbpsc .offer-infos .btn-group-sm > .btn-social-icon.wpb_button_a,
.offer-infos #fbpsc .btn-group-sm > .btn-social-icon.wpb_button_a {
    padding-left: 38px;
}
.btn-group-sm > .btn-social-icon.btn > :first-child,
.btn-social-icon.btn-sm > :first-child,
.offer-infos .btn-group-sm > .btn-social-icon.wpb_button_a > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em;
}
#fbpsc .btn-social-icon.btn-xs {
    padding-left: 30px;
}
.btn-social-icon.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em;
}
#fbpsc .btn-social-icon > :first-child {
    border: none;
    text-align: center;
    width: 100% !important;
}
#fbpsc .btn-group-lg > .btn-social-icon.btn,
#fbpsc .btn-social-icon.btn-lg,
#fbpsc .offer-infos .btn-group-lg > .btn-social-icon.wpb_button_a,
.offer-infos #fbpsc .btn-group-lg > .btn-social-icon.wpb_button_a {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0;
}
#fbpsc .btn-group-sm > .btn-social-icon.btn,
#fbpsc .btn-social-icon.btn-sm,
#fbpsc .offer-infos .btn-group-sm > .btn-social-icon.wpb_button_a,
.offer-infos #fbpsc .btn-group-sm > .btn-social-icon.wpb_button_a {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0;
}
#fbpsc .btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0;
}
#fbpsc .btn-block-connect {
    width: 100%;
}
#fbpsc .btn-title-connect {
    padding-left: 2rem;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Quicksand, Arial, sans-serif;
}
#fbpsc .btn-connect {
    display: inline-block;
    margin-bottom: 0;
    opacity: 0.5;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: none;
    white-space: nowrap;
    padding: 13.5px 20px;
    font-size: 12px;
    line-height: 1.42857;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#fbpsc .btn-facebook:first-letter {
    text-transform: uppercase;
}
#fbpsc .btn-facebook {
    color: #fff;
    background-color: #3b5b98;
    border-color: rgba(0, 0, 0, 0.2);
}
#fbpsc .btn-facebook:hover,
.btn-facebook.focus,
.btn-facebook:focus {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2);
}
#fbpsc .btn-facebook:hover {
    text-decoration: none;
}
#fbpsc .btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook.active.focus,
.btn-facebook.active:focus,
.btn-facebook.active:hover,
.btn-facebook:active.focus,
.btn-facebook:active:focus,
.btn-facebook:active:hover,
.open > .dropdown-toggle.btn-facebook.focus,
.open > .dropdown-toggle.btn-facebook:focus,
.open > .dropdown-toggle.btn-facebook:hover {
    color: #fff;
    background-color: #23345a;
    border-color: rgba(0, 0, 0, 0.2);
}
#fbpsc .btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
    background-image: none;
}
#fbpsc .btn-facebook.disabled:hover,
.btn-facebook.disabled.focus,
.btn-facebook.disabled:focus,
.btn-facebook[disabled].focus,
.btn-facebook[disabled]:focus,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook.focus,
fieldset[disabled] .btn-facebook:focus,
fieldset[disabled] .btn-facebook:hover {
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
}
#fbpsc .btn-facebook .badge {
    color: #3b5998;
    background-color: #fff;
}
#fbpsc .btn-google:first-letter {
    text-transform: uppercase;
}
#fbpsc .btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2);
}
#fbpsc .btn-google:hover,
.btn-google.focus,
.btn-google:focus {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2);
}
#fbpsc .btn-google:hover {
    text-decoration: none;
}
#fbpsc .btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-google.active.focus,
.btn-google.active:focus,
.btn-google.active:hover,
.btn-google:active.focus,
.btn-google:active:focus,
.btn-google:active:hover,
.open > .dropdown-toggle.btn-google.focus,
.open > .dropdown-toggle.btn-google:focus,
.open > .dropdown-toggle.btn-google:hover {
    color: #fff;
    background-color: #a32b1c;
    border-color: rgba(0, 0, 0, 0.2);
}
#fbpsc .btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
    background-image: none;
}
#fbpsc .btn-google.disabled:hover,
.btn-google.disabled.focus,
.btn-google.disabled:focus,
.btn-google[disabled].focus,
.btn-google[disabled]:focus,
.btn-google[disabled]:hover,
fieldset[disabled] .btn-google.focus,
fieldset[disabled] .btn-google:focus,
fieldset[disabled] .btn-google:hover {
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2);
}
#fbpsc .btn-google .badge {
    color: #dd4b39;
    background-color: #fff;
}
#fbpsc .btn-twitter:first-letter {
    text-transform: uppercase;
}
#fbpsc .btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2);
}
#fbpsc .btn-twitter:hover,
.btn-twitter.focus,
.btn-twitter:focus {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2);
}
#fbpsc .btn-twitter:hover {
    text-decoration: none;
}
#fbpsc .btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter.active.focus,
.btn-twitter.active:focus,
.btn-twitter.active:hover,
.btn-twitter:active.focus,
.btn-twitter:active:focus,
.btn-twitter:active:hover,
.open > .dropdown-toggle.btn-twitter.focus,
.open > .dropdown-toggle.btn-twitter:focus,
.open > .dropdown-toggle.btn-twitter:hover {
    color: #fff;
    background-color: #1583d7;
    border-color: rgba(0, 0, 0, 0.2);
}
#fbpsc .btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
    background-image: none;
}
#fbpsc .btn-twitter.disabled:hover,
.btn-twitter.disabled.focus,
.btn-twitter.disabled:focus,
.btn-twitter[disabled].focus,
.btn-twitter[disabled]:focus,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter.focus,
fieldset[disabled] .btn-twitter:focus,
fieldset[disabled] .btn-twitter:hover {
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2);
}
#fbpsc .btn-twitter .badge {
    color: #55acee;
    background-color: #fff;
}
#fbpsc .btn-paypal:first-letter {
    text-transform: uppercase;
}
#fbpsc .btn-paypal {
    color: #fff;
    background-color: #00acee;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-paypal.focus,
.btn-paypal:focus {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2);
}
#fbpsc .btn-paypal:hover {
    color: #fff;
    background-color: #0096d0;
    border-color: rgba(0, 0, 0, 0.2);
    text-decoration: none;
}
#fbpsc .btn-paypal:active,
.btn-paypal.active,
.open > .dropdown-toggle.btn-paypal {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-paypal.active.focus,
.btn-paypal.active:focus,
.btn-paypal.active:hover,
.btn-paypal:active.focus,
.btn-paypal:active:focus,
.btn-paypal:active:hover,
.open > .dropdown-toggle.btn-paypal.focus,
.open > .dropdown-toggle.btn-paypal:focus,
.open > .dropdown-toggle.btn-paypal:hover {
    color: #fff;
    background-color: #1583d7;
    border-color: rgba(0, 0, 0, 0.2);
}
#fbpsc .btn-paypal:active,
.btn-paypal.active,
.open > .dropdown-toggle.btn-paypal {
    background-image: none;
}
#fbpsc .btn-paypal.disabled:hover,
.btn-paypal.disabled.focus,
.btn-paypal.disabled:focus,
.btn-paypal[disabled].focus,
.btn-paypal[disabled]:focus,
.btn-paypal[disabled]:hover,
fieldset[disabled] .btn-paypal.focus,
fieldset[disabled] .btn-paypal:focus,
fieldset[disabled] .btn-paypal:hover {
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2);
}
#fbpsc .btn-paypal .badge {
    color: #55acee;
    background-color: #fff;
}
#fbpsc .btn-amazon:first-letter {
    text-transform: uppercase;
}
#fbpsc .btn-amazon {
    color: #000 !important;
    background-color: #f5d071;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-amazon.focus,
.btn-amazon:focus {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2);
}
#fbpsc .btn-amazon:hover {
    color: #fff;
    background-color: #ffdf95;
    border-color: rgba(0, 0, 0, 0.2);
    text-decoration: none;
}
#fbpsc .btn-amazon:active,
.btn-amazon.active,
.open > .dropdown-toggle.btn-amazon {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2);
}
.btn-amazon.active.focus,
.btn-amazon.active:focus,
.btn-amazon.active:hover,
.btn-amazon:active.focus,
.btn-amazon:active:focus,
.btn-amazon:active:hover,
.open > .dropdown-toggle.btn-amazon.focus,
.open > .dropdown-toggle.btn-amazon:focus,
.open > .dropdown-toggle.btn-amazon:hover {
    color: #fff;
    background-color: #1583d7;
    border-color: rgba(0, 0, 0, 0.2);
}
#fbpsc .btn-amazon:active,
.btn-amazon.active,
.open > .dropdown-toggle.btn-amazon {
    background-image: none;
}
#fbpsc .btn-amazon.disabled:hover,
.btn-amazon.disabled.focus,
.btn-amazon.disabled:focus,
.btn-amazon[disabled].focus,
.btn-amazon[disabled]:focus,
.btn-amazon[disabled]:hover,
fieldset[disabled] .btn-amazon.focus,
fieldset[disabled] .btn-amazon:focus,
fieldset[disabled] .btn-amazon:hover {
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2);
}
#fbpsc .btn-amazon .badge {
    color: #55acee;
    background-color: #fff;
}
#fbpsc {
    margin-left: -1rem;
    margin-right: -1rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#fbpsc > div {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
@media (max-width: 767.98px) {
    #fbpsc > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 1rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    #fbpsc > div:first-child {
        margin-top: 0;
    }
}
#fbpsc .btn-connect:first-child {
    margin-left: 0;
}
#fbpsc .btn-connect:hover {
    opacity: 1;
}
#cms.page-cms .page-cms-25 {
    padding-bottom: 3.8rem;
}
@media (min-width: 992px) {
    #cms.page-cms .page-cms-25 {
        padding-bottom: 7.8rem;
    }
}
#cms.page-cms .page-cms-25 .vc_row {
    margin-bottom: 0;
}
.sous-title-offre {
    font-size: 1.4rem;
    text-transform: lowercase;
    color: #080808;
    font-family: Quicksand, Arial, sans-serif !important;
    font-weight: 500;
    display: block;
    margin-top: 1rem;
}
.offre-header .vc_column-inner {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 2rem;
    padding: 0 0 0.8rem !important;
    color: #080808;
    font-size: 1.4rem;
}
.offre-header .vc_column-inner .vc_custom_heading {
    margin-bottom: 0;
}
.offre-header .vc_column-inner .vc_custom_heading div {
    font-weight: 500 !important;
    font-family: inherit !important;
}
.offre-item .vc_column-inner {
    border: 1px solid #e4e4e4;
    margin-bottom: 1rem;
    padding: 1.4rem 2rem !important;
}
.offre-item .vc_custom_heading {
    margin-bottom: 1rem;
}
.offre-item .vc_custom_heading p {
    margin-bottom: 0;
    font-weight: 500 !important;
    font-family: Quicksand, Arial, sans-serif !important;
}
.offre-item .wpb_button_a {
    display: block;
}
.offre-item .wpb_button_a .wpb_button {
    border: none;
    text-shadow: none;
    background: none;
    padding: 0;
    margin: 0;
    font-family: Quicksand, Arial, sans-serif !important;
    font-weight: 700 !important;
    text-decoration: underline;
    text-transform: uppercase;
}
.offre-item .wpb_wrapper .vc_custom_heading + .vc_custom_heading {
    display: inline-block;
    vertical-align: middle;
}
.offre-item .wpb_wrapper .vc_custom_heading + .vc_custom_heading + .vc_custom_heading {
    color: #be0b0b;
    margin-left: 0.5rem;
}
.offre-item .wpb_wrapper .vc_custom_heading + .vc_custom_heading + .vc_custom_heading p {
    font-weight: 700 !important;
}
.offer-desc h2,
.offre-item h2 {
    font-size: 1.6rem;
    letter-spacing: 1.6px;
    color: #c0945c;
    font-family: Quicksand, Arial, sans-serif !important;
    font-weight: 500 !important;
}
.offer-desc .wpb_content_element {
    margin-bottom: 1.3rem;
}
@media (max-width: 767.98px) {
    .offer-infos {
        margin-bottom: 6.8rem;
    }
}
.offer-infos .wpb_text_column ul li {
    margin-bottom: 1rem;
    min-width: 117px;
}
.offer-infos .wpb_text_column ul li strong {
    min-width: 117px;
    margin-right: 1rem;
    display: inline-block;
}
.offer-infos .wpb_text_column ul li:last-child {
    margin-bottom: 0;
}
.offer-infos .wpb_text_column ul {
    border: 1px solid #eee;
    padding: 3rem 1rem 3rem 3rem;
    margin-bottom: 2rem !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .offer-infos .wpb_text_column ul {
        margin-bottom: 0 !important;
    }
}
.offer-infos .wpb_raw_code {
    text-align: center;
}
.offer-infos .wpb_content_element {
    margin-bottom: 0;
}
#impression {
    margin-bottom: 2.5rem;
}
.btn-offer {
    margin-bottom: 1.8rem;
}
.offer-infos .wpb_button_a {
    width: 100%;
    margin-bottom: 1.4rem;
}
.offer-infos .wpb_button_a .wpb_button {
    border: none;
    text-shadow: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: none;
    color: #fff;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .offer-infos > .vc_column-inner > .wpb_wrapper {
        margin-bottom: 3.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .offer-infos > .vc_column-inner > .wpb_wrapper > .wpb_text_column {
        width: 50%;
        padding-right: 1.5rem;
    }
    .offer-infos > .vc_column-inner > .wpb_wrapper > .wpb_raw_code {
        width: 50%;
        padding-left: 1.5rem;
    }
}
.header-store-link {
    font-size: 0;
}
@media (max-width: 991.98px) {
    .header-store-link {
        padding: 1.3rem 0;
        text-align: center;
        margin-bottom: 0;
    }
}
.header-store-link > li {
    margin-right: 0;
}
.header-store-link > li:not(:first-child):before {
    content: "";
    height: 10px;
    width: 1px;
    background: #e4e4e4;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2rem;
    margin-right: 2rem;
}
@media (max-width: 991.98px) {
    .header-store-link > li:not(:first-child):before {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
}
.header-links {
    text-align: right;
    height: 100%;
}
.header-links > div {
    margin-left: 1.8rem;
}
.header-links:before,
.header-links > div {
    display: inline-block;
    vertical-align: middle;
}
.header-links:before {
    content: "";
    height: 100%;
}
.header-links li {
    vertical-align: middle;
    line-height: 1;
}
.header-links li:not(:last-child) {
    margin-right: 2rem;
}
.header-links a {
    font-size: 1rem;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    color: #6c6c6c;
}
.header-links a:hover {
    color: #080808;
    text-decoration: none;
}
.header-links .social-net {
    float: right;
    margin-top: 1px;
}
.header-links .social-net .h4 {
    display: none;
}
.header-links .social-net a {
    color: #979797;
}
#header {
    background: #fff;
    position: relative;
    z-index: 2;
}
#index.with-slideshow #header {
    background-color: transparent;
}
@media (min-width: 768px) {
    #index.with-slideshow #header {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 30;
    }
}
#index.with-slideshow #header .header-top {
    background-color: #fff;
}
#index.with-slideshow #header .header-top > .container > .row {
    border: none;
}
#header .header-top > .container > .row {
    border-bottom: 1px solid #e4e4e4;
    padding-top: 0.8rem;
    padding-bottom: 0.9rem;
}
#header .header-top ul {
    margin-bottom: 0;
}
#header .header-bottom {
    padding-top: 2.1rem;
    transition: all 0.2s ease;
}
@media (min-width: 992px) {
    #header .header-bottom .row > div:not(:last-child) {
        z-index: 2;
    }
    #header .header-bottom .row > div:last-child {
        z-index: 1;
    }
}
@media (max-width: 991.98px) {
    #header .header-bottom {
        background-color: #fff;
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
    }
}
@media (min-width: 992px) {
    #header .header-bottom .switch-lang {
        text-transform: uppercase;
    }
}
#header .header-bottom .stores,
#header .header-bottom .switch-lang {
    color: #080808;
    display: inline-block;
}
#header .header-bottom .stores:hover,
#header .header-bottom .switch-lang:hover {
    text-decoration: none;
}
#header .header-bottom .switch-lang i {
    font-size: 0.6rem;
}
#header .header-bottom .stores {
    margin-left: 1.8rem;
    position: relative;
    z-index: 2;
}
#header .header-bottom .stores span {
    margin-left: 0.3rem;
    vertical-align: middle;
}
#header .header-bottom .stores i {
    font-weight: 700;
    font-size: 1.6rem;
}
@media (max-width: 991.98px) {
    #header .header-bottom .stores {
        margin-left: 0;
    }
    #header .header-bottom .stores i {
        font-size: 2.3rem;
    }
}
#header .header-bottom .lang-and-store {
    position: absolute;
    left: 0;
    top: 32px;
    background: #fff;
    z-index: 22;
    max-width: 266px;
    padding: 1.8rem 2rem;
    box-shadow: 0 5px 20px -10px #c8c8c8;
}
@media (max-width: 991.98px) {
    #header .header-bottom .lang-and-store {
        display: none;
    }
}
#header .header-bottom .lang-and-store .select2 {
    width: 100% !important;
}
#header .header-bottom .lang-and-store form .btn,
#header .header-bottom .lang-and-store form .offer-infos .wpb_button_a,
.offer-infos #header .header-bottom .lang-and-store form .wpb_button_a {
    margin-bottom: 1.5rem;
}
#header .header-bottom .lang-and-store .form-notice,
#header .header-bottom .lang-and-store p {
    text-align: center;
    font-weight: 500;
}
#header .header-bottom .control-links {
    text-align: right;
}
#header .header-bottom .control-links > li {
    line-height: 1;
}
#header .header-bottom .control-links > li:not(.search-hover) {
    position: relative;
}
#header .header-bottom .control-links > li:not(:last-child) {
    margin-right: 1.5rem;
}
@media (max-width: 991.98px) {
    #header .header-bottom .control-links > li:not(:last-child) {
        margin-right: 1rem;
    }
}
#header .header-bottom .control-links a {
    color: #080808;
}
#header .header-bottom .control-links a:hover {
    text-decoration: none;
}
#header .header-bottom .control-links i {
    font-size: 2rem;
}
#header .header-bottom .control-links i:hover {
    font-weight: 700;
}
#header .header-bottom .logo {
    text-align: center;
    margin-top: -1rem;
    margin-bottom: 2.4rem;
    display: block;
}
@media (max-width: 991.98px) {
    #header .header-bottom .logo {
        margin: 0 auto;
        max-width: 139px;
    }
}
#header button.btn-menu-mobile {
    border: none;
    background: transparent;
    padding: 0;
    margin-right: 1.2rem;
}
#header button.btn-menu-mobile > span,
#header button.btn-menu-mobile > span:after,
#header button.btn-menu-mobile > span:before {
    display: inline-block;
    width: 18px;
    height: 1px;
    background: #131211;
    position: relative;
    margin: 0.3rem 0;
}
#header button.btn-menu-mobile > span:after,
#header button.btn-menu-mobile > span:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
}
#header button.btn-menu-mobile > span:after {
    bottom: 4px;
    top: auto;
}
#header #sticky-wrapper.is-sticky {
    position: relative;
    z-index: 10;
}
#header #sticky-wrapper:not(.is-sticky) {
    height: auto !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #header .is-sticky .header-bottom .control-links > li:not(:last-child) {
        margin-right: 0.7rem;
    }
}
@media (min-width: 992px) {
    #header .is-sticky .header-bottom {
        padding-top: 1.1rem;
        background: #fff;
        padding-bottom: 1.1rem;
        box-shadow: 0 0 10px #ddd;
    }
    #header .is-sticky .header-bottom .logo {
        max-width: 100px;
        margin-bottom: 0;
    }
    #header .is-sticky .header-bottom .order-lg-3 {
        max-width: 12%;
        position: absolute;
        left: 0;
        top: 0;
    }
    #header .is-sticky .header-bottom .order-lg-1 {
        max-width: 12%;
        position: absolute;
        right: 0;
        top: 0;
    }
    #header .is-sticky .header-bottom .order-lg-0 {
        display: none;
    }
    #header .is-sticky .header-bottom > div {
        position: relative;
        z-index: 2;
    }
    #header .is-sticky .header-bottom #search_widget {
        width: 200px;
        top: 20px;
        right: -22px;
        height: 0;
        background: transparent;
        padding-top: 1.2rem;
        transition: height 0.2s ease;
        overflow: hidden;
    }
    #header .is-sticky .header-bottom #search_widget form {
        padding: 0.5rem 2rem 1.5rem;
        background-color: #fff;
    }
    #header .is-sticky .header-bottom #search_widget form input[type="text"] {
        padding-right: 2.5rem;
    }
    #header .is-sticky .header-bottom #search_widget form button {
        bottom: auto;
        top: 19px;
        right: 21px;
        opacity: 1;
    }
    #header .is-sticky .header-bottom .search-hover:hover #search_widget {
        height: 60px;
    }
    #header .is-sticky .header-bottom .search-hover > a {
        opacity: 1;
    }
}
@media (max-width: 991.98px) {
    #index #header .header-top {
        position: absolute;
        width: 100%;
        top: 40px;
        left: -100vh;
        transition: left 0.2s ease-in;
    }
    div#_mobile_menu_footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #header .header-links > div {
        margin: 0;
        display: block;
    }
    div#_mobile_menu_footer.header-links {
        text-align: left;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }
    .menu-footer.header-links .switch-lang {
        width: 70px;
        margin: 0 !important;
        text-align: center;
        padding-top: 1.1rem;
        border-right: 1px solid;
        display: inline-block;
        margin-right: 2rem;
    }
    div#_mobile_menu_footer.header-links .social-net a:not(.switch-lang) {
        padding-top: 1.3rem;
        text-align: left;
        display: inline-block;
        margin: 0 1.1rem;
    }
}
.social-net a {
    margin-left: 1rem;
    display: inline-block;
    vertical-align: middle;
    color: #6c6c6c;
}
.social-net a :hover {
    color: #080808;
}
.social-net a i {
    font-size: 1.4rem;
}
.social-net a:first-child {
    margin-left: 0;
}
.welcome-txt .h3 {
    margin-bottom: 1.4rem;
}
@media (max-width: 767.98px) {
    .welcome-txt .h3 {
        font-size: 1.7rem;
    }
}
.welcome-txt p {
    margin-bottom: 0;
    line-height: 2rem;
    letter-spacing: -0.28px;
}
.welcome-txt p + p {
    margin-top: 2.3rem;
}
.table-bordered {
    border: none;
    overflow-x: auto;
}
.table-bordered a:hover {
    text-decoration: none;
}
.table-bordered td,
.table-bordered th {
    padding: 0.9rem 2rem;
    border-width: 0;
}
.table-bordered tr {
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
    border-width: 0;
    border-top-width: 1px;
}
.table-bordered .thead-default {
    background: #f4f4f4;
}
.table-bordered tbody tr {
    background: #fff;
}
@media (max-width: 991px) {
    .table td,
    .table th {
        padding: 0.9rem 1rem;
    }
    #contact #wrapper > .container {
        max-width: 720px;
    }
}
.btn-outline-info {
    height: 100%;
}
#module-ps_emailalerts-account .bg-bandeau {
    background: none;
    border-top: 2px solid #eef3eb;
}
#module-ps_emailalerts-account .breadcrumb {
    padding-top: 2rem;
}
#module-ps_emailalerts-account .page-header {
    margin-left: auto;
    margin-right: auto;
    max-width: 920px;
    text-align: left;
    padding-bottom: 27px;
}
#module-ps_emailalerts-account .page-header h1 {
    color: #c0945c;
    font-size: 2.6rem;
}
#module-ps_emailalerts-account #wrapper {
    background-color: #f9f5f2;
    padding-bottom: 45px;
}
#module-ps_emailalerts-account #content {
    margin: 0 auto;
    max-width: 920px;
    border: none;
    display: block;
}
#module-ps_emailalerts-account #block-reassurance {
    margin-top: -45px;
    position: relative;
}
#module-ps_emailalerts-account .block-reassurance-inner {
    background: #fff;
}
#module-addtofavoritesmywishlist-favorites .bg-bandeau {
    background: none;
    border-top: 2px solid #eef3eb;
    margin-bottom: 2rem;
}
#module-addtofavoritesmywishlist-favorites .breadcrumb {
    padding-top: 2rem;
}
#module-addtofavoritesmywishlist-favorites .page-header {
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 1rem;
}
#module-addtofavoritesmywishlist-favorites .page-header h1 {
    color: #c0945c;
    font-size: 2.6rem;
}
#module-addtofavoritesmywishlist-favorites .text-info {
    margin-bottom: 0.4rem;
    color: #080808 !important;
}
#module-addtofavoritesmywishlist-favorites #wrapper {
    background-color: #f9f5f2;
    padding-bottom: 45px;
}
#module-addtofavoritesmywishlist-favorites #block-reassurance {
    margin-top: -45px;
    position: relative;
}
#module-addtofavoritesmywishlist-favorites .block-reassurance-inner {
    background: #fff;
}
#module-addtofavoritesmywishlist-favorites .alert-warning {
    background: #fff;
    max-width: 620px;
    border-color: #fff;
    color: #080808;
    padding: 1.2rem;
}
#module-addtofavoritesmywishlist-favorites .alert-warning ul {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}
@media (max-width: 767.98px) {
    #module-addtofavoritesmywishlist-favorites .products.grid-products .product-miniature {
        margin-bottom: 1rem;
        margin-top: 2rem;
    }
}
.page-guest-tracking .bg-bandeau,
.page-order-detail .bg-bandeau {
    background: none;
    border-top: 1px solid #eef3eb;
}
.page-guest-tracking .breadcrumb,
.page-order-detail .breadcrumb {
    padding-top: 2rem;
}
.page-guest-tracking .page-header,
.page-order-detail .page-header {
    margin-left: auto;
    margin-right: auto;
    max-width: 920px;
    text-align: left;
    padding-bottom: 27px;
}
.page-guest-tracking .page-header h1,
.page-order-detail .page-header h1 {
    color: #c0945c;
    font-size: 2.6rem;
}
.page-guest-tracking .page-footer,
.page-order-detail .page-footer {
    margin: 5rem auto;
    max-width: 920px;
}
@media (max-width: 767.98px) {
    .page-guest-tracking .page-footer,
    .page-order-detail .page-footer {
        margin-top: 1.5rem;
    }
}
.page-guest-tracking .page-footer a:hover,
.page-order-detail .page-footer a:hover {
    text-decoration: none;
}
.page-guest-tracking #wrapper,
.page-order-detail #wrapper {
    background-color: #f9f5f2;
    padding-bottom: 45px;
}
.page-guest-tracking #content,
.page-order-detail #content {
    margin: 0 auto;
    max-width: 920px;
    border: none;
    display: block;
}
.page-guest-tracking #block-reassurance,
.page-order-detail #block-reassurance {
    margin-top: -45px;
    position: relative;
}
.page-guest-tracking .block-reassurance-inner,
.page-order-detail .block-reassurance-inner {
    background: #fff;
}
.page-guest-tracking .box,
.page-order-detail .box {
    box-shadow: none;
    padding: 1.5rem 2rem;
    margin-bottom: 2rem;
    border: 1px solid #dee2e6;
    line-height: normal;
    background: hsla(0, 0%, 100%, 0.9);
}
@media (max-width: 767.98px) {
    .page-guest-tracking .box,
    .page-order-detail .box {
        padding: 1.7rem 1.5rem;
        margin-bottom: 1.5rem;
    }
}
.page-guest-tracking #order-history table,
.page-guest-tracking #order-history table > thead tr th:last-child,
.page-order-detail #order-history table,
.page-order-detail #order-history table > thead tr th:last-child {
    width: 100%;
}
.page-guest-tracking #order-infos ul,
.page-order-detail #order-infos ul {
    list-style: none;
    padding: 0;
}
.page-guest-tracking .addresses h4,
.page-order-detail .addresses h4 {
    margin-bottom: 10px;
}
.page-addresses .bg-bandeau {
    background: none;
    border-top: 1px solid #eef3eb;
}
.page-addresses .breadcrumb {
    padding-top: 2rem;
}
.page-addresses .page-header {
    margin-left: auto;
    margin-right: auto;
    max-width: 920px;
    text-align: left;
    padding-bottom: 27px;
}
.page-addresses .page-header h1 {
    color: #c0945c;
    font-size: 2.6rem;
}
.page-addresses .page-footer {
    margin: 50px auto;
    max-width: 920px;
}
.page-addresses .page-footer a {
    border-bottom: 1px solid #090909;
    color: #090909;
    text-transform: uppercase;
}
.page-addresses .page-footer a:hover {
    text-decoration: none;
}
.page-addresses #wrapper {
    background-color: #f9f5f2;
    padding-bottom: 45px;
}
.page-addresses #content {
    margin: 0 auto;
    max-width: 920px;
    border: none;
    display: block;
    background: none;
    box-shadow: none;
    padding: inherit;
}
.page-addresses #content .address {
    font-size: inherit;
    color: inherit;
    box-shadow: none;
    background: hsla(0, 0%, 100%, 0.9);
}
.page-addresses #block-reassurance {
    margin-top: -45px;
    position: relative;
}
.page-addresses .block-reassurance-inner {
    background: #fff;
}
.page-addresses .address .address-footer {
    padding: 0;
    border: none;
}
.page-addresses .address .address-footer a {
    display: inline-block;
    width: 50%;
    margin: 0;
    color: #c0945c;
    float: left;
}
.page-addresses .address .btn-group {
    display: block;
    overflow: hidden;
}
.page-addresses .addresses-footer {
    margin: 0;
}
.page-my-account .bg-bandeau {
    background: none;
    border-top: 1px solid #eef3eb;
}
.page-my-account .breadcrumb {
    padding-top: 2rem;
}
.page-my-account .page-header {
    margin-left: auto;
    margin-right: auto;
    max-width: 920px;
    text-align: left;
    padding-bottom: 27px;
    padding-bottom: 0;
}
.page-my-account .page-header h1 {
    color: #c0945c;
    font-size: 2.6rem;
}
.page-my-account .page-footer {
    margin: 50px auto;
    max-width: 920px;
}
.page-my-account .page-footer a {
    border-bottom: 1px solid #090909;
    color: #090909;
    text-transform: uppercase;
}
.page-my-account .page-footer a:hover {
    text-decoration: none;
}
.page-my-account #wrapper {
    background-color: #f9f5f2;
    padding-bottom: 45px;
}
.page-my-account #wrapper #content-wrapper {
    background: none;
}
.page-my-account #content {
    margin: 0 auto;
    max-width: 920px;
    border: none;
    display: block;
}
.page-my-account #content .links {
    margin-top: 15px;
}
.page-my-account #content .links a {
    text-align: center;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 3rem;
}
.page-my-account #content .links a i {
    display: block;
    font-size: 3rem;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 1.2rem;
    color: #c0945c;
    height: auto;
    height: 30px;
    margin-left: 0;
}
.page-my-account #content .links a i.icon-outer-heart {
    font-size: 1.8rem;
    position: relative;
    top: 10px;
}
.page-my-account #content .links a:hover {
    text-decoration: none;
}
.page-my-account #content .links a:hover,
.page-my-account #content .links a:hover i {
    color: #c0945c;
}
.page-my-account #content .links a span.link-item {
    display: block;
    height: 100%;
    padding: 2.6rem 2rem 0.8rem;
    border: 1px solid #dee2e6;
    line-height: 1.6rem;
    background: #fff;
    box-shadow: none;
    color: #080808;
    font-size: 1.2rem;
    font-weight: 700;
}
.page-my-account #content .links a span.link-item > span {
    min-height: 30px;
    display: block;
    margin: 0;
}
.page-my-account #block-reassurance {
    margin-top: -45px;
    position: relative;
}
.page-my-account .block-reassurance-inner {
    background: #fff;
}
.page-my-account #page {
    background: none;
}
.page-customer-account .bg-bandeau {
    background: none;
    border-top: 1px solid #eef3eb;
}
.page-customer-account .breadcrumb {
    padding-top: 2rem;
}
.page-customer-account .page-header {
    margin-left: auto;
    margin-right: auto;
    max-width: 920px;
    text-align: left;
    padding-bottom: 27px;
}
.page-customer-account .page-header h1 {
    color: #c0945c;
    font-size: 2.6rem;
}
@media (max-width: 767.98px) {
    .page-customer-account .page-header h1 {
        font-size: 1.7rem;
    }
}
.page-customer-account .page-footer {
    margin: 50px auto;
    max-width: 920px;
}
.page-customer-account .page-footer a:hover {
    text-decoration: none;
}
.page-customer-account:not(#password):not(.page-authentication) #wrapper {
    background-color: #f9f5f2;
}
.page-customer-account #wrapper {
    padding-bottom: 45px;
}
.page-customer-account #content {
    margin: 0 auto;
    max-width: 920px;
    border: none;
    display: block;
    font-size: inherit;
    background: none;
    box-shadow: none;
    color: inherit;
    padding: inherit;
}
.page-customer-account #block-reassurance {
    margin-top: -45px;
    position: relative;
}
.page-customer-account .block-reassurance-inner {
    background: #fff;
}
.page-customer-account .login-border {
    border: 1px solid #e5e5e5;
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 2.3rem;
}
@media (min-width: 768px) {
    .page-customer-account .login-border {
        padding: 2rem 3rem 4rem;
    }
}
.page-customer-account .login-border .form-control-label {
    padding-left: 42px;
}
.page-customer-account .login-border .form-group {
    margin-bottom: 2.2rem;
}
.page-customer-account .login-border .forgot-password {
    text-align: center;
    font-size: 0.875rem;
    padding-bottom: 2rem;
}
.page-customer-account .login-border .form-footer,
.page-customer-account .login-border hr {
    margin-bottom: 2rem;
}
@media (min-width: 768px) {
    .page-customer-account .login-border hr {
        margin-bottom: 2.6rem;
    }
}
.page-customer-account .alert-warning {
    background: #fff;
    max-width: 620px;
    border-color: #fff;
    color: #080808;
    padding: 1.5rem 2rem;
}
.page-customer-account .alert-warning ul {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}
@media (min-width: 992px) {
    #module-ps_emailalerts-account #page {
        background: url(../css/a3f03f55128edc761cebcadee8f39af7.jpg) no-repeat right 20px;
        min-height: 200px;
    }
    #module-ps_emailalerts-account #wrapper {
        background-image: url(../css/828a6af53db79a741bdba80d1f8e2bbf.jpg);
        background-position: 0 150px;
        background-repeat: no-repeat;
    }
    #module-ps_emailalerts-account #wrapper #content-wrapper {
        background-image: url(../css/d4158d6950617b1ef863255b6c3c54d1.jpg);
        background-position: 100% 100%;
        background-repeat: no-repeat;
        min-height: 200px;
    }
    #module-addtofavoritesmywishlist-favorites #page {
        background: url(../css/a3f03f55128edc761cebcadee8f39af7.jpg) no-repeat right 20px;
        min-height: 200px;
    }
    #module-addtofavoritesmywishlist-favorites #wrapper {
        background-image: url(../css/828a6af53db79a741bdba80d1f8e2bbf.jpg);
        background-position: 0 150px;
        background-repeat: no-repeat;
    }
    #module-addtofavoritesmywishlist-favorites #wrapper #content-wrapper {
        background-image: url(../css/d4158d6950617b1ef863255b6c3c54d1.jpg);
        background-position: 100% 100%;
        background-repeat: no-repeat;
        min-height: 200px;
    }
    .page-my-account:not(#my-account) #page {
        background: url(../css/a3f03f55128edc761cebcadee8f39af7.jpg) no-repeat right 20px;
        min-height: 200px;
    }
    .page-my-account:not(#my-account) #wrapper {
        background-image: url(../css/828a6af53db79a741bdba80d1f8e2bbf.jpg);
        background-position: 0 150px;
        background-repeat: no-repeat;
    }
    .page-my-account:not(#my-account) #wrapper #content-wrapper {
        background-image: url(../css/d4158d6950617b1ef863255b6c3c54d1.jpg);
        background-position: 100% 100%;
        background-repeat: no-repeat;
        min-height: 200px;
    }
    .page-guest-tracking #page,
    .page-order-detail #page {
        background: url(../css/a3f03f55128edc761cebcadee8f39af7.jpg) no-repeat right 20px;
        min-height: 200px;
    }
    .page-guest-tracking #wrapper,
    .page-order-detail #wrapper {
        background-image: url(../css/828a6af53db79a741bdba80d1f8e2bbf.jpg);
        background-position: 0 150px;
        background-repeat: no-repeat;
    }
    .page-guest-tracking #wrapper #content-wrapper,
    .page-order-detail #wrapper #content-wrapper {
        background-image: url(../css/d4158d6950617b1ef863255b6c3c54d1.jpg);
        background-position: 100% 100%;
        background-repeat: no-repeat;
        min-height: 200px;
    }
    .page-addresses #page {
        background: url(../css/a3f03f55128edc761cebcadee8f39af7.jpg) no-repeat right 20px;
        min-height: 200px;
    }
    .page-addresses #wrapper {
        background-image: url(../css/828a6af53db79a741bdba80d1f8e2bbf.jpg);
        background-position: 0 150px;
        background-repeat: no-repeat;
    }
    .page-addresses #wrapper #content-wrapper {
        background-image: url(../css/d4158d6950617b1ef863255b6c3c54d1.jpg);
        background-position: 100% 100%;
        background-repeat: no-repeat;
        min-height: 200px;
    }
    .page-customer-account:not(#password):not(.page-authentication) #page {
        background: url(../css/a3f03f55128edc761cebcadee8f39af7.jpg) no-repeat right 20px;
        min-height: 200px;
    }
    .page-customer-account:not(#password):not(.page-authentication) #wrapper {
        background-image: url(../css/828a6af53db79a741bdba80d1f8e2bbf.jpg);
        background-position: 0 150px;
        background-repeat: no-repeat;
    }
    .page-customer-account:not(#password):not(.page-authentication) #wrapper #content-wrapper {
        background-image: url(../css/d4158d6950617b1ef863255b6c3c54d1.jpg);
        background-position: 100% 100%;
        background-repeat: no-repeat;
        min-height: 200px;
    }
    #customer-form,
    .address-form,
    .register-form {
        padding-right: 15%;
    }
}
@media (min-width: 768px) {
    #authentication.page-customer-account .page-header {
        text-align: center;
    }
}
@media (max-width: 767.98px) {
    #authentication.page-customer-account .page-header {
        padding-bottom: 1.4rem;
    }
}
#authentication .checkbox a {
    color: #99b889 !important;
}
@media (max-width: 767.98px) {
    #authentication #login-form {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
@media (min-width: 768px) {
    #authentication #login-form:not(.is-checkbox) .col-md-6 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 414px;
    }
}
@media (min-width: 768px) {
    #authentication #login-form .input-group .form-control {
        max-width: 205px;
    }
}
@media (min-width: 768px) {
    #authentication #login-form .input-group-btn {
        width: 209px;
    }
    #authentication #login-form .input-group-btn .btn,
    #authentication #login-form .input-group-btn .offer-infos .wpb_button_a,
    .offer-infos #authentication #login-form .input-group-btn .wpb_button_a {
        width: 100%;
    }
}
@media (min-width: 768px) {
    #authentication .register-form .connexion-ou {
        max-width: 365px;
    }
}
#authentication .register-form .connexion-ou span {
    width: 50px;
    height: 50px;
    line-height: 3rem;
}
#authentication .form-group .row {
    margin-left: 0;
    margin-right: 0;
}
#authentication .form-group [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
@media (max-width: 767.98px) {
    #authentication .btn.d-block,
    #authentication .offer-infos .d-block.wpb_button_a,
    .offer-infos #authentication .d-block.wpb_button_a {
        width: 100%;
    }
}
#authentication .connexion-ou {
    margin-top: 0;
    margin-bottom: 2rem;
}
@media (min-width: 768px) {
    #authentication .connexion-ou {
        margin-bottom: 3rem;
    }
}
@media (max-width: 768px) {
    .page-customer-account .login-border .form-control-label {
        padding-left: 15px;
    }
    #my-account #wrapper {
        background-size: auto;
        background-position: bottom;
    }
}
.rgpd {
    display: block;
    margin-left: 30px;
    color: #979797;
}
.send-renew-password-link {
    margin-bottom: 3rem;
}
#history .orders {
    margin: 0;
    border: 1px solid #dee2e6;
}
#history .orders .order {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
}
#history .orders .order .date,
#history .orders .order .status,
#history .orders .order .total {
    margin-bottom: 10px;
}
#history .orders .order a h3 {
    color: #090909;
}
#history.page-customer-account .page-header {
    margin-bottom: 0;
    padding-bottom: 0.6rem;
}
#history.page-customer-account #content p {
    margin-bottom: 2.4rem;
}
#history.page-customer-account .table thead th {
    font-size: 11px;
}
#suivi-mon-colis .logo-trnsp {
    text-align: center;
    padding-top: 27px;
    margin-bottom: 30px;
}
#suivi-mon-colis .infos {
    padding: 20px;
    background: #eef3eb;
}
#suivi-mon-colis .infos label {
    font-weight: 600;
    margin-right: 3px;
}
#suivi-mon-colis .infos .n-suivi {
    color: #c0945c;
    font-size: 18px;
}
.contact-form {
    max-width: 460px;
}
.contact-form .form-footer {
    text-align: right;
}
.contact-form .form-footer .btn,
.contact-form .form-footer .offer-infos .wpb_button_a,
.offer-infos .contact-form .form-footer .wpb_button_a {
    padding: 0.9rem 5rem;
}
.contact-form textarea.form-control {
    resize: none;
    min-height: 100px;
}
.contact-form select.form-control {
    width: 100%;
    border-radius: 0;
}
.bootstrap-filestyle .form-control {
    background: none;
    border-right: none;
}
.bootstrap-filestyle .offer-infos label.wpb_button_a,
.bootstrap-filestyle label.btn,
.offer-infos .bootstrap-filestyle label.wpb_button_a {
    border: 1px solid #93b381;
    color: #93b381;
    padding: 0.9rem 1.5rem;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .contact-rich {
        margin-bottom: 0;
    }
    #contact #wrapper #content-wrapper,
    #contact #wrapper #left-column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #contact #wrapper #left-column {
        padding-bottom: 0;
    }
}
.back-stor {
    color: #090909;
    border-bottom: 1px solid #090909;
    font-weight: 600;
    text-transform: uppercase;
}
.back-stor i {
    margin-left: -7px;
    position: relative;
    top: -1px;
}
.page-stores {
    padding-bottom: 50px;
}
.page-stores .slick-carrousel-stor {
    padding: 0;
    margin: 0;
}
@media (max-width: 991.98px) {
    .page-stores .slick-carrousel-stor {
        margin-bottom: 7rem;
    }
}
@media (max-width: 767.98px) {
    .page-stores .slick-carrousel-stor {
        margin-bottom: 4rem;
    }
}
.page-stores .slick-carrousel-stor .slick-arrow {
    display: none !important;
}
.page-stores .slick-carrousel-stor img {
    width: 100%;
}
.page-stores .slick-carrousel-stor ul.slick-dots {
    text-align: center;
    position: static;
    margin-top: 16px;
}
.page-stores .text1-stor {
    text-align: center;
    padding: 4rem 0 7rem;
}
@media (max-width: 767.98px) {
    .page-stores .text1-stor {
        padding: 4rem 0 3.4rem;
    }
}
.page-stores h4 {
    color: #c0945c;
    font-family: Quicksand, Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 1.6rem;
}
.page-stores .bottom-stor img {
    width: 100%;
    margin-bottom: 2rem;
}
.page-stores .bottom-stor h4 {
    font-size: 2rem;
    font-family: Lora, serif;
    font-weight: 400;
}
.page-stores .bottom-stor p:empty {
    display: none;
}
.page-stores .bottom-stor a {
    text-decoration: none !important;
}
.page-stores .bottom-stor a span {
    color: #080808;
    position: relative !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    letter-spacing: 1.3px !important;
}
.page-stores .bottom-stor a span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #080808;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: width 0.2s ease-in;
}
.page-stores .bottom-stor a span:hover:before {
    width: 0;
}
#content.page-stores .go-back {
    margin-bottom: 2.9rem;
}
.bloc-horaire {
    margin-bottom: 4rem;
}
.bloc-horaire h4 {
    margin-bottom: 1.2rem;
}
.bloc-horaire th {
    min-width: 68px;
    font-weight: 700;
}
.bloc-horaire td {
    font-weight: 500;
}
.bloc-contact {
    margin-bottom: 4rem;
}
@media (max-width: 767.98px) {
    .bloc-contact {
        margin-bottom: 3rem;
    }
}
.bloc-contact i {
    color: #c0945c;
    margin-right: 1.5rem;
    min-width: 27px;
}
.bloc-contact p:not(:last-child) {
    margin-bottom: 1.7rem;
}
.bloc-contact .icon-phone {
    font-size: 2.1rem;
}
.bloc-contact .icon-mail {
    font-size: 2.7rem;
}
@media (min-width: 768px) {
    .bloc-adresse {
        margin-bottom: 40px;
    }
}
.bloc-adresse #map {
    margin-bottom: 1.5rem;
    height: 126px;
    width: 100%;
}
@media (max-width: 991.98px) {
    .bloc-adresse #map {
        height: 165px;
    }
}
.table thead th {
    text-transform: uppercase;
    font-size: 13px;
}
.form-control:focus {
    border: 1px solid #080808;
    box-shadow: none;
}
.register-form #sl_connector_social_checkout {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
.register-form #fbpsc {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2.8rem;
    max-width: 568px;
}
.register-form #fbpsc > div {
    padding-left: 0;
    padding-right: 0;
}
.register-form #fbpsc > div:last-child {
    padding-left: 1rem;
}
.register-form #fbpsc > div:first-child {
    padding-right: 1rem;
}
.register-form #fbpsc .btn-connect.btn-google {
    margin-left: 0;
}
#my-account #wrapper {
    background-repeat: no-repeat;
    padding-bottom: 50px;
    background-color: #f2f3f5;
    background-size: cover;
    background-position: 100% 100%;
}
.table-labeled .label {
    border: 0;
    padding: 0.3rem 1rem;
    color: #c0945c;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}
.order-message-form .form-control-label {
    line-height: 2rem;
}
@media (min-width: 768px) {
    .order-message-form .form-control-label {
        text-align: right;
        line-height: 3.4rem;
    }
}
#contact #wrapper #content-wrapper {
    padding-bottom: 4rem;
}
@media (min-width: 768px) {
    #contact #wrapper #content-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
#contact #wrapper #left-column {
    padding-bottom: 4rem;
}
@media (max-width: 767.98px) {
    #contact #wrapper #left-column {
        padding-bottom: 3.8rem;
    }
}
#contact #wrapper #left-column img {
    margin-top: 5rem;
}
@media (max-width: 767.98px) {
    #contact #wrapper #left-column img {
        margin-top: 2rem;
    }
}
@media (min-width: 768px) {
    #contact #wrapper #left-column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
#contact #wrapper > .container {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}
#contact #wrapper .contact-rich .h4,
#contact #wrapper .contact-rich h2 {
    font-family: Quicksand, Arial, sans-serif;
    color: #c0945c;
    font-weight: 500;
    margin-bottom: 1.3rem;
}
#page-nav a:active,
#page-nav a:hover {
    text-decoration: none;
    color: #080808;
    border-color: #080808;
}
#pagenotfound #page,
#search .page-not-found {
    padding: 130px 0;
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
}
#pagenotfound .col-3,
#search .page-not-found .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    max-width: 100%;
}
.marquen2-title h2,
.marquen2-title h3 {
    font-family: nothing_you_could_doregular, sans-serif !important;
    font-size: 5rem;
    color: #efa59b;
    text-align: center;
    line-height: 1;
    margin: 0 auto 2rem;
    text-transform: none;
}
#page-nav .row {
    max-width: 470px;
    margin: 0 auto;
}
#page-nav a {
    font-size: 1.3rem;
    color: #979797;
    font-weight: 700;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 1px solid transparent;
}
#page-nav .active a {
    color: #080808;
    border-color: #080808;
}
.parallaxe-bloc {
    height: 500px;
    margin-bottom: 8rem;
}
.page-section {
    margin-bottom: 5rem;
    line-height: 20px;
}
.page-section p {
    margin-bottom: 3rem;
}
.page-subtitle {
    font-size: 2rem;
    color: #c0945c;
    margin: 25px 0 10px;
}
#pagenotfound #wrapper {
    background: url(../css/5311f5b9f84f28f16d52296f90f30502.jpg) 50% no-repeat;
    background-size: cover;
}
#pagenotfound .bg-bandeau {
    background: none;
}
#pagenotfound .page-header {
    padding: 0;
}
#pagenotfound .page-header h1 {
    color: #c0945c;
}
#pagenotfound p + p {
    margin-top: 4.5rem;
}
.page-not-found .search-hover {
    display: block;
}
.page-not-found .search-hover > a {
    display: none;
}
.page-not-found .search-widget {
    position: relative;
}
.page-not-found .search-widget input[type="text"] {
    display: block;
    width: 100%;
    height: calc(2.85rem 2px);
    padding: 1.8rem 0.9rem;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.page-not-found .search-widget input[type="text"]:focus {
    border: 1px solid #000;
    box-shadow: none;
    outline: 0;
}
.page-not-found .search-widget [type="submit"] {
    background: transparent;
    border: 0;
    position: absolute;
    top: 10px;
    right: 5px;
}
.marque-n2 #block-reassurance {
    padding-top: 3rem;
}
.marque-n2 .ginstagramproduct {
    margin-bottom: 0;
}
.marque-n2 .ginstagram_w {
    padding: 0;
    margin-bottom: 0;
}
.marque-n2 .wpb_row:last-child {
    margin-bottom: 0;
}
.marque-n2 .page-header {
    display: none;
}
.marque-n2 #wrapper,
.marque-n2 .bg-bandeau {
    background: #f9f5f2;
}
.marque-n2 .wpb_column.vc_column_container {
    z-index: unset;
}
.marquen2-title {
    font-family: nothing_you_could_doregular, sans-serif;
    font-size: 5rem;
    color: #efa59b;
    text-align: center;
    line-height: 1;
    margin: 0 auto 1rem;
}
.marquen2-title h3 {
    font-size: 3.6rem;
}
.marquen2-text {
    font-family: nothing_you_could_doregular, sans-serif;
    font-size: 2rem;
    color: #080808;
    margin-bottom: 1rem;
    text-transform: none;
    text-align: center;
    line-height: 1.5;
    position: absolute;
    left: -100px;
    top: 75px;
    width: 360px;
}
.marquen2-text.pink {
    color: #efa59b;
    left: 50px;
}
.n2-top-menu {
    margin: 0 auto 3rem;
    text-align: center;
}
.n2-top-menu .n2-logo {
    display: inline-block;
    padding-right: 3rem;
}
.n2-top-menu .open-menu {
    font-family: Quicksand, Arial, sans-serif;
    color: #c0945c;
    text-transform: uppercase;
    width: calc(100% - 78px);
    height: 36px;
    background: #fff;
    padding: 1rem;
    border: 1px solid #e0dbd7;
    position: relative;
}
.n2-top-menu .open-menu:hover {
    text-decoration: none;
}
.n2-top-menu-list {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    list-style: none;
}
.n2-top-menu-list li {
    display: inline-block;
    margin: 0 1rem;
}
.n2-top-menu-list li a {
    font-size: 1.5rem;
    color: #c0945c;
    text-transform: uppercase;
    padding: 1.2rem 1rem;
    position: relative;
}
.n2-top-menu-list li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease;
    width: 0;
    height: 1px;
    background: #c0945c;
    right: 0;
    margin: auto;
}
.n2-top-menu-list li a:hover {
    text-decoration: none;
}
.n2-top-menu-list li a.active:before,
.n2-top-menu-list li a:hover:before {
    width: 100%;
}
.n2-bloc-text {
    margin-bottom: 0;
}
.n2-bloc-text .vc_column-inner {
    background: #efa59b;
    padding: 30px;
    color: #fff;
}
.n2-bloc-text p {
    font-weight: 400;
    text-align: left;
    line-height: 1.4;
}
.n2-bloc-text .wpb_button {
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    padding: 0.9rem 2.9rem;
    font-size: 1.2rem;
    border: none;
    border-radius: 0;
    color: #c0945c;
    background-color: #fff;
    border-color: #c0945c;
}
.n2-bloc-text .wpb_button:hover {
    color: #fff;
    background-color: #c0945c;
}
.n2-bloc-text .wpb_content_element {
    margin-bottom: 0;
}
.n2-bloc-text .wpb_content_element + .wpb_button_a {
    margin-top: 2rem;
    display: inline-block;
}
.review-info {
    background: #f9f5f2;
    padding: 20px;
    text-align: center;
}
.review-info .review-title {
    text-transform: uppercase;
    color: #c0945c;
    font-weight: 700;
    font-size: 1.2rem;
}
.review-info p + p {
    margin-bottom: 0;
}
#review {
    margin-bottom: 8rem;
}
#review li {
    margin-bottom: 3rem;
}
#module-pressreviews-default .fancybox-close {
    display: none;
}
#module-pressreviews-default .fancybox-skin {
    background: transparent;
    border-radius: 0;
    box-shadow: none !important;
}
#module-pressreviews-default .fancybox-title {
    display: none;
}
.wpb_accordion_heading {
    text-align: left;
    color: #c0945c;
    margin-bottom: 15px;
}
.ginstagramproduct .gtxtshopit {
    padding: 12px 15px !important;
    background: #fff !important;
    font-size: 12px !important;
    min-width: 143px !important;
    display: inline-block !important;
    font-weight: 700 !important;
    border-radius: 0 !important;
}
.ginstagramproduct.ginsshowicon .gitem_ .g_l_i:before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.ginstagramproduct.ginsshowicon .gitem_ .g_l_i:hover:before {
    opacity: 1;
}
.ginstagramproduct.ginsshowicon .gitem_ .g_l_i .g_btn_ins > div {
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.gproduct_ins .gmetaright {
    display: inline-block;
    width: 60%;
}
.gproduct_ins .gmetaright .g_name_tag {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #080808 !important;
    margin-bottom: 0.4rem;
}
.gproduct_ins .gmetaright .gaddcartins {
    background: #aec6a1 !important;
    font-size: 1rem;
    padding: 6px 20px !important;
    border-color: #aec6a1 !important;
    font-weight: 700;
    text-transform: uppercase;
    min-width: 153px;
}
.gproduct_ins .gmetaright .gaddcartins:hover {
    text-decoration: none;
}
.gproduct_ins .gmetaright a:not(.g_name_tag):not(.gaddcartins) {
    font-family: Quicksand, sans-serif;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: 700;
}
.gproduct_ins .gimgleft {
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
    float: none;
}
.gproduct_ins ul li .g_pro_selected_change {
    padding: 10px;
    border-radius: 0;
}
.p-relative {
    position: relative;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.custom-pad-l {
    padding-left: 180px;
}
.custom-pad-r {
    padding-right: 80px;
}
.mt-100 {
    margin-top: 10rem;
}
.mt-75 {
    margin-top: 75px;
}
.mt-160 {
    margin-top: -160px;
}
.mt-165 {
    margin-top: 165px;
}
.mt-130 {
    margin-top: -130px;
}
.mt-370 {
    margin-top: -370px;
}
.pl-100 {
    padding-left: 100px;
}
.pt-240 {
    padding-top: 245px;
}
.mt-225 {
    margin-top: -225px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-65 {
    margin-top: 65px;
}
.mb-80 {
    margin-bottom: 80px;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animated {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@media (max-width: 991.98px) {
    .custom-pad-l,
    .custom-pad-r {
        padding: 0;
    }
    .page-section {
        margin-bottom: 6rem;
    }
    .page-section p {
        margin-bottom: 2rem;
    }
    .parallaxe-bloc {
        height: 400px;
        margin-bottom: 6rem;
    }
    .ginstagram_w {
        padding: 0;
    }
    .mt-225 {
        margin-top: 30px;
    }
    .mt-65,
    .mt-m-0 {
        margin-top: 0;
    }
    .pl-100 {
        padding-left: 15px;
    }
    .pt-240 {
        padding-top: 0;
    }
    .mt-370 {
        margin-top: -160px;
    }
    .marquen2-text {
        position: relative;
        left: 0;
        top: 0;
        margin: 4rem 0 8rem;
        width: 100%;
    }
    .marquen2-text.pink {
        font-size: 2rem;
        width: 100%;
        left: 0;
        margin: 4rem 0 0;
    }
    .ginstemplate_3 .gitem_ {
        padding: 8px !important;
    }
    .ginstemplate_1 .gitem_:nth-child(5),
    .ginstemplate_1 .gitem_:nth-child(6) {
        display: none;
    }
    .bloc-image .wpb_single_image + .wpb_text_column {
        padding: 20px;
        display: block;
        overflow: hidden;
    }
}
@media (max-width: 575px) {
    .mb-xs-0,
    .mb-xs-0 .wpb_raw_html {
        margin-bottom: 0 !important;
    }
    .mt-75,
    .mt-100,
    .mt-160,
    .mt-370 {
        margin-top: 0;
    }
    .page-section {
        margin-bottom: 4rem;
    }
    .page-section p {
        margin-bottom: 1rem !important;
    }
    .parallaxe-bloc {
        height: 180px;
        margin-bottom: 4rem;
    }
    .page-subtitle {
        margin-top: 0;
    }
    .marquen2-title {
        font-size: 2.3rem;
        line-height: 1.1;
        margin-bottom: 0;
    }
    .marquen2-title h2 {
        font-size: 4rem;
        margin: 5rem 0 2rem;
    }
    .marquen2-title h3 {
        margin: 3rem 0 2rem;
    }
    .marquen2-text {
        top: 0;
        margin: 4rem 0;
    }
    .marquen2-text.pink {
        margin: 4rem 0 0;
    }
    .n2-top-menu {
        width: 100%;
        position: relative;
        z-index: 1;
        margin-bottom: 0;
    }
    .n2-top-menu .n2-logo {
        float: left;
    }
    .n2-top-menu .n2-logo img {
        width: 48px;
    }
    .n2-top-menu-list {
        background: #fff;
        position: absolute;
        border: 1px solid #e0dbd7;
        border-top: 0;
        width: calc(100% - 78px);
        right: 0;
        top: 36px;
        padding: 10px;
        display: none;
    }
    .n2-top-menu-list li {
        display: block;
    }
    .n2-top-menu-list li a {
        font-size: 1.5rem;
        display: block;
        padding: 10px 0;
    }
    .n2-top-menu-list li a.active:before {
        width: 100%;
        background: #e0dbd7;
    }
    .mt-80,
    .mt-130,
    .mt-165,
    .mt-225 {
        margin-top: 0;
    }
    .mb-80 {
        margin-bottom: 2rem;
    }
    .reverse-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .mt-xs-20 {
        margin-top: 20px;
    }
    .n2-bloc-text {
        margin-bottom: 3rem;
    }
    #page-nav a {
        padding-bottom: 5px;
        margin-bottom: 15px;
    }
    .ginstemplate_3 .gitem_ {
        padding: 5px !important;
    }
    .ginstemplate_1 .gitem_:nth-child(3),
    .ginstemplate_1 .gitem_:nth-child(4) {
        display: none;
    }
}
#search .page-not-found p + p {
    margin-top: 4.5rem;
}
.page-content.page-cms {
    background: transparent;
    padding: 0;
}
.marquen2-subtitle h3 {
    font-family: nothing_you_could_do_boldbold, sans-serif !important;
    color: #080808;
    margin-bottom: 1rem;
    text-transform: none;
}
.bloc-image .wpb_single_image + .wpb_text_column {
    background: transparent;
    position: absolute;
    bottom: 0;
    text-align: center;
    right: 15px;
    margin: 0 auto;
    padding: 10px 15px;
    color: #fff;
    transition: background 0.3s ease-in-out;
    width: calc(100% - 30px);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bloc-image .wpb_single_image + .wpb_text_column p {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
.bloc-image .wpb_single_image + .wpb_text_column:hover {
    background: hsla(7, 72%, 77%, 0.97);
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.bloc-image .wpb_single_image + .wpb_text_column:hover p {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
body.vc_frontoffice .wpb_accordion_section.group {
    margin-bottom: 1rem !important;
    padding: 1.65rem 2rem 1.65rem 0.6rem;
    border: 1px solid #e4e4e4;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
    background: transparent !important;
    font-family: Quicksand, sans-serif !important;
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    padding: 0;
    padding-right: 20px;
    position: relative !important;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
    color: #080808;
    padding: 0;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header:after {
    content: "\276F";
    color: #9d9d9d;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    right: 0;
    top: 0;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-accordion-header-active:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
    padding: 2.5rem 0 1rem;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content p {
    color: #434343;
}
.globofancyboxins .fancybox-outer .fancybox-inner {
    background: #fff;
}
.globofancyboxins .fancybox-close:hover {
    text-decoration: none;
}

#index.with-slideshow #wrapper {
    padding-top: 0rem;
}

.products-sort-order .dropdown-menu {
    width: 250px;
    border:none;
}
.products-sort-order p.sort_item {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
.products-sort-order hr {
    width: 70%;
}




/* cyrillic-ext */
@font-face { font-display: swap;
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lora/v24/0QIvMX1D_JOuMwf7I-NP.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face { font-display: swap;
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lora/v24/0QIvMX1D_JOuMw77I-NP.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face { font-display: swap;
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lora/v24/0QIvMX1D_JOuMwX7I-NP.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face { font-display: swap;
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lora/v24/0QIvMX1D_JOuMwT7I-NP.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face { font-display: swap;
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lora/v24/0QIvMX1D_JOuMwr7Iw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face { font-display: swap;
    font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/lora/v24/0QIvMX1D_JOuMwf7I-NP.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face { font-display: swap;
    font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/lora/v24/0QIvMX1D_JOuMw77I-NP.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face { font-display: swap;
    font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/lora/v24/0QIvMX1D_JOuMwX7I-NP.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face { font-display: swap;
    font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/lora/v24/0QIvMX1D_JOuMwT7I-NP.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face { font-display: swap;
    font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/lora/v24/0QIvMX1D_JOuMwr7Iw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face { font-display: swap;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/quicksand/v29/6xKtdSZaM9iE8KbpRA_hJFQNcOM.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face { font-display: swap;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/quicksand/v29/6xKtdSZaM9iE8KbpRA_hJVQNcOM.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face { font-display: swap;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/quicksand/v29/6xKtdSZaM9iE8KbpRA_hK1QN.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face { font-display: swap;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/quicksand/v29/6xKtdSZaM9iE8KbpRA_hJFQNcOM.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face { font-display: swap;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/quicksand/v29/6xKtdSZaM9iE8KbpRA_hJVQNcOM.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face { font-display: swap;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/quicksand/v29/6xKtdSZaM9iE8KbpRA_hK1QN.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face { font-display: swap;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/quicksand/v29/6xKtdSZaM9iE8KbpRA_hJFQNcOM.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face { font-display: swap;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/quicksand/v29/6xKtdSZaM9iE8KbpRA_hJVQNcOM.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face { font-display: swap;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/quicksand/v29/6xKtdSZaM9iE8KbpRA_hK1QN.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face { font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face { font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face { font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face { font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face { font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face { font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face { font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face { font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face { font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face { font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face { font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face { font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face { font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face { font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face { font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face { font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face { font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face { font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face { font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face { font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face { font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
